*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --black:#0a0a0a;
  --white:#ffffff;
  --gray-50:#f8f8f7;
  --gray-100:#f0efed;
  --gray-200:#e4e2de;
  --gray-400:#9a9790;
  --gray-600:#6b6864;
  --gray-800:#2e2d2b;
  --border:#e4e2de;
  --font-head:'Inter',system-ui,sans-serif;
  --font-body:'Inter',system-ui,sans-serif;
}

/* ===== DARK MODE THEME ===== */
[data-theme="dark"]{
  --black:#ede9e4;
  --white:#111110;
  --gray-50:#1c1b19;
  --gray-100:#242220;
  --gray-200:#2e2d2b;
  --gray-400:#7a7773;
  --gray-600:#a09d98;
  --gray-800:#ccc9c4;
  --border:#2e2d2b;
}
[data-theme="dark"] body{background:#111110;color:#ede9e4}
[data-theme="dark"] .nav{background:rgba(17,17,16,0.96);border-bottom-color:#2e2d2b}
[data-theme="dark"] .nav-logo{color:#ede9e4}
[data-theme="dark"] .nav-logo span{color:#7a7773}
[data-theme="dark"] .nav-cta{background:#ede9e4;color:#111110}
[data-theme="dark"] .nav-cta:hover{background:#ccc9c4}
.theme-toggle{background:none;border:1px solid var(--border);color:var(--gray-600);font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;padding:6px 12px;cursor:pointer;margin-right:8px;transition:color 0.15s,border-color 0.15s}
.theme-toggle:hover{color:var(--black);border-color:var(--black)}
[data-theme="dark"] .theme-toggle{border-color:#2e2d2b;color:#7a7773}
[data-theme="dark"] .theme-toggle:hover{color:#ede9e4;border-color:#ede9e4}
[data-theme="dark"] .section{border-bottom-color:#2e2d2b}
[data-theme="dark"] .hero{border-bottom-color:#2e2d2b}
[data-theme="dark"] .problem-item{border-color:#2e2d2b}
[data-theme="dark"] .problem-grid{border-color:#2e2d2b}
[data-theme="dark"] .compare-card{border-color:#2e2d2b;background:#1c1b19}
[data-theme="dark"] .compare-card.dark{background:#ede9e4;border-color:#ede9e4}
[data-theme="dark"] .compare-card.dark .compare-card-title{color:#111110}
[data-theme="dark"] .compare-card.dark .compare-list li{color:rgba(17,17,16,0.7)}
[data-theme="dark"] .compare-card.dark .compare-list li::before{color:rgba(17,17,16,0.25)}
[data-theme="dark"] .phases-grid{border-color:#2e2d2b}
[data-theme="dark"] .phase-row{border-bottom-color:#2e2d2b}
[data-theme="dark"] .phase-row:hover{background:#1c1b19}
[data-theme="dark"] .inside-item{border-color:#2e2d2b}
[data-theme="dark"] .pricing-card{border-color:#2e2d2b}
[data-theme="dark"] .faq-list{border-color:#2e2d2b}
[data-theme="dark"] .faq-item{border-bottom-color:#2e2d2b}
[data-theme="dark"] .faq-q{color:#ede9e4}
[data-theme="dark"] .faq-a{color:#a09d98}
[data-theme="dark"] .pricing-cta{background:#ede9e4;color:#111110}
[data-theme="dark"] .pricing-cta:hover{background:#ccc9c4}
[data-theme="dark"] .btn-primary{background:#ede9e4;color:#111110}
[data-theme="dark"] .btn-primary:hover{background:#ccc9c4}
[data-theme="dark"] .btn-secondary{border-color:#ede9e4;color:#ede9e4}
[data-theme="dark"] .btn-secondary:hover{background:#1c1b19}
[data-theme="dark"] .btn-outline{border-color:#ede9e4;color:#ede9e4}
[data-theme="dark"] .btn-outline:hover{background:#1c1b19}
[data-theme="dark"] .footer{border-top-color:#2e2d2b}
[data-theme="dark"] .footer-links a{color:#7a7773}
[data-theme="dark"] .footer-links a:hover{color:#ede9e4}
[data-theme="dark"] .footer-legal{color:#7a7773;border-top-color:#2e2d2b}
[data-theme="dark"] .dash-panel{background:#1c1b19;border-color:#2e2d2b}
[data-theme="dark"] .dash-phases-grid{background:#1c1b19}
[data-theme="dark"] .dash-section-label{background:#242220;color:#7a7773;border-bottom-color:#2e2d2b}
[data-theme="dark"] .dash-phase-row{border-bottom-color:#2e2d2b}
[data-theme="dark"] .dash-phase-row:hover{background:#242220}
[data-theme="dark"] .dash-phase-row.locked:hover{background:#1c1b19}
[data-theme="dark"] .dash-phase-name{color:#ede9e4}
[data-theme="dark"] .dash-phase-sub{color:#7a7773}
[data-theme="dark"] .dash-phase-status{border-color:#2e2d2b;color:#7a7773}
[data-theme="dark"] .dash-phase-status.building{background:#ede9e4;color:#111110;border-color:#ede9e4}
[data-theme="dark"] .dash-phase-status.next{border-color:#ede9e4;color:#ede9e4}
[data-theme="dark"] .dash-three-grid .dash-widget{background:#1c1b19;border-color:#2e2d2b}
[data-theme="dark"] .dash-tool-item{background:#242220;border-color:#2e2d2b;color:#a09d98}
[data-theme="dark"] .dash-update-item{border-bottom-color:#2e2d2b;color:#a09d98}
[data-theme="dark"] .dash-update-date{color:#7a7773}
[data-theme="dark"] .dash-check-box{border-color:#2e2d2b}
[data-theme="dark"] .dash-check-item.done .dash-check-box{background:#ede9e4;border-color:#ede9e4}
[data-theme="dark"] .dash-extension-grid{background:#1c1b19;border-color:#2e2d2b}
[data-theme="dark"] .phase-header{border-bottom-color:#2e2d2b}
[data-theme="dark"] .phase-callout{background:#1c1b19;border-left-color:#ede9e4}
[data-theme="dark"] .phase-callout.neutral{background:#1c1b19;border-left-color:#2e2d2b}
[data-theme="dark"] .phase-callout.warning{background:#242220;border-left-color:#ede9e4}
[data-theme="dark"] .phase-sections{border-color:#2e2d2b}
[data-theme="dark"] .ps-item{border-bottom-color:#2e2d2b}
[data-theme="dark"] .ps-trigger{color:#ede9e4}
[data-theme="dark"] .ps-trigger:hover{background:#1c1b19}
[data-theme="dark"] .ps-body{color:#a09d98}
[data-theme="dark"] .overview-card{border-color:#2e2d2b}
[data-theme="dark"] .overview-card ul li{color:#a09d98}
[data-theme="dark"] .overview-card ul li::before{color:#2e2d2b}
[data-theme="dark"] .phase-section-divider{border-bottom-color:#2e2d2b;color:#7a7773}
[data-theme="dark"] .decision-area{border-color:#2e2d2b}
[data-theme="dark"] .score-row{border-bottom-color:#2e2d2b}
[data-theme="dark"] .score-total-bar{background:#242220;border-top-color:#2e2d2b}
[data-theme="dark"] .score-interp{border-top-color:#2e2d2b;color:#a09d98}
[data-theme="dark"] .s-btn{border-color:#2e2d2b;color:#a09d98}
[data-theme="dark"] .s-btn:hover{border-color:#ede9e4;color:#ede9e4}
[data-theme="dark"] .s-btn.sel-2{background:#ede9e4;color:#111110;border-color:#ede9e4}
[data-theme="dark"] .s-btn.sel-1{background:#2e2d2b;color:#ede9e4;border-color:#2e2d2b}
[data-theme="dark"] .s-btn.sel-0{background:#1c1b19;color:#7a7773;border-color:#2e2d2b}
[data-theme="dark"] .position-options{border-color:#2e2d2b}
[data-theme="dark"] .position-opt{border-bottom-color:#2e2d2b}
[data-theme="dark"] .position-opt:hover{background:#1c1b19}
[data-theme="dark"] .position-opt.selected{background:#ede9e4}
[data-theme="dark"] .position-opt.selected .position-opt-title{color:#111110}
[data-theme="dark"] .position-opt.selected .position-opt-desc{color:rgba(17,17,16,0.65)}
[data-theme="dark"] .decision-row{border-bottom-color:#2e2d2b}
[data-theme="dark"] .d-btn{border-color:#2e2d2b;color:#a09d98}
[data-theme="dark"] .d-btn:hover{border-color:#ede9e4;color:#ede9e4}
[data-theme="dark"] .d-btn.selected-yes{background:#ede9e4;color:#111110;border-color:#ede9e4}
[data-theme="dark"] .d-btn.selected-no{background:#242220;color:#7a7773;border-color:#2e2d2b}
[data-theme="dark"] .phase-checklist-area{border-color:#2e2d2b}
[data-theme="dark"] .phase-check-row{border-bottom-color:#2e2d2b}
[data-theme="dark"] .phase-check-row:hover{background:#1c1b19}
[data-theme="dark"] .pcb{border-color:#2e2d2b}
[data-theme="dark"] .phase-check-row.checked .pcb{background:#ede9e4;border-color:#ede9e4}
[data-theme="dark"] .phase-check-row.checked .pcb::after{background:#111110}
[data-theme="dark"] .phase-check-row.checked .phase-check-text{color:#7a7773}
[data-theme="dark"] .failure-table th{background:#242220;color:#7a7773;border-bottom-color:#2e2d2b}
[data-theme="dark"] .failure-table td{border-bottom-color:#2e2d2b;color:#a09d98}
[data-theme="dark"] .failure-table td:first-child{color:#ede9e4}
[data-theme="dark"] .workflow-list{border-color:#2e2d2b}
[data-theme="dark"] .wf-item{border-bottom-color:#2e2d2b}
[data-theme="dark"] .wf-trigger:hover{background:#1c1b19}
[data-theme="dark"] .wf-trigger-title{color:#ede9e4}
[data-theme="dark"] .wf-trigger-label{color:#7a7773}
[data-theme="dark"] .wf-body ul li{color:#a09d98}
[data-theme="dark"] .q-bank{border-color:#2e2d2b}
[data-theme="dark"] .qb-item{border-bottom-color:#2e2d2b}
[data-theme="dark"] .qb-trigger-text{color:#ede9e4}
[data-theme="dark"] .qb-trigger:hover{background:#1c1b19}
[data-theme="dark"] .qb-body ul li{color:#a09d98}
[data-theme="dark"] .completion-gate{border-color:#2e2d2b}
[data-theme="dark"] .completion-statement{color:#a09d98}
[data-theme="dark"] .btn-disabled{background:#1c1b19;color:#7a7773;border-color:#2e2d2b}
[data-theme="dark"] .protected-utility-footer{border-top-color:#2e2d2b}
[data-theme="dark"] .protected-utility-links a{color:#7a7773}
[data-theme="dark"] .protected-utility-links a:hover{color:#ede9e4}
[data-theme="dark"] .protected-utility-note{color:#7a7773}
[data-theme="dark"] .legal-title{color:#ede9e4}
[data-theme="dark"] .legal-body{color:#a09d98}
[data-theme="dark"] .legal-section strong{color:#ede9e4}
[data-theme="dark"] .legal-return{border-color:#ede9e4;color:#ede9e4}
[data-theme="dark"] .legal-return:hover{background:#1c1b19}
[data-theme="dark"] .phase-note{background:#1c1b19;border-color:#2e2d2b}
[data-theme="dark"] .phase-note-label{color:#7a7773}
[data-theme="dark"] .phase-note-text{color:#a09d98}
[data-theme="dark"] .section-dark{background:#242220}
[data-theme="dark"] .who-card{background:#242220}
[data-theme="dark"] .p2-scorecard{border-color:#2e2d2b}
[data-theme="dark"] .p2-sc-header{background:#242220;border-bottom-color:#2e2d2b}
[data-theme="dark"] .p2-sc-header-cell{border-left-color:#2e2d2b;color:#7a7773}
[data-theme="dark"] .p2-sc-row{border-bottom-color:#2e2d2b}
[data-theme="dark"] .p2-sc-cell{border-left-color:#2e2d2b}
[data-theme="dark"] .p2-sc-totals{background:#242220;border-top-color:#2e2d2b}
[data-theme="dark"] .p2-sc-total-val{border-left-color:#2e2d2b}
[data-theme="dark"] .p2-sc-interp{border-top-color:#2e2d2b;color:#a09d98}
[data-theme="dark"] .nextmove-options{border-color:#2e2d2b}
[data-theme="dark"] .nm-opt{border-bottom-color:#2e2d2b}
[data-theme="dark"] .nm-opt:hover{background:#1c1b19}
[data-theme="dark"] .nm-opt.selected{background:#ede9e4}
[data-theme="dark"] .nm-opt.selected .nm-opt-title{color:#111110}
[data-theme="dark"] .nm-opt.selected .nm-opt-desc{color:rgba(17,17,16,0.6)}
[data-theme="dark"] .nm-opt.selected .nm-opt-letter{color:rgba(17,17,16,0.35)}
[data-theme="dark"] .who-fit-card{border-color:#2e2d2b}
[data-theme="dark"] .who-fit-card.dark-card{background:#ede9e4}
[data-theme="dark"] .who-fit-card.dark-card .who-fit-label{color:rgba(17,17,16,0.45)}
[data-theme="dark"] .who-fit-card.dark-card .who-fit-list li{color:rgba(17,17,16,0.65)}
[data-theme="dark"] .direction-opt{border-color:#2e2d2b}
[data-theme="dark"] .direction-opt:hover{border-color:#7a7773}
[data-theme="dark"] .direction-opt.selected-go{background:#ede9e4;border-color:#ede9e4}
[data-theme="dark"] .direction-opt.selected-go .direction-opt-title{color:#111110}
[data-theme="dark"] .direction-opt.selected-go .direction-opt-body{color:rgba(17,17,16,0.6)}
[data-theme="dark"] .direction-opt.selected-pause{background:#242220}
[data-theme="dark"] .movement-steps{border-color:#2e2d2b}
[data-theme="dark"] .move-step{border-bottom-color:#2e2d2b}
[data-theme="dark"] .move-step-num{border-right-color:#2e2d2b;color:#7a7773}
[data-theme="dark"] table.failure-table{background:#1c1b19}
[data-theme="dark"] [style*="border-left:3px solid var(--black)"]{background:#1c1b19 !important;color:#ede9e4 !important}
[data-theme="dark"] .direction-opt.selected-pause{background:#2e2d2b;border-color:#7a7773}
[data-theme="dark"] .direction-opt.selected-pause .direction-opt-title{color:#ccc9c4}
[data-theme="dark"] .direction-opt.selected-pause .direction-opt-body{color:#7a7773}
[data-theme="dark"] .section-dark .section-title{color:#ede9e4}
[data-theme="dark"] .section-dark .section-label{color:rgba(255,255,255,0.35)}
[data-theme="dark"] .section-dark p{color:rgba(255,255,255,0.45)}
[data-theme="dark"] .who-text{color:#ede9e4}
[data-theme="dark"] .who-check::after{background:#ede9e4}
[data-theme="dark"] .d-btn.selected-no{background:#1c1b19;color:#7a7773;border-color:#7a7773}

html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--black);background:var(--white);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,0.96);border-bottom:1px solid var(--border);backdrop-filter:blur(8px)}
.nav-inner{max-width:1080px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-family:var(--font-head);font-weight:800;font-size:15px;letter-spacing:0.08em;text-transform:uppercase;color:var(--black)}
.nav-logo span{color:var(--gray-400);font-weight:600}
.nav-cta{background:var(--black);color:var(--white);font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:0.04em;padding:9px 20px;border:none;cursor:pointer;text-transform:uppercase;text-decoration:none;display:inline-block}
.nav-cta:hover{background:var(--gray-800)}
.nav-login{background:var(--white);color:var(--black);font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:0.04em;padding:9px 20px;border:1px solid var(--black);cursor:pointer;text-transform:uppercase;text-decoration:none;display:inline-block}
.nav-login:hover{background:var(--gray-50)}
[data-theme="dark"] .nav-login{background:#111110;color:#ede9e4;border-color:#ede9e4}
[data-theme="dark"] .nav-login:hover{background:#1c1b19}

/* LAYOUT */
.container{max-width:1080px;margin:0 auto;padding:0 24px}
.container-sm{max-width:720px;margin:0 auto;padding:0 24px}

/* HERO */
.hero{padding:140px 0 100px;text-align:center;border-bottom:1px solid var(--border)}
.hero-label{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--gray-400);margin-bottom:28px}
.hero-headline{font-family:var(--font-head);font-size:clamp(42px,6vw,72px);font-weight:800;line-height:1.05;letter-spacing:-0.03em;text-transform:uppercase;color:var(--black);margin-bottom:24px}
.hero-headline em{font-style:normal;color:var(--gray-400)}
.hero-sub{font-size:18px;color:var(--gray-600);max-width:560px;margin:0 auto 44px;line-height:1.7}
.hero-cta-group{display:flex;flex-direction:column;align-items:center;gap:12px}
.btn-primary{background:var(--black);color:var(--white);font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:16px 36px;border:none;cursor:pointer;display:inline-block;text-decoration:none}
.btn-primary:hover{background:var(--gray-800)}
.btn-secondary{background:transparent;color:var(--black);font-family:var(--font-body);font-size:14px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;padding:15px 36px;border:1.5px solid var(--black);cursor:pointer;display:inline-block;text-decoration:none}
.btn-secondary:hover{background:var(--gray-50)}
.hero-trust{font-size:12px;color:var(--gray-400);letter-spacing:0.04em}
.hero-bullets{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:36px}
.hero-bullet{font-size:13px;color:var(--gray-600);font-weight:500}
.hero-bullet-div{font-size:13px;color:var(--gray-200)}

/* SECTION COMMON */
.section{padding:88px 0;border-bottom:1px solid var(--border)}
.section-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray-400);margin-bottom:20px}
.section-title{font-family:var(--font-head);font-size:clamp(28px,3.5vw,42px);font-weight:800;line-height:1.1;letter-spacing:-0.025em;text-transform:uppercase;color:var(--black);margin-bottom:20px}
.section-body{font-size:17px;color:var(--gray-600);line-height:1.75;max-width:560px}

/* PROBLEM SECTION */
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:56px;border:1px solid var(--border)}
.problem-item{padding:32px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}
.problem-item:nth-child(2n){border-right:none}
.problem-item:nth-last-child(-n+2){border-bottom:none}
.problem-num{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:0.16em;color:var(--gray-400);margin-bottom:12px}
.problem-text{font-family:var(--font-head);font-size:22px;font-weight:700;line-height:1.25;text-transform:uppercase;color:var(--black)}

/* COMPARE */
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:52px}
.compare-card{padding:36px;border:1px solid var(--border)}
.compare-card.dark{background:var(--black);border-color:var(--black)}
.compare-card-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;margin-bottom:20px;color:var(--gray-400)}
.compare-card.dark .compare-card-label{color:var(--gray-400)}
.compare-card-title{font-family:var(--font-head);font-size:26px;font-weight:800;text-transform:uppercase;line-height:1.15;margin-bottom:20px;color:var(--black)}
.compare-card.dark .compare-card-title{color:var(--white)}
.compare-list{list-style:none;display:flex;flex-direction:column;gap:10px}
.compare-list li{font-size:14px;color:var(--gray-600);padding-left:16px;position:relative;line-height:1.5}
.compare-list li::before{content:'—';position:absolute;left:0;color:var(--gray-200)}
.compare-card.dark .compare-list li{color:rgba(255,255,255,0.55)}
.compare-card.dark .compare-list li::before{color:rgba(255,255,255,0.2)}

/* PHASES */
.phases-grid{margin-top:52px;border:1px solid var(--border)}
.phase-row{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:0;padding:22px 28px;border-bottom:1px solid var(--border);transition:background 0.15s}
.phase-row:last-child{border-bottom:none}
.phase-row:hover{background:var(--gray-50)}
.phase-num{font-family:var(--font-head);font-size:11px;font-weight:700;color:var(--gray-400);letter-spacing:0.1em}
.phase-name{font-family:var(--font-head);font-size:20px;font-weight:700;text-transform:uppercase;color:var(--black)}
.phase-desc{font-size:13px;color:var(--gray-400);max-width:360px}
.phase-tag{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--gray-400);border:1px solid var(--border);padding:5px 12px}

/* MOVEMENT */
.movement-steps{display:flex;flex-direction:column;gap:0;margin-top:52px;border:1px solid var(--border)}
.move-step{display:grid;grid-template-columns:44px 1fr;gap:0;align-items:stretch;border-bottom:1px solid var(--border)}
.move-step:last-child{border-bottom:none}
.move-step-num{font-family:var(--font-head);font-size:11px;font-weight:700;color:var(--gray-400);padding:24px 0 24px 24px;border-right:1px solid var(--border)}
.move-step-text{font-family:var(--font-head);font-size:20px;font-weight:700;text-transform:uppercase;color:var(--black);padding:20px 28px;line-height:1.3}

/* INSIDE */
.inside-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}
.inside-item{padding:24px;border:1px solid var(--border)}
.inside-item-title{font-family:var(--font-head);font-size:15px;font-weight:700;text-transform:uppercase;color:var(--black);margin-bottom:6px}
.inside-item-text{font-size:13px;color:var(--gray-600);line-height:1.6}

/* WHO */
.section-dark{background:var(--black);padding:88px 0;border-bottom:none}
.section-dark .section-label{color:rgba(255,255,255,0.3)}
.section-dark .section-title{color:var(--white)}
.who-grid{display:flex;flex-direction:column;gap:0;margin-top:40px;border:1px solid rgba(255,255,255,0.12)}
.who-card{padding:22px 28px;display:flex;align-items:center;gap:16px;border-bottom:1px solid rgba(255,255,255,0.08)}
.who-card:last-child{border-bottom:none}
.who-check{width:18px;height:18px;min-width:18px;border:1px solid rgba(255,255,255,0.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.who-check::after{content:'';width:7px;height:7px;background:var(--white)}
.who-text{font-family:var(--font-head);font-size:16px;font-weight:600;color:var(--white);line-height:1.3}

/* FAQ */
.faq-list{margin-top:48px;border:1px solid var(--border)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:none}
.faq-q{font-family:var(--font-head);font-size:17px;font-weight:700;text-transform:uppercase;color:var(--black);padding:24px 28px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none}
.faq-q::after{content:'+';font-family:var(--font-head);font-size:22px;font-weight:400;color:var(--gray-400);transition:transform 0.2s}
.faq-item.open .faq-q::after{content:'−'}
.faq-a{font-size:15px;color:var(--gray-600);line-height:1.7;padding:0 28px 24px;display:none}
.faq-item.open .faq-a{display:block}

/* PRICING */
.pricing-card{border:1px solid var(--border);max-width:480px;margin:52px auto 0;padding:48px}
.pricing-amount{font-family:var(--font-head);font-size:72px;font-weight:800;line-height:1;color:var(--black);margin-bottom:8px}
.pricing-note{font-size:14px;color:var(--gray-400);margin-bottom:36px;letter-spacing:0.02em}
.pricing-features{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:40px}
.pricing-features li{font-size:15px;color:var(--gray-600);padding-left:20px;position:relative}
.pricing-features li::before{content:'✓';position:absolute;left:0;color:var(--black);font-weight:700}
.pricing-cta{width:100%;padding:16px;background:var(--black);color:var(--white);font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;border:none;cursor:pointer}
.pricing-secure{text-align:center;margin-top:12px;font-size:12px;color:var(--gray-400);letter-spacing:0.04em}

/* FINAL CTA */
.final-cta{padding:120px 0;text-align:center;border-bottom:1px solid var(--border)}
.final-cta-headline{font-family:var(--font-head);font-size:clamp(32px,4.5vw,56px);font-weight:800;text-transform:uppercase;letter-spacing:-0.025em;line-height:1.05;color:var(--black);margin-bottom:40px}
.final-cta-headline span{color:var(--gray-400)}

/* FOOTER */
.footer{padding:44px 24px;border-top:1px solid var(--border)}
.footer-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}
.footer-brand{font-family:var(--font-head);font-size:13px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--black)}
.footer-links{display:flex;gap:24px;flex-wrap:wrap}
.footer-links a{font-size:12px;color:var(--gray-400);text-decoration:none;letter-spacing:0.04em}
.footer-links a:hover{color:var(--black)}
.footer-legal{width:100%;font-size:11px;color:var(--gray-400);letter-spacing:0.02em;border-top:1px solid var(--border);padding-top:20px;margin-top:8px}

/* DASHBOARD */
#dashboard{background:var(--gray-50);min-height:100vh;padding-top:60px}
.dash-layout{max-width:1080px;margin:0 auto;padding:40px 24px}
.dash-header{margin-bottom:40px}
.dash-access-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray-400);margin-bottom:10px}
.dash-title{font-family:var(--font-head);font-size:clamp(26px,3.5vw,38px);font-weight:800;letter-spacing:-0.025em;text-transform:uppercase;color:var(--black);line-height:1.1}
.dash-panel{background:var(--white);border:1px solid var(--border);padding:32px;margin-bottom:20px}
.dash-panel-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray-400);margin-bottom:12px}
.dash-panel-title{font-family:var(--font-head);font-size:26px;font-weight:800;text-transform:uppercase;color:var(--black);margin-bottom:10px}
.dash-panel-body{font-size:15px;color:var(--gray-600);line-height:1.7;max-width:620px}
.dash-start-cta{display:inline-block;margin-top:20px;background:var(--black);color:var(--white);font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:12px 24px;border:none;cursor:pointer;text-decoration:none}
.dash-phases-grid{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);background:var(--white);margin-bottom:20px}
.dash-phase-row{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:0;padding:20px 24px;border-bottom:1px solid var(--border);transition:background 0.12s;text-decoration:none}
.dash-phase-row:last-child{border-bottom:none}
.dash-phase-row:hover{background:var(--gray-50);cursor:pointer}
.dash-phase-row.locked{opacity:0.45;cursor:default}
.dash-phase-row.locked:hover{background:var(--white)}
.dash-phase-num{font-family:var(--font-head);font-size:11px;font-weight:700;color:var(--gray-400);letter-spacing:0.1em}
.dash-phase-name{font-family:var(--font-head);font-size:18px;font-weight:700;text-transform:uppercase;color:var(--black)}
.dash-phase-sub{font-size:12px;color:var(--gray-400);margin-top:2px}
.dash-phase-status{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;padding:5px 10px;border:1px solid var(--border);color:var(--gray-400)}
.dash-phase-status.next{border-color:var(--black);color:var(--black);background:var(--white)}
.dash-phase-status.building{border-color:var(--black);color:var(--white);background:var(--black)}
.dash-three-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:20px}
.dash-widget{background:var(--white);border:1px solid var(--border);padding:28px}
.dash-widget-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray-400);margin-bottom:14px}
.dash-widget-title{font-family:var(--font-head);font-size:20px;font-weight:800;text-transform:uppercase;color:var(--black);margin-bottom:16px}
.dash-tool-list{display:flex;flex-direction:column;gap:8px}
.dash-tool-item{font-size:13px;color:var(--gray-600);padding:10px 12px;border:1px solid var(--border);background:var(--gray-50);display:flex;justify-content:space-between;align-items:center}
.dash-tool-tag{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--gray-400)}
.dash-update-item{font-size:13px;color:var(--gray-600);padding:10px 0;border-bottom:1px solid var(--border);line-height:1.5}
.dash-update-item:last-child{border-bottom:none}
.dash-update-date{font-size:11px;color:var(--gray-400);margin-bottom:3px;font-weight:600;letter-spacing:0.04em}
.dash-checklist{display:flex;flex-direction:column;gap:8px}
.dash-check-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--gray-600);line-height:1.5}
.dash-check-box{width:16px;height:16px;min-width:16px;border:1px solid var(--border);margin-top:1px}
.dash-check-item.done .dash-check-box{background:var(--black);border-color:var(--black)}
.dash-section-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--gray-400);padding:18px 24px 8px;border-bottom:1px solid var(--border);background:var(--gray-50)}
.dash-extension-grid{border:1px solid var(--border);background:var(--white);margin-bottom:20px}
.dash-phase-status.extension{border-color:var(--border);color:var(--gray-600);background:var(--gray-50);letter-spacing:0.1em}

/* PHASE PAGES */
.phase-nav{max-width:1080px;margin:0 auto;padding:28px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}
.phase-nav-back{font-size:13px;font-weight:600;color:var(--gray-600);letter-spacing:0.02em;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:6px;text-decoration:none}
.phase-nav-back:hover{color:var(--black)}
.phase-nav-label{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:var(--gray-400)}
.phase-layout{max-width:1080px;margin:0 auto;padding:56px 24px 80px}
.phase-header{padding-bottom:48px;border-bottom:1px solid var(--border);margin-bottom:48px}
.phase-eyebrow{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--gray-400);margin-bottom:14px}
.phase-title{font-family:var(--font-head);font-size:clamp(32px,4vw,52px);font-weight:800;letter-spacing:-0.025em;color:var(--black);line-height:1.05;margin-bottom:16px}
.phase-objective{font-size:16px;font-weight:600;color:var(--black);margin-bottom:10px}
.phase-desc{font-size:16px;color:var(--gray-600);line-height:1.75;max-width:640px}
.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:56px}
.overview-card{border:1px solid var(--border);padding:28px}
.overview-card-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray-400);margin-bottom:14px}
.overview-card-title{font-size:15px;font-weight:700;color:var(--black);margin-bottom:12px}
.overview-card ul{list-style:none;display:flex;flex-direction:column;gap:7px}
.overview-card ul li{font-size:13px;color:var(--gray-600);padding-left:14px;position:relative;line-height:1.5}
.overview-card ul li::before{content:'—';position:absolute;left:0;color:var(--gray-200)}
.phase-sections{border:1px solid var(--border);margin-bottom:48px}
.phase-section-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray-400);padding:20px 28px 0}
.ps-item{border-bottom:1px solid var(--border)}
.ps-item:last-child{border-bottom:none}
.ps-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 28px;background:none;border:none;cursor:pointer;text-align:left}
.ps-trigger:hover{background:var(--gray-50)}
.ps-trigger-text{font-size:15px;font-weight:600;color:var(--black)}
.ps-icon{font-size:18px;font-weight:400;color:var(--gray-400);line-height:1;transition:transform 0.2s;flex-shrink:0}
.ps-item.open .ps-icon{transform:rotate(45deg)}
.ps-body{display:none;padding:0 28px 24px;font-size:15px;color:var(--gray-600);line-height:1.75;max-width:680px}
.ps-item.open .ps-body{display:block}
.decision-area{border:1px solid var(--border);margin-bottom:48px}
.decision-header{padding:24px 28px;border-bottom:1px solid var(--border)}
.decision-title{font-size:16px;font-weight:700;color:var(--black)}
.decision-sub{font-size:13px;color:var(--gray-400);margin-top:4px}
.decision-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:16px 28px;border-bottom:1px solid var(--border)}
.decision-row:last-child{border-bottom:none}
.decision-q{font-size:14px;color:var(--black);font-weight:500;line-height:1.5}
.decision-btns{display:flex;gap:8px}
.d-btn{font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:7px 14px;border:1px solid var(--border);background:none;cursor:pointer;color:var(--gray-600)}
.d-btn:hover{border-color:var(--black);color:var(--black)}
.d-btn.selected-yes{background:var(--black);color:var(--white);border-color:var(--black)}
.d-btn.selected-no{background:var(--gray-100);color:var(--gray-600);border-color:var(--border)}
.phase-checklist-area{border:1px solid var(--border);margin-bottom:48px}
.phase-checklist-header{padding:24px 28px;border-bottom:1px solid var(--border)}
.phase-checklist-title{font-size:16px;font-weight:700;color:var(--black)}
.phase-check-row{display:flex;align-items:flex-start;gap:14px;padding:16px 28px;border-bottom:1px solid var(--border);cursor:pointer}
.phase-check-row:last-child{border-bottom:none}
.phase-check-row:hover{background:var(--gray-50)}
.pcb{width:18px;height:18px;min-width:18px;border:1px solid var(--border);margin-top:1px;display:flex;align-items:center;justify-content:center;transition:background 0.15s}
.phase-check-row.checked .pcb{background:var(--black);border-color:var(--black)}
.phase-check-row.checked .pcb::after{content:'';width:6px;height:6px;background:var(--white)}
.phase-check-text{font-size:14px;color:var(--black);line-height:1.6;font-weight:500}
.phase-check-row.checked .phase-check-text{color:var(--gray-400);text-decoration:line-through;text-decoration-color:var(--gray-200)}
.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:48px}
.tool-card{border:1px solid var(--border);padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.tool-card-name{font-size:14px;font-weight:600;color:var(--black);line-height:1.4}
.tool-card-phase{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--gray-400);border:1px solid var(--border);padding:4px 10px;white-space:nowrap}
.tool-card-action{font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:var(--gray-400);background:none;border:none;cursor:pointer;padding:0;white-space:nowrap}
.tool-card-action:hover{color:var(--black)}
.completion-gate{border:1px solid var(--border);padding:40px;text-align:center}
.completion-statement{font-size:17px;font-weight:600;color:var(--black);line-height:1.6;max-width:540px;margin:0 auto 32px;font-style:italic}
.completion-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn-outline{background:transparent;color:var(--black);font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;padding:13px 28px;border:1.5px solid var(--black);cursor:pointer;text-decoration:none;display:inline-block}
.btn-outline:hover{background:var(--gray-50)}
.btn-disabled{background:var(--gray-100);color:var(--gray-400);font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;padding:13px 28px;border:1px solid var(--border);cursor:default;display:inline-block}
.phase-callout{border-left:3px solid var(--black);padding:20px 24px;margin-bottom:32px;background:var(--white)}
.phase-callout p{font-size:15px;font-weight:600;color:var(--black);line-height:1.6;margin-bottom:6px}
.phase-callout p:last-child{margin-bottom:0}
.phase-callout.neutral{border-left-color:var(--border);background:var(--gray-50)}
.phase-callout.warning{border-left-color:var(--black);background:var(--gray-100)}
.phase-section-divider{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray-400);margin:48px 0 16px;padding-bottom:10px;border-bottom:1px solid var(--border)}
.score-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:16px 28px;border-bottom:1px solid var(--border)}
.score-row:last-child{border-bottom:none}
.score-q{font-size:14px;color:var(--black);font-weight:500;line-height:1.5}
.score-btns{display:flex;gap:6px}
.s-btn{font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:0.04em;padding:6px 10px;border:1px solid var(--border);background:none;cursor:pointer;color:var(--gray-600);min-width:32px}
.s-btn:hover{border-color:var(--black);color:var(--black)}
.s-btn.sel-2{background:var(--black);color:var(--white);border-color:var(--black)}
.s-btn.sel-1{background:var(--gray-200);color:var(--black);border-color:var(--gray-200)}
.s-btn.sel-0{background:var(--gray-100);color:var(--gray-400);border-color:var(--border)}
.score-total-bar{padding:16px 28px;background:var(--gray-50);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.score-total-label{font-size:13px;font-weight:600;color:var(--black)}
.score-total-val{font-family:var(--font-head);font-size:22px;font-weight:800;color:var(--black)}
.score-interp{padding:14px 28px;font-size:13px;color:var(--gray-600);line-height:1.6;border-top:1px solid var(--border);display:none}
.score-interp.visible{display:block}
.position-options{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);margin-bottom:0}
.position-opt{padding:20px 24px;cursor:pointer;border-bottom:1px solid var(--border);transition:background 0.12s}
.position-opt:last-child{border-bottom:none}
.position-opt:hover{background:var(--gray-50)}
.position-opt.selected{background:var(--black)}
.position-opt-title{font-size:15px;font-weight:700;color:var(--black);margin-bottom:4px}
.position-opt.selected .position-opt-title{color:var(--white)}
.position-opt-desc{font-size:13px;color:var(--gray-600);line-height:1.5}
.position-opt.selected .position-opt-desc{color:rgba(255,255,255,0.6)}
.direction-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:0}
.direction-opt{border:1px solid var(--border);padding:24px;cursor:pointer;transition:all 0.15s}
.direction-opt:hover{border-color:var(--black)}
.direction-opt.selected-go{background:var(--black);border-color:var(--black)}
.direction-opt.selected-pause{background:var(--gray-100);border-color:var(--border)}
.direction-opt-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:6px;text-transform:uppercase;letter-spacing:0.04em}
.direction-opt.selected-go .direction-opt-title{color:var(--white)}
.direction-opt-body{font-size:13px;color:var(--gray-600);line-height:1.5}
.direction-opt.selected-go .direction-opt-body{color:rgba(255,255,255,0.6)}
.nextmove-options{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);margin-bottom:0}
.nm-opt{padding:18px 24px;cursor:pointer;border-bottom:1px solid var(--border);transition:background 0.12s;display:flex;align-items:flex-start;gap:14px}
.nm-opt:last-child{border-bottom:none}
.nm-opt:hover{background:var(--gray-50)}
.nm-opt.selected{background:var(--black)}
.nm-opt-letter{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:0.1em;color:var(--gray-400);min-width:20px;margin-top:2px}
.nm-opt.selected .nm-opt-letter{color:rgba(255,255,255,0.4)}
.nm-opt-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:3px}
.nm-opt.selected .nm-opt-title{color:var(--white)}
.nm-opt-desc{font-size:12px;color:var(--gray-600);line-height:1.5}
.nm-opt.selected .nm-opt-desc{color:rgba(255,255,255,0.55)}
.failure-table{width:100%;border-collapse:collapse;margin-top:0;font-size:13px}
.failure-table th{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--gray-400);padding:12px 16px;text-align:left;border-bottom:1px solid var(--border);background:var(--gray-50)}
.failure-table td{padding:14px 16px;border-bottom:1px solid var(--border);color:var(--gray-600);vertical-align:top;line-height:1.5}
.failure-table td:first-child{font-weight:600;color:var(--black)}
.failure-table tr:last-child td{border-bottom:none}
.workflow-list{border:1px solid var(--border);margin-bottom:0}
.wf-item{border-bottom:1px solid var(--border)}
.wf-item:last-child{border-bottom:none}
.wf-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:none;border:none;cursor:pointer;text-align:left}
.wf-trigger:hover{background:var(--gray-50)}
.wf-trigger-label{font-size:13px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:2px}
.wf-trigger-title{font-size:15px;font-weight:600;color:var(--black)}
.wf-icon{font-size:16px;color:var(--gray-400);flex-shrink:0}
.wf-item.open .wf-icon{transform:rotate(45deg)}
.wf-body{display:none;padding:0 24px 20px}
.wf-item.open .wf-body{display:block}
.wf-body ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.wf-body ul li{font-size:14px;color:var(--gray-600);padding-left:16px;position:relative;line-height:1.5}
.wf-body ul li::before{content:'—';position:absolute;left:0;color:var(--gray-200)}
.q-bank{border:1px solid var(--border);margin-bottom:0}
.qb-item{border-bottom:1px solid var(--border)}
.qb-item:last-child{border-bottom:none}
.qb-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:none;border:none;cursor:pointer;text-align:left}
.qb-trigger:hover{background:var(--gray-50)}
.qb-trigger-text{font-size:15px;font-weight:600;color:var(--black)}
.qb-icon{font-size:16px;color:var(--gray-400);flex-shrink:0}
.qb-item.open .qb-icon{transform:rotate(45deg)}
.qb-body{display:none;padding:0 24px 20px}
.qb-item.open .qb-body{display:block}
.qb-body ul{list-style:none;display:flex;flex-direction:column;gap:8px;margin-top:4px}
.qb-body ul li{font-size:14px;color:var(--gray-600);padding-left:16px;position:relative;line-height:1.5}
.qb-body ul li::before{content:'—';position:absolute;left:0;color:var(--gray-200)}
.who-fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:0}
.who-fit-card{border:1px solid var(--border);padding:24px}
.who-fit-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray-400);margin-bottom:12px}
.who-fit-list{list-style:none;display:flex;flex-direction:column;gap:8px}
.who-fit-list li{font-size:14px;color:var(--gray-600);padding-left:14px;position:relative;line-height:1.5}
.who-fit-list li::before{content:'—';position:absolute;left:0;color:var(--gray-200)}
.who-fit-card.dark-card{background:var(--black);border-color:var(--black)}
.who-fit-card.dark-card .who-fit-label{color:rgba(255,255,255,0.3)}
.who-fit-card.dark-card .who-fit-list li{color:rgba(255,255,255,0.6)}
.who-fit-card.dark-card .who-fit-list li::before{color:rgba(255,255,255,0.2)}
.phase-note{border:1px solid var(--border);padding:20px 24px;margin-bottom:0;background:var(--gray-50)}
.phase-note-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:var(--gray-400);margin-bottom:8px}
.phase-note-text{font-size:14px;color:var(--gray-600);line-height:1.7}

/* P2 SCORECARD */
.p2-scorecard{border:1px solid var(--border);margin-bottom:0}
.p2-sc-header{display:grid;grid-template-columns:1fr repeat(3,120px);gap:0;border-bottom:1px solid var(--border);background:var(--gray-50)}
.p2-sc-header-cell{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--gray-400);padding:12px 14px;border-left:1px solid var(--border)}
.p2-sc-header-cell:first-child{border-left:none}
.p2-sc-row{display:grid;grid-template-columns:1fr repeat(3,120px);gap:0;border-bottom:1px solid var(--border);align-items:center}
.p2-sc-row:last-child{border-bottom:none}
.p2-sc-factor{font-size:13px;font-weight:500;color:var(--black);padding:14px 16px;line-height:1.4}
.p2-sc-cell{border-left:1px solid var(--border);padding:10px 8px;display:flex;gap:4px;align-items:center;justify-content:center}
.p2-sc-totals{display:grid;grid-template-columns:1fr repeat(3,120px);gap:0;border-top:1px solid var(--border);background:var(--gray-50)}
.p2-sc-total-label{font-size:13px;font-weight:700;color:var(--black);padding:14px 16px}
.p2-sc-total-val{border-left:1px solid var(--border);padding:14px 0;font-family:var(--font-head);font-size:22px;font-weight:800;color:var(--black);text-align:center}
.p2-sc-interp{padding:14px 16px;font-size:13px;color:var(--gray-600);line-height:1.65;border-top:1px solid var(--border);display:none}
.p2-sc-interp.visible{display:block}

/* PROTECTED UTILITY FOOTER */
.protected-utility-footer{border-top:1px solid var(--border);padding:28px 24px 32px;margin-top:48px;text-align:center}
.protected-utility-links{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 20px;margin-bottom:10px}
.protected-utility-links a{font-size:12px;color:var(--gray-400);text-decoration:none;letter-spacing:0.02em}
.protected-utility-links a:hover{color:var(--black)}
.protected-utility-note{font-size:11px;color:var(--gray-400);line-height:1.65;max-width:640px;margin:0 auto}

/* LEGAL VIEWS */
.legal-layout{max-width:720px;margin:0 auto;padding:56px 24px 80px}
.legal-eyebrow{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray-400);margin-bottom:12px}
.legal-title{font-family:var(--font-head);font-size:clamp(26px,3.5vw,38px);font-weight:800;letter-spacing:-0.025em;color:var(--black);margin-bottom:32px;line-height:1.1}
.legal-body{font-size:15px;color:var(--gray-600);line-height:1.8}
.legal-section{margin-bottom:28px}
.legal-section strong{color:var(--black)}
.legal-return{display:inline-block;margin-top:40px;font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;padding:13px 28px;border:1.5px solid var(--black);background:transparent;color:var(--black);cursor:pointer;text-decoration:none}
.legal-return:hover{background:var(--gray-50)}

/* RESPONSIVE */
@media(max-width:700px){
  .problem-grid{grid-template-columns:1fr}
  .problem-item{border-right:none}
  .compare-grid{grid-template-columns:1fr}
  .inside-list{grid-template-columns:1fr}
  .dash-three-grid{grid-template-columns:1fr}
  .phase-row{grid-template-columns:40px 1fr}
  .phase-tag{display:none}
  .hero-headline{font-size:48px}
  .overview-grid{grid-template-columns:1fr}
  .tools-grid{grid-template-columns:1fr}
  .decision-row{grid-template-columns:1fr;gap:10px}
  .completion-actions{flex-direction:column;align-items:center}
  .who-fit-grid{grid-template-columns:1fr}
  .failure-table{font-size:12px}
  .direction-options{grid-template-columns:1fr}
  .score-row{grid-template-columns:1fr;gap:10px}
  .p2-sc-header,.p2-sc-row,.p2-sc-totals{grid-template-columns:1fr repeat(3,68px)}
  .p2-sc-cell{padding:8px 4px;gap:3px}
  .p2-sc-factor{padding:12px 10px;font-size:12px}
  .p2-sc-header-cell{padding:10px 4px;font-size:9px}
}
@media(max-width:700px){
  .nav-inner{
    height:auto;
    min-height:60px;
    padding:8px 12px;
    gap:8px;
    flex-wrap:wrap;
    align-items:center;
  }

  .nav-logo{
    font-size:13px;
    line-height:1.25;
    max-width:145px;
  }

  .nav-inner > div:last-child{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:6px;
    max-width:calc(100% - 150px);
  }

  .theme-toggle{
    font-size:10px;
    padding:6px 9px;
    margin-right:0;
  }

  .nav-cta{
    font-size:11px;
    padding:8px 10px;
    line-height:1.15;
    white-space:normal;
    text-align:center;
  }

  .hero{
    padding-top:150px;
  }

  #dashboard{
    padding-top:96px;
  }

  .phase-nav{
    padding:16px 14px;
    gap:10px;
    flex-wrap:wrap;
  }

  .phase-nav-label{
    font-size:10px;
    line-height:1.25;
    max-width:150px;
  }

  .p2-scorecard{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .p2-sc-header,
  .p2-sc-row,
  .p2-sc-totals{
    min-width:620px;
    grid-template-columns:180px repeat(3,146px);
  }

  .p2-sc-cell{
    padding:8px 6px;
    gap:4px;
    flex-wrap:nowrap;
  }

  .s-btn{
    min-width:34px;
    width:34px;
    height:34px;
    padding:0;
    font-size:13px;
    flex:0 0 34px;
  }

  .p2-sc-factor{
    font-size:13px;
    line-height:1.35;
  }
}
/* A16 MOBILE HEADER + PRICING POLISH */
@media(max-width:700px){
  .nav{
    position:fixed;
  }

  .nav-inner{
    height:auto;
    min-height:96px;
    padding:12px 18px 14px;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    align-items:start;
    justify-content:center;
  }

  .nav-logo{
    font-size:14px;
    line-height:1.35;
    max-width:210px;
  }

  .nav-inner > div:last-child{
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:8px;
    width:100%;
    max-width:300px;
    margin:0 auto;
  }

  .theme-toggle{
    grid-column:1 / -1;
    justify-self:center;
    width:auto;
    margin:0;
    padding:7px 18px;
    font-size:11px;
    line-height:1;
  }

  .nav-cta{
    width:100%;
    padding:10px 8px;
    font-size:12px;
    line-height:1.15;
    text-align:center;
    white-space:normal;
  }

  .hero{
    padding-top:190px;
  }

  #dashboard{
    padding-top:118px;
  }

  .pricing-card{
    padding:34px 28px;
    margin-top:36px;
  }

  .pricing-amount{
    font-size:clamp(52px,18vw,76px);
    line-height:0.95;
  }

  .pricing-note{
    font-size:14px;
    line-height:1.45;
  }

  .pricing-features li{
    font-size:15px;
    line-height:1.45;
  }
}
/* A16 — Mobile header polish */
@media(max-width:700px){
  .nav-inner{
    height:auto;
    min-height:0;
    padding:14px 18px 16px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:12px;
  }

  .nav-logo{
    font-size:15px;
    line-height:1.45;
    max-width:260px;
  }

  .nav-inner > div:last-child{
  width:100%;
  display:flex !important;
  flex-direction:column;
  gap:8px;
  align-items:stretch;
}

  .theme-toggle{
    grid-column:1 / -1;
    justify-self:center;
    margin:0 0 2px;
    font-size:12px;
    padding:9px 22px;
  }

  .nav-cta,
.nav-login{
  width:100%;
  min-height:48px;
  font-size:13px;
  line-height:1.15;
  padding:12px 10px;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  white-space:normal;
}

  .hero{
    padding-top:210px;
  }

  #dashboard{
    padding-top:150px;
  }
}
.support-email-link{color:var(--black);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.support-email-link:hover{color:var(--gray-600)}
[data-theme="dark"] .support-email-link{color:#ede9e4}
[data-theme="dark"] .support-email-link:hover{color:#a09d98}
