:root {
  --ink: #2c233d;
  --paper: #f7f0e3;
  --surface: #fffcf7;
  --action: #f26a21;
  --progress: #4f9a36;
  --signature: #7152a8;
  --cream: var(--paper);
  --cream-dark: #eadfcf;
  --white: var(--surface);
  --purple: var(--ink);
  --purple-soft: #ece6f5;
  --ink-soft: #625a70;
  --orange: var(--action);
  --orange-dark: #c94f0d;
  --orange-soft: #fff0e5;
  --green: var(--progress);
  --green-soft: #e8f3df;
  --teal: #0e9b98;
  --line: #ded2bf;
  --shadow: 0 24px 64px rgba(44, 35, 61, .16);
  --shadow-soft: 0 10px 30px rgba(44, 35, 61, .09);
  --shadow-paper: 0 18px 42px rgba(44, 35, 61, .18), 0 2px 5px rgba(44, 35, 61, .08);
  --radius: 24px;
  --wrap: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; padding-bottom: 86px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: 'Quicksand', system-ui, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 36px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-160%); background: var(--purple); color: white; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { transform: none; }

h1, h2, h3, b, .button, summary { font-family: 'Fredoka', 'Quicksand', sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 15ch; margin-bottom: 20px; font-size: clamp(2.25rem, 9.2vw, 3.6rem); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 7vw, 3.35rem); line-height: 1.08; letter-spacing: -.025em; }
h3 { line-height: 1.18; }
h1 span, h2 span { color: var(--orange); }

.eyebrow { display: inline-flex; margin-bottom: 16px; border-radius: 999px; background: var(--orange-soft); color: var(--orange-dark); padding: 7px 13px; font-family: 'Fredoka'; font-size: .78rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.eyebrow-green { background: var(--green-soft); color: var(--green); }
.eyebrow-light { background: rgba(255,255,255,.13); color: #fff; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 22px; text-align: center; text-decoration: none; font-size: 1rem; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 24px rgba(238,108,31,.28); }
.button-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(238,108,31,.34); }
.button-small { min-height: 42px; padding: 9px 17px; background: var(--orange); color: #fff; }
.button-wide { width: 100%; }
a:focus-visible, button:focus-visible, summary:focus-visible, .table-scroll:focus-visible { outline: 3px solid #1d766f; outline-offset: 4px; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(222,210,191,.88); background: rgba(247,240,227,.92); backdrop-filter: blur(14px); }
.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-family: 'Fredoka'; font-size: .98rem; text-decoration: none; }
.brand img { width: 38px; height: 38px; }
.brand b { color: var(--orange); }

.hero { position: relative; overflow: clip; padding: 50px 0 68px; background: radial-gradient(circle at 93% 12%, rgba(242,106,33,.15) 0, transparent 29%), radial-gradient(circle at 4% 52%, rgba(79,154,54,.13) 0, transparent 27%), linear-gradient(155deg, var(--surface), var(--paper)); }
.hero::after { content: ''; position: absolute; width: 280px; height: 280px; right: -170px; bottom: -145px; border: 1px solid rgba(113,82,168,.16); border-radius: 50%; box-shadow: 0 0 0 46px rgba(113,82,168,.035), 0 0 0 92px rgba(113,82,168,.025); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 24px; }
.hero-copy { align-self: center; }
.hero-lead { max-width: 58ch; color: var(--ink-soft); font-size: 1.08rem; font-weight: 600; }
.hero-actions { margin-top: 28px; }
.microcopy { margin: 12px 0 0; color: var(--ink-soft); text-align: center; font-size: .82rem; font-weight: 700; }
.hero-proof { margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; list-style: none; }
.hero-proof li { min-width: 0; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.72); padding: 12px 8px; text-align: center; }
.hero-proof b { display: block; color: var(--green); font-size: 1.38rem; line-height: 1; }
.hero-proof span { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .68rem; font-weight: 700; line-height: 1.2; }
.hero-media { min-height: 420px; display: grid; align-content: center; }
.product-stage { --stage-x: 0px; --stage-y: 0px; position: relative; width: min(100%, 520px); margin: 12px auto 26px; aspect-ratio: 1.05 / 1; transform: translate3d(var(--stage-x), var(--stage-y), 0); transition: transform .22s cubic-bezier(.2,.8,.2,1); }
.stage-orbit { position: absolute; inset: 8% 5% 5%; border-radius: 50%; background: radial-gradient(circle, rgba(242,106,33,.15), rgba(113,82,168,.08) 47%, transparent 68%); border: 1px solid rgba(113,82,168,.14); transform: rotate(-7deg); }
.stage-sheet { position: absolute; top: 24%; width: 37%; aspect-ratio: 1 / 1.414; border: 5px solid var(--surface); border-radius: 12px; background: white; object-fit: cover; object-position: top; box-shadow: var(--shadow-paper); }
.stage-sheet-left { left: 1%; transform: rotate(-10deg); }
.stage-sheet-right { right: 1%; transform: rotate(10deg); }
.stage-cover { position: absolute; z-index: 2; top: 8%; left: 19%; width: 62%; border: 7px solid rgba(255,252,247,.98); border-radius: 25px; box-shadow: 0 30px 70px rgba(44,35,61,.23), 0 5px 14px rgba(44,35,61,.1); }
.stage-seal { position: absolute; z-index: 3; right: 2%; bottom: 4%; min-width: 132px; border: 1px solid rgba(44,35,61,.1); border-radius: 18px; background: rgba(255,252,247,.96); padding: 12px 14px; box-shadow: var(--shadow-soft); text-align: center; transform: rotate(3deg); }
.stage-seal b, .stage-seal span { display: block; }
.stage-seal b { color: var(--action); font-size: 1rem; }
.stage-seal span { color: var(--ink-soft); font-size: .67rem; font-weight: 800; }
.media-caption { width: max-content; max-width: 100%; margin: 0 auto; border-radius: 999px; background: #fff; padding: 10px 14px; box-shadow: var(--shadow-soft); font-size: .78rem; font-weight: 700; }
.media-caption span { color: var(--green); }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { padding-block: 19px; display: grid; gap: 12px; }
.trust-grid p { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .91rem; }
.trust-grid p > span { font-size: 1.25rem; }
.trust-grid b { color: var(--purple); }

.section { padding: 72px 0; }
.section-heading { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.04rem; }
.purpose { overflow: clip; background: var(--ink); color: var(--surface); }
.purpose-grid { display: grid; gap: 34px; align-items: center; }
.editorial-photo, .ritual-visual { position: relative; margin: 0; overflow: hidden; border-radius: 30px; box-shadow: 0 28px 72px rgba(17,12,25,.34); }
.editorial-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.editorial-photo figcaption, .ritual-visual figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(44,35,61,.84); padding: 10px 12px; color: #fff; font-size: .75rem; font-weight: 700; backdrop-filter: blur(9px); }
.purpose-copy > p:not(.eyebrow) { color: #ddd6e7; }
.purpose-lead { max-width: 58ch; font-size: 1.08rem; }
.purpose-principles { margin-top: 26px; display: grid; gap: 10px; }
.purpose-principles p { margin: 0; display: grid; grid-template-columns: 38px 1fr; column-gap: 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.06); padding: 13px; }
.purpose-principles span { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--action); color: white; font-family: 'Fredoka'; font-weight: 700; }
.purpose-principles b { color: white; }
.purpose-principles small { color: #c8bfd2; font-size: .78rem; }
.problem { background: #fff; }
.recognition-grid { display: grid; gap: 14px; }
.recognition-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); padding: 24px; }
.recognition-card > span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 16px; border-radius: 11px; background: var(--purple); color: #fff; font-family: 'Fredoka'; font-weight: 700; }
.recognition-card h3 { margin-bottom: 8px; font-size: 1.25rem; }
.recognition-card p { margin: 0; color: var(--ink-soft); }
.bridge-copy { max-width: 810px; margin: 30px auto 0; border-left: 4px solid var(--orange); border-radius: 12px; background: var(--orange-soft); padding: 18px 20px; text-align: center; font-size: 1.05rem; }

.quiz { overflow: clip; background: linear-gradient(168deg, var(--purple-soft), var(--cream)); }
.quiz-card { position: relative; max-width: 780px; margin: 34px auto 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 26px 22px 28px; box-shadow: var(--shadow); }
.quiz-progress { margin-bottom: 22px; }
.quiz-bar { height: 7px; overflow: hidden; border-radius: 999px; background: var(--purple-soft); }
.quiz-bar span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--orange), var(--green)); transition: width .32s cubic-bezier(.2,.8,.2,1); }
.quiz-count { margin: 9px 0 0; color: var(--ink-soft); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.quiz-count b { color: var(--orange-dark); }
.quiz-start { text-align: center; }
.quiz-lead { max-width: 46ch; margin-inline: auto; font-size: 1.06rem; font-weight: 600; }
.quiz-nojs { display: none; margin: 16px 0 0; color: var(--ink-soft); font-size: .86rem; }
html:not(.js) [data-quiz-begin] { display: none; }
html:not(.js) .quiz-nojs { display: block; }
html:not(.js) .quiz-start .microcopy { display: none; }
.quiz-step { margin: 0; border: 0; padding: 0; }
.quiz-kicker { margin: 0 0 10px; display: inline-flex; border-radius: 999px; background: var(--purple); padding: 6px 13px; color: #fff; font-family: 'Fredoka'; font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.quiz-question { margin: 0 0 20px; font-family: 'Fredoka', sans-serif; font-size: clamp(1.32rem, 4.6vw, 1.85rem); line-height: 1.15; letter-spacing: -.02em; }
.quiz-options { display: grid; gap: 11px; }
.quiz-option { display: grid; gap: 4px; width: 100%; border: 1.5px solid var(--line); border-radius: 18px; background: var(--cream); padding: 15px 17px; color: inherit; font-family: inherit; font-size: inherit; text-align: left; cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.quiz-option b { font-family: 'Fredoka', sans-serif; font-size: 1.06rem; }
.quiz-option span { color: var(--ink-soft); font-size: .88rem; line-height: 1.45; }
.quiz-option:hover { border-color: var(--orange); background: var(--orange-soft); transform: translateY(-2px); }
.quiz-option.is-chosen { border-color: var(--orange); background: var(--orange-soft); }
.quiz-result { text-align: center; }
.quiz-result > .quiz-kicker { display: block; width: fit-content; margin-inline: auto; }
.quiz-result:focus { outline: none; }
.quiz-degrau { margin: 12px 0 16px; display: inline-grid; grid-template-columns: 62px auto; gap: 14px; align-items: center; border-radius: 20px; background: var(--green-soft); padding: 12px 22px 12px 12px; }
.quiz-degrau b { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 16px; background: var(--green); color: #fff; font-family: 'Fredoka'; font-size: 2rem; }
.quiz-degrau span { font-family: 'Fredoka', sans-serif; font-size: 1.3rem; text-align: left; }
.quiz-why { max-width: 44ch; margin: 0 auto 20px; font-size: 1.1rem; font-weight: 700; }
.quiz-plan { max-width: 44ch; margin: 0 auto 24px; padding: 0; display: grid; gap: 10px; list-style: none; text-align: left; }
.quiz-plan li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; color: var(--ink-soft); font-size: .95rem; }
.quiz-plan li > span:first-child { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 700; }
.quiz-restart { margin-top: 14px; border: 0; background: none; font-family: inherit; font-size: .86rem; cursor: pointer; }

.method { background: linear-gradient(155deg, var(--cream), var(--green-soft)); }
.method-layout { display: grid; gap: 32px; }
.method-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.check-list { margin: 24px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; font-weight: 700; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; }
.check-list li span { width: 25px; height: 25px; display: inline-grid; place-items: center; flex: none; border-radius: 50%; background: var(--green); color: white; }
.steps { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; border: 1px solid rgba(75,146,45,.25); border-radius: 18px; background: rgba(255,255,255,.84); padding: 17px; box-shadow: var(--shadow-soft); }
.steps li > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--orange); color: #fff; font-family: 'Fredoka'; font-size: 1.5rem; font-weight: 700; }
.steps li:nth-child(2) > span { background: var(--green); }
.steps li:nth-child(3) > span { background: var(--teal); }
.steps li:nth-child(4) > span { background: #6b4e9e; }
.steps b { font-size: 1.12rem; }
.steps p { margin: 3px 0 0; color: var(--ink-soft); font-size: .91rem; }

.previews { background: #fff; }
.preview-grid { margin-inline: -18px; padding: 4px 18px 20px; display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--orange) var(--cream-dark); }
.preview-card { min-width: 78vw; margin: 0; scroll-snap-align: center; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); padding: 10px; box-shadow: var(--shadow-soft); }
.preview-card a { display: block; overflow: hidden; border-radius: 11px; }
.preview-card img { width: 100%; aspect-ratio: 1 / 1.414; object-fit: cover; object-position: top; transition: transform .2s ease; }
.preview-card a:hover img { transform: scale(1.018); }
.preview-card figcaption { padding: 11px 5px 3px; font-family: 'Fredoka'; font-weight: 700; text-align: center; }

.real-use { background: var(--purple); color: white; }
.light-heading > p:last-child { color: #ddd5ea; }
.light-heading h2 span { color: #ff9b5f; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.video-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: #20182e; padding: 0; color: white; cursor: pointer; box-shadow: 0 16px 30px rgba(0,0,0,.2); }
.video-card img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; opacity: .82; transition: transform .2s ease, opacity .2s ease; }
.video-card:hover img { transform: scale(1.025); opacity: 1; }
.video-card .play { position: absolute; top: 42%; left: 50%; width: 54px; height: 54px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--orange); box-shadow: 0 10px 22px rgba(0,0,0,.25); }
.video-card b { position: absolute; right: 8px; bottom: 8px; left: 8px; border-radius: 10px; background: rgba(32,24,46,.82); padding: 8px; font-size: .82rem; }
.video-player { width: 100%; aspect-ratio: 9 / 16; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: #20182e; object-fit: cover; box-shadow: 0 16px 30px rgba(0,0,0,.2); }

.contents { background: var(--cream); }
.content-groups { display: grid; gap: 16px; }
.content-group { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 24px; box-shadow: var(--shadow-soft); }
.featured-group { border: 2px solid var(--orange); background: var(--orange-soft); }
.group-label { display: inline-flex; margin-bottom: 13px; border-radius: 999px; background: var(--purple-soft); color: var(--purple); padding: 5px 11px; font-family: 'Fredoka'; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.content-group h3 { margin-bottom: 8px; font-size: 1.38rem; }
.content-group > p { margin: 0; color: var(--ink-soft); }
.document-list { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; }
.document-list li { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding: 12px 0; }
.document-list li:last-child { border-bottom: 0; }
.document-list span { flex: none; color: var(--ink-soft); font-size: .86rem; font-weight: 700; }
.versions-callout { margin-top: 18px; display: grid; gap: 12px; }
.versions-callout > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 17px; }
.versions-callout > div > span { grid-row: 1 / 3; font-size: 1.7rem; }
.versions-callout p { margin: 3px 0 0; color: var(--ink-soft); font-size: .88rem; }

.routine { background: #fff; }
.routine-intro { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.routine-layout { display: grid; gap: 30px; align-items: center; }
.routine-lead { color: var(--ink-soft); }
.ritual-visual { box-shadow: var(--shadow); }
.ritual-visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.routine-steps { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.routine-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); padding: 18px; box-shadow: var(--shadow-soft); }
.routine-steps li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-family: 'Fredoka'; font-size: 1.3rem; font-weight: 700; }
.routine-steps b { font-size: 1.14rem; }
.routine-steps p { margin: 3px 0 0; color: var(--ink-soft); }

.comparison { background: var(--purple-soft); }
.table-scroll { overflow-x: auto; border: 1px solid rgba(58,46,82,.16); border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
th, td { border-bottom: 1px solid var(--line); padding: 15px 16px; text-align: center; }
th:first-child { text-align: left; }
thead th { background: var(--purple); color: #fff; font-size: .87rem; }
tbody th { font-family: 'Fredoka'; }
.highlight-row { background: var(--green-soft); color: #275619; font-weight: 700; }

.offer-section { background: var(--purple); color: white; }
.offer-layout { display: grid; gap: 30px; }
.offer-copy > p:not(.eyebrow) { color: #ddd5ea; }
.offer-list { margin: 25px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; font-weight: 700; }
.offer-list li { color: #fff; }
.price-card { border: 1px solid rgba(255,255,255,.3); border-radius: 26px; background: #fff; color: var(--purple); padding: 28px 22px; text-align: center; box-shadow: 0 28px 70px rgba(20,14,31,.33); }
.price-kicker { margin-bottom: 6px; font-family: 'Fredoka'; font-weight: 700; }
.price { margin: 0; color: var(--purple); font-family: 'Fredoka'; font-size: clamp(3rem, 15vw, 4.2rem); font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.price-note { margin: 5px 0 22px; color: var(--ink-soft); font-size: .85rem; font-weight: 700; }
.payment-note { margin: 12px 0 0; color: var(--ink-soft); font-size: .8rem; }
.secure-note { margin-top: 20px; display: grid; grid-template-columns: 36px 1fr; align-items: start; gap: 8px; border-radius: 13px; background: var(--green-soft); padding: 13px; text-align: left; }
.secure-note p { margin: 0; color: #2f5e23; font-size: .78rem; }
.offer-error { margin-top: 12px; border-radius: 10px; background: #ffe7e7; color: #8a1515; padding: 10px; font-weight: 700; }

.guarantee { background: #fff; }
.guarantee-card { display: grid; gap: 24px; align-items: center; border: 2px solid #bddcaa; border-radius: 28px; background: linear-gradient(135deg, #f4f9ef, #fff); padding: 28px 22px; box-shadow: var(--shadow-soft); }
.shield { width: 116px; height: 128px; display: grid; place-items: center; justify-self: center; background: var(--green); color: #fff; clip-path: polygon(50% 0, 92% 15%, 86% 72%, 50% 100%, 14% 72%, 8% 15%); font-family: 'Fredoka'; font-size: 3.2rem; font-weight: 700; }
.guarantee-card p:not(.eyebrow) { color: var(--ink-soft); }
.text-link { color: var(--green); font-weight: 800; }

.faq { background: var(--cream); }
.faq-layout { display: grid; gap: 32px; }
.faq-layout > div:first-child > p:last-child { color: var(--ink-soft); }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 15px; background: #fff; padding: 0 17px; }
summary { position: relative; padding: 18px 34px 18px 0; cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; top: 14px; right: 0; color: var(--orange); font-size: 1.6rem; }
details[open] summary::after { content: '−'; }
details p { margin: -3px 0 18px; color: var(--ink-soft); }

.final-cta { padding: 54px 0; background: var(--green-soft); }
.final-inner { display: grid; gap: 18px; justify-items: center; text-align: center; }
.final-inner img { width: 84px; }
.final-inner p { margin-bottom: 3px; color: var(--green); font-weight: 800; }
.final-inner h2 { margin: 0; font-size: clamp(1.8rem, 6vw, 2.7rem); }

footer { background: #21192e; color: #ddd5ea; padding: 40px 0 112px; }
.footer-grid { display: grid; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { width: 48px; }
.footer-brand p { margin: 0; }
footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }
footer nav a { color: #fff; font-weight: 700; }
.legal-copy { margin: 0; color: #aaa1ba; font-size: .78rem; }

.mobile-cta { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; min-height: 76px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; border-top: 1px solid var(--line); background: rgba(255,255,255,.96); padding: 9px 12px max(9px, env(safe-area-inset-bottom)); box-shadow: 0 -8px 28px rgba(58,46,82,.14); backdrop-filter: blur(12px); }
.js .mobile-cta { opacity: 0; pointer-events: none; transform: translateY(105%); transition: opacity .2s ease, transform .26s cubic-bezier(.2,.8,.2,1); }
.js .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-cta small { display: block; color: var(--ink-soft); font-size: .68rem; font-weight: 700; }
.mobile-cta b { font-size: 1.24rem; }
.mobile-cta .button { min-height: 50px; padding-inline: 18px; }

@media (min-width: 600px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .recognition-grid { grid-template-columns: repeat(2, 1fr); }
  .versions-callout { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
  body { font-size: 17px; }
  .wrap { width: min(calc(100% - 48px), var(--wrap)); }
  .section { padding: 92px 0; }
  .header-inner { min-height: 76px; }
  .brand { font-size: 1.15rem; }
  .brand img { width: 46px; height: 46px; }
  .hero { padding: 76px 0 96px; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(3rem, 6.2vw, 4.25rem); }
  .hero-lead { font-size: 1.15rem; }
  .hero-media { min-height: 500px; }
  .purpose-grid { grid-template-columns: 1.05fr .95fr; gap: 58px; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .trust-grid p { align-items: flex-start; font-size: .82rem; }
  .method-layout, .routine-layout, .faq-layout { grid-template-columns: .9fr 1.1fr; align-items: center; gap: 58px; }
  .preview-grid { margin-inline: 0; padding: 4px 0 14px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: visible; }
  .preview-card { min-width: 0; }
  .content-groups { grid-template-columns: .8fr 1fr; }
  .content-group:last-child { grid-column: 1 / -1; }
  .two-columns { grid-template-columns: repeat(2, 1fr); column-gap: 24px; }
  .two-columns li:nth-last-child(2) { border-bottom: 0; }
  .offer-layout { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
  .price-card { padding: 36px 34px; }
  .guarantee-card { grid-template-columns: 150px 1fr; padding: 40px; }
  .quiz-card { padding: 40px 44px 44px; }
  .quiz-options { grid-template-columns: repeat(2, 1fr); }
  .quiz-step[data-quiz-question="como"] .quiz-options { grid-template-columns: repeat(3, 1fr); }
  .final-inner { grid-template-columns: auto 1fr auto; text-align: left; justify-items: start; }
  .footer-grid { grid-template-columns: auto 1fr; align-items: center; }
  .legal-copy { grid-column: 1 / -1; }
}

@media (min-width: 960px) {
  body { padding-bottom: 0; }
  .mobile-cta { display: none; }
  footer { padding-bottom: 44px; }
  .hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: 50px; }
  .recognition-grid { grid-template-columns: repeat(4, 1fr); }
  .video-grid { grid-template-columns: repeat(6, 1fr); }
  .content-groups { grid-template-columns: .72fr 1fr 1.35fr; align-items: stretch; }
  .content-group:last-child { grid-column: auto; }
  .two-columns { grid-template-columns: 1fr; }
  .two-columns li:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: auto auto 1fr; gap: 44px; }
  .legal-copy { grid-column: auto; }
}

@media (min-width: 1180px) {
  h1 { font-size: 4.28rem; }
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .motion-section > .wrap {
      animation: section-reveal linear both;
      animation-timeline: view();
      animation-range: entry 8% cover 28%;
    }
  }
}

@keyframes section-reveal {
  from { opacity: .01; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

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