:root {
  --purple: #6d3bb3;
  --purple-dark: #2b1740;
  --purple-deep: #1f102f;
  --purple-soft: #f2eafb;
  --ink: #241b2e;
  --muted: #6d6474;
  --paper: #fffdfd;
  --line: #e9e2ed;
  --green: #2d7b58;
  --green-soft: #e8f5ed;
  --amber: #a7650e;
  --coral: #ff6f61;
  --coral-dark: #df4e42;
  --shadow: 0 24px 70px rgba(43, 23, 64, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }

.deadline-bar { background: var(--purple-deep); color: white; font-size: .9rem; }
.deadline-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.deadline-copy { color: #d8c8e9; }
.countdown { font-variant-numeric: tabular-nums; color: #fff; background: rgba(255,255,255,.12); padding: 4px 10px; border-radius: 999px; font-weight: 700; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(255,111,97,.55); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(255,111,97,0); } 100% { box-shadow: 0 0 0 0 rgba(255,111,97,0); } }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,253,253,.91); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(109,59,179,.1); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-logo { width: 178px; height: auto; }
nav { display: flex; gap: 28px; }
nav a { font-size: .9rem; text-decoration: none; color: var(--muted); font-weight: 650; }
nav a:hover { color: var(--purple); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 14px; text-decoration: none; font: inherit; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: .88rem; color: white; background: var(--purple); }
.button-primary { color: white; background: linear-gradient(135deg, var(--purple), #8a4ed0); box-shadow: 0 14px 32px rgba(109,59,179,.28); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(109,59,179,.38); }
.button-accent { color: white; background: linear-gradient(135deg, var(--coral), var(--coral-dark)); box-shadow: 0 14px 32px rgba(255,111,97,.25); }
.button-outline { color: var(--purple); background: transparent; border: 1.5px solid rgba(109,59,179,.28); }
.button-full { width: 100%; }
.text-link { color: var(--purple); font-weight: 800; text-underline-offset: 4px; }

.hero { position: relative; min-height: 720px; padding: 92px 0 108px; overflow: hidden; background: radial-gradient(circle at 12% 18%, #f5edff 0, transparent 34%), linear-gradient(180deg, #fff 0%, #fcf8ff 100%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .8; pointer-events: none; }
.orb-one { width: 340px; height: 340px; right: -110px; top: 40px; background: radial-gradient(circle, #ecd8ff, transparent 70%); }
.orb-two { width: 220px; height: 220px; left: -120px; bottom: -40px; background: radial-gradient(circle, #ffdcd7, transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--purple); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: 8px; padding: 6px 10px; border-radius: 999px; color: white; background: var(--coral); letter-spacing: .08em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 720px; font-size: clamp(2.75rem, 5vw, 4.65rem); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--purple); font-style: normal; }
.hero-lead { max-width: 660px; margin-bottom: 26px; color: var(--muted); font-size: 1.16rem; line-height: 1.65; }
.hero-benefits { margin: 0 0 30px; padding: 0; list-style: none; display: grid; gap: 10px; font-weight: 700; }
.hero-benefits span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 8px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: .75rem; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.microcopy { margin: 14px 0 0; color: #887d8f; font-size: .8rem; }

.product-stage { position: relative; min-height: 580px; display: grid; place-items: center; }
.page-stack { position: relative; width: min(330px, 70vw); aspect-ratio: .707; perspective: 1200px; }
.sheet { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 7px; border: 1px solid rgba(50,24,69,.1); box-shadow: var(--shadow); }
.sheet-back { transform: rotate(9deg) translate(76px, 2px); opacity: .9; }
.sheet-middle { transform: rotate(-7deg) translate(-66px, 14px); opacity: .94; }
.sheet-front { z-index: 2; }
.floating-note { position: absolute; z-index: 4; padding: 10px 14px; border: 1px solid rgba(109,59,179,.14); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(43,23,64,.12); font-size: .78rem; font-weight: 750; }
.floating-note span { margin-right: 7px; color: var(--purple); font-size: 1rem; font-weight: 950; }
.note-a { left: -2px; top: 80px; }
.note-b { right: -5px; bottom: 120px; }
.stage-badge { position: absolute; z-index: 5; right: 38px; top: 30px; width: 106px; height: 106px; display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: 50%; color: white; background: var(--purple-dark); box-shadow: 0 16px 38px rgba(43,23,64,.28); transform: rotate(5deg); }
.stage-badge strong { font-size: 2rem; line-height: 1; }
.stage-badge span { font-size: .65rem; line-height: 1.2; text-transform: uppercase; }

.proof-strip { position: relative; margin-top: -40px; z-index: 5; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 28px 34px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 18px 60px rgba(43,23,64,.1); }
.proof-grid div { display: grid; align-content: center; min-height: 58px; padding: 0 24px; border-right: 1px solid var(--line); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong { color: var(--purple); font-size: 1.45rem; line-height: 1.1; }
.proof-grid span { margin-top: 5px; color: var(--muted); font-size: .8rem; }

h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 1.2rem; }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: end; }
.problem-copy { color: var(--muted); font-size: 1.06rem; }
.highlight-line { margin: 24px 0 0; padding-left: 20px; border-left: 4px solid var(--coral); color: var(--ink); font-weight: 750; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 56px; }
.pain-card { position: relative; min-height: 210px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.pain-card > span { position: absolute; right: 18px; top: 8px; color: var(--purple-soft); font-size: 4.8rem; font-weight: 950; letter-spacing: -.08em; }
.pain-card h3, .pain-card p { position: relative; }
.pain-card h3 { margin-top: 64px; }
.pain-card p { margin-bottom: 0; color: var(--muted); }

.method-section { color: white; background: var(--purple-deep); }
.section-kicker.light { color: #d6b8fb; }
.center-heading { width: min(750px,100%); margin: 0 auto 52px; text-align: center; }
.center-heading > p:last-child { color: #cdbfd8; font-size: 1.05rem; }
.priority-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.priority-card { padding: 28px; border-radius: 22px; color: var(--ink); background: white; }
.priority-top { display: flex; justify-content: space-between; align-items: center; }
.priority-letter { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: white; font-size: 1.4rem; font-weight: 950; }
.priority-a .priority-letter { background: var(--green); }
.priority-b .priority-letter { background: var(--amber); }
.priority-c .priority-letter { background: var(--coral-dark); }
.priority-order { color: var(--muted); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.priority-card h3 { margin-top: 30px; font-size: 1.55rem; }
.priority-card p { min-height: 54px; color: var(--muted); font-size: .9rem; }
.priority-progress { height: 6px; overflow: hidden; border-radius: 999px; background: #eee9f0; }
.priority-progress i { display: block; height: 100%; width: 100%; }
.priority-a i { background: var(--green); }
.priority-b i { width: 70%; background: var(--amber); }
.priority-c i { width: 40%; background: var(--coral); }
.method-flow { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 38px; color: #cdbfd8; }
.method-flow span { padding: 8px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: white; font-size: .86rem; font-weight: 700; }
.method-flow b { color: var(--coral); }

.samples-section { background: #faf7fc; }
.samples-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.samples-heading > p { color: var(--muted); }
.sample-gallery { display: grid; grid-template-columns: 1.14fr 1fr 1fr; align-items: start; gap: 22px; }
.sample { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 18px 55px rgba(43,23,64,.09); transition: transform .25s ease; }
.sample:hover { transform: translateY(-6px); }
.sample img { width: 100%; aspect-ratio: .707; object-fit: cover; object-position: top; }
.sample figcaption { display: grid; padding: 20px; border-top: 1px solid var(--line); }
.sample figcaption span { color: var(--purple); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.sample figcaption strong { margin: 4px 0 3px; }
.sample figcaption small { color: var(--muted); }
.sample-main { transform: translateY(-12px); }
.sample-main:hover { transform: translateY(-18px); }

.story-section { position: relative; overflow: hidden; background: white; }
.story-section::after { content: "“"; position: absolute; right: -20px; top: -120px; color: var(--purple-soft); font-family: Georgia, serif; font-size: 28rem; line-height: 1; pointer-events: none; }
.story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .66fr 1.34fr; align-items: center; gap: 92px; }
.story-identity { padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg,#fbf7ff,#f2e8fc); box-shadow: 0 18px 55px rgba(43,23,64,.08); }
.author-photo-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border-radius: 17px; background: #dfe5ee; }
.author-photo { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.author-badge { position: absolute; left: 14px; bottom: 14px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: white; background: rgba(43,23,64,.82); backdrop-filter: blur(8px); font-size: .72rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.story-signature { display: flex; align-items: center; gap: 13px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(109,59,179,.14); }
.story-signature > img { flex: 0 0 auto; width: 76px; height: auto; }
.story-signature strong, .story-signature small { display: block; }
.story-signature small { margin-top: 2px; color: var(--muted); font-size: .76rem; }
.story-copy h2 { max-width: 760px; font-size: clamp(2rem,3.6vw,3.15rem); }
.story-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.02rem; }
.story-copy .author-intro { padding: 14px 18px; border-radius: 12px; color: var(--purple-dark) !important; background: var(--purple-soft); font-weight: 800; }
.story-copy strong { color: var(--ink); }
.story-copy blockquote { margin: 30px 0 0; padding: 20px 24px; border-left: 4px solid var(--coral); border-radius: 0 14px 14px 0; color: var(--purple-dark); background: #faf6fd; font-size: 1.05rem; font-weight: 800; }

.memory-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 86px; }
.memory-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.05rem; }
.memory-copy .button { margin-top: 14px; }
.memory-cards { display: grid; gap: 14px; }
.memory-cards article { padding: 24px 26px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 34px rgba(43,23,64,.06); }
.memory-cards .tag { display: inline-block; margin-bottom: 10px; padding: 4px 9px; border-radius: 999px; color: var(--purple); background: var(--purple-soft); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.memory-cards strong { display: block; font-size: 1.08rem; }
.memory-cards p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }

.content-section { background: #faf7fc; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.content-cover { position: relative; min-height: 570px; }
.content-cover img { position: absolute; width: 330px; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.content-cover img:first-child { left: 0; top: 0; transform: rotate(-6deg); }
.content-cover img:last-child { right: 10px; bottom: 0; transform: rotate(7deg); }
.content-copy > p:not(.section-kicker) { color: var(--muted); }
.specialties { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.specialties span { padding: 8px 11px; border: 1px solid #dfd2e8; border-radius: 999px; color: #5c3c72; background: white; font-size: .76rem; font-weight: 750; }
.score-list { display: grid; gap: 8px; margin: 0; padding-left: 20px; color: var(--muted); }

.offer-section { background: white; }
.offer-card { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; min-height: 650px; overflow: hidden; border-radius: 32px; color: white; background: var(--purple-deep); box-shadow: 0 30px 90px rgba(43,23,64,.22); }
.offer-visual { position: relative; height: 100%; min-height: 650px; display: grid; place-items: center; background: linear-gradient(145deg,#5b2f8d,#3b1c59); }
.offer-halo { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle,rgba(255,255,255,.16),transparent 65%); }
.offer-visual img { position: relative; width: 330px; border-radius: 8px; box-shadow: 0 30px 70px rgba(0,0,0,.4); transform: rotate(-4deg); }
.offer-copy { padding: 56px 64px; }
.offer-copy h2 { font-size: clamp(2.1rem,4vw,3.25rem); }
.offer-lead { color: #d8cce2; font-size: 1.03rem; }
.offer-copy ul { display: grid; gap: 18px; margin: 28px 0; padding: 0; list-style: none; }
.offer-copy li { display: flex; gap: 14px; }
.offer-copy li > span { flex: 0 0 auto; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: white; background: var(--green); font-weight: 900; }
.offer-copy li strong, .offer-copy li small { display: block; }
.offer-copy li small { margin-top: 2px; color: #cdbfd8; }
.price-box { position: relative; margin: 34px 0 18px; padding: 22px 20px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.055)); overflow: visible; }
.discount-badge { position: absolute; right: -14px; top: -22px; display: flex; align-items: center; gap: 4px; padding: 9px 13px; border: 3px solid var(--purple-deep); border-radius: 999px; color: #321713; background: #ffd34d; box-shadow: 0 8px 26px rgba(255,211,77,.28); font-size: .72rem; font-weight: 950; letter-spacing: .06em; transform: rotate(4deg); animation: discountPulse 2.2s ease-in-out infinite; }
.discount-badge span { font-size: 1.05rem; }
@keyframes discountPulse { 0%,100% { transform: rotate(4deg) scale(1); } 50% { transform: rotate(1deg) scale(1.06); box-shadow: 0 10px 34px rgba(255,211,77,.44); } }
.price-label { display: block; color: #d7cbe0; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.price-line { display: flex; align-items: baseline; gap: 12px; margin: 8px 0 16px; }
.old-price { color: #b9a9c6; font-size: .96rem; text-decoration: line-through 2px var(--coral); }
.price-arrow { color: var(--coral); font-weight: 900; }
.current-price { color: white; font-size: 2rem; line-height: 1; letter-spacing: -.035em; animation: priceGlow 2.4s ease-in-out infinite; }
.current-price small { color: #d8cce2; font-size: .7rem; font-weight: 700; letter-spacing: 0; }
@keyframes priceGlow { 0%,100% { text-shadow: 0 0 0 rgba(255,111,97,0); } 50% { text-shadow: 0 0 24px rgba(255,111,97,.48); } }
.page-value { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.page-value strong { padding: 6px 9px; border-radius: 9px; color: #2b1740; background: #ece0fb; font-size: .78rem; white-space: nowrap; }
.page-value span { color: #cdbfd8; font-size: .72rem; line-height: 1.35; }
.secure-note { margin: 12px 0 0; color: #baabc7; font-size: .76rem; text-align: center; }

.faq-section { background: #faf7fc; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--purple); font-size: 1.4rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { padding: 0 34px 22px 0; color: var(--muted); }

.closing-section { padding: 78px 0; color: white; background: linear-gradient(135deg,#5d3092,var(--purple)); }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.closing-inner span { color: #e3d2f3; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.closing-inner h2 { margin: 10px 0 0; }
footer { padding: 34px 0 100px; background: #170c24; color: #cbbfd5; }
.footer-inner { display: grid; grid-template-columns: .6fr 1.4fr; gap: 60px; font-size: .75rem; }
.footer-inner strong { color: white; }
.footer-inner p { margin: 5px 0 0; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { text-align: center; }
  .hero-copy > * { margin-left: auto; margin-right: auto; }
  .hero-benefits { width: max-content; max-width: 100%; text-align: left; }
  .hero-actions { justify-content: center; }
  .product-stage { min-height: 540px; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .proof-grid div:nth-child(n+3) { padding-top: 20px; }
  .split-intro, .samples-heading, .story-grid, .memory-grid, .content-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .story-identity { width: min(520px,100%); }
  .content-cover { width: min(620px,100%); margin: 0 auto; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-visual { min-height: 560px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 74px 0; }
  .deadline-inner { min-height: 54px; flex-wrap: wrap; gap: 4px 8px; padding: 7px 0; }
  .deadline-copy { display: none; }
  .countdown { font-size: .78rem; }
  .header-inner { height: 66px; }
  .header-inner > .button { display: none; }
  .brand-logo { width: 152px; }
  h1 { font-size: clamp(2.55rem,12vw,4rem); }
  .hero { padding: 54px 0 88px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .product-stage { min-height: 440px; }
  .page-stack { width: min(250px,64vw); }
  .sheet-back { transform: rotate(8deg) translate(44px,0); }
  .sheet-middle { transform: rotate(-7deg) translate(-42px,10px); }
  .floating-note { font-size: .68rem; }
  .note-a { left: -4px; top: 38px; }
  .note-b { right: -4px; bottom: 70px; }
  .stage-badge { right: 6px; top: 2px; width: 88px; height: 88px; }
  .stage-badge strong { font-size: 1.6rem; }
  .proof-strip { margin-top: -28px; }
  .proof-grid { padding: 20px 12px; }
  .proof-grid div { padding-inline: 14px; }
  .proof-grid strong { font-size: 1.15rem; }
  .split-intro { gap: 18px; }
  .pain-grid, .priority-grid, .sample-gallery { grid-template-columns: 1fr; }
  .pain-card { min-height: 190px; }
  .priority-card p { min-height: auto; }
  .method-flow { gap: 8px; }
  .method-flow b { display: none; }
  .sample-main { transform: none; }
  .sample-main:hover { transform: translateY(-6px); }
  .sample-gallery { width: min(420px,100%); margin: 0 auto; }
  .story-identity { padding: 24px; }
  .story-copy blockquote { margin-top: 24px; padding: 17px 19px; }
  .content-cover { min-height: 430px; }
  .content-cover img { width: 245px; }
  .offer-card { width: calc(100% - 20px); border-radius: 24px; }
  .offer-visual { min-height: 440px; }
  .offer-visual img { width: 250px; }
  .offer-copy { padding: 38px 24px; }
  .price-line { align-items: flex-start; flex-direction: column; gap: 4px; }
  .price-arrow { display: none; }
  .page-value { grid-template-columns: 1fr; gap: 7px; }
  .page-value strong { width: max-content; }
  .closing-inner { align-items: flex-start; flex-direction: column; }
  .closing-inner .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 20px; }
  .mobile-cta { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(43,23,64,.12); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
  .mobile-cta .button { width: 100%; min-height: 50px; }
}

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