@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700&display=swap";:root{--primary: #0f1623;--primary-soft: #1a243a;--secondary: #1e2d4a;--accent: #4f6ef7;--accent-hover: #3a57e8;--accent-light: #eef1ff;--accent-glow: rgba(79, 110, 247, .18);--bg-main: #f4f6fb;--bg-card: #ffffff;--bg-subtle: #f8f9fc;--border: #e3e8f0;--border-soft: #edf0f7;--border-focus: #4f6ef7;--text-main: #0f172a;--text-muted: #64748b;--text-light: #94a3b8;--success: #10b981;--success-bg: #ecfdf5;--warning: #f59e0b;--error: #ef4444;--error-bg: #fef2f2;--font-heading: "Manrope", "Inter", sans-serif;--font-body: "Inter", sans-serif;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 28px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);--shadow-sm: 0 2px 8px rgba(15, 23, 42, .06);--shadow-md: 0 4px 16px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .1);--shadow-xl: 0 24px 48px rgba(15, 23, 42, .12);--shadow-accent: 0 8px 24px rgba(79, 110, 247, .28);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.text-gradient{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-pattern{background-image:radial-gradient(var(--border-soft) 1px,transparent 1px);background-size:24px 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);font-weight:800;letter-spacing:-.025em;line-height:1.2}a{color:var(--accent);text-decoration:none;transition:var(--transition)}a:hover{color:var(--accent-hover);text-decoration:underline}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition)}.card-hover:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);border-color:var(--accent)}.glass{background:#ffffffb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.35)}.glass-card{background:#ffffffa6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);box-shadow:var(--shadow-lg)}.form-group{display:flex;flex-direction:column;gap:.5rem}.label{font-size:.75rem;font-weight:700;color:var(--text-main);text-transform:uppercase;letter-spacing:.06em}.input{width:100%;padding:.8rem 1rem;font-family:var(--font-body);font-size:.9375rem;font-weight:500;color:var(--text-main);background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);outline:none}.input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-glow)}.input::placeholder{color:var(--text-light)}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.1rem;padding-right:2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;font-family:var(--font-heading);font-weight:700;font-size:.9375rem;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);border:none;white-space:nowrap;letter-spacing:-.01em}.btn-primary{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hover) 100%);color:#fff;box-shadow:var(--shadow-accent)}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #4f6ef761}.btn-outline{background:#fff;color:var(--secondary);border:1.5px solid var(--border)}.btn-outline:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-icon{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:var(--radius-sm);background:var(--bg-subtle);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:var(--transition)}.btn-icon:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.info-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius-md);padding:1.125rem;display:flex;gap:.875rem}.info-icon{flex-shrink:0;width:22px;height:22px;background:#3b82f6;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center}.info-content{font-size:.875rem;color:#1e40af;line-height:1.5}.stepper-progress{height:4px;background:var(--border);border-radius:2px;position:relative;overflow:hidden}.stepper-bar{position:absolute;top:0;left:0;height:100%;background:var(--accent);transition:width .5s cubic-bezier(.4,0,.2,1)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.65}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.animate-spin{animation:spin 1s linear infinite}.animate-pulse-soft{animation:pulse-soft 2s ease-in-out infinite}.animate-fade-up{animation:fadeUp .35s ease both}.auth-root{display:flex;min-height:100vh;background:var(--bg-main)}.auth-panel{flex:1;background:var(--primary);color:#fff;display:flex;align-items:stretch;position:relative;overflow:hidden}.auth-panel:before{content:"";position:absolute;top:-120px;right:-120px;width:420px;height:420px;background:radial-gradient(circle,rgba(79,110,247,.22) 0%,transparent 70%);border-radius:50%;pointer-events:none}.auth-panel:after{content:"";position:absolute;bottom:-80px;left:-80px;width:280px;height:280px;background:radial-gradient(circle,rgba(79,110,247,.14) 0%,transparent 70%);border-radius:50%;pointer-events:none}.auth-panel-inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;padding:4rem 4.5rem;width:100%}.auth-panel-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:0}.auth-logo-icon{width:38px;height:38px;background:var(--accent);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #4f6ef766}.auth-logo-text{font-family:var(--font-heading);font-size:1.125rem;font-weight:800;color:#fff;letter-spacing:.08em}.auth-logo-accent{color:var(--accent)}.auth-panel-headline{flex:1;display:flex;flex-direction:column;justify-content:center;padding:3rem 0 2rem}.auth-panel-headline h1{font-size:clamp(2rem,3.5vw,3.25rem);font-weight:800;color:#fff;line-height:1.18;letter-spacing:-.03em;margin-bottom:1rem}.auth-panel-headline p{font-size:1rem;color:#ffffff9e;line-height:1.65;max-width:480px}.auth-panel-features{list-style:none;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.auth-panel-feature{display:flex;align-items:flex-start;gap:.875rem}.auth-feature-check{flex-shrink:0;width:26px;height:26px;background:#4f6ef738;border:1px solid rgba(79,110,247,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#a5b4fc;margin-top:1px}.auth-feature-label{font-size:.9rem;font-weight:700;color:#ffffffeb;margin-bottom:.2rem;font-family:var(--font-heading)}.auth-feature-sub{font-size:.8rem;color:#ffffff7a;line-height:1.5}.auth-panel-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-full);padding:.45rem 1rem;font-size:.75rem;color:#ffffff8c;width:fit-content}.auth-form-area{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem 2rem;background-color:var(--bg-main);background-image:radial-gradient(var(--accent-glow) 1.5px,transparent 1.5px);background-size:32px 32px;position:relative;overflow-y:auto}.auth-form-card{width:100%;max-width:620px;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:1.75rem 2rem;border:1px solid var(--border-soft);transition:max-width .3s cubic-bezier(.4,0,.2,1);animation:fadeUp .3s ease both}.auth-form-card.compact{max-width:520px}.auth-card-header{margin-bottom:1.25rem}.auth-card-header h2{font-size:1.625rem;font-weight:800;color:var(--text-main);margin-bottom:.35rem}.auth-card-header p{font-size:.9rem;color:var(--text-muted)}.auth-tabs{display:flex;background:var(--bg-subtle);border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:4px;margin-bottom:1rem;gap:4px}.auth-tab{flex:1;padding:.55rem 1rem;font-family:var(--font-heading);font-size:.875rem;font-weight:700;color:var(--text-muted);background:transparent;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition)}.auth-tab.active{background:#fff;color:var(--text-main);box-shadow:var(--shadow-sm)}.auth-tab:hover:not(.active){color:var(--text-main)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-grid-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 1100px){.auth-grid-row{grid-template-columns:1fr;gap:1.1rem}}.auth-field{display:flex;flex-direction:column;gap:.4rem}.auth-field label{font-size:.8rem;font-weight:700;color:var(--text-main);letter-spacing:.02em}.auth-label-row{display:flex;align-items:center;justify-content:space-between}.auth-forgot-link{background:none;border:none;padding:0;font-size:.8rem;font-weight:600;color:var(--accent);cursor:pointer;transition:var(--transition);font-family:var(--font-body)}.auth-forgot-link:hover{color:var(--accent-hover)}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-wrap input{width:100%;padding:.7rem 1rem .7rem 2.625rem;font-family:var(--font-body);font-size:.9375rem;font-weight:500;color:var(--text-main);background:var(--bg-subtle);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);outline:none}.auth-input-wrap input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px var(--accent-glow)}.auth-input-wrap input::placeholder{color:var(--text-light)}.auth-input-icon{position:absolute;left:.9rem;color:var(--text-light);pointer-events:none;transition:var(--transition)}.auth-input-wrap:focus-within .auth-input-icon{color:var(--accent)}.auth-pw-toggle{position:absolute;right:.875rem;background:none;border:none;cursor:pointer;color:var(--text-light);display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:var(--radius-xs);transition:var(--transition)}.auth-pw-toggle:hover{color:var(--text-main)}.auth-otp-icon{width:48px;height:48px;background:var(--accent-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1rem}.auth-otp-input{width:100%;padding:1rem 1.25rem;font-size:1.75rem;font-weight:800;font-family:var(--font-heading);letter-spacing:.3em;text-align:center;color:var(--text-main);background:var(--bg-subtle);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);outline:none}.auth-otp-input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px var(--accent-glow)}.auth-otp-input::placeholder{letter-spacing:.25em;color:var(--text-light)}.auth-btn-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem 1.5rem;margin-top:.25rem;font-family:var(--font-heading);font-size:.9375rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hover) 100%);border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-accent);letter-spacing:-.01em}.auth-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #4f6ef761}.auth-btn-primary:active:not(:disabled){transform:translateY(0)}.auth-btn-primary:disabled{opacity:.55;cursor:not-allowed}.auth-btn-primary .spin{animation:spin 1s linear infinite}.auth-back-btn{background:none;border:none;font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:var(--transition);padding:.25rem 0;text-align:center}.auth-back-btn:hover{color:var(--text-main)}.auth-switch{font-size:.875rem;color:var(--text-muted);text-align:center;margin-top:.25rem}.auth-switch button{background:none;border:none;font-family:var(--font-body);font-size:inherit;font-weight:700;color:var(--accent);cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;gap:2px}.auth-switch button:hover{color:var(--accent-hover)}.auth-contact{font-size:.8rem;color:var(--text-muted);text-align:center;margin-top:.5rem;opacity:.85}.auth-contact a{color:var(--accent);text-decoration:none;font-weight:600;transition:var(--transition)}.auth-contact a:hover{color:var(--accent-hover);text-decoration:underline}.auth-error{display:flex;align-items:flex-start;gap:.5rem;background:var(--error-bg);border:1px solid #fecaca;color:#b91c1c;border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.875rem;font-weight:500;line-height:1.45}.auth-success{display:flex;align-items:flex-start;gap:.5rem;background:var(--success-bg);border:1px solid #a7f3d0;color:#065f46;border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.875rem;font-weight:500;line-height:1.45}.auth-card-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-soft);display:flex;flex-direction:column;gap:.25rem;text-align:center}.auth-card-footer p{font-size:.775rem;color:var(--text-light);line-height:1.5}.auth-card-footer a{color:var(--text-muted);font-weight:600}.auth-card-footer a:hover{color:var(--accent)}@media (max-width: 768px){.auth-panel{display:none}.auth-form-area{padding:1.5rem 1rem;background:#fff}.auth-form-card{box-shadow:none;border:none;padding:1.5rem 1rem}.auth-card-header h2{font-size:1.35rem}.auth-card-header p{font-size:.85rem}.auth-grid-row{gap:1rem}.auth-btn-primary{padding:.8rem 1.25rem;font-size:.875rem}}@media (max-width: 480px){.auth-form-card{padding:1rem .5rem}.auth-input-wrap input{font-size:.875rem;padding:.65rem .8rem .65rem 2.4rem}.auth-otp-input{font-size:1.5rem;padding:.75rem}.auth-tab{padding:.45rem .75rem;font-size:.8rem}}.layout-root{display:flex;min-height:100vh;background:var(--bg-main)}.sidebar{width:256px;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.75rem 1.25rem;flex-shrink:0;position:sticky;top:0;height:100vh}.main-content{flex:1;padding:1.5rem 2.5rem;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border-radius:var(--radius-md);color:var(--text-muted);text-decoration:none;font-weight:600;font-size:.9rem;transition:var(--transition);margin-bottom:.2rem;cursor:pointer;border:none;background:none;width:100%;text-align:left}.nav-item:hover{background:var(--bg-main);color:var(--text-main)}.nav-item.active{background:var(--accent-light);color:var(--accent)}.scan-result-card{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:#fff}.scan-header{padding:1.5rem;background:var(--bg-subtle);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.grade-badge{font-size:2.5rem;font-weight:900;line-height:1;font-family:var(--font-heading)}.auth-success-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0}.auth-success-icon{margin-bottom:1.25rem;padding:1rem;background:var(--success-bg);border-radius:50%;display:flex}.auth-success-state h3{font-family:var(--font-heading);font-size:1.25rem;margin-bottom:.5rem}.pw-strength-meter{display:flex;align-items:center;gap:.75rem;margin-top:.4rem}.pw-strength-bars{flex:1;display:flex;gap:4px}.pw-bar{flex:1;height:4px;border-radius:2px;background:var(--border-soft);transition:var(--transition)}.pw-strength-label{font-size:.75rem;font-weight:700;min-width:45px;text-align:right}.pw-requirement-text{font-size:.7rem;color:var(--text-muted);margin-top:.25rem;line-height:1.4}.auth-toast-container{position:fixed;top:2rem;left:50%;transform:translate(-50%);z-index:9999;animation:fadeUp .3s ease both}.auth-toast{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--border-soft);color:var(--text-main);font-weight:600;font-size:.9375rem}.auth-toast.success{border-left:4px solid var(--success)}.auth-toast.success svg{color:var(--success)}.dashboard-container{padding:0 2.5rem 2.5rem;max-width:1400px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#fff;padding:1.5rem;border-radius:var(--radius-xl);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1.25rem;z-index:1}.stat-card:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle at top right,var(--accent-glow),transparent 70%);z-index:-1;opacity:0;transition:opacity .3s ease}.stat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:var(--accent)}.stat-card:hover:before{opacity:1}.stat-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease}.stat-card:hover .stat-icon-wrapper{transform:scale(1.1) rotate(5deg)}.stat-info{flex:1}.stat-label{font-size:.75rem;font-weight:800;color:var(--text-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.stat-value{font-size:1.75rem;font-weight:900;letter-spacing:-.03em;color:var(--text-main);font-family:var(--font-heading)}.stat-progress-bg{height:4px;background:#f1f5f9;border-radius:2px;overflow:hidden;margin-top:.5rem}.stat-progress-bar{height:100%;border-radius:2px;opacity:.7}.dashboard-main{display:grid;grid-template-columns:1.8fr 1.2fr;gap:2rem;margin-bottom:3rem}.website-table th{font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;padding:1.25rem 1rem;text-align:left}.website-table th:last-child,.website-table td:last-child{text-align:center}.website-table tr{transition:background .2s ease}.website-table tr:hover td{background:var(--bg-subtle)}.website-table td{padding:1.25rem 1rem;font-size:.9375rem;border-bottom:1px solid var(--border-soft)}.grade-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;font-weight:900;font-size:.9375rem;font-family:var(--font-heading);box-shadow:0 2px 8px #0000000d}.grade-A{background:#10b9811a;color:#10b981}.grade-B{background:#3b82f61a;color:#3b82f6}.grade-C{background:#f59e0b1a;color:#f59e0b}.grade-D{background:#f973161a;color:#f97316}.grade-F{background:#ef44441a;color:#ef4444}.url-text{color:var(--primary);font-weight:600;text-decoration:none}.url-text:hover{text-decoration:underline}html{scroll-behavior:smooth}.landing-root{background:var(--ink);color:var(--text-1);font-family:Mulish,sans-serif;line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;--ink: #07090F;--ink-mid: #0C1020;--ink-soft: #111628;--ink-card: #141929;--gold: #D4A030;--gold-lt: #EEC060;--gold-pale: #F5D48A;--gold-glow: rgba(212,160,48,.1);--red: #C43838;--red-lt: #E05555;--red-glow: rgba(196,56,56,.09);--white: #FFFFFF;--text-1: #EEF0F5;--text-2: #B8BFCC;--text-3: #8892A4;--border: rgba(255,255,255,.09);--border-g: rgba(212,160,48,.28)}.landing-root *,.landing-root *:before,.landing-root *:after{margin:0;padding:0;box-sizing:border-box}.landing-root .display{font-family:Cormorant Garamond,serif;font-weight:700;line-height:1.08;letter-spacing:-.3px;color:var(--white)}.landing-root .display em{font-style:italic;color:var(--gold);font-weight:400}.landing-root .display-xl{font-size:clamp(3.5rem,7vw,6.5rem)}.landing-root .display-lg{font-size:clamp(2.2rem,4vw,3.6rem)}.landing-root .display-md{font-size:clamp(1.7rem,3vw,2.4rem)}.landing-root .display-sm{font-size:clamp(1.3rem,2vw,1.7rem)}.landing-root .label{font-family:Mulish,sans-serif;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold)}.landing-root .body-lg{font-size:1.1rem;color:var(--text-2);line-height:1.8;font-weight:400}.landing-root .body-md{font-size:.95rem;color:var(--text-2);line-height:1.8;font-weight:400}.landing-root .body-sm{font-size:.85rem;color:var(--text-2);line-height:1.7;font-weight:400}.landing-root .body-xs{font-size:.78rem;color:var(--text-3);line-height:1.6;font-weight:400}.landing-root nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 4rem;background:#07090fd1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.landing-root .nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer}.landing-root .logo-mark{background:var(--gold);color:var(--ink);font-family:Cormorant Garamond,serif;font-size:18px;font-weight:700;letter-spacing:.5px;padding:5px 14px;border-radius:4px}.landing-root .logo-label{font-family:Mulish,sans-serif;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-3)}.landing-root .nav-links{display:flex;align-items:center;gap:3rem}.landing-root .nav-link{font-size:13px;font-weight:500;color:var(--text-2);text-decoration:none;transition:color .2s;letter-spacing:.3px;cursor:pointer}.landing-root .nav-link:hover{color:var(--white)}.landing-root .nav-cta{background:var(--gold);color:var(--ink);font-family:Mulish,sans-serif;font-size:13px;font-weight:700;text-decoration:none;padding:9px 22px;border-radius:6px;transition:all .2s;letter-spacing:.2px;cursor:pointer}.landing-root .nav-cta:hover{background:var(--gold-lt);transform:translateY(-1px)}.landing-root .mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:201}.landing-root .hamburger{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.landing-root .hamburger span{display:block;width:100%;height:2px;background-color:var(--white);border-radius:2px;transition:all .3s ease}.landing-root .hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.landing-root .hamburger.open span:nth-child(2){opacity:0}.landing-root .hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.landing-root .nav-cta-mobile{display:none;background:var(--gold);color:var(--ink);font-family:Mulish,sans-serif;font-size:14px;font-weight:700;padding:12px 24px;border-radius:8px;border:none;margin-top:1rem;cursor:pointer;width:100%}.landing-root .hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:9rem 2rem 6rem;position:relative;overflow:hidden}.landing-root .hero-bg-glow{position:absolute;top:-150px;left:50%;transform:translate(-50%);width:900px;height:700px;background:radial-gradient(ellipse at center,rgba(212,160,48,.06) 0%,transparent 65%);pointer-events:none}.landing-root .live-chip{display:inline-flex;align-items:center;gap:8px;background:#c438381a;border:1px solid rgba(196,56,56,.32);color:#e07070;font-family:Mulish,sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:2.25rem}.landing-root .live-dot{width:7px;height:7px;background:var(--red-lt);border-radius:50%;animation:blink 1.6s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.landing-root .hero-eyebrow{font-family:Mulish,sans-serif;font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.landing-root .hero-sub{font-size:1.25rem;color:var(--text-2);max-width:960px;margin:1.75rem auto 2.75rem;font-weight:400;line-height:1.82}.landing-root .hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4.5rem}.landing-root .btn-primary{background:var(--gold);color:var(--ink);font-family:Mulish,sans-serif;font-size:14px;font-weight:700;text-decoration:none;padding:14px 30px;border-radius:8px;transition:all .25s;display:inline-flex;align-items:center;gap:8px;letter-spacing:.2px;cursor:pointer;border:none}.landing-root .btn-primary:hover{background:var(--gold-lt);transform:translateY(-2px);box-shadow:0 10px 32px #d4a03047}.landing-root .btn-ghost{background:transparent;color:var(--text-1);font-family:Mulish,sans-serif;font-size:14px;font-weight:600;text-decoration:none;padding:14px 30px;border-radius:8px;border:1px solid rgba(255,255,255,.14);transition:all .25s;cursor:pointer}.landing-root .btn-ghost:hover{border-color:#ffffff47;background:#ffffff0a}.landing-root .countdown-wrap{display:flex;flex-direction:column;align-items:center}.landing-root .cd-label{font-family:Mulish,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-3);margin-bottom:1rem}.landing-root .cd-units{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:center}.landing-root .cd-box{display:flex;flex-direction:column;align-items:center;background:var(--ink-card);border:1px solid var(--border);border-radius:10px;padding:1.1rem 1.4rem;min-width:80px}.landing-root .cd-num{font-family:Oswald,sans-serif;font-size:2.6rem;font-weight:700;color:var(--white);line-height:1;letter-spacing:1px;font-variant-numeric:tabular-nums}.landing-root .cd-colon{font-family:Oswald,sans-serif;font-size:2rem;font-weight:400;color:var(--gold);opacity:.6;padding-bottom:1.4rem;animation:colon-blink 1s step-end infinite}.landing-root .cd-colon-mobile{display:none;font-family:Oswald,sans-serif;font-size:2rem;font-weight:400;color:var(--gold);opacity:.6;padding-bottom:1.4rem}@keyframes colon-blink{0%,to{opacity:.6}50%{opacity:.15}}.landing-root .cd-unit-label{font-family:Mulish,sans-serif;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-3);margin-top:6px}.landing-root .cd-deadline{font-family:Mulish,sans-serif;font-size:12px;font-weight:500;color:#e07070;margin-top:.9rem;letter-spacing:.3px}.landing-root .section{max-width:1240px;margin:0 auto;padding:6rem 3rem}.landing-root .section-header{margin-bottom:3rem}.landing-root .section-header .label{margin-bottom:1rem}.landing-root .divider{height:1px;max-width:1240px;margin:0 auto;background:linear-gradient(90deg,transparent,var(--border),transparent)}.landing-root .explain-cards{display:flex;flex-direction:column;gap:1.25rem;margin-top:3rem}.landing-root .ex-card{background:var(--ink-card);border:1px solid var(--border);border-radius:16px;transition:border-color .2s,transform .15s;overflow:hidden}.landing-root .ex-card:hover{border-color:var(--border-g);transform:translate(4px)}.landing-root .ex-card-inner{display:grid;grid-template-columns:120px 1fr;gap:0;align-items:stretch}.landing-root .ex-left{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1.25rem;border-right:1px solid var(--border);background:#ffffff05}.landing-root .ex-num{font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;color:#ffffff1a;line-height:1;letter-spacing:-1px}.landing-root .ex-icon-wrap{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.landing-root .ex-right{padding:2rem 2.25rem}.landing-root .ex-right h3{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600;color:var(--white);margin-bottom:.65rem;line-height:1.2}.landing-root .ex-right p{font-size:.92rem;color:var(--text-2);line-height:1.8;font-weight:400}.landing-root .ex-right p strong{color:var(--text-1);font-weight:600}.landing-root .timeline-strip{background:var(--ink-card);border:1px solid var(--border-g);border-radius:16px;padding:2.5rem;margin-top:2.5rem}.landing-root .timeline-strip h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--white);margin-bottom:.7rem}.landing-root .timeline-strip>p{font-size:.92rem;color:var(--text-2);line-height:1.8;max-width:760px}.landing-root .timeline-strip>p strong{color:var(--text-1);font-weight:600}.landing-root .tl-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border-radius:10px;overflow:hidden;margin-top:2rem}.landing-root .tl-step{background:var(--ink-mid);padding:1.5rem 1.75rem;position:relative}.landing-root .tl-check{font-size:11px;font-weight:700;width:22px;height:22px;border-radius:50%;background:#22d3c826;border:1px solid rgba(34,211,200,.3);color:#22d3c8;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.landing-root .tl-date{font-family:Mulish,sans-serif;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem}.landing-root .tl-title{font-family:Mulish,sans-serif;font-size:.92rem;font-weight:700;color:var(--white);margin-bottom:.35rem}.landing-root .tl-desc{font-size:.82rem;color:var(--text-2);font-weight:400;line-height:1.6}.landing-root .tl-deadline{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;background:linear-gradient(135deg,#c438381f,#8b00000f);border:1px solid rgba(196,56,56,.35);border-radius:12px;padding:2.25rem 2.5rem;margin-top:1.25rem}.landing-root .tl-deadline-label{font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#e07070;margin-bottom:.5rem}.landing-root .tl-deadline-date{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:#f08080;line-height:1;letter-spacing:-1px;margin-bottom:.35rem}.landing-root .tl-deadline-title{font-family:Mulish,sans-serif;font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.landing-root .tl-deadline-desc{font-size:.85rem;color:var(--text-2);line-height:1.75;font-weight:400;max-width:520px}.landing-root .tl-deadline-right{text-align:center;flex-shrink:0}.landing-root .tl-cd-label{font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#e07070;margin-bottom:.75rem}.landing-root .tl-cd-units{display:flex;gap:8px;align-items:center;justify-content:center}.landing-root .tl-cd-box{background:#c438381f;border:1px solid rgba(196,56,56,.25);border-radius:8px;padding:.75rem 1rem;text-align:center;min-width:62px}.landing-root .tl-cd-num{font-family:Oswald,sans-serif;font-size:1.8rem;font-weight:700;color:#f08080;line-height:1;font-variant-numeric:tabular-nums}.landing-root .tl-cd-unit{font-family:Mulish,sans-serif;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#c07070;margin-top:3px}.landing-root .tl-cd-sep{font-family:Oswald,sans-serif;font-size:1.5rem;color:#c4383866;padding-bottom:1rem}.landing-root .outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}.landing-root .outcome-card{border-radius:18px;padding:2.25rem;display:flex;flex-direction:column;gap:1.25rem;position:relative;overflow:hidden}.landing-root .oc-biz{background:linear-gradient(145deg,#0A1428 0%,var(--ink-card) 70%);border:1px solid rgba(56,100,196,.3)}.landing-root .oc-biz:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3864c4,#60a0ff)}.landing-root .oc-comp{background:linear-gradient(145deg,#0A2018 0%,var(--ink-card) 70%);border:1px solid rgba(34,196,120,.3)}.landing-root .oc-comp:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1db868,#22d3c8)}.landing-root .oc-govt{background:linear-gradient(145deg,#1E1500 0%,var(--ink-card) 70%);border:1px solid var(--border-g)}.landing-root .oc-govt:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-pale))}.landing-root .oc-header{display:flex;align-items:center;gap:.9rem}.landing-root .oc-icon{font-size:26px;flex-shrink:0}.landing-root .oc-eyebrow{font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-3);margin-bottom:3px}.landing-root .oc-biz .oc-eyebrow{color:#6090e0}.landing-root .oc-comp .oc-eyebrow{color:#40c880}.landing-root .oc-govt .oc-eyebrow{color:var(--gold)}.landing-root .oc-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--white);line-height:1.2}.landing-root .oc-lead{font-size:.88rem;color:var(--text-2);line-height:1.78;font-weight:400}.landing-root .oc-list{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-top:.25rem}.landing-root .oc-list li{display:flex;align-items:flex-start;gap:8px;font-size:.83rem;color:var(--text-2);font-weight:400;line-height:1.55}.landing-root .oc-bullet{color:var(--gold);font-size:12px;flex-shrink:0;margin-top:2px;font-weight:700}.landing-root .oc-biz .oc-bullet{color:#6090e0}.landing-root .oc-comp .oc-bullet{color:#40c880}.landing-root .journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.landing-root .journey-card{border-radius:18px;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden;transition:transform .2s}.landing-root .journey-card:hover{transform:translateY(-3px)}.landing-root .jc-live{background:linear-gradient(145deg,rgba(34,211,200,.08) 0%,var(--ink-card) 60%);border:1px solid rgba(34,211,200,.25)}.landing-root .jc-live:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#22d3c8,#06b6d4)}.landing-root .jc-next{background:linear-gradient(145deg,var(--gold-glow) 0%,var(--ink-card) 60%);border:1px solid var(--border-g)}.landing-root .jc-next:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-pale))}.landing-root .jc-future{background:var(--ink-card);border:1px solid var(--border)}.landing-root .jc-future:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#444,#666)}.landing-root .journey-phase-badge{display:inline-flex;align-items:center;gap:7px;font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;width:fit-content}.landing-root .jc-live .journey-phase-badge{color:#22d3c8}.landing-root .jc-next .journey-phase-badge{color:var(--gold)}.landing-root .jc-future .journey-phase-badge{color:var(--text-3)}.landing-root .jpb-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.landing-root .jpb-live{background:#22d3c8;animation:blink 1.6s ease-in-out infinite}.landing-root .jpb-soon{background:var(--gold)}.landing-root .jpb-future{background:var(--text-3)}.landing-root .journey-phase-num{font-family:Oswald,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ffffff1f;margin-top:.5rem}.landing-root .journey-title{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:600;color:var(--white);line-height:1;letter-spacing:-.5px}.landing-root .jc-live .journey-title{color:#7eeae4}.landing-root .jc-next .journey-title{color:var(--gold-lt)}.landing-root .journey-sub{font-family:Mulish,sans-serif;font-size:.82rem;font-weight:600;color:var(--text-2)}.landing-root .journey-desc{font-size:.87rem;color:var(--text-2);line-height:1.78;font-weight:400;flex:1;margin-top:.5rem}.landing-root .journey-cta-live{display:inline-block;background:#22d3c81f;border:1px solid rgba(34,211,200,.3);color:#22d3c8;font-family:Mulish,sans-serif;font-size:12px;font-weight:700;text-decoration:none;padding:9px 18px;border-radius:6px;margin-top:.5rem;width:fit-content;transition:all .2s;letter-spacing:.3px;cursor:pointer}.landing-root .journey-cta-live:hover{background:#22d3c833}.landing-root .journey-cta-soon{display:inline-block;background:#d4a0301a;border:1px solid var(--border-g);color:var(--gold);font-family:Mulish,sans-serif;font-size:12px;font-weight:700;text-decoration:none;padding:9px 18px;border-radius:6px;margin-top:.5rem;width:fit-content;transition:all .2s;letter-spacing:.3px;cursor:pointer}.landing-root .journey-cta-soon:hover{background:#d4a0302e}.landing-root .journey-note{margin-top:2rem;padding:1.5rem 2rem;background:#ffffff08;border:1px solid var(--border);border-radius:10px;text-align:center}.landing-root .journey-note p{font-size:.9rem;color:var(--text-2);font-weight:400}.landing-root .jn-link{color:var(--gold);text-decoration:none;font-weight:600;cursor:pointer}.landing-root .jn-link:hover{color:var(--gold-lt)}.landing-root .scanner-block{background:var(--ink-card);border:1px solid var(--border-g);border-radius:20px;padding:3.5rem;display:grid;grid-template-columns:1.1fr .75fr;gap:3rem;align-items:center;position:relative;overflow:hidden}.landing-root .scanner-block:before{content:"";position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(ellipse,var(--gold-glow) 0%,transparent 70%);pointer-events:none}.landing-root .scanner-live-chip{display:inline-flex;align-items:center;gap:8px;background:#c438381a;border:1px solid rgba(196,56,56,.3);color:#e08080;font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:1rem}.landing-root .scanner-block h3{font-family:Cormorant Garamond,serif;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:600;color:var(--white);margin-bottom:.75rem;line-height:1.2}.landing-root .scanner-block p{font-size:.93rem;color:var(--text-2);font-weight:400;line-height:1.8;max-width:520px}.landing-root .scanner-stats{display:flex;flex-direction:column;gap:1rem;min-width:240px}.landing-root .s-stat{border-radius:14px;padding:1.75rem 1.75rem 1.6rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:130px}.landing-root .s-stat-teal{background:linear-gradient(135deg,#0a2a2e,#0d1f28);border:1px solid rgba(34,211,200,.22)}.landing-root .s-stat-teal:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#22d3c8,#06b6d4)}.landing-root .s-stat-teal .s-icon{color:#22d3c840;font-size:3.5rem;position:absolute;right:1rem;top:.5rem;line-height:1}.landing-root .s-stat-teal .s-num{font-family:Oswald,sans-serif;font-size:3rem;font-weight:700;line-height:1;color:#22d3c8;letter-spacing:-1px}.landing-root .s-stat-teal .s-tag{font-family:Mulish,sans-serif;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#06b6d4;margin-bottom:.4rem}.landing-root .s-stat-teal .s-lbl{font-family:Mulish,sans-serif;font-size:.8rem;color:#7ccdd8;font-weight:400;line-height:1.5;margin-top:.4rem}.landing-root .s-stat-gold{background:linear-gradient(135deg,#1e1500,#231900);border:1px solid rgba(212,160,48,.28)}.landing-root .s-stat-gold:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#d4a030,#f5c96a)}.landing-root .s-stat-gold .s-icon{color:#d4a0302e;font-size:3.5rem;position:absolute;right:1rem;top:.5rem;line-height:1}.landing-root .s-stat-gold .s-num{font-family:Oswald,sans-serif;font-size:3rem;font-weight:700;line-height:1;color:#eec060;letter-spacing:-1px}.landing-root .s-stat-gold .s-tag{font-family:Mulish,sans-serif;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#d4a030;margin-bottom:.4rem}.landing-root .s-stat-gold .s-lbl{font-family:Mulish,sans-serif;font-size:.8rem;color:#c8a458;font-weight:400;line-height:1.5;margin-top:.4rem}.landing-root .s-stat-red{background:linear-gradient(135deg,#200a0a,#1a0808);border:1px solid rgba(196,56,56,.28)}.landing-root .s-stat-red:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#c43838,#e05555)}.landing-root .s-stat-red .s-icon{color:#c438382e;font-size:3.5rem;position:absolute;right:1rem;top:.5rem;line-height:1}.landing-root .s-stat-red .s-num{font-family:Oswald,sans-serif;font-size:3rem;font-weight:700;line-height:1;color:#f07070;letter-spacing:-1px}.landing-root .s-stat-red .s-tag{font-family:Mulish,sans-serif;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#e05555;margin-bottom:.4rem}.landing-root .s-stat-red .s-lbl{font-family:Mulish,sans-serif;font-size:.8rem;color:#c87878;font-weight:400;line-height:1.5;margin-top:.4rem}.landing-root .penalty-bg{background:var(--ink-mid)}.landing-root .pen-table-wrap{border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-top:3rem;overflow-x:auto}.landing-root table{width:100%;border-collapse:collapse;font-size:.88rem}.landing-root thead{background:#d4a03012;border-bottom:1px solid var(--border-g)}.landing-root th{padding:1rem 1.4rem;font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--gold);text-align:left;white-space:nowrap}.landing-root tbody tr{border-bottom:1px solid var(--border);transition:background .15s}.landing-root tbody tr:last-child{border-bottom:none}.landing-root tbody tr:hover{background:#ffffff05}.landing-root td{padding:1.2rem 1.4rem;vertical-align:middle;color:var(--text-2);font-weight:400;line-height:1.55}.landing-root td:first-child{color:var(--text-1);font-weight:500}.landing-root .pen-amt{font-family:Oswald,sans-serif;font-size:1.25rem;font-weight:600;white-space:nowrap}.landing-root .pa-crit{color:#e05555}.landing-root .pa-high{color:#e08840}.landing-root .pa-med{color:var(--gold)}.landing-root .sec-tag{font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:.5px;padding:3px 8px;background:#ffffff0f;border-radius:4px;white-space:nowrap;color:var(--text-2)}.landing-root .risk-pill{font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:3px 10px;border-radius:100px;white-space:nowrap}.landing-root .rp-c{background:#c438381f;color:#f08080;border:1px solid rgba(196,56,56,.25)}.landing-root .rp-h{background:#dc80381f;color:#f0a070;border:1px solid rgba(220,128,56,.25)}.landing-root .rp-m{background:#d4a0301f;color:#e0b840;border:1px solid rgba(212,160,48,.25)}.landing-root .disclaimer-note{font-size:.78rem;color:var(--text-3);line-height:1.65;margin-top:1.25rem;font-style:italic}.landing-root .who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.landing-root .who-card{background:var(--ink-card);border:1px solid var(--border);border-radius:12px;padding:1.75rem;transition:border-color .2s,transform .2s}.landing-root .who-card:hover{border-color:var(--border-g);transform:translateY(-2px)}.landing-root .who-card .icon{font-size:26px;margin-bottom:1rem;display:block}.landing-root .who-card h4{font-family:Mulish,sans-serif;font-size:.92rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.landing-root .who-card p{font-size:.82rem;color:var(--text-2);font-weight:400;line-height:1.65}.landing-root .platform-block{border:1px solid var(--border-g);border-radius:20px;padding:4rem;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:stretch;background:linear-gradient(135deg,rgba(212,160,48,.05) 0%,transparent 50%)}.landing-root .launch-chip{display:inline-flex;align-items:center;gap:6px;background:#d4a0301a;border:1px solid var(--border-g);color:var(--gold);font-family:Mulish,sans-serif;font-size:11px;font-weight:700;letter-spacing:.8px;padding:6px 16px;border-radius:100px;margin-bottom:1.5rem}.landing-root .platform-block h3{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;color:var(--white);line-height:1.15;margin-bottom:1rem}.landing-root .platform-block h3 em{font-style:italic;color:var(--gold)}.landing-root .platform-block>div:first-child>p{font-size:.93rem;color:var(--text-2);font-weight:400;line-height:1.8;margin-bottom:1.75rem}.landing-root .feat-list{list-style:none;display:flex;flex-direction:column;gap:.9rem}.landing-root .feat-list li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--text-2);font-weight:400}.landing-root .feat-check{color:var(--gold);font-size:14px;margin-top:3px;flex-shrink:0}.landing-root .feat-list strong{color:var(--text-1);font-weight:600}.landing-root .stats-col{display:flex;flex-direction:column;justify-content:space-between;height:100%}.landing-root .big-stat{padding:1.5rem 0;border-bottom:1px solid var(--border);flex:1;display:flex;flex-direction:column;justify-content:center}.landing-root .big-stat:first-child{padding-top:0}.landing-root .big-stat:last-child{border-bottom:none;padding-bottom:0}.landing-root .big-num{font-family:Oswald,sans-serif;font-size:3rem;font-weight:700;color:var(--gold);line-height:1;letter-spacing:-.5px;margin-bottom:.35rem}.landing-root .big-desc{font-size:.85rem;color:var(--text-2);font-weight:400;line-height:1.6}.landing-root .stat-source{font-size:.72rem;color:var(--text-3);font-weight:400;margin-top:.5rem;border-left:2px solid rgba(212,160,48,.3);padding-left:8px;line-height:1.5;font-style:italic}.landing-root .contact-outer{background:var(--ink-mid);padding:7rem 2rem}.landing-root .contact-intro{text-align:center;margin-bottom:3.5rem}.landing-root .contact-intro .display{max-width:560px;margin:.75rem auto 1rem}.landing-root .contact-intro p{max-width:520px;margin:0 auto}.landing-root .contact-card{background:var(--white);border-radius:20px;padding:4rem;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.landing-root .cl-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:600;color:#0c1020;line-height:1.15;margin-bottom:.85rem}.landing-root .cl-h2 em{font-style:italic;color:#8b4513}.landing-root .cl-sub{font-size:.92rem;color:#5a6270;font-weight:400;line-height:1.75;margin-bottom:2rem}.landing-root .cfact{display:flex;align-items:center;gap:10px;margin-bottom:1rem;font-size:.85rem;color:#4a5260}.landing-root .cfact-ico{width:32px;height:32px;background:#f3f1ec;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.landing-root .form-field{margin-bottom:1.25rem;text-align:left}.landing-root .form-field label{display:block;font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#374151;margin-bottom:6px}.landing-root .form-field input,.landing-root .form-field select,.landing-root .form-field textarea{width:100%;background:#f8f7f3;border:1px solid #E0DDD5;border-radius:8px;padding:12px 16px;font-size:.9rem;color:#1a1f2c;font-family:Mulish,sans-serif;transition:border-color .2s,background .2s;outline:none}.landing-root .form-field input:focus,.landing-root .form-field select:focus,.landing-root .form-field textarea:focus{border-color:#b8860b;background:#fff;box-shadow:0 0 0 3px #b8860b1a}.landing-root .form-field textarea{resize:vertical;min-height:100px}.landing-root .submit-btn{width:100%;background:#0c1020;color:var(--white);border:none;padding:14px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;font-family:Mulish,sans-serif;transition:all .2s;letter-spacing:.3px}.landing-root .submit-btn:hover{background:#1a2240;transform:translateY(-1px)}.landing-root .submit-btn:disabled{background:#4a5270;cursor:not-allowed;transform:none}.landing-root .form-note{font-size:.75rem;color:#9ca3af;margin-top:.9rem;text-align:center}.landing-root .success-msg{display:none;background:#f0fdf4;border:1px solid #86EFAC;border-radius:8px;padding:1rem;color:#166534;font-size:.88rem;text-align:center;margin-top:1rem;font-weight:500}.landing-root footer{padding:2.5rem 4rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;max-width:100%}.landing-root .footer-brand{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;color:var(--white)}.landing-root .footer-sub{font-size:.78rem;color:var(--text-3);font-weight:400;margin-top:3px}.landing-root .footer-dis{font-size:.75rem;color:var(--text-3);font-weight:400;line-height:1.6;max-width:440px;text-align:right;font-style:italic}.landing-root .reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.landing-root .reveal.in{opacity:1;transform:translateY(0)}.landing-root .serves-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}.landing-root .serves-card{background:var(--ink-card);border:1px solid var(--border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s,transform .2s}.landing-root .serves-card:hover{transform:translateY(-3px)}.landing-root .sc-active{border-color:var(--border-g);background:linear-gradient(145deg,rgba(212,160,48,.06) 0%,var(--ink-card) 60%)}.landing-root .sc-soon{border-color:var(--border)}.landing-root .sc-status{display:inline-flex;align-items:center;gap:7px;width:fit-content}.landing-root .sc-live-dot{width:8px;height:8px;border-radius:50%;background:#22d3c8;flex-shrink:0;box-shadow:0 0 6px #22d3c880;animation:blink 1.6s ease-in-out infinite}.landing-root .sc-soon-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.landing-root .sc-status-text{font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#22d3c8}.landing-root .sc-soon-text{color:var(--gold)}.landing-root .sc-num{font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:700;color:#ffffff12;line-height:1;letter-spacing:-1px}.landing-root .serves-card h3{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--white);line-height:1.25;margin-top:-.5rem}.landing-root .serves-card p{font-size:.85rem;color:var(--text-2);font-weight:400;line-height:1.75;flex:1}.landing-root .sc-link{font-family:Mulish,sans-serif;font-size:12px;font-weight:700;color:var(--gold);text-decoration:none;letter-spacing:.3px;transition:color .2s;margin-top:auto}.landing-root .sc-link:hover{color:var(--gold-lt)}.landing-root .coming-soon-bg{background:var(--ink-mid)}.landing-root .cs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}.landing-root .cs-item{display:flex;align-items:flex-start;gap:1rem;background:var(--ink-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:border-color .2s}.landing-root .cs-item:hover{border-color:var(--border-g)}.landing-root .cs-icon{font-size:22px;flex-shrink:0;width:40px;height:40px;background:#ffffff0a;border-radius:8px;display:flex;align-items:center;justify-content:center}.landing-root .cs-name{font-family:Mulish,sans-serif;font-size:.88rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.landing-root .cs-desc{font-size:.8rem;color:var(--text-2);font-weight:400;line-height:1.65}.landing-root .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;align-items:start}.landing-root .faq-col{display:flex;flex-direction:column;gap:2.5rem}.landing-root .faq-group-label{font-family:Mulish,sans-serif;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border-g)}.landing-root .faq-item{border-bottom:1px solid var(--border)}.landing-root .faq-item:last-child{border-bottom:none}.landing-root .faq-q{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-family:Mulish,sans-serif;font-size:.92rem;font-weight:600;color:var(--text-1);text-align:left;line-height:1.5;transition:color .2s}.landing-root .faq-q:hover{color:var(--white)}.landing-root .faq-q.open{color:var(--gold)}.landing-root .faq-arrow{font-size:1.4rem;font-weight:300;color:var(--text-3);flex-shrink:0;transition:transform .25s,color .2s;line-height:1}.landing-root .faq-q.open .faq-arrow{transform:rotate(45deg);color:var(--gold)}.landing-root .faq-a{display:none;padding:0 0 1.25rem;text-align:left}.landing-root .faq-a.open{display:block}.landing-root .faq-a p{font-size:.88rem;color:var(--text-2);font-weight:400;line-height:1.8}.landing-root .faq-a p strong{color:var(--text-1);font-weight:600}@media (max-width: 1024px){.landing-root .nav-links{gap:1.5rem}.landing-root .display-xl{font-size:4.5rem}}@media (max-width: 900px){.landing-root nav{padding:1rem 2rem}.landing-root .mobile-toggle{display:block}.landing-root .nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:var(--ink);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .4s cubic-bezier(.25,.8,.25,1);z-index:200;padding:2rem;display:flex}.landing-root .nav-links.mobile-open{right:0}.landing-root .nav-link{font-size:1.5rem;font-family:Cormorant Garamond,serif}.landing-root .nav-cta.desktop-only{display:none}.landing-root .nav-cta-mobile{display:block}.landing-root .ex-card-inner{grid-template-columns:80px 1fr}.landing-root .tl-row{grid-template-columns:1fr}.landing-root .tl-deadline{grid-template-columns:1fr;gap:1.5rem}.landing-root .scanner-block{grid-template-columns:1fr;padding:2.5rem}.landing-root .who-grid{grid-template-columns:repeat(2,1fr)}.landing-root .outcome-grid{grid-template-columns:1fr}.landing-root .journey-grid{grid-template-columns:1fr;gap:1.5rem}.landing-root .faq-grid{grid-template-columns:1fr}.landing-root .platform-block{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem}.landing-root .stats-col{height:auto}.landing-root .big-stat{border-bottom:1px solid var(--border);padding:2rem 0}.landing-root .contact-card{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem}}@media (max-width: 640px){.landing-root .display-xl{font-size:3rem}.landing-root .display-lg{font-size:2.2rem}.landing-root .section{padding:4rem 1.5rem}.landing-root .hero{padding:7rem 1.5rem 4rem}.landing-root .hero-sub{font-size:1.05rem}.landing-root .hero-actions{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.landing-root .btn-primary,.landing-root .btn-ghost{width:100%;justify-content:center}.landing-root .cd-units{gap:8px}.landing-root .cd-box{min-width:70px;padding:.8rem}.landing-root .cd-num{font-size:2rem}.landing-root .cd-colon{display:none}.landing-root .cd-colon-mobile{display:block}.landing-root .cd-units{display:grid;grid-template-columns:repeat(2,1fr);max-width:240px;margin:0 auto;gap:12px}.landing-root .cd-colon-mobile,.landing-root .cd-colon{display:none}.landing-root .ex-card-inner{grid-template-columns:1fr}.landing-root .ex-left{flex-direction:row;justify-content:space-between;padding:1.25rem 1.5rem;border-right:none;border-bottom:1px solid var(--border)}.landing-root .ex-num{font-size:1.5rem}.landing-root .tl-deadline-date{font-size:2.2rem}.landing-root .who-grid{grid-template-columns:1fr}.landing-root .pen-table-wrap{margin-left:-1.5rem;margin-right:-1.5rem;border-radius:0;border-left:none;border-right:none}.landing-root table{min-width:600px}.landing-root .footer-brand{margin-bottom:.5rem}.landing-root .footer-dis{text-align:left;max-width:100%}.landing-root footer{flex-direction:column;align-items:flex-start;padding:2.5rem 1.5rem}}@media (max-width: 400px){.landing-root .display-xl{font-size:2.5rem}.landing-root .tl-deadline-date{font-size:1.8rem}.landing-root .cd-num{font-size:1.75rem}.landing-root .cd-box{min-width:60px}}
