:root {
  --navy: #071d45;
  --navy-dark: #061736;
  --teal: #19bbb4;
  --orange: #ffad1f;
  --yellow: #ffd12e;
  --green: #65d1a3;
  --pink: #ef6e9e;
  --purple: #7b5ce6;
  --cream: #fffdf4;
  --paper: #ffffff;
  --ink: #14213d;
  --muted: #59627d;
  --border: #ece6dc;
  --shadow: 0 24px 60px rgba(7, 29, 69, 0.12);
  --shadow-soft: 0 16px 40px rgba(7, 29, 69, 0.09);
  --shadow-hover: 0 24px 55px rgba(7, 29, 69, 0.16);
  --ease-premium: cubic-bezier(.22, 1, .36, 1);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Nunito", system-ui, sans-serif; font-size: 17px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid rgba(25, 187, 180, 0.4); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 840px; }
.center { text-align: center; }
.section { padding: 112px 0; position: relative; isolation: isolate; overflow: hidden; }
.section > .container { position: relative; z-index: 2; }
.section-heading { max-width: 800px; margin: 0 auto 56px; }
.section-heading p { color: var(--muted); max-width: 670px; margin: 18px auto 0; line-height: 1.65; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-dark); line-height: 1.12; }
h1 { font-size: clamp(2.65rem, 4.45vw, 4.15rem); letter-spacing: -0.055em; margin-bottom: 25px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); letter-spacing: -0.04em; margin-bottom: 20px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
.title-emoji { display: inline-block; margin-right: .18em; font-size: .72em; vertical-align: .08em; filter: drop-shadow(0 5px 8px rgba(7, 29, 69, .12)); transform-origin: center; transition: transform .35s var(--ease-premium); }
h2:hover .title-emoji { transform: translateY(-2px) rotate(-5deg) scale(1.06); }
.text-blue, .text-orange { display: block; }
.text-blue { color: var(--navy); }
.text-orange { color: var(--purple); }
.eyebrow, .section-kicker, .offer-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; background: var(--navy-dark); color: #fff; padding: 10px 16px; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; width: 100%; top: 0; padding: 18px 0; }
.header-inner { display: flex; align-items: center; gap: 20px; }
.brand img { width: 92px; height: 68px; object-fit: cover; object-position: center 37%; border-radius: 12px; mix-blend-mode: multiply; }
.header-note { color: var(--navy); font-size: 0.82rem; font-weight: 800; line-height: 1.25; margin: 0 auto 0 0; padding-left: 18px; border-left: 1px solid rgba(7, 29, 69, 0.2); }
.button { min-height: 58px; padding: 0 28px; border: 0; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; text-decoration: none; font-weight: 900; line-height: 1.2; transition: transform .28s var(--ease-premium), box-shadow .28s ease, background .28s ease, border-color .28s ease; }
.button:hover { transform: translateY(-4px) scale(1.015); }
.button:active { transform: translateY(-1px) scale(.99); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--purple), #9a7cff); box-shadow: 0 15px 32px rgba(123, 92, 230, 0.28); }
.button-primary:hover { box-shadow: 0 21px 42px rgba(123, 92, 230, .38); }
.button-primary span, .button-dark span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 1.35rem; }
.button-outline { color: var(--navy); border: 2px solid rgba(7, 29, 69, 0.18); background: rgba(255,255,255,.6); }
.button-outline:hover { border-color: rgba(7, 29, 69, .34); box-shadow: 0 12px 28px rgba(7, 29, 69, .1); background: rgba(255,255,255,.92); }
.button-small { min-height: 44px; padding: 0 20px; border-radius: 14px; font-size: .88rem; }

.hero { min-height: 850px; padding: 145px 0 70px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(123,92,230,.13), transparent 25%), radial-gradient(circle at 90% 75%, rgba(25,187,180,.16), transparent 28%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(30px, 4vw, 64px); }
.hero-copy { position: relative; z-index: 2; max-width: 620px; }
.hero-subtitle { color: #59627d; font-size: clamp(1.06rem, 1.8vw, 1.3rem); line-height: 1.65; max-width: 610px; margin-bottom: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 20px; list-style: none; padding: 0; margin: 30px 0 0; color: var(--navy); font-size: .82rem; font-weight: 800; }
.trust-row li { display: flex; align-items: center; gap: 7px; }
.trust-row li span { color: var(--teal); font-size: 1.1rem; }
.hero-visual { position: relative; width: 100%; max-width: 720px; justify-self: center; }
.hero-visual img { position: relative; z-index: 2; width: 100%; height: auto; border-radius: 30px; box-shadow: 0 26px 60px rgba(7, 29, 69, .14); }
.hero-visual-mobile { display: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(1px); }
.blob-one { background: var(--purple); width: 300px; height: 300px; right: 10%; top: -10%; opacity: .28; }
.blob-two { background: var(--teal); width: 180px; height: 180px; left: 2%; bottom: -8%; opacity: .18; }
.visual-badge { position: absolute; z-index: 3; right: 2%; bottom: 2%; width: 124px; height: 124px; padding: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--teal); color: #fff; border: 7px solid #fff; border-radius: 50%; transform: rotate(-4deg); box-shadow: 0 12px 24px rgba(25, 187, 180, .22); line-height: 1.15; }
.visual-badge strong { font-size: 1rem; }
.visual-badge span { font-size: .72rem; margin-top: 5px; }

.identification { background: var(--paper); }
.identification::before { content: ""; position: absolute; width: 170px; height: 170px; left: -90px; top: 22%; border: 2px dashed rgba(239, 110, 158, .16); border-radius: 50%; pointer-events: none; }
.phrase-cloud { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 32px 0; }
.phrase-cloud span { padding: 9px 16px; background: var(--cream); border: 1px solid var(--border); border-radius: 999px; color: var(--navy); font-weight: 700; }
.phrase-cloud span:nth-child(2n) { transform: rotate(1.5deg); }
.phrase-cloud span:nth-child(3n) { transform: rotate(-1.5deg); }
.repeat-line { color: var(--purple); font-size: 1.25rem; font-weight: 900; margin-bottom: 13px; }
.lead { color: var(--muted); font-size: 1.08rem; }

.receive { background: linear-gradient(180deg, #fffdf4, #f3fffc); }
.receive::before { content: "✦"; position: absolute; right: 5%; top: 8%; color: rgba(123, 92, 230, .18); font-size: 4rem; transform: rotate(12deg); pointer-events: none; }
.receive::after { content: ""; position: absolute; left: -80px; bottom: 8%; width: 180px; height: 180px; border-radius: 44% 56% 63% 37%; background: rgba(25, 187, 180, .07); pointer-events: none; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.resource-card { min-height: 230px; position: relative; display: grid; grid-template-columns: 56px 1fr 86px; gap: 18px; align-items: start; padding: 28px; border: 1px solid rgba(7,29,69,.09); border-radius: 25px; background: linear-gradient(145deg, #fff 0%, #fff 72%, #fbfffd 100%); box-shadow: var(--shadow-soft); overflow: hidden; transition: transform .35s var(--ease-premium), box-shadow .35s ease, border-color .35s ease; }
.resource-card:hover { transform: translateY(-7px); border-color: rgba(25, 187, 180, .22); box-shadow: var(--shadow-hover); }
.resource-card p, .pillar-card p, .bonus-card p { color: var(--muted); font-size: .95rem; margin: 0; }
.resource-card small { color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: #fff; font-size: 1.5rem; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 9px 18px rgba(7,29,69,.12); transition: transform .35s var(--ease-premium); }
.resource-card:hover .icon { transform: rotate(-5deg) scale(1.08); }
.teal { background: var(--teal); }.yellow { background: var(--yellow); }.blue { background: var(--navy); }.green { background: var(--green); }.orange { background: var(--orange); }.pink { background: var(--pink); }.purple { background: var(--purple); }
.mini-sheet { align-self: end; justify-self: end; width: 78px; min-height: 108px; padding: 15px 10px; border: 4px solid white; border-radius: 8px; box-shadow: 0 10px 22px rgba(7,29,69,.18); color: #fff; font-weight: 900; text-align: center; line-height: 1.6; transform: rotate(5deg); }
.teal-sheet { background: #19bbb4; }.yellow-sheet { background: #ffd12e; }.blue-sheet { background: #071d45; }.green-sheet { background: #65d1a3; }.orange-sheet { background: #ffad1f; }.pink-sheet { background: #ef6e9e; }.purple-sheet { background: #7b5ce6; }.guide-sheet { background: linear-gradient(#fffdf4, #dff5d7); color: var(--navy); font-size: .7rem; }

.why { background: var(--navy-dark); color: rgba(255,255,255,.86); }
.why::before { content: ""; position: absolute; right: -100px; top: -100px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.018), 0 0 0 90px rgba(255,255,255,.012); }
.why h2, .why h3 { color: #fff; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.why-copy p { font-size: 1.05rem; }
.pillar-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.pillar-card { padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 23px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.055)); box-shadow: 0 16px 36px rgba(0,0,0,.09); transition: transform .35s var(--ease-premium), background .35s ease, box-shadow .35s ease; }
.pillar-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.12); box-shadow: 0 22px 44px rgba(0,0,0,.16); }
.pillar-card > span { min-width: 45px; height: 45px; padding: 0 8px; display: inline-grid; place-items: center; color: #fff; background: var(--purple); border-radius: 14px; font-weight: 900; margin-bottom: 20px; }
.pillar-card:hover > span { transform: rotate(4deg) scale(1.06); }
.pillar-card p { color: rgba(255,255,255,.7); }
.legal-note { margin: 50px 0 0; padding: 14px 20px; text-align: center; color: rgba(255,255,255,.68); background: rgba(255,255,255,.05); border-radius: 12px; font-size: .78rem; }

.steps { background: #fff; }
.steps::before { content: ""; position: absolute; left: 4%; top: 16%; width: 11px; height: 11px; border-radius: 50%; background: var(--pink); opacity: .28; box-shadow: 28px 20px 0 rgba(123,92,230,.34), 7px 48px 0 rgba(25,187,180,.34); }
.steps-list { position: relative; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; padding: 0; margin: 0; gap: 20px; counter-reset: steps; }
.steps-list::before { content: ""; position: absolute; top: 47px; left: 12%; right: 12%; border-top: 2px dashed rgba(25,187,180,.35); }
.steps-list li { position: relative; text-align: center; padding: 0 12px; }
.step-number { position: absolute; z-index: 3; top: -8px; left: calc(50% + 22px); width: 28px; height: 28px; display: grid; place-items: center; background: var(--purple); color: white; border: 3px solid #fff; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.step-icon { position: relative; z-index: 2; width: 94px; height: 94px; margin: 0 auto 23px; display: grid; place-items: center; color: var(--teal); background: #e6fbf8; border: 8px solid #fff; border-radius: 50%; box-shadow: 0 9px 25px rgba(25,187,180,.14); font-size: 2rem; font-weight: 900; }
.steps-list li, .step-icon { transition: transform .35s var(--ease-premium), box-shadow .35s ease; }
.steps-list li:hover { transform: translateY(-4px); }
.steps-list li:hover .step-icon { transform: scale(1.07) rotate(-4deg); box-shadow: 0 15px 32px rgba(25,187,180,.2); }
.steps-list p { color: var(--muted); font-size: .9rem; }

.bonuses { background: #f3efff; }
.bonuses::before { content: ""; position: absolute; right: -75px; bottom: -90px; width: 230px; height: 230px; border-radius: 58% 42% 35% 65%; background: rgba(123, 92, 230, .08); transform: rotate(22deg); }
.bonus-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.bonus-card { position: relative; padding: 27px 22px; background: linear-gradient(150deg, #fff, #fefeff); border: 1px solid rgba(123,92,230,.08); border-bottom: 5px solid var(--purple); border-radius: 23px; box-shadow: var(--shadow-soft); transition: transform .35s var(--ease-premium), box-shadow .35s ease; }
.bonus-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(7,29,69,.15); }
.bonus-card:nth-child(2) { border-color: var(--pink); }.bonus-card:nth-child(3) { border-color: var(--purple); }.bonus-card:nth-child(4) { border-color: var(--teal); }.bonus-card:nth-child(5) { border-color: var(--green); }
.bonus-tag { color: var(--purple); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bonus-icon { width: 52px; height: 52px; margin: 20px 0; display: grid; place-items: center; background: #f3efff; border-radius: 16px; font-size: 1.5rem; }
.bonus-icon { transition: transform .35s var(--ease-premium), background .35s ease; }
.bonus-card:hover .bonus-icon { transform: rotate(-6deg) scale(1.1); background: #ece6ff; }

.social { background: #fff; }
.social::before { content: ""; position: absolute; left: 3%; top: 10%; width: 52px; height: 14px; border-radius: 999px; border-top: 3px solid rgba(25,187,180,.2); transform: rotate(-12deg); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.testimonial-card { position: relative; min-height: 250px; padding: 28px; background: linear-gradient(145deg, #fff, #fcfffe); border: 1px solid rgba(7, 29, 69, .1); border-radius: 25px; box-shadow: var(--shadow-soft); overflow: hidden; transition: transform .35s var(--ease-premium), box-shadow .35s ease, border-color .35s ease; }
.testimonial-card:hover { transform: translateY(-6px); border-color: rgba(7,29,69,.18); box-shadow: var(--shadow-hover); }
.testimonial-card::after { content: ""; position: absolute; right: -32px; bottom: -38px; width: 110px; height: 110px; border-radius: 50%; background: rgba(25, 187, 180, .08); }
.testimonial-author { display: flex; align-items: center; gap: 14px; padding-right: 40px; margin-bottom: 24px; }
.testimonial-avatar { width: 58px; height: 58px; flex: 0 0 auto; border: 2px solid rgba(7, 29, 69, .22); border-radius: 50%; background: #fffdf4; box-shadow: inset 0 0 0 5px #fff; }
.testimonial-avatar { transition: transform .35s var(--ease-premium), border-color .35s ease; }
.testimonial-card:hover .testimonial-avatar { transform: scale(1.06); border-color: rgba(25,187,180,.48); }
.testimonial-author h3 { margin: 0 0 2px; font-size: 1.02rem; }
.testimonial-author small { color: var(--muted); font-size: .78rem; }
.testimonial-card > p { position: relative; z-index: 1; margin: 0; color: #59627d; font-size: .98rem; line-height: 1.65; }
.quote-mark { position: absolute; top: 22px; right: 26px; color: rgba(239, 110, 158, .22); font-size: 4rem; font-weight: 900; line-height: 1; }

.offer-section { background: linear-gradient(180deg, #fff, #f5f1ff); }
.offer-section::before { content: ""; position: absolute; inset: 10% 4% auto; height: 70%; border-radius: 50%; background: radial-gradient(ellipse, rgba(123,92,230,.18), transparent 68%); filter: blur(20px); }
.offer-card { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; padding: clamp(30px,5vw,70px); color: #fff; border: 1px solid rgba(255,255,255,.46); border-radius: 38px; background: linear-gradient(135deg, #6d4edb 0%, #7b5ce6 48%, #9a7cff 100%); box-shadow: 0 40px 95px rgba(123,92,230,.34), inset 0 1px 0 rgba(255,255,255,.32); overflow: hidden; }
.offer-card::before { content: ""; position: absolute; width: 420px; height: 420px; right: -190px; top: -260px; border-radius: 50%; background: rgba(255,255,255,.16); box-shadow: 0 0 0 45px rgba(255,255,255,.055); pointer-events: none; }
.offer-card h2 { color: #fff; }
.offer-card .offer-eyebrow { color: #fff; opacity: .82; }
.offer-copy > p { max-width: 650px; }
.offer-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 25px; padding: 0; margin: 28px 0 0; list-style: none; font-size: .92rem; font-weight: 800; }
.offer-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 8px; background: rgba(255,255,255,.23); border-radius: 50%; font-size: .7rem; }
.price-box { position: relative; z-index: 1; align-self: center; padding: 32px; text-align: center; color: var(--ink); background: linear-gradient(155deg, #fff, #fffdf9); border: 1px solid rgba(255,255,255,.72); border-radius: 27px; box-shadow: 0 25px 58px rgba(54,34,120,.22), inset 0 1px 0 #fff; transition: transform .35s var(--ease-premium), box-shadow .35s ease; }
.price-box:hover { transform: translateY(-5px); box-shadow: 0 32px 68px rgba(54,34,120,.28); }
.price-box > span { color: var(--purple); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.price-box del { display: block; color: var(--muted); margin-top: 10px; }
.price-box > p { margin: 8px 0 0; font-size: .83rem; }
.price-box strong { display: block; color: var(--navy-dark); font-size: clamp(2.8rem,5vw,4.5rem); line-height: 1; letter-spacing: -.06em; }
.price-box small { display: block; color: var(--muted); margin: 8px 0 24px; }
.button-dark { width: 100%; color: #fff; background: var(--navy-dark); box-shadow: 0 14px 25px rgba(6,23,54,.2); }
.button-dark:hover { box-shadow: 0 20px 38px rgba(6,23,54,.34), 0 0 0 4px rgba(255,255,255,.65); }
.checkout-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 12px; list-style: none; padding: 0; margin: 22px 0 12px; color: var(--navy); font-size: .72rem; font-weight: 800; }
.checkout-trust li { padding: 5px 8px; border: 1px solid rgba(7,29,69,.08); border-radius: 999px; background: #f3fffc; }
.price-box .microcopy { color: var(--muted); font-size: .68rem; line-height: 1.4; }

.guarantee { background: #f5f1ff; }
.guarantee-card { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 45px; max-width: 950px; padding: 45px; background: linear-gradient(145deg, #fff, #fffdf8); border: 1px solid rgba(123,92,230,.2); border-radius: 29px; box-shadow: var(--shadow); transition: transform .35s var(--ease-premium), box-shadow .35s ease; }
.guarantee-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.guarantee-card h2 { font-size: clamp(2rem,3.5vw,3rem); }
.guarantee-card p { color: var(--muted); }
.guarantee-card small { color: #59627d; }
.seal { width: 170px; height: 170px; display: grid; place-content: center; text-align: center; color: #fff; background: var(--teal); border: 8px double #fff; outline: 4px solid var(--teal); border-radius: 50%; line-height: 1; }
.seal strong { font-size: 3.2rem; }.seal span { font-weight: 900; }.seal small { color: #fff; margin-top: 8px; font-size: .62rem; letter-spacing: .1em; }

.faq { background: #fff; }
.faq::after { content: ""; position: absolute; right: -95px; bottom: 8%; width: 190px; height: 190px; border: 2px dashed rgba(101,209,163,.16); border-radius: 50%; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 30px; }
.faq-intro p { color: var(--muted); }
.accordion { display: grid; gap: 12px; }
.accordion details { padding: 0 22px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(145deg, var(--cream), #fffdf9); box-shadow: 0 6px 18px rgba(7,29,69,.035); transition: border-color .3s ease, box-shadow .3s ease, transform .3s var(--ease-premium); }
.accordion details:hover { transform: translateY(-2px); border-color: rgba(25,187,180,.25); box-shadow: 0 12px 25px rgba(7,29,69,.075); }
.accordion details[open] { border-color: rgba(25,187,180,.32); box-shadow: 0 15px 32px rgba(7,29,69,.09); }
.accordion summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--navy-dark); font-weight: 900; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: var(--teal); background: #fff; border-radius: 50%; box-shadow: 0 5px 12px rgba(7,29,69,.08); font-size: 1.3rem; transition: transform .32s var(--ease-premium), background .32s ease; }
.accordion details[open] summary::after { content: "−"; transform: rotate(180deg); background: #e6fbf8; }
.accordion details p { color: var(--muted); padding: 0 42px 20px 0; margin: 0; }
.accordion details[open] p { animation: faqReveal .36s var(--ease-premium) both; }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }

.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.7); background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr 1.2fr; gap: 60px; }
.footer-grid img { width: 150px; height: auto; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; border-radius: 14px; margin-top: 20px; background: #fffdf4; }
.footer-grid h2 { color: #fff; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid p { max-width: 440px; font-size: .87rem; }
.footer-grid a { display: block; width: fit-content; margin-bottom: 9px; font-size: .87rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.copyright { margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.mobile-cta { display: none; }
.noscript { position: fixed; z-index: 999; bottom: 0; width: 100%; margin: 0; padding: 10px; text-align: center; background: #fff2b0; }
.reveal { opacity: 0; transform: translateY(24px) scale(.99); transition: opacity .65s ease, transform .65s var(--ease-premium); }
.reveal.is-revealed { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; text-align: center; margin-inline: auto; }
  .hero-copy .trust-row { justify-content: center; }
  .hero-visual { max-width: 780px; margin: 36px auto 0; }
  .why-grid { grid-template-columns: 1fr; }
  .bonus-grid { grid-template-columns: repeat(3,1fr); }
  .offer-card { grid-template-columns: 1fr; }
  .price-box { width: min(100%, 480px); justify-self: center; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 46px; }
  h2 { font-size: clamp(1.95rem, 8.5vw, 2.8rem); line-height: 1.1; }
  .header-note { display: none; }
  .header-inner { justify-content: space-between; }
  .brand img { width: 78px; height: 58px; }
  .button-small { min-height: 40px; padding: 0 13px; font-size: .75rem; }
  .hero { padding: 116px 0 58px; }
  .hero h1 { font-size: clamp(2.35rem, 11.5vw, 3.2rem); line-height: 1.03; }
  .hero-subtitle { font-size: 1rem; line-height: 1.58; }
  .hero .button-primary { width: 100%; }
  .trust-row { display: grid; grid-template-columns: repeat(2,1fr); text-align: left; }
  .hero-visual { width: 100%; max-width: 650px; margin: 30px auto 0; }
  .hero-visual img { width: 100%; min-width: 0; border-radius: 24px; }
  .hero-visual-desktop { display: none; }
  .hero-visual-mobile { display: block; margin: 28px auto 28px; }
  .visual-badge { right: 1%; bottom: 1%; width: 96px; height: 96px; border-width: 5px; font-size: .72rem; }
  .resource-grid, .pillar-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 0; grid-template-columns: 48px 1fr; gap: 15px; padding: 22px; border-radius: 20px; }
  .pillar-card { padding: 22px; }
  .resource-card .mini-sheet { position: absolute; right: 14px; bottom: -24px; opacity: .17; transform: rotate(9deg) scale(1.25); }
  .steps-list { grid-template-columns: 1fr 1fr; gap: 45px 10px; }
  .steps-list::before { display: none; }
  .bonus-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .testimonial-grid { display: grid; grid-template-columns: 1fr; gap: 14px; overflow: visible; padding: 0; }
  .testimonial-card { width: 100%; min-height: 0; padding: 24px; }
  .offer-card { gap: 34px; padding: 30px 22px; border-radius: 26px; }
  .offer-list { grid-template-columns: 1fr; }
  .price-box { padding: 26px 18px; }
  .guarantee-card { grid-template-columns: 1fr; text-align: center; padding: 30px 24px; }
  .seal { width: 145px; height: 145px; margin: 0 auto; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .receive::before { right: 2%; top: 3%; font-size: 2.5rem; }
  .identification::before, .faq::after { opacity: .6; }
  .mobile-cta { position: fixed; z-index: 50; left: 14px; right: 14px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 14px; color: #fff; background: var(--purple); border: 3px solid #fff; border-radius: 18px; box-shadow: 0 12px 28px rgba(54,34,120,.25); font-weight: 900; text-decoration: none; transform: translateY(140%); opacity: 0; pointer-events: none; transition: .3s ease; }
  .mobile-cta.is-visible { transform: none; opacity: 1; pointer-events: auto; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading p { line-height: 1.55; }
  .eyebrow, .section-kicker, .offer-eyebrow { font-size: .7rem; letter-spacing: .08em; }
  .header-inner { gap: 10px; }
  .brand img { width: 70px; height: 52px; }
  .button-small { padding-inline: 11px; font-size: .69rem; }
  .hero { padding-top: 105px; }
  .hero .button-primary { min-height: 58px; padding-inline: 18px; font-size: .95rem; }
  .trust-row { gap: 12px 8px; font-size: .74rem; }
  .visual-badge { display: none; }
  .phrase-cloud { gap: 8px; }
  .phrase-cloud span { padding: 8px 12px; font-size: .86rem; }
  .resource-grid { gap: 14px; }
  .resource-card { padding: 20px 18px; }
  .resource-card p { font-size: .9rem; line-height: 1.55; }
  .why-grid { gap: 38px; }
  .pillar-grid { gap: 14px; }
  .bonus-grid { grid-template-columns: 1fr; gap: 16px; }
  .bonus-card { min-height: 0; padding: 24px 20px; }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li { display: grid; grid-template-columns: 76px 1fr; text-align: left; column-gap: 16px; }
  .step-icon { grid-row: 1 / 4; width: 72px; height: 72px; margin: 0; }
  .step-number { left: 52px; }
  .steps-list h3 { margin-top: 8px; }
  .steps-list p { grid-column: 2; }
  .accordion details { padding: 0 16px; }
  .accordion summary { min-height: 68px; font-size: .91rem; line-height: 1.32; }
  .accordion details p { padding-right: 0; font-size: .9rem; line-height: 1.55; }
  .price-box { padding: 24px 16px; }
  .button-dark { min-height: 58px; padding-inline: 16px; font-size: .94rem; }
  .checkout-trust { gap: 8px; }
  .guarantee-card { padding: 28px 20px; }
  .footer-grid { gap: 26px; }
  .site-footer { padding-top: 58px; }
  .copyright { margin-top: 32px; }
}

@media (min-width: 640px) and (max-width: 780px) {
  .resource-grid, .pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-card { grid-template-columns: 44px 1fr; }
  .testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding: 0; }
  .testimonial-card { min-width: 0; min-height: 285px; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 2.28rem; }
  .hero .eyebrow { gap: 5px; font-size: .64rem; letter-spacing: .055em; white-space: nowrap; }
  .hero .button-primary { gap: 9px; padding-inline: 12px; font-size: .85rem; white-space: nowrap; }
  .hero .button-primary span { width: 30px; height: 30px; flex: 0 0 auto; }
  .header-inner .button-small { max-width: 138px; text-align: center; }
  .trust-row { grid-template-columns: 1fr; }
  .resource-card { grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 16px; }
  .icon { width: 42px; height: 42px; border-radius: 13px; font-size: 1.25rem; }
  .offer-card { padding-inline: 17px; }
  .offer-list { font-size: .86rem; }
}

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

@media (hover: none) {
  .resource-card:hover, .pillar-card:hover, .bonus-card:hover, .testimonial-card:hover, .guarantee-card:hover, .price-box:hover, .steps-list li:hover, .accordion details:hover { transform: none; }
}
