/* ============================================================
   ZOOYLO — multi-page components (loaded after zooylo.css)
   Header · footer · a11y toolbar · page heros · audience fork ·
   skill map · split rows · professional layer · lead form ·
   principles · phone mockups · trust · CTA bands
   ============================================================ */

/* ============ HEADER / NAV ============ */
.site-top { position: sticky; top: 0; z-index: 80; background: rgba(251,247,240,.86); backdrop-filter: saturate(1.1) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-top.scrolled { border-color: var(--line); box-shadow: 0 1px 0 rgba(54,64,78,.03); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 16px; }
.nav-links { display: flex; align-items: center; gap: 1px; }
.nav-links a { font-size: 15px; font-weight: 600; color: var(--ink-soft); padding: 9px 12px; border-radius: var(--r-pill); white-space: nowrap; }
.nav-links a:hover { color: var(--ink); background: var(--surface-sunk); text-decoration: none; }
.nav-links a.active { color: var(--brand-hover); background: var(--brand-tint); }
.nav-right { display: flex; align-items: center; gap: 8px; }
.nav-cta { min-height: 44px; padding: 11px 18px; font-size: 15px; }
.nav-cta-quiet { min-height: 44px; padding: 11px 14px; font-size: 15px; color: var(--ink-soft); }
.nav-cta-quiet:hover { color: var(--brand-hover); }
.nav-toggle { display: none; width: 48px; height: 48px; border-radius: var(--r-md); border: 2px solid var(--line-strong); background: var(--surface); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.nav-toggle i { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; display: block; }
@media (max-width: 1180px) {
  .nav-links { position: absolute; top: 74px; left: 0; right: 0; background: var(--surface); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; padding: 12px; gap: 4px; box-shadow: var(--sh-2); display: none; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 16px; font-size: 16px; white-space: normal; }
  .nav-toggle { display: flex; }
  .nav-right .desktop-only { display: none; }
}
.nav-mobile-extra { display: none; }
@media (max-width: 1180px) {
  .nav-links .nav-mobile-extra { display: flex; flex-direction: column; gap: 10px; padding: 12px 4px 6px; margin-top: 8px; border-top: 1px solid var(--line); }
}

/* ============ FOOTER ============ */
.foot { border-top: 1px solid var(--line); padding: var(--s-8) 0 var(--s-6); background: var(--surface-warm); margin-top: var(--s-9); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: var(--s-6); }
@media (max-width: 880px){ .foot-grid { grid-template-columns: 1fr 1fr; gap: var(--s-6) var(--s-5); } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 520px){ .foot-grid { grid-template-columns: 1fr; } }
.foot-brand .muted { margin-top: 14px; max-width: 42ch; font-size: 15px; line-height: 1.6; }
.foot-tag { margin-top: 12px; font-size: 13.5px; font-weight: 600; color: var(--brand-hover); }
.foot .foot-h { font-family: var(--font-body); font-weight: 700; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 14px; }
.foot a { display: block; color: var(--ink-soft); font-size: 15px; padding: 5px 0; }
.foot a:hover { color: var(--brand); }
.foot-base { margin-top: var(--s-7); padding-top: var(--s-5); border-top: 1px solid var(--line); }
.scope-note { font-size: 13.5px; color: var(--ink-faint); line-height: 1.65; max-width: 92ch; }
.foot-legal { margin-top: 14px; font-size: 13px; color: var(--ink-faint); }
.foot-legal a { display: inline; color: var(--ink-soft); }

/* ============ A11Y FAB ============ */
.a11y-fab { position: fixed; right: 20px; bottom: 20px; z-index: 120; width: 58px; height: 58px; border-radius: 50%; background: var(--brand); color: #fff; border: none; box-shadow: var(--sh-3); cursor: pointer; display: grid; place-items: center; }
.a11y-fab svg { width: 26px; height: 26px; }
.a11y-panel { position: fixed; right: 20px; bottom: 88px; z-index: 120; width: 300px; max-width: calc(100vw - 32px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-3); padding: 20px; }
.a11y-panel h4 { font-size: 17px; margin-bottom: 4px; }
.a11y-panel p { font-size: 13px; color: var(--ink-soft); margin-bottom: 16px; }
.a11y-panel .row2 { display: flex; flex-direction: column; gap: 10px; }
.a11y-panel .toggle-chip { width: 100%; justify-content: space-between; }
.a11y-panel .reset { margin-top: 14px; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); background: none; border: none; cursor: pointer; padding: 6px; }
.a11y-panel .reset:hover { color: var(--brand); }
@media (max-width: 520px){ .a11y-fab { right: 16px; bottom: 16px; } }

/* ============ PAGE HERO (interior pages) ============ */
.page-hero { position: relative; overflow: hidden; padding: clamp(40px,6vw,80px) 0 clamp(36px,5vw,64px); }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; top: -220px; right: -160px; background: radial-gradient(circle at 40% 40%, var(--ph-glow, rgba(143,184,212,.26)), transparent 66%); pointer-events: none; z-index: 0; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero-inner { max-width: 760px; }
.page-hero h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.05; margin: 16px 0 0; letter-spacing: -.02em; }
.page-hero .lead { margin-top: 20px; max-width: 60ch; }
.page-hero .hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.audience-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 7px 14px; border-radius: var(--r-pill); }
.audience-tag.fam { background: var(--peach-tint); color: var(--peach-deep); }
.audience-tag.pro { background: var(--sky-tint); color: var(--sky-deep); }

/* generic section title block */
.sec-head { max-width: 720px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-head h2 { font-size: clamp(28px, 4vw, 42px); margin: 14px 0 0; letter-spacing: -.02em; }
.sec-head .lead { margin-top: 16px; }

/* ============ AUDIENCE FORK ============ */
.fork { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px,2.4vw,28px); }
@media (max-width: 820px){ .fork { grid-template-columns: 1fr; } }
.fork-card { position: relative; border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(26px,3vw,40px); background: var(--surface); display: flex; flex-direction: column; transition: transform .2s var(--ease), box-shadow .2s var(--ease); overflow: hidden; }
.fork-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); text-decoration: none; }
.fork-card.fam { background: linear-gradient(165deg, var(--peach-tint), #fff 70%); }
.fork-card.pro { background: linear-gradient(165deg, var(--sky-tint), #fff 70%); }
.fork-card .fk-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fork-card.fam .fk-eyebrow { color: var(--peach-deep); }
.fork-card.pro .fk-eyebrow { color: var(--sky-deep); }
.fork-card h3 { font-size: clamp(23px,2.6vw,30px); margin: 12px 0 0; letter-spacing: -.02em; }
.fork-card p { margin-top: 12px; color: var(--ink-soft); font-size: 16px; }
.fork-card ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 11px; }
.fork-card li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; color: var(--ink); }
.fork-card li .ck { width: 22px; height: 22px; border-radius: 50%; flex: none; display: grid; place-items: center; font-size: 12px; margin-top: 1px; }
.fork-card.fam li .ck { background: var(--peach-tint); color: var(--peach-deep); }
.fork-card.pro li .ck { background: var(--sky-tint); color: var(--sky-deep); }
.fork-card .fk-foot { margin-top: auto; padding-top: 26px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.fork-card .fk-go { font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; }
.fork-card.fam .fk-go { color: var(--peach-deep); }
.fork-card.pro .fk-go { color: var(--sky-deep); }

/* ============ TRUST STRIP ============ */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-warm); }
.trust .row { display: flex; align-items: center; gap: 12px 26px; flex-wrap: wrap; justify-content: center; padding: 18px 0; }
.trust .lbl { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); }
.trust .pt { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15px; color: var(--ink-soft); }
.trust .pt .d { width: 9px; height: 9px; border-radius: 50%; background: var(--sage); }
.trust .pt:nth-child(3) .d{ background: var(--sky); } .trust .pt:nth-child(4) .d{ background: var(--peach); } .trust .pt:nth-child(5) .d{ background: var(--lilac); }

/* ============ VALUE / FEATURE CARDS ============ */
.cards-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--s-4); }
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-5); }
.cards-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--s-5); }
@media (max-width: 900px){ .cards-4 { grid-template-columns: repeat(2,1fr); } .cards-3 { grid-template-columns: 1fr; } }
@media (max-width: 560px){ .cards-4 { grid-template-columns: 1fr; } .cards-2 { grid-template-columns: 1fr; } }
.fcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; }
.fcard .vi { width: 48px; height: 48px; border-radius: var(--r-md); display: grid; place-items: center; margin-bottom: 16px; }
.fcard .vi svg { width: 26px; height: 26px; }
.fcard h3 { font-size: 18px; margin-bottom: 8px; letter-spacing: -.01em; }
.fcard p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

/* ============ SPLIT ROW ============ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,72px); align-items: center; }
.split.narrow-media { grid-template-columns: 1.1fr .9fr; }
@media (max-width: 880px){ .split, .split.narrow-media { grid-template-columns: 1fr; } .split .split-media { order: -1; } .split.media-after .split-media { order: 0; } }
.split h2 { font-size: clamp(26px,3.4vw,38px); letter-spacing: -.02em; margin: 14px 0 0; }
.split .lead { margin-top: 16px; }
.split ul.ticks { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 13px; }
.split ul.ticks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
.split ul.ticks li .ck { width: 24px; height: 24px; border-radius: 50%; flex: none; display: grid; place-items: center; font-size: 12px; margin-top: 2px; background: var(--sage-tint); color: var(--sage-deep); }

/* ============ SKILL MAP (signature) ============ */
.skillmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px,1.8vw,22px); }
@media (max-width: 900px){ .skillmap { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .skillmap { grid-template-columns: 1fr; } }
.domain { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 20px; background: var(--surface); }
.domain .dh { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.domain .dh .dchip { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.domain .dh h3 { font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); }
.domain .guides { display: flex; flex-direction: column; gap: 12px; }
.gnode { display: flex; align-items: center; gap: 13px; }
.gnode .gb { width: 52px; height: 52px; border-radius: var(--r-md); flex: none; display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(54,64,78,.05); }
.gnode .gb svg { width: 78%; height: 78%; }
.gnode .gm b { font-family: var(--font-display); font-size: 16px; font-weight: 600; display: block; line-height: 1.15; color: var(--ink-deep); }
.gnode .gm span { font-size: 13.5px; color: var(--ink-soft); }

/* compact guide grid (alt) */
.char-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px,1fr)); gap: var(--s-4); }
.guide { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 20px; text-align: center; }
.guide .gb { width: 88px; height: 88px; border-radius: var(--r-lg); margin: 0 auto 14px; display: grid; place-items: center; }
.guide .gb svg { width: 78%; height: 78%; }
.guide h3 { font-size: 19px; }
.guide .gd { font-size: 13.5px; color: var(--ink-soft); margin-top: 5px; font-weight: 500; }

/* ============ STEPS ============ */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-5); }
.step .num { width: 46px; height: 46px; border-radius: 50%; background: var(--brand); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 20px; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { font-size: 21px; margin-bottom: 10px; }
.step p { color: var(--ink-soft); font-size: 15.5px; }
.step .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
@media (max-width: 820px){ .steps { grid-template-columns: 1fr; gap: var(--s-6); } }

/* ============ PROFESSIONAL LAYER UI ============ */
.prolayer { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-2); overflow: hidden; }
.prolayer-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 24px; border-bottom: 1px solid var(--line); background: var(--surface-warm); flex-wrap: wrap; }
.prolayer-head .tabs { display: flex; gap: 4px; }
.prolayer-head .tabs span { font-size: 14px; font-weight: 600; color: var(--ink-soft); padding: 8px 14px; border-radius: var(--r-pill); }
.prolayer-head .tabs span.on { background: var(--brand-tint); color: var(--brand-hover); }
.prolayer-head .who { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-faint); font-weight: 600; }
.roster { width: 100%; border-collapse: collapse; }
.roster th { text-align: left; font-family: var(--font-body); font-size: 11.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-faint); font-weight: 700; padding: 14px 24px; border-bottom: 1px solid var(--line); }
.roster td { padding: 14px 24px; border-bottom: 1px solid var(--line); font-size: 15px; vertical-align: middle; }
.roster tr:last-child td { border-bottom: none; }
.roster .child { display: flex; align-items: center; gap: 12px; }
.roster .child .av { width: 38px; height: 38px; border-radius: 50%; flex: none; display: grid; place-items: center; }
.roster .child .av svg { width: 76%; height: 76%; }
.roster .child b { font-weight: 600; color: var(--ink-deep); }
.roster .child span { display: block; font-size: 12.5px; color: var(--ink-faint); }
.roster .assigned { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }
.roster .assigned .ic { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; } .roster .assigned .ic svg { width: 80%; height: 80%; }
.pro-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-4); }
@media (max-width: 820px){ .pro-cols { grid-template-columns: 1fr; } .roster .hide-sm { display: none; } .roster th.hide-sm { display: none; } }

/* progress-export card */
.export-card { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
.export-card .ec-top { padding: 16px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; background: var(--surface-warm); }
.export-card .ec-top b { font-size: 14px; }
.export-card .ec-body { padding: 20px; font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.export-card .ec-body b { color: var(--ink-deep); }

/* ============ PRINCIPLES (evidence) ============ */
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-5); }
@media (max-width: 820px){ .principles { grid-template-columns: 1fr; } }
.principle { border: 1px solid var(--line); border-left: 4px solid var(--brand-soft); border-radius: var(--r-md); padding: 24px; background: var(--surface); }
.principle .pk { font-size: 12.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--brand-hover); }
.principle h3 { font-size: 19px; margin: 8px 0 10px; letter-spacing: -.01em; }
.principle p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

/* ============ STATS ============ */
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-5); }
@media (max-width: 720px){ .stats { grid-template-columns: 1fr; } }
.stat { text-align: left; }
.stat .n { font-family: var(--font-display); font-size: clamp(34px,4.4vw,48px); font-weight: 600; color: var(--brand-hover); letter-spacing: -.02em; line-height: 1; }
.stat p { margin-top: 10px; color: var(--ink-soft); font-size: 15px; max-width: 30ch; }
.stat .src { display: block; margin-top: 8px; font-size: 12.5px; color: var(--ink-faint); }

/* ============ QUOTE ============ */
.quote { max-width: 760px; }
.quote blockquote { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px,3vw,30px); line-height: 1.35; color: var(--ink-deep); letter-spacing: -.01em; margin: 0; }
.quote .qby { margin-top: 18px; font-size: 15px; color: var(--ink-soft); font-weight: 600; }

/* ============ CTA BAND ============ */
.cta-band { background: linear-gradient(160deg, var(--brand-tint), var(--sage-tint)); border-radius: var(--r-xl); padding: clamp(34px,5vw,64px); text-align: center; }
.cta-band.dark { background: var(--ink-deep); }
.cta-band.dark h2, .cta-band.dark .lead { color: #fff; }
.cta-band.dark .lead { color: rgba(255,255,255,.78); }
.cta-band h2 { font-size: clamp(26px,3.6vw,40px); letter-spacing: -.02em; }
.cta-band .lead { max-width: 52ch; margin: 14px auto 0; }
.cta-band .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

/* ============ LEAD FORM ============ */
.lead-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-1); padding: clamp(26px,3vw,40px); }
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px){ .lead-grid { grid-template-columns: 1fr; } }
.lead-grid .full { grid-column: 1 / -1; }
.lead-form .field label { margin-bottom: 2px; }
.lead-form select.input { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23677082' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.lead-form textarea.input { min-height: 110px; resize: vertical; line-height: 1.5; }
.lead-form .form-foot { margin-top: 22px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.lead-note { font-size: 14px; font-weight: 600; min-height: 20px; color: var(--ink-soft); }
.lead-note.err { color: #B85740; }
.lead-done { font-size: 17px; font-weight: 600; color: var(--brand-hover); }

/* ============ PHONE MOCKUP ============ */
.phone { width: clamp(248px, 30vw, 300px); aspect-ratio: 300 / 624; background: #2A323E; border-radius: 44px; padding: 12px; box-shadow: var(--sh-3); position: relative; margin: 0 auto; }
.phone::after { content: ""; position: absolute; top: 24px; left: 50%; transform: translateX(-50%); width: 110px; height: 24px; background: #2A323E; border-radius: 0 0 16px 16px; z-index: 6; }
.phone .screen { background: var(--bg); border-radius: 32px; height: 100%; overflow: hidden; position: relative; display: flex; flex-direction: column; }
.statusbar { display: flex; justify-content: space-between; align-items: center; padding: 12px 22px 4px; font-size: 12px; font-weight: 600; color: var(--ink-soft); }
.statusbar .dots3 { display: flex; gap: 3px; } .statusbar .dots3 i { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-faint); }
.screen-pad { padding: 8px 18px 18px; flex: 1; display: flex; flex-direction: column; min-height: 0; }
.greet-row { display: flex; align-items: center; gap: 10px; margin: 6px 0; }
.greet-av { width: 40px; height: 40px; border-radius: 50%; background: var(--peach-tint); display: grid; place-items: center; flex: none; }
.greet-av svg { width: 30px; height: 30px; }
.greet-row .greet-name { font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 16px; line-height: 1.2; margin: 0; }
.home-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.home-tile { aspect-ratio: 1; border-radius: var(--r-md); display: grid; place-items: center; box-shadow: var(--sh-1); }
.home-tile svg { width: 64%; height: 64%; }
.calm-bar { margin-top: auto; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: var(--r-md); background: var(--sage-tint); color: var(--sage-deep); font-weight: 600; font-size: 13.5px; }
.calm-bar svg { width: 30px; height: 30px; flex: none; }
.game-instr { display: flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 10px 12px; box-shadow: var(--sh-1); }
.game-instr .mini-audio { width: 38px; height: 38px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; flex: none; font-size: 14px; }
.game-instr p { font-size: 13.5px; font-weight: 600; line-height: 1.3; }
.pool { margin-top: 14px; flex: 1; background: var(--sky-tint); border-radius: var(--r-lg); padding: 14px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; align-content: start; }
.pool .pg { aspect-ratio: 1; background: #fff; border-radius: 18px; display: grid; place-items: center; box-shadow: var(--sh-1); position: relative; }
.pool .pg svg { width: 76%; height: 76%; }
.pool .pg.counted::after { content: ""; position: absolute; top: 5px; right: 5px; width: 18px; height: 18px; border-radius: 50%; background: var(--sage-deep); }
.game-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.count-pill { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--brand-hover); background: var(--brand-tint); padding: 6px 16px; border-radius: var(--r-pill); }
.celebrate { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 8px; position: relative; }
.celebrate .big-av { width: 112px; height: 112px; border-radius: 50%; background: var(--peach-tint); display: grid; place-items: center; box-shadow: var(--sh-2); }
.celebrate .big-av svg { width: 78%; height: 78%; }
.celebrate .celebrate-title { font-family: var(--font-display); font-weight: 600; line-height: 1.12; font-size: 26px; color: var(--brand-hover); margin: 0; }
.stars { position: absolute; inset: 0; pointer-events: none; }
.stars i { position: absolute; width: 12px; height: 12px; border-radius: 3px; background: var(--peach); opacity: .8; }
.stars i:nth-child(1){ top:18%; left:20%; background:var(--sage);} .stars i:nth-child(2){ top:26%; right:18%; }
.stars i:nth-child(3){ bottom:24%; left:24%; background:var(--sky);} .stars i:nth-child(4){ bottom:30%; right:22%; }
.calm-screen { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; text-align: center; }
.breath { width: 148px; height: 148px; border-radius: 50%; background: radial-gradient(circle, var(--sage-tint), var(--sky-tint)); display: grid; place-items: center; animation: breathe 8s ease-in-out infinite; }
.breath svg { width: 64px; height: 64px; }
@keyframes breathe { 0%,100% { transform: scale(.78); } 50% { transform: scale(1.05); } }
body[data-calm="true"] .breath { animation: none; transform: scale(.92); }
.calm-screen p { font-size: 15px; font-weight: 600; color: var(--sage-deep); }
.is-rtl { text-align: right; }
.phone-caption { text-align: center; margin-top: 16px; font-size: 13.5px; color: var(--ink-faint); font-weight: 600; }
.phone .btn, .phone .audio-btn, .phone .mini-audio, .phone button { cursor: default; pointer-events: none; }

/* ============ ACCESSIBILITY PAGE ============ */
.a11y-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
@media (max-width: 560px){ .a11y-list { grid-template-columns: 1fr; } }
.a11y-item { display: flex; gap: 12px; }
.a11y-item .ai { width: 42px; height: 42px; border-radius: var(--r-md); flex: none; display: grid; place-items: center; font-size: 18px; }
.a11y-item h4 { font-family: var(--font-body); font-weight: 700; font-size: 15.5px; margin-bottom: 3px; }
.a11y-item p { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
.a11y-cta { background: var(--ink-deep); color: #fff; border-radius: var(--r-xl); padding: clamp(28px,4vw,44px); }
.a11y-cta h3 { color: #fff; font-size: 24px; margin-bottom: 12px; }
.a11y-cta p { color: rgba(255,255,255,.78); font-size: 15.5px; margin-bottom: 22px; }
.a11y-cta .demo-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.a11y-cta .toggle-chip { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.82); }
.a11y-cta .toggle-chip .sw { background: rgba(255,255,255,.25); }

/* ============ DASHBOARD ============ */
.dash { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-2); overflow: hidden; }
.dash-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px; border-bottom: 1px solid var(--line); background: var(--surface-warm); flex-wrap: wrap; }
.dash-head .who { display: flex; align-items: center; gap: 12px; }
.dash-head .av { width: 44px; height: 44px; border-radius: 50%; background: var(--brand-tint); display: grid; place-items: center; }
.dash-head .av svg { width: 30px; height: 30px; }
.dash-head h3 { font-size: 19px; }
.dash-head .wk { font-size: 13px; color: var(--ink-faint); font-weight: 600; }
.dash-body { display: grid; grid-template-columns: 1.4fr 1fr; gap: 0; }
@media (max-width: 820px){ .dash-body { grid-template-columns: 1fr; } }
.dash-main { padding: 26px; }
.dash-side { padding: 26px; background: var(--surface-sunk); border-left: 1px solid var(--line); }
@media (max-width: 820px){ .dash-side { border-left: none; border-top: 1px solid var(--line); } }
.summary-card { background: var(--brand-tint); border-radius: var(--r-md); padding: 18px 20px; font-size: 15px; color: var(--ink); line-height: 1.6; }
.summary-card b { color: var(--brand-hover); }
.skill-tiles { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 20px; }
.skill-tile { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--surface); }
.skill-tile .si { width: 40px; height: 40px; border-radius: 12px; flex: none; display: grid; place-items: center; }
.skill-tile .si svg { width: 78%; height: 78%; }
.skill-tile .sm { flex: 1; min-width: 0; }
.skill-tile .sm b { font-size: 13.5px; display: block; }
.skill-tile .meter { margin-top: 6px; height: 8px; }
.insight-group h4 { font-family: var(--font-body); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px; }
.insight { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; font-size: 14px; color: var(--ink-soft); }
.insight .ig { width: 22px; height: 22px; border-radius: 50%; flex: none; display: grid; place-items: center; font-size: 11px; color: #fff; margin-top: 1px; }
.rec-list { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.rec { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--surface); font-size: 14px; font-weight: 600; }
.rec .ri { width: 32px; height: 32px; border-radius: 9px; flex: none; display: grid; place-items: center; } .rec .ri svg { width: 80%; height: 80%; }
.rec .new { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--sage-deep); background: var(--sage-tint); padding: 3px 8px; border-radius: 999px; }

/* ============ PRIVACY GRID ============ */
.priv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-4); }
@media (max-width: 760px){ .priv-grid { grid-template-columns: 1fr; } }
.priv-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.priv-item h4 { font-family: var(--font-body); font-size: 15.5px; font-weight: 700; margin-bottom: 8px; display: flex; gap: 9px; align-items: center; }
.priv-item p { font-size: 14px; color: var(--ink-soft); }
.priv-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.priv-badges span { font-size: 13px; font-weight: 600; color: var(--ink-soft); background: var(--surface-sunk); border: 1px solid var(--line); padding: 8px 14px; border-radius: var(--r-pill); }

/* ============ TODO MARKER (owner action) ============ */
.todo { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #8A5A00; background: #FBF1DE; border: 1px dashed #D8B25E; padding: 3px 9px; border-radius: 6px; }
[data-todo] { position: relative; }

/* ============ DOC / LEGAL PAGE ============ */
.doc { max-width: 760px; }
.doc h2 { font-size: 24px; margin: 36px 0 12px; letter-spacing: -.01em; }
.doc h3 { font-size: 18px; margin: 24px 0 8px; }
.doc p, .doc li { font-size: 16px; color: var(--ink-soft); line-height: 1.7; }
.doc ul { padding-left: 22px; margin: 10px 0; display: grid; gap: 6px; }
.doc p + p { margin-top: 12px; }
.doc .updated { font-size: 14px; color: var(--ink-faint); font-weight: 600; }

/* in-page section rhythm */
.section-tight { padding: clamp(32px,4vw,56px) 0; }
.band-warm { background: var(--surface-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
