:root {
    --dmx-blue: #0F70B7;
    --dmx-green: #12A19A;
    --dmx-purple: #82358C;
    --ink: #16202a;
    --muted: #687585;
    --line: #e4eaf0;
    --soft: #f5f8fb;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 18px 60px rgba(15, 43, 68, .10);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(228,234,240,.8); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: baseline; gap: 7px; font-weight: 800; }
.brand-mark { font-size: 1.55rem; color: var(--dmx-blue); letter-spacing: -.04em; }
.brand-name { font-size: .98rem; }
.main-nav { display: flex; align-items: center; gap: 23px; margin-left: auto; font-size: .92rem; }
.main-nav a:hover { color: var(--dmx-blue); }
.header-cta { margin-left: 8px; }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--dmx-blue); box-shadow: 0 12px 28px rgba(15,112,183,.22); }
.btn-outline { border: 1px solid var(--dmx-blue); color: var(--dmx-blue); }
.btn-ghost { color: var(--dmx-blue); background: #fff; border: 1px solid var(--line); }
.btn-light { color: var(--dmx-blue); background: #fff; }
.btn-small { padding: 11px 17px; font-size: .9rem; }
.btn-large { padding: 17px 27px; }
.hero { position: relative; overflow: hidden; padding: 92px 0 72px; background: radial-gradient(circle at 85% 12%, rgba(18,161,154,.14), transparent 28%), radial-gradient(circle at 8% 4%, rgba(130,53,140,.09), transparent 24%), linear-gradient(180deg,#fff 0%,#f8fbfd 100%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-block; color: var(--dmx-blue); text-transform: uppercase; font-size: .76rem; font-weight: 850; letter-spacing: .14em; margin-bottom: 16px; }
.hero h1 { margin: 0; font-size: clamp(3.3rem,7vw,6rem); line-height: .94; letter-spacing: -.055em; }
.hero h1 span { color: var(--dmx-green); }
.hero-lead { max-width: 690px; font-size: clamp(1.12rem,2vw,1.35rem); line-height: 1.6; color: var(--muted); margin: 28px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-segments { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: .88rem; color: var(--muted); }
.hero-segments i { width: 4px; height: 4px; background: var(--dmx-green); border-radius: 50%; }
.hero-card { min-height: 430px; display: grid; place-items: center; position: relative; }
.hero-card::before, .hero-card::after { content: ""; position: absolute; border-radius: 40px; transform: rotate(10deg); }
.hero-card::before { inset: 4% 12% 9% 7%; background: rgba(15,112,183,.09); }
.hero-card::after { inset: 13% 5% 2% 17%; background: rgba(18,161,154,.08); transform: rotate(-8deg); }
.hero-card-inner { position: relative; z-index: 2; width: min(100%, 390px); padding: 38px; border-radius: 30px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.hero-card-kicker { color: var(--dmx-purple); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.hero-card-inner strong { display: block; font-size: 2rem; line-height: 1.1; margin: 12px 0 28px; }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.mini-grid span { padding: 13px 15px; border-radius: 14px; background: var(--soft); font-weight: 700; font-size: .88rem; }
.section { padding: 88px 0; }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading.narrow { max-width: 620px; }
.section-heading h2, .study-card h2, .audience-card h2, .human-card h2, .final-cta h2 { margin: 0 0 14px; font-size: clamp(2rem,4vw,3.15rem); letter-spacing: -.035em; line-height: 1.08; }
.section-heading p, .study-card p, .audience-card p, .human-card p, .final-cta p { color: var(--muted); line-height: 1.7; font-size: 1.06rem; }
.insurance-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.insurance-card { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }
.insurance-card:hover { transform: translateY(-4px); border-color: rgba(15,112,183,.25); box-shadow: var(--shadow); }
.insurance-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: rgba(15,112,183,.09); color: var(--dmx-blue); font-size: 1.2rem; }
.insurance-card strong { margin-top: 22px; font-size: 1.15rem; }
.insurance-card > span:nth-of-type(2) { color: var(--muted); margin-top: 6px; font-size: .92rem; }
.insurance-card b { margin-top: auto; color: var(--dmx-blue); font-size: .88rem; }
.trust-strip { padding: 26px 0; border-block: 1px solid var(--line); background: #fbfcfd; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.trust-grid div { display: grid; gap: 5px; }
.trust-grid strong { font-size: .96rem; }
.trust-grid span { color: var(--muted); font-size: .86rem; line-height: 1.4; }
.study-section { padding-top: 70px; }
.study-card { padding: 44px 48px; display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; border-radius: 30px; background: linear-gradient(135deg, rgba(15,112,183,.08), rgba(18,161,154,.10)); }
.study-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.study-meta span { padding: 8px 12px; border-radius: 999px; background: #fff; font-size: .83rem; font-weight: 700; }
.split-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.audience-card { min-height: 390px; padding: 42px; border-radius: 28px; background: #f5f8fb; display: flex; flex-direction: column; }
.audience-card-alt { background: #16202a; color: #fff; }
.audience-card-alt p { color: #c0cad4; }
.audience-card a { margin-top: auto; color: var(--dmx-blue); font-weight: 800; }
.audience-card-alt a { color: #7fd6d1; }
.process-section { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-grid div { padding: 28px; border-radius: 20px; background: #fff; }
.process-grid b { display: block; color: var(--dmx-green); margin-bottom: 34px; }
.process-grid strong { display: block; font-size: 1.05rem; }
.process-grid span { display: block; margin-top: 9px; color: var(--muted); line-height: 1.5; font-size: .9rem; }
.partner-placeholder { min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; border: 1px dashed #bdc9d4; border-radius: 24px; color: var(--muted); background: #fbfcfd; }
.partner-placeholder span:nth-child(odd) { padding: 13px 16px; border-radius: 12px; background: #fff; border: 1px solid var(--line); font-weight: 700; }
.human-section { padding-top: 30px; }
.human-card { padding: 46px 50px; display: grid; grid-template-columns: 1fr .45fr; align-items: center; gap: 40px; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.human-actions { display: grid; justify-items: start; gap: 13px; }
.human-actions span { color: var(--muted); font-size: .88rem; }
.articles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.articles-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
.articles-grid article > span { color: var(--dmx-purple); font-size: .78rem; text-transform: uppercase; font-weight: 850; letter-spacing: .09em; }
.articles-grid h3 { font-size: 1.25rem; line-height: 1.35; }
.articles-grid a { color: var(--dmx-blue); font-weight: 800; font-size: .9rem; }
.final-cta { padding: 76px 0; background: var(--dmx-blue); color: #fff; }
.final-cta .eyebrow { color: #aee5e2; }
.final-cta p { color: rgba(255,255,255,.78); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.site-footer { padding: 58px 0 22px; background: #111922; color: #e8edf2; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 38px; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-grid a, .footer-grid span, .footer-grid p { color: #9eabb8; font-size: .9rem; margin: 0; line-height: 1.55; }
.footer-brand { font-size: 1.3rem; font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 36px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: #758391; font-size: .8rem; }
.simple-page { min-height: 68vh; display: grid; place-items: center; padding: 70px 0; background: var(--soft); }
.simple-page-inner { max-width: 720px; text-align: center; padding: 56px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.simple-page h1 { font-size: clamp(2rem,5vw,3.7rem); letter-spacing: -.04em; margin: 8px 0 18px; }
.simple-page p { color: var(--muted); font-size: 1.08rem; line-height: 1.6; margin-bottom: 28px; }
.status-icon { width: 62px; height: 62px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(18,161,154,.12); color: var(--dmx-green); font-size: 1.8rem; font-weight: 900; }

@media (max-width: 980px) {
    .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 70px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
    .main-nav.is-open { display: flex; }
    .nav-toggle { display: block; }
    .header-cta { display: none; }
    .hero-grid, .study-card, .human-card, .final-cta-inner { grid-template-columns: 1fr; }
    .hero { padding-top: 66px; }
    .hero-card { min-height: 330px; }
    .insurance-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
    .trust-grid { grid-template-columns: repeat(2,1fr); }
    .articles-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 650px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 66px 0; }
    .hero h1 { font-size: 3.45rem; }
    .hero-actions { align-items: stretch; }
    .hero-actions .btn { width: 100%; }
    .hero-card { display: none; }
    .insurance-grid, .trust-grid, .split-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
    .study-card, .audience-card, .human-card, .simple-page-inner { padding: 30px 24px; }
    .footer-bottom { flex-direction: column; }
}
