:root {
    --fw-navy: #071a38;
    --fw-navy-2: #0b2c61;
    --fw-blue: #0a5ec4;
    --fw-blue-bright: #1d7be2;
    --fw-cyan: #3cc7e6;
    --fw-ice: #e2f3ff;
    --fw-pale: #f5f9fd;
    --fw-white: #fff;
    --fw-ink: #13243b;
    --fw-muted: #5c6d82;
    --fw-line: #d7e4ef;
    --fw-shadow: 0 24px 70px rgba(7, 32, 70, .14);
    --fw-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--fw-ink); background: var(--fw-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--fw-blue); text-underline-offset: .2em; }
a:hover { color: var(--fw-navy-2); }
h1, h2, h3, h4 { color: var(--fw-navy); font-weight: 750; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.35rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.3rem; }
p:last-child { margin-bottom: 0; }

.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 1100; padding: .75rem 1rem; color: #fff; background: var(--fw-navy); border-radius: .5rem; }
.skip-link:focus { top: 1rem; color: #fff; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(10, 64, 124, .1); backdrop-filter: blur(14px); }
.site-header .navbar { min-height: 82px; }
.navbar-brand img { display: block; width: 180px; max-height: 48px; }
.navbar-toggler { border-color: var(--fw-line); }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23071a38' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.nav-link { color: var(--fw-ink); font-size: .94rem; font-weight: 650; }
.nav-link:hover, .nav-link:focus { color: var(--fw-blue); }
.btn { border-radius: 999px; font-weight: 700; padding: .75rem 1.2rem; }
.btn-primary { background: var(--fw-blue); border-color: var(--fw-blue); box-shadow: 0 10px 25px rgba(10, 94, 196, .16); }
.btn-primary:hover, .btn-primary:focus { background: var(--fw-navy-2); border-color: var(--fw-navy-2); }
.btn-outline-primary { color: var(--fw-blue); border-color: var(--fw-blue); }
.btn-outline-primary:hover { background: var(--fw-blue); border-color: var(--fw-blue); }

.section { padding: clamp(4.75rem, 8vw, 8rem) 0; }
.section--pale { background: var(--fw-pale); }
.section--ice { background: var(--fw-ice); }
.eyebrow { margin: 0 0 .9rem; color: var(--fw-blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #8fe7f6; }
.section-heading { max-width: 790px; margin-bottom: 3rem; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { color: var(--fw-muted); font-size: 1.12rem; }
.lead { color: var(--fw-muted); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; padding: 5.5rem 0 6.5rem; background: var(--fw-ice); }
.hero__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(241, 249, 255, .98) 0%, rgba(241, 249, 255, .93) 48%, rgba(226, 243, 255, .5) 100%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero__logo { width: min(460px, 82%); margin-bottom: 1.5rem; }
.hero h1 { max-width: 760px; margin-bottom: 1.35rem; }
.hero__lead { max-width: 670px; margin-bottom: 2rem; color: #425a74; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.button-group { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }
.hero__proof { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 1.7rem 0 0; padding: 0; list-style: none; color: #34516e; font-size: .9rem; font-weight: 700; }
.hero__proof li::before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .55rem; background: var(--fw-cyan); border-radius: 50%; vertical-align: .08em; }
.hero__visual { position: relative; padding: 2.25rem 0 0 1.75rem; }
.hero__screen { position: relative; z-index: 2; width: 100%; border: 1px solid rgba(16, 49, 88, .15); border-radius: 20px; box-shadow: var(--fw-shadow); }
.hero__signal { position: absolute; right: -2rem; top: 0; z-index: 3; width: 190px; padding: 1rem 1.1rem; color: #fff; background: var(--fw-navy); border-radius: 17px; box-shadow: 0 18px 45px rgba(7, 26, 56, .22); }
.hero__signal span { display: block; color: #9ee9f4; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__signal strong { display: block; margin-top: .2rem; font-size: 1rem; }
.hero__signal-bars { display: flex; align-items: center; gap: 4px; height: 28px; margin-top: .7rem; }
.hero__signal-bars i { width: 4px; background: var(--fw-cyan); border-radius: 4px; }
.hero__signal-bars i:nth-child(1), .hero__signal-bars i:nth-child(7) { height: 8px; }
.hero__signal-bars i:nth-child(2), .hero__signal-bars i:nth-child(6) { height: 16px; }
.hero__signal-bars i:nth-child(3), .hero__signal-bars i:nth-child(5) { height: 24px; }
.hero__signal-bars i:nth-child(4) { height: 28px; }

.proof-strip { position: relative; z-index: 4; margin-top: -1.75rem; }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: #fff; border: 1px solid var(--fw-line); border-radius: 18px; box-shadow: 0 18px 55px rgba(7, 32, 70, .1); }
.proof-strip__grid div { padding: 1.35rem 1.5rem; border-right: 1px solid var(--fw-line); }
.proof-strip__grid div:last-child { border-right: 0; }
.proof-strip strong { display: block; color: var(--fw-navy); }
.proof-strip span { color: var(--fw-muted); font-size: .86rem; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.step-card { height: 100%; padding: 2rem; background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-radius); box-shadow: 0 14px 45px rgba(10, 54, 104, .07); }
.step-card__number { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1.4rem; color: #fff; background: var(--fw-blue); border-radius: 14px; font-weight: 800; }
.step-card p { color: var(--fw-muted); }

.feature-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.feature-copy > p { color: var(--fw-muted); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feature-card { padding: 1.55rem; background: #fff; border: 1px solid var(--fw-line); border-radius: 18px; }
.feature-card span { display: block; margin-bottom: .6rem; color: var(--fw-blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-card h3 { font-size: 1.08rem; }
.feature-card p { color: var(--fw-muted); font-size: .93rem; }

.dashboard { position: relative; overflow: hidden; color: #fff; background: var(--fw-navy); }
.dashboard::before { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -180px; border: 1px solid rgba(78, 210, 232, .35); border-radius: 50%; box-shadow: 0 0 0 75px rgba(78, 210, 232, .05), 0 0 0 150px rgba(78, 210, 232, .035); }
.dashboard h2, .dashboard h3 { color: #fff; }
.dashboard p { color: #b8c7da; }
.dashboard__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.meter-panel { padding: 2rem; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--fw-radius); }
.meter { display: grid; grid-template-columns: 118px 1fr auto; gap: .8rem; align-items: center; margin: 1rem 0; color: #d9e4f0; font-size: .85rem; }
.meter__track { height: 9px; overflow: hidden; background: rgba(255, 255, 255, .12); border-radius: 999px; }
.meter__track i { display: block; height: 100%; background: var(--fw-cyan); border-radius: inherit; }
.meter small { color: #8fe7f6; }

.workflow-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.workflow-map a { display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; padding: 1.45rem; color: var(--fw-ink); text-decoration: none; background: #fff; border: 1px solid var(--fw-line); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.workflow-map a:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(7, 32, 70, .09); }
.workflow-map img { width: 160px; max-height: 48px; object-fit: contain; object-position: left center; }
.workflow-map span { color: var(--fw-muted); font-size: .88rem; }

.article-promo { display: grid; grid-template-columns: 1fr .9fr; overflow: hidden; background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-radius); box-shadow: var(--fw-shadow); }
.article-promo__image { min-height: 380px; width: 100%; height: 100%; object-fit: cover; }
.article-promo__copy { padding: clamp(2rem, 5vw, 4.5rem); align-self: center; }
.article-promo__copy p { color: var(--fw-muted); }

.cta { padding: clamp(4rem, 8vw, 7rem) 0; color: #fff; background: var(--fw-navy-2); }
.cta h2 { color: #fff; }
.cta p { color: #c7d8e9; font-size: 1.12rem; }
.cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.cta .btn-light { color: var(--fw-navy); padding-inline: 1.55rem; }

.article-hero { padding: clamp(4rem, 8vw, 7.5rem) 0 3.5rem; background: var(--fw-ice); }
.article-hero__inner { max-width: 930px; }
.article-hero h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
.article-hero__dek { max-width: 780px; color: #425a74; font-size: clamp(1.1rem, 2vw, 1.3rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin-top: 1.5rem; color: var(--fw-muted); font-size: .9rem; }
.article-shell { display: grid; grid-template-columns: minmax(0, 780px) 240px; gap: clamp(2.5rem, 7vw, 6rem); justify-content: center; padding-top: 3rem; padding-bottom: 6rem; }
.article-featured-image { width: 100%; margin-bottom: 2.5rem; border-radius: var(--fw-radius); box-shadow: 0 18px 55px rgba(7, 32, 70, .1); }
.article-body { color: #2f435b; font-size: 1.08rem; }
.article-body > p:first-of-type { color: var(--fw-ink); font-size: 1.24rem; }
.article-body h2 { margin: 3.5rem 0 1rem; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.article-body h3 { margin: 2rem 0 .8rem; }
.article-body ul { padding-left: 1.35rem; }
.article-body li { margin-bottom: .65rem; }
.article-callout { margin: 2.5rem 0; padding: 1.7rem 1.8rem; background: var(--fw-ice); border-left: 5px solid var(--fw-blue); border-radius: 0 16px 16px 0; }
.article-callout strong { display: block; margin-bottom: .35rem; color: var(--fw-navy); }
.article-sidebar { position: sticky; top: 110px; align-self: start; padding: 1.4rem; background: var(--fw-pale); border: 1px solid var(--fw-line); border-radius: 18px; }
.article-sidebar h2 { font-size: 1rem; }
.article-sidebar ol { margin: 0; padding-left: 1.1rem; }
.article-sidebar li { margin-bottom: .65rem; color: var(--fw-muted); font-size: .88rem; }
.article-sidebar a { text-decoration: none; }
.article-footer-card { margin-top: 3.5rem; padding: 2rem; color: #fff; background: var(--fw-navy); border-radius: var(--fw-radius); }
.article-footer-card h2 { margin-top: 0; color: #fff; }
.article-footer-card p { color: #c7d8e9; }

.site-footer { padding: 4.5rem 0 1.5rem; color: #aebdd0; background: #061427; }
.site-footer__grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: clamp(2rem, 6vw, 5rem); }
.footer-brand img { width: 225px; max-height: 62px; margin-bottom: 1.25rem; }
.site-footer h2 { color: #fff; font-size: 1rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: .5rem; }
.site-footer a { color: #d5e1ed; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer address { font-style: normal; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .84rem; }

@media (max-width: 991.98px) {
    .navbar-collapse { padding: 1rem 0 1.25rem; }
    .navbar-nav { align-items: stretch !important; gap: .35rem; }
    .hero { min-height: auto; }
    .hero__grid, .feature-layout, .dashboard__grid, .article-promo, .cta__inner { grid-template-columns: 1fr; }
    .hero__visual { max-width: 720px; padding-right: 1.5rem; }
    .proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .proof-strip__grid div:nth-child(2) { border-right: 0; }
    .proof-strip__grid div:nth-child(-n+2) { border-bottom: 1px solid var(--fw-line); }
    .article-promo__image { max-height: 440px; }
    .article-shell { grid-template-columns: minmax(0, 780px); }
    .article-sidebar { position: static; order: -1; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 767.98px) {
    .hero { padding-top: 4rem; }
    .hero__grid { grid-template-columns: 1fr; }
    .hero__signal { right: 0; }
    .proof-strip { margin-top: 0; padding-top: 1rem; }
    .steps-grid, .workflow-map { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: 1fr; }
    .meter { grid-template-columns: 100px 1fr; }
    .meter small { display: none; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .site-footer__grid > div:first-child { grid-column: auto; }
    .site-footer__bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
