:root {
    --navy: #21396f;
    --navy-deep: #122b4c;
    --blue: #55a7e2;
    --blue-dark: #398dcc;
    --sky: #b5d7ed;
    --paper: #edf3f7;
    --ink: #202943;
    --muted: #596779;
    --green: #9db793;
    --line: #d4dfe8;
    --white: #fff;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .eyebrow, .section-kicker, .brand, .nav-cta, .stat-card strong, .practice-bar, .solution-card, .value-card strong { font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; }
p { color: var(--muted); line-height: 1.65; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 16px; left: 16px; z-index: 2000; transform: translateY(-140%); padding: 10px 14px; border-radius: 999px; background: var(--ink); color: var(--white); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(33, 57, 111, .13); background: rgba(237, 243, 247, .9); backdrop-filter: blur(16px); transition: box-shadow .2s ease, background .2s ease; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .97); box-shadow: 0 12px 36px rgba(33, 57, 111, .13); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 15px; }
.brand img { display: block; width: 142px; height: auto; }
.brand-copy { display: grid; gap: 3px; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-size: .93rem; }
.brand-copy span { color: var(--muted); font-family: Arial, sans-serif; font-size: .76rem; }
.site-nav { display: flex; align-items: center; gap: 21px; color: var(--navy); font-size: .88rem; font-weight: 700; }
.site-nav a { transition: color .2s ease, transform .2s ease; }
.site-nav a:hover { color: var(--blue-dark); transform: translateY(-1px); }
.nav-cta { padding: 11px 18px; color: var(--white) !important; background: var(--navy); border-radius: 999px; }
.nav-cta:hover { background: var(--blue-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 999px; background: #dce9f2; cursor: pointer; }
.nav-toggle__line { display: block; width: 21px; height: 2px; margin: 4px 0; border-radius: 999px; background: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 86px 0 54px; background: linear-gradient(120deg, #e6eef4 0%, #f7fafc 64%, #eef3f6 100%); }
.hero-geometry { position: absolute; pointer-events: none; }
.hero-geometry--left { top: 28%; left: -15%; width: 66%; height: 77%; background: rgba(144, 187, 222, .38); clip-path: polygon(0 0, 73% 0, 100% 100%, 20% 100%); }
.hero-geometry--right { top: 21%; right: -16%; width: 60%; height: 82%; background: rgba(164, 204, 233, .46); clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(450px, .92fr); gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--blue-dark); font-size: .84rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ""; width: 34px; height: 3px; background: var(--blue); }
.hero h1 { max-width: 680px; margin-bottom: 22px; color: var(--navy); font-size: clamp(3.15rem, 4vw, 3.5rem); font-weight: 950; line-height: 1.06; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 span { color: var(--blue-dark); }
.headline-rule { width: 335px; height: 3px; margin-bottom: 25px; background: var(--blue); }
.lead { max-width: 670px; margin-bottom: 30px; color: #3e4a5d; font-size: clamp(1rem, 1.3vw, 1.17rem); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 21px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(33, 57, 111, .18); }
.btn-primary { color: var(--white); background: var(--navy); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { color: var(--navy); border: 1px solid var(--navy); background: rgba(255, 255, 255, .62); }
.hero-visual { position: relative; z-index: 1; min-height: 500px; }
.dashboard-window, .upload-window, .report-preview__frame { border: 5px solid var(--blue); background: var(--white); box-shadow: 11px 15px 0 rgba(85, 167, 226, .18), 0 22px 40px rgba(33, 57, 111, .16); }
.dashboard-window { position: absolute; inset: 27px 2px 68px 12px; overflow: hidden; }
.window-bar { display: flex; align-items: center; gap: 8px; padding: 13px 17px; color: var(--navy); border-bottom: 1px solid var(--line); font-size: .76rem; font-weight: 800; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { display: block; width: 9px; height: 9px; border-radius: 50%; background: #c9d6e0; }
.window-status { margin-left: auto; color: var(--blue-dark); font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.dashboard-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; padding: 14px 12px 10px; }
.dashboard-summary div { min-width: 0; padding: 11px 9px; border: 1px solid var(--line); border-radius: 10px; }
.dashboard-summary small { display: block; overflow: hidden; color: #77818b; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-summary strong { display: block; margin-top: 4px; color: var(--navy); font-size: 1.35rem; }
.dashboard-summary .is-green { color: #4b9851; }
.dashboard-summary .is-red { color: #df2d3d; }
.dashboard-summary .is-orange { color: #f1782d; }
.dashboard-search { margin: 0 12px 10px; padding: 9px 11px; color: #8a929a; border: 1px solid var(--line); border-radius: 8px; font-size: .7rem; }
.dashboard-table { margin: 0 12px; border: 1px solid var(--line); }
.table-row { display: grid; grid-template-columns: 1.05fr 1.08fr .95fr 1.15fr; border-bottom: 1px solid var(--line); }
.table-row:last-child { border-bottom: 0; }
.table-row span { min-width: 0; overflow: hidden; padding: 9px 7px; color: #647083; border-right: 1px solid var(--line); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.table-row span:last-child { border-right: 0; }
.table-head span { color: var(--ink); background: #f2f5f7; font-weight: 800; }
.visual-caption { position: absolute; right: 2px; bottom: 0; min-width: 252px; padding: 0 0 0 15px; margin: 0; color: var(--blue-dark); border-left: 4px solid var(--blue); font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.35rem; font-weight: 950; letter-spacing: .025em; line-height: 1.12; text-align: left; text-transform: uppercase; }
.visual-caption span { color: var(--blue); }
.hero-stats { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; padding-top: 34px; }
.stat-card { min-height: 142px; padding: 22px 24px; background: var(--white); border: 1px solid rgba(33, 57, 111, .1); border-radius: 22px; box-shadow: 0 13px 28px rgba(33, 57, 111, .09); }
.stat-card--notched { clip-path: polygon(0 0, 91% 0, 100% 50%, 91% 100%, 0 100%); border-radius: 0; }
.stat-card--reverse { clip-path: polygon(9% 0, 100% 0, 100% 100%, 9% 100%, 0 50%); }
.stat-card strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.3rem); font-weight: 950; line-height: 1.04; letter-spacing: -.025em; }
.stat-card span { display: block; max-width: 190px; color: var(--blue-dark); font-size: .92rem; font-weight: 700; line-height: 1.25; }

.practice-bar { padding: 46px 0 52px; color: var(--navy); background: linear-gradient(110deg, #b7d5ec, #cbe2f1); }
.practice-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 46px; align-items: center; }
.practice-bar h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.35rem); font-weight: 950; text-transform: uppercase; }
.pill-list { display: flex; flex-wrap: wrap; gap: 11px; }
.pill-list span { padding: 10px 16px; border-radius: 999px; color: var(--white); background: var(--blue); font-size: 1rem; font-weight: 800; }

.section { padding: 96px 0; }
.section-white { background: var(--white); }
.section-soft { background: var(--paper); }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr); gap: 68px; align-items: center; }
.two-col--wide { grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr); }
.section h2 { max-width: 760px; margin-bottom: 27px; color: var(--navy); font-size: clamp(2.25rem, 4.8vw, 4.4rem); font-weight: 950; line-height: 1.02; letter-spacing: -.025em; text-transform: uppercase; }
.two-col h2 { font-size: clamp(2.25rem, 4vw, 3.6rem); letter-spacing: -.02em; }
.bullet-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.bullet-list li { position: relative; padding-left: 25px; color: #424851; font-size: 1.03rem; font-weight: 700; }
.bullet-list li::before { content: ""; position: absolute; top: .55em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.upload-window { padding: 24px; border-radius: 0; }
.upload-window__title { margin-bottom: 26px; color: var(--ink); font-size: 1.3rem; font-weight: 800; }
.upload-field { display: grid; gap: 13px; padding: 16px 0; border-top: 1px solid var(--line); }
.upload-field strong { font-size: .95rem; }
.upload-field div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.upload-field span { color: #89a984; font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.upload-field button { padding: 9px 13px; color: #789370; border: 1px solid #b7cab3; border-radius: 9px; background: var(--white); font-weight: 700; }
.upload-submit { margin-top: 9px; padding: 11px 15px; color: var(--ink); border: 0; border-radius: 10px; background: var(--green); font-weight: 800; }
.upload-window p { margin: 22px 0 0; color: var(--blue-dark); font-size: .86rem; font-weight: 900; text-transform: uppercase; }
.challenge-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 42px; }
.challenge-grid div { min-height: 110px; padding: 26px 0 0; border-top: 3px solid var(--blue); }
.challenge-grid strong { color: #424047; font-size: 1.18rem; line-height: 1.32; }

.section-solution { background: linear-gradient(135deg, #e8f0f5, #f7f9fa 70%, #fffde9); }
.solution-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: center; margin-bottom: 38px; }
.solution-intro h2 { margin-bottom: 0; font-size: clamp(2.1rem, 3.6vw, 3.25rem); line-height: 1.05; letter-spacing: -.02em; overflow-wrap: normal; text-wrap: balance; }
.report-preview { min-width: 0; margin: 0; }
.report-preview__frame { position: relative; overflow: hidden; padding: 10px; }
.report-preview__image { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.report-preview figcaption { margin-top: 16px; color: var(--blue-dark); font-size: .95rem; font-weight: 800; letter-spacing: .04em; line-height: 1.4; text-transform: uppercase; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.solution-card { min-height: 240px; padding: 30px 24px; color: var(--white); background: var(--blue); clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%, 0 85%, 0 15%); }
.solution-card span { display: block; margin-bottom: 28px; color: rgba(255, 255, 255, .78); font-size: .95rem; font-weight: 800; }
.solution-card h3 { margin-bottom: 14px; font-size: 1.55rem; font-weight: 900; line-height: 1.05; }
.solution-card p { color: rgba(255, 255, 255, .94); font-size: 1rem; line-height: 1.5; }

.section-value { background: linear-gradient(135deg, #e9f0f5, #f7fafc); }
.section-value h2 { color: var(--navy); }
.section-kicker--light { color: var(--blue-dark); }
.section-kicker--light::before { background: var(--blue); }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 74px; }
.value-card { display: flex; align-items: center; gap: 19px; padding: 23px 19px; border: 1px solid rgba(33, 57, 111, .08); border-radius: 20px; background: var(--white); box-shadow: 0 12px 26px rgba(33, 57, 111, .07); }
.value-icon { display: grid; place-items: center; position: relative; flex: 0 0 46px; width: 46px; height: 46px; color: var(--navy); border: 2px solid currentColor; border-radius: 50%; font-size: 1.25rem; font-weight: 900; }
.value-icon--clock::before { content: ""; width: 15px; height: 15px; border: 2px solid currentColor; border-radius: 50%; }
.value-icon--clock::after { content: ""; position: absolute; width: 2px; height: 9px; background: currentColor; transform: translateY(-3px); transform-origin: bottom; }
.value-icon--alert { color: #df8e3e; }
.value-icon--star { color: var(--blue-dark); }
.value-icon--report { color: var(--blue-dark); border-radius: 5px; }
.value-icon--report::before { content: ""; width: 22px; height: 16px; border: 2px solid currentColor; }
.value-icon--report::after { content: ""; position: absolute; width: 2px; height: 22px; background: currentColor; transform: rotate(45deg); }
.value-card strong { display: block; margin-bottom: 4px; color: var(--blue-dark); font-size: 1.3rem; }
.value-card p { margin-bottom: 0; color: var(--muted); font-size: .96rem; line-height: 1.35; }

.contact-section { padding-top: 60px; background: var(--white); }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; padding: 52px; background: linear-gradient(110deg, #f0f4f7, #fff); border-left: 7px solid var(--blue); }
.contact-card h2 { margin-bottom: 15px; font-size: clamp(2.15rem, 4.2vw, 3.8rem); }
.contact-card p { max-width: 590px; }
.contact-card .btn { max-width: 100%; line-height: 1.25; text-align: center; white-space: normal; }
.contact-card address { display: grid; gap: 8px; align-content: center; font-style: normal; font-size: 1rem; }
.contact-card address strong { color: var(--navy); font-size: 1.35rem; }
.contact-card address a { color: var(--blue-dark); font-weight: 800; }

.site-footer { padding: 29px 0; color: var(--white); background: linear-gradient(105deg, var(--navy-deep), var(--navy) 50%, #cf1776); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 34px; }
.footer-links a { color: var(--white); font-size: .95rem; font-weight: 700; }
.footer-links a:hover { color: #dff1ff; }

.legal-hero { padding: 82px 0 68px; background: linear-gradient(120deg, #e3edf4, #f8fafc); }
.legal-hero__inner h1 { margin-bottom: 14px; color: var(--navy); font-size: clamp(3rem, 7vw, 6rem); font-weight: 950; line-height: 1; letter-spacing: -.025em; text-transform: uppercase; }
.legal-hero__inner p:last-child { max-width: 650px; margin-bottom: 0; font-size: 1.12rem; }
.legal-content { background: var(--white); }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 60px; align-items: start; }
.legal-card { max-width: 780px; }
.legal-card h2 { margin-bottom: 32px; }
.legal-card h3 { margin: 30px 0 8px; color: var(--navy); font-size: 1.2rem; }
.legal-card p { margin-bottom: 16px; }
.legal-card a { color: var(--blue-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-source { padding: 17px 19px; border-left: 4px solid var(--blue); background: var(--paper); }
.legal-aside { display: grid; gap: 12px; padding: 23px; border-top: 4px solid var(--blue); background: var(--paper); }
.legal-aside strong { margin-bottom: 5px; color: var(--navy); }
.legal-aside a { color: var(--blue-dark); font-weight: 700; }
.legal-aside a:hover { color: var(--navy); }

@media (max-width: 1120px) {
    .hero-grid, .two-col { grid-template-columns: 1fr; }
    .hero-copy, .two-col > :first-child { max-width: 760px; }
    .hero-visual, .upload-window { width: min(100%, 760px); }
    .hero-visual { min-height: 500px; }
}

@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .site-nav { position: absolute; top: calc(100% + 1px); left: 24px; right: 24px; display: none; flex-direction: column; align-items: stretch; padding: 20px; border-radius: 18px; background: var(--white); box-shadow: 0 20px 44px rgba(33, 57, 111, .16); }
    .site-nav.is-open { display: flex; }
    .hero-grid, .two-col, .solution-intro, .contact-card, .practice-inner, .legal-layout { grid-template-columns: 1fr; }
    .hero-visual { min-height: 490px; }
    .hero-stats { margin-top: 15px; }
    .practice-inner { gap: 25px; }
    .solution-intro { gap: 28px; }
    .challenge-grid, .solution-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-card { gap: 28px; }
    .legal-aside { max-width: 420px; }
    .footer-links { justify-content: center; }
}

@media (max-width: 680px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .header-inner { min-height: 70px; }
    .brand-copy { display: none; }
    .brand img { width: 126px; }
    .hero { padding-top: 54px; }
    .hero-grid, .hero-copy, .hero-visual { min-width: 0; }
    .hero h1 { max-width: 100%; font-size: clamp(2.2rem, 9.1vw, 4.2rem); overflow-wrap: normal; }
    .headline-rule { width: 220px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .btn { max-width: 280px; }
    .hero-visual { min-height: 370px; }
    .dashboard-window { inset: 26px 0 38px 0; border-width: 3px; transform: none; }
    .dashboard-summary { gap: 4px; padding: 9px 7px 7px; }
    .dashboard-summary div { padding: 7px 5px; }
    .dashboard-summary strong { font-size: 1rem; }
    .dashboard-search, .dashboard-table { margin-inline: 7px; }
    .table-row span { padding: 7px 4px; font-size: .48rem; }
    .visual-caption { right: 0; font-size: 1.1rem; }
    .hero-stats, .value-grid { grid-template-columns: 1fr; }
    .hero-stats { gap: 10px; padding-top: 22px; }
    .stat-card--notched, .stat-card--reverse { clip-path: none; border-radius: 17px; }
    .section { padding: 70px 0; }
    .section h2 { font-size: 2.65rem; }
    .challenge-grid, .solution-grid { grid-template-columns: 1fr; }
    .hero-grid > *, .two-col > *, .solution-intro > *, .contact-card > * { min-width: 0; }
    .solution-card { min-height: 205px; }
    .upload-window { width: 100%; padding: 18px; }
    .upload-field div { align-items: flex-start; flex-direction: column; }
    .section h2 { max-width: 100%; overflow-wrap: anywhere; }
    .solution-intro h2 { font-size: 2.3rem; overflow-wrap: normal; }
    .contact-card { padding: 31px 23px; }
    .contact-card h2 { font-size: 2.2rem; }
    .footer-links { justify-content: flex-start; }
}
