:root {
  --plum: #3B1F3F;
  --plum-deep: #28132c;
  --coral: #FF6B5B;
  --cream: #FFF6E8;
  --cream-soft: #fffbf5;
  --sage: #8BA887;
  --gold: #D4AF37;
  --charcoal: #2B2B2B;
  --muted: #756B73;
  --line: #E8D9C4;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(59, 31, 63, .12);
  --shadow-soft: 0 12px 30px rgba(59, 31, 63, .08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--cream-soft); font-family: var(--font); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--plum); text-underline-offset: 3px; }
a:hover { color: var(--coral); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 790px; }
.centered { text-align: center; margin-inline: auto; }
.section-pad { padding: 96px 0; }
.no-top-pad { padding-top: 18px; }
.top-gap { margin-top: 48px; }
.align-start { align-items: start !important; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 12px; padding: 10px 14px; background: var(--white); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 251, 245, .88); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .2s ease; }
.site-header.is-scrolled { border-color: rgba(59,31,63,.08); box-shadow: 0 8px 28px rgba(59,31,63,.06); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; width: 205px; }
.brand img { width: 100%; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a { color: var(--charcoal); font-weight: 700; text-decoration: none; font-size: .96rem; }
.primary-nav > a:hover, .primary-nav > a.is-active { color: var(--plum); }
.primary-nav .nav-cta { color: var(--white); background: var(--plum); padding: 12px 18px; border-radius: 999px; }
.primary-nav .nav-cta:hover { background: var(--coral); color: var(--white); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: var(--white); border-radius: 14px; padding: 11px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--plum); margin: 5px 0; border-radius: 2px; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--plum); font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.eyebrow span { width: 30px; height: 2px; background: var(--coral); border-radius: 2px; }
.eyebrow.light { color: var(--cream); }
.hero h1, .page-hero h1, .legal-hero h1 { margin: 18px 0 22px; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; color: var(--plum); }
h2 { margin: 14px 0 18px; font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.04em; color: var(--plum); }
h3 { color: var(--plum); line-height: 1.2; }
p { margin: 0 0 1rem; }
.hero-lead, .page-hero p { font-size: clamp(1.08rem, 2vw, 1.32rem); color: var(--muted); max-width: 660px; }

.hero { overflow: hidden; padding-top: 74px; background: radial-gradient(circle at 78% 30%, rgba(255,107,91,.12), transparent 25%), radial-gradient(circle at 66% 88%, rgba(139,168,135,.14), transparent 26%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; min-height: 690px; }
.hero-copy { position: relative; z-index: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 24px; }
.centered-actions { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 2px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--plum); color: var(--white); }
.button-primary:hover { background: var(--coral); color: var(--white); }
.button-secondary { border-color: var(--plum); color: var(--plum); background: transparent; }
.button-secondary:hover { background: var(--plum); color: var(--white); }
.full-width { width: 100%; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-meta span { background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; font-size: .84rem; color: var(--muted); }
.hero-visual { position: relative; min-height: 650px; display: flex; align-items: center; justify-content: center; }
.orbit { position: absolute; border-radius: 50%; border: 1px dashed rgba(59,31,63,.24); }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 440px; height: 440px; }
.phone { position: relative; border: 10px solid var(--plum-deep); border-radius: 44px; background: var(--cream); overflow: hidden; box-shadow: var(--shadow); }
.phone-notch { position: absolute; z-index: 2; top: 9px; left: 50%; transform: translateX(-50%); width: 34%; height: 20px; background: var(--plum-deep); border-radius: 0 0 14px 14px; }
.phone-main { width: min(385px, 78vw); max-height: 650px; z-index: 1; }
.phone-main img, .phone-workflow img { width: 100%; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.96); border: 1px solid rgba(59,31,63,.08); box-shadow: var(--shadow-soft); border-radius: 18px; padding: 14px 17px; }
.floating-rating { left: -10px; top: 155px; }
.floating-current { right: -22px; bottom: 110px; }
.floating-label { display: block; font-size: .72rem; color: var(--muted); }
.floating-rating strong { color: var(--gold); }
.floating-current strong { color: var(--plum); }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(139,168,135,.18); }

.trust-strip { background: var(--plum); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { padding: 26px 32px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--cream); }
.trust-grid span { color: rgba(255,255,255,.7); font-size: .92rem; }

.problem-section { background: var(--white); }
.problem-section .narrow p, .split-copy > p, .section-heading p { color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; gap: 22px; }
.three-up { grid-template-columns: repeat(3,1fr); }
.feature-card { background: var(--cream-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: 0 1px 0 rgba(59,31,63,.02); }
.feature-card h3 { font-size: 1.35rem; margin: 20px 0 10px; }
.feature-card p { color: var(--muted); }
.icon-badge { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; font-size: 1.3rem; font-weight: 900; color: var(--white); }
.icon-badge.coral { background: var(--coral); }
.icon-badge.gold { background: var(--gold); }
.icon-badge.sage { background: var(--sage); }

.cream-panel { background: var(--cream); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 84px; }
.visual-stack { position: relative; min-height: 500px; display: grid; place-items: center; }
.phone-secondary { width: min(450px, 90vw); border-width: 8px; }
.phone-left { transform: rotate(-2deg); }
.mini-card { position: absolute; display: flex; align-items: center; gap: 12px; background: var(--white); padding: 16px 18px; border-radius: 18px; box-shadow: var(--shadow); border: 1px solid rgba(59,31,63,.08); }
.history-mini { right: -12px; bottom: 40px; }
.mini-card strong, .mini-card span { display: block; }
.mini-card span { color: var(--muted); font-size: .82rem; }
.mini-icon { width: 38px; height: 38px; display: grid !important; place-items: center; border-radius: 12px; background: rgba(255,107,91,.13); color: var(--coral) !important; font-size: 1.2rem !important; }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; background: rgba(139,168,135,.18); color: var(--sage); border-radius: 50%; font-size: .78rem; font-weight: 900; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; text-decoration: none; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.section-heading > div { max-width: 760px; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step-card { position: relative; min-height: 255px; padding: 28px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--white); }
.step-card h3 { margin-top: 54px; }
.step-card p { color: var(--muted); }
.step-number { display: inline-grid; place-items: center; min-width: 48px; height: 34px; padding-inline: 10px; border-radius: 999px; background: var(--plum); color: var(--cream); font-size: .78rem; font-weight: 900; letter-spacing: .08em; }

.privacy-callout { background: var(--plum); color: rgba(255,255,255,.78); overflow: hidden; }
.privacy-grid { display: grid; grid-template-columns: 280px 1fr; gap: 70px; align-items: center; }
.privacy-callout h2 { color: var(--cream); }
.privacy-mark { position: relative; }
.privacy-mark::before { content: ""; position: absolute; inset: -45px; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; }
.privacy-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 24px; }
.privacy-links a { color: var(--cream); font-weight: 800; }

.pricing-preview-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 50px; box-shadow: var(--shadow-soft); }
.price-quick-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin: 32px 0; }
.price-quick-grid > div { border: 1px solid var(--line); border-radius: 20px; padding: 24px; }
.price-quick-grid .featured { border-color: rgba(255,107,91,.6); background: rgba(255,107,91,.06); }
.price-quick-grid span, .price-quick-grid small { display: block; color: var(--muted); }
.price-quick-grid strong { display: block; font-size: 2.2rem; color: var(--plum); }
.pricing-preview-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.pricing-preview-actions > span { color: var(--muted); }

.final-cta { background: linear-gradient(180deg, var(--cream-soft), var(--cream)); }
.cta-mark { width: 110px; margin: 0 auto 22px; }

.page-hero { background: radial-gradient(circle at 50% 0%, rgba(255,107,91,.12), transparent 38%); }
.compact-hero { padding-top: 90px; padding-bottom: 70px; }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.page-hero p { margin-inline: auto; }
.status-banner { display: inline-block; margin-top: 20px; padding: 11px 15px; border-radius: 999px; background: rgba(212,175,55,.14); border: 1px solid rgba(212,175,55,.4); color: #6d5817; font-size: .9rem; }

.workflow-list { display: grid; gap: 110px; }
.workflow-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.workflow-row.reverse .workflow-copy { order: 2; }
.workflow-row.reverse .workflow-visual { order: 1; }
.workflow-copy h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.workflow-copy > p { color: var(--muted); font-size: 1.06rem; }
.workflow-visual { min-height: 450px; display: grid; place-items: center; position: relative; }
.phone-workflow { width: min(380px, 82vw); max-height: 650px; }
.screen-card { border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.comparison-box { display: grid; gap: 12px; margin-top: 28px; }
.comparison-box > div { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.comparison-box span, .comparison-box small, .comparison-box strong { display: block; }
.comparison-box span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.comparison-box strong { color: var(--plum); margin: 3px 0; }
.comparison-box small { color: var(--muted); }
.timeline-illustration { align-content: center; }
.timeline-card { width: min(430px, 100%); background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; box-shadow: var(--shadow-soft); }
.timeline-card.current { border-color: rgba(255,107,91,.5); }
.timeline-card span, .timeline-card strong { display: block; }
.timeline-card span { color: var(--muted); font-size: .8rem; }
.timeline-card strong { color: var(--plum); }
.timeline-card p { margin: 6px 0 0; color: var(--muted); font-size: .9rem; }
.timeline-line { width: 2px; height: 35px; background: var(--line); margin: 0 auto; }
.timeline-line.short { height: 24px; }
.callout-note { margin-top: 24px; padding: 20px; background: rgba(139,168,135,.12); border-left: 4px solid var(--sage); border-radius: 0 16px 16px 0; }
.callout-note p { margin: 4px 0 0; color: var(--muted); }
.reorder-card { width: min(500px,100%); display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 26px; box-shadow: var(--shadow); }
.reorder-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,107,91,.14); color: var(--coral); font-size: 1.4rem; }
.reorder-card small { color: var(--muted); }
.reorder-card h3 { margin: 2px 0; }
.reorder-card p { margin: 0; color: var(--muted); }
.blank-rating { grid-column: 2; justify-self: start; border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; color: var(--muted); font-size: .85rem; }
.data-visual { background: var(--plum); border-radius: 50%; width: min(450px,90vw); height: min(450px,90vw); margin: auto; align-content: center; gap: 10px; box-shadow: var(--shadow); }
.data-visual img { width: 145px; margin-bottom: 18px; }
.data-pill { background: rgba(255,255,255,.1); color: var(--cream); border: 1px solid rgba(255,255,255,.15); padding: 9px 16px; border-radius: 999px; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq-list summary { cursor: pointer; color: var(--plum); font-weight: 800; font-size: 1.08rem; padding-right: 36px; position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: -4px; font-size: 1.6rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); padding-right: 30px; margin-top: 10px; }
.faq-list.compact details { padding: 14px 0; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; max-width: 980px; margin: auto; align-items: stretch; }
.pricing-card { position: relative; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius-xl); padding: 38px; box-shadow: var(--shadow-soft); }
.pricing-card.featured { border: 2px solid var(--coral); transform: translateY(-8px); }
.best-value { position: absolute; right: 28px; top: 24px; background: var(--coral); color: var(--white); border-radius: 999px; padding: 7px 12px; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 900; }
.plan-name { color: var(--plum); font-weight: 900; font-size: 1.15rem; }
.plan-price { display: flex; align-items: baseline; gap: 8px; margin: 18px 0; }
.plan-price strong { color: var(--plum); font-size: 3.3rem; line-height: 1; }
.plan-price span { color: var(--muted); }
.pricing-card > p { color: var(--muted); min-height: 56px; }
.plan-features { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.plan-features li { position: relative; padding-left: 26px; }
.plan-features li::before { content: "✓"; position: absolute; left: 0; color: var(--sage); font-weight: 900; }
.trial-note { max-width: 900px; text-align: center; margin-top: 34px; color: var(--muted); }
.trial-note strong { color: var(--plum); }
.settings-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-soft); overflow: hidden; }
.settings-row { padding: 24px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.settings-row span { color: var(--muted); }
.settings-row strong { color: var(--plum); }
.settings-actions { display: grid; grid-template-columns: 1fr 1fr; }
.settings-actions span { padding: 18px; text-align: center; color: var(--plum); font-weight: 800; border-right: 1px solid var(--line); }
.settings-actions span:last-child { border-right: 0; }

.legal-hero { padding-bottom: 50px; }
.legal-hero h1 { font-size: clamp(2.8rem,5vw,4.6rem); }
.legal-hero p { color: var(--muted); }
.legal-container { max-width: 850px; }
.legal-content { background: var(--white); }
.legal-content h2 { font-size: 1.6rem; margin-top: 42px; }
.legal-content p, .legal-content li { color: #514a50; }
.legal-content ul { padding-left: 24px; }
.legal-summary, .legal-notice { padding: 22px 24px; border-radius: 18px; }
.legal-summary { background: var(--cream); border: 1px solid var(--line); }
.legal-summary p, .legal-notice p { margin: 5px 0 0; }
.legal-notice { margin-top: 45px; background: rgba(212,175,55,.12); border: 1px solid rgba(212,175,55,.35); }

.support-main { background: var(--white); }
.support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.support-topics h2, .support-form-card h2 { font-size: 2rem; }
.direct-email { margin-top: 28px; padding: 20px; background: var(--cream); border-radius: 18px; }
.direct-email span, .direct-email a { display: block; }
.direct-email a { font-weight: 900; }
.support-form-card { border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 34px; background: var(--cream-soft); box-shadow: var(--shadow-soft); }
.support-form { display: grid; gap: 18px; }
.form-row { display: grid; gap: 16px; }
.two-col { grid-template-columns: 1fr 1fr; }
.support-form label { color: var(--plum); font-weight: 800; font-size: .92rem; }
.support-form label > span { color: var(--coral); }
.support-form input, .support-form select, .support-form textarea { width: 100%; margin-top: 7px; border: 1px solid #d6c8d2; border-radius: 13px; background: var(--white); padding: 13px 14px; color: var(--charcoal); outline: none; }
.support-form input:focus, .support-form select:focus, .support-form textarea:focus { border-color: var(--plum); box-shadow: 0 0 0 3px rgba(59,31,63,.1); }
.checkbox-label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500 !important; color: var(--muted) !important; }
.checkbox-label input { width: 18px; height: 18px; margin: 3px 0 0; flex: 0 0 auto; }
.checkbox-label span { color: var(--muted) !important; }
.honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-message { padding: 13px 15px; border-radius: 12px; margin-bottom: 18px; }
.form-message.success { background: rgba(139,168,135,.18); color: #466445; }
.form-message.error { background: rgba(255,107,91,.12); color: #8e362c; }

.site-footer { background: var(--plum-deep); color: rgba(255,255,255,.72); padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 48px; }
.footer-brand img { width: 210px; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand > p { margin-top: 14px; color: var(--cream); }
.site-footer h2 { font-size: .86rem; color: var(--cream); text-transform: uppercase; letter-spacing: .12em; margin: 0 0 16px; }
.site-footer a { display: block; color: rgba(255,255,255,.74); text-decoration: none; margin: 8px 0; }
.site-footer a:hover { color: var(--coral); }
.footer-small { color: rgba(255,255,255,.5) !important; font-size: .84rem; }
.footer-bottom { margin-top: 52px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; font-size: .78rem; color: rgba(255,255,255,.45); }
.footer-bottom p { margin: 0; max-width: 600px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .section-pad { padding: 76px 0; }
  .hero-grid, .split-grid, .workflow-row, .faq-layout, .support-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-grid { min-height: auto; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-visual { min-height: 600px; }
  .floating-rating { left: 8%; }
  .floating-current { right: 5%; }
  .three-up, .steps-grid { grid-template-columns: repeat(2,1fr); }
  .privacy-grid { grid-template-columns: 220px 1fr; gap: 45px; }
  .workflow-row.reverse .workflow-copy, .workflow-row.reverse .workflow-visual { order: initial; }
  .workflow-copy { text-align: left; }
  .workflow-list { gap: 90px; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 64px 0; }
  .header-inner { min-height: 72px; }
  .brand { width: 174px; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 28px; background: var(--cream-soft); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a { padding: 14px 8px; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 48px; }
  .hero h1, .page-hero h1, .legal-hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .hero-visual { min-height: 520px; }
  .phone-main { width: 300px; max-height: 510px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 350px; height: 350px; }
  .floating-card { padding: 11px 13px; }
  .floating-rating { left: 0; top: 130px; }
  .floating-current { right: 0; bottom: 80px; }
  .trust-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding: 18px 8px; text-align: center; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .three-up, .steps-grid, .pricing-grid, .price-quick-grid { grid-template-columns: 1fr; }
  .feature-card, .step-card { padding: 24px; }
  .visual-stack { min-height: 380px; }
  .phone-secondary { width: 330px; }
  .history-mini { right: 0; bottom: 8px; }
  .section-heading { display: block; }
  .desktop-link { display: none; }
  .privacy-grid { grid-template-columns: 1fr; text-align: center; }
  .privacy-mark { width: 160px; margin: auto; }
  .privacy-links { justify-content: center; }
  .pricing-preview-card { padding: 30px 22px; }
  .pricing-card.featured { transform: none; }
  .workflow-list { gap: 72px; }
  .workflow-row { gap: 32px; }
  .workflow-visual { min-height: 360px; }
  .data-visual { width: min(360px,90vw); height: min(360px,90vw); }
  .two-col { grid-template-columns: 1fr; }
  .support-form-card { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 12px; }
  .settings-row { display: block; }
  .settings-row strong { display: block; margin-top: 5px; }
}

@media (max-width: 480px) {
  .button { width: 100%; }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 470px; }
  .phone-main { width: 270px; max-height: 455px; }
  .floating-rating { left: -3px; top: 116px; }
  .floating-current { right: -4px; bottom: 68px; }
  .floating-card { font-size: .85rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .settings-actions { grid-template-columns: 1fr; }
  .settings-actions span { border-right: 0; border-bottom: 1px solid var(--line); }
  .settings-actions span:last-child { border-bottom: 0; }
}

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

/* Release and updated product-screenshot presentation */
.app-showcase-section { background: var(--white); overflow: hidden; }
.app-showcase-section .narrow > p { color: var(--muted); font-size: 1.08rem; }
.app-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.showcase-card { min-width: 0; }
.showcase-device { position: relative; max-height: 570px; overflow: hidden; border: 7px solid var(--plum-deep); border-radius: 34px; background: var(--cream); box-shadow: var(--shadow-soft); }
.showcase-device::after { content: ""; position: absolute; inset: auto 0 0; height: 65px; background: linear-gradient(transparent, rgba(255,251,245,.95)); pointer-events: none; }
.showcase-device img { width: 100%; }
.showcase-card h3 { margin: 20px 0 7px; font-size: 1.18rem; }
.showcase-card p { color: var(--muted); font-size: .94rem; }
.phone-secondary { max-height: 680px; }
.phone-subscription { width: min(410px, 84vw); max-height: 690px; }
.phone-subscription img { width: 100%; }
.release-banner { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; padding: 11px 16px; border-radius: 999px; background: rgba(139,168,135,.16); border: 1px solid rgba(139,168,135,.45); color: #466445; font-size: .9rem; font-weight: 800; }

@media (max-width: 980px) {
  .app-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showcase-device { max-height: 650px; }
}

@media (max-width: 600px) {
  .app-showcase-grid { grid-template-columns: 1fr; gap: 44px; }
  .showcase-card { max-width: 360px; margin-inline: auto; }
  .showcase-device { max-height: 620px; }
}
