:root {
    --navy-950: #08111d;
    --navy-900: #0f1720;
    --navy-800: #172536;
    --navy-700: #1e2a3a;
    --slate-700: #334155;
    --slate-600: #475569;
    --slate-500: #64748b;
    --slate-400: #94a3b8;
    --slate-300: #cbd5e1;
    --slate-200: #e2e8f0;
    --slate-100: #f1f5f9;
    --slate-50: #f8fafc;
    --cyan-600: #15809a;
    --cyan-500: #2fa4c6;
    --cyan-400: #4cc5e3;
    --cyan-100: #d9f3fa;
    --ice: #eaf7fb;
    --white: #fff;
    --green: #14805e;
    --amber: #b55f00;
    --red: #b42318;
    --shadow-sm: 0 1px 2px rgba(15, 23, 32, .06);
    --shadow-md: 0 14px 40px rgba(15, 23, 32, .10);
    --shadow-lg: 0 24px 80px rgba(8, 17, 29, .16);
    --radius-sm: .65rem;
    --radius-md: 1rem;
    --radius-lg: 1.5rem;
    --radius-xl: 2rem;
    --container: 1180px;
    --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
    margin: 0;
    color: var(--navy-900);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5vw, 5.3rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.55rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { color: var(--slate-600); }
ul, ol { padding-left: 1.25rem; }
::selection { background: var(--cyan-100); color: var(--navy-950); }

.container { width: min(calc(100% - 2.5rem), var(--container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 2.5rem), 840px); margin-inline: auto; }
.section { padding: clamp(4.6rem, 8vw, 7.8rem) 0; }
.section--tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.section--muted { background: var(--slate-50); }
.section--ice { background: linear-gradient(180deg, var(--ice), #f8fdff); }
.section--dark { color: var(--white); background: var(--navy-900); }
.section--dark p { color: #c7d5df; }
.section-header { max-width: 760px; margin-bottom: 2.7rem; }
.section-header--center { margin-inline: auto; text-align: center; }
.section-header p { font-size: 1.1rem; }
.eyebrow {
    display: inline-flex;
    gap: .55rem;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--cyan-600);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.eyebrow::before { width: 1.7rem; height: 2px; content: ""; background: currentColor; }
.lead { font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.65; }
.text-cyan { color: var(--cyan-600); }
.text-white { color: var(--white); }
.sr-only {
    position: absolute !important; width: 1px !important; height: 1px !important;
    padding: 0 !important; margin: -1px !important; overflow: hidden !important;
    clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important;
}
.skip-link {
    position: fixed; z-index: 1000; top: .5rem; left: .5rem; transform: translateY(-150%);
    padding: .7rem 1rem; color: var(--white); background: var(--navy-900); border-radius: var(--radius-sm);
}
.skip-link:focus { transform: translateY(0); }
.icon { width: 1.35rem; height: 1.35rem; flex: 0 0 auto; }

.button {
    display: inline-flex; align-items: center; justify-content: center; gap: .65rem;
    min-height: 3.2rem; padding: .83rem 1.25rem; border: 1px solid transparent;
    border-radius: .8rem; color: var(--white); background: var(--cyan-600);
    box-shadow: var(--shadow-sm); font-weight: 750; line-height: 1.2; text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); background: #116e85; box-shadow: var(--shadow-md); }
.button:focus-visible, .nav-link:focus-visible, .nav-toggle:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
    outline: 3px solid rgba(47, 164, 198, .35); outline-offset: 3px;
}
.button--secondary { color: var(--navy-900); background: var(--white); border-color: var(--slate-200); }
.button--secondary:hover { background: var(--slate-50); }
.button--ghost { color: var(--white); background: transparent; border-color: rgba(255,255,255,.28); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button--small { min-height: 2.65rem; padding: .65rem 1rem; font-size: .92rem; }
.button--wide { width: 100%; }
.button .icon { width: 1.1rem; height: 1.1rem; }

.topbar { color: #c9d9e4; background: var(--navy-950); font-size: .75rem; }
.topbar__inner { display: flex; justify-content: flex-end; gap: 1.1rem; padding-block: .42rem; }
.topbar__inner span { display: inline-flex; align-items: center; gap: .35rem; }
.topbar__inner span::before { width: .32rem; height: .32rem; content: ""; border-radius: 50%; background: var(--cyan-400); }
.site-header {
    position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(203,213,225,.7);
    backdrop-filter: blur(16px); transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(15,23,32,.08); }
.nav-wrap { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; flex-shrink: 0; text-decoration: none; }
.brand img { width: 230px; }
.primary-nav { display: flex; align-items: center; gap: .18rem; }
.nav-link {
    position: relative; display: inline-flex; align-items: center; min-height: 2.7rem; padding: .55rem .72rem;
    border: 0; color: var(--slate-700); background: transparent; border-radius: .6rem;
    font-size: .91rem; font-weight: 700; text-decoration: none; cursor: pointer;
}
.nav-link:hover, .nav-link.is-active { color: var(--navy-950); background: var(--slate-100); }
.nav-link.is-active::after { position: absolute; right: .7rem; bottom: .22rem; left: .7rem; height: 2px; content: ""; background: var(--cyan-500); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; border-radius: .6rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }
.nav-dropdown { position: relative; }
.nav-dropdown__button::after { width: .45rem; height: .45rem; margin-left: .55rem; content: ""; border-right: 1.8px solid; border-bottom: 1.8px solid; transform: translateY(-2px) rotate(45deg); }
.nav-dropdown__menu {
    position: absolute; top: calc(100% + .75rem); left: 50%; display: grid; width: 390px; padding: .65rem;
    visibility: hidden; opacity: 0; transform: translate(-50%, .35rem); border: 1px solid var(--slate-200);
    border-radius: 1rem; background: var(--white); box-shadow: var(--shadow-lg); transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown.is-open .nav-dropdown__menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.nav-dropdown__menu a { display: flex; gap: .85rem; padding: .85rem; border-radius: .75rem; text-decoration: none; }
.nav-dropdown__menu a:hover { background: var(--slate-50); }
.nav-dropdown__menu .icon { width: 1.55rem; height: 1.55rem; color: var(--cyan-600); margin-top: .15rem; }
.nav-dropdown__menu strong, .nav-dropdown__menu small { display: block; }
.nav-dropdown__menu strong { color: var(--navy-900); font-size: .94rem; }
.nav-dropdown__menu small { color: var(--slate-500); line-height: 1.4; }

.hero {
    position: relative; isolation: isolate; overflow: hidden; padding: clamp(4.8rem, 9vw, 8.4rem) 0 clamp(4.8rem, 8vw, 7rem);
    color: var(--white); background: var(--navy-900);
}
.hero::before {
    position: absolute; z-index: -2; inset: 0; content: "";
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.hero::after {
    position: absolute; z-index: -1; width: 700px; height: 700px; right: -220px; top: -220px; content: "";
    border-radius: 50%; background: radial-gradient(circle, rgba(47,164,198,.24), rgba(47,164,198,0) 68%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr); align-items: center; gap: clamp(3rem, 7vw, 6rem); }
.hero h1 { max-width: 780px; margin-bottom: 1.4rem; }
.hero h1 span { color: var(--cyan-400); }
.hero p { max-width: 720px; color: #c8d7e1; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 1.6rem; }
.hero-note { display: flex; align-items: flex-start; gap: .7rem; color: #9fb5c5; font-size: .9rem; }
.hero-note .icon { color: var(--cyan-400); }
.hero-panel {
    position: relative; padding: 1.35rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl);
    background: rgba(255,255,255,.055); box-shadow: 0 35px 90px rgba(0,0,0,.26); backdrop-filter: blur(10px);
}
.hero-panel__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.1rem; }
.hero-panel__top strong { font-size: .92rem; }
.status-pill { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .65rem; border-radius: 2rem; color: #bff5e3; background: rgba(20,128,94,.22); font-size: .72rem; font-weight: 800; }
.status-pill::before { width: .45rem; height: .45rem; content: ""; border-radius: 50%; background: #4ade80; }
.risk-list { display: grid; gap: .72rem; }
.risk-item { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; padding: .82rem; border-radius: .85rem; background: rgba(255,255,255,.06); }
.risk-item .icon { color: var(--cyan-400); }
.risk-item strong { display: block; font-size: .88rem; }
.risk-item small { display: block; color: #9fb5c5; }
.risk-score { min-width: 70px; text-align: right; color: #d8e7ef; font-size: .75rem; font-weight: 800; }
.hero-panel__footer { display: flex; gap: .75rem; align-items: center; margin-top: 1rem; padding: 1rem; border-radius: .85rem; color: #d5e3eb; background: rgba(47,164,198,.12); font-size: .83rem; }
.hero-panel__footer .icon { color: var(--cyan-400); }

.trust-strip { position: relative; z-index: 2; margin-top: -1.35rem; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); }
.trust-item { display: flex; gap: .8rem; align-items: center; min-height: 94px; padding: 1.25rem; }
.trust-item + .trust-item { border-left: 1px solid var(--slate-200); }
.trust-item .icon { color: var(--cyan-600); }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { font-size: .92rem; }
.trust-item span { color: var(--slate-500); font-size: .8rem; line-height: 1.35; }

.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card {
    position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 1.55rem; overflow: hidden;
    border: 1px solid var(--slate-200); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm);
    text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(47,164,198,.55); box-shadow: var(--shadow-md); }
.service-card::after { position: absolute; width: 130px; height: 130px; right: -60px; top: -60px; content: ""; border-radius: 50%; background: var(--ice); }
.service-card__icon { display: grid; place-items: center; width: 3rem; height: 3rem; margin-bottom: 1.3rem; border-radius: .8rem; color: var(--cyan-600); background: var(--ice); }
.service-card__icon .icon { width: 1.55rem; height: 1.55rem; }
.service-card h3 { margin-bottom: .65rem; }
.service-card p { flex-grow: 1; font-size: .94rem; }
.service-card__link { display: inline-flex; gap: .5rem; align-items: center; margin-top: 1rem; color: var(--cyan-600); font-weight: 800; font-size: .88rem; }
.service-card__link .icon { width: 1rem; height: 1rem; }

.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.problem-list { display: grid; gap: .8rem; }
.problem-item { display: flex; gap: .9rem; padding: 1rem 1.1rem; border: 1px solid var(--slate-200); border-radius: .9rem; background: var(--white); }
.problem-item .icon { color: var(--red); margin-top: .2rem; }
.problem-item strong { display: block; margin-bottom: .2rem; }
.problem-item p { margin: 0; font-size: .9rem; }
.result-panel { padding: clamp(1.7rem, 4vw, 3rem); border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(145deg, var(--navy-900), var(--navy-700)); box-shadow: var(--shadow-lg); }
.result-panel p { color: #c8d8e2; }
.check-list { display: grid; gap: .8rem; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .75rem; align-items: flex-start; }
.check-list .icon { color: var(--cyan-400); margin-top: .18rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.15rem; counter-reset: step; }
.process-step { position: relative; padding: 1.5rem; border-top: 3px solid var(--cyan-500); border-radius: 0 0 var(--radius-md) var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.process-step::before { counter-increment: step; content: "0" counter(step); display: inline-flex; margin-bottom: 1rem; color: var(--cyan-600); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.process-step p { margin-bottom: 0; font-size: .91rem; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.audience-card { padding: 1.45rem; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); }
.audience-card .icon { width: 1.7rem; height: 1.7rem; margin-bottom: 1rem; color: var(--cyan-600); }
.audience-card p { margin-bottom: 0; font-size: .92rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
.visual-card { position: relative; min-height: 450px; padding: 2rem; overflow: hidden; border-radius: var(--radius-xl); color: var(--white); background: var(--navy-900); box-shadow: var(--shadow-lg); }
.visual-card::before, .visual-card::after { position: absolute; content: ""; border-radius: 50%; }
.visual-card::before { width: 300px; height: 300px; right: -90px; top: -90px; background: rgba(47,164,198,.18); }
.visual-card::after { width: 220px; height: 220px; left: -120px; bottom: -110px; border: 35px solid rgba(255,255,255,.055); }
.visual-card__logo { position: relative; z-index: 1; width: 155px; margin-bottom: 3rem; }
.metric-stack { position: relative; z-index: 1; display: grid; gap: .8rem; }
.metric { padding: 1rem; border: 1px solid rgba(255,255,255,.1); border-radius: .9rem; background: rgba(255,255,255,.06); }
.metric__top { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .55rem; }
.metric__top span { color: #aec2d0; font-size: .8rem; }
.metric__top strong { font-size: .85rem; }
.metric__bar { height: 6px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.1); }
.metric__bar span { display: block; height: 100%; border-radius: inherit; background: var(--cyan-400); }
.metric__fill--85 { width: 85%; }
.metric__fill--72 { width: 72%; }
.metric__fill--66 { width: 66%; }
.metric__fill--78 { width: 78%; }

.cta-panel { position: relative; overflow: hidden; padding: clamp(2.2rem, 5vw, 4rem); border-radius: var(--radius-xl); color: var(--white); background: var(--navy-900); box-shadow: var(--shadow-lg); }
.cta-panel::after { position: absolute; width: 420px; height: 420px; right: -160px; top: -190px; content: ""; border: 70px solid rgba(47,164,198,.12); border-radius: 50%; }
.cta-panel__inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta-panel h2 { max-width: 720px; margin-bottom: .75rem; }
.cta-panel p { max-width: 720px; margin-bottom: 0; color: #c8d8e2; }
.cta-panel .button { flex-shrink: 0; }

.breadcrumbs { padding-top: 1.1rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 0; list-style: none; color: var(--slate-500); font-size: .8rem; }
.breadcrumbs li:not(:last-child)::after { margin-left: .45rem; content: "/"; color: var(--slate-300); }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--cyan-600); }

.page-hero { position: relative; overflow: hidden; padding: clamp(4rem, 7vw, 6.5rem) 0; background: linear-gradient(180deg, var(--slate-50), var(--white)); }
.page-hero::after { position: absolute; width: 520px; height: 520px; right: -270px; top: -260px; content: ""; border: 70px solid var(--ice); border-radius: 50%; }
.page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .68fr; align-items: center; gap: 4rem; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); margin-bottom: 1.2rem; }
.page-hero__panel { padding: 1.5rem; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); }
.page-hero__panel h2 { font-size: 1rem; }
.page-hero__panel ul { display: grid; gap: .7rem; padding: 0; margin: 1rem 0 0; list-style: none; }
.page-hero__panel li { display: flex; gap: .6rem; color: var(--slate-600); font-size: .9rem; }
.page-hero__panel .icon { color: var(--cyan-600); }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(2.5rem, 7vw, 5rem); align-items: start; }
.content-main > * + * { margin-top: 2rem; }
.content-main h2 { margin-top: 3.2rem; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.content-main h3 { margin-top: 2rem; }
.content-main p, .content-main li { font-size: 1.02rem; }
.content-main .callout { padding: 1.4rem; border-left: 4px solid var(--cyan-500); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--ice); }
.content-main .callout p { margin-bottom: 0; color: var(--navy-800); }
.sidebar { position: sticky; top: 125px; display: grid; gap: 1rem; }
.sidebar-card { padding: 1.3rem; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.sidebar-card h2 { font-size: 1.08rem; }
.sidebar-card p { font-size: .88rem; }
.sidebar-card ul { display: grid; gap: .55rem; padding: 0; list-style: none; }
.sidebar-card li { display: flex; gap: .55rem; align-items: flex-start; color: var(--slate-600); font-size: .85rem; }
.sidebar-card .icon { width: 1rem; height: 1rem; margin-top: .2rem; color: var(--cyan-600); }

.deliverables-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.deliverable { padding: 1.25rem; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); }
.deliverable .icon { color: var(--cyan-600); margin-bottom: .85rem; }
.deliverable h3 { font-size: 1.05rem; }
.deliverable p { margin-bottom: 0; font-size: .9rem; }
.timeline { position: relative; display: grid; gap: 1rem; padding-left: 2.3rem; }
.timeline::before { position: absolute; top: .6rem; bottom: .6rem; left: .67rem; width: 2px; content: ""; background: var(--slate-200); }
.timeline__item { position: relative; padding: 1.1rem 1.2rem; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); }
.timeline__item::before { position: absolute; width: .9rem; height: .9rem; left: -2.1rem; top: 1.35rem; content: ""; border: 3px solid var(--white); border-radius: 50%; background: var(--cyan-500); box-shadow: 0 0 0 1px var(--cyan-500); }
.timeline__item h3 { margin: 0 0 .35rem; font-size: 1rem; }
.timeline__item p { margin: 0; font-size: .9rem; }

.faq-list { display: grid; gap: .7rem; }
.faq-list details { border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); }
.faq-list summary { position: relative; padding: 1.15rem 3.4rem 1.15rem 1.2rem; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 1.2rem; top: 50%; width: .65rem; height: .65rem; content: ""; border-right: 2px solid var(--cyan-600); border-bottom: 2px solid var(--cyan-600); transform: translateY(-70%) rotate(45deg); transition: transform .18s ease; }
.faq-list details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq-list details p { padding: 0 1.2rem 1.2rem; margin: 0; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2.5rem, 7vw, 5rem); align-items: start; }
.contact-card { padding: 1.5rem; border-radius: var(--radius-lg); color: var(--white); background: var(--navy-900); }
.contact-card p { color: #c8d8e2; }
.contact-list { display: grid; gap: 1rem; padding: 0; list-style: none; }
.contact-list li { display: flex; gap: .8rem; align-items: flex-start; }
.contact-list .icon { color: var(--cyan-400); margin-top: .2rem; }
.contact-list strong, .contact-list span, .contact-list a { display: block; }
.contact-list a { color: var(--white); }
.contact-list span { color: #a9bfcd; font-size: .85rem; }
.form-card { padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid var(--slate-200); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: grid; gap: .35rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: var(--navy-900); font-size: .85rem; font-weight: 750; }
.form-field small { color: var(--slate-500); }
.form-field input, .form-field textarea, .form-field select {
    width: 100%; min-height: 3rem; padding: .72rem .8rem; border: 1px solid var(--slate-300); border-radius: .65rem; color: var(--navy-900); background: var(--white);
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:hover, .form-field textarea:hover, .form-field select:hover { border-color: var(--slate-400); }
.form-check { display: flex; gap: .65rem; align-items: flex-start; }
.form-check input { width: 1.05rem; height: 1.05rem; margin-top: .25rem; accent-color: var(--cyan-600); }
.form-check label { color: var(--slate-600); font-size: .84rem; }
.form-check a { color: var(--cyan-600); }
.form-honeypot { position: absolute; left: -9999px; }
.form-status { padding: 1rem; margin-bottom: 1rem; border-radius: .75rem; }
.form-status--success { color: #0b5b43; background: #dff7ee; border: 1px solid #a8e3cf; }
.form-status--error { color: #8b1f18; background: #fff0ee; border: 1px solid #f2b8b1; }

.assessment-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 3rem; align-items: center; }
.assessment-note { padding: 1.3rem; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); }
.assessment-note .icon { color: var(--cyan-600); }
.assessment-form { display: grid; gap: 1rem; }
.assessment-question { padding: 1.3rem; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); }
.assessment-question legend { padding: 0 .4rem; font-weight: 800; }
.assessment-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-top: .9rem; }
.assessment-option { position: relative; }
.assessment-option input { position: absolute; opacity: 0; }
.assessment-option label { display: block; height: 100%; padding: .8rem; border: 1px solid var(--slate-300); border-radius: .65rem; text-align: center; cursor: pointer; font-size: .86rem; }
.assessment-option input:checked + label { color: var(--navy-950); border-color: var(--cyan-500); background: var(--ice); box-shadow: 0 0 0 2px rgba(47,164,198,.12); }
.assessment-result { display: none; padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--radius-lg); color: var(--white); background: var(--navy-900); }
.assessment-result.is-visible { display: block; }
.score-ring { position: relative; display: grid; place-items: center; width: 140px; height: 140px; margin-bottom: 1.2rem; }
.score-ring svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.score-ring circle { fill: none; stroke-width: 10; }
.score-ring__track { stroke: rgba(255,255,255,.1); }
.score-ring__value { stroke: var(--cyan-400); stroke-linecap: round; stroke-dasharray: 326.73; stroke-dashoffset: 326.73; transition: stroke-dashoffset .5s ease; }
.score-ring strong { position: relative; z-index: 1; font-size: 1.4rem; }
.assessment-result p { color: #c8d8e2; }
.assessment-result ul { display: grid; gap: .45rem; }

.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.article-card { display: flex; flex-direction: column; min-height: 100%; overflow: hidden; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.article-card__visual { display: grid; place-items: center; min-height: 180px; color: var(--cyan-400); background: var(--navy-900); }
.article-card__visual .icon { width: 3.3rem; height: 3.3rem; }
.article-card__content { display: flex; flex-direction: column; flex-grow: 1; padding: 1.3rem; }
.article-card__meta { margin-bottom: .7rem; color: var(--cyan-600); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.article-card p { flex-grow: 1; font-size: .9rem; }
.article-card__read { color: var(--cyan-600); font-weight: 800; font-size: .85rem; }
.article-hero { padding: clamp(3.5rem, 7vw, 5.8rem) 0; background: var(--slate-50); }
.article-hero h1 { max-width: 900px; font-size: clamp(2.3rem, 5vw, 4.4rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 1rem; color: var(--slate-500); font-size: .85rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: center; gap: 4rem; }
.article-body h2 { margin-top: 3rem; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.article-body h3 { margin-top: 2rem; }
.article-body p, .article-body li { font-size: 1.05rem; }
.article-body a { color: var(--cyan-600); }
.article-toc { position: sticky; top: 125px; padding: 1.2rem; border: 1px solid var(--slate-200); border-radius: var(--radius-md); }
.article-toc h2 { font-size: 1rem; }
.article-toc ol { display: grid; gap: .55rem; font-size: .84rem; }
.article-toc a { color: var(--slate-600); text-decoration: none; }
.article-toc a:hover { color: var(--cyan-600); }

.legal-content { max-width: 840px; }
.legal-content h2 { margin-top: 2.8rem; font-size: 1.65rem; }
.legal-content h3 { margin-top: 2rem; font-size: 1.2rem; }
.legal-content p, .legal-content li { font-size: .96rem; }
.placeholder-warning { padding: 1rem; border: 1px solid #f4c27a; border-radius: .75rem; color: #6f3b00; background: #fff7e9; }

.site-footer { padding-top: 4rem; color: #d4e1e9; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 2.2rem; padding-bottom: 3rem; }
.footer-brand img { width: 280px; margin-bottom: 1.2rem; }
.footer-brand p { max-width: 430px; color: #9fb5c5; font-size: .9rem; }
.site-footer h2 { color: var(--white); font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: .55rem; padding: 0; list-style: none; }
.site-footer a { color: #b9ccd8; text-decoration: none; }
.site-footer a:hover { color: var(--cyan-400); }
.footer-contact li { display: flex; gap: .65rem; align-items: flex-start; color: #b9ccd8; font-size: .88rem; }
.footer-contact .icon { width: 1.05rem; height: 1.05rem; margin-top: .25rem; color: var(--cyan-400); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; color: #8299a8; font-size: .76rem; }

@media (max-width: 1050px) {
    .primary-nav { gap: 0; }
    .nav-link { padding-inline: .55rem; font-size: .86rem; }
    .brand img { width: 205px; }
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--slate-200); }
    .trust-item:nth-child(4) { border-top: 1px solid var(--slate-200); }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
    .footer-grid > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
    :root { --header-height: 72px; }
    .topbar { display: none; }
    .nav-toggle { display: block; }
    .primary-nav {
        position: absolute; top: calc(100% + 1px); right: 1.25rem; left: 1.25rem; display: none; align-items: stretch;
        padding: .8rem; border: 1px solid var(--slate-200); border-radius: 1rem; background: var(--white); box-shadow: var(--shadow-lg);
    }
    .primary-nav.is-open { display: grid; }
    .primary-nav .button { margin-top: .5rem; }
    .nav-link { width: 100%; justify-content: space-between; padding: .8rem; }
    .nav-link.is-active::after { display: none; }
    .nav-dropdown__menu { position: static; width: 100%; display: none; visibility: visible; opacity: 1; transform: none; box-shadow: none; }
    .nav-dropdown.is-open .nav-dropdown__menu { display: grid; transform: none; }
    .nav-dropdown:hover .nav-dropdown__menu { display: none; }
    .nav-dropdown.is-open:hover .nav-dropdown__menu { display: grid; }
    .hero-grid, .page-hero__grid, .split, .problem-grid, .contact-grid, .assessment-intro { grid-template-columns: 1fr; }
    .hero-panel { max-width: 650px; }
    .page-hero__panel { max-width: 650px; }
    .content-layout { grid-template-columns: 1fr; }
    .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
    .audience-grid, .knowledge-grid { grid-template-columns: repeat(2, 1fr); }
    .article-layout { grid-template-columns: 1fr; }
    .article-toc { position: static; order: -1; }
    .cta-panel__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
    .container, .container--narrow { width: min(calc(100% - 1.5rem), var(--container)); }
    .section { padding-block: 4.2rem; }
    .brand img { width: 185px; }
    .hero { padding-top: 4rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .risk-item { grid-template-columns: auto 1fr; }
    .risk-score { grid-column: 2; text-align: left; }
    .trust-grid, .cards-grid, .process-grid, .audience-grid, .knowledge-grid, .deliverables-grid, .sidebar { grid-template-columns: 1fr; }
    .trust-item + .trust-item, .trust-item:nth-child(3), .trust-item:nth-child(4) { border-left: 0; border-top: 1px solid var(--slate-200); }
    .visual-card { min-height: 390px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field--full { grid-column: auto; }
    .assessment-options { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > :last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .page-hero::after { opacity: .55; }
}

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

@media print {
    .site-header, .site-footer, .breadcrumbs, .button, .sidebar { display: none !important; }
    body { color: #000; background: #fff; font-size: 11pt; }
    .section, .page-hero, .article-hero { padding: 1rem 0; }
    a { text-decoration: none; }
}
