:root{
    --site-primary:#2563eb;
    --site-primary-dark:#1d4ed8;
    --site-secondary:#0f172a;
    --site-muted:#64748b;
    --site-border:#e2e8f0;
    --site-bg:#f8fafc;
    --site-white:#fff;
    --site-success:#16a34a;
    --site-orange:#f59e0b;
    --site-purple:#7c3aed;
    --site-radius:20px;
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    color:var(--site-secondary);
    background:#fff;
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

button,
input{
    font:inherit;
}

a{
    color:inherit;
}

.site-body{
    overflow-x:hidden;
}

.commercial-container,
.site-nav,
.site-footer-grid,
.site-footer-bottom{
    width:min(1180px,calc(100% - 34px));
    margin:0 auto;
}

.site-header{
    position:fixed;
    z-index:100;
    top:0;
    right:0;
    left:0;
    border-bottom:1px solid transparent;
    transition:
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.site-header.is-scrolled{
    border-color:rgba(226,232,240,.9);
    background:rgba(255,255,255,.92);
    box-shadow:0 10px 35px rgba(15,23,42,.06);
    backdrop-filter:blur(16px);
}

.site-nav{
    display:flex;
    min-height:76px;
    align-items:center;
    justify-content:space-between;
}

.site-brand{
    display:flex;
    gap:10px;
    align-items:center;
    color:var(--site-secondary);
    text-decoration:none;
}

.site-logo{
    display:flex;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    background:linear-gradient(
        135deg,
        var(--site-primary),
        #60a5fa
    );
    color:#fff;
    font-size:20px;
    font-weight:900;
    box-shadow:0 9px 24px rgba(37,99,235,.24);
}

.site-brand-copy{
    display:flex;
    flex-direction:column;
}

.site-brand-copy strong{
    font-size:17px;
}

.site-brand-copy small{
    color:#64748b;
    font-size:10px;
}

.site-links{
    display:flex;
    gap:25px;
    align-items:center;
}

.site-links > a:not(.site-btn){
    color:#475569;
    font-size:12px;
    font-weight:700;
    text-decoration:none;
}

.site-links > a:not(.site-btn):hover{
    color:var(--site-primary);
}

.site-menu-toggle{
    display:none;
    width:42px;
    height:42px;
    padding:9px;
    border:1px solid var(--site-border);
    border-radius:10px;
    background:#fff;
    cursor:pointer;
}

.site-menu-toggle span{
    display:block;
    height:2px;
    margin:5px 0;
    border-radius:999px;
    background:#334155;
}

.site-btn,
.site-btn-outline,
.site-btn-light{
    display:inline-flex;
    min-height:42px;
    padding:10px 17px;
    align-items:center;
    justify-content:center;
    border:1px solid var(--site-primary);
    border-radius:10px;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}

.site-btn{
    background:var(--site-primary);
    color:#fff;
    box-shadow:0 9px 22px rgba(37,99,235,.2);
}

.site-btn-outline{
    background:#fff;
    color:var(--site-primary);
}

.site-btn-light{
    border-color:#fff;
    background:#fff;
    color:#0f172a;
}

.site-btn:hover,
.site-btn-outline:hover,
.site-btn-light:hover{
    transform:translateY(-2px);
    box-shadow:0 13px 28px rgba(15,23,42,.15);
}

.site-btn-small{
    min-height:38px;
    padding:8px 13px;
}

.site-btn-large{
    min-height:50px;
    padding:12px 21px;
    border-radius:12px;
    font-size:13px;
}

.commercial-hero{
    position:relative;
    overflow:hidden;
    min-height:760px;
    padding:145px 0 80px;
    background:
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #fff 74%
        );
}

.commercial-hero-bg{
    position:absolute;
    top:-260px;
    right:-180px;
    width:750px;
    height:750px;
    border-radius:50%;
    background:radial-gradient(
        circle,
        rgba(37,99,235,.22),
        rgba(37,99,235,0) 67%
    );
}

.commercial-hero-grid{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,.83fr) minmax(550px,1.17fr);
    gap:55px;
    align-items:center;
}

.commercial-kicker,
.commercial-section-heading > span,
.commercial-app-copy > span,
.commercial-price-card > span,
.commercial-final-cta > div > span{
    display:inline-flex;
    color:var(--site-primary);
    font-size:11px;
    font-weight:850;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.commercial-hero-copy h1{
    margin:12px 0 20px;
    font-size:clamp(46px,5.7vw,76px);
    line-height:.98;
    letter-spacing:-.045em;
}

.commercial-hero-copy h1 em{
    color:var(--site-primary);
    font-style:normal;
}

.commercial-hero-copy > p{
    max-width:620px;
    margin:0;
    color:#475569;
    font-size:18px;
    line-height:1.7;
}

.commercial-hero-actions{
    display:flex;
    gap:10px;
    margin-top:28px;
    flex-wrap:wrap;
}

.commercial-proof{
    display:flex;
    gap:19px;
    margin-top:19px;
    flex-wrap:wrap;
    color:#64748b;
    font-size:11px;
    font-weight:700;
}

.commercial-product-stage{
    position:relative;
    min-height:560px;
}

.commercial-browser{
    position:absolute;
    top:20px;
    right:0;
    width:94%;
    overflow:hidden;
    border:1px solid #dbe5f2;
    border-radius:20px;
    background:#fff;
    box-shadow:0 35px 80px rgba(15,23,42,.16);
    transform:perspective(1400px) rotateY(-4deg) rotateX(1deg);
}

.commercial-browser-bar{
    display:flex;
    gap:6px;
    min-height:34px;
    padding:9px 12px;
    align-items:center;
    border-bottom:1px solid #e5eaf1;
    background:#f8fafc;
}

.commercial-browser-bar > span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#cbd5e1;
}

.commercial-browser-bar > span:first-child{
    background:#f87171;
}

.commercial-browser-bar > span:nth-child(2){
    background:#fbbf24;
}

.commercial-browser-bar > span:nth-child(3){
    background:#34d399;
}

.commercial-browser-bar small{
    margin-left:11px;
    padding:4px 12px;
    border-radius:999px;
    background:#eef2f7;
    color:#94a3b8;
    font-size:8px;
}

.commercial-dashboard{
    display:grid;
    grid-template-columns:55px 1fr;
    min-height:420px;
    background:#f4f7fb;
}

.commercial-dashboard > aside{
    display:flex;
    gap:19px;
    padding:14px 13px;
    align-items:center;
    flex-direction:column;
    background:#0f172a;
}

.commercial-mini-logo{
    display:flex;
    width:29px;
    height:29px;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    background:#2563eb;
    color:#fff;
    font-size:12px;
    font-weight:900;
}

.commercial-dashboard > aside > span{
    width:21px;
    height:7px;
    border-radius:999px;
    background:#334155;
}

.commercial-dashboard > aside > span.active{
    background:#60a5fa;
}

.commercial-dashboard-content{
    padding:20px;
}

.commercial-dashboard-content > header{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.commercial-dashboard-content > header > div:first-child{
    display:flex;
    flex-direction:column;
}

.commercial-dashboard-content header small{
    color:#94a3b8;
    font-size:8px;
}

.commercial-dashboard-content header strong{
    margin-top:3px;
    font-size:16px;
}

.commercial-avatar{
    width:30px;
    height:30px;
    border:3px solid #fff;
    border-radius:50%;
    background:linear-gradient(135deg,#60a5fa,#1e3a8a);
    box-shadow:0 3px 10px rgba(15,23,42,.15);
}

.commercial-metrics{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:18px;
}

.commercial-metrics article{
    padding:13px;
    border:1px solid #e6ebf2;
    border-radius:11px;
    background:#fff;
}

.commercial-metrics span{
    display:block;
    color:#94a3b8;
    font-size:7px;
    text-transform:uppercase;
}

.commercial-metrics strong{
    display:block;
    margin:7px 0 4px;
    font-size:16px;
}

.commercial-metrics small{
    color:#16a34a;
    font-size:7px;
}

.commercial-dashboard-bottom{
    display:grid;
    grid-template-columns:1.45fr .85fr;
    gap:10px;
    margin-top:10px;
}

.commercial-chart-card,
.commercial-list-card{
    min-height:205px;
    padding:14px;
    border:1px solid #e6ebf2;
    border-radius:11px;
    background:#fff;
}

.commercial-chart-card header{
    display:flex;
    flex-direction:column;
}

.commercial-chart-card header strong,
.commercial-list-card > strong{
    font-size:10px;
}

.commercial-chart-card header small{
    margin-top:3px;
    color:#94a3b8;
    font-size:7px;
}

.commercial-bars{
    display:flex;
    height:130px;
    gap:10px;
    margin-top:18px;
    align-items:flex-end;
    border-bottom:1px solid #e2e8f0;
}

.commercial-bars span{
    flex:1;
    min-width:10px;
    border-radius:5px 5px 0 0;
    background:linear-gradient(180deg,#60a5fa,#2563eb);
}

.commercial-list-card{
    display:flex;
    gap:13px;
    flex-direction:column;
}

.commercial-list-card > div{
    display:grid;
    grid-template-columns:9px 1fr;
    gap:8px;
    align-items:center;
}

.commercial-list-card .status{
    width:7px;
    height:7px;
    border-radius:50%;
}

.status.blue{
    background:#3b82f6;
}

.status.green{
    background:#22c55e;
}

.status.orange{
    background:#f59e0b;
}

.commercial-list-card p{
    display:flex;
    margin:0;
    flex-direction:column;
}

.commercial-list-card b{
    font-size:8px;
}

.commercial-list-card small{
    margin-top:2px;
    color:#94a3b8;
    font-size:7px;
}

.commercial-phone{
    position:absolute;
    z-index:4;
    right:-24px;
    bottom:-6px;
    width:187px;
    padding:7px;
    border:4px solid #111827;
    border-radius:32px;
    background:#111827;
    box-shadow:0 25px 55px rgba(15,23,42,.28);
    transform:rotate(4deg);
}

.commercial-phone-notch{
    position:absolute;
    z-index:2;
    top:9px;
    left:50%;
    width:66px;
    height:17px;
    transform:translateX(-50%);
    border-radius:0 0 12px 12px;
    background:#111827;
}

.commercial-phone-screen{
    overflow:hidden;
    min-height:360px;
    border-radius:23px;
    background:#f7f9fc;
}

.commercial-phone-screen > header{
    display:grid;
    grid-template-columns:24px 1fr auto;
    gap:7px;
    padding:25px 12px 10px;
    align-items:center;
    background:#fff;
}

.commercial-mobile-logo{
    display:flex;
    width:23px;
    height:23px;
    align-items:center;
    justify-content:center;
    border-radius:7px;
    background:#2563eb;
    color:#fff;
    font-size:9px;
    font-weight:900;
}

.commercial-phone-screen header span{
    font-size:9px;
    font-weight:800;
}

.commercial-phone-screen header small{
    color:#94a3b8;
    font-size:7px;
}

.commercial-mobile-greeting{
    display:flex;
    padding:15px 13px 10px;
    flex-direction:column;
}

.commercial-mobile-greeting small{
    color:#94a3b8;
    font-size:7px;
}

.commercial-mobile-greeting strong{
    margin-top:3px;
    font-size:12px;
}

.commercial-mobile-stat{
    margin:0 12px;
    padding:10px;
    border-radius:10px;
    background:linear-gradient(135deg,#1d4ed8,#60a5fa);
    color:#fff;
}

.commercial-mobile-stat span{
    display:block;
    font-size:7px;
}

.commercial-mobile-stat strong{
    display:block;
    margin-top:3px;
    font-size:11px;
}

.commercial-mobile-os{
    display:flex;
    gap:7px;
    padding:11px 12px 15px;
    flex-direction:column;
}

.commercial-mobile-os article{
    display:flex;
    padding:9px;
    border:1px solid #e5eaf1;
    border-radius:9px;
    background:#fff;
    flex-direction:column;
}

.commercial-mobile-os article span{
    color:#2563eb;
    font-size:6px;
    font-weight:800;
}

.commercial-mobile-os article strong{
    margin:3px 0;
    font-size:8px;
}

.commercial-mobile-os article small{
    color:#94a3b8;
    font-size:6px;
}

.commercial-phone-screen nav{
    display:flex;
    min-height:35px;
    padding:6px 12px;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid #e5eaf1;
    background:#fff;
}

.commercial-phone-screen nav span{
    width:11px;
    height:5px;
    border-radius:999px;
    background:#cbd5e1;
}

.commercial-phone-screen nav span.active{
    background:#2563eb;
}

.commercial-phone-screen nav .plus{
    display:flex;
    width:25px;
    height:25px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#2563eb;
    color:#fff;
    font-size:13px;
}

.commercial-floating-card{
    position:absolute;
    z-index:5;
    bottom:62px;
    left:0;
    display:flex;
    gap:4px;
    padding:11px 14px;
    border:1px solid #dcfce7;
    border-radius:11px;
    background:#f0fdf4;
    box-shadow:0 13px 30px rgba(15,23,42,.13);
    flex-direction:column;
}

.commercial-floating-card span{
    color:#16a34a;
    font-size:7px;
    font-weight:800;
    text-transform:uppercase;
}

.commercial-floating-card strong{
    font-size:10px;
}

.commercial-trust-strip{
    border-top:1px solid #eef2f7;
    border-bottom:1px solid #eef2f7;
    background:#fff;
}

.commercial-trust-strip > div{
    display:flex;
    min-height:88px;
    gap:38px;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.commercial-trust-strip span{
    color:#94a3b8;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
}

.commercial-trust-strip strong{
    color:#475569;
    font-size:13px;
}

.commercial-section{
    padding:105px 0;
}

.commercial-section-heading{
    max-width:720px;
    margin:0 auto 46px;
    text-align:center;
}

.commercial-section-heading h2,
.commercial-app-copy h2,
.commercial-faq-grid > div:first-child h2,
.commercial-final-cta h2{
    margin:9px 0 14px;
    font-size:clamp(34px,4vw,55px);
    line-height:1.08;
    letter-spacing:-.035em;
}

.commercial-section-heading p,
.commercial-app-copy > p,
.commercial-faq-grid > div:first-child > p,
.commercial-final-cta p{
    margin:0;
    color:#64748b;
    font-size:16px;
    line-height:1.7;
}

.commercial-feature-showcase{
    display:grid;
    grid-template-columns:330px minmax(0,1fr);
    gap:18px;
}

.commercial-feature-tabs{
    display:flex;
    gap:8px;
    flex-direction:column;
}

.commercial-feature-tabs button{
    display:grid;
    grid-template-columns:32px minmax(0,1fr);
    gap:11px;
    padding:15px;
    align-items:center;
    border:1px solid transparent;
    border-radius:13px;
    background:transparent;
    color:#475569;
    cursor:pointer;
    text-align:left;
}

.commercial-feature-tabs button.active{
    border-color:#bfdbfe;
    background:#eff6ff;
    color:#1e3a8a;
}

.commercial-feature-tabs button > span{
    display:flex;
    width:29px;
    height:29px;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#e2e8f0;
    font-size:9px;
    font-weight:850;
}

.commercial-feature-tabs button.active > span{
    background:#2563eb;
    color:#fff;
}

.commercial-feature-tabs button div{
    display:flex;
    flex-direction:column;
}

.commercial-feature-tabs strong{
    font-size:13px;
}

.commercial-feature-tabs small{
    margin-top:4px;
    color:#94a3b8;
    font-size:10px;
}

.commercial-feature-screen{
    overflow:hidden;
    min-height:475px;
    border:1px solid #dfe7f1;
    border-radius:20px;
    background:#f4f7fb;
    box-shadow:0 22px 50px rgba(15,23,42,.08);
}

.commercial-feature-panel{
    display:none;
    padding:25px;
    animation:commercialFade .25s ease;
}

.commercial-feature-panel.active{
    display:block;
}

@keyframes commercialFade{
    from{
        opacity:0;
        transform:translateY(6px);
    }
    to{
        opacity:1;
        transform:none;
    }
}

.commercial-feature-panel > header{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.commercial-feature-panel > header > div{
    display:flex;
    flex-direction:column;
}

.commercial-feature-panel > header small{
    color:#94a3b8;
    font-size:9px;
    text-transform:uppercase;
}

.commercial-feature-panel > header strong{
    margin-top:4px;
    font-size:19px;
}

.pill{
    display:inline-flex;
    padding:6px 9px;
    border-radius:999px;
    font-size:9px;
    font-weight:800;
}

.pill.blue{
    background:#dbeafe;
    color:#1d4ed8;
}

.pill.green{
    background:#dcfce7;
    color:#166534;
}

.pill.orange{
    background:#fef3c7;
    color:#92400e;
}

.pill.purple{
    background:#ede9fe;
    color:#6d28d9;
}

.commercial-os-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 210px;
    gap:14px;
    margin-top:24px;
}

.commercial-os-main{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:11px;
}

.commercial-os-main article,
.commercial-os-layout > aside,
.commercial-client-cards article,
.commercial-report-stats article{
    padding:15px;
    border:1px solid #e4eaf1;
    border-radius:12px;
    background:#fff;
}

.commercial-os-main article.wide{
    grid-column:span 2;
}

.commercial-os-main article span,
.commercial-os-layout > aside > span,
.commercial-client-cards span,
.commercial-report-stats span{
    display:block;
    color:#94a3b8;
    font-size:8px;
    font-weight:800;
    text-transform:uppercase;
}

.commercial-os-main article strong{
    display:block;
    margin-top:7px;
    font-size:12px;
}

.commercial-os-main article p{
    margin:7px 0 0;
    color:#64748b;
    font-size:10px;
    line-height:1.5;
}

.commercial-progress-line{
    display:flex;
    grid-column:span 2;
    gap:7px;
    padding:18px 0 5px;
}

.commercial-progress-line span{
    flex:1;
    height:7px;
    border-radius:999px;
    background:#e2e8f0;
}

.commercial-progress-line span.done{
    background:#22c55e;
}

.commercial-progress-line span.active{
    background:#2563eb;
}

.commercial-os-layout > aside{
    display:flex;
    flex-direction:column;
}

.commercial-os-layout > aside strong{
    margin:12px 0 5px;
    font-size:25px;
}

.commercial-os-layout > aside small{
    color:#64748b;
    font-size:9px;
}

.commercial-os-layout > aside button{
    margin-top:auto;
    min-height:39px;
    border:0;
    border-radius:9px;
    background:#2563eb;
    color:#fff;
    font-size:10px;
    font-weight:800;
}

.commercial-client-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:24px;
}

.commercial-client-cards strong,
.commercial-report-stats strong{
    display:block;
    margin-top:8px;
    font-size:19px;
}

.commercial-client-history{
    margin-top:11px;
    overflow:hidden;
    border:1px solid #e4eaf1;
    border-radius:12px;
    background:#fff;
}

.commercial-client-history > div{
    display:grid;
    grid-template-columns:1fr 1fr auto;
    gap:10px;
    padding:13px 15px;
    align-items:center;
    border-bottom:1px solid #eef2f7;
}

.commercial-client-history > div:last-child{
    border-bottom:0;
}

.commercial-client-history b,
.commercial-client-history span,
.commercial-client-history small{
    font-size:10px;
}

.commercial-client-history span{
    color:#2563eb;
}

.commercial-client-history small{
    color:#94a3b8;
}

.commercial-calendar{
    display:grid;
    grid-template-columns:55px 1fr;
    margin-top:24px;
    overflow:hidden;
    border:1px solid #e4eaf1;
    border-radius:12px;
    background:#fff;
}

.commercial-calendar > aside{
    display:flex;
    gap:15px;
    padding:14px 10px;
    flex-direction:column;
    border-right:1px solid #eef2f7;
}

.commercial-calendar > aside span{
    color:#94a3b8;
    font-size:8px;
}

.commercial-calendar > div{
    position:relative;
    min-height:310px;
    padding:15px;
    background:repeating-linear-gradient(
        to bottom,
        #fff 0,
        #fff 37px,
        #eef2f7 38px
    );
}

.commercial-calendar .event{
    position:absolute;
    left:18px;
    width:calc(100% - 36px);
    padding:11px;
    border-left:4px solid;
    border-radius:7px;
}

.commercial-calendar .event.blue{
    top:40px;
    border-color:#2563eb;
    background:#eff6ff;
}

.commercial-calendar .event.green{
    top:130px;
    border-color:#16a34a;
    background:#f0fdf4;
}

.commercial-calendar .event.orange{
    top:225px;
    border-color:#f59e0b;
    background:#fffbeb;
}

.commercial-calendar .event strong{
    display:block;
    font-size:10px;
}

.commercial-calendar .event small{
    display:block;
    margin-top:4px;
    color:#64748b;
    font-size:8px;
}

.commercial-report-layout{
    display:grid;
    grid-template-columns:1.4fr .8fr;
    gap:14px;
    margin-top:24px;
}

.commercial-report-chart{
    display:flex;
    height:310px;
    gap:14px;
    padding:25px;
    align-items:flex-end;
    border:1px solid #e4eaf1;
    border-radius:12px;
    background:
        repeating-linear-gradient(
            to bottom,
            #fff 0,
            #fff 49px,
            #eef2f7 50px
        );
}

.commercial-report-chart span{
    flex:1;
    border-radius:7px 7px 0 0;
    background:linear-gradient(180deg,#60a5fa,#2563eb);
}

.commercial-report-stats{
    display:flex;
    gap:10px;
    flex-direction:column;
}

.commercial-report-stats article{
    flex:1;
}

.commercial-app-section{
    overflow:hidden;
    background:#0f172a;
    color:#fff;
}

.commercial-app-grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);
    gap:70px;
    align-items:center;
}

.commercial-app-copy > span{
    color:#60a5fa;
}

.commercial-app-copy h2{
    color:#fff;
}

.commercial-app-copy > p{
    color:#cbd5e1;
}

.commercial-app-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-top:32px;
}

.commercial-app-features article{
    display:grid;
    grid-template-columns:29px 1fr;
    gap:10px;
}

.commercial-app-features article > span{
    display:flex;
    width:27px;
    height:27px;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:rgba(37,99,235,.28);
    color:#93c5fd;
    font-size:11px;
    font-weight:900;
}

.commercial-app-features article div{
    display:flex;
    flex-direction:column;
}

.commercial-app-features strong{
    font-size:12px;
}

.commercial-app-features small{
    margin-top:4px;
    color:#94a3b8;
    font-size:10px;
    line-height:1.5;
}

.commercial-coming-soon{
    display:inline-flex;
    gap:8px;
    margin-top:27px;
    padding:10px 13px;
    align-items:center;
    border:1px solid rgba(96,165,250,.25);
    border-radius:10px;
    background:rgba(37,99,235,.13);
}

.commercial-coming-soon span{
    color:#93c5fd;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
}

.commercial-coming-soon strong{
    font-size:11px;
}

.commercial-app-devices{
    position:relative;
    min-height:610px;
}

.commercial-device{
    position:absolute;
    z-index:3;
    width:225px;
    padding:8px;
    border:5px solid #111827;
    border-radius:37px;
    background:#111827;
    box-shadow:0 35px 70px rgba(0,0,0,.36);
}

.commercial-device.phone-one{
    top:45px;
    left:40px;
    transform:rotate(-8deg);
}

.commercial-device.phone-two{
    top:8px;
    right:45px;
    transform:rotate(7deg);
}

.commercial-device-screen{
    overflow:hidden;
    min-height:465px;
    border-radius:27px;
    background:#f8fafc;
    color:#0f172a;
}

.commercial-device-screen > header{
    display:flex;
    min-height:40px;
    padding:11px 15px 7px;
    align-items:center;
    justify-content:space-between;
    font-size:8px;
}

.app-device-title{
    display:flex;
    padding:18px 16px 12px;
    flex-direction:column;
}

.app-device-title small{
    color:#94a3b8;
    font-size:8px;
}

.app-device-title strong{
    margin-top:4px;
    font-size:15px;
}

.app-device-summary{
    margin:0 14px;
    padding:14px;
    border-radius:13px;
    background:linear-gradient(135deg,#1d4ed8,#60a5fa);
    color:#fff;
}

.app-device-summary span{
    display:block;
    font-size:8px;
}

.app-device-summary strong{
    display:block;
    margin-top:5px;
    font-size:13px;
}

.app-device-list{
    display:flex;
    gap:9px;
    padding:14px;
    flex-direction:column;
}

.app-device-list article{
    display:grid;
    grid-template-columns:8px 1fr;
    gap:9px;
    padding:11px;
    border:1px solid #e5eaf1;
    border-radius:11px;
    background:#fff;
}

.app-device-list article > span{
    width:7px;
    height:7px;
    margin-top:3px;
    border-radius:50%;
}

.app-device-list article > span.blue{
    background:#2563eb;
}

.app-device-list article > span.green{
    background:#16a34a;
}

.app-device-list article > span.orange{
    background:#f59e0b;
}

.app-device-list div{
    display:flex;
    flex-direction:column;
}

.app-device-list strong{
    font-size:9px;
}

.app-device-list small{
    margin-top:4px;
    color:#94a3b8;
    font-size:7px;
}

.app-device-os-header{
    display:flex;
    margin:10px 14px 13px;
    padding:13px;
    align-items:center;
    justify-content:space-between;
    border-radius:11px;
    background:#eff6ff;
}

.app-device-os-header span{
    color:#2563eb;
    font-size:9px;
    font-weight:800;
}

.app-device-os-header strong{
    font-size:9px;
}

.app-device-photo{
    display:grid;
    min-height:150px;
    margin:0 14px;
    border-radius:12px;
    background:
        linear-gradient(
            135deg,
            rgba(15,23,42,.15),
            rgba(37,99,235,.25)
        ),
        repeating-linear-gradient(
            45deg,
            #cbd5e1,
            #cbd5e1 10px,
            #e2e8f0 10px,
            #e2e8f0 20px
        );
    color:#fff;
    place-items:center;
}

.app-device-photo span{
    padding:6px 9px;
    border-radius:999px;
    background:rgba(15,23,42,.55);
    font-size:8px;
}

.app-device-info{
    display:flex;
    gap:4px;
    padding:15px;
    flex-direction:column;
}

.app-device-info span{
    margin-top:7px;
    color:#94a3b8;
    font-size:7px;
    text-transform:uppercase;
}

.app-device-info strong{
    font-size:10px;
}

.commercial-device-screen > button{
    width:calc(100% - 28px);
    min-height:39px;
    margin:0 14px 15px;
    border:0;
    border-radius:10px;
    background:#2563eb;
    color:#fff;
    font-size:9px;
    font-weight:800;
}

.commercial-app-orbit{
    position:absolute;
    border:1px solid rgba(96,165,250,.2);
    border-radius:50%;
}

.orbit-one{
    top:0;
    right:-90px;
    width:500px;
    height:500px;
}

.orbit-two{
    bottom:10px;
    left:-20px;
    width:360px;
    height:360px;
}

.commercial-segments{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.commercial-segments article{
    padding:22px;
    border:1px solid var(--site-border);
    border-radius:15px;
    background:#fff;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.commercial-segments article:hover{
    transform:translateY(-4px);
    border-color:#bfdbfe;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.commercial-segments article > span{
    display:block;
    margin-bottom:17px;
    font-size:27px;
}

.commercial-segments strong{
    font-size:14px;
}

.commercial-segments p{
    margin:8px 0 0;
    color:#64748b;
    font-size:11px;
    line-height:1.5;
}

.commercial-benefits-section{
    background:#f8fafc;
}

.commercial-benefits{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.commercial-benefits article{
    padding:23px;
    border-top:4px solid #2563eb;
    border-radius:14px;
    background:#fff;
    box-shadow:0 13px 30px rgba(15,23,42,.045);
}

.commercial-benefits article > span{
    color:#93c5fd;
    font-size:11px;
    font-weight:900;
}

.commercial-benefits h3{
    margin:14px 0 9px;
    font-size:17px;
}

.commercial-benefits p{
    margin:0;
    color:#64748b;
    font-size:11px;
    line-height:1.6;
}

.commercial-pricing-section{
    background:linear-gradient(180deg,#fff,#f8fbff);
}

.commercial-pricing{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    align-items:stretch;
}

.commercial-price-card{
    position:relative;
    display:flex;
    padding:22px;
    border:1px solid var(--site-border);
    border-radius:17px;
    background:#fff;
    flex-direction:column;
    box-shadow:0 13px 35px rgba(15,23,42,.045);
}

.commercial-price-card.featured{
    border:2px solid var(--site-primary);
    box-shadow:0 22px 50px rgba(37,99,235,.13);
    transform:translateY(-7px);
}

.commercial-price-card.demo{
    background:#0f172a;
    color:#fff;
}

.commercial-price-card.demo > span{
    color:#93c5fd;
}

.commercial-price-badge{
    color:#2563eb!important;
}

.commercial-price-card h3{
    margin:9px 0 0;
    font-size:20px;
}

.commercial-price-value{
    display:flex;
    gap:4px;
    min-height:46px;
    margin:17px 0;
    align-items:flex-end;
}

.commercial-price-value strong{
    font-size:29px;
    line-height:1;
}

.commercial-price-value small{
    color:#94a3b8;
    font-size:10px;
}

.commercial-price-card > p{
    min-height:42px;
    margin:0;
    color:#64748b;
    font-size:11px;
    line-height:1.5;
}

.commercial-price-card.demo > p{
    color:#cbd5e1;
}

.commercial-price-card ul{
    display:flex;
    gap:10px;
    margin:20px 0 22px;
    padding:0;
    flex-direction:column;
    list-style:none;
}

.commercial-price-card li{
    padding-bottom:9px;
    border-bottom:1px solid rgba(148,163,184,.17);
    font-size:11px;
}

.commercial-price-card a{
    width:100%;
    margin-top:auto;
}

.commercial-faq-section{
    background:#f8fafc;
}

.commercial-faq-grid{
    display:grid;
    grid-template-columns:minmax(0,.7fr) minmax(520px,1.3fr);
    gap:70px;
    align-items:start;
}

.commercial-faq-grid > div:first-child .commercial-kicker{
    color:#2563eb;
}

.commercial-faq-grid > div:first-child .site-btn{
    margin-top:24px;
}

.commercial-accordion{
    overflow:hidden;
    border:1px solid var(--site-border);
    border-radius:16px;
    background:#fff;
}

.commercial-accordion article{
    border-bottom:1px solid var(--site-border);
}

.commercial-accordion article:last-child{
    border-bottom:0;
}

.commercial-accordion button{
    display:flex;
    width:100%;
    min-height:66px;
    padding:16px 20px;
    align-items:center;
    justify-content:space-between;
    border:0;
    background:#fff;
    color:#0f172a;
    cursor:pointer;
    font-size:13px;
    font-weight:800;
    text-align:left;
}

.commercial-accordion button span{
    display:flex;
    width:27px;
    height:27px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f1f5f9;
    color:#2563eb;
    font-size:17px;
    transition:transform .2s ease;
}

.commercial-accordion article.is-open button span{
    transform:rotate(45deg);
}

.commercial-accordion article > div{
    max-height:0;
    overflow:hidden;
    padding:0 20px;
    transition:
        max-height .25s ease,
        padding .25s ease;
}

.commercial-accordion article.is-open > div{
    max-height:160px;
    padding:0 20px 18px;
}

.commercial-accordion p{
    margin:0;
    color:#64748b;
    font-size:11px;
    line-height:1.7;
}

.commercial-final-cta{
    padding:95px 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(96,165,250,.28),
            transparent 37%
        ),
        linear-gradient(135deg,#0f172a,#1e3a8a);
    color:#fff;
    text-align:center;
}

.commercial-final-cta > div > span{
    color:#93c5fd;
}

.commercial-final-cta h2{
    max-width:820px;
    margin-right:auto;
    margin-left:auto;
}

.commercial-final-cta p{
    max-width:650px;
    margin-right:auto;
    margin-left:auto;
    color:#cbd5e1;
}

.commercial-final-cta > div > div{
    display:flex;
    gap:10px;
    margin-top:27px;
    justify-content:center;
    flex-wrap:wrap;
}

.site-footer{
    padding:65px 0 25px;
    border-top:1px solid #e2e8f0;
    background:#fff;
}

.site-footer-grid{
    display:grid;
    grid-template-columns:1.7fr repeat(3,1fr);
    gap:45px;
}

.site-footer-brand{
    display:inline-flex;
}

.site-footer-grid > div{
    display:flex;
    gap:10px;
    flex-direction:column;
}

.site-footer-grid > div:first-child p{
    max-width:300px;
    margin:8px 0 0;
    color:#64748b;
    font-size:11px;
    line-height:1.6;
}

.site-footer-grid > div:not(:first-child) > strong{
    margin-bottom:6px;
    font-size:12px;
}

.site-footer-grid > div:not(:first-child) > a{
    color:#64748b;
    font-size:11px;
    text-decoration:none;
}

.site-footer-grid > div:not(:first-child) > a:hover{
    color:#2563eb;
}

.site-footer-bottom{
    display:flex;
    margin-top:45px;
    padding-top:20px;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid #e2e8f0;
    color:#94a3b8;
    font-size:10px;
}

@media(max-width:1050px){
    .commercial-hero-grid{
        grid-template-columns:1fr;
    }

    .commercial-hero-copy{
        max-width:760px;
        text-align:center;
    }

    .commercial-hero-copy > p{
        margin-right:auto;
        margin-left:auto;
    }

    .commercial-hero-actions,
    .commercial-proof{
        justify-content:center;
    }

    .commercial-product-stage{
        width:min(760px,100%);
        margin:0 auto;
    }

    .commercial-feature-showcase,
    .commercial-app-grid,
    .commercial-faq-grid{
        grid-template-columns:1fr;
    }

    .commercial-feature-tabs{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .commercial-app-copy{
        text-align:center;
    }

    .commercial-app-features{
        text-align:left;
    }

    .commercial-coming-soon{
        margin-right:auto;
        margin-left:auto;
    }

    .commercial-app-devices{
        width:min(650px,100%);
        margin:0 auto;
    }

    .commercial-segments,
    .commercial-benefits,
    .commercial-pricing{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:780px){
    .site-menu-toggle{
        display:block;
    }

    .site-links{
        position:absolute;
        top:68px;
        right:17px;
        left:17px;
        display:none;
        padding:18px;
        align-items:stretch;
        border:1px solid #e2e8f0;
        border-radius:15px;
        background:#fff;
        box-shadow:0 20px 45px rgba(15,23,42,.13);
        flex-direction:column;
    }

    .site-links.is-open{
        display:flex;
    }

    .site-links a{
        width:100%;
    }

    .commercial-hero{
        min-height:auto;
        padding-top:125px;
    }

    .commercial-hero-copy h1{
        font-size:48px;
    }

    .commercial-product-stage{
        min-height:490px;
    }

    .commercial-browser{
        width:100%;
        transform:none;
    }

    .commercial-phone{
        right:-5px;
        bottom:5px;
        width:165px;
    }

    .commercial-floating-card{
        bottom:25px;
    }

    .commercial-trust-strip > div{
        gap:20px;
        padding:20px 0;
    }

    .commercial-section{
        padding:75px 0;
    }

    .commercial-feature-tabs{
        grid-template-columns:1fr;
    }

    .commercial-feature-screen{
        min-height:auto;
    }

    .commercial-os-layout,
    .commercial-report-layout{
        grid-template-columns:1fr;
    }

    .commercial-client-cards{
        grid-template-columns:1fr;
    }

    .commercial-app-features{
        grid-template-columns:1fr;
    }

    .commercial-app-devices{
        min-height:550px;
    }

    .commercial-device.phone-one{
        left:0;
    }

    .commercial-device.phone-two{
        right:0;
    }

    .site-footer-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:560px){
    .commercial-container,
    .site-nav,
    .site-footer-grid,
    .site-footer-bottom{
        width:min(100% - 22px,1180px);
    }

    .commercial-hero-copy h1{
        font-size:40px;
    }

    .commercial-hero-copy > p{
        font-size:15px;
    }

    .commercial-hero-actions{
        flex-direction:column;
    }

    .commercial-hero-actions a{
        width:100%;
    }

    .commercial-proof{
        align-items:center;
        flex-direction:column;
    }

    .commercial-product-stage{
        min-height:405px;
    }

    .commercial-dashboard{
        grid-template-columns:35px 1fr;
        min-height:330px;
    }

    .commercial-dashboard > aside{
        padding:10px 7px;
    }

    .commercial-dashboard-content{
        padding:11px;
    }

    .commercial-metrics{
        grid-template-columns:1fr 1fr;
    }

    .commercial-metrics article:last-child{
        grid-column:span 2;
    }

    .commercial-dashboard-bottom{
        grid-template-columns:1fr;
    }

    .commercial-list-card{
        display:none;
    }

    .commercial-chart-card{
        min-height:145px;
    }

    .commercial-bars{
        height:75px;
    }

    .commercial-phone{
        width:140px;
    }

    .commercial-phone-screen{
        min-height:290px;
    }

    .commercial-mobile-os article:last-child{
        display:none;
    }

    .commercial-floating-card{
        display:none;
    }

    .commercial-section-heading h2,
    .commercial-app-copy h2,
    .commercial-faq-grid > div:first-child h2,
    .commercial-final-cta h2{
        font-size:33px;
    }

    .commercial-feature-panel{
        padding:14px;
    }

    .commercial-os-main{
        grid-template-columns:1fr;
    }

    .commercial-os-main article.wide,
    .commercial-progress-line{
        grid-column:auto;
    }

    .commercial-client-history > div{
        grid-template-columns:1fr auto;
    }

    .commercial-client-history small{
        display:none;
    }

    .commercial-app-devices{
        min-height:470px;
    }

    .commercial-device{
        width:175px;
    }

    .commercial-device.phone-one{
        top:50px;
    }

    .commercial-device.phone-two{
        right:-25px;
    }

    .commercial-device-screen{
        min-height:370px;
    }

    .commercial-segments,
    .commercial-benefits,
    .commercial-pricing,
    .site-footer-grid{
        grid-template-columns:1fr;
    }

    .commercial-price-card.featured{
        transform:none;
    }

    .site-footer-bottom{
        gap:8px;
        align-items:flex-start;
        flex-direction:column;
    }
}

.commercial-contact-section{background:#f8fafc}.commercial-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.commercial-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:23px;border:1px solid var(--site-border);border-radius:18px;background:#fff}.commercial-contact-form>div{display:flex;flex-direction:column}.commercial-contact-form label{margin-bottom:7px;font-size:11px;font-weight:800}.commercial-contact-form input,.commercial-contact-form textarea{padding:10px 12px;border:1px solid var(--site-border);border-radius:9px}.commercial-contact-wide,.site-form-alert{grid-column:span 2}.site-form-alert{padding:11px 13px;border-radius:9px}.site-form-alert.success{background:#f0fdf4;color:#166534}.site-form-alert.error{background:#fff1f2;color:#991b1b}.legal-page{padding:135px 0 90px;background:#f8fafc}.legal-layout{display:grid;grid-template-columns:300px 1fr;gap:55px}.legal-layout article{padding:30px;border:1px solid var(--site-border);border-radius:18px;background:#fff}.legal-layout article p{color:#64748b;line-height:1.8}@media(max-width:900px){.commercial-contact-grid,.legal-layout{grid-template-columns:1fr}}@media(max-width:560px){.commercial-contact-form{grid-template-columns:1fr}.commercial-contact-wide,.site-form-alert{grid-column:auto}}