*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0d1f3c;--navy-mid:#1b3561;--blue:#2563eb;--blue-light:#3b82f6;--sky:#eff6ff;--green:#16a34a;--green-light:#dcfce7;--green-dark:#14532d;--red:#dc2626;--red-light:#fee2e2;--red-dark:#991b1b;--amber:#d97706;--amber-light:#fef3c7;--amber-dark:#78350f;--gray:#64748b;--border:#e2e8f0;--white:#fff;--surface:#f8fafc;--text:#0d1f3c}body{background:var(--surface);color:var(--text);-webkit-tap-highlight-color:transparent;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{cursor:pointer;font-family:inherit}button:focus-visible{outline:3px solid var(--blue);outline-offset:2px}.app{flex-direction:column;min-height:100dvh;display:flex}.app-header{background:var(--navy);z-index:50;padding:.85rem 1.25rem;position:sticky;top:0}.app-header-inner{justify-content:space-between;align-items:center;max-width:640px;margin:0 auto;display:flex}.app-logo{color:#fff;letter-spacing:-.03em;font-size:1.3rem;font-weight:800}.app-logo-aid{color:#60a5fa}.app-header-state{color:#93c5fd;letter-spacing:.04em;text-transform:uppercase;background:#60a5fa26;border:1px solid #60a5fa4d;border-radius:999px;padding:.25rem .65rem;font-size:.78rem;font-weight:600}.app-main{flex:1;width:100%;max-width:640px;margin:0 auto;padding:1.5rem 1rem 3rem}.start-screen{flex-direction:column;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}.start-logo{text-align:center}.start-logo-icon{margin-bottom:.5rem;font-size:3rem;line-height:1}.start-logo h1{color:var(--navy);letter-spacing:-.04em;font-size:2.2rem;font-weight:800}.start-subtitle{color:var(--gray);margin-top:.25rem;font-size:.95rem}.start-description{color:var(--gray);text-align:center;max-width:340px;font-size:1rem}.module-buttons{flex-direction:column;gap:1rem;width:100%;max-width:420px;display:flex}.module-btn{background:var(--white);text-align:left;border:2px solid #0000;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:0 2px 8px #0000000f}.module-btn:active{transform:scale(.98)}.module-btn--signs{border-color:#bfdbfe}.module-btn--signs:hover{background:var(--sky)}.module-btn--rules{border-color:#bbf7d0}.module-btn--rules:hover{background:#f0fdf4}.module-btn-icon{font-size:2rem}.module-btn-label{color:var(--navy);flex:1;font-size:1.1rem;font-weight:700}.module-btn-sub{color:var(--gray);font-size:.78rem;font-weight:500}.start-note{color:#94a3b8;text-align:center;max-width:340px;font-size:.75rem;line-height:1.5}.progress-bar-track{background:var(--border);border-radius:999px;height:5px;margin-bottom:1.25rem;overflow:hidden}.progress-bar-fill{background:var(--blue);border-radius:999px;height:100%;transition:width .4s}.question-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.question-module-label{color:var(--blue);font-size:.82rem;font-weight:700}.question-counter{color:var(--gray);font-size:.82rem}.question-score{color:var(--navy);font-size:.82rem;font-weight:700}.sign-area{justify-content:center;margin-bottom:1.5rem;display:flex}.sign-badge{letter-spacing:.05em;text-align:center;-webkit-user-select:none;user-select:none;border:3px solid #00000026;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:100px;min-height:100px;padding:1rem 1.25rem;font-size:1rem;font-weight:800;display:flex;position:relative}.sign-badge--octagon{clip-path:polygon(29% 0%,71% 0%,100% 29%,100% 71%,71% 100%,29% 100%,0% 71%,0% 29%);border:none;width:110px;height:110px;font-size:1.2rem}.sign-badge--diamond{border-radius:6px;width:90px;height:90px;transform:rotate(45deg)}.sign-badge--diamond .sign-text-line{display:block;transform:rotate(-45deg)}.sign-badge--triangle{clip-path:polygon(50% 0%,0% 100%,100% 100%);border:none;width:100px;height:90px;padding-top:2.5rem;font-size:.75rem}.sign-badge--circle-slash{border-radius:50%;width:100px;height:100px}.sign-slash{background:#dc2626;border-radius:2px;width:80%;height:4px;position:absolute;transform:rotate(-45deg)}.sign-text-line{line-height:1.2;display:block}.question-text-area{margin-bottom:1.5rem}.question-text{color:var(--navy);margin-bottom:.75rem;font-size:1.15rem;font-weight:600;line-height:1.45}.audio-btn{background:var(--sky);color:var(--blue);border:1.5px solid #bfdbfe;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;font-weight:700;transition:background .15s;display:inline-flex}.audio-btn:hover{background:#dbeafe}.answers-grid{flex-direction:column;gap:.65rem;margin-bottom:1.25rem;display:flex}.answer-row{align-items:stretch;gap:.5rem;display:flex}.answer-audio-btn{background:var(--sky);width:44px;color:var(--blue);border:2px solid #bfdbfe;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s;display:flex}.answer-audio-btn:hover{background:#dbeafe}.answer-row--answered .answer-audio-btn{opacity:.4;pointer-events:none}.answer-btn{background:var(--white);border:2px solid var(--border);color:var(--text);text-align:left;border-radius:12px;flex:1;padding:1rem 1.15rem;font-size:1rem;font-weight:500;line-height:1.4;transition:background .12s,border-color .12s,transform 80ms}.answer-btn:hover:not(:disabled){background:var(--sky);border-color:#bfdbfe}.answer-btn:active:not(:disabled){transform:scale(.99)}.answer-btn--correct{font-weight:700;background:var(--green-light)!important;color:var(--green-dark)!important;border-color:#86efac!important}.answer-btn--wrong{font-weight:700;background:var(--red-light)!important;color:var(--red-dark)!important;border-color:#fca5a5!important}.answer-btn--dim{opacity:.45}.explanation-box{background:var(--surface);border-left:4px solid var(--gray);color:var(--text);border-radius:0 10px 10px 0;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}.explanation-box strong{margin-bottom:.3rem;font-size:.95rem;display:block}.explanation-box--correct{border-color:var(--green)}.explanation-box--correct strong{color:var(--green)}.explanation-box--wrong{border-color:var(--red)}.explanation-box--wrong strong{color:var(--red)}.next-btn{background:var(--navy);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:1rem;padding:1rem;font-size:1.05rem;font-weight:700;transition:background .15s,transform .1s;animation:.3s fadeSlideUp;display:block}.next-btn:hover{background:var(--navy-mid)}.next-btn:active{transform:scale(.98)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tutor-gate{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;background:#0d1f3cbf;justify-content:center;align-items:center;padding:1.5rem;animation:.25s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tutor-gate-card{background:var(--white);text-align:center;border-radius:20px;width:100%;max-width:420px;padding:2rem 1.75rem;animation:.3s cubic-bezier(.34,1.56,.64,1) slideUp;box-shadow:0 20px 50px #00000059}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.tutor-gate-card.shake{animation:.5s shake}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}}.tutor-gate-icon{margin-bottom:.75rem;font-size:2.5rem}.tutor-gate-title{color:var(--navy);margin-bottom:.6rem;font-size:1.3rem;font-weight:800}.tutor-gate-body{color:var(--gray);margin-bottom:1rem;font-size:.92rem;line-height:1.55}.tutor-gate-question{background:var(--surface);text-align:left;border-radius:10px;margin-bottom:1rem;padding:.85rem 1rem}.tutor-gate-q-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray);margin-bottom:.3rem;font-size:.72rem;font-weight:700}.tutor-gate-q-text{color:var(--text);font-size:.9rem;font-style:italic;line-height:1.45}.tutor-gate-instruction{color:var(--gray);margin-bottom:1.25rem;font-size:.88rem}.tutor-gate-form{flex-direction:column;gap:.65rem;display:flex}.tutor-gate-input{border:2px solid var(--border);text-align:center;letter-spacing:.2em;width:100%;color:var(--text);background:var(--white);border-radius:10px;padding:.85rem 1rem;font-size:1rem;transition:border-color .15s}.tutor-gate-input:focus{border-color:var(--blue);outline:none}.tutor-gate-btn{background:var(--navy);color:#fff;border:none;border-radius:10px;width:100%;padding:.9rem;font-size:1rem;font-weight:700;transition:background .15s}.tutor-gate-btn:hover{background:var(--navy-mid)}.tutor-gate-error{color:var(--red);margin-top:.4rem;font-size:.85rem;font-weight:600}.score-screen{flex-direction:column;gap:1.75rem;display:flex}.score-hero{background:var(--white);border:1px solid var(--border);text-align:center;border-radius:16px;padding:2rem 1.5rem}.score-status-badge{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;margin-bottom:1rem;padding:.3rem .9rem;font-size:.78rem;font-weight:800;display:inline-block}.status--ready{background:var(--green-light);color:var(--green-dark)}.status--almost{background:var(--amber-light);color:var(--amber-dark)}.status--needs{background:var(--red-light);color:var(--red-dark)}.score-number{color:var(--navy);letter-spacing:-.05em;margin-bottom:.25rem;font-size:4rem;font-weight:800;line-height:1}.score-fraction{color:var(--gray);margin-bottom:.75rem;font-size:1rem}.score-message{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:600}.score-pass-note{color:var(--gray);max-width:360px;margin:0 auto;font-size:.8rem;line-height:1.5}.missed-section{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.5rem}.missed-title{color:var(--navy);margin-bottom:1rem;font-size:1rem;font-weight:700}.missed-list{flex-direction:column;gap:1rem;display:flex}.missed-item{background:var(--surface);border-left:3px solid var(--red);border-radius:10px;padding:.85rem 1rem}.missed-q{color:var(--navy);margin-bottom:.4rem;font-size:.9rem;font-weight:600}.missed-your{color:var(--gray);margin-bottom:.2rem;font-size:.82rem}.missed-correct{color:var(--gray);font-size:.82rem}.missed-wrong-text{color:var(--red);font-weight:700}.missed-correct-text{color:var(--green);font-weight:700}.score-actions{flex-direction:column;gap:.75rem;display:flex}.score-btn{border:none;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:opacity .15s,transform .1s}.score-btn:active{transform:scale(.98)}.score-btn--primary{background:var(--navy);color:#fff}.score-btn--secondary{background:var(--white);color:var(--navy);border:2px solid var(--border)}.logout-btn{color:#fffc;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:6px;padding:.3rem .75rem;font-size:.78rem;font-weight:600;transition:background .15s}.logout-btn:hover{background:#ffffff1a}.auth-loading{color:var(--gray);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 0;font-size:.95rem;display:flex}.auth-loading-spinner{border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-divider{text-align:center;color:var(--gray);margin:1.25rem 0 .75rem;font-size:.82rem}.buy-section{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:14px;margin-top:2rem;padding:1.5rem}.buy-label{color:var(--gray);margin-bottom:.85rem;font-size:.9rem}.buy-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-size:1.05rem;font-weight:700;transition:background .15s,transform .1s}.buy-btn:hover{background:#1d4ed8}.buy-btn:active{transform:scale(.98)}.buy-btn:disabled{opacity:.6;cursor:not-allowed}.buy-error{color:var(--red);margin-top:.75rem;font-size:.85rem}.auth-screen{justify-content:center;align-items:flex-start;padding-top:2rem;display:flex}.auth-card{background:var(--white);border:1px solid var(--border);border-radius:16px;width:100%;max-width:420px;padding:2rem 1.75rem}.auth-icon{text-align:center;margin-bottom:.75rem;font-size:2.5rem}.auth-title{color:var(--navy);text-align:center;margin-bottom:.4rem;font-size:1.4rem;font-weight:800}.auth-subtitle{color:var(--gray);text-align:center;margin-bottom:1.5rem;font-size:.92rem;line-height:1.55}.auth-form{flex-direction:column;gap:.5rem;display:flex}.auth-label{color:var(--navy);margin-top:.5rem;font-size:.82rem;font-weight:700}.auth-input{border:2px solid var(--border);width:100%;color:var(--text);background:var(--white);border-radius:10px;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .15s}.auth-input:focus{border-color:var(--blue);outline:none}.auth-input--code{text-align:center;letter-spacing:.3em;font-size:1.3rem;font-weight:700}.auth-error{color:var(--red);margin-top:.25rem;font-size:.85rem;font-weight:600}.auth-btn{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:1rem;padding:1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .15s,transform .1s}.auth-btn:hover{background:var(--navy-mid)}.auth-btn:active{transform:scale(.98)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}@media (width>=480px){.answers-grid{gap:.75rem}.answer-btn{padding:1.1rem 1.25rem;font-size:1.05rem}.question-text{font-size:1.2rem}.score-actions{flex-direction:row}.score-btn{flex:1;width:auto}}.landing{font-family:DM Sans,-apple-system,sans-serif}.landing-nav{border-bottom:1px solid var(--border);background:var(--white);z-index:100;justify-content:space-between;align-items:center;padding:1.25rem 5%;display:flex;position:sticky;top:0}.landing-logo-link{align-items:center;display:flex}.landing-nav-logo{width:auto;height:38px}.landing-nav-links{align-items:center;gap:2rem;display:flex}.landing-nav-links a{color:var(--muted);font-size:.9rem;font-weight:500;text-decoration:none}.landing-nav-actions{align-items:center;gap:.75rem;display:flex}.landing-btn{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s,transform .1s;display:inline-block}.landing-btn:active{transform:scale(.98)}.landing-btn:disabled{opacity:.6;cursor:not-allowed}.landing-btn--primary{background:var(--blue);color:#fff}.landing-btn--primary:hover{background:#1d4ed8}.landing-btn--secondary{border:1.5px solid var(--border);color:var(--text);background:0 0}.landing-btn--ghost{color:#fff;background:#ffffff1a;border:1.5px solid #ffffff40}.landing-btn--white{color:var(--navy);background:#fff}.landing-btn--large{border-radius:10px;padding:.85rem 2rem;font-size:1rem}.landing-btn--full{text-align:center;width:100%;padding:.75rem;display:block}.landing-hero{background:linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);color:#fff;text-align:center;padding:6rem 5% 5rem;position:relative;overflow:hidden}.landing-hero:before{content:"";pointer-events:none;background:radial-gradient(60% 60% at 50% 110%,#2563eb59 0%,#0000 70%);position:absolute;inset:0}.landing-hero-badge{color:#93c5fd;letter-spacing:.05em;text-transform:uppercase;background:#3b82f633;border:1px solid #3b82f666;border-radius:999px;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;display:inline-block}.landing-hero-h1{letter-spacing:-.03em;max-width:720px;margin:0 auto 1.25rem;font-family:Sora,sans-serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:700;line-height:1.15}.landing-hero-h1 em{color:#60a5fa;font-style:normal}.landing-hero-sub{color:#cbd5e1;max-width:520px;margin:0 auto 2.5rem;font-size:1.15rem}.landing-hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing-hero-note{color:#94a3b8;margin-top:1.5rem;font-size:.82rem}.landing-mock-card{text-align:left;background:#fff;border-radius:16px;max-width:500px;margin:4rem auto 0;padding:1.5rem;box-shadow:0 25px 60px #00000059}.landing-mock-top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.landing-mock-badge{background:var(--sky);color:var(--blue);border-radius:999px;padding:.3rem .7rem;font-size:.75rem;font-weight:700}.landing-mock-score{color:var(--muted);font-size:.78rem}.landing-mock-q{color:var(--navy);margin-bottom:1rem;font-family:Sora,sans-serif;font-size:1rem;font-weight:600;line-height:1.4}.landing-mock-audio{background:var(--sky);color:var(--blue);border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.5rem .75rem;font-size:.82rem;font-weight:600;display:flex}.landing-mock-answers{flex-direction:column;gap:.5rem;display:flex}.landing-mock-ans{color:var(--text);border:1.5px solid var(--border);border-radius:8px;padding:.65rem 1rem;font-size:.88rem;font-weight:500}.landing-mock-ans--correct{background:var(--green-light);color:#14532d;border-color:#86efac}.landing-mock-ans--wrong{background:var(--red-light);color:var(--red-dark);border-color:#fca5a5}.landing-section{padding:5rem 5%}.landing-section--surface{background:var(--surface)}.landing-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:.75rem;font-size:.78rem;font-weight:700}.landing-section-title{color:var(--navy);letter-spacing:-.025em;margin-bottom:1rem;font-family:Sora,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700}.landing-section-sub{color:var(--muted);max-width:540px;font-size:1rem}.landing-who-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}.landing-who-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:1.75rem}.landing-who-card h3{color:var(--navy);margin-bottom:.75rem;font-family:Sora,sans-serif;font-size:1.1rem;font-weight:700}.landing-who-card ul{flex-direction:column;gap:.45rem;list-style:none;display:flex}.landing-who-card li{color:var(--muted);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.landing-who-card li:before{content:"✓";color:var(--green);font-size:.8rem;font-weight:700}.landing-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.landing-tag--blue{background:var(--sky);color:var(--blue)}.landing-tag--navy{color:var(--navy);background:#0d1f3c14}.landing-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.landing-feat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.landing-feat-card--highlight{background:#f0f7ff;border-color:#bfdbfe}.landing-feat-icon{background:var(--sky);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:1.2rem;display:flex}.landing-feat-card h4{color:var(--navy);margin-bottom:.4rem;font-family:Sora,sans-serif;font-size:1rem;font-weight:700}.landing-feat-card p{color:var(--muted);font-size:.85rem;line-height:1.55}.landing-feat-badge{background:var(--sky);color:var(--blue);vertical-align:middle;border-radius:999px;margin-left:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.landing-origin{background:var(--navy);color:#fff;text-align:center}.landing-origin .landing-section-title{color:#fff}.landing-origin-body{color:#cbd5e1;max-width:680px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.75}.landing-origin-sub{color:#94a3b8;max-width:600px;margin-top:1.25rem;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.75}.landing-origin-pills{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2.5rem;display:flex}.landing-origin-pill{color:#94a3b8;flex-direction:column;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.landing-origin-pill span:first-child{font-size:2rem}.landing-pricing-cards{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:720px;margin:2rem auto 0;display:grid}.landing-price-card{border:1.5px solid var(--border);background:#fff;border-radius:16px;padding:2rem}.landing-price-card--featured{border-color:var(--blue);position:relative}.landing-price-popular{background:var(--blue);color:#fff;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.25rem .75rem;font-size:.72rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-price-card h3{color:var(--navy);margin-bottom:.5rem;font-family:Sora,sans-serif;font-size:1rem;font-weight:700}.landing-price-amount{color:var(--navy);letter-spacing:-.04em;font-family:Sora,sans-serif;font-size:2.2rem;font-weight:700}.landing-price-amount sub{color:var(--muted);vertical-align:middle;font-size:.9rem;font-weight:500}.landing-price-desc{color:var(--muted);margin-top:.2rem;margin-bottom:1.25rem;font-size:.82rem}.landing-price-features{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;list-style:none;display:flex}.landing-price-features li{color:var(--text);align-items:flex-start;gap:.5rem;font-size:.85rem;display:flex}.landing-price-features li:before{content:"✓";color:var(--green);flex-shrink:0;margin-top:2px;font-size:.8rem;font-weight:700}.landing-b2b-table-wrap{max-width:720px;margin:2.5rem auto 0}.landing-b2b-table-label{color:var(--muted);text-align:center;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.82rem;font-weight:600}.landing-b2b-table{border-collapse:collapse;width:100%;font-size:.88rem}.landing-b2b-table th{background:var(--navy);color:#fff;text-align:left;padding:.75rem 1rem;font-family:Sora,sans-serif;font-size:.82rem}.landing-b2b-table th:first-child{border-radius:8px 0 0}.landing-b2b-table th:last-child{border-radius:0 8px 0 0}.landing-b2b-table td{border-bottom:1px solid var(--border);color:var(--text);padding:.75rem 1rem}.landing-b2b-table tr:hover td{background:var(--sky)}.landing-b2b-highlight td{background:var(--sky);font-weight:600}.landing-dashboard{background:var(--navy);color:#fff}.landing-dash-mock{color:var(--text);background:#fff;border-radius:14px;margin-top:3rem;overflow:hidden}.landing-dash-header{background:var(--navy);color:#fff;justify-content:space-between;align-items:center;padding:.9rem 1.5rem;font-size:.85rem;display:flex}.landing-dash-header strong{font-family:Sora,sans-serif;font-size:.95rem}.landing-dash-header span{color:#94a3b8;font-size:.78rem}.landing-dash-body{padding:1.25rem 1.5rem}.landing-dash-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.landing-dash-stat{background:var(--surface);border-radius:8px;padding:.85rem}.landing-ds-val{color:var(--navy);font-family:Sora,sans-serif;font-size:1.6rem;font-weight:700}.landing-ds-label{color:var(--muted);margin-top:.2rem;font-size:.72rem}.landing-dash-table{border-collapse:collapse;width:100%;font-size:.8rem}.landing-dash-table thead th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding:.4rem .6rem;font-size:.72rem;font-weight:600}.landing-dash-table tbody td{border-bottom:1px solid var(--border);padding:.55rem .6rem}.landing-status{border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.landing-status--ready{background:var(--green-light);color:#14532d}.landing-status--almost{background:var(--amber-light);color:#78350f}.landing-status--needs{background:var(--red-light);color:var(--red-dark)}.landing-cta{background:var(--navy);text-align:center;color:#fff;padding:6rem 5%}.landing-cta h2{letter-spacing:-.03em;margin-bottom:1rem;font-family:Sora,sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700}.landing-cta p{color:#94a3b8;margin-bottom:2rem;font-size:1rem}.landing-cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing-cta-note{color:#64748b;margin-top:1.5rem;font-size:.8rem}.landing-footer{color:#475569;background:#070f1e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2.5rem 5%;font-size:.82rem;display:flex}.landing-footer p{max-width:480px;line-height:1.5}@media (width<=680px){.landing-who-grid,.landing-pricing-cards,.landing-features-grid{grid-template-columns:1fr}.landing-dash-stats{grid-template-columns:repeat(2,1fr)}.landing-nav-links{display:none}}
