@import"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&display=swap";:root{--brand-1:#2563EB;--brand-2:#F97316;--brand-1-soft:rgba(37,99,235,.14);--brand-2-soft:rgba(249,115,22,.14);--bg-0:#060A12;--bg-1:#0B1220;--bg-2:#111827;--card: rgba(255,255,255,.07);--card-strong: rgba(255,255,255,.1);--border: rgba(255,255,255,.14);--text: rgba(255,255,255,.94);--muted: rgba(255,255,255,.68);--danger:#EF4444;--success:#22C55E;--warning:#F59E0B;--shadow: 0 20px 60px rgba(0,0,0,.42);--shadow-soft: 0 10px 30px rgba(0,0,0,.24);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--text);background:radial-gradient(1100px 700px at 12% 10%,rgba(37,99,235,.24),transparent 55%),radial-gradient(900px 650px at 88% 16%,rgba(249,115,22,.18),transparent 58%),radial-gradient(900px 700px at 50% 100%,rgba(37,99,235,.14),transparent 62%),linear-gradient(180deg,#060a12,#04070e);min-height:100vh}.container{max-width:1200px;margin:auto;padding:20px}header{position:sticky;top:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#060a12b8;border-bottom:1px solid rgba(255,255,255,.06);z-index:100;box-shadow:0 8px 24px #0000002e}.header-inner{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:16px}.brand{display:flex;gap:12px;align-items:center}.brand img{width:44px;height:44px;border-radius:12px;background:#fff;padding:6px;box-shadow:0 8px 18px #2563eb2e}.brand h1{font-size:16px;margin:0;letter-spacing:.2px}.brand p{margin:0;font-size:12px;color:var(--muted)}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:1fr 1fr}@media(max-width:900px){.grid.two{grid-template-columns:1fr}}.card{background:linear-gradient(180deg,#ffffff12,#ffffff0d);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.card-header{padding:18px 18px 0}.card-header h2{margin:0 0 4px;font-size:18px}.card-header p{margin:0;color:var(--muted);font-size:13px}.card-body{padding:18px}label{display:block;font-size:12px;color:var(--muted);margin:12px 0 6px}input,textarea,select{width:100%;padding:11px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--text);appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}input::placeholder,textarea::placeholder{color:#ffffff6b}input:focus,textarea:focus,select:focus{outline:none;border-color:#2563eb8c;background:#ffffff17;box-shadow:0 0 0 4px #2563eb1f}textarea{resize:vertical}select{cursor:pointer}select option,select optgroup{color:#111827;background:#fff}select:disabled,input:disabled,textarea:disabled{opacity:1;color:#ffffffb8;cursor:not-allowed}.btn{border:none;border-radius:14px;padding:10px 16px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 10px 24px #2563eb33}.btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #2563eb3d}.btn.secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.14);box-shadow:none}.btn.secondary:hover{background:#ffffff1c}.btn.danger{background:#ef44442e;border:1px solid rgba(239,68,68,.35);box-shadow:none}.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.hr{height:1px;background:#ffffff14;margin:18px 0}.small{font-size:12px;color:var(--muted)}.kbd{font-family:monospace;background:#2563eb1f;border:1px solid rgba(37,99,235,.2);color:#dbeafe;padding:2px 6px;border-radius:6px}.pill{background:#ffffff12;border:1px solid rgba(255,255,255,.12);padding:6px 10px;border-radius:999px;font-size:12px}table{width:100%;border-collapse:collapse}th,td{padding:10px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}th{color:var(--muted);font-size:12px}thead th{border-bottom:1px solid rgba(37,99,235,.24);background:#ffffff05}tbody tr:hover{background:#ffffff08}.overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0000007a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modal{width:min(420px,95%);background:linear-gradient(180deg,#ffffff1a,#ffffff12);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px;box-shadow:var(--shadow)}.modal h3{margin:0 0 6px}.modal-footer{margin-top:14px}footer{margin-top:40px;padding:24px;text-align:center;color:var(--muted);border-top:1px solid rgba(255,255,255,.08)}.tone-blue{background:var(--brand-1-soft);border:1px solid rgba(37,99,235,.28);color:#dbeafe}.tone-orange{background:var(--brand-2-soft);border:1px solid rgba(249,115,22,.3);color:#ffedd5}@keyframes vpPulse{0%{transform:scale(1);box-shadow:0 0 #f9731638}50%{transform:scale(1.03);box-shadow:0 0 0 8px #f9731600}to{transform:scale(1);box-shadow:0 0 #f9731600}}.modal{width:min(720px,100%);background:linear-gradient(180deg,#0f172afa,#0f172af0);border:1px solid rgba(255,255,255,.1);border-radius:22px;box-shadow:0 24px 80px #00000073;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:800;text-transform:uppercase;letter-spacing:.4px}.modal-body{padding:20px;line-height:1.7;color:#ffffffeb}.modal-body h3,.modal-body h4{margin-top:0}.modal-body ul{margin:10px 0 0 18px;padding:0}.footer-title{font-weight:800;margin-bottom:10px;text-transform:uppercase;letter-spacing:.4px}.footer-link{font-size:14px;opacity:.86;margin-bottom:8px}.footer-link:hover{opacity:1}.vp-footer{margin-top:44px;padding:34px 0 26px;border-top:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 24%),radial-gradient(circle at top right,rgba(249,115,22,.08),transparent 20%),#0f172aad}.vp-footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:24px}.vp-footer-brand{display:grid;gap:12px}.vp-footer-logo{font-size:20px;font-weight:900;letter-spacing:.4px;text-transform:uppercase}.vp-footer-desc{font-size:14px;line-height:1.75;color:#ffffffc7}.vp-footer-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.vp-footer-btn{border-radius:12px;padding:10px 14px;font-weight:800;cursor:pointer;transition:all .2s ease}.vp-footer-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:1px solid rgba(37,99,235,.45)}.vp-footer-btn.primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #2563eb38}.vp-footer-btn.secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.12)}.vp-footer-btn.secondary:hover{background:#ffffff14}.footer-title{font-weight:800;margin-bottom:12px;text-transform:uppercase;letter-spacing:.4px;font-size:13px;color:#cbd5e1}.footer-link{font-size:14px;opacity:.86;margin-bottom:10px;line-height:1.55;color:#ffffffd1}.footer-link-clickable{cursor:pointer}.footer-link-clickable:hover{opacity:1;color:#fff}.vp-footer-divider{margin:22px 0 18px;height:1px;background:linear-gradient(90deg,#ffffff08,#ffffff24,#ffffff08)}.vp-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;font-size:13px;line-height:1.7;color:#ffffffb8}.vp-footer-meta{display:flex;gap:8px;flex-wrap:wrap}.vp-footer-chip{padding:7px 10px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffd1;font-size:12px;font-weight:700}.modal-overlay{position:fixed;inset:0;background:#020617b8;display:flex;align-items:center;justify-content:center;z-index:100000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(980px,100%);background:linear-gradient(180deg,#0f172afa,#0f172af2);border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 24px 80px #00000073;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 22px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:800;letter-spacing:.3px}.modal-eyebrow{font-size:12px;text-transform:uppercase;opacity:.7;margin-bottom:4px}.modal-header button{border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;border-radius:12px;padding:8px 14px;cursor:pointer;font-weight:700}.modal-header button:hover{background:#ffffff1a}.modal-body{padding:22px;line-height:1.75;color:#ffffffeb}.modal-about .modal-body h3{margin-top:0;margin-bottom:10px;font-size:24px;line-height:1.35}.modal-about .modal-body h4{margin:0 0 10px;font-size:16px}.modal-about .modal-body ul{margin:0;padding-left:18px}.modal-about .modal-body li{margin-bottom:8px}.about-hero{display:grid;grid-template-columns:1.4fr .8fr;gap:18px;margin-bottom:20px}.about-highlight-box{padding:18px;border-radius:18px;background:linear-gradient(135deg,#2563eb24,#f973161a);border:1px solid rgba(37,99,235,.22)}.about-highlight-title{font-weight:900;margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}.about-highlight-text{line-height:1.7;color:#ffffffdb}.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}.about-card{padding:18px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.about-section{margin-top:18px}.about-quote{padding:16px 18px;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);font-style:italic;color:#ffffffe0}.about-badges{display:flex;gap:10px;flex-wrap:wrap}.about-badge{padding:8px 12px;border-radius:999px;background:#2563eb1f;border:1px solid rgba(37,99,235,.24);color:#dbeafe;font-size:12px;font-weight:800}@media(max-width:980px){.vp-footer-grid{grid-template-columns:1fr 1fr}.about-hero,.about-grid{grid-template-columns:1fr}}@media(max-width:640px){.vp-footer-grid{grid-template-columns:1fr}.vp-footer-bottom{flex-direction:column;align-items:flex-start}.modal-body,.modal-header{padding:18px}.modal-about .modal-body h3{font-size:20px}}.modal{max-height:min(88vh,920px)}.modal-body{max-height:calc(88vh - 88px);overflow-y:auto;padding:22px;line-height:1.75;color:#ffffffeb}.modal-body::-webkit-scrollbar{width:10px}.modal-body::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:999px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-about .modal-body p{margin:0 0 14px;color:#ffffffe0}.modal-about .modal-body h4{margin:18px 0 10px;font-size:16px;font-weight:800;color:#fff}.modal-about .modal-body ul{margin:0 0 14px 18px;padding:0}.modal-about .modal-body li{margin-bottom:8px;color:#ffffffe0}.modal-about .modal-body{text-align:left}body{font-family:Be Vietnam Pro,Inter,Segoe UI,Arial,sans-serif}.vp-footer-right button{font-family:Be Vietnam Pro,Inter,Segoe UI,Arial,sans-serif;font-size:14px;font-weight:600;line-height:1.4;letter-spacing:0;text-transform:none}.vp-footer{margin-top:24px;padding:16px 20px;border-top:1px solid #e5e7eb;background:#fff;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.vp-footer-left{display:flex;flex-direction:column;gap:4px;color:#334155;font-size:14px}.vp-footer-left strong{color:#0f172a;font-size:14px}.vp-footer-right{display:flex;flex-wrap:wrap;gap:10px}.vp-footer-right button{border:none;background:transparent;color:#0f4c81;font-size:14px;font-weight:600;font-family:Be Vietnam Pro,Inter,Segoe UI,Arial,sans-serif;line-height:1.4;letter-spacing:0;text-transform:none;cursor:pointer;padding:6px 8px;border-radius:8px}.vp-footer-right button:hover{background:#eef4fb;color:#0b3b63}@media(max-width:768px){.vp-footer{align-items:flex-start}.vp-footer-right{width:100%}}.landing-page,.demo-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(31,122,224,.1),transparent 30%),linear-gradient(180deg,#f8fbff,#fff);color:#0f172a}.landing-hero{padding:72px 20px 48px}.landing-hero-inner,.landing-section,.demo-topbar,.demo-hero,.demo-grid,.demo-actions{width:100%;max-width:1180px;margin:0 auto}.landing-badge,.demo-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#0f4c8114;color:#0f4c81;font-size:13px;font-weight:700;margin-bottom:18px}.landing-hero h1,.demo-hero h1{margin:0;font-size:clamp(38px,6vw,64px);line-height:1.04;font-weight:800;letter-spacing:-.03em}.landing-subtitle,.demo-hero p{margin-top:18px;max-width:860px;font-size:18px;line-height:1.75;color:#334155}.landing-hero-actions,.landing-cta-row,.demo-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.landing-btn{border:none;border-radius:14px;padding:13px 20px;font-size:15px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .2s ease}.landing-btn-primary{background:linear-gradient(135deg,#0f4c81,#1f7ae0);color:#fff;box-shadow:0 14px 34px #1f7ae038}.landing-btn-primary:hover{transform:translateY(-1px)}.landing-btn-secondary{background:#fff;color:#0f172a;border:1px solid #dbe4ee}.landing-proof{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.landing-proof-item{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;color:#334155;padding:10px 14px;border-radius:999px;font-size:14px;font-weight:600}.landing-section{padding:28px 20px 56px}.landing-section-alt{background:#f8fbff;border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7}.landing-section-header{max-width:820px;margin-bottom:26px}.landing-eyebrow{display:inline-block;margin-bottom:10px;color:#1f7ae0;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.landing-section-header h2{margin:0 0 10px;font-size:clamp(28px,4vw,42px);line-height:1.15}.landing-section-header p{margin:0;color:#475569;line-height:1.8;font-size:16px}.landing-problem-grid,.landing-features-grid,.demo-grid,.landing-solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landing-card,.landing-feature-card,.demo-card,.landing-solution-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:22px;box-shadow:0 10px 30px #0f172a0a}.landing-card h3,.landing-feature-card h3,.demo-card h3,.landing-solution-card h3{margin:0 0 10px;font-size:18px}.landing-card p,.landing-feature-card p,.demo-card p,.landing-solution-card p{margin:0;color:#475569;line-height:1.75}.landing-feature-icon,.landing-solution-icon,.demo-card svg{color:#0f4c81;margin-bottom:14px}.landing-solution-highlight{background:linear-gradient(180deg,#fff,#f5f9ff);border-color:#cfe2ff}.landing-benefit-wrap{display:grid;grid-template-columns:1.1fr 1fr;gap:28px;align-items:start}.landing-benefit-left h2{margin:10px 0;font-size:clamp(28px,4vw,40px)}.landing-benefit-left p{margin:0;color:#475569;line-height:1.8}.landing-benefit-right{display:grid;gap:12px}.landing-benefit-item{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid #e2e8f0;padding:16px 18px;border-radius:18px;color:#1e293b;font-weight:600}.demo-topbar{padding:20px}.demo-back-btn{border:1px solid #dbe4ee;background:#fff;color:#0f172a;border-radius:12px;padding:10px 14px;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.demo-hero{padding:18px 20px 24px}.demo-grid{padding:0 20px 10px}.demo-actions{padding:16px 20px 48px}@media(max-width:960px){.landing-problem-grid,.landing-features-grid,.demo-grid,.landing-solution-grid,.landing-benefit-wrap{grid-template-columns:1fr}}.landing-v2 .landing-hero-v2{padding-top:84px;padding-bottom:56px}.landing-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.landing-subtitle-strong strong{color:#0f4c81}.landing-hero-showcase{position:relative}.showcase-shell{background:linear-gradient(180deg,#fff,#f4f9ff);border:1px solid #d8e6f5;border-radius:28px;box-shadow:0 24px 60px #0f4c811f;overflow:hidden}.showcase-top{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:linear-gradient(135deg,#0f4c81,#1f7ae0);color:#fff}.showcase-dot-group{display:flex;gap:6px}.showcase-dot-group span{width:10px;height:10px;border-radius:999px;background:#ffffffbf}.showcase-title{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.showcase-body{padding:18px}.showcase-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.showcase-kpi{background:#fff;border:1px solid #e2ebf5;border-radius:18px;padding:14px}.showcase-kpi span{display:block;font-size:13px;color:#64748b;margin-bottom:6px}.showcase-kpi strong{font-size:24px;color:#0f172a}.showcase-brief{background:linear-gradient(180deg,#0f172a,#162033);border-radius:22px;padding:18px;color:#fff}.showcase-brief-head{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;font-weight:700;color:#93c5fd}.showcase-brief ul{margin:0;padding-left:18px}.showcase-brief li{margin-bottom:8px;line-height:1.7;color:#ffffffeb}.showcase-floating{position:absolute;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #dbe7f3;border-radius:999px;padding:10px 14px;box-shadow:0 16px 34px #0f172a14;font-size:13px;font-weight:700;color:#0f172a}.showcase-floating-1{left:-20px;bottom:56px}.showcase-floating-2{right:-12px;top:72px}.landing-card-emphasis{border-left:4px solid #1f7ae0}.landing-process-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landing-process-card{position:relative;background:#fff;border:1px solid #dbe7f3;border-radius:24px;padding:24px;box-shadow:0 10px 32px #0f172a0d}.landing-process-number{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#0f4c81,#1f7ae0);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:14px}.landing-process-card h3{margin:0 0 10px;font-size:20px}.landing-process-card p{margin:0;color:#475569;line-height:1.8}.landing-process-arrow{position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:999px;background:#fff;border:1px solid #dbe7f3;display:flex;align-items:center;justify-content:center;color:#1f7ae0;box-shadow:0 8px 18px #0f172a0f}.landing-feature-card-strong{background:linear-gradient(180deg,#fff,#fbfdff)}.landing-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landing-role-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:22px;box-shadow:0 10px 30px #0f172a0a}.landing-role-head{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:#0f4c81}.landing-role-head h3{margin:0;color:#0f172a}.landing-role-card p{margin:0;color:#475569;line-height:1.75}.landing-final-cta{padding-bottom:72px}.landing-final-cta-box{max-width:1080px;margin:0 auto;background:linear-gradient(135deg,#0f172a,#0f4c81 52%,#1f7ae0);color:#fff;border-radius:30px;padding:40px 28px;box-shadow:0 24px 60px #0f4c8138}.landing-final-cta-box .landing-eyebrow{color:#bfdbfe}.landing-final-cta-box h2{margin:0 0 12px;font-size:clamp(30px,4vw,46px);line-height:1.12}.landing-final-cta-box p{margin:0;max-width:760px;color:#ffffffe6;line-height:1.8;font-size:16px}.landing-final-cta-box .landing-btn-secondary{background:#ffffff1f;color:#fff;border-color:#ffffff38}@media(max-width:960px){.landing-hero-grid,.landing-process-row,.landing-role-grid{grid-template-columns:1fr}.landing-process-arrow{display:none}.showcase-floating-1,.showcase-floating-2{position:static;margin-top:12px}}.showcase-floating{display:none}.showcase-badge-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.showcase-badge-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #dbe7f3;border-radius:999px;padding:10px 14px;box-shadow:0 12px 28px #0f172a0f;font-size:13px;font-weight:700;color:#0f172a}.landing-site-header{position:sticky;top:0;z-index:60;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fbffd1;border-bottom:1px solid rgba(219,228,238,.85)}.landing-site-header-inner{max-width:1180px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.landing-site-brand{display:flex;align-items:center;gap:12px;cursor:pointer}.landing-site-logo{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#0f4c81,#1f7ae0);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #1f7ae02e}.landing-site-logo-img{width:34px;height:34px;object-fit:contain}.landing-site-brand-text{display:flex;flex-direction:column;line-height:1.15}.landing-site-brand-text strong{font-size:15px;color:#0f172a}.landing-site-brand-text span{font-size:12px;color:#64748b}.landing-site-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.landing-site-nav button{border:none;background:transparent;color:#334155;font-weight:700;cursor:pointer;padding:10px 12px;border-radius:10px;font-family:Be Vietnam Pro,Inter,Segoe UI,Arial,sans-serif}.landing-site-nav button:hover{background:#eef4fb;color:#0f4c81}.landing-site-login{background:linear-gradient(135deg,#0f4c81,#1f7ae0)!important;color:#fff!important;box-shadow:0 12px 24px #1f7ae033}.landing-site-footer{border-top:1px solid #e2e8f0;background:#fff;margin-top:20px}.landing-site-footer-inner{max-width:1180px;margin:0 auto;padding:24px 20px 34px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.landing-site-footer-left{display:flex;flex-direction:column;gap:8px;max-width:760px}.landing-site-footer-left strong{color:#0f172a;font-size:15px}.landing-site-footer-left span{color:#64748b;line-height:1.7;font-size:14px}.landing-site-footer-left small{color:#94a3b8;font-size:13px}.landing-site-footer-right{display:flex;gap:10px;flex-wrap:wrap}.landing-site-footer-right button{border:1px solid #dbe4ee;background:#fff;color:#0f172a;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer;font-family:Be Vietnam Pro,Inter,Segoe UI,Arial,sans-serif}.landing-site-footer-right button:hover{background:#f8fbff;color:#0f4c81}@media(max-width:960px){.landing-site-header-inner,.landing-site-footer-inner{flex-direction:column;align-items:flex-start}.landing-site-nav{width:100%}}.demo-v2{background:radial-gradient(circle at top right,rgba(31,122,224,.1),transparent 28%),linear-gradient(180deg,#f8fbff,#fff)}.demo-hero-v2{max-width:1180px;margin:0 auto;padding:12px 20px 18px;display:flex;justify-content:space-between;align-items:end;gap:20px;flex-wrap:wrap}.demo-hero-copy{max-width:760px}.demo-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.demo-kpi-wrap{max-width:1180px;margin:0 auto;padding:8px 20px 20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.demo-kpi-card{background:#fff;border:1px solid #dbe7f3;border-radius:22px;padding:20px;box-shadow:0 12px 32px #0f172a0d}.demo-kpi-head{display:flex;align-items:center;gap:10px;color:#475569;font-size:14px;font-weight:700;margin-bottom:14px}.demo-kpi-icon{width:34px;height:34px;border-radius:12px;background:#0f4c8114;color:#0f4c81;display:flex;align-items:center;justify-content:center}.demo-kpi-card strong{display:block;font-size:34px;line-height:1;color:#0f172a;margin-bottom:8px}.demo-kpi-card p{margin:0;color:#64748b;font-size:14px}.demo-main-grid{max-width:1180px;margin:0 auto;padding:6px 20px 18px;display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.demo-brief-card,.demo-mini-card,.demo-priority-card,.demo-table-card,.demo-bottom-cta-box{background:#fff;border:1px solid #dbe7f3;border-radius:24px;box-shadow:0 12px 32px #0f172a0d}.demo-brief-card{padding:22px}.demo-side-stack{display:grid;gap:18px}.demo-mini-card{padding:20px}.demo-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.demo-card-title{display:inline-flex;align-items:center;gap:10px;color:#0f172a;font-weight:800}.demo-card-tag{background:#0f4c8114;color:#0f4c81;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}.demo-brief-content p{margin:0 0 14px;color:#334155;line-height:1.85}.demo-brief-content ul{margin:0;padding-left:20px}.demo-brief-content li{margin-bottom:10px;color:#334155;line-height:1.8}.demo-mini-card p{margin:10px 0 0;color:#475569;line-height:1.8}.demo-priority-grid{max-width:1180px;margin:0 auto;padding:6px 20px 18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.demo-priority-card{padding:22px}.demo-priority-type{display:inline-flex;align-items:center;gap:8px;color:#0f4c81;font-weight:800;margin-bottom:12px}.demo-priority-card h3{margin:0 0 10px;font-size:19px;line-height:1.35;color:#0f172a}.demo-priority-card p{margin:0;color:#475569;line-height:1.8}.demo-table-card{max-width:1180px;margin:0 auto;padding:22px}.demo-table-wrap{overflow-x:auto}.demo-table{width:100%;border-collapse:collapse;min-width:720px}.demo-table thead th{text-align:left;font-size:13px;color:#64748b;padding:12px 14px;border-bottom:1px solid #e2e8f0;text-transform:uppercase;letter-spacing:.04em}.demo-table tbody td{padding:14px;border-bottom:1px solid #eef2f7;color:#0f172a;vertical-align:top}.demo-bottom-cta{max-width:1180px;margin:0 auto;padding:18px 20px 54px}.demo-bottom-cta-box{padding:28px;background:linear-gradient(135deg,#0f172a,#0f4c81 48%,#1f7ae0);color:#fff}.demo-bottom-cta-box h2{margin:0 0 12px;font-size:clamp(28px,4vw,42px);line-height:1.15}.demo-bottom-cta-box p{margin:0;max-width:760px;color:#ffffffe6;line-height:1.8}.demo-bottom-cta-box .demo-actions{margin-top:22px}.demo-bottom-cta-box .landing-btn-secondary{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.22)}@media(max-width:960px){.demo-kpi-wrap,.demo-main-grid,.demo-priority-grid{grid-template-columns:1fr}.demo-hero-v2{align-items:flex-start}}.demo-site-header{position:sticky;top:0;z-index:70;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fbffd6;border-bottom:1px solid rgba(219,228,238,.9)}.demo-site-header-inner{max-width:1180px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.demo-site-brand{display:flex;align-items:center;gap:10px}.demo-site-logo-img{width:30px;height:30px;object-fit:contain}.demo-site-brand-text{display:flex;flex-direction:column;line-height:1.15}.demo-site-brand-text strong{font-size:15px;color:#0f172a}.demo-site-brand-text span{font-size:12px;color:#64748b}.demo-site-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.demo-site-pill{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #dbe7f3;color:#0f4c81;font-size:13px;font-weight:700}.demo-site-back-btn,.demo-site-login-btn,.demo-site-footer-right button{border:1px solid #dbe4ee;background:#fff;color:#0f172a;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer;font-family:Be Vietnam Pro,Inter,Segoe UI,Arial,sans-serif;display:inline-flex;align-items:center;gap:8px}.demo-site-login-btn{background:linear-gradient(135deg,#0f4c81,#1f7ae0);color:#fff;border-color:transparent;box-shadow:0 12px 24px #1f7ae033}.demo-site-footer{border-top:1px solid #e2e8f0;background:#fff;margin-top:14px}.demo-site-footer-inner{max-width:1180px;margin:0 auto;padding:24px 20px 34px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.demo-site-footer-left{display:flex;flex-direction:column;gap:8px;max-width:760px}.demo-site-footer-left strong{color:#0f172a;font-size:15px}.demo-site-footer-left span{color:#64748b;line-height:1.7;font-size:14px}.demo-site-footer-left small{color:#94a3b8;font-size:13px}.demo-site-footer-right{display:flex;gap:10px;flex-wrap:wrap}.demo-v2 .demo-kpi-card,.demo-v2 .demo-brief-card,.demo-v2 .demo-mini-card,.demo-v2 .demo-priority-card,.demo-v2 .demo-table-card{box-shadow:0 14px 34px #0f172a0f}@media(max-width:960px){.demo-site-header-inner,.demo-site-footer-inner{flex-direction:column;align-items:flex-start}.demo-site-nav{width:100%}}.demo-kpi-wrap{margin-top:4px}.demo-main-grid{margin-top:8px}.demo-kpi-card:hover{transform:translateY(-3px);transition:all .2s ease}.demo-env-note{max-width:1180px;margin:0 auto;padding:0 20px 10px;color:#64748b;font-size:13px;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-box{width:640px;background:#fff;border-radius:14px;padding:28px;box-shadow:0 10px 40px #0000004d}.modal-title{font-size:22px;font-weight:700;margin-bottom:4px}.modal-sub{color:#64748b;font-size:14px;margin-bottom:16px}.modal-section{margin-top:16px}.priority{margin-top:10px;padding:10px 14px;border-radius:8px}.priority.high{background:#fee2e2}.priority.medium{background:#fef3c7}.btn-primary{margin-top:20px;background:#0f4c81;color:#fff;padding:10px 16px;border-radius:8px;border:none;cursor:pointer}.demo-brief-overlay{position:fixed;inset:0;background:#0f172a94;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999}.demo-brief-modal{position:relative;width:min(760px,100%);max-height:90vh;overflow-y:auto;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 30px 80px #0f172a47;padding:24px;border:1px solid rgba(148,163,184,.18)}.demo-brief-modal.positive{border-top:5px solid #2563eb}.demo-brief-modal.warning{border-top:5px solid #f59e0b}.demo-brief-modal.opportunity{border-top:5px solid #16a34a}.demo-brief-close{position:absolute;top:16px;right:16px;width:38px;height:38px;border:none;border-radius:999px;background:#eef2ff;color:#0f172a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.demo-brief-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding-right:48px}.demo-brief-chip,.demo-brief-status{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}.demo-brief-chip{background:#e0ecff;color:#0f4c81}.demo-brief-status.positive{background:#dbeafe;color:#1d4ed8}.demo-brief-status.warning{background:#fef3c7;color:#b45309}.demo-brief-status.opportunity{background:#dcfce7;color:#15803d}.demo-brief-header h2{margin:0 0 6px;font-size:28px;line-height:1.2;color:#0f172a}.demo-brief-header p{margin:0;color:#64748b;font-size:14px}.demo-brief-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.demo-brief-meta-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px 16px}.demo-brief-meta-item .label{display:block;margin-bottom:6px;font-size:12px;color:#64748b}.demo-brief-meta-item strong{color:#0f172a;font-size:14px}.demo-brief-section{margin-top:20px}.demo-brief-section-title{margin-bottom:12px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#0f4c81}.demo-brief-summary{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px 18px;color:#334155;line-height:1.7}.demo-brief-highlight-list{display:grid;gap:10px}.demo-brief-highlight-item{display:flex;align-items:flex-start;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px 16px;color:#334155}.demo-brief-highlight-item svg{margin-top:2px;flex-shrink:0;color:#16a34a}.demo-brief-priority-list{display:grid;gap:12px}.demo-brief-priority-card{border-radius:18px;padding:16px 18px;border:1px solid #e2e8f0;background:#fff}.demo-brief-priority-card.high{background:linear-gradient(180deg,#fff7ed,#fff);border-color:#fdba74}.demo-brief-priority-card.medium{background:linear-gradient(180deg,#fffbeb,#fff);border-color:#fcd34d}.demo-brief-priority-card.low{background:linear-gradient(180deg,#f0fdf4,#fff);border-color:#86efac}.demo-brief-priority-head{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px}.demo-brief-priority-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.demo-brief-priority-badge.high{background:#fed7aa;color:#9a3412}.demo-brief-priority-badge.medium{background:#fde68a;color:#92400e}.demo-brief-priority-badge.low{background:#bbf7d0;color:#166534}.demo-brief-priority-card h3{margin:0 0 8px;font-size:16px;color:#0f172a}.demo-brief-priority-card p{margin:0;color:#475569;line-height:1.65}.demo-brief-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}@media(max-width:768px){.demo-brief-modal{padding:18px;border-radius:20px}.demo-brief-topbar{flex-direction:column;align-items:flex-start;padding-right:44px}.demo-brief-header h2{font-size:22px}.demo-brief-meta{grid-template-columns:1fr}.demo-brief-actions{flex-direction:column}.demo-brief-actions .landing-btn{width:100%}}.ai-demo-notification{position:fixed;right:28px;bottom:28px;width:320px;background:#fff;border-radius:16px;box-shadow:0 18px 50px #0003;border:1px solid #e2e8f0;padding:16px;z-index:9998;animation:aiSlideIn .4s ease}@keyframes aiSlideIn{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.ai-demo-notification-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ai-demo-notification-title{display:flex;align-items:center;gap:6px;font-weight:700;font-size:13px;color:#0f4c81}.ai-demo-notification-close{background:transparent;border:none;cursor:pointer;color:#64748b}.ai-demo-notification-body p{font-size:13px;color:#475569;margin:6px 0 12px}.ai-demo-notification-signal{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#16a34a}.ai-demo-notification-btn{width:100%;border:none;border-radius:10px;padding:8px;font-weight:700;cursor:pointer;background:#0f4c81;color:#fff}.demo-region-card{padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.demo-region-card h3{font-size:14px;margin-bottom:6px}.demo-region-card strong{font-size:18px;display:block;margin-bottom:4px}.demo-region-card.blue{background:#e0f2fe}.demo-region-card.green{background:#dcfce7}.demo-region-card.orange{background:#ffedd5}.demo-ranking-row{padding:14px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.demo-ranking-row strong{display:block;font-size:14px}.demo-ranking-row span{font-size:12px;color:#64748b}.demo-ranking-row p{margin-top:6px;font-size:13px;color:#475569}.demo-region-panel,.demo-ranking-card{margin-top:24px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px;box-shadow:0 10px 28px #0f172a0d}.demo-region-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-top:16px}.demo-region-card{padding:16px;border-radius:14px;border:1px solid rgba(226,232,240,.9)}.demo-region-card h3{margin:0 0 8px;font-size:14px;color:#0f172a}.demo-region-card strong{display:block;margin-bottom:6px;font-size:22px;color:#0f172a}.demo-region-card p{margin:0;font-size:13px;color:#475569}.demo-region-card.blue{background:linear-gradient(180deg,#e0f2fe,#f8fcff)}.demo-region-card.green{background:linear-gradient(180deg,#dcfce7,#f7fff9)}.demo-region-card.orange{background:linear-gradient(180deg,#ffedd5,#fff8f1)}.demo-ranking-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.demo-ranking-row{padding:16px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.demo-ranking-row strong{display:block;margin-bottom:4px;font-size:15px;color:#0f172a}.demo-ranking-row span{display:inline-block;margin-bottom:8px;font-size:12px;color:#64748b}.demo-ranking-row p{margin:0;font-size:13px;color:#475569;line-height:1.6}@media(max-width:768px){.demo-region-panel,.demo-ranking-card{width:calc(100% - 16px);margin:16px auto 0}}
