@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --ink: #142a3a;
  --ink-soft: #51616b;
  --navy: #143047;
  --navy-deep: #0d2537;
  --teal: #1e8f82;
  --teal-dark: #147267;
  --mint: #d7ede4;
  --coral: #ef725f;
  --coral-soft: #f9d9d0;
  --gold: #edb53d;
  --gold-soft: #f9e9bc;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --sage: #e9eee2;
  --line: rgba(20, 48, 71, .13);
  --shadow: 0 24px 60px rgba(25, 51, 61, .14);
  --radius: 24px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: -80px; padding: 10px 16px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

h1, h2, h3, .brand-name { font-family: "Manrope", "DM Sans", sans-serif; letter-spacing: -.04em; line-height: 1.08; }
h1, h2, h3, p { margin-top: 0; }
h2 { font-size: clamp(2.2rem, 4vw, 4.35rem); margin-bottom: 24px; }
h3 { font-size: 1.35rem; }
.eyebrow { margin-bottom: 16px; color: var(--teal-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; background: var(--coral); border-radius: 50%; }
.section { padding: 112px 0; }
.section-heading { max-width: 700px; margin-bottom: 60px; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.1rem; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; max-width: none; align-items: end; }
.split-heading h2 { max-width: 720px; margin-bottom: 0; }
.split-heading > p { margin-bottom: 6px; }
.centred { margin-inline: auto; text-align: center; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(247, 243, 234, .94); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { border-radius: 12px; }
.brand-name { font-size: 1.25rem; font-weight: 800; color: var(--navy); }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; color: #3a4d58; font-size: .92rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--teal-dark); }
.studio-link { padding-left: 26px; border-left: 1px solid var(--line); color: var(--ink-soft); font-size: .8rem; font-weight: 700; text-decoration: none; }
.studio-link:hover { color: var(--teal-dark); }

.hero { position: relative; overflow: hidden; padding: 90px 0 100px; }
.hero::before { content: ""; position: absolute; width: 550px; height: 550px; left: -300px; top: -250px; border-radius: 50%; background: rgba(30, 143, 130, .08); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 650px; margin-bottom: 26px; color: var(--navy); font-size: clamp(3.55rem, 7vw, 6.6rem); line-height: .94; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 580px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.store-coming { display: grid; gap: 6px; justify-items: start; }
.store-coming img { opacity: .9; }
.store-coming span { color: var(--ink-soft); font-size: .76rem; font-weight: 700; }
.text-link { color: var(--teal-dark); font-size: .92rem; font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.platform-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.platform { padding: 7px 12px; color: #68757c; background: rgba(255,255,255,.52); border: 1px solid var(--line); border-radius: 999px; font-size: .76rem; font-weight: 700; }
.platform.ready { color: var(--teal-dark); background: #e3f2eb; border-color: rgba(30,143,130,.2); }
.platform span { margin-right: 4px; color: var(--coral); }
.hero-visual { min-width: 0; }
.hero-image-wrap { position: relative; isolation: isolate; }
.hero-image-wrap::before { content: ""; position: absolute; z-index: -1; inset: 7% -5% -7% 5%; background: var(--gold-soft); border-radius: 46% 54% 48% 52%; transform: rotate(2deg); }
.hero-image-wrap picture img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: 58% center; border: 8px solid rgba(255,255,255,.72); border-radius: 38px 38px 110px 38px; box-shadow: var(--shadow); }
.float-card { position: absolute; display: flex; align-items: center; gap: 11px; min-width: 174px; padding: 12px 16px 12px 12px; background: rgba(255,253,248,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: 0 16px 38px rgba(20,48,71,.17); backdrop-filter: blur(10px); }
.float-card strong, .float-card small { display: block; line-height: 1.2; }
.float-card strong { font-size: .83rem; }
.float-card small { margin-top: 3px; color: var(--ink-soft); font-size: .67rem; }
.mini-icon { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; color: white; border-radius: 11px; font-weight: 900; }
.mini-icon.check { background: var(--teal); }
.mini-icon.star { color: var(--navy); background: var(--gold); }
.float-progress { left: -30px; bottom: 56px; }
.float-streak { right: -18px; top: 50px; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.37); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: grid; grid-template-columns: 38px 1fr; padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid div > span { grid-row: 1 / 3; align-self: center; color: var(--teal); font-size: 1.4rem; font-weight: 800; }
.trust-grid strong { font-size: .86rem; }
.trust-grid small { color: var(--ink-soft); font-size: .7rem; }

.intro-section { background: var(--paper); }
.product-window { overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: #f8f6ef; box-shadow: 0 32px 80px rgba(20,48,71,.11); }
.window-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid var(--line); background: white; }
.window-brand { display: flex; align-items: center; gap: 10px; }
.window-brand img { border-radius: 8px; }
.profile-dots { display: flex; }
.profile-dots span { display: grid; width: 34px; height: 34px; margin-left: -7px; place-items: center; color: white; background: var(--navy); border: 3px solid white; border-radius: 50%; font-size: .7rem; font-weight: 800; }
.profile-dots span:nth-child(2) { background: var(--coral); }
.profile-dots span:nth-child(3) { background: var(--teal); }
.window-body { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; padding: 28px; }
.today-panel { position: relative; overflow: hidden; min-height: 360px; padding: 38px; color: white; background: var(--navy); border-radius: 24px; }
.today-panel::after { content: ""; position: absolute; width: 240px; height: 240px; right: -100px; bottom: -110px; border: 44px solid rgba(255,255,255,.06); border-radius: 50%; }
.panel-kicker { margin-bottom: 26px; color: #a6d6cf; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.today-panel h3 { max-width: 340px; margin-bottom: 70px; font-size: clamp(2rem, 4vw, 3.35rem); }
.progress-line { overflow: hidden; height: 8px; background: rgba(255,255,255,.15); border-radius: 99px; }
.progress-line span { display: block; height: 100%; background: var(--coral); border-radius: inherit; }
.progress-line .progress-68 { width: 68%; }
.today-panel p { margin-top: 10px; color: #c8d2d8; font-size: .78rem; }
.family-score { position: absolute; display: grid; grid-template-columns: 42px auto; right: 28px; top: 28px; color: var(--navy); background: var(--gold); padding: 10px 16px 10px 10px; border-radius: 16px; transform: rotate(2deg); }
.family-score > span { grid-row: 1 / 3; align-self: center; font-size: 1.5rem; }
.family-score strong { line-height: 1; }
.family-score small { font-size: .6rem; font-weight: 700; }
.chore-list { display: grid; gap: 12px; align-content: center; margin: 0; padding: 0; list-style: none; }
.chore { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; padding: 17px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.chore > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; }
.task-check { color: white; background: var(--teal); font-weight: 900; }
.task-icon { background: var(--sage); font-size: 1.2rem; }
.task-icon.coral { color: #a64033; background: var(--coral-soft); }
.task-icon.gold { color: #8a6412; background: var(--gold-soft); }
.task-icon.green { color: var(--teal-dark); background: var(--mint); }
.chore strong, .chore small { display: block; }
.chore small { color: var(--ink-soft); font-size: .75rem; }
.chore b { color: var(--teal-dark); font-size: .8rem; }
.chore.done { opacity: .72; }

.feature-cards-section { padding-top: 0; background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 350px; padding: 34px; border-radius: 28px; }
.feature-card.sea { color: white; background: var(--teal-dark); }
.feature-card.coral-card { background: var(--coral-soft); }
.feature-card.gold-card { background: var(--gold-soft); }
.feature-mark { display: grid; width: 52px; height: 52px; margin-bottom: 60px; place-items: center; color: var(--navy); background: rgba(255,255,255,.78); border-radius: 16px; font-size: 1.3rem; font-weight: 900; }
.card-label { margin-bottom: 12px; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .75; }
.feature-card h3 { max-width: 300px; margin-bottom: 15px; font-size: 1.75rem; }
.feature-card p:last-child { margin: 0; font-size: .92rem; opacity: .82; }

.focus-section { overflow: hidden; color: white; background: var(--navy-deep); }
.focus-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.focus-copy .eyebrow { color: #85cec3; }
.focus-copy h2 { color: white; }
.focus-copy > p:not(.eyebrow) { max-width: 520px; color: #bfcbd1; font-size: 1.1rem; }
.tick-list { display: grid; gap: 13px; margin: 34px 0 0; padding: 0; list-style: none; }
.tick-list li { color: #dce4e7; font-size: .92rem; }
.tick-list span { display: inline-grid; width: 25px; height: 25px; margin-right: 9px; place-items: center; color: var(--navy); background: #91d5c8; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.phone-stage { position: relative; display: grid; place-items: center; min-height: 640px; }
.phone-stage::before { content: ""; position: absolute; width: 520px; height: 520px; background: rgba(30,143,130,.18); border-radius: 50%; }
.phone { position: relative; z-index: 2; width: min(330px, 80vw); padding: 12px; color: var(--ink); background: #10202c; border: 1px solid rgba(255,255,255,.18); border-radius: 45px; box-shadow: 0 40px 90px rgba(0,0,0,.33); transform: rotate(3deg); }
.phone-bar { display: flex; justify-content: space-between; padding: 12px 17px 15px; color: white; font-size: .65rem; }
.phone-content { padding: 30px 24px 25px; background: var(--paper); border-radius: 33px; text-align: center; }
.step-count { margin-bottom: 16px; color: var(--teal-dark); font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.phone-content h3 { margin-bottom: 18px; font-size: 1.65rem; }
.room-illustration { position: relative; height: 190px; margin: 0 auto 20px; background: #e7efe5; border-radius: 24px; }
.shelf { position: absolute; left: 42px; right: 42px; bottom: 38px; height: 12px; background: var(--navy); border-radius: 5px; box-shadow: 0 10px 0 #d6b789; }
.book { position: absolute; bottom: 50px; width: 26px; border-radius: 4px 4px 0 0; }
.b1 { left: 82px; height: 65px; background: var(--coral); transform: rotate(-4deg); }
.b2 { left: 110px; height: 78px; background: var(--gold); }
.b3 { left: 139px; height: 57px; background: var(--teal); transform: rotate(5deg); }
.spark { position: absolute; color: var(--gold); }
.s1 { right: 42px; top: 34px; }
.s2 { left: 45px; top: 48px; font-size: .7rem; }
.step-progress { display: flex; justify-content: center; gap: 6px; margin-bottom: 20px; }
.step-progress span { width: 28px; height: 5px; background: #dbe1de; border-radius: 99px; }
.step-progress .active { background: var(--coral); }
.visual-button { width: 100%; padding: 14px 18px; color: white; background: var(--teal-dark); border-radius: 14px; font-weight: 800; text-align: left; }
.visual-button span { float: right; }
.phone-content > small { display: block; margin-top: 10px; color: var(--ink-soft); font-size: .67rem; }
.focus-bubble { position: absolute; z-index: 3; right: 0; bottom: 85px; display: grid; max-width: 210px; padding: 16px 18px; color: var(--ink); background: var(--gold); border-radius: 18px; box-shadow: 0 20px 40px rgba(0,0,0,.18); transform: rotate(-4deg); }
.focus-bubble strong { font-family: "Manrope", sans-serif; }
.focus-bubble span { font-size: .7rem; }

.rewards-section { background: var(--sage); }
.rewards-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: center; }
.reward-visual { position: relative; min-height: 550px; }
.reward-card { position: absolute; border: 1px solid rgba(20,48,71,.1); box-shadow: 0 20px 50px rgba(20,48,71,.13); }
.main-reward { left: 7%; top: 55px; width: 78%; padding: 42px; background: var(--paper); border-radius: 30px; transform: rotate(-2deg); }
.reward-star { display: grid; width: 64px; height: 64px; margin-bottom: 45px; place-items: center; color: var(--navy); background: var(--gold); border-radius: 20px; font-size: 1.8rem; }
.main-reward p { margin-bottom: 7px; color: var(--ink-soft); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.main-reward h3 { margin-bottom: 30px; font-size: 2rem; }
.main-reward > strong { display: block; font-size: 1.6rem; }
.main-reward > strong small { color: var(--ink-soft); font-size: .78rem; }
.reward-progress { height: 12px; margin: 12px 0 8px; background: #e4e4dc; border-radius: 99px; }
.reward-progress span { display: block; width: 76%; height: 100%; background: var(--teal); border-radius: inherit; }
.main-reward > small { color: var(--ink-soft); }
.badge-card, .bonus-card { z-index: 2; display: grid; grid-template-columns: 45px auto; padding: 17px; background: white; border-radius: 18px; }
.badge-card > span, .bonus-card > span { grid-row: 1 / 3; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; }
.badge-card small, .bonus-card small { color: var(--ink-soft); font-size: .68rem; }
.badge-card { right: -2%; top: 30px; transform: rotate(5deg); }
.badge-card > span { color: var(--navy); background: var(--gold); }
.bonus-card { left: 0; bottom: 35px; transform: rotate(3deg); }
.bonus-card > span { color: white; background: var(--coral); }
.rewards-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.1rem; }
.stat-pair { display: grid; grid-template-columns: 1fr 1fr; margin-top: 38px; border-block: 1px solid var(--line); }
.stat-pair div { padding: 20px 0; }
.stat-pair div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.stat-pair strong, .stat-pair span { display: block; }
.stat-pair strong { font-family: "Manrope", sans-serif; font-size: 1.15rem; }
.stat-pair span { color: var(--ink-soft); font-size: .76rem; }

.more-section { background: var(--paper); }
.more-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.more-grid article { min-height: 245px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.more-grid article > span { display: grid; width: 44px; height: 44px; margin-bottom: 35px; place-items: center; color: var(--teal-dark); background: var(--mint); border-radius: 14px; font-size: 1.2rem; }
.more-grid h3 { margin-bottom: 10px; font-size: 1.2rem; }
.more-grid p { margin-bottom: 0; color: var(--ink-soft); font-size: .86rem; }

.privacy-band { padding: 76px 0; color: white; background: var(--teal-dark); }
.privacy-grid { display: grid; grid-template-columns: 110px 1fr auto; gap: 45px; align-items: center; }
.privacy-mark { display: grid; width: 100px; height: 110px; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.17); border-radius: 48px 48px 30px 30px; }
.privacy-mark span { display: grid; width: 50px; height: 50px; place-items: center; color: var(--teal-dark); background: #aee2d7; border-radius: 50%; font-size: 1.3rem; font-weight: 900; }
.privacy-grid .eyebrow { color: #bce7df; }
.privacy-grid h2 { margin-bottom: 14px; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.privacy-grid p:last-child { max-width: 760px; margin-bottom: 0; color: #d2e7e3; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 20px; color: white; background: var(--teal-dark); border: 1px solid var(--teal-dark); border-radius: 12px; font-size: .85rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }
.button.secondary { color: var(--navy); background: white; border-color: white; }
.button.secondary:hover { color: white; background: var(--navy); }

.coming-section { padding: 100px 0; background: var(--paper); }
.coming-card { display: grid; grid-template-columns: 210px 1fr; gap: 60px; align-items: center; padding: 65px; color: white; background: var(--navy); border-radius: 38px; box-shadow: var(--shadow); }
.coming-card > img { filter: drop-shadow(0 20px 24px rgba(0,0,0,.22)); }
.eyebrow.light { color: #9ed8ce; }
.coming-card h2 { max-width: 760px; margin-bottom: 14px; font-size: clamp(2.2rem, 4vw, 4rem); }
.coming-card p:not(.eyebrow) { color: #c4d0d6; }
.coming-actions { display: flex; align-items: center; gap: 30px; margin-top: 28px; }
.coming-actions > a { color: #aee2d7; font-size: .82rem; font-weight: 800; text-decoration: none; }
.store-dark span { color: #aebdc5; }

.site-footer { color: #c7d1d6; background: #091d2b; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 60px; align-items: center; padding-block: 56px; }
.footer-brand .brand-name { color: white; }
.footer-top > p { margin: 0; color: #8fa2ad; font-size: .84rem; }
.footer-top nav { display: flex; gap: 24px; }
.footer-top nav a { font-size: .8rem; font-weight: 700; text-decoration: none; }
.footer-top nav a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #77909e; font-size: .72rem; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: white; }

/* Legal and support pages */
.legal-main, .support-main { background: var(--paper); }
.legal-shell { max-width: 980px; }
.legal-hero { padding: 110px 0 60px; }
.legal-hero h1, .support-hero h1 { max-width: 880px; margin-bottom: 24px; color: var(--navy); font-size: clamp(3rem, 7vw, 6rem); }
.legal-hero > p:not(.eyebrow):not(.updated) { max-width: 780px; color: var(--ink-soft); font-size: 1.15rem; }
.updated { margin-top: 32px; color: var(--ink-soft); font-size: .75rem; font-weight: 700; }
.privacy-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 75px; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); }
.privacy-summary > div { display: grid; grid-template-columns: 48px 1fr; padding: 24px; border-right: 1px solid var(--line); }
.privacy-summary > div:last-child { border-right: 0; }
.privacy-summary span { grid-row: 1 / 3; display: grid; width: 36px; height: 36px; place-items: center; color: var(--teal-dark); background: var(--mint); border-radius: 12px; font-weight: 800; }
.privacy-summary strong, .privacy-summary small { display: block; }
.privacy-summary small { color: var(--ink-soft); font-size: .68rem; line-height: 1.4; }
.legal-content { padding-bottom: 110px; }
.legal-content section { display: grid; grid-template-columns: 230px 1fr; column-gap: 55px; padding: 38px 0; border-top: 1px solid var(--line); }
.legal-content h2 { grid-row: 1 / 10; margin: 0; font-size: 1.18rem; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #425660; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content ul { margin-top: 0; padding-left: 20px; }
.legal-content a { color: var(--teal-dark); font-weight: 700; }

.support-hero { padding: 100px 0 90px; background: var(--cream); }
.support-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.support-hero-grid > div:first-child > p:last-child { max-width: 620px; color: var(--ink-soft); font-size: 1.1rem; }
.contact-card { padding: 38px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 24px 60px rgba(20,48,71,.08); }
.contact-icon { display: grid; width: 52px; height: 52px; margin-bottom: 30px; place-items: center; color: white; background: var(--coral); border-radius: 16px; font-family: "Manrope", sans-serif; font-size: 1.25rem; font-weight: 900; }
.contact-card h2 { margin-bottom: 14px; font-size: 1.6rem; }
.contact-card p { color: var(--ink-soft); font-size: .88rem; }
.faq-section { background: var(--paper); }
.faq-shell { max-width: 920px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; font-family: "Manrope", sans-serif; font-size: 1.08rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 21px; display: grid; width: 30px; height: 30px; place-items: center; color: var(--teal-dark); background: var(--mint); border-radius: 50%; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details div { max-width: 760px; padding: 0 0 25px; color: var(--ink-soft); }
.faq-list details div p { margin: 0; }
.faq-list a { color: var(--teal-dark); font-weight: 700; }
.support-bottom { padding: 55px 0; background: var(--mint); }
.support-bottom .shell { display: grid; grid-template-columns: 88px 1fr auto; gap: 28px; align-items: center; }
.support-bottom img { border-radius: 24px; }
.support-bottom h2 { margin: 0 0 3px; font-size: 1.5rem; }
.support-bottom p { margin: 0; color: var(--ink-soft); }

.not-found-body { display: grid; min-height: 100vh; place-items: center; padding: 30px; background: var(--cream); }
.not-found { max-width: 600px; text-align: center; }
.not-found img { margin: 0 auto 34px; border-radius: 28px; }
.not-found h1 { margin-bottom: 15px; font-size: clamp(3rem, 8vw, 5.5rem); }
.not-found > p:not(.eyebrow) { margin-bottom: 30px; color: var(--ink-soft); }

@media (max-width: 1000px) {
  .studio-link { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 750px; }
  .hero-visual { max-width: 820px; }
  .float-progress { left: 20px; }
  .float-streak { right: 18px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-grid > div:first-child { padding-left: 20px; }
  .focus-grid, .rewards-grid { gap: 60px; }
  .privacy-grid { grid-template-columns: 80px 1fr; }
  .privacy-mark { width: 80px; height: 90px; }
  .privacy-grid .button { grid-column: 2; justify-self: start; }
  .support-hero-grid { gap: 45px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, var(--shell)); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 72px; flex-wrap: wrap; gap: 12px; padding-block: 10px; }
  .brand img { width: 40px; height: 40px; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; padding: 9px 2px 1px; border-top: 1px solid var(--line); }
  .main-nav a { font-size: .8rem; }
  .hero { padding: 65px 0 75px; }
  .hero-grid { gap: 50px; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-image-wrap picture img { border-width: 5px; border-radius: 26px 26px 72px 26px; }
  .float-card { min-width: 148px; padding: 9px 12px 9px 9px; }
  .float-progress { left: 8px; bottom: 18px; }
  .float-streak { right: 5px; top: 15px; }
  .mini-icon { width: 28px; height: 28px; }
  .float-card strong { font-size: .7rem; }
  .float-card small { font-size: .58rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .window-body { grid-template-columns: 1fr; padding: 16px; }
  .today-panel { min-height: 330px; padding: 28px; }
  .today-panel h3 { margin-bottom: 60px; }
  .family-score { right: 18px; top: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 310px; }
  .feature-mark { margin-bottom: 45px; }
  .focus-grid, .rewards-grid { grid-template-columns: 1fr; }
  .phone-stage { min-height: 610px; }
  .focus-bubble { right: 0; bottom: 65px; }
  .reward-visual { min-height: 530px; order: 2; }
  .rewards-copy { order: 1; }
  .badge-card { right: 0; }
  .more-grid { grid-template-columns: 1fr; }
  .more-grid article { min-height: 210px; }
  .privacy-grid { grid-template-columns: 1fr; gap: 24px; }
  .privacy-mark { width: 75px; height: 82px; }
  .privacy-grid .button { grid-column: 1; }
  .coming-card { grid-template-columns: 1fr; gap: 30px; padding: 36px 26px; }
  .coming-card > img { width: 130px; }
  .coming-actions { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-top nav { flex-wrap: wrap; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .legal-hero { padding: 75px 0 45px; }
  .privacy-summary { grid-template-columns: 1fr; }
  .privacy-summary > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .privacy-summary > div:last-child { border-bottom: 0; }
  .legal-content section { grid-template-columns: 1fr; gap: 15px; }
  .legal-content h2 { grid-row: auto; }
  .support-hero { padding: 70px 0; }
  .support-hero-grid { grid-template-columns: 1fr; }
  .support-bottom .shell { grid-template-columns: 70px 1fr; }
  .support-bottom img { width: 70px; height: 70px; }
  .support-bottom .button { grid-column: 1 / 3; justify-self: start; }
}

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

@media (prefers-contrast: more) {
  :root { --line: rgba(20, 48, 71, .35); }
  .eyebrow, .text-link, .chore b { color: #075d53; }
}
