@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-italic-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #18161b;
  --paper: #fffaf4;
  --pink: #ff4b9a;
  --pink-soft: #ffd5e8;
  --lime: #c9ff37;
  --line: rgba(24, 22, 27, .22);
  --font-sans: 'Manrope', Arial, Helvetica, sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-weight: 400; font-synthesis: none; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.pageWidth { width: min(1440px, calc(100% - 10vw)); margin-inline: auto; }
.section { padding-block: clamp(90px, 10vw, 155px); }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.sectionHeading h2, .about h2, .finalCta h2 { margin: 0; font-family: var(--font-display); font-size: clamp(54px, 7vw, 108px); line-height: .82; letter-spacing: -.035em; font-weight: 600; text-transform: uppercase; }
.splitHeading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr); align-items: end; gap: 7vw; }
.splitHeading > p { margin: 0 0 6px; font-size: 18px; line-height: 1.5; }

.hero { min-height: 100svh; padding-bottom: 36px; overflow: hidden; background: var(--pink); position: relative; }
.hero::before { content: ''; position: absolute; width: 46vw; height: 46vw; border: 2px solid rgba(24,22,27,.18); border-radius: 50%; top: 8vh; right: -19vw; }
.nav { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 3; border-bottom: 1px solid rgba(24,22,27,.28); }
.brand { width: max-content; max-width: 100%; font-size: 13px; line-height: 1.05; font-weight: 800; letter-spacing: .09em; }
.brand span { font-weight: 400; }
.navLinks { display: flex; gap: 28px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.navLinks a { padding-block: 10px; }
.navCta { justify-self: end; background: var(--lime); border: 1px solid var(--ink); padding: 12px 19px; border-radius: 999px; font-size: 13px; font-weight: 800; box-shadow: 3px 3px 0 var(--ink); transition: transform .18s, box-shadow .18s; }
.navCta:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.heroGrid { min-height: calc(100svh - 170px); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 6vw; position: relative; z-index: 2; }
.hero h1 { margin: 0; max-width: 790px; font-size: clamp(54px, 7.5vw, 122px); line-height: .88; letter-spacing: -.055em; font-weight: 700; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--lime); font-family: var(--font-display); font-size: 1.08em; line-height: .78; letter-spacing: -.035em; font-weight: 500; font-style: italic; text-transform: none; }
.heroLead { max-width: 610px; margin: 28px 0 0; font-size: clamp(17px, 1.5vw, 23px); line-height: 1.35; }
.heroActions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.heroActions span { font-size: 13px; line-height: 1.45; font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 26px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: .015em; text-transform: uppercase; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:focus-visible, .navCta:focus-visible, .carouselControls button:focus-visible, .cookieBanner button:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.buttonDark { background: var(--ink); color: white; box-shadow: 5px 5px 0 var(--lime); }
.buttonDark:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--lime); }
.heroVisual { min-height: 620px; position: relative; display: grid; place-items: center; }
.visualRing { width: min(34vw, 500px); aspect-ratio: 1; border: 54px solid var(--lime); border-radius: 50%; position: absolute; }
.heroPhoto { display: block; width: min(31vw, 440px); height: auto; aspect-ratio: 3 / 4; border-radius: 48% 48% 16px 16px; position: relative; z-index: 1; border: 1px solid var(--ink); box-shadow: 12px 14px 0 rgba(24,22,27,.25); object-fit: cover; object-position: 52% 58%; background: var(--ink); }
.heroVisual p { position: absolute; bottom: 3%; left: 0; z-index: 2; margin: 0; padding: 12px 16px; background: white; border: 1px solid var(--ink); font-size: 12px; font-weight: 800; transform: rotate(-3deg); }
.proofStrip { position: relative; z-index: 2; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.proofStrip span { background: rgba(255,255,255,.82); border: 1px solid var(--ink); border-radius: 999px; padding: 10px 16px; font-size: 12px; font-weight: 700; }

.audience { background: var(--paper); }
.audienceGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 56px; }
.audienceGrid article { min-width: 0; border: 1px solid var(--ink); border-radius: 18px; display: flex; flex-direction: column; overflow: hidden; background: white; box-shadow: 5px 5px 0 var(--ink); }
.audienceGrid article:nth-child(2), .audienceGrid article:nth-child(4) { background: var(--pink-soft); }
.audienceMedia { width: 100%; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 1px solid var(--ink); background: var(--ink); }
.audienceMedia img { display: block; width: 100%; height: 100%; object-fit: cover; }
.audienceGrid article:nth-child(1) .audienceMedia img { object-position: center 37%; }
.audienceGrid article:nth-child(2) .audienceMedia img { object-position: center 40%; }
.audienceGrid article:nth-child(3) .audienceMedia img { object-position: center 28%; }
.audienceGrid article:nth-child(4) .audienceMedia img { object-position: center 38%; }
.audienceBody { flex: 1; display: flex; flex-direction: column; padding: clamp(22px, 3vw, 34px); }
.audienceGrid span { font-size: 13px; font-weight: 800; }
.audienceGrid h3 { margin: 48px 0 18px; max-width: 560px; font-family: var(--font-display); font-size: clamp(38px, 4vw, 58px); line-height: .88; letter-spacing: -.025em; font-weight: 600; text-transform: uppercase; overflow-wrap: anywhere; hyphens: auto; }
.audienceGrid p { margin: auto 0 0; font-size: 16px; line-height: 1.5; }

.about { background: var(--ink); color: white; overflow: hidden; }
.aboutInner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; }
.aboutPortrait { min-height: 700px; border-radius: 46% 46% 18px 18px; border: 1px solid rgba(255,255,255,.65); position: relative; overflow: hidden; box-shadow: 14px 14px 0 var(--lime); background: #0b090c; }
.aboutPortrait img { display: block; width: 100%; height: 700px; object-fit: cover; object-position: 52% 58%; }
.aboutCopy h2 { color: var(--lime); }
.aboutLead { margin: 28px 0 22px; font-size: 25px; font-weight: 700; }
.aboutCopy > p:not(.eyebrow):not(.aboutLead) { max-width: 720px; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.82); }
.aboutCopy blockquote { margin: 34px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.3); font-family: var(--font-display); font-size: clamp(29px, 3vw, 46px); line-height: 1.04; font-weight: 500; font-style: italic; }

.program { overflow: hidden; background: #ffdceb; }
.programHeading { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.carouselControls { display: flex; gap: 9px; }
.carouselControls button { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--ink); background: white; font-size: 25px; cursor: pointer; box-shadow: 3px 3px 0 var(--ink); }
.programScroller { display: flex; gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 52px max(5vw, calc((100vw - 1440px) / 2)) 12px; }
.programScroller::-webkit-scrollbar { display: none; }
.programCard { flex: 0 0 min(430px, calc(100vw - 52px)); min-height: 480px; padding: 26px; border: 1px solid var(--ink); border-radius: 18px; scroll-snap-align: start; display: flex; flex-direction: column; background: white; box-shadow: 7px 7px 0 var(--ink); }
.programCard > span { font-size: 14px; font-weight: 800; }
.programCard h3 { margin: auto 0 24px; overflow-wrap: anywhere; font-family: var(--font-display); font-size: clamp(43px, 3.8vw, 56px); line-height: .84; letter-spacing: -.03em; font-weight: 600; text-transform: uppercase; }
.programCard p { margin: 0; font-size: 17px; line-height: 1.45; }
.limeCard { background: var(--lime); }
.darkCard { background: var(--ink); color: white; }

.tariffs { background: var(--pink); }
.tariffHeading { align-items: end; }
.timer { justify-self: end; min-width: 340px; background: var(--ink); color: white; border-radius: 16px; padding: 18px 20px; box-shadow: 6px 6px 0 var(--lime); }
.timer p { margin: 0 0 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.timer > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.timer span { display: flex; flex-direction: column; gap: 3px; font-size: 10px; color: rgba(255,255,255,.65); text-transform: uppercase; }
.timer b { font-size: 26px; line-height: 1; color: white; }
.tariffGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 52px; align-items: stretch; }
.tariffCard { min-width: 0; min-height: 760px; padding: 25px; overflow: hidden; border: 1px solid var(--ink); border-radius: 20px; background: var(--paper); display: flex; flex-direction: column; box-shadow: 7px 7px 0 var(--ink); }
.tariffCard > * { min-width: 0; max-width: 100%; }
.featuredTariff { background: var(--lime); transform: translateY(-14px); }
.tariffTop { display: flex; justify-content: space-between; align-items: center; min-height: 24px; }
.tariffTop > span { font-size: 13px; font-weight: 800; }
.tariffTop b { font-size: 10px; text-transform: uppercase; background: var(--pink); border-radius: 999px; padding: 7px 10px; }
.tariffCard h3 { margin: 34px 0 10px; font-family: var(--font-display); font-size: clamp(36px, 2.55vw, 42px); line-height: .88; letter-spacing: -.03em; font-weight: 600; text-transform: uppercase; text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
.tariffSubtitle { min-height: 44px; margin: 0; font-size: 15px; line-height: 1.4; }
.priceLine { display: flex; align-items: baseline; gap: 12px; margin: 30px 0; }
.priceLine strong { font-family: var(--font-display); font-size: clamp(46px, 3.6vw, 62px); line-height: .8; letter-spacing: -.03em; font-weight: 600; }
.priceLine del { font-size: 15px; opacity: .55; }
.tariffCard ul { margin: 0 0 30px; padding: 0; list-style: none; display: grid; gap: 12px; }
.tariffCard li { display: grid; grid-template-columns: 18px 1fr; gap: 8px; font-size: 14px; line-height: 1.4; }
.tariffCard li::before { content: '✓'; font-weight: 800; }
.tariffButton { margin-top: auto; width: 100%; background: var(--ink); color: white; box-shadow: 4px 4px 0 var(--pink); }
.tariffButton:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--pink); }
.tariffButton:disabled { opacity: .5; cursor: not-allowed; }
.scheduleNote { margin: 38px auto 0; text-align: center; font-size: 12px; font-weight: 700; }

.faq { background: var(--paper); }
.faqList { margin-top: 58px; border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--ink); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0; cursor: pointer; font-size: clamp(20px, 2vw, 29px); font-weight: 800; letter-spacing: -.03em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { flex: 0 0 auto; width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: 25px; transition: transform .2s, background .2s; }
.faq details[open] summary span { transform: rotate(45deg); background: var(--lime); }
.faq details > p { max-width: 980px; margin: 0; padding: 0 72px 28px 0; font-size: 16px; line-height: 1.65; }

.finalCta { padding: clamp(100px, 12vw, 180px) 0; background: var(--lime); text-align: center; overflow: hidden; }
.finalCtaInner { position: relative; }
.finalCtaInner::before, .finalCtaInner::after { content: ''; position: absolute; width: 200px; aspect-ratio: 1; border: 2px solid var(--pink); border-radius: 50%; top: 10%; }
.finalCtaInner::before { left: 0; }
.finalCtaInner::after { right: 0; }
.finalCta h2 em { color: var(--pink); font-family: var(--font-display); font-weight: 500; font-style: italic; text-transform: none; }
.finalCta .button { margin-top: 38px; box-shadow-color: var(--pink); }

.footer { background: var(--ink); color: white; padding: 70px 0 26px; }
.footerGrid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1.15fr; gap: 5vw; }
.footerGrid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footerBrand { color: var(--lime); margin-bottom: 12px; }
.footer h3 { margin: 0 0 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--pink); }
.footer p, .footer a:not(.brand) { margin: 0; font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.7); }
.footer a:not(.brand):hover { color: white; }
.copyright { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.2); margin-top: 55px; padding-top: 22px; font-size: 11px; color: rgba(255,255,255,.55); }

.modalBackdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; background: rgba(24,22,27,.72); backdrop-filter: blur(8px); }
.orderModal { width: min(650px, 100%); max-height: calc(100svh - 36px); overflow-y: auto; position: relative; padding: clamp(28px, 5vw, 55px); border-radius: 22px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--pink); }
.modalClose { position: absolute; right: 18px; top: 16px; width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; background: white; font-size: 27px; line-height: 1; cursor: pointer; }
.orderModal h2 { margin: 0; padding-right: 35px; font-size: clamp(38px, 6vw, 64px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.chosenTariff { display: inline-flex; margin: 18px 0 30px; padding: 9px 12px; background: var(--lime); border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 800; }
.orderModal form { display: grid; gap: 16px; }
.formRow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.orderModal label:not(.checkLabel) { display: grid; gap: 7px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.orderModal input:not([type='checkbox']) { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--ink); border-radius: 10px; background: white; color: var(--ink); outline: none; }
.orderModal input:not([type='checkbox']):focus { box-shadow: 0 0 0 3px var(--lime); }
.checkLabel { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; margin-top: 2px; font-size: 12px; line-height: 1.45; }
.checkLabel input { width: 18px; height: 18px; accent-color: var(--pink); }
.checkLabel a { text-decoration: underline; }
.modalSubmit { width: 100%; margin-top: 6px; background: var(--ink); color: white; box-shadow: 4px 4px 0 var(--pink); }
.formTrap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.formError { margin: 0; padding: 12px 14px; border: 1px solid #a51538; border-radius: 10px; background: #ffe3ea; color: #780b28; font-size: 13px; line-height: 1.45; }
.consultationSuccess > p:not(.eyebrow) { margin: 24px 0 30px; font-size: 17px; line-height: 1.55; }

.cookieBanner { position: fixed; z-index: 90; right: 18px; bottom: 18px; width: min(460px, calc(100% - 36px)); padding: 16px 16px 16px 18px; border: 1px solid var(--ink); border-radius: 14px; background: white; display: flex; align-items: center; gap: 16px; box-shadow: 6px 6px 0 var(--ink); }
.cookieBanner p { margin: 0; font-size: 12px; line-height: 1.4; }
.cookieBanner a { text-decoration: underline; }
.cookieBanner button { flex: 0 0 auto; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); padding: 9px 14px; font-size: 11px; font-weight: 800; text-transform: uppercase; cursor: pointer; }

.legalPage { min-height: 100svh; padding: 40px 0 90px; background: var(--paper); }
.legalHeader { display: flex; justify-content: space-between; align-items: center; padding-bottom: 26px; border-bottom: 1px solid var(--ink); }
.legalBack { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.legalArticle { max-width: 920px; margin: 70px auto 0; }
.legalStatus { padding: 15px 18px; border: 1px solid var(--ink); background: var(--lime); font-size: 13px; line-height: 1.45; }
.legalArticle h1 { margin: 34px 0 38px; max-width: 100%; font-family: var(--font-display); font-size: clamp(46px, 6.2vw, 76px); line-height: .88; letter-spacing: -.035em; font-weight: 600; text-transform: uppercase; text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
.legalArticle h2 { margin: 42px 0 14px; max-width: 100%; font-family: var(--font-display); font-size: 34px; line-height: .95; font-weight: 600; text-transform: uppercase; overflow-wrap: anywhere; hyphens: auto; }
.legalArticle h3 { margin: 30px 0 12px; font-size: 20px; line-height: 1.25; }
.legalArticle p, .legalArticle li { font-family: var(--font-sans); font-size: 16px; line-height: 1.7; }
.legalArticle ul { padding-left: 22px; }
.legalArticle .legalBullet { margin: 4px 0; padding-left: 24px; text-indent: -18px; }
.legalArticle a { text-decoration: underline; text-underline-offset: 3px; }
.legalDownload { margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--ink); }
.legalDownload a { display: inline-flex; padding: 12px 16px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); font-family: var(--font-sans); font-size: 12px; font-weight: 800; text-transform: uppercase; text-decoration: none; }

.paymentResult { min-height: 100svh; display: grid; place-items: center; padding: 24px; overflow-x: hidden; background: var(--pink); }
.paymentResult main { width: min(760px, 100%); min-width: 0; max-width: 100%; padding: clamp(32px, 7vw, 72px); border: 1px solid var(--ink); border-radius: 24px; background: var(--paper); text-align: center; box-shadow: 10px 10px 0 var(--ink); }
.paymentResult main > span { width: 74px; height: 74px; margin: 0 auto 26px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--lime); font-size: 36px; font-weight: 800; }
.paymentResult h1 { margin: 0; max-width: 100%; font-family: var(--font-display); font-size: clamp(46px, 8vw, 88px); line-height: .86; letter-spacing: -.035em; font-weight: 600; text-transform: uppercase; text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
.paymentResult .button { max-width: 100%; white-space: normal; text-align: center; }
.paymentResult main > p:not(.eyebrow) { max-width: 590px; margin: 26px auto; font-size: 17px; line-height: 1.55; }

@media (max-width: 1100px) {
  .tariffGrid { grid-template-columns: 1fr; }
  .tariffCard { min-height: 0; }
  .featuredTariff { transform: none; }
  .footerGrid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 850px) {
  .pageWidth { width: calc(100% - 40px); }
  .section { padding-block: 90px; }
  .splitHeading { grid-template-columns: 1fr; gap: 24px; }
  .nav { height: 70px; grid-template-columns: 1fr auto; }
  .navLinks { display: none; }
  .heroGrid { grid-template-columns: 1fr; padding: 64px 0 44px; }
  .hero h1 { font-size: clamp(49px, 15vw, 78px); }
  .heroVisual { min-height: 680px; }
  .visualRing { width: min(84vw, 500px); border-width: 48px; }
  .heroPhoto { width: min(76vw, 460px); }
  .proofStrip { justify-content: flex-start; }
  .aboutInner { grid-template-columns: 1fr; }
  .aboutPortrait { min-height: 640px; max-width: 600px; width: 100%; margin: 0 auto; }
  .aboutPortrait img { height: 640px; }
  .timer { justify-self: start; }
  .finalCtaInner::before, .finalCtaInner::after { width: 90px; opacity: .45; }
}

@media (max-width: 580px) {
  html { scroll-padding-top: 70px; }
  .brand span { display: none; }
  .brand { max-width: 165px; font-size: 12px; letter-spacing: .055em; }
  .navCta { padding-inline: 15px; }
  .sectionHeading h2, .about h2, .finalCta h2 { font-size: clamp(48px, 15vw, 72px); overflow-wrap: anywhere; }
  .heroActions { align-items: flex-start; flex-direction: column; }
  .heroGrid { padding-top: 52px; }
  .heroVisual { min-height: 620px; margin-inline: -4px; }
  .visualRing { width: min(94vw, 460px); border-width: 42px; }
  .heroPhoto { width: min(88vw, 430px); }
  .heroVisual p { left: 6px; bottom: 2%; max-width: calc(100% - 12px); }
  .proofStrip span { width: 100%; text-align: center; }
  .audienceGrid { grid-template-columns: 1fr; }
  .audienceMedia { aspect-ratio: 4 / 3; }
  .audienceBody { padding: 24px 20px 28px; }
  .audienceGrid h3 { margin-top: 34px; font-size: clamp(36px, 11vw, 48px); }
  .audienceGrid p { font-size: 16px; line-height: 1.52; }
  .aboutPortrait { min-height: 560px; }
  .aboutPortrait img { height: 560px; }
  .programHeading { align-items: start; flex-direction: column; }
  .programScroller { padding: 42px 20px 12px; scroll-padding-inline: 20px; }
  .programCard { flex-basis: calc(100vw - 48px); min-height: 430px; padding: 22px; }
  .programCard h3 { font-size: clamp(40px, 11vw, 50px); }
  .programCard p { font-size: 16px; }
  .timer { min-width: 0; width: 100%; }
  .timer > div { gap: 5px; }
  .timer b { font-size: 22px; }
  .tariffCard { padding: 20px; }
  .tariffCard h3 { font-size: clamp(34px, 11vw, 42px); }
  .faq details > p { padding-right: 0; }
  .footerGrid { grid-template-columns: 1fr; gap: 38px; }
  .copyright { gap: 20px; }
  .formRow { grid-template-columns: 1fr; }
  .cookieBanner { align-items: stretch; flex-direction: column; }
  .cookieBanner button { align-self: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
