/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-shell[b-vn9ehpkps3] {
    min-height: 100vh;
    overflow: hidden;
    color: #0b1f3a;
    background: #fff;
}

.landing-header[b-vn9ehpkps3] {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid rgba(11, 31, 58, 0.08);
    background: rgba(255, 255, 255, 0.91);
    backdrop-filter: blur(18px);
}

.landing-header-inner[b-vn9ehpkps3] {
    width: min(1240px, 100%);
    min-height: 76px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.landing-brand[b-vn9ehpkps3] {
    flex: 0 0 auto;
}

.landing-brand img[b-vn9ehpkps3] {
    display: block;
    width: 178px;
    height: auto;
}

.landing-nav[b-vn9ehpkps3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: auto;
}

.landing-nav a[b-vn9ehpkps3],
.header-link[b-vn9ehpkps3] {
    color: #45566d;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease;
}

.landing-nav a:hover[b-vn9ehpkps3],
.header-link:hover[b-vn9ehpkps3] {
    color: #0868ec;
}

.landing-actions[b-vn9ehpkps3],
.landing-actions[b-vn9ehpkps3]  .authorized,
.landing-actions[b-vn9ehpkps3]  .not-authorized {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-button[b-vn9ehpkps3] {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    border-radius: 10px;
    color: #fff;
    background: #0868ec;
    box-shadow: 0 8px 22px rgba(8, 104, 236, 0.21);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.header-button:hover[b-vn9ehpkps3] {
    color: #fff;
    background: #0457cb;
    box-shadow: 0 10px 26px rgba(8, 104, 236, 0.28);
    transform: translateY(-1px);
}

.landing-footer[b-vn9ehpkps3] {
    border-top: 1px solid #dde6f1;
    background: #f4f7fb;
}

.landing-footer-inner[b-vn9ehpkps3],
.footer-bottom[b-vn9ehpkps3] {
    width: min(1240px, 100%);
    margin: 0 auto;
    padding-right: 28px;
    padding-left: 28px;
}

.landing-footer-inner[b-vn9ehpkps3] {
    padding-top: 66px;
    padding-bottom: 58px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.footer-brand img[b-vn9ehpkps3] {
    width: 190px;
    height: auto;
}

.footer-brand p[b-vn9ehpkps3] {
    max-width: 390px;
    margin: 22px 0 0;
    color: #5c6c80;
    line-height: 1.7;
}

.footer-links[b-vn9ehpkps3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 70px;
}

.footer-links > div[b-vn9ehpkps3] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.footer-links span[b-vn9ehpkps3] {
    margin-bottom: 3px;
    color: #0b1f3a;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-links a[b-vn9ehpkps3] {
    color: #5c6c80;
    text-decoration: none;
}

.footer-links a:hover[b-vn9ehpkps3] {
    color: #0868ec;
}

.footer-bottom[b-vn9ehpkps3] {
    min-height: 66px;
    border-top: 1px solid #dde6f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #718095;
    font-size: 0.82rem;
}

@media (max-width: 960px) {
    .landing-nav[b-vn9ehpkps3] {
        display: none;
    }

    .landing-header-inner[b-vn9ehpkps3] {
        min-height: 70px;
    }
}

@media (max-width: 680px) {
    .landing-header-inner[b-vn9ehpkps3],
    .landing-footer-inner[b-vn9ehpkps3],
    .footer-bottom[b-vn9ehpkps3] {
        padding-right: 20px;
        padding-left: 20px;
    }

    .landing-brand img[b-vn9ehpkps3] {
        width: 146px;
    }

    .landing-actions[b-vn9ehpkps3],
    .landing-actions[b-vn9ehpkps3]  .authorized,
    .landing-actions[b-vn9ehpkps3]  .not-authorized {
        gap: 11px;
    }

    .header-link[b-vn9ehpkps3] {
        display: none;
    }

    .header-button[b-vn9ehpkps3] {
        min-height: 39px;
        padding: 0 15px;
        font-size: 0.82rem;
    }

    .landing-footer-inner[b-vn9ehpkps3] {
        padding-top: 48px;
        padding-bottom: 44px;
        flex-direction: column;
        gap: 42px;
    }

    .footer-links[b-vn9ehpkps3] {
        width: 100%;
        gap: 36px;
    }

    .footer-bottom[b-vn9ehpkps3] {
        padding-top: 17px;
        padding-bottom: 17px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 5px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.waresight-shell[b-i0780qkjkq] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    background: #f6f8fb;
}

.waresight-sidebar[b-i0780qkjkq] {
    position: sticky;
    top: 0;
    height: 100vh;
    background: linear-gradient( 180deg, #0b1f3a 0%, #10284d 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.brand[b-i0780qkjkq] {
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

    .brand a[b-i0780qkjkq] {
        display: flex;
        align-items: center;
        gap: 11px;
        color: white;
        text-decoration: none;
    }

.brand-mark[b-i0780qkjkq] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    object-fit: cover;
    background: #fff;
}

.brand-name[b-i0780qkjkq] {
    font-size: 19px;
    font-weight: 650;
    letter-spacing: -0.02em;
}

.waresight-main[b-i0780qkjkq] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.waresight-topbar[b-i0780qkjkq] {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 32px;
    background: #fff;
    border-bottom: 1px solid #e4e8ef;
    position: sticky;
    top: 0;
    z-index: 10;
}

.topbar-context[b-i0780qkjkq] {
    color: #667085;
    font-size: 14px;
    font-weight: 500;
}

.topbar-account[b-i0780qkjkq] {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.waresight-content[b-i0780qkjkq] {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 32px;
}

@media (max-width: 900px) {
    .waresight-shell[b-i0780qkjkq] {
        grid-template-columns: 200px minmax(0, 1fr);
    }

    .waresight-content[b-i0780qkjkq] {
        padding: 24px;
    }

    .waresight-topbar[b-i0780qkjkq] {
        padding: 0 24px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navigation[b-jd5rtt8p7j] {
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-section-label[b-jd5rtt8p7j] {
    margin: 14px 12px 8px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

/*
    NavLink renders an <a> element.
    ::deep is required because NavLink is a child component.
*/
[b-jd5rtt8p7j] a.nav-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 120ms ease, color 120ms ease;
}

    [b-jd5rtt8p7j] a.nav-item:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
        text-decoration: none;
    }

    [b-jd5rtt8p7j] a.nav-item.active {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.12);
    }

.nav-indicator[b-jd5rtt8p7j] {
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
}

[b-jd5rtt8p7j] a.nav-item.active .nav-indicator {
    background: #5aa0ff;
    box-shadow: 0 0 0 3px rgba(90, 160, 255, 0.15);
}

.tenant-role[b-jd5rtt8p7j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 12px 4px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

    .tenant-role strong[b-jd5rtt8p7j] {
        color: rgba(255, 255, 255, 0.92);
        font-weight: 600;
    }

.nav-divider[b-jd5rtt8p7j] {
    height: 1px;
    margin: 20px 12px 6px;
    background: rgba(255, 255, 255, 0.10);
}

.nav-loading[b-jd5rtt8p7j] {
    padding: 12px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
:host[b-vh4so2ih2l] {
    display: block;
    color: #0b1f3a;
}

.landing-container[b-vh4so2ih2l] {
    position: relative;
    width: min(1240px, 100%);
    margin: 0 auto;
    padding-right: 28px;
    padding-left: 28px;
}

.hero[b-vh4so2ih2l] {
    position: relative;
    min-height: 755px;
    overflow: hidden;
    border-bottom: 1px solid #e4ebf3;
    background:
        radial-gradient(circle at 83% 18%, rgba(25, 131, 255, 0.11), transparent 28%),
        linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
}

.hero-orb[b-vh4so2ih2l] {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.hero-orb-one[b-vh4so2ih2l] {
    top: 104px;
    right: -130px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(24, 125, 245, 0.16);
}

.hero-orb-two[b-vh4so2ih2l] {
    top: 177px;
    right: -57px;
    width: 275px;
    height: 275px;
    border: 1px solid rgba(24, 125, 245, 0.12);
}

.hero-grid[b-vh4so2ih2l] {
    min-height: 755px;
    display: grid;
    grid-template-columns: minmax(390px, 0.88fr) minmax(570px, 1.12fr);
    align-items: center;
    gap: 72px;
    padding-top: 76px;
    padding-bottom: 82px;
}

.hero-copy[b-vh4so2ih2l] {
    position: relative;
    z-index: 2;
}

.eyebrow[b-vh4so2ih2l],
.section-kicker[b-vh4so2ih2l] {
    color: #0868ec;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.eyebrow[b-vh4so2ih2l] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eyebrow > span[b-vh4so2ih2l] {
    width: 28px;
    height: 2px;
    background: #1684ff;
}

.hero h1[b-vh4so2ih2l] {
    margin: 23px 0 25px;
    color: #081c38;
    font-size: clamp(3.2rem, 4.45vw, 4.45rem);
    font-weight: 740;
    letter-spacing: -0.058em;
    line-height: 1.01;
}

.hero h1 em[b-vh4so2ih2l] {
    color: #0868ec;
    font-style: normal;
}

.hero-lead[b-vh4so2ih2l] {
    max-width: 590px;
    margin: 0;
    color: #53657b;
    font-size: 1.08rem;
    line-height: 1.75;
}

.hero-actions[b-vh4so2ih2l],
.hero-actions[b-vh4so2ih2l]  .authorized,
.hero-actions[b-vh4so2ih2l]  .not-authorized {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-actions[b-vh4so2ih2l] {
    margin-top: 34px;
}

.primary-cta[b-vh4so2ih2l],
.secondary-cta[b-vh4so2ih2l] {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-weight: 740;
    text-decoration: none;
    transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.primary-cta[b-vh4so2ih2l] {
    gap: 24px;
    padding: 0 23px;
    color: #fff;
    background: #0868ec;
    box-shadow: 0 12px 28px rgba(8, 104, 236, 0.23);
}

.primary-cta:hover[b-vh4so2ih2l] {
    color: #fff;
    background: #0457cb;
    box-shadow: 0 14px 32px rgba(8, 104, 236, 0.3);
    transform: translateY(-2px);
}

.primary-cta > span[b-vh4so2ih2l] {
    font-size: 1.2rem;
}

.secondary-cta[b-vh4so2ih2l] {
    padding: 0 20px;
    border: 1px solid #cdd9e7;
    color: #163353;
    background: rgba(255, 255, 255, 0.7);
}

.secondary-cta:hover[b-vh4so2ih2l] {
    border-color: #a8bad0;
    color: #0868ec;
    background: #fff;
    transform: translateY(-2px);
}

.trust-row[b-vh4so2ih2l] {
    margin-top: 29px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 21px;
    color: #718095;
    font-size: 0.78rem;
}

.trust-row span[b-vh4so2ih2l] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.trust-row i[b-vh4so2ih2l] {
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0868ec;
    background: #e4f1ff;
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 900;
}

.hero-product[b-vh4so2ih2l] {
    position: relative;
    z-index: 1;
    perspective: 1300px;
}

.product-glow[b-vh4so2ih2l] {
    position: absolute;
    top: 10%;
    right: 6%;
    bottom: 4%;
    left: 6%;
    border-radius: 50%;
    background: rgba(25, 131, 255, 0.22);
    filter: blur(55px);
}

.dashboard-window[b-vh4so2ih2l] {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(150, 175, 206, 0.36);
    border-radius: 15px;
    background: #fff;
    box-shadow:
        0 42px 75px rgba(20, 51, 89, 0.18),
        0 9px 24px rgba(20, 51, 89, 0.08);
    transform: rotateY(-3deg) rotateX(1.5deg);
}

.dashboard-topbar[b-vh4so2ih2l] {
    height: 48px;
    padding: 0 17px;
    border-bottom: 1px solid #e5ebf2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fbfcfe;
}

.dashboard-brand[b-vh4so2ih2l] {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #1b3859;
    font-size: 0.68rem;
    font-weight: 700;
}

.dashboard-brand img[b-vh4so2ih2l] {
    width: 25px;
    height: 25px;
    border-radius: 6px;
}

.dashboard-period[b-vh4so2ih2l] {
    padding: 6px 9px;
    border: 1px solid #dce5ef;
    border-radius: 6px;
    color: #65768a;
    font-size: 0.58rem;
    background: #fff;
}

.dashboard-period span[b-vh4so2ih2l] {
    margin-left: 8px;
}

.dashboard-body[b-vh4so2ih2l] {
    padding: 22px;
    background: #f5f8fc;
}

.dashboard-title-row[b-vh4so2ih2l] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.dashboard-title-row small[b-vh4so2ih2l] {
    display: block;
    margin-bottom: 3px;
    color: #8190a2;
    font-size: 0.55rem;
}

.dashboard-title-row h2[b-vh4so2ih2l] {
    margin: 0;
    color: #173554;
    font-size: 1.02rem;
    letter-spacing: -0.025em;
}

.live-pill[b-vh4so2ih2l] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border: 1px solid #cde8df;
    border-radius: 100px;
    color: #247357;
    background: #eef9f5;
    font-size: 0.5rem;
    font-weight: 700;
}

.live-pill i[b-vh4so2ih2l] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #27a377;
}

.metric-grid[b-vh4so2ih2l] {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.metric-card[b-vh4so2ih2l] {
    padding: 13px;
    border: 1px solid #e0e8f1;
    border-radius: 9px;
    background: #fff;
}

.metric-card.featured[b-vh4so2ih2l] {
    border-color: #cfe4ff;
    box-shadow: 0 5px 15px rgba(8, 104, 236, 0.06);
}

.metric-label[b-vh4so2ih2l] {
    display: block;
    color: #77879a;
    font-size: 0.52rem;
    font-weight: 600;
}

.metric-card strong[b-vh4so2ih2l] {
    display: block;
    margin: 5px 0 4px;
    color: #133352;
    font-size: 1.12rem;
    letter-spacing: -0.03em;
}

.metric-card strong small[b-vh4so2ih2l] {
    font-size: 0.62rem;
    font-weight: 650;
}

.metric-note[b-vh4so2ih2l] {
    display: block;
    font-size: 0.45rem;
}

.metric-note.positive[b-vh4so2ih2l] {
    color: #208665;
}

.metric-note.neutral[b-vh4so2ih2l] {
    color: #8190a2;
}

.chart-card[b-vh4so2ih2l] {
    margin-top: 11px;
    padding: 15px 15px 9px;
    border: 1px solid #e0e8f1;
    border-radius: 9px;
    background: #fff;
}

.chart-heading[b-vh4so2ih2l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chart-heading span[b-vh4so2ih2l] {
    display: block;
    color: #77879a;
    font-size: 0.5rem;
}

.chart-heading strong[b-vh4so2ih2l] {
    display: block;
    margin-top: 3px;
    color: #173554;
    font-size: 0.8rem;
}

.chart-heading .legend[b-vh4so2ih2l] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.legend i[b-vh4so2ih2l] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1684ff;
}

.throughput-chart[b-vh4so2ih2l] {
    width: 100%;
    height: 142px;
    margin-top: 9px;
    overflow: visible;
}

.chart-lines line[b-vh4so2ih2l] {
    stroke: #e8eef5;
    stroke-width: 1;
}

.chart-area[b-vh4so2ih2l] {
    fill: url(#chartFill);
}

.chart-stroke[b-vh4so2ih2l] {
    fill: none;
    stroke: #1684ff;
    stroke-linecap: round;
    stroke-width: 3;
}

.throughput-chart circle[b-vh4so2ih2l] {
    fill: #1684ff;
}

.throughput-chart .chart-dot-ring[b-vh4so2ih2l] {
    fill: rgba(22, 132, 255, 0.17);
}

.chart-labels[b-vh4so2ih2l] {
    display: flex;
    justify-content: space-between;
    color: #91a0b2;
    font-size: 0.43rem;
}

.site-row[b-vh4so2ih2l] {
    margin-top: 11px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.site-row > div[b-vh4so2ih2l] {
    padding: 9px;
    border: 1px solid #e0e8f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
}

.site-icon[b-vh4so2ih2l] {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #247357;
    background: #e8f7f1;
    font-size: 0.42rem;
    font-weight: 800;
}

.site-icon.alert[b-vh4so2ih2l] {
    color: #b36819;
    background: #fff2df;
}

.site-row p[b-vh4so2ih2l] {
    margin: 0;
    line-height: 1.2;
}

.site-row strong[b-vh4so2ih2l],
.site-row small[b-vh4so2ih2l] {
    display: block;
}

.site-row strong[b-vh4so2ih2l] {
    color: #294664;
    font-size: 0.49rem;
}

.site-row small[b-vh4so2ih2l] {
    margin-top: 3px;
    color: #8594a5;
    font-size: 0.38rem;
}

.illustration-label[b-vh4so2ih2l] {
    position: absolute;
    right: 14px;
    bottom: -27px;
    color: #8291a4;
    font-size: 0.64rem;
    letter-spacing: 0.04em;
}

.audience-strip[b-vh4so2ih2l] {
    border-bottom: 1px solid #e4ebf3;
    background: #fff;
}

.audience-inner[b-vh4so2ih2l] {
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.audience-inner > span[b-vh4so2ih2l] {
    color: #8896a8;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.audience-inner > div[b-vh4so2ih2l] {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #51647a;
}

.audience-inner strong[b-vh4so2ih2l] {
    font-size: 0.85rem;
    font-weight: 650;
}

.audience-inner i[b-vh4so2ih2l] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b8c5d4;
}

.section[b-vh4so2ih2l] {
    padding: 118px 0;
}

.platform-section[b-vh4so2ih2l] {
    background: #fff;
}

.section-intro.centered[b-vh4so2ih2l] {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.section-intro h2[b-vh4so2ih2l],
.showcase-copy h2[b-vh4so2ih2l],
.ai-copy h2[b-vh4so2ih2l],
.integrations-copy h2[b-vh4so2ih2l],
.security-card h2[b-vh4so2ih2l],
.final-cta h2[b-vh4so2ih2l] {
    margin: 17px 0 19px;
    color: #0b2341;
    font-size: clamp(2.35rem, 3.35vw, 3.25rem);
    font-weight: 730;
    letter-spacing: -0.048em;
    line-height: 1.08;
}

.section-intro p[b-vh4so2ih2l],
.showcase-copy > p[b-vh4so2ih2l],
.ai-copy > p[b-vh4so2ih2l],
.integrations-copy > p[b-vh4so2ih2l] {
    margin: 0;
    color: #637388;
    font-size: 1rem;
    line-height: 1.78;
}

.feature-grid[b-vh4so2ih2l] {
    margin-top: 68px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.feature-card[b-vh4so2ih2l] {
    position: relative;
    min-height: 350px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #e0e8f1;
    border-radius: 15px;
    background: #fbfcfe;
    transition: transform 180ms ease, border 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover[b-vh4so2ih2l] {
    border-color: #b9d5f7;
    box-shadow: 0 22px 45px rgba(24, 58, 98, 0.09);
    transform: translateY(-5px);
}

.featured-card[b-vh4so2ih2l] {
    background: linear-gradient(150deg, #0c315c 0%, #075bbf 100%);
    box-shadow: 0 22px 45px rgba(7, 83, 174, 0.18);
}

.featured-card h3[b-vh4so2ih2l],
.featured-card p[b-vh4so2ih2l] {
    color: #fff;
}

.featured-card p[b-vh4so2ih2l] {
    opacity: 0.72;
}

.feature-number[b-vh4so2ih2l] {
    position: absolute;
    top: 36px;
    right: 34px;
    color: #a7b5c6;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.featured-card .feature-number[b-vh4so2ih2l] {
    color: rgba(255, 255, 255, 0.4);
}

.feature-icon[b-vh4so2ih2l] {
    width: 60px;
    height: 60px;
    margin-bottom: 69px;
    border-radius: 14px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    padding: 14px;
    color: #0868ec;
    background: #e7f2ff;
}

.feature-icon span[b-vh4so2ih2l] {
    display: block;
    background: currentColor;
}

.trend-icon span[b-vh4so2ih2l] {
    width: 5px;
    border-radius: 3px 3px 0 0;
}

.trend-icon span:nth-child(1)[b-vh4so2ih2l] { height: 13px; opacity: 0.48; }
.trend-icon span:nth-child(2)[b-vh4so2ih2l] { height: 21px; opacity: 0.66; }
.trend-icon span:nth-child(3)[b-vh4so2ih2l] { height: 17px; opacity: 0.8; }
.trend-icon span:nth-child(4)[b-vh4so2ih2l] { height: 29px; }

.sites-icon[b-vh4so2ih2l] {
    align-items: center;
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
}

.sites-icon span[b-vh4so2ih2l] {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    box-shadow: 0 14px 0 currentColor;
}

.sites-icon span:nth-child(2)[b-vh4so2ih2l] {
    transform: translateY(-7px);
}

.history-icon[b-vh4so2ih2l] {
    align-items: center;
}

.history-icon span[b-vh4so2ih2l] {
    width: 27px;
    height: 27px;
    border: 3px solid currentColor;
    border-radius: 50%;
    background: transparent;
    position: relative;
}

.history-icon span[b-vh4so2ih2l]::before,
.history-icon span[b-vh4so2ih2l]::after {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 2px;
    height: 8px;
    content: "";
    background: currentColor;
    transform-origin: bottom;
}

.history-icon span[b-vh4so2ih2l]::after {
    height: 7px;
    transform: rotate(120deg);
}

.feature-card h3[b-vh4so2ih2l] {
    margin: 0 0 14px;
    font-size: 1.35rem;
    letter-spacing: -0.025em;
}

.feature-card p[b-vh4so2ih2l] {
    margin: 0;
    color: #66778b;
    font-size: 0.91rem;
    line-height: 1.72;
}

.showcase-section[b-vh4so2ih2l] {
    background: #f3f7fc;
}

.showcase-grid[b-vh4so2ih2l],
.integrations-grid[b-vh4so2ih2l] {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    align-items: center;
    gap: 100px;
}

.check-list[b-vh4so2ih2l] {
    margin: 31px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
}

.check-list li[b-vh4so2ih2l] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #40546c;
    font-size: 0.92rem;
}

.check-list span[b-vh4so2ih2l] {
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0868ec;
    background: #deedff;
    font-size: 0.68rem;
    font-weight: 900;
}

.shift-panel[b-vh4so2ih2l] {
    padding: 29px;
    border: 1px solid #dce6f1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 28px 65px rgba(26, 57, 94, 0.12);
}

.shift-panel-header[b-vh4so2ih2l] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.shift-panel-header small[b-vh4so2ih2l],
.shift-panel-header strong[b-vh4so2ih2l] {
    display: block;
}

.shift-panel-header small[b-vh4so2ih2l] {
    margin-bottom: 5px;
    color: #8291a4;
    font-size: 0.72rem;
}

.shift-panel-header strong[b-vh4so2ih2l] {
    color: #173554;
    font-size: 1.08rem;
}

.shift-panel-header > span[b-vh4so2ih2l] {
    padding: 5px 9px;
    border-radius: 100px;
    color: #6b7d92;
    background: #eef3f8;
    font-size: 0.6rem;
}

.shift-summary[b-vh4so2ih2l] {
    margin: 26px 0 10px;
    padding: 19px 0;
    border-top: 1px solid #e5ebf2;
    border-bottom: 1px solid #e5ebf2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.shift-summary > div + div[b-vh4so2ih2l] {
    padding-left: 20px;
    border-left: 1px solid #e5ebf2;
}

.shift-summary small[b-vh4so2ih2l],
.shift-summary strong[b-vh4so2ih2l] {
    display: block;
}

.shift-summary small[b-vh4so2ih2l] {
    color: #8594a5;
    font-size: 0.66rem;
}

.shift-summary strong[b-vh4so2ih2l] {
    margin-top: 5px;
    color: #1d3b5b;
    font-size: 0.93rem;
}

.shift-summary strong.blue[b-vh4so2ih2l] {
    color: #0868ec;
}

.shift-summary em[b-vh4so2ih2l] {
    color: #7f8ea1;
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 600;
}

.bar-chart[b-vh4so2ih2l] {
    height: 235px;
    padding: 25px 11px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 15px;
    background:
        linear-gradient(#e8eef5 1px, transparent 1px) 0 25px / 100% 55px;
}

.bar-column[b-vh4so2ih2l] {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.bar-column > span[b-vh4so2ih2l] {
    width: min(38px, 72%);
    border-radius: 5px 5px 2px 2px;
    background: #b6d5f7;
}

.bar-column.best > span[b-vh4so2ih2l] {
    background: linear-gradient(180deg, #1684ff, #0868ec);
    box-shadow: 0 8px 18px rgba(8, 104, 236, 0.18);
}

.bar-column small[b-vh4so2ih2l] {
    color: #8291a4;
    font-size: 0.58rem;
}

.ai-section[b-vh4so2ih2l] {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 30%, rgba(18, 120, 245, 0.28), transparent 29%),
        linear-gradient(145deg, #07182f 0%, #0b2d57 100%);
}

.ai-section[b-vh4so2ih2l]::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent, #000 38%, #000);
}

.ai-halo[b-vh4so2ih2l] {
    position: absolute;
    top: 50%;
    right: -160px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(113, 183, 255, 0.15);
    border-radius: 50%;
    transform: translateY(-50%);
}

.ai-halo[b-vh4so2ih2l]::before,
.ai-halo[b-vh4so2ih2l]::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(113, 183, 255, 0.11);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.ai-halo[b-vh4so2ih2l]::before {
    width: 440px;
    height: 440px;
}

.ai-halo[b-vh4so2ih2l]::after {
    width: 280px;
    height: 280px;
}

.ai-grid[b-vh4so2ih2l] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    gap: 100px;
}

.roadmap-badge[b-vh4so2ih2l] {
    width: max-content;
    margin-bottom: 22px;
    padding: 7px 11px;
    border: 1px solid rgba(129, 194, 255, 0.3);
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #b7dcff;
    background: rgba(43, 135, 236, 0.12);
    font-size: 0.65rem;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.roadmap-badge i[b-vh4so2ih2l] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ca4ff;
    box-shadow: 0 0 0 4px rgba(76, 164, 255, 0.13);
}

.ai-copy .section-kicker[b-vh4so2ih2l] {
    color: #64afff;
}

.ai-copy h2[b-vh4so2ih2l] {
    color: #fff;
}

.ai-copy > p[b-vh4so2ih2l] {
    color: rgba(224, 237, 251, 0.7);
}

.ai-principles[b-vh4so2ih2l] {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.ai-principles > div[b-vh4so2ih2l] {
    padding-top: 18px;
    border-top: 1px solid rgba(154, 199, 243, 0.2);
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.principle-icon[b-vh4so2ih2l] {
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6bb4ff;
    background: rgba(67, 153, 244, 0.13);
    font-size: 0.58rem;
    font-weight: 800;
}

.ai-principles p[b-vh4so2ih2l] {
    margin: 0;
    color: rgba(214, 230, 247, 0.63);
    font-size: 0.78rem;
    line-height: 1.55;
}

.ai-principles strong[b-vh4so2ih2l] {
    margin-bottom: 5px;
    display: block;
    color: #f3f8fe;
    font-size: 0.84rem;
}

.ai-assistant[b-vh4so2ih2l] {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(186, 215, 245, 0.32);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 34px 70px rgba(0, 9, 24, 0.34);
}

.ai-assistant-header[b-vh4so2ih2l] {
    min-height: 69px;
    padding: 0 20px;
    border-bottom: 1px solid #e2e9f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ai-assistant-header > div[b-vh4so2ih2l] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-assistant-header img[b-vh4so2ih2l] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.ai-assistant-header p[b-vh4so2ih2l] {
    margin: 0;
}

.ai-assistant-header strong[b-vh4so2ih2l],
.ai-assistant-header small[b-vh4so2ih2l] {
    display: block;
}

.ai-assistant-header strong[b-vh4so2ih2l] {
    color: #183756;
    font-size: 0.79rem;
}

.ai-assistant-header small[b-vh4so2ih2l] {
    margin-top: 2px;
    color: #8190a2;
    font-size: 0.57rem;
}

.ai-assistant-header > span[b-vh4so2ih2l] {
    padding: 6px 9px;
    border-radius: 100px;
    color: #176dbd;
    background: #e8f4ff;
    font-size: 0.54rem;
    font-weight: 750;
}

.ai-conversation[b-vh4so2ih2l] {
    padding: 24px;
    background: #f4f7fb;
}

.ai-question[b-vh4so2ih2l] {
    width: min(380px, 86%);
    margin-left: auto;
    padding: 13px 16px;
    border-radius: 13px 13px 3px 13px;
    color: #fff;
    background: #0868ec;
    box-shadow: 0 8px 19px rgba(8, 104, 236, 0.18);
    font-size: 0.72rem;
    line-height: 1.5;
}

.ai-answer[b-vh4so2ih2l] {
    margin-top: 16px;
    padding: 17px;
    border: 1px solid #dde7f1;
    border-radius: 13px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
}

.sparkle[b-vh4so2ih2l] {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0868ec;
    background: #e9f3ff;
    font-size: 0.9rem;
}

.ai-answer strong[b-vh4so2ih2l] {
    color: #173554;
    font-size: 0.77rem;
}

.ai-answer p[b-vh4so2ih2l] {
    margin: 6px 0 0;
    color: #65768a;
    font-size: 0.67rem;
    line-height: 1.6;
}

.ai-driver-grid[b-vh4so2ih2l] {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.ai-driver-grid > div[b-vh4so2ih2l] {
    padding: 11px;
    border: 1px solid #dfe8f2;
    border-radius: 9px;
    background: #fff;
}

.ai-driver-grid span[b-vh4so2ih2l],
.ai-driver-grid strong[b-vh4so2ih2l] {
    display: block;
}

.ai-driver-grid span[b-vh4so2ih2l] {
    color: #8190a2;
    font-size: 0.53rem;
}

.ai-driver-grid strong[b-vh4so2ih2l] {
    margin-top: 4px;
    color: #173554;
    font-size: 0.79rem;
}

.ai-next-step[b-vh4so2ih2l] {
    margin-top: 10px;
    padding: 13px 15px;
    border: 1px solid #cfe2f8;
    border-radius: 10px;
    color: #587087;
    background: #eef6ff;
    font-size: 0.62rem;
    line-height: 1.5;
}

.ai-next-step > span:first-child[b-vh4so2ih2l] {
    margin-bottom: 4px;
    display: block;
    color: #1a5d9c;
    font-size: 0.51rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ai-explore[b-vh4so2ih2l] {
    margin-top: 8px;
    display: block;
    color: #0868ec;
    font-size: 0.59rem;
    font-weight: 750;
}

.ai-example-label[b-vh4so2ih2l] {
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8291a4;
    background: #fff;
    font-size: 0.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.integrations-section[b-vh4so2ih2l] {
    overflow: hidden;
    background: #fff;
}

.integrations-grid[b-vh4so2ih2l] {
    grid-template-columns: 1.05fr 0.95fr;
}

.integration-visual[b-vh4so2ih2l] {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integration-visual[b-vh4so2ih2l]::before {
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgba(16, 124, 247, 0.17), transparent 68%);
}

.integration-core[b-vh4so2ih2l] {
    position: relative;
    z-index: 2;
    width: 126px;
    height: 126px;
    padding: 9px;
    border: 1px solid #d9e6f5;
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(17, 74, 141, 0.16);
}

.integration-core img[b-vh4so2ih2l] {
    width: 100%;
    height: 100%;
    border-radius: 19px;
}

.orbit[b-vh4so2ih2l] {
    position: absolute;
    border: 1px solid #dbe7f4;
    border-radius: 50%;
}

.orbit-one[b-vh4so2ih2l] {
    width: 286px;
    height: 286px;
}

.orbit-two[b-vh4so2ih2l] {
    width: 432px;
    height: 432px;
    border-style: dashed;
}

.integration-node[b-vh4so2ih2l] {
    position: absolute;
    z-index: 2;
    width: 57px;
    height: 57px;
    border: 1px solid #d9e5f2;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b4e73;
    background: #fff;
    box-shadow: 0 9px 25px rgba(21, 66, 116, 0.1);
    font-size: 0.68rem;
    font-weight: 800;
}

.node-one[b-vh4so2ih2l] { top: 56px; left: 31%; }
.node-two[b-vh4so2ih2l] { top: 44%; right: 6%; }
.node-three[b-vh4so2ih2l] { bottom: 50px; left: 28%; }
.node-four[b-vh4so2ih2l] { top: 46%; left: 5%; }

.integration-points[b-vh4so2ih2l] {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.integration-points > div[b-vh4so2ih2l] {
    padding-top: 17px;
    border-top: 2px solid #d9e8f9;
}

.integration-points strong[b-vh4so2ih2l],
.integration-points span[b-vh4so2ih2l] {
    display: block;
}

.integration-points strong[b-vh4so2ih2l] {
    color: #193858;
    font-size: 0.9rem;
}

.integration-points span[b-vh4so2ih2l] {
    margin-top: 7px;
    color: #748398;
    font-size: 0.79rem;
    line-height: 1.55;
}

.security-section[b-vh4so2ih2l] {
    padding-top: 0;
    background: #fff;
}

.security-card[b-vh4so2ih2l] {
    min-height: 230px;
    padding-top: 48px;
    padding-bottom: 48px;
    border: 1px solid #d8e5f3;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 74px 1fr 0.85fr;
    align-items: center;
    gap: 34px;
    background: linear-gradient(135deg, #f4f9ff 0%, #eef5fd 100%);
}

.security-icon[b-vh4so2ih2l] {
    width: 66px;
    height: 66px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b315e;
}

.security-icon span[b-vh4so2ih2l] {
    position: relative;
    width: 28px;
    height: 31px;
    border: 3px solid #fff;
    border-radius: 5px 5px 12px 12px;
}

.security-icon span[b-vh4so2ih2l]::before {
    position: absolute;
    top: -16px;
    left: 4px;
    width: 14px;
    height: 15px;
    border: 3px solid #fff;
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
    content: "";
}

.security-card h2[b-vh4so2ih2l] {
    margin-bottom: 0;
    font-size: clamp(1.9rem, 2.5vw, 2.55rem);
}

.security-card > p[b-vh4so2ih2l] {
    margin: 0;
    color: #607288;
    line-height: 1.72;
}

.final-cta-section[b-vh4so2ih2l] {
    position: relative;
    overflow: hidden;
    padding: 102px 0;
    background: linear-gradient(135deg, #0b2548 0%, #064da7 100%);
}

.final-cta-section[b-vh4so2ih2l]::before,
.final-cta-section[b-vh4so2ih2l]::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.final-cta-section[b-vh4so2ih2l]::before {
    top: -190px;
    right: -60px;
    width: 500px;
    height: 500px;
}

.final-cta-section[b-vh4so2ih2l]::after {
    top: -110px;
    right: 20px;
    width: 340px;
    height: 340px;
}

.final-cta[b-vh4so2ih2l] {
    position: relative;
    z-index: 2;
    text-align: center;
}

.final-cta > img[b-vh4so2ih2l] {
    width: 55px;
    height: 55px;
    padding: 4px;
    border-radius: 13px;
    background: #fff;
}

.final-cta > span[b-vh4so2ih2l] {
    margin-top: 23px;
    display: block;
    color: #8fc5ff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.final-cta h2[b-vh4so2ih2l] {
    margin-top: 15px;
    margin-bottom: 13px;
    color: #fff;
}

.final-cta > p[b-vh4so2ih2l] {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
}

.centered-actions[b-vh4so2ih2l],
.centered-actions[b-vh4so2ih2l]  .authorized,
.centered-actions[b-vh4so2ih2l]  .not-authorized {
    justify-content: center;
}

.light-cta[b-vh4so2ih2l] {
    color: #0759c1;
    background: #fff;
    box-shadow: 0 12px 28px rgba(1, 24, 56, 0.24);
}

.light-cta:hover[b-vh4so2ih2l] {
    color: #064da7;
    background: #f2f7fd;
}

.dark-secondary[b-vh4so2ih2l] {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.dark-secondary:hover[b-vh4so2ih2l] {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1100px) {
    .hero-grid[b-vh4so2ih2l] {
        grid-template-columns: 1fr;
        gap: 62px;
        padding-top: 82px;
        padding-bottom: 95px;
    }

    .hero-copy[b-vh4so2ih2l] {
        max-width: 760px;
    }

    .hero-product[b-vh4so2ih2l] {
        width: min(760px, 100%);
        margin: 0 auto;
    }

    .showcase-grid[b-vh4so2ih2l],
    .ai-grid[b-vh4so2ih2l],
    .integrations-grid[b-vh4so2ih2l] {
        gap: 58px;
    }

    .security-card[b-vh4so2ih2l] {
        grid-template-columns: 74px 1fr;
    }

    .security-card > p[b-vh4so2ih2l] {
        grid-column: 2;
    }
}

@media (max-width: 900px) {
    .audience-inner[b-vh4so2ih2l] {
        padding-top: 25px;
        padding-bottom: 25px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .audience-inner > div[b-vh4so2ih2l] {
        flex-wrap: wrap;
        gap: 14px 22px;
    }

    .feature-grid[b-vh4so2ih2l] {
        grid-template-columns: 1fr;
    }

    .feature-card[b-vh4so2ih2l] {
        min-height: auto;
    }

    .feature-icon[b-vh4so2ih2l] {
        margin-bottom: 48px;
    }

    .showcase-grid[b-vh4so2ih2l],
    .ai-grid[b-vh4so2ih2l],
    .integrations-grid[b-vh4so2ih2l] {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .integration-visual[b-vh4so2ih2l] {
        order: 2;
    }
}

@media (max-width: 680px) {
    .landing-container[b-vh4so2ih2l] {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-grid[b-vh4so2ih2l] {
        padding-top: 65px;
        padding-bottom: 80px;
    }

    .hero h1[b-vh4so2ih2l] {
        font-size: clamp(2.75rem, 13.5vw, 3.65rem);
    }

    .hero-lead[b-vh4so2ih2l] {
        font-size: 1rem;
    }

    .hero-actions[b-vh4so2ih2l],
    .hero-actions[b-vh4so2ih2l]  .authorized,
    .hero-actions[b-vh4so2ih2l]  .not-authorized {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .primary-cta[b-vh4so2ih2l],
    .secondary-cta[b-vh4so2ih2l] {
        width: 100%;
    }

    .trust-row[b-vh4so2ih2l] {
        flex-direction: column;
    }

    .dashboard-body[b-vh4so2ih2l] {
        padding: 13px;
    }

    .dashboard-window[b-vh4so2ih2l] {
        transform: none;
    }

    .metric-grid[b-vh4so2ih2l] {
        grid-template-columns: 1fr;
    }

    .metric-card:nth-child(n+2)[b-vh4so2ih2l],
    .site-row[b-vh4so2ih2l] {
        display: none;
    }

    .throughput-chart[b-vh4so2ih2l] {
        height: 115px;
    }

    .section[b-vh4so2ih2l] {
        padding: 85px 0;
    }

    .section-intro h2[b-vh4so2ih2l],
    .showcase-copy h2[b-vh4so2ih2l],
    .ai-copy h2[b-vh4so2ih2l],
    .integrations-copy h2[b-vh4so2ih2l],
    .final-cta h2[b-vh4so2ih2l] {
        font-size: 2.35rem;
    }

    .feature-grid[b-vh4so2ih2l] {
        margin-top: 48px;
    }

    .feature-card[b-vh4so2ih2l] {
        padding: 28px;
    }

    .shift-panel[b-vh4so2ih2l] {
        padding: 19px;
    }

    .shift-summary[b-vh4so2ih2l] {
        grid-template-columns: 1fr 1fr;
    }

    .shift-summary > div:nth-child(3)[b-vh4so2ih2l] {
        display: none;
    }

    .bar-chart[b-vh4so2ih2l] {
        height: 190px;
        gap: 8px;
    }

    .ai-principles[b-vh4so2ih2l] {
        grid-template-columns: 1fr;
    }

    .ai-conversation[b-vh4so2ih2l] {
        padding: 15px;
    }

    .ai-question[b-vh4so2ih2l] {
        width: 94%;
    }

    .ai-driver-grid[b-vh4so2ih2l] {
        grid-template-columns: 1fr;
    }

    .integration-visual[b-vh4so2ih2l] {
        min-height: 380px;
        transform: scale(0.84);
    }

    .integration-points[b-vh4so2ih2l] {
        grid-template-columns: 1fr;
    }

    .security-section[b-vh4so2ih2l] {
        padding-bottom: 85px;
    }

    .security-card[b-vh4so2ih2l] {
        width: calc(100% - 40px);
        padding: 32px 25px;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .security-card > p[b-vh4so2ih2l] {
        grid-column: 1;
    }

    .final-cta-section[b-vh4so2ih2l] {
        padding: 82px 0;
    }

    .centered-actions[b-vh4so2ih2l],
    .centered-actions[b-vh4so2ih2l]  .authorized,
    .centered-actions[b-vh4so2ih2l]  .not-authorized {
        align-items: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .feature-card[b-vh4so2ih2l],
    .primary-cta[b-vh4so2ih2l],
    .secondary-cta[b-vh4so2ih2l] {
        transition: none;
    }
}
/* /Components/Pages/Organizations/OrganizationHome.razor.rz.scp.css */
/* CSS for OrganizationHome component */
.page-header[b-0td42v08u4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.page-eyebrow[b-0td42v08u4] {
    margin-bottom: 6px;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-header h1[b-0td42v08u4] {
    margin: 0;
    font-size: 30px;
}

.page-description[b-0td42v08u4] {
    margin: 8px 0 0;
    color: #667085;
    font-size: 14px;
}

.role-badge[b-0td42v08u4] {
    padding: 6px 10px;
    border: 1px solid #d8e1ed;
    border-radius: 999px;
    background: #ffffff;
    color: #475467;
    font-size: 12px;
    font-weight: 600;
}

.metric-grid[b-0td42v08u4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 32px;
}

.metric-card[b-0td42v08u4] {
    padding: 20px;
    border: 1px solid #e2e7ee;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}

.metric-label[b-0td42v08u4] {
    color: #667085;
    font-size: 13px;
    font-weight: 600;
}

.metric-value[b-0td42v08u4] {
    margin-top: 8px;
    color: #182230;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.metric-description[b-0td42v08u4] {
    margin-top: 4px;
    color: #98a2b3;
    font-size: 12px;
}

.overview-section[b-0td42v08u4] {
    padding: 22px;
    border: 1px solid #e2e7ee;
    border-radius: 10px;
    background: #ffffff;
}

.section-header[b-0td42v08u4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

    .section-header h2[b-0td42v08u4] {
        margin: 0;
    }

    .section-header p[b-0td42v08u4] {
        margin: 4px 0 0;
        color: #667085;
        font-size: 13px;
    }

.integration-card[b-0td42v08u4] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e8ecf2;
    border-radius: 8px;
}

.integration-icon[b-0td42v08u4] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #edf5ff;
    color: #246fce;
    font-size: 12px;
    font-weight: 700;
}

.integration-title[b-0td42v08u4] {
    color: #182230;
    font-size: 14px;
    font-weight: 650;
}

.integration-status[b-0td42v08u4] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    color: #667085;
    font-size: 12px;
}

.status-dot[b-0td42v08u4] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #98a2b3;
}

.status-connected[b-0td42v08u4] {
    background: #16835b;
}

.integration-meta[b-0td42v08u4] {
    color: #667085;
    font-size: 13px;
}

.overview-loading[b-0td42v08u4] {
    color: #667085;
}

@media (max-width: 900px) {
    .metric-grid[b-0td42v08u4] {
        grid-template-columns: 1fr;
    }

    .page-header[b-0td42v08u4],
    .section-header[b-0td42v08u4] {
        align-items: flex-start;
        flex-direction: column;
    }

    .integration-card[b-0td42v08u4] {
        grid-template-columns: auto 1fr;
    }

    .integration-meta[b-0td42v08u4] {
        grid-column: 2;
    }
}
