/* ============================================================
   Питомник с нуля — Main Landing Page Stylesheet
   Target: Gardeners 40+, warm natural palette, large text
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&family=PT+Sans+Narrow:wght@400;700&display=swap');

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Variables ── */
:root {
  --green-deep:    #1f5918;
  --green-mid:     #3baa35;  /* logo green — main accent */
  --green-light:   #56b84a;
  --green-pale:    #e6f4e3;
  --green-wash:    #f0f9ee;

  --orange:        #e85a3a;  /* logo fruit orange-red */
  --orange-light:  #ef7e5e;
  --orange-pale:   #fdf1eb;

  --red-sale:      #c0341a;

  --parchment:     #f8f5ee;
  --parchment-dark:#eee9df;
  --white:         #ffffff;

  --text:          #1b2a18;
  --text-mid:      #3e5038;
  --text-muted:    #5d6e58;
  --text-price:    #217a18;

  --border:        #cdddc9;
  --border-light:  #e2eede;

  --shadow-xs:     0 1px 4px rgba(0,0,0,.06);
  --shadow-sm:     0 2px 12px rgba(0,0,0,.08);
  --shadow-md:     0 6px 28px rgba(0,0,0,.12);
  --shadow-lg:     0 12px 48px rgba(0,0,0,.18);

  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 24px;

  --font-h:  'PT Sans Narrow', 'Trebuchet MS', sans-serif;
  --font-b:  'PT Sans', 'Trebuchet MS', sans-serif;

  --ease: .25s ease;
  --wrap: 1100px;
}

/* ── Base ── */
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-b);
  font-size: 18px;
  line-height: 1.7;
  color: var(--text);
  background: var(--parchment);
  -webkit-font-smoothing: antialiased;
}

img  { max-width: 100%; height: auto; display: block; border: 0; }
a    { color: var(--green-mid); }
ul   { list-style: none; padding: 0; margin: 0; }
strong { font-weight: 700; }

/* ── Container ── */
.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}
.wrap--narrow { max-width: 820px; }
.wrap--mid    { max-width: 960px; }

/* ── Responsive video ── */
.video-wrap {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
}
.video-wrap iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  top: 0;
}

/* Crop black bars on exquisite.tube embeds */
.video-wrap--crop {
  padding-bottom: 48%;
}
.video-wrap--crop iframe {
  height: 130%;
  top: -15%;
}

/* ── Utility ── */
.text-center { text-align: center; }
.mt-0   { margin-top: 0 !important; }
.mb-0   { margin-bottom: 0 !important; }
.red    { color: var(--red-sale); }
.green  { color: var(--green-mid); }
.bold   { font-weight: 700; }

/* ── Section spacing ── */
.section       { padding: 64px 0; }
.section--sm   { padding: 44px 0; }
.section--alt  { background: var(--green-wash); }
.section--dark { background: linear-gradient(160deg, #1a5c14 0%, #1e6e18 100%); color: var(--white); }
.section--cream{ background: var(--parchment-dark); }

/* ════════════════════════════════════════
   HEADER / NAV
════════════════════════════════════════ */
.site-header {
  background: var(--white);
  padding: 10px 24px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  border-bottom: 3px solid var(--green-mid);
}

.header-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.header-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-logo__img {
  height: 44px;
  width: auto;
  object-fit: contain;
}

/* Header sale strip */
.header-sale {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-sale__badge {
  background: var(--orange);
  color: var(--white);
  font-family: var(--font-h);
  font-size: 15px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  white-space: nowrap;
}

.header-sale__timer {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ht-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--green-deep);
  border-radius: 5px;
  padding: 4px 7px 3px;
  min-width: 34px;
}

.ht-num {
  font-family: var(--font-h);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.ht-unit {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255,255,255,.55);
  margin-top: 1px;
  line-height: 1;
}

.ht-sep {
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  color: var(--green-mid);
  line-height: 1;
  padding-bottom: 8px;
}

.header-cta {
  background: var(--orange);
  color: var(--white) !important;
  font-family: var(--font-h);
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 700;
  padding: 10px 24px;
  border-radius: var(--r-sm);
  text-decoration: none;
  transition: background var(--ease), transform var(--ease);
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.header-cta:hover {
  background: var(--orange-light);
  transform: translateY(-1px);
}

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero {
  background: linear-gradient(160deg, #1a5c14 0%, #1e6e18 50%, #1a5c14 100%);
  color: var(--white);
  text-align: center;
  padding: 40px 24px 80px;
}

.hero__eyebrow {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  margin-bottom: 20px;
  display: block;
}

.hero__title {
  font-family: var(--font-h);
  font-size: clamp(32px, 5.5vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
  max-width: 900px;
  margin: 0 auto 20px;
}

.hero__sub {
  font-size: clamp(18px, 2.5vw, 24px);
  color: rgba(255,255,255,.85);
  max-width: 680px;
  margin: 0 auto 44px;
  line-height: 1.6;
}

.hero__video {
  max-width: 760px;
  margin: 0 auto;
}

/* ════════════════════════════════════════
   INTRO / THREE QUESTIONS
════════════════════════════════════════ */
.intro-lead {
  font-family: var(--font-h);
  font-size: clamp(20px, 3vw, 32px);
  color: var(--green-deep);
  text-align: center;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto 40px;
}

.intro-lead strong { color: var(--orange); }

.content-block {
  max-width: 840px;
  margin: 0 auto 32px;
  border-left: 5px solid var(--green-mid);
  padding-left: 24px;
}
.content-block p {
  font-size: 19px;
  line-height: 1.8;
  color: var(--text-mid);
  text-align: left;
  margin-bottom: 12px;
}
.content-block p:last-child { margin-bottom: 0; }
.content-block--orange { border-left-color: var(--orange); }

.questions-box {
  background: linear-gradient(135deg, #edf7eb 0%, #dff0db 100%);
  border: 2px dashed var(--green-mid);
  border-radius: var(--r-lg);
  padding: 36px 40px;
  max-width: 840px;
  margin: 0 auto 48px;
}

.questions-box li {
  padding: 10px 0 10px 36px;
  position: relative;
  font-size: 18px;
  color: var(--text);
  line-height: 1.6;
  border-bottom: 1px solid rgba(58,134,48,.2);
}
.questions-box li:last-child { border-bottom: none; }
.questions-box li::before {
  content: '?';
  position: absolute;
  left: 6px;
  top: 10px;
  font-family: var(--font-h);
  font-size: 22px;
  font-weight: 700;
  color: var(--green-mid);
}

/* ════════════════════════════════════════
   TWO PATHS
════════════════════════════════════════ */
.paths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.path-card {
  border-radius: var(--r-md);
  padding: 32px 28px;
  text-align: center;
}

.path-card--wrong {
  background: linear-gradient(135deg, #fff6f4 0%, #fdeae5 100%);
  border: 2px solid #f0b8a8;
}

.path-card--right {
  background: linear-gradient(135deg, var(--green-wash) 0%, #d8f0d2 100%);
  border: 2px solid #a8d4a0;
}

.path-card__icon { font-size: 48px; margin-bottom: 16px; }

.path-card__title {
  font-family: var(--font-h);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}
.path-card--wrong .path-card__title { color: #8b2210; }
.path-card--right .path-card__title { color: var(--green-mid); }

.path-card p {
  font-size: 17px;
  line-height: 1.6;
}
.path-card--wrong p { color: #7a3020; }
.path-card--right p { color: var(--text-mid); }

/* ════════════════════════════════════════
   SECTION TITLE
════════════════════════════════════════ */
.section-title {
  font-family: var(--font-h);
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.2;
}
.section-title--green  { color: var(--green-deep); }
.section-title--orange { color: var(--orange); }
.section-title--white  { color: var(--white); }
.section-title--red    { color: var(--red-sale); }

.section-subtitle {
  font-family: var(--font-h);
  font-size: clamp(18px, 2.5vw, 28px);
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}

.section-divider {
  text-align: center;
  padding: 28px 20px;
  background: var(--parchment-dark);
  border-top: 2px dashed var(--green-mid);
  border-bottom: 2px dashed var(--green-mid);
  margin: 0 0 0;
}
.section-divider .section-title { margin-bottom: 0; }

/* Bonus divider & block */
.section-divider--bonus {
  background: linear-gradient(135deg, #fff4e8 0%, #ffe8d4 100%);
  border-top: 2px dashed var(--orange);
  border-bottom: 2px dashed var(--orange);
  padding: 32px 20px;
}

.section-title--bonus {
  font-family: var(--font-h);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 0;
  line-height: 1.2;
}

.block-section--bonus {
  background: linear-gradient(180deg, #fff8f2 0%, var(--parchment) 100%);
  border-left: 5px solid var(--orange);
}

.block-badge--bonus {
  background: linear-gradient(135deg, var(--orange) 0%, #d04a1a 100%) !important;
  font-size: 15px !important;
  padding: 6px 20px !important;
  letter-spacing: .1em;
}

.block-title--bonus {
  color: var(--orange) !important;
}

/* ════════════════════════════════════════
   AUTHORS
════════════════════════════════════════ */
.authors-card {
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 40px 40px 36px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.authors-photo {
  width: 100%;
  max-width: 520px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  margin: 0 auto 28px;
}

.authors-bio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.author-item {
  background: var(--green-wash);
  border-radius: var(--r-sm);
  padding: 20px;
  border-top: 4px solid var(--green-mid);
  text-align: center;
}

.author-item__name {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 22px;
  color: var(--green-mid);
  margin-bottom: 6px;
}
.author-item p {
  font-size: 17px;
  color: var(--text-mid);
  line-height: 1.6;
}

.achievements-box {
  background: linear-gradient(135deg, #fff4f0 0%, #fde8e0 100%);
  border-radius: var(--r-sm);
  border: 2px dashed #f0b8a8;
  padding: 24px 28px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text);
  text-align: left;
}

.achievements-box .number { color: var(--red-sale); font-weight: 700; }

/* ════════════════════════════════════════
   COURSE COVER CTA
════════════════════════════════════════ */
.cover-cta {
  text-align: center;
  padding: 64px 24px 72px;
  background: linear-gradient(160deg, #1a5c14 0%, #1e6e18 60%, #1a5c14 100%);
  color: var(--white);
}

.cover-cta__title {
  font-family: var(--font-h);
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 32px;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
}

.cover-cta__img-wrap {
  max-width: 820px;
  margin: 0 auto 40px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-lg);
  padding: 52px 40px 28px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-align: center;
}

.cover-cta__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.3));
  transition: transform .4s ease, filter .4s ease;
}

.cover-cta__img-wrap:hover .cover-cta__img {
  transform: scale(1.04);
  filter: drop-shadow(0 14px 36px rgba(0,0,0,.4));
}

.price-display {
  margin: 0 auto 32px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.price-old {
  font-family: var(--font-h);
  font-size: clamp(22px, 3vw, 32px);
  color: rgba(255,255,255,.55);
  position: relative;
  display: inline-block;
}
.price-old::after {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 52%;
  height: 2px;
  background: rgba(255,255,255,.7);
}

.price-new {
  font-family: var(--font-h);
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 700;
  color: #ffe066;
  line-height: 1;
  display: block;
}

.price-note {
  font-size: 18px;
  color: rgba(255,255,255,.8);
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Main CTA button */
.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 56px;
  background: var(--orange);
  color: var(--white) !important;
  font-family: var(--font-h);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
  box-shadow: 0 6px 32px rgba(212,86,30,.5);
  letter-spacing: .02em;
  min-height: 64px;
}
.btn-main:hover, .btn-main:focus {
  background: var(--orange-light);
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(212,86,30,.5);
  color: var(--white);
}
.btn-main:active { transform: translateY(0); }

/* ════════════════════════════════════════
   COURSE BLOCKS
════════════════════════════════════════ */
.block-number {
  font-family: var(--font-h);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  display: block;
  margin-bottom: 6px;
}

.block-section {
  padding: 60px 0;
}
.block-section:nth-child(even) { background: var(--green-wash); }
.block-section:nth-child(odd)  { background: var(--white); }

.block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.block-inner--reverse { direction: rtl; }
.block-inner--reverse > * { direction: ltr; }

.block-badge {
  display: inline-block;
  background: var(--green-mid);
  color: var(--white);
  font-family: var(--font-h);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.block-title {
  font-family: var(--font-h);
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--orange);
  line-height: 1.2;
  margin-bottom: 16px;
}

.block-section:nth-child(even) .block-title { color: var(--green-deep); }

.block-desc {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-mid);
  margin-bottom: 12px;
  text-align: left;
}

.block-lessons {
  margin: 16px 0 20px;
  background: var(--parchment);
  border-radius: var(--r-sm);
  padding: 12px 16px;
  border-left: 4px solid var(--green-mid);
}

.block-lessons li {
  padding: 7px 0 7px 24px;
  position: relative;
  font-size: 16px;
  color: var(--text);
  border-bottom: 1px solid var(--border-light);
  counter-increment: lessons;
  list-style: none;
}
.block-lessons li:last-child { border-bottom: none; }

.block-lessons li::before {
  content: counter(lessons);
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: 700;
  font-size: 13px;
  color: var(--green-mid);
  background: var(--green-pale);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.block-lessons { counter-reset: lessons; }

.block-visual { }

.block-cover-img {
  max-width: 320px;
  margin: 0 auto 24px;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.15));
}

.screenshots-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
}

.screenshots-grid img {
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-sm);
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.review-img {
  max-width: 100%;
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-sm);
  margin: 24px auto 0;
}

/* ════════════════════════════════════════
   RESULTS VIDEO + CTA
════════════════════════════════════════ */
.results-section {
  padding: 72px 24px;
  background: linear-gradient(160deg, #1a5c14 0%, #1e6e18 100%);
  text-align: center;
  color: var(--white);
}

/* ════════════════════════════════════════
   FORMAT CARDS
════════════════════════════════════════ */
.formats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.format-card {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 32px 28px;
  text-align: center;
  border: 2px solid var(--border);
  transition: box-shadow var(--ease), transform var(--ease);
}
.format-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.format-card--online { background: linear-gradient(135deg, #fffef7 0%, #fff8e6 100%); border-color: #e8c87a; }
.format-card--usb    { background: linear-gradient(135deg, var(--green-wash) 0%, #d8f0d2 100%); border-color: var(--green-light); }

.format-card__icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 auto 20px;
}

.format-card__svg {
  display: block;
  margin: 0 auto 20px;
}

.format-card__svg--monitor {
  width: 48px;
  height: 48px;
  color: var(--green-deep);
}

.format-card__svg--usb {
  width: 44px;
  height: 44px;
  color: var(--green-deep);
}

.format-card__svg--monitor-sm {
  width: 44px;
  height: 44px;
  color: var(--green-deep);
}

.format-card__icons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.format-card__icons-row .format-card__svg {
  margin: 0;
}

.format-card__plus {
  font-family: var(--font-h);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-muted);
}

.format-card__title {
  font-family: var(--font-h);
  font-size: clamp(19px, 2.5vw, 26px);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}
.format-card--online .format-card__title { color: #7a4a0a; }
.format-card--usb   .format-card__title  { color: var(--green-mid); }

.format-card p { font-size: 16px; line-height: 1.65; color: var(--text-muted); margin-bottom: 10px; }

.format-card__badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--r-sm);
  margin-top: 4px;
}
.format-card--online .format-card__badge { background: #fff0c0; color: #7a4a0a; }
.format-card--usb    .format-card__badge { background: #c8e8c0; color: var(--green-deep); }

/* ════════════════════════════════════════
   VIDEO TEST
════════════════════════════════════════ */
.video-test {
  padding: 60px 24px;
  background: var(--parchment-dark);
}
.video-test__note {
  max-width: 720px;
  margin: 28px auto 0;
  background: var(--white);
  border-radius: var(--r-sm);
  border-left: 5px solid var(--green-mid);
  padding: 18px 22px;
  font-size: 17px;
  color: var(--text-mid);
  line-height: 1.7;
  text-align: left;
}

/* ════════════════════════════════════════
   FAQ ACCORDION
════════════════════════════════════════ */
.faq-section { padding: 64px 0; background: var(--white); }

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

details.faq-item {
  background: var(--green-wash);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  overflow: hidden;
  transition: box-shadow var(--ease);
}
details.faq-item[open] {
  box-shadow: var(--shadow-sm);
  border-color: var(--green-mid);
}

details.faq-item summary {
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-family: var(--font-h);
  font-size: clamp(16px, 2vw, 21px);
  color: var(--green-deep);
  font-weight: 700;
  list-style: none;
  position: relative;
  line-height: 1.4;
  user-select: none;
}
details.faq-item summary::-webkit-details-marker { display: none; }

details.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  color: var(--green-mid);
  line-height: 1;
  transition: transform var(--ease);
}
details.faq-item[open] summary::after {
  content: '−';
}

details.faq-item summary:hover { background: rgba(58,134,48,.08); }

.faq-body {
  padding: 4px 24px 24px;
  background: var(--white);
}

.faq-body p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-mid);
  text-align: left;
  margin-bottom: 12px;
}
.faq-body p:last-child { margin-bottom: 0; }

.faq-body ul {
  margin: 8px 0 12px 0;
}
.faq-body ul li {
  padding: 6px 0 6px 28px;
  position: relative;
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.6;
  border-bottom: 1px solid var(--border-light);
}
.faq-body ul li:last-child { border-bottom: none; }
.faq-body ul li::before {
  content: '✓';
  position: absolute;
  left: 4px;
  color: var(--green-mid);
  font-weight: 700;
}

.faq-body ul li ul li::before { content: '–'; color: var(--text-muted); }
.faq-body ul li ul li { border: none; padding-top: 3px; padding-bottom: 3px; }

.video-close-img {
  width: 100%;
  max-width: 540px;
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-sm);
  margin: 16px auto 0;
}

/* ════════════════════════════════════════
   ERRORS HIGHLIGHT
════════════════════════════════════════ */
.errors-box {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fff4f0 0%, #fdeae5 100%);
  border-radius: var(--r-lg);
  border: 3px dashed #f0a090;
  padding: 44px 44px 40px;
  text-align: center;
}

.errors-box p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text);
  text-align: left;
}

/* ════════════════════════════════════════
   SIGNATURE
════════════════════════════════════════ */
.signature-block {
  max-width: 740px;
  margin: 48px auto 0;
  background: var(--white);
  border-radius: var(--r-md);
  border: 2px dashed var(--green-mid);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: center;
}

.signature-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 3px solid var(--green-mid);
  box-shadow: var(--shadow-sm);
}

.signature-text p {
  font-size: 19px;
  line-height: 1.7;
  color: var(--text);
  text-align: left;
  margin-bottom: 8px;
}
.signature-text p:last-child { margin-bottom: 0; }

.signature-name {
  font-family: var(--font-h);
  font-size: 22px;
  font-weight: 700;
  color: var(--green-deep);
}

/* ════════════════════════════════════════
   PS BOXES
════════════════════════════════════════ */
.ps-boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 820px;
  margin: 0 auto;
}

.ps-box {
  background: var(--white);
  border-radius: var(--r-sm);
  border-left: 5px solid var(--orange);
  padding: 20px 24px;
  box-shadow: var(--shadow-xs);
}

.ps-box p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--text);
  text-align: left;
}

/* ════════════════════════════════════════
   SALE CTA & COUNTDOWN
════════════════════════════════════════ */
.sale-cta {
  text-align: center;
  padding: 64px 24px 72px;
  background: linear-gradient(160deg, #1a5c14 0%, #1e6e18 60%, #1a5c14 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.sale-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(232,90,58,.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(232,90,58,.08) 0%, transparent 50%);
  pointer-events: none;
}

.sale-cta--compact { padding: 52px 24px 60px; }

.sale-banner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}

.sale-banner__flash {
  display: inline-block;
  background: linear-gradient(135deg, #e85a3a 0%, #d04a1a 100%);
  color: var(--white);
  font-family: var(--font-h);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  padding: 10px 32px;
  border-radius: 50px;
  letter-spacing: .04em;
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232,90,58,.4); }
  50%      { box-shadow: 0 0 0 14px rgba(232,90,58,0); }
}

.sale-banner__text {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,.85);
}

.sale-banner__text strong { color: var(--white); }

/* Gift badges */
.sale-gifts {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.sale-gift {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-sm);
  padding: 14px 20px;
  backdrop-filter: blur(4px);
}

.sale-gift__icon { font-size: 28px; flex-shrink: 0; line-height: 1; }

.icon-usb {
  width: 28px;
  height: 28px;
  color: var(--white);
  vertical-align: middle;
}

.sale-gift--sm .icon-usb {
  width: 22px;
  height: 22px;
}

.sale-gift p {
  font-size: 16px;
  color: var(--white);
  text-align: left;
  line-height: 1.4;
}

.sale-gifts--inline {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.sale-gifts--inline p {
  font-size: 18px;
  color: rgba(255,255,255,.9);
}

.sale-cta__reminder {
  font-family: var(--font-h);
  font-size: clamp(22px, 3vw, 32px);
  color: var(--white);
  margin-bottom: 20px;
}

/* Countdown timer */
.countdown {
  margin: 28px auto 32px;
  max-width: 520px;
}

.countdown__label {
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.65);
  margin-bottom: 12px;
  text-align: center;
}

.countdown__boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.countdown__item {
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--r-sm);
  padding: 14px 12px 10px;
  min-width: 80px;
  text-align: center;
  backdrop-filter: blur(6px);
}

.countdown__num {
  display: block;
  font-family: var(--font-h);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: .02em;
}

.countdown__unit {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 4px;
}

.countdown__sep {
  font-family: var(--font-h);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: rgba(255,255,255,.35);
  line-height: 1;
  padding-bottom: 14px;
}

/* Sale button override */
.btn-main--sale {
  background: linear-gradient(135deg, #e85a3a 0%, #d04a1a 100%);
  font-size: clamp(20px, 2.5vw, 28px);
  padding: 18px 48px;
  animation: pulse-glow 2s ease-in-out infinite;
}

.btn-main--sale:hover {
  background: linear-gradient(135deg, #ef7e5e 0%, #e85a3a 100%);
}

/* Final CTA card layout */
.sale-cta--final { padding: 56px 24px 64px; }

.final-cta-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-lg);
  padding: 40px 44px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.final-cta-card__left { text-align: center; }

.final-cta-card__img {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  filter: drop-shadow(0 8px 28px rgba(0,0,0,.35));
  transition: transform .4s ease;
}

.final-cta-card:hover .final-cta-card__img {
  transform: scale(1.03);
}

.final-cta-card__right {
  text-align: center;
}

.final-cta-gifts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 24px;
}

.sale-gift--sm {
  padding: 10px 16px;
  font-size: 15px;
}

.sale-gift--sm .sale-gift__icon { font-size: 22px; }

/* Discount badge */
.sale-discount-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e85a3a 0%, #c0341a 100%);
  color: var(--white);
  font-family: var(--font-h);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  padding: 10px 36px;
  border-radius: 50px;
  margin-bottom: 16px;
  letter-spacing: .02em;
  box-shadow: 0 4px 20px rgba(192,52,26,.4);
}

/* Triple price display */
.price-display--sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.price-display--sale .price-old {
  font-size: clamp(20px, 2.5vw, 28px);
  color: rgba(255,255,255,.5);
}

.price-new--sale {
  font-size: clamp(40px, 6vw, 64px) !important;
  color: #ffd54f !important;
  text-shadow: 0 2px 12px rgba(255,213,79,.35);
}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
.site-footer {
  background: linear-gradient(160deg, #17501a 0%, #1a5c14 100%);
  color: rgba(255,255,255,.85);
  padding: 56px 24px 36px;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-bottom: 24px;
}

.footer-links a {
  color: rgba(255,255,255,.75);
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--ease);
}
.footer-links a:hover { color: var(--white); }

.footer-contact {
  font-size: 18px;
  margin-bottom: 8px;
  color: rgba(255,255,255,.85);
}
.footer-contact strong { color: var(--white); }

.social-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 24px 0 20px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  transition: background var(--ease), transform var(--ease);
}
.social-links a:hover {
  background: rgba(255,255,255,.25);
  transform: translateY(-2px);
}
.social-links svg {
  width: 24px;
  height: 24px;
  color: var(--white);
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.footer-bottom p {
  font-size: 14px;
  color: rgba(255,255,255,.45);
  line-height: 1.6;
  text-align: center;
}

/* ════════════════════════════════════════
   RESPONSIVE — Tablet ≤ 880px
════════════════════════════════════════ */
@media (max-width: 880px) {
  .block-inner { grid-template-columns: 1fr; gap: 32px; }
  .block-inner--reverse { direction: ltr; }
  .block-cover-img { max-width: 220px; }

  .authors-bio { grid-template-columns: 1fr; }
  .authors-card { padding: 28px 24px 28px; }

  .signature-block {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .signature-photo { margin: 0 auto; }
  .signature-text p { text-align: center; }
}

/* ════════════════════════════════════════
   RESPONSIVE — Mobile ≤ 600px
════════════════════════════════════════ */
@media (max-width: 600px) {
  .section { padding: 44px 0; }

  .paths-grid { grid-template-columns: 1fr; }
  .formats-grid { grid-template-columns: 1fr; max-width: 400px; }

  .questions-box { padding: 24px 20px; }

  .cover-cta { padding: 48px 16px 56px; }
  .cover-cta .wrap { padding: 0; }
  .cover-cta__img-wrap { padding: 24px 16px 20px; }

  .errors-box { padding: 28px 20px; }
  .faq-body { padding: 4px 16px 20px; }

  .btn-main { padding: 16px 36px; }

  .header-inner { justify-content: center; }
  .header-sale { display: none; }

  .sale-cta { padding: 48px 16px 56px; }
  .sale-cta .wrap { padding: 0; }
  .sale-gifts { gap: 10px; }
  .sale-gift { padding: 10px 12px; gap: 8px; }
  .sale-gift__icon { font-size: 22px; }
  .icon-usb { width: 22px; height: 22px; }
  .sale-gift p { font-size: 14px; }
  .countdown { margin: 20px auto 24px; }
  .countdown__boxes { gap: 4px; }
  .countdown__item { min-width: 56px; padding: 10px 6px 8px; }
  .countdown__num { font-size: 28px; }
  .countdown__sep { font-size: 20px; padding-bottom: 10px; }
  .countdown__label { font-size: 14px; }
  .btn-main--sale { padding: 16px 32px; font-size: 18px; }
  .final-cta-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 20px;
  }
  .final-cta-card__img { max-width: 240px; }
}
