:root{--brand:#2563eb;--brand-soft:#eff6ff;--bg:#f5f7fb;--card:#fff;--text:#182230;--muted:#667085;--line:#e4e7ec;--danger:#b42318;--success:#067647;--warning:#b54708;--shadow:0 1px 2px rgba(16,24,40,.05),0 1px 3px rgba(16,24,40,.08)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#eef4ff,#f8fafc)}.auth-card{width:min(440px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 50px rgba(16,24,40,.1);padding:32px}.auth-logo{display:flex;gap:12px;align-items:center;margin-bottom:24px}.auth-logo .mark,.brandmark{width:40px;height:40px;border-radius:12px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:800}.auth-card h1{font-size:24px;margin:0 0 6px}.auth-card p{margin:0 0 22px;color:var(--muted)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-weight:600;font-size:13px}.field input,.field select,.field textarea{border:1px solid #d0d5dd;background:#fff;border-radius:9px;padding:10px 12px;outline:none;width:100%}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.field textarea{min-height:88px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 14px;gap:0 14px}.form-grid .full{grid-column:1/-1}.helper{font-size:12px;color:var(--muted)}.btn{border:0;border-radius:9px;padding:10px 14px;font-weight:650;display:inline-flex;gap:7px;align-items:center;justify-content:center}.btn.primary{background:var(--brand);color:#fff}.btn.light{background:#fff;border:1px solid var(--line);color:#344054}.btn.danger{background:#fff1f0;color:var(--danger);border:1px solid #fecdca}.btn.success{background:#ecfdf3;color:var(--success);border:1px solid #abefc6}.btn.small{padding:7px 10px;font-size:12px}.btn.block{width:100%}.btn:disabled{opacity:.55;cursor:not-allowed}.errorbox,.successbox{padding:10px 12px;border-radius:9px;margin:12px 0;font-size:13px}.errorbox{background:#fff1f0;color:#912018;border:1px solid #fecdca}.successbox{background:#ecfdf3;color:#05603a;border:1px solid #abefc6}.app{min-height:100vh;--brand:#2563eb}.topbar{height:66px;background:#fff;border-bottom:1px solid var(--line);justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:30}.brandbox,.topbar{display:flex;align-items:center}.brandbox{gap:12px;min-width:260px}.brandtext{display:flex;flex-direction:column;min-width:0}.brandtext strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brandtext span{font-size:12px;color:var(--muted)}.top-actions{gap:10px}.top-actions,.userchip{display:flex;align-items:center}.userchip{gap:9px;padding:5px 9px}.avatar{width:32px;height:32px;border-radius:50%;background:var(--brand-soft);border:1px solid #c7d7fe;display:grid;place-items:center;font-weight:700;color:var(--brand)}.info{display:flex;flex-direction:column}.info strong{font-size:12px}.info span{font-size:11px;color:var(--muted)}.frame{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:calc(100vh - 66px)}.sidebar{background:#fff;border-right:1px solid var(--line);padding:16px 12px;overflow:auto;position:-webkit-sticky;position:sticky;top:66px;height:calc(100vh - 66px)}.navgroup{margin-bottom:18px}.navtitle{font-size:10px;font-weight:800;color:#98a2b3;letter-spacing:.08em;padding:0 10px 7px}.navitem{width:100%;border:0;background:transparent;color:#475467;padding:9px 10px;border-radius:8px;display:flex;align-items:center;gap:9px;text-align:left;font-weight:550;margin:1px 0}.navitem svg{width:18px;height:18px}.navitem:hover{background:#f7f9fc}.navitem.active{background:var(--brand-soft);color:var(--brand);font-weight:700}.mobiletabs{display:none}.main{padding:24px;min-width:0}.pagehead{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.pagehead h1{font-size:25px;margin:0 0 4px}.pagehead p{margin:0;color:var(--muted)}.actions{display:flex;gap:8px;flex-wrap:wrap}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.metric{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;box-shadow:var(--shadow)}.metric-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}.metric-icon{width:32px;height:32px;border-radius:8px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.metric-icon svg{width:17px;height:17px}.metric>strong{font-size:28px;display:block;margin-top:5px}.grid2{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:16px;gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.cardhead{padding:15px 16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px}.cardhead h2{font-size:15px;margin:0}.cardhead p{font-size:12px;color:var(--muted);margin:3px 0 0}.cardbody{padding:16px}.quick{display:grid;grid-template-columns:repeat(2,1fr);padding:12px;grid-gap:9px;gap:9px}.quick button{border:1px solid var(--line);background:#fff;border-radius:10px;text-align:left;padding:12px}.quick button:hover{border-color:#b2ccff;background:#f9fbff}.quick span,.quick strong{display:block}.quick span{font-size:11px;color:var(--muted);margin-top:3px}.empty{padding:28px;text-align:center;color:var(--muted)}.tablewrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:760px}.table th{font-size:11px;text-align:left;color:#667085;background:#f9fafb;padding:10px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.table td{padding:11px 12px;border-bottom:1px solid #f0f2f5;vertical-align:top}.table tr:last-child td{border-bottom:0}.table .actions-cell{white-space:nowrap}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;background:#f2f4f7;color:#475467}.badge.green{background:#ecfdf3;color:#067647}.badge.red{background:#fff1f0;color:#b42318}.badge.orange{background:#fff6ed;color:#b54708}.badge.blue{background:#eff8ff;color:#175cd3}.money{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.muted{color:var(--muted)}.strong{font-weight:700}.stack{display:flex;flex-direction:column;gap:3px}.toolbar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--line);flex-wrap:wrap}.toolbar input,.toolbar select{border:1px solid #d0d5dd;border-radius:8px;padding:8px 10px}.toolbar input{min-width:240px}.section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.statline{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #f0f2f5}.statline:last-child{border:0}.alertitem{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #f2f4f7}.alertitem:last-child{border-bottom:0}.modal-backdrop{position:fixed;inset:0;background:rgba(16,24,40,.45);display:grid;place-items:center;padding:18px;z-index:100}.modal{width:min(760px,100%);max-height:92vh;background:#fff;border-radius:14px;box-shadow:0 24px 60px rgba(16,24,40,.25);overflow:hidden;display:flex;flex-direction:column}.modalhead{padding:16px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.modalhead h2{margin:0;font-size:17px}.modalbody{padding:18px;overflow:auto}.modalfoot{padding:13px 18px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px}.iconbtn{border:0;background:transparent;font-size:20px;padding:4px 8px;color:#667085}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);padding:0 14px}.tab{border:0;background:transparent;padding:12px 10px;color:#667085;font-weight:650;border-bottom:2px solid transparent}.tab.active{color:var(--brand);border-bottom-color:var(--brand)}.report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.report-card{border:1px solid var(--line);border-radius:10px;padding:14px;background:#fff}.report-card h3{margin:0 0 5px;font-size:14px}.report-card p{margin:0 0 12px;color:var(--muted);font-size:12px}.report-card .btn{width:100%}@media(max-width:1180px){.metrics{grid-template-columns:repeat(2,1fr)}.frame{grid-template-columns:1fr}.sidebar{display:none}.mobiletabs{display:flex;overflow-x:auto;background:#fff;border-bottom:1px solid var(--line);padding:8px 10px;gap:6px;position:-webkit-sticky;position:sticky;top:66px;z-index:25}.mobiletabs button{border:0;background:#f2f4f7;border-radius:999px;padding:7px 11px;white-space:nowrap;color:#475467}.mobiletabs button.active{background:var(--brand);color:#fff}.main{padding:18px}.report-grid,.section-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.topbar{padding:0 12px}.brandbox{min-width:0}.brandtext span,.top-actions .btn.light.small:first-child,.userchip .info{display:none}.main{padding:14px}.pagehead{align-items:flex-start;flex-direction:column}.form-grid,.grid2,.metrics,.quick,.report-grid,.section-grid{grid-template-columns:1fr}.modal{max-height:95vh}.toolbar input{min-width:100%;width:100%}.auth-card{padding:24px}}.landing{background:#fff;color:#10233f;min-height:100vh;overflow:hidden}.landing-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.landing-nav{height:76px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,35,63,.08);position:-webkit-sticky;position:sticky;top:0;z-index:80}.nav-inner{height:100%;justify-content:space-between;gap:24px}.landing-brand,.nav-inner{display:flex;align-items:center}.landing-brand{gap:10px}.landing-brandmark{width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,#0b5cff,#23a2ff);display:grid;place-items:center;color:#fff;box-shadow:0 8px 24px rgba(11,92,255,.22)}.landing-brand>div:last-child{display:flex;flex-direction:column;line-height:1.12}.landing-brand strong{font-size:15px;letter-spacing:-.01em}.landing-brand span{font-size:11px;color:#708198;margin-top:3px}.desktop-nav{display:flex;align-items:center;gap:28px;color:#53647b;font-weight:600;font-size:13px}.desktop-nav a:hover{color:#0b5cff}.nav-cta{display:flex}.landing-btn,.nav-cta{align-items:center;gap:8px}.landing-btn{border-radius:10px;padding:10px 15px;font-weight:750;display:inline-flex;justify-content:center;transition:.2s ease;border:1px solid transparent}.landing-btn:hover{transform:translateY(-1px)}.landing-btn.primary{background:#0b5cff;color:#fff;box-shadow:0 9px 24px rgba(11,92,255,.22)}.landing-btn.ghost{color:#24405f}.landing-btn.light{background:#fff;border-color:#dbe4ef;color:#24405f}.landing-btn.large{padding:13px 18px;border-radius:12px;font-size:14px}.mobile-menu-btn{display:none;border:0;background:#f2f6fb;border-radius:10px;width:42px;height:42px;align-items:center;justify-content:center;color:#203a57}.mobile-menu{display:none}.hero{position:relative;padding:92px 0 88px;background:linear-gradient(180deg,#f8fbff,#fff)}.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}.hero-glow.one{width:520px;height:520px;background:radial-gradient(circle,rgba(78,153,255,.14),rgba(78,153,255,0) 68%);top:-130px;left:-140px}.hero-glow.two{width:480px;height:480px;background:radial-gradient(circle,rgba(48,205,174,.1),rgba(48,205,174,0) 70%);right:-180px;top:30px}.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:58px;gap:58px;align-items:center;position:relative}.eyebrow{display:inline-flex;align-items:center;gap:7px;background:#edf5ff;border:1px solid #d8eaff;color:#0b5cff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;margin-bottom:20px}.hero-copy h1{font-size:clamp(40px,5vw,64px);line-height:1.01;letter-spacing:-.045em;margin:0 0 22px;color:#10233f}.hero-copy>p{font-size:17px;line-height:1.7;color:#5a6d83;margin:0;max-width:610px}.hero-actions{gap:10px;margin-top:30px}.hero-actions,.hero-trust{display:flex;flex-wrap:wrap}.hero-trust{gap:20px;margin-top:26px;color:#60748b;font-size:12px;font-weight:650}.hero-trust span{display:flex;align-items:center;gap:6px}.hero-trust svg{width:16px;height:16px;color:#11a36a}.hero-product{position:relative}.product-window{background:#fff;border:1px solid #dbe6f2;border-radius:22px;box-shadow:0 32px 80px rgba(28,57,90,.16);overflow:hidden;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}.window-bar{height:42px;background:#f8fafc;border-bottom:1px solid #e8eef5;display:flex;align-items:center;gap:6px;padding:0 13px;color:#8191a3;font-size:10px}.window-bar>span{width:7px;height:7px;background:#d6dee8;border-radius:50%}.window-bar>div{margin-left:8px}.product-layout{display:grid;grid-template-columns:128px 1fr;min-height:385px}.mock-sidebar{background:#0e2540;padding:18px 11px;color:#b9c6d5}.mock-logo{width:34px;height:34px;border-radius:10px;background:#0b5cff;color:#fff;display:grid;place-items:center;margin-bottom:21px}.mock-nav{display:flex;align-items:center;gap:7px;padding:8px;border-radius:7px;font-size:9px;margin-bottom:3px}.mock-nav.active{background:#193b61;color:#fff}.mock-main{padding:20px;background:#f5f8fc}.mock-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.mock-top div:first-child{display:flex;flex-direction:column}.mock-top small{font-size:8px;letter-spacing:.08em;color:#91a0af}.mock-top strong{font-size:14px;margin-top:3px}.mock-avatar{width:31px;height:31px;border-radius:50%;background:#e4eeff;color:#0b5cff;display:grid;place-items:center;font-size:9px;font-weight:800}.mock-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;margin-bottom:11px}.mock-metrics>div{background:#fff;border:1px solid #e8eef5;border-radius:10px;padding:11px;display:grid;grid-template-columns:26px 1fr;grid-column-gap:7px;column-gap:7px}.mock-metrics svg{grid-row:1/3;width:22px;height:22px;padding:5px;background:#edf5ff;color:#0b5cff;border-radius:7px}.mock-metrics span{font-size:7px;color:#8191a3}.mock-metrics strong{font-size:16px}.mock-panels{display:grid;grid-template-columns:1.5fr .7fr;grid-gap:10px;gap:10px}.mock-card{background:#fff;border:1px solid #e8eef5;border-radius:11px;padding:12px;text-align:center}.mock-card-title{display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:9px;margin-bottom:8px}.mock-card-title span{font-size:7px;color:#91a0af}.mock-row{display:grid;grid-template-columns:7px 1fr auto;align-items:center;grid-gap:7px;gap:7px;text-align:left;padding:9px 0;border-bottom:1px solid #f0f3f7}.mock-row:last-child{border-bottom:0}.mock-row>div:nth-child(2){display:flex;flex-direction:column}.mock-row strong{font-size:8px}.mock-row span{font-size:7px;color:#91a0af;margin-top:2px}.mock-row em{font-style:normal;font-size:6px;background:#effaf5;color:#10865a;padding:3px 5px;border-radius:999px}.mock-dot{width:6px;height:6px;border-radius:50%;background:#0b5cff}.mock-dot.d1{background:#ffab3d}.mock-dot.d2{background:#14b87a}.progress-ring{width:78px;height:78px;margin:20px auto 10px;border-radius:50%;display:grid;place-items:center;font-weight:850;font-size:20px;background:radial-gradient(circle at center,#fff 55%,transparent 56%),conic-gradient(#0b5cff 0 87%,#e9eef4 87%);color:#153c68}.progress-ring small{font-size:9px;margin-left:-20px;margin-top:25px}.mock-card p{font-size:7px;color:#91a0af}.floating-card{position:absolute;background:#fff;border:1px solid #e2eaf3;border-radius:13px;box-shadow:0 18px 42px rgba(30,60,90,.14);padding:11px 13px;display:flex;align-items:center;gap:9px}.floating-card svg{width:30px;height:30px;padding:7px;border-radius:9px;background:#edf5ff;color:#0b5cff}.floating-card div{display:flex;flex-direction:column}.floating-card strong{font-size:10px}.floating-card span{font-size:8px;color:#8292a5;margin-top:2px}.fc-one{left:-28px;bottom:-25px}.fc-two{right:-20px;top:62px}.proof-strip{border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6;background:#fbfdff}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0}.proof-grid>div{padding:0 22px;border-right:1px solid #e5ebf2;display:flex;flex-direction:column}.proof-grid>div:first-child{padding-left:0}.proof-grid>div:last-child{border-right:0}.proof-grid strong{font-size:15px}.proof-grid span{font-size:11px;color:#7b8da1;margin-top:3px}.landing-section{padding:92px 0}.landing-section.alt{background:#f7faff}.section-heading{max-width:560px}.section-heading.centered{text-align:center;margin:0 auto 44px;max-width:700px}.section-kicker{font-size:11px;color:#0b5cff;font-weight:850;letter-spacing:.11em}.cta-box h2,.section-heading h2{font-size:clamp(31px,4vw,45px);line-height:1.08;letter-spacing:-.035em;margin:10px 0 16px}.section-heading p{font-size:15px;line-height:1.7;color:#667b91;margin:0}.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px}.module-card{padding:25px;border:1px solid #e2e9f1;border-radius:16px;background:#fff;transition:.2s ease;box-shadow:0 2px 4px rgba(15,40,70,.02)}.module-card:hover{transform:translateY(-4px);border-color:#c8dcf8;box-shadow:0 16px 36px rgba(29,67,108,.08)}.module-icon{width:43px;height:43px;border-radius:12px;background:#edf5ff;color:#0b5cff;display:grid;place-items:center}.module-icon svg{width:21px}.module-card h3{font-size:17px;margin:18px 0 8px}.module-card p{font-size:13px;color:#718399;line-height:1.65;margin:0 0 18px}.module-card>span{font-size:11px;color:#0b5cff;font-weight:800;display:flex;align-items:center;gap:5px}.split-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:75px;gap:75px;align-items:center}.visual-stack{position:relative;min-height:390px}.visual-card{background:#fff;border:1px solid #e0e8f1;border-radius:18px;box-shadow:0 20px 50px rgba(25,57,92,.11)}.main-visual{width:88%;height:315px;padding:22px}.mini-head{display:flex;align-items:center;justify-content:space-between;font-weight:750;font-size:13px}.mini-head svg{color:#0b5cff}.bar-chart{height:220px;display:flex;gap:12px;align-items:end;padding:25px 8px 0}.bar-chart>div{flex:1 1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px}.bar-chart span{width:100%;background:linear-gradient(180deg,#0b5cff,#5ea3ff);border-radius:6px 6px 2px 2px}.bar-chart small{font-size:8px;color:#91a0af}.mini-visual{position:absolute;right:0;bottom:25px;padding:14px 17px;display:flex;align-items:center;gap:10px}.mini-visual.second{left:15px;right:auto;bottom:-18px}.mini-visual svg{width:34px;height:34px;padding:8px;border-radius:10px;background:#edf5ff;color:#0b5cff}.mini-visual div{display:flex;flex-direction:column}.mini-visual strong{font-size:11px}.mini-visual span{font-size:8px;color:#8090a3;margin-top:2px}.benefit-list{display:grid;grid-gap:12px;gap:12px;margin-top:26px}.benefit-list>div{display:flex;align-items:flex-start;gap:9px;color:#3f566f;font-weight:650;font-size:13px}.benefit-list svg{width:18px;height:18px;color:#14a56a;flex:0 0 auto}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.audience-grid article{background:#fff;border:1px solid #e2e9f1;border-radius:17px;padding:27px}.audience-grid article>div{width:46px;height:46px;border-radius:13px;background:#f0f6ff;color:#0b5cff;display:grid;place-items:center}.audience-grid h3{font-size:17px;margin:18px 0 8px}.audience-grid p{font-size:13px;line-height:1.65;color:#718399;margin:0}.cta-section{padding:18px 0 78px}.cta-box{border-radius:24px;padding:46px 50px;background:linear-gradient(120deg,#073e97,#0b5cff 58%,#1688e8);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:45px;box-shadow:0 25px 60px rgba(11,92,255,.24)}.cta-box>div:first-child{max-width:650px}.cta-box h2{margin-bottom:12px}.cta-box p{color:#dceaff;line-height:1.65;margin:0}.light-kicker{color:#bcd7ff}.cta-actions{display:flex;flex-direction:column;gap:9px;flex:0 0 220px}.landing-btn.white{background:#fff;color:#0b5cff}.landing-btn.outline-white{border-color:rgba(255,255,255,.42);color:#fff}.landing-footer{border-top:1px solid #e8edf3;padding:30px 0;background:#fbfcfe}.footer-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:35px;gap:35px}.footer-inner>p{color:#7a8b9d;font-size:11px;text-align:center}.footer-inner>span{color:#91a0af;font-size:10px}@media(max-width:1020px){.desktop-nav{display:none}.hero-grid{grid-template-columns:1fr;gap:58px}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.hero-product{width:min(720px,95%);margin:0 auto}.modules-grid{grid-template-columns:repeat(2,1fr)}.split-section{grid-template-columns:1fr;gap:55px}.visual-stack{width:min(650px,100%);margin:0 auto}.audience-grid{grid-template-columns:1fr 1fr}.cta-box{flex-direction:column;align-items:flex-start}.cta-actions{flex-direction:row;flex:0 0 auto}.proof-grid{grid-template-columns:repeat(2,1fr);row-gap:20px}.proof-grid>div:nth-child(2){border-right:0}.proof-grid>div:nth-child(3){padding-left:0}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-inner .landing-brand{justify-content:center}}@media(max-width:720px){.landing-container{width:min(100% - 28px,1180px)}.landing-nav{height:68px}.nav-cta{display:none}.mobile-menu-btn{display:flex}.mobile-menu{display:flex;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid #e5ebf2;box-shadow:0 16px 28px rgba(22,47,76,.12);padding:15px 18px 18px;flex-direction:column;gap:5px}.mobile-menu>a{padding:11px;border-radius:8px;font-weight:650;color:#53647b}.mobile-menu .landing-btn{margin-top:5px;color:#fff}.hero{padding:68px 0 62px}.hero-copy h1{font-size:40px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .landing-btn{width:100%}.hero-trust{gap:10px 15px}.product-layout{grid-template-columns:80px 1fr;min-height:335px}.mock-sidebar{padding:12px 7px}.mock-nav span{display:none}.mock-nav{justify-content:center}.mock-logo{margin-left:auto;margin-right:auto}.mock-main{padding:13px}.mock-metrics{gap:5px}.mock-metrics>div{padding:7px;display:block}.mock-metrics svg{margin-bottom:5px}.mock-metrics span{display:block}.mock-panels{grid-template-columns:1fr}.floating-card,.mock-card:not(.large-card){display:none}.proof-grid{grid-template-columns:1fr;padding:16px 0}.proof-grid>div{border-right:0;border-bottom:1px solid #e7edf4;padding:13px 0}.proof-grid>div:last-child{border-bottom:0}.landing-section{padding:68px 0}.audience-grid,.modules-grid{grid-template-columns:1fr}.section-heading.centered{margin-bottom:30px}.visual-stack{min-height:340px}.main-visual{width:100%;height:285px}.mini-visual{right:-3px;bottom:8px}.mini-visual.second{left:4px;bottom:-35px}.cta-section{padding-bottom:50px}.cta-box{padding:32px 23px;border-radius:19px}.cta-actions{flex-direction:column;width:100%}.cta-actions .landing-btn{width:100%}}.condo-select{max-width:230px;border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 30px 8px 10px;color:#344054;font-weight:650;outline:none}.condo-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.super-shell{min-height:100vh;background:var(--bg);padding:28px;width:min(1360px,100%);margin:0 auto}.super-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.super-head h1{display:flex;align-items:center;gap:9px;margin:5px 0;font-size:28px}.super-head p{margin:0;color:var(--muted)}.super-shell>.tabs{background:#fff;border:1px solid var(--line);border-radius:11px 11px 0 0;margin-top:18px}.super-shell>.card{border-radius:0 0 12px 12px;border-top:0}.super-shell .table td,.table td svg{vertical-align:middle}@media(max-width:900px){.super-head{flex-direction:column}.super-head .actions{width:100%}.super-head .actions .btn{flex:1 1}.condo-select{max-width:180px}.top-actions{gap:6px}}@media(max-width:720px){.super-shell{padding:16px}.super-head .actions{display:grid;grid-template-columns:1fr 1fr}.super-head .actions .btn.primary{grid-column:1/-1}.condo-select{max-width:130px;font-size:11px}.top-actions .condo-select{display:block}.top-actions .btn:has(svg.lucide-shield-check){display:none}}