:root {
  --ink: #171717;
  --paper: #fffaf6;
  --pink: #f7b5c5;
  --purple: #c77add;
  --purple-deep: #9a52b4;
  --yellow: #ffd52f;
  --aqua: #27c9bd;
  --coral: #ff6d8c;
  --white: #fff;
  --line: 2px solid var(--ink);
  --radius: 28px;
  --shadow: 6px 7px 0 color-mix(in srgb, var(--ink) 88%, var(--purple));
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--pink);
  font-family: var(--body);
  line-height: 1.45;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { color: inherit; }

::selection { color: var(--ink); background: var(--yellow); }
* { scrollbar-color: var(--purple-deep) var(--pink); scrollbar-width: thin; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.ph { line-height: 1; }

.noise { display: none; }

.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 100px 0; }
.section-pad-sm { padding: 58px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 181, 197, .92);
  border-bottom: var(--line);
  backdrop-filter: blur(16px);
}
.header-inner { height: 76px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font: 700 20px/1 var(--display); letter-spacing: -.04em; white-space: nowrap; }
.brand > span:last-child > span { color: var(--purple-deep); }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border: var(--line); border-radius: 50%; background: var(--yellow); font-size: 17px; transform: rotate(-10deg); }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin: 0 auto; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-contact { display: flex; align-items: center; gap: 18px; }
.phone { font-size: 13px; font-weight: 800; }
.mini-button { padding: 10px 16px; border: var(--line); border-radius: 999px; background: var(--yellow); font-size: 12px; font-weight: 800; cursor: pointer; box-shadow: 3px 3px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.mini-button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.mini-button:active { transform: translate(3px, 3px) scale(.98); box-shadow: none; }
.menu-button { display: none; width: 42px; height: 42px; border: var(--line); border-radius: 50%; background: var(--yellow); padding: 0; }
.menu-button i { font-size: 23px; }
.menu-icon-close { display: none; }
.menu-button[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-button[aria-expanded="true"] .menu-icon-close { display: inline-block; }
.mobile-nav { display: none; }

.hero { padding-top: 28px; padding-bottom: 72px; }
.hero-card {
  position: relative;
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  overflow: hidden;
  border: var(--line);
  border-radius: 36px;
  background: var(--purple);
  box-shadow: 9px 10px 0 var(--ink);
}
.hero-card::before { content: "МОДНОШИТЬ"; position: absolute; left: -12px; bottom: -30px; z-index: 0; color: rgba(255,255,255,.16); font: 800 92px/1 var(--display); letter-spacing: -.08em; white-space: nowrap; }
.hero-copy { position: relative; z-index: 3; min-width: 0; padding: 52px 12px 78px 52px; align-self: center; }
.eyebrows { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.eyebrows span, .tag-black { display: inline-flex; padding: 8px 12px; border: 1.5px solid var(--ink); border-radius: 999px; background: rgba(255,255,255,.52); font: 700 10px/1 var(--display); text-transform: uppercase; letter-spacing: .04em; }
.hero-kicker { margin: 0 0 14px; font: 600 13px/1.3 var(--display); text-transform: uppercase; }
.hero h1 { max-width: 710px; margin: 0; font: 700 clamp(42px, 4vw, 60px)/.98 var(--display); letter-spacing: -.04em; text-wrap: balance; text-transform: uppercase; }
.hero h1 > span, .hero h1 > em { display: block; white-space: nowrap; }
.hero h1 em { color: var(--white); font-style: normal; text-shadow: 3px 3px 0 var(--ink); }
.hero-subtitle { max-width: 555px; margin: 26px 0 0; font-size: 17px; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 22px; border: var(--line); border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button i { flex: 0 0 auto; font-size: 18px; }
.button-yellow { background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); }
.button-yellow:hover { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.button-yellow:active { transform: translate(4px, 4px) scale(.98); box-shadow: none; }
.button-black { color: var(--white); background: var(--ink); }
.button-black:hover { color: var(--ink); background: var(--yellow); }
.text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 2px solid var(--ink); font-size: 13px; font-weight: 800; }
.text-link i { display: grid; place-items: center; width: 25px; height: 25px; border: 1.5px solid var(--ink); border-radius: 50%; font-size: 14px; }
.hero-visual { position: relative; min-width: 0; margin: 24px 24px 64px 4px; overflow: hidden; border: var(--line); border-radius: 220px 220px 24px 24px; background: var(--paper); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(23,23,23,.38)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.94) contrast(1.02); }
.hero-sticker { position: absolute; z-index: 2; display: grid; place-items: center; width: 126px; height: 126px; padding: 14px; border: var(--line); border-radius: 50%; text-align: center; font: 600 10px/1.3 var(--display); box-shadow: 4px 4px 0 var(--ink); }
.hero-sticker strong { font-size: 22px; }
.hero-sticker i { margin-left: 2px; font-size: 12px; }
.sticker-one { right: 12px; top: 50px; background: var(--yellow); transform: rotate(8deg); }
.sticker-two { left: 15px; bottom: 48px; background: var(--aqua); transform: rotate(-9deg); }
.hero-thread { position: absolute; z-index: 2; right: -40px; bottom: 35px; width: 78%; color: var(--white); opacity: .9; }
.hero-caption { position: absolute; left: 52px; bottom: 26px; z-index: 3; display: flex; gap: 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.section-heading { margin-bottom: 42px; }
.section-heading h2 { margin: 0; font: 600 clamp(32px, 4.6vw, 58px)/1.08 var(--display); letter-spacing: -.04em; text-wrap: balance; text-transform: uppercase; }
.heading-note { max-width: 610px; margin: 22px 0 0; font-size: 15px; font-weight: 600; }
.marker { position: relative; z-index: 0; display: inline-block; }
.marker::after { content: ""; position: absolute; z-index: -1; left: -5px; right: -8px; bottom: 4%; height: 35%; border-radius: 999px; transform: rotate(-1deg); }
.marker-coral::after { background: var(--coral); }
.marker-yellow::after { background: var(--yellow); }
.marker-aqua::after { background: var(--aqua); }

.stats { background: var(--paper); border-block: var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stat-card { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; overflow: hidden; border: var(--line); border-radius: 22px; }
.stat-card strong { font: 700 clamp(38px, 4.5vw, 56px)/1 var(--display); letter-spacing: -.04em; white-space: nowrap; }
.stat-card > span { width: 82%; font-size: 13px; font-weight: 800; }
.lilac { background: var(--purple); }
.yellow { background: var(--yellow); }
.aqua { background: var(--aqua); }
.coral { background: var(--coral); }

.programs { background: var(--paper); }
.program-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.program-card { position: relative; min-height: 420px; padding: 28px; overflow: hidden; border: var(--line); border-radius: var(--radius); }
.program-wide { grid-column: span 8; height: 560px; display: grid; grid-template-columns: 1fr .88fr; gap: 20px; }
.program-card.black { grid-column: span 4; color: var(--white); background: var(--ink); }
.program-advanced { height: 560px; min-height: 0; display: flex; flex-direction: column; }
.program-advanced .program-num { margin-bottom: 22px; }
.program-card.program-advanced h3 { max-width: 100%; margin-bottom: 12px; font-size: clamp(25px, 2.2vw, 31px); line-height: 1; letter-spacing: -.035em; }
.program-card.program-advanced h3 span { display: block; max-width: 100%; white-space: nowrap; }
.program-advanced p { margin-bottom: 16px; font-size: 13px; }
.program-small { grid-column: span 6; min-height: 340px; }
.program-card.purple { background: var(--purple); }
.program-num { display: block; margin-bottom: 48px; font: 600 10px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.program-card h3 { margin: 0 0 16px; font: 600 clamp(28px, 3.3vw, 44px)/1.05 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.program-card p { max-width: 430px; margin: 0 0 18px; font-size: 14px; font-weight: 600; }
.program-card ul { margin: 0 0 24px; padding: 0; list-style: none; font-size: 12px; font-weight: 700; }
.program-card li { display: flex; align-items: center; gap: 8px; margin: 7px 0; }
.program-card li i { font-size: 14px; }
.program-image { min-width: 0; overflow: hidden; border: var(--line); border-radius: 160px 160px 18px 18px; background: var(--paper); }
.program-image img { width: 100%; height: 100%; object-fit: cover; }
.program-portrait { flex: 1 1 0; min-height: 0; margin: 0 0 44px; overflow: hidden; border: 1.5px solid var(--white); border-radius: 18px; }
.program-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.card-link { position: absolute; left: 28px; bottom: 18px; min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 2px; border: 0; border-bottom: 2px solid currentColor; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.card-link i { font-size: 17px; transition: transform .2s ease; }
.card-link:hover i { transform: translate(2px, -2px); }
.card-link.light { color: var(--white); }
.program-small .card-link { left: auto; right: 28px; }
.program-motif { position: absolute; left: 30px; bottom: 30px; color: var(--coral); font-size: 76px; line-height: 1; transform: rotate(-8deg); }
.program-motif-smile { left: 48%; bottom: -16px; color: var(--ink); font-size: 190px; transform: translateX(-50%) rotate(5deg); }

.process { background: var(--pink); border-top: var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step-card { position: relative; min-height: 270px; padding: 22px; border: var(--line); border-radius: 22px; background: var(--paper); }
.step-card > span { font: 500 13px/1 var(--display); }
.step-card h3 { margin: 70px 0 12px; font: 600 22px/1.1 var(--display); text-transform: uppercase; }
.step-card p { margin: 0; font-size: 13px; font-weight: 600; }
.step-card > i { position: absolute; right: 18px; top: 15px; font-size: 28px; }
.step-card.active { background: var(--coral); transform: rotate(1.5deg); }
.process-note { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 24px; margin-top: 18px; padding: 18px 18px 18px 24px; border: var(--line); border-radius: 22px; background: var(--yellow); }
.process-note > span { display: grid; place-items: center; width: 54px; height: 54px; border: var(--line); border-radius: 50%; background: var(--paper); font-size: 25px; }
.process-note p { margin: 0; font-size: 14px; }

.quiz-banner { background: var(--paper); border-block: var(--line); }
.quiz-banner-card { min-height: 450px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: var(--line); border-radius: 32px; background: var(--coral); box-shadow: var(--shadow); }
.quiz-banner-copy { position: relative; z-index: 2; padding: 48px; }
.tag-black { color: var(--white); background: var(--ink); }
.quiz-banner h2 { margin: 25px 0 18px; font: 600 clamp(36px, 5vw, 64px)/1.02 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.quiz-banner p { max-width: 470px; margin: 0 0 28px; font-size: 15px; font-weight: 700; }
.quiz-art { position: relative; overflow: hidden; }
.quiz-art svg { position: absolute; inset: 10% 2% auto auto; width: 95%; height: 86%; }
.bubble { position: absolute; z-index: 2; display: grid; place-items: center; padding: 14px; border: var(--line); border-radius: 999px; text-align: center; font: 600 12px/1.2 var(--display); box-shadow: 4px 4px 0 var(--ink); }
.bubble-one { left: 9%; top: 16%; width: 140px; height: 90px; background: var(--yellow); transform: rotate(-8deg); }
.bubble-two { right: 10%; top: 9%; width: 110px; height: 110px; background: var(--aqua); transform: rotate(8deg); }
.bubble-three { right: 8%; bottom: 10%; width: 165px; height: 100px; background: var(--purple); transform: rotate(-4deg); }
.face { position: absolute; left: 36%; top: 30%; width: 210px; height: 210px; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--paper); box-shadow: 8px 9px 0 var(--ink); }
.face > i { font-size: 158px; }

.results { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.gallery-card { min-width: 0; display: grid; grid-template-rows: auto minmax(52px, auto); align-self: stretch; margin: 0; overflow: hidden; border: var(--line); border-radius: 24px; background: var(--paper); transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s; }
.gallery-card:hover { transform: translateY(-4px); box-shadow: 0 10px 0 rgba(23,23,23,.12); }
.gallery-card img { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; object-position: center; background: #eee; }
.gallery-card figcaption { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px; border-top: var(--line); background: var(--paper); font-size: 10px; text-transform: uppercase; }
.gallery-card figcaption span { font-weight: 800; }
.gallery-card figcaption b { font-weight: 600; }

.reviews { background: var(--yellow); border-block: var(--line); }
.reviews-card { display: grid; grid-template-columns: .83fr 1.17fr; gap: 50px; align-items: center; padding: 38px; border: var(--line); border-radius: 30px; background: var(--pink); box-shadow: var(--shadow); }
.reviews-intro h2 { margin: 0 0 22px; font: 600 clamp(30px, 4vw, 48px)/1.05 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.reviews-intro > p:last-child { max-width: 420px; font-size: 14px; font-weight: 600; }
.reviews-visuals { min-width: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: center; }
.review-shot { position: relative; min-width: 0; aspect-ratio: 9/16; padding: 0; overflow: hidden; border: var(--line); border-radius: 18px; background: var(--paper); box-shadow: 4px 4px 0 var(--ink); cursor: zoom-in; }
.review-shot:nth-child(2) { transform: translateY(20px) rotate(2deg); }
.review-shot:nth-child(3) { transform: rotate(-2deg); }
.review-shot img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.review-shot:hover img { transform: scale(1.018); }
.review-shot > span { position: absolute; left: 9px; right: 9px; bottom: 9px; display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 32px; padding: 6px 9px; border: 1.5px solid var(--ink); border-radius: 999px; background: rgba(255,250,246,.92); backdrop-filter: blur(8px); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.review-shot > span i { font-size: 13px; }

.video-section { background: var(--purple); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.video-card { margin: 0; padding: 14px; border: var(--line); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.video-card.offset { transform: translateY(45px); }
.video-card video { width: 100%; aspect-ratio: 16/10; object-fit: cover; border: var(--line); border-radius: 16px; background: var(--ink); }
.video-card figcaption { padding: 14px 4px 2px; font: 600 12px/1.25 var(--display); text-transform: uppercase; }

.faq { background: var(--paper); border-top: var(--line); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 120px; }
.faq-item { border-top: var(--line); }
.faq-item:last-child { border-bottom: var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 3px; border: 0; background: none; text-align: left; font: 600 15px/1.3 var(--display); cursor: pointer; }
.faq-icon { position: relative; flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--yellow); }
.faq-icon i { position: absolute; font-size: 18px; transition: opacity .2s, transform .2s; }
.faq-icon .ph-minus { opacity: 0; transform: rotate(-90deg); }
.faq-item.open .faq-icon .ph-plus { opacity: 0; transform: rotate(90deg); }
.faq-item.open .faq-icon .ph-minus { opacity: 1; transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding-right: 70px; font-size: 14px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 24px; }

.lead { background: var(--pink); }
.lead-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: var(--line); border-radius: 34px; background: var(--purple); box-shadow: 9px 10px 0 var(--ink); }
.lead-copy { padding: 50px; }
.lead-copy h2 { margin: 25px 0 20px; font: 600 clamp(36px, 5vw, 61px)/1.02 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.lead-copy > p { max-width: 530px; font-size: 15px; font-weight: 600; }
.lead-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }
.lead-meta span { padding: 8px 11px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--paper); font-size: 10px; font-weight: 800; }
.lead-form { display: flex; flex-direction: column; justify-content: center; gap: 15px; margin: 18px; padding: 40px; border: var(--line); border-radius: 24px; background: var(--paper); }
.lead-form label > span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; }
.lead-form input[type="text"], .lead-form input[type="tel"] { width: 100%; height: 54px; padding: 0 17px; border: 1.5px solid var(--ink); border-radius: 14px; outline: none; background: var(--white); font-size: 15px; transition: box-shadow .2s; }
.lead-form input:focus { box-shadow: 3px 3px 0 var(--aqua); }
.lead-form input:user-invalid { border-color: #b6264a; box-shadow: 3px 3px 0 rgba(182,38,74,.25); }
.lead-form .consent { display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: start; }
.lead-form .consent input { width: 18px; height: 18px; accent-color: var(--ink); }
.lead-form .consent span { margin: 0; font-size: 10px; font-weight: 600; }
.lead-form .consent a { border-bottom: 1px solid; }
.lead-form .button { width: 100%; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.form-status { min-height: 18px; margin: -3px 0 0; text-align: center; font-size: 11px; font-weight: 700; }
.form-status:empty { min-height: 0; }
.form-status[data-state="pending"] { opacity: .7; }
.form-status[data-state="error"] { color: #a91f42; }
.lead-form .button:disabled, .quiz-final .button:disabled { cursor: wait; opacity: .65; transform: none; box-shadow: none; }
.form-note { margin: -3px 0 0; text-align: center; font-size: 9px; opacity: .65; }

.site-footer { color: var(--white); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 50px; padding: 58px 0; }
.brand-light { color: var(--white); }
.brand-light .brand-mark { color: var(--ink); }
.footer-top > div:first-child p { margin: 15px 0 0; font-size: 12px; color: #aaa; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 9px; font-size: 13px; font-weight: 700; }
.footer-contact a { display: inline-flex; align-items: center; gap: 6px; width: fit-content; }
.footer-contact a:first-child { margin-bottom: 8px; font: 500 18px/1.2 var(--display); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 18px 0; border-top: 1px solid #555; color: #999; font-size: 9px; }

.floating-max { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: grid; place-items: center; width: 56px; height: 56px; border: var(--line); border-radius: 50%; background: var(--aqua); box-shadow: 4px 4px 0 var(--ink); font: 800 12px/1 var(--display); letter-spacing: -.02em; transition: transform .2s; }
.floating-max:hover { transform: rotate(8deg) scale(1.06); }
.cookie-banner { position: fixed; left: 22px; bottom: 22px; z-index: 45; width: min(430px, calc(100vw - 112px)); display: flex; align-items: center; gap: 18px; padding: 16px 16px 16px 18px; border: var(--line); border-radius: 16px; background: var(--paper); box-shadow: 5px 6px 0 var(--ink); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: 12px; font-weight: 650; line-height: 1.4; }
.cookie-accept { min-height: 40px; flex: 0 0 auto; padding: 0 18px; border: var(--line); border-radius: 999px; background: var(--yellow); font-weight: 800; cursor: pointer; transition: transform .2s ease; }
.cookie-accept:hover { transform: translateY(-2px); }
.cookie-accept:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }

.thanks-page { min-height: 100vh; display: flex; flex-direction: column; }
.thanks-page .header-inner { justify-content: space-between; }
.thanks-phone { display: flex; align-items: center; gap: 14px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.thanks-phone a { font: 600 14px/1 var(--display); }
.thanks-main { flex: 1; display: grid; align-items: center; padding: 38px 0; }
.thanks-card { min-height: 660px; display: grid; grid-template-columns: 1fr .88fr; overflow: hidden; border: var(--line); border-radius: 36px; background: var(--purple); box-shadow: 9px 10px 0 var(--ink); }
.thanks-copy { align-self: center; padding: 55px; }
.thanks-copy h1 { margin: 28px 0 24px; font: 700 clamp(48px, 6vw, 78px)/1 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.thanks-copy h1 em { color: var(--white); font-style: normal; text-shadow: 3px 3px 0 var(--ink); }
.thanks-copy > p { max-width: 520px; font-size: 16px; font-weight: 600; }
.thanks-actions { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.thanks-visual { position: relative; min-width: 0; margin: 25px; overflow: hidden; border: var(--line); border-radius: 220px 220px 24px 24px; }
.thanks-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.thanks-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(23,23,23,.34)); }
.thanks-badge { position: absolute; z-index: 2; right: 14px; top: 42px; display: grid; place-items: center; width: 125px; height: 125px; padding: 15px; border: var(--line); border-radius: 50%; background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); text-align: center; font: 600 11px/1.2 var(--display); transform: rotate(8deg); }
.thanks-visual svg { position: absolute; z-index: 2; left: -20px; bottom: 20px; width: 100%; color: var(--white); }

.review-modal { position: fixed; inset: 0; z-index: 95; display: grid; place-items: center; padding: 18px; background: rgba(23,23,23,.78); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.review-modal.open { opacity: 1; visibility: visible; }
.review-dialog { width: min(560px, 100%); max-height: calc(100vh - 36px); display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; border: var(--line); border-radius: 24px; background: var(--paper); box-shadow: 8px 9px 0 var(--ink); transform: translateY(14px) scale(.985); transition: transform .25s ease; }
.review-modal.open .review-dialog { transform: none; }
.review-dialog-bar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 10px 8px 18px; border-bottom: var(--line); background: var(--yellow); }
.review-dialog-bar p { margin: 0; font: 600 12px/1.2 var(--display); text-transform: uppercase; }
.review-close { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--coral); font-size: 21px; cursor: pointer; }
.review-dialog > img { width: 100%; min-height: 0; max-height: calc(100vh - 96px); object-fit: contain; background: var(--white); }

.quiz-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; background: rgba(23,23,23,.65); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.quiz-modal.open { opacity: 1; visibility: visible; }
.quiz-dialog { position: relative; width: min(720px, 100%); min-height: 520px; padding: 38px; border: var(--line); border-radius: 30px; background: var(--paper); box-shadow: 10px 11px 0 var(--ink); transform: translateY(20px) scale(.98); transition: transform .3s; }
.quiz-modal.open .quiz-dialog { transform: translateY(0) scale(1); }
.quiz-close { position: absolute; right: 22px; top: 18px; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--coral); font-size: 22px; cursor: pointer; }
.quiz-progress { height: 10px; margin: 8px 55px 22px 0; overflow: hidden; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--pink); }
.quiz-progress span { display: block; width: 100%; height: 100%; background: var(--aqua); transform: scaleX(.1666); transform-origin: left; transition: transform .3s; }
.quiz-step-label { margin: 0 0 26px; font: 600 10px/1 var(--display); text-transform: uppercase; letter-spacing: .08em; }
.quiz-content h2 { max-width: 560px; margin: 0 0 26px; font: 600 clamp(26px, 4vw, 40px)/1.12 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.quiz-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quiz-option { min-height: 70px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: var(--line); border-radius: 16px; background: var(--white); text-align: left; font-size: 13px; font-weight: 700; cursor: pointer; transition: .2s; }
.quiz-option:hover { background: var(--yellow); transform: translateY(-2px); box-shadow: 3px 3px 0 var(--ink); }
.quiz-option span { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border: 1.5px solid var(--ink); border-radius: 50%; font-size: 10px; }
.quiz-final { display: grid; gap: 14px; }
.quiz-final p { margin: -10px 0 8px; font-size: 13px; font-weight: 600; }
.quiz-final label > span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; }
.quiz-final input { width: 100%; height: 55px; padding: 0 17px; border: var(--line); border-radius: 14px; background: var(--white); }
.quiz-final .consent-line { display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: start; font-size: 10px; }
.quiz-final .consent-line input { width: 17px; height: 17px; }
.quiz-final .consent-line span { margin: 0; font-size: 10px; font-weight: 600; }
.quiz-final .consent-line a { border-bottom: 1px solid; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }
.stats-grid .reveal:nth-child(2), .steps-grid .reveal:nth-child(2) { transition-delay: .08s; }
.stats-grid .reveal:nth-child(3), .steps-grid .reveal:nth-child(3) { transition-delay: .16s; }
.stats-grid .reveal:nth-child(4), .steps-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: hero-copy-in .72s cubic-bezier(.16,1,.3,1) both; }
  .hero-visual { animation: hero-visual-in .82s .08s cubic-bezier(.16,1,.3,1) both; }
}

@keyframes hero-copy-in {
  from { opacity: .01; transform: translateY(18px); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}

@keyframes hero-visual-in {
  from { opacity: .01; transform: translateX(18px); clip-path: inset(0 0 0 14% round 220px 220px 24px 24px); }
  to { opacity: 1; transform: none; clip-path: inset(0 round 220px 220px 24px 24px); }
}

@media (max-width: 980px) {
  .desktop-nav, .header-contact { display: none; }
  .header-inner { justify-content: space-between; }
  .menu-button { display: block; }
  .mobile-nav { position: absolute; left: 0; top: 76px; width: 100%; display: grid; gap: 0; padding: 10px 20px 20px; border-bottom: var(--line); background: var(--pink); transform: translateY(-120%); opacity: 0; transition: transform .3s, opacity .3s; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid rgba(23,23,23,.2); font: 600 14px/1 var(--display); text-transform: uppercase; }
  .hero-card { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 44px 25px; }
  .hero-visual { min-height: 460px; margin: 15px 35px 78px; }
  .hero-caption { left: 44px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .program-wide { grid-column: span 12; }
  .program-card.black { grid-column: span 6; }
  .program-advanced { height: 560px; }
  .program-small { grid-column: span 6; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .quiz-banner-card, .reviews-card, .lead-card { grid-template-columns: 1fr; }
  .quiz-art { min-height: 380px; }
  .faq-layout { grid-template-columns: 1fr; gap: 20px; }
  .faq-layout .section-heading { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; grid-row: 1 / span 2; }
  .thanks-card { grid-template-columns: 1fr; }
  .thanks-visual { min-height: 430px; }
}

@media (max-width: 820px) and (min-width: 681px) {
  .program-wide { height: 720px; display: block; min-height: 720px; }
  .program-wide .program-copy { max-width: 620px; }
  .program-wide .program-image { position: absolute; left: 28px; right: 28px; bottom: 72px; height: 360px; border-radius: 180px 180px 18px 18px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 24px, 1180px); }
  .section-pad { padding: 68px 0; }
  .section-pad-sm { padding: 42px 0; }
  .header-inner { height: 66px; }
  .mobile-nav { top: 66px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 29px; height: 29px; }
  .hero { padding-top: 16px; padding-bottom: 52px; }
  .hero-card { min-height: auto; border-radius: 24px; box-shadow: 5px 6px 0 var(--ink); }
  .hero-card::before { font-size: 52px; bottom: 14px; }
  .hero-copy { padding: 30px 22px 18px; }
  .eyebrows { margin-bottom: 28px; }
  .eyebrows span { font-size: 8px; }
  .hero-kicker { font-size: 10px; }
  .hero h1 { font-size: clamp(29px, 8.1vw, 36px); line-height: 1.03; }
  .hero-subtitle { margin-top: 20px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-visual { min-height: 380px; margin: 15px 16px 65px; border-radius: 170px 170px 18px 18px; }
  .hero-visual > img { object-position: center 46%; }
  .hero-sticker { width: 96px; height: 96px; font-size: 8px; }
  .hero-sticker strong { font-size: 17px; }
  .sticker-one { top: 28px; right: 5px; }
  .sticker-two { left: 6px; bottom: 32px; }
  .hero-caption { left: 22px; bottom: 22px; font-size: 8px; }
  .hero-caption { flex-direction: column; gap: 2px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(29px, 8.7vw, 42px); }
  .heading-note { width: 100%; margin-top: 18px; font-size: 13px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .stat-card { min-height: 152px; padding: 16px; border-radius: 17px; }
  .stat-card strong { font-size: 34px; }
  .stat-card > span { width: 100%; font-size: 10px; }
  .program-grid { display: block; }
  .program-card { min-height: 380px; margin-bottom: 12px; padding: 22px; border-radius: 22px; }
  .program-wide { height: 690px; display: block; min-height: 690px; }
  .program-num { margin-bottom: 34px; }
  .program-card h3 { font-size: 31px; }
  .program-card.program-advanced h3 { font-size: clamp(24px, 8vw, 31px); }
  .program-image { position: absolute; left: 20px; right: 20px; bottom: 66px; height: 300px; border-radius: 150px 150px 16px 16px; }
  .program-advanced { height: 560px; min-height: 560px; }
  .program-portrait { margin-bottom: 42px; }
  .program-small { min-height: 310px; }
  .program-small .card-link { right: 22px; }
  .program-motif { left: 22px; bottom: 26px; font-size: 62px; }
  .program-motif-smile { left: 47%; bottom: -8px; font-size: 160px; }
  .steps-grid { grid-template-columns: 1fr; gap: 8px; }
  .step-card { min-height: 210px; }
  .step-card h3 { margin-top: 45px; }
  .process-note { grid-template-columns: 54px 1fr; gap: 12px; padding: 16px; }
  .process-note .button { grid-column: span 2; width: 100%; }
  .quiz-banner-card { min-height: auto; border-radius: 24px; box-shadow: 5px 6px 0 var(--ink); }
  .quiz-banner-copy { padding: 30px 22px; }
  .quiz-banner h2 { font-size: 39px; }
  .quiz-art { min-height: 330px; }
  .face { left: 33%; width: 165px; height: 165px; }
  .face > i { font-size: 124px; }
  .bubble-one { left: 3%; width: 120px; height: 76px; }
  .bubble-two { right: 3%; width: 90px; height: 90px; }
  .bubble-three { width: 135px; height: 80px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .gallery-card { border-radius: 17px; }
  .gallery-card figcaption { min-height: 44px; padding: 8px; font-size: 8px; }
  .gallery-card figcaption b { display: none; }
  .reviews-card { gap: 20px; padding: 22px; border-radius: 22px; box-shadow: 5px 6px 0 var(--ink); }
  .reviews-visuals { grid-template-columns: repeat(3, minmax(210px, 72vw)); gap: 12px; overflow-x: auto; padding: 3px 5px 24px 2px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .review-shot { scroll-snap-align: start; border-radius: 14px; box-shadow: 3px 4px 0 var(--ink); }
  .review-shot:nth-child(2), .review-shot:nth-child(3) { transform: none; }
  .review-shot > span { min-height: 36px; font-size: 10px; }
  .review-dialog { border-radius: 18px; box-shadow: 5px 6px 0 var(--ink); }
  .video-grid { grid-template-columns: 1fr; gap: 12px; }
  .video-card.offset { transform: none; }
  .faq-item button { font-size: 12px; }
  .faq-answer p { padding-right: 25px; }
  .lead-card { border-radius: 24px; box-shadow: 5px 6px 0 var(--ink); }
  .lead-copy { padding: 30px 22px 12px; }
  .lead-copy h2 { font-size: 38px; }
  .lead-meta { margin-top: 25px; }
  .lead-form { margin: 12px; padding: 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-contact { grid-column: auto; grid-row: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-max { right: 14px; bottom: 14px; width: 50px; height: 50px; }
  .cookie-banner { left: 12px; right: 76px; bottom: 12px; width: auto; align-items: stretch; flex-direction: column; gap: 10px; padding: 14px; }
  .cookie-banner p { font-size: 11px; }
  .cookie-accept { width: 100%; }
  .quiz-dialog { min-height: 500px; padding: 28px 20px; border-radius: 22px; box-shadow: 5px 6px 0 var(--ink); }
  .quiz-options { grid-template-columns: 1fr; }
  .quiz-option { min-height: 56px; }
  .thanks-phone span { display: none; }
  .thanks-phone a { font-size: 10px; }
  .thanks-main { padding: 18px 0 32px; }
  .thanks-card { min-height: auto; border-radius: 24px; box-shadow: 5px 6px 0 var(--ink); }
  .thanks-copy { padding: 32px 22px; }
  .thanks-copy h1 { font-size: clamp(32px, 9vw, 42px); }
  .thanks-actions { align-items: flex-start; flex-direction: column; }
  .thanks-visual { min-height: 390px; margin: 12px; border-radius: 180px 180px 18px 18px; }
}
