:root {
  --coral: #ff574a;
  --cream: #fffbf3;
  --maroon: #3e0a1a;
  --ink: #111010;
  --card-border: #fdefe9;
  --muted: rgba(255, 255, 255, 0.6);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.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; }

.site-header { position: relative; overflow: hidden; background: var(--cream); z-index: 10; }
.header-pattern { display: none; }
.nav { width: 100%; max-width: none; min-height: 154px; display: flex; position: relative; align-items: center; justify-content: space-between; margin: 0; padding-inline: 96px; }
.brand { display: block; width: 210px; padding: 5px 8px; }
.brand img { display: block; width: 195px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 50px; color: var(--coral); font-size: 24px; }
.nav-links > a:not(.download-button) { transition: opacity .2s ease; }
.nav-links > a:not(.download-button):hover { opacity: .65; }
.download-button { color: var(--cream); background: var(--coral); padding: 12px 20px; border-radius: 999px; font-size: 18px; font-weight: 600; letter-spacing: -.5px; box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: transform .2s ease, box-shadow .2s ease; }
.download-button:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(255,87,74,.28); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 12px 0 12px 12px; color: var(--coral); }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: currentColor; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 301px; display: grid; place-items: center; overflow: hidden; position: relative; background: var(--coral); color: var(--cream); text-align: center; }
.hero-art { position: absolute; inset: 0; background: url("../assets/hero-art.png") center / cover no-repeat; }
.hero h1 { position: relative; margin: 0; font-size: clamp(43px, 4.45vw, 64px); font-weight: 800; letter-spacing: -2.2px; }

.policy-wrap { display: grid; grid-template-columns: 345px minmax(0, 1fr); align-items: start; gap: 24px; padding-block: 72px; }
.toc-card, .policy-card { background: #fff; border: 2px solid var(--card-border); border-radius: 24px; }
.toc-card { position: sticky; top: 25px; padding: 62px 31px; }
.toc-card h2 { margin: 0 0 33px; padding-inline: 32px; font-size: 26px; line-height: 1.5; font-weight: 800; letter-spacing: -.5px; }
.toc { display: grid; }
.toc a { position: relative; min-height: 53px; display: flex; align-items: center; padding: 10px 20px; font-size: 22px; letter-spacing: -.5px; line-height: 1.5; transition: color .2s ease, background-color .2s ease; }
.toc a::before { content: ""; position: absolute; left: -1px; top: 0; bottom: 0; width: 5px; transform: scaleY(0); background: var(--coral); transition: transform .2s ease; }
.toc a:hover, .toc a.active { color: var(--coral); font-weight: 600; background: #fffdfb; }
.toc a.active::before { transform: scaleY(1); }

.policy-card { padding: 59px 56px; }
.policy-card section + section { margin-top: 30px; }
.policy-card h2 { margin: 0 0 16px; font-size: 38px; line-height: 1.5; letter-spacing: -.5px; font-weight: 800; }
.policy-card h3 { margin: 0 0 16px; font-size: 29px; line-height: 1.5; letter-spacing: -.5px; font-weight: 600; }
.policy-card p, .policy-card li, .email-link { font-size: 22px; line-height: 1.5; letter-spacing: -.5px; }
.policy-card p { margin: 0; }
.policy-card p + p { margin-top: 16px; }
.policy-card ul { list-style: none; margin: 8px 0 0; padding: 0; }
.policy-card li { position: relative; padding-left: 31px; }
.policy-card li::before { content: "•"; position: absolute; left: 3px; top: -2px; font-size: 36px; line-height: 1; }
.email-link { display: inline-block; margin-top: 14px; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.email-link:hover { color: var(--coral); border-color: var(--coral); }

.footer { position: relative; overflow: hidden; background: var(--maroon); color: #fff; padding: 50px 0 29px; }
.footer-orbit { position: absolute; pointer-events: none; width: 1065px; height: 1065px; left: -480px; bottom: -820px; border: 34px solid rgba(255,255,255,.08); border-radius: 50%; }
.footer-content { position: relative; display: grid; grid-template-columns: 1.9fr .85fr .85fr 1fr; gap: 60px; align-items: start; min-height: 240px; }
.footer-brand { display: flex; align-items: flex-start; padding: 3px 0; }
.footer-brand img { width: 235px; height: auto; }
.footer-column h2 { margin: 0 0 16px; font: 500 26.416px/1.2 "DM Sans", sans-serif; letter-spacing: -.528px; }
.footer-column a { display: block; width: fit-content; color: var(--muted); font: 400 21.133px/1.4 "DM Sans", sans-serif; letter-spacing: -.2px; margin-bottom: 10px; transition: color .2s ease; }
.footer-column a:hover { color: #fff; }
.socials { display: flex; align-items: center; gap: 16px; }
.socials a { display: grid; place-items: center; width: 75px; height: 75px; margin: 0; padding: 17px; border-radius: 50%; background: rgba(255,255,255,.1); transition: transform .2s, background-color .2s; }
.socials a:hover { transform: translateY(-3px); background: rgba(255,255,255,.18); }
.social-symbol { color: #fff; display: block; font: 600 31px/1 "DM Sans", sans-serif; }
.social-symbol.facebook { font: 700 37px/.8 Arial, sans-serif; transform: translateY(3px); }
.social-symbol.instagram { position: relative; width: 25px; height: 25px; border: 2px solid #fff; border-radius: 7px; }
.social-symbol.instagram::before { content: ""; position: absolute; width: 8px; height: 8px; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 2px solid #fff; border-radius: 50%; }
.social-symbol.instagram::after { content: ""; position: absolute; width: 3px; height: 3px; top: 4px; right: 4px; border-radius: 50%; background: #fff; }
.copyright { position: relative; margin: 20px auto 0; width: min(1240px, calc(100% - 96px)); color: var(--muted); text-align: center; font: 400 21.133px/1.4 "DM Sans", sans-serif; }
.toast { position: fixed; z-index: 30; left: 50%; bottom: 28px; transform: translate(-50%, 130px); color: var(--cream); background: var(--maroon); border: 1px solid rgba(255,255,255,.12); padding: 14px 20px; border-radius: 999px; box-shadow: 0 12px 30px rgba(62,10,26,.27); font-size: 14px; transition: transform .3s ease; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 1120px) {
  .container { width: min(100% - 64px, 960px); }
  .nav { padding-inline: 32px; }
  .nav-links { gap: 27px; font-size: 18px; }
  .policy-wrap { grid-template-columns: 290px minmax(0, 1fr); }
  .toc-card { padding-inline: 18px; }
  .toc-card h2 { padding-inline: 20px; font-size: 23px; }
  .toc a { font-size: 17px; min-height: 44px; }
  .policy-card { padding: 54px 42px; }
  .policy-card h2 { font-size: 32px; }
  .policy-card h3 { font-size: 25px; }
  .policy-card p, .policy-card li, .email-link { font-size: 18px; }
  .footer-content { grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 34px; }
  .socials a { width: 58px; height: 58px; padding: 13px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 40px, 620px); }
  .site-header { overflow: visible; }
  .nav { width: min(100% - 40px, 620px); min-height: 93px; padding-inline: 0; margin-inline: auto; }
  .brand { width: 150px; padding-left: 0; }
  .brand img { width: 145px; height: auto; }
  .menu-toggle { display: block; z-index: 2; }
  .nav-links { position: absolute; display: grid; gap: 4px; padding: 14px; top: 78px; left: 0; right: 0; background: rgba(255,251,243,.98); border: 1px solid var(--card-border); border-radius: 16px; box-shadow: 0 15px 35px rgba(62,10,26,.12); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s, transform .2s; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: 12px; font-size: 18px; }
  .download-button { text-align: center; margin-top: 6px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 220px; }
  .hero h1 { letter-spacing: -1.6px; }
  .policy-wrap { display: block; padding-block: 38px; }
  .toc-card { position: relative; top: auto; padding: 26px 20px; margin-bottom: 20px; }
  .toc-card h2 { padding: 0 10px; margin-bottom: 15px; font-size: 23px; }
  .toc { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .toc a { min-height: 43px; font-size: 14px; padding: 8px 11px; }
  .policy-card { border-radius: 18px; padding: 32px 25px; }
  .policy-card section + section { margin-top: 28px; }
  .policy-card h2 { font-size: 27px; margin-bottom: 10px; }
  .policy-card h3 { font-size: 21px; margin-bottom: 10px; }
  .policy-card p, .policy-card li, .email-link { font-size: 16px; letter-spacing: -.25px; }
  .policy-card li { padding-left: 23px; }
  .policy-card li::before { left: 1px; font-size: 28px; }
  .footer { padding-top: 40px; }
  .footer-content { grid-template-columns: 1fr 1fr; gap: 36px 28px; min-height: 0; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 190px; height: auto; }
  .footer-column h2 { font-size: 21px; }
  .footer-column a, .copyright { font-size: 16px; }
  .social-column { grid-column: 1 / -1; }
  .socials a { width: 48px; height: 48px; padding: 11px; }
  .copyright { width: min(100% - 40px, 620px); margin-top: 35px; }
}

@media (max-width: 430px) {
  .container { width: calc(100% - 32px); }
  .nav { min-height: 84px; }
  .brand { width: 132px; }
  .brand img { width: 125px; height: auto; }
  .nav-links { top: 72px; }
  .hero { min-height: 183px; }
  .toc { display: block; }
  .toc a { min-height: 38px; }
  .policy-card { padding: 28px 19px; }
}

/* Contact page */
.contact-page { background: var(--cream); }
.contact-hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; background: var(--cream) url("../assets/landing-hero-wave.png") center bottom / cover no-repeat; }
.contact-hero-inner { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr); align-items: center; gap: 26px; padding: 0 0 64px; }
.contact-hero-copy { max-width: 665px; padding-top: 20px; }.contact-hero-copy h1 { margin: 0; color: #fff; font-size: clamp(48px, 5vw, 68px); line-height: 1.14; letter-spacing: -2.5px; }.contact-hero-copy p { max-width: 650px; margin: 28px 0 0; color: #fff; font-size: 23px; line-height: 1.55; letter-spacing: -.6px; }.contact-hero-illustration { justify-self: center; align-self: end; display: block; width: min(100%, 570px); margin: 0 0 18px; filter: drop-shadow(0 18px 22px rgba(62,10,26,.12)); }
.contact-section { display: grid; grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: 80px; padding-block: 96px; }
.contact-copy { align-self: center; }.eyebrow { margin: 0 0 12px; color: var(--coral); font-size: 16px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }.contact-copy h2, .contact-form h2 { margin: 0; color: #111827; font-size: 46px; line-height: 1.15; letter-spacing: -1.5px; }.contact-copy > p:not(.eyebrow) { margin: 22px 0 30px; color: #4b5563; font-size: 19px; line-height: 1.65; }
.contact-email { display: inline-flex; align-items: center; gap: 16px; padding: 16px 20px; color: var(--maroon); border: 1px solid #f7d6cc; border-radius: 16px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.04); transition: transform .2s, border-color .2s; }.contact-email:hover { transform: translateY(-2px); border-color: var(--coral); }.contact-email > span:first-child { display: grid; width: 42px; height: 42px; place-items: center; color: var(--coral); border-radius: 12px; background: #fff5f3; font-size: 21px; }.contact-email small { display: block; margin-bottom: 3px; color: #777e89; font-size: 12px; }.contact-email > span:last-child { font-weight: 700; }
.contact-notes { display: grid; gap: 16px; margin-top: 32px; }.contact-notes article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }.contact-notes article > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--coral); border-radius: 12px; background: rgba(255,141,107,.15); }.contact-notes article > span svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.contact-notes h3 { margin: 0 0 4px; color: #111827; font-size: 17px; }.contact-notes p { margin: 0; color: #687181; font-size: 15px; line-height: 1.45; }
.contact-form { display: grid; gap: 20px; padding: 44px; border: 2px solid var(--card-border); border-radius: 24px; background: #fff; box-shadow: 0 15px 35px rgba(62,10,26,.05); }.contact-form h2 { margin-bottom: 8px; font-size: 34px; }.contact-form label { display: grid; gap: 9px; color: #242633; font-size: 15px; font-weight: 700; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 15px; color: #111827; border: 1px solid #efdcd6; border-radius: 11px; outline: none; background: #fffdfb; font: 400 16px/1.4 "Plus Jakarta Sans", sans-serif; transition: border-color .2s, box-shadow .2s; }.contact-form textarea { resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,87,74,.12); }.contact-submit { display: inline-flex; align-items: center; justify-content: center; gap: 12px; width: fit-content; margin-top: -4px; padding: 14px 22px; color: #fff; border: 0; border-radius: 999px; background: var(--coral); cursor: pointer; font: 700 16px "Plus Jakarta Sans", sans-serif; transition: transform .2s, box-shadow .2s; }.contact-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(255,87,74,.25); }.contact-submit span { font-size: 22px; line-height: .6; }.form-status { min-height: 20px; margin: -4px 0 0; color: #157347; font-size: 14px; font-weight: 600; }

@media (max-width: 980px) { .contact-hero { min-height: 610px; }.contact-hero-inner { min-height: 575px; grid-template-columns: minmax(0, 1fr) minmax(290px, .8fr); }.contact-hero-copy p { font-size: 19px; }.contact-hero-illustration { width: min(100%, 455px); }.contact-section { grid-template-columns: 1fr; gap: 46px; }.contact-copy { max-width: 690px; }.contact-form { max-width: 700px; } }
@media (max-width: 780px) { .contact-hero { min-height: auto; }.contact-hero-inner { min-height: auto; grid-template-columns: 1fr; justify-items: center; gap: 0; padding: 68px 0 58px; text-align: center; }.contact-hero-copy { padding: 0; }.contact-hero-copy h1 { font-size: 45px; }.contact-hero-copy p { margin-top: 18px; font-size: 18px; }.contact-hero-illustration { width: min(100%, 360px); margin: 12px 0 -20px; }.contact-section { padding-block: 60px; }.contact-copy h2 { font-size: 36px; }.contact-copy > p:not(.eyebrow) { font-size: 17px; }.contact-form { padding: 28px 22px; border-radius: 18px; }.contact-form h2 { font-size: 29px; }.form-grid { grid-template-columns: 1fr; }.contact-submit { width: 100%; }.contact-email { width: 100%; } }

/* Landing page */
.landing-page { background: var(--cream); }
.landing-header { background: var(--cream); }
.landing-header .nav-links { gap: 50px; }
.landing-container { width: min(1240px, calc(100% - 192px)); margin-inline: auto; }
.landing-hero { position: relative; min-height: 790px; overflow: hidden; color: var(--cream); background: var(--cream) url("../assets/landing-hero-wave.png") center bottom / cover no-repeat; }
.landing-hero::before, .landing-hero::after { display: none; }
.landing-hero-pattern { display: none; }
.landing-hero > .landing-container { position: relative; z-index: 1; }
.hero-layout { min-height: 750px; display: grid; grid-template-columns: minmax(0, 690px) minmax(310px, 1fr); gap: 32px; align-items: center; padding-bottom: 45px; }
.hero-copy { display: grid; justify-items: start; gap: 24px; max-width: 690px; }
.hero-wordmark { margin: 0; color: #fff; font: 400 94px/1 "Blaka", cursive; text-shadow: 2px 6px 0 #6effb3; letter-spacing: 1px; transform: rotate(-2deg); }
.hero-copy h1 { max-width: 650px; margin: -10px 0 0; color: #fff; font-size: clamp(45px, 4.45vw, 64px); line-height: 1.19; letter-spacing: -2.5px; }
.hero-copy > p:not(.hero-wordmark) { max-width: 650px; margin: 0; color: #fff; font-size: 24px; line-height: 1.45; }
.store-links { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.store-button { display: inline-flex; align-items: center; gap: 10px; min-width: 190px; padding: 7px 17px; color: #fff; border: 1.4px solid rgba(255,255,255,.32); border-radius: 12px; background: rgba(40,8,18,.17); font: 600 18px/1 "Plus Jakarta Sans", sans-serif; backdrop-filter: blur(4px); transition: transform .2s, background-color .2s; }
.store-button:hover { color: #fff; transform: translateY(-3px); background: rgba(62,10,26,.35); }
.store-button small { display: block; margin-bottom: 3px; font: 700 9px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: .8px; }
.store-icon { display: grid; place-items: center; width: 29px; height: 29px; font-size: 26px; }
.play-icon { color: #6effb3; font-size: 25px; }
.apple-icon img { display: block; width: 23px; height: auto; }
.phone-stage { display: grid; place-items: center; min-height: 660px; position: relative; transform: translateY(12px); }
.phone-shadow { position: absolute; width: 280px; height: 520px; transform: rotate(11deg) translate(20px, 25px); border-radius: 64px; background: rgba(62,10,26,.2); filter: blur(28px); }
.phone { position: relative; z-index: 1; display: block; width: min(100%, 420px); height: auto; filter: drop-shadow(0 18px 14px rgba(62,10,26,.18)); }
.why-section, .features-section, .faq-section { position: relative; overflow: hidden; padding: 96px 0; }
.why-section { background: var(--cream); }.features-section { background: #fff; }.faq-section { background: var(--cream); }
.why-section::before, .faq-section::before { content: ""; position: absolute; z-index: 0; width: 384px; height: 384px; border-radius: 50%; background: rgba(255,141,107,.15); }
.why-section::before { left: 13%; bottom: 6%; }.faq-section::before { right: 10%; bottom: 5%; }
.features-section::before { content: ""; position: absolute; z-index: 0; inset: 0; opacity: .015; pointer-events: none; background: url("../assets/features-pattern.png") center / cover no-repeat; }
.section-content { position: relative; z-index: 1; display: grid; justify-items: center; gap: 72px; }
.section-content h2 { margin: 0; color: #111827; font-size: 48px; line-height: 1; letter-spacing: -1.5px; text-align: center; }
.why-list { display: grid; gap: 24px; width: min(100%, 901px); }
.why-card, .feature-card { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; padding: 32px; border-radius: 24px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: transform .25s ease, box-shadow .25s ease; }
.why-card:hover, .feature-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(62,10,26,.08); }
.why-card h3, .feature-card h3 { margin: 0 0 4px; color: #111827; font-size: 24px; line-height: 1.35; letter-spacing: -.6px; }
.why-card p, .feature-card p { margin: 0; color: #4b5563; font-size: 18px; line-height: 1.55; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--coral); border-radius: 12px; background: #fff5f3; font-size: 22px; }
.feature-icon img { display: block; max-width: 24px; max-height: 24px; object-fit: contain; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; width: 100%; }
.feature-card { min-height: 170px; }
.faq-list { display: grid; gap: 24px; width: min(100%, 901px); }
.faq-item { --faq-control-column: 120px; position: relative; overflow: hidden; border: 1px solid transparent; border-radius: 16px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: border-color .25s ease, box-shadow .25s ease; }
.faq-item.open { border-color: rgba(255,87,74,.22); box-shadow: 0 12px 25px rgba(62,10,26,.06); }
.faq-trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 22px; padding: 26px calc(var(--faq-control-column) + 20px) 20px 32px; color: #111827; border: 0; background: transparent; cursor: pointer; font: 600 20px/1.35 "Plus Jakarta Sans", sans-serif; text-align: left; }
.faq-trigger:hover { color: var(--coral); }.faq-trigger:focus-visible { outline: 3px solid rgba(255,87,74,.35); outline-offset: -3px; }
.faq-trigger span { position: absolute; top: 50%; right: calc((var(--faq-control-column) - 30px) / 2); display: grid; width: 30px; height: 30px; place-items: center; color: #768091; border-radius: 50%; background: #fff5f3; font-size: 0; transform: translateY(-50%); transition: background-color .28s ease, color .28s ease; }.faq-trigger span::before { padding-top:20px;content: ""; width: 12px; height: 8px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .28s ease; }.faq-item.open .faq-trigger span { color: #fff; background: var(--coral); }.faq-item.open .faq-trigger span::before { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.22, 1, .36, 1); }
.faq-answer p { margin: 0; padding: 0 calc(var(--faq-control-column) + 20px) 26px 32px; color: #4b5563; font-size: 17px; line-height: 1.55; }

:focus-visible { outline: 3px solid rgba(255,87,74,.55); outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
.landing-cta { position: relative; overflow: hidden; padding: 120px 0; color: #fff; text-align: center; background: linear-gradient(145deg, #ff6b4a, #f04e2c); }
.landing-cta::before, .landing-cta::after { content: ""; position: absolute; width: 256px; height: 256px; border-radius: 50%; background: rgba(255,255,255,.15); }.landing-cta::before { top: 32px; left: 4.5%; }.landing-cta::after { width: 384px; height: 384px; right: 2%; top: -65px; }
.landing-cta-pattern { position: absolute; inset: 0; opacity: .02; pointer-events: none; background: url("../assets/features-pattern.png") center / cover no-repeat; }
.cta-content { position: relative; z-index: 1; display: grid; justify-items: center; gap: 24px; }.cta-content h2 { margin: 0; font-size: 64px; line-height: 1.2; letter-spacing: -2px; }.cta-content p { margin: 0 0 4px; font-size: 24px; }

@media (max-width: 1120px) {
  .landing-container { width: min(100% - 64px, 960px); }
  .landing-header .nav-links { gap: 27px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 330px; }.phone { width: 360px; }.phone-stage { min-height: 590px; }
  .hero-wordmark { font-size: 79px; }.hero-copy h1 { font-size: 47px; }.hero-copy > p:not(.hero-wordmark) { font-size: 20px; }
}

@media (max-width: 780px) {
  .landing-container { width: min(100% - 40px, 620px); }
  .landing-header .nav-links { z-index: 4; }
  .landing-hero { min-height: auto; }.hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 8px; padding: 68px 0 55px; text-align: center; }.hero-copy { justify-items: center; gap: 18px; }.hero-wordmark { font-size: 68px; }.hero-copy h1 { font-size: 41px; letter-spacing: -1.7px; }.hero-copy > p:not(.hero-wordmark) { font-size: 18px; }.store-links { flex-direction: column; width: min(100%, 300px); justify-content: center; gap: 10px; }.store-button { width: 100%; min-width: 0; justify-content: center; padding: 7px 11px; font-size: 14px; }.store-icon { width: 22px; font-size: 19px; }
  .phone-stage { min-height: 500px; margin-top: 18px; }.phone { width: 315px; }.phone-shadow { transform: scale(.7) rotate(9deg) translate(16px, 15px); }
  .why-section, .features-section, .faq-section { padding: 68px 0; }.section-content { gap: 38px; }.section-content h2 { font-size: 36px; }
  .why-card, .feature-card { grid-template-columns: 42px 1fr; gap: 13px; padding: 22px; border-radius: 18px; }.feature-icon { width: 42px; height: 42px; font-size: 19px; }.why-card h3, .feature-card h3 { font-size: 19px; }.why-card p, .feature-card p { font-size: 15px; }
  .feature-grid { grid-template-columns: 1fr; gap: 16px; }.feature-card { min-height: 0; }.faq-list { gap: 14px; }.faq-item { --faq-control-column: 74px; }.faq-trigger { padding: 20px calc(var(--faq-control-column) + 14px) 16px 22px; font-size: 16px; }.faq-answer p { padding: 0 calc(var(--faq-control-column) + 14px) 22px 22px; font-size: 15px; }
  .landing-cta { padding: 76px 0; }.cta-content { gap: 18px; }.cta-content h2 { font-size: 41px; letter-spacing: -1.5px; }.cta-content p { font-size: 18px; }
  .landing-cta::before, .landing-cta::after { display: none; }
}

@media (max-width: 430px) {
  .landing-container { width: calc(100% - 32px); }.landing-header .nav { width: calc(100% - 32px); }
  .hero-layout { padding-top: 47px; }.hero-wordmark { font-size: 59px; }.hero-copy h1 { font-size: 34px; }.store-links { width: 100%; }.store-button { flex: 1; min-width: 0; justify-content: center; }.phone-stage { min-height: 460px; }.phone { width: 285px; }.phone-shadow { transform: scale(.64) rotate(8deg) translate(16px, 15px); }
}
