:root {
    --ink: #0C2340;
    --ink-soft: #344054;
    --navy: #173B61;
    --teal: #175CD3;
    --teal-dark: #1849A9;
    --lime: #84CAFF;
    --paper: #F9FAFB;
    --line: #EAECF0;
    --muted: #475467;
    --white: #fff;
    --text-primary: #0C2340;
    --text-secondary: #344054;
    --text-muted: #475467;
    --text-on-dark: #F9FAFB;
    --text-on-dark-secondary: #EAECF0;
    --text-on-dark-muted: #D0D5DD;
    --surface-canvas: #F9FAFB;
    --surface-base: #FFFFFF;
    --surface-soft: #F9FAFB;
    --surface-muted: #F2F4F7;
    --surface-card: #FFFFFF;
    --surface-dark: #0C2340;
    --surface-navy: #173B61;
    --shadow-sm: 0 12px 32px rgba(12, 35, 64, .08);
    --shadow-lg: 0 26px 70px rgba(12, 35, 64, .14);
    --radius: 1rem;
    --font-sans: "Open Sans", Arial, Helvetica, sans-serif;
    --space-section: clamp(2rem, 3vw, 3rem);
    --space-section-mobile: 2rem;
    --content-gap: clamp(1rem, 2vw, 1.5rem);
    --bs-primary: #175CD3;
    --bs-primary-rgb: 23, 92, 211;
    --bs-link-color: #1849A9;
    --bs-link-hover-color: #1849A9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    color: var(--text-primary);
    background: var(--white);
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.005em;
    -webkit-font-smoothing: antialiased;
}
a { color: var(--teal-dark); text-decoration: none; }
a:hover { color: var(--ink); }
::selection { color: #fff; background: var(--teal); }
img { max-width: 100%; }
.container { --bs-gutter-x: 2rem; }
.skip-link {
    position: fixed; left: 1rem; top: -5rem; z-index: 2000;
    padding: .75rem 1rem; background: var(--lime); color: var(--ink);
    border-radius: .5rem; font-weight: 700;
}
.skip-link:focus { top: 1rem; }
.topbar {
    padding: .5rem 0; color: #D0D5DD; background: var(--ink);
    font-size: .77rem; letter-spacing: .02em;
}
.topbar a { color: #F2F4F7; }
.site-header {
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(219, 229, 231, .8);
    backdrop-filter: blur(16px);
}
.navbar { min-height: 78px; }
.navbar-brand, .footer-brand {
    display: inline-flex; align-items: center; gap: .65rem;
    color: var(--ink); line-height: 1;
}
.site-logo {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.site-logo-header {
    width: 250px;
    height: auto;
    max-height: 64px;
}
.site-logo-footer {
    width: 280px;
    height: auto;
}
.navbar-brand > span:last-child, .footer-brand > span:last-child { display: grid; gap: .25rem; }
.navbar-brand strong, .footer-brand strong { font-size: 1.1rem; letter-spacing: -.03em; }
.navbar-brand small, .footer-brand small { font-size: .55rem; letter-spacing: .28em; }
.brand-mark {
    display: inline-grid; place-items: center; width: 42px; height: 42px;
    color: var(--ink); background: var(--lime); border-radius: .7rem;
    font-weight: 700; letter-spacing: -.08em;
}
.nav-link {
    color: var(--ink-soft); font-size: .91rem; font-weight: 600;
    padding: .65rem .8rem !important;
}
.nav-link:hover, .nav-link.active { color: var(--teal-dark) !important; }
.btn {
    --bs-btn-border-radius: .7rem;
    --bs-btn-font-weight: 700;
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-padding-y: .72rem;
}
.btn-primary {
    --bs-btn-bg: var(--teal);
    --bs-btn-border-color: var(--teal);
    --bs-btn-hover-bg: var(--teal-dark);
    --bs-btn-hover-border-color: var(--teal-dark);
    --bs-btn-active-bg: var(--teal-dark);
}
.btn-primary:focus-visible,
.btn-dark:focus-visible,
.btn-outline-dark:focus-visible,
.btn-light:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(23, 92, 211, .22);
}
a:focus-visible,
button:focus-visible,
.form-check-input:focus-visible {
    outline: 3px solid #84CAFF;
    outline-offset: 3px;
}
.btn-outline-dark {
    --bs-btn-color: var(--ink);
    --bs-btn-border-color: #D0D5DD;
    --bs-btn-hover-bg: var(--ink);
    --bs-btn-hover-border-color: var(--ink);
}
.btn-dark {
    --bs-btn-bg: var(--ink);
    --bs-btn-border-color: var(--ink);
}
.eyebrow {
    display: inline-flex; align-items: center; gap: .55rem;
    margin-bottom: 1rem; color: var(--teal-dark); font-size: .76rem;
    font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.display-title, .section-title {
    margin: 0; color: var(--ink); font-weight: 700;
    letter-spacing: -.045em; line-height: 1.08;
}
.display-title { font-size: clamp(2.65rem, 6vw, 5.5rem); }
.section-title { font-size: clamp(2rem, 4vw, 3.35rem); }
.lead-copy { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero {
    position: relative; overflow: hidden; padding: 5rem 0 4.5rem;
    background:
        radial-gradient(circle at 85% 20%, rgba(132, 202, 255, .25), transparent 22rem),
        linear-gradient(135deg, #f5fbf8 0%, #eef7f7 48%, #fff 100%);
}
.hero::after {
    content: ""; position: absolute; right: -10rem; bottom: -16rem;
    width: 38rem; height: 38rem; border: 1px solid rgba(23, 92, 211, .18);
    border-radius: 50%; box-shadow: 0 0 0 4rem rgba(23, 92, 211, .05), 0 0 0 8rem rgba(23, 92, 211, .03);
}
.hero-content { position: relative; z-index: 1; }
.hero-search {
    display: flex; align-items: center; gap: .5rem; max-width: 690px;
    margin-top: 2rem; padding: .5rem; background: var(--white);
    border: 1px solid var(--line); border-radius: .9rem; box-shadow: var(--shadow-sm);
}
.hero-search i { margin-left: .75rem; color: var(--teal-dark); }
.hero-search input { min-width: 0; border: 0; box-shadow: none !important; }
.hero-panel {
    position: relative; z-index: 1; min-height: 430px; padding: 2rem;
    color: var(--white); background: var(--ink); border-radius: 1.5rem;
    box-shadow: var(--shadow-lg);
}
.hero-panel::before {
    content: ""; position: absolute; inset: 0; border-radius: inherit;
    background: linear-gradient(145deg, transparent 45%, rgba(23, 92, 211, .22));
    pointer-events: none;
}
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.14); }
.metric { position: relative; padding: 1.5rem 1rem; background: var(--ink); }
.metric strong { display: block; color: var(--lime); font-size: 2rem; line-height: 1; }
.metric span { color: #D0D5DD; font-size: .77rem; }
.signal-card {
    position: relative; margin-top: 1.5rem; padding: 1.25rem;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13);
    border-radius: 1rem;
}
.signal-bars { display: flex; align-items: end; gap: .42rem; height: 92px; }
.signal-bars span { flex: 1; background: linear-gradient(var(--lime), var(--teal)); border-radius: .25rem .25rem 0 0; }
.trust-strip { padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.trust-strip strong { color: var(--muted); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.trust-logos { color: #667085; font-weight: 700; letter-spacing: -.02em; }
.section { padding: var(--space-section) 0; }
.section-soft { background: var(--paper); }
.section-dark { color: var(--white); background: var(--ink); }
.section-dark .section-title { color: var(--white); }
.category-card, .report-card, .value-card, .contact-card {
    height: 100%; background: var(--white); border: 1px solid var(--line);
    border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.category-card:hover, .report-card:hover {
    transform: translateY(-5px); border-color: rgba(23,92,211,.4); box-shadow: var(--shadow-sm);
}
.category-card { padding: 1.5rem; }
.category-icon {
    display: inline-grid; place-items: center; width: 52px; height: 52px;
    margin-bottom: 1.5rem; color: var(--teal-dark); background: #EFF4FF;
    border-radius: .85rem; font-size: 1.35rem;
}
.category-card h3, .value-card h3 { font-size: 1.12rem; font-weight: 700; }
.category-card p, .value-card p { color: var(--muted); font-size: .91rem; }
.report-card { display: flex; flex-direction: column; overflow: hidden; }
.report-card-top {
    position: relative; min-height: 160px; padding: 1.5rem;
    color: var(--white); background: linear-gradient(140deg, var(--ink), #344054);
}
.report-card-top::after {
    content: ""; position: absolute; width: 150px; height: 150px; right: -55px; top: -55px;
    border: 24px solid rgba(94,234,212,.15); border-radius: 50%;
}
.report-sector {
    display: inline-block; padding: .32rem .62rem; color: var(--lime);
    background: rgba(255,255,255,.09); border-radius: 999px;
    font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.report-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.report-card h3 { font-size: 1.12rem; line-height: 1.35; font-weight: 700; }
.report-card p { color: var(--muted); font-size: .9rem; }
.report-meta { display: flex; flex-wrap: wrap; gap: .75rem; color: var(--muted); font-size: .76rem; }
.report-card .report-meta { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.text-link { font-weight: 700; font-size: .86rem; }
.stats-row { margin-top: -2.5rem; position: relative; z-index: 3; }
.stat-box {
    height: 100%; padding: 1.5rem; background: var(--white);
    border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.stat-box strong { display: block; font-size: 2rem; line-height: 1.2; letter-spacing: -.04em; }
.stat-box span { color: var(--muted); font-size: .82rem; }
.page-hero {
    padding: 5.25rem 0; color: var(--white);
    background: radial-gradient(circle at 84% 30%, rgba(94,234,212,.18), transparent 18rem), var(--ink);
}
.page-hero .text-info-emphasis,
.report-header .text-info-emphasis {
    color: var(--lime) !important;
}
.page-hero .display-title, .page-hero .section-title { color: var(--white); }
.page-hero .lead-copy { color: #D0D5DD; }
.breadcrumb-item, .breadcrumb-item a { color: #D0D5DD; font-size: .82rem; }
.breadcrumb-item.active { color: var(--lime); }
.breadcrumb-item + .breadcrumb-item::before { color: #8499AB; }
.filter-panel {
    position: sticky; top: 100px; padding: 1.25rem;
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
}
.form-label { color: var(--ink-soft); font-size: .8rem; font-weight: 700; }
.form-control, .form-select {
    min-height: 48px; border-color: var(--line); border-radius: .65rem;
}
.form-control:focus, .form-select:focus {
    border-color: var(--teal); box-shadow: 0 0 0 .22rem rgba(23,92,211,.12);
}
.form-control::placeholder {
    color: var(--text-muted);
    opacity: 1;
}
.report-header { padding: 5rem 0; background: linear-gradient(145deg, var(--ink), #173B61); color: var(--white); }
.report-header h1 { color: var(--white); font-weight: 700; letter-spacing: -.04em; line-height: 1.12; }
.report-header .lead-copy { color: #D0D5DD; }
.report-sidebar {
    position: sticky; top: 110px; margin-top: -8rem; padding: 1.75rem;
    background: var(--white); border-radius: 1.2rem; box-shadow: var(--shadow-lg);
}
.price { font-size: 2.1rem; font-weight: 700; letter-spacing: -.04em; }
.feature-list, .check-list { margin: 0; padding: 0; list-style: none; }
.feature-list li, .check-list li { display: flex; gap: .7rem; margin-bottom: .75rem; color: var(--muted); font-size: .9rem; }
.feature-list i, .check-list i { color: var(--teal-dark); }
.content-nav { display: flex; flex-wrap: wrap; gap: .5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.content-nav a { padding: .5rem .75rem; color: var(--ink-soft); background: var(--paper); border-radius: .5rem; font-size: .8rem; font-weight: 700; }
.report-content h2 { margin-top: 2.5rem; font-size: 1.65rem; font-weight: 700; letter-spacing: -.025em; scroll-margin-top: 110px; }
.report-content h3 { margin-top: 1.5rem; font-size: 1.05rem; font-weight: 700; }
.report-content p, .report-content li { color: var(--muted); }
.toc-list { display: grid; gap: .7rem; padding-left: 1.25rem; }
.insight-box { padding: 1.5rem; background: #EFF4FF; border-left: 4px solid var(--teal); border-radius: 0 .8rem .8rem 0; }
.cta-band {
    position: relative; overflow: hidden; padding: 3rem; color: var(--white);
    background: linear-gradient(130deg, var(--teal-dark), var(--ink-soft));
    border-radius: 1.25rem;
}
.cta-band::after { content: ""; position: absolute; right: -3rem; top: -4rem; width: 14rem; height: 14rem; border: 2rem solid rgba(94,234,212,.14); border-radius: 50%; }
.form-card { padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--line); border-radius: 1.25rem; box-shadow: var(--shadow-sm); }
.contact-card { padding: 1.5rem; }
.contact-card i { color: var(--teal-dark); font-size: 1.4rem; }
.contact-card h3 { font-size: 1rem; font-weight: 700; }
.value-card { padding: 1.75rem; }
.value-number { color: var(--teal); font-size: 2.5rem; font-weight: 700; line-height: 1; }
.legal-content { max-width: 860px; }
.legal-content h2 { margin-top: 2.5rem; font-size: 1.45rem; font-weight: 700; }
.legal-content h3 { margin-top: 1.5rem; font-size: 1.05rem; font-weight: 700; }
.legal-content p, .legal-content li { color: var(--muted); }
.empty-state { padding: 4rem 2rem; text-align: center; background: var(--paper); border-radius: var(--radius); }
.loading-button { position: relative; pointer-events: none; opacity: .78; }
.loading-button .spinner-border { width: 1rem; height: 1rem; margin-right: .5rem; }
.site-footer { padding: 5rem 0 1.5rem; color: #D0D5DD; background: #0C2340; }
.footer-brand { color: var(--white); }
.footer-title { margin-bottom: 1rem; color: var(--white); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a, .footer-bottom a { color: #D0D5DD; font-size: .86rem; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--lime); }
.social-links { display: flex; gap: .6rem; }
.social-links a {
    display: grid; place-items: center; width: 38px; height: 38px;
    color: var(--white); background: rgba(255,255,255,.08); border-radius: .55rem;
}
.site-footer hr { margin: 2.5rem 0 1.5rem; border-color: rgba(255,255,255,.14); }
.footer-bottom { color: #98A2B3; font-size: .78rem; }
.back-to-top {
    position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 1000;
    display: grid; place-items: center; width: 44px; height: 44px;
    color: var(--white); background: var(--teal-dark); border: 0; border-radius: .65rem;
    box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translateY(12px);
    transition: all .2s ease;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.brand-dot { display: inline-block; width: 10px; height: 10px; background: var(--teal); border-radius: 50%; }

/* Site-wide type scale and vertical rhythm */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: var(--ink);
    font-family: var(--font-sans);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
    text-wrap: balance;
}
p {
    margin-top: 0;
    margin-bottom: 1.15rem;
}
p:last-child {
    margin-bottom: 0;
}
body,
p,
li,
span,
small,
dd,
td {
    font-weight: 400;
}
input,
textarea,
select,
.form-control,
.form-select,
.form-check-label,
.breadcrumb-item,
.report-meta {
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: 700;
}
label,
button,
.btn,
.nav-link,
.navbar-brand,
.footer-brand,
.eyebrow,
.text-link,
.footer-title,
.report-sector {
    font-weight: 600;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
strong span,
.navbar-brand span,
.navbar-brand small,
.footer-brand span,
.footer-brand small,
.btn span {
    font-weight: 700;
}
.bi,
[class^="bi-"],
[class*=" bi-"] {
    font-weight: normal;
}
.display-title,
.section-title {
    font-weight: 700;
    line-height: 1.08;
    text-wrap: balance;
}
.section-title {
    max-width: 920px;
}
.lead-copy {
    max-width: 760px;
    font-weight: 400;
    line-height: 1.75;
}
.eyebrow {
    margin-bottom: 1.15rem;
    line-height: 1.35;
}
.section > .container > .row {
    --bs-gutter-x: clamp(1.25rem, 2vw, 2rem);
    --bs-gutter-y: 1.25rem;
}
.section .mb-5 {
    margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem) !important;
}
.page-hero {
    padding: clamp(2.5rem, 4vw, 3.25rem) 0;
}
.page-hero .breadcrumb {
    margin-bottom: 1rem !important;
}
.page-hero .section-title {
    max-width: 940px;
    font-size: clamp(2.35rem, 5vw, 4rem);
}
.page-hero .lead-copy {
    margin-top: .9rem !important;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
}
.stats-row {
    margin-top: -2.25rem;
}
.stat-box {
    padding: 1.25rem;
}
.stat-box strong {
    margin-bottom: .35rem;
    font-weight: 700;
}
.category-card,
.value-card,
.contact-card {
    padding: clamp(1.15rem, 2vw, 1.5rem);
}
.category-card h3,
.value-card h3,
.contact-card h3 {
    margin-bottom: .65rem;
    font-weight: 700;
    line-height: 1.35;
}
.category-card p,
.value-card p,
.contact-card p {
    margin-bottom: 1.1rem;
    line-height: 1.65;
}
.category-card .text-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: .25rem;
}
.report-card-top {
    padding: 1.2rem;
}
.report-card-body {
    padding: 1.25rem;
}
.report-card h3 {
    min-height: 3.05em;
    margin-bottom: .8rem;
    font-weight: 700;
}
.report-card p {
    margin-bottom: 1.35rem;
    line-height: 1.62;
}
.report-card .report-meta {
    align-items: center;
    padding-top: 1rem;
}
.filter-panel {
    padding: 1.15rem;
}
.filter-panel .mb-3 {
    margin-bottom: 1.1rem !important;
}
.form-card {
    padding: clamp(1.25rem, 2.5vw, 2rem);
}
.form-card > h2 {
    margin-bottom: .65rem;
    font-weight: 700 !important;
}
.form-card > p {
    margin-bottom: 1.5rem !important;
}
.form-card .row {
    --bs-gutter-x: 1.15rem;
    --bs-gutter-y: 1.2rem;
}
.form-label {
    margin-bottom: .5rem;
    line-height: 1.3;
}
.form-control,
.form-select {
    min-height: 50px;
    padding: .72rem .9rem;
}
textarea.form-control {
    min-height: 132px;
}
.form-check {
    padding-top: .25rem;
}
.report-header {
    padding: clamp(2.5rem, 4vw, 3.25rem) 0;
}
.report-header h1 {
    max-width: 940px;
    margin-bottom: 0;
    font-size: clamp(2.25rem, 4.5vw, 3.8rem);
    font-weight: 700;
}
.report-header .lead-copy {
    margin-top: .9rem !important;
}
.report-content {
    max-width: 820px;
}
.report-content .content-nav {
    gap: .65rem;
    margin-bottom: 1.5rem;
    padding-bottom: .9rem;
}
.report-content h2 {
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
    font-weight: 700;
}
.report-content h2:first-of-type {
    margin-top: 0;
}
.report-content h3 {
    margin-top: 2rem;
    margin-bottom: .8rem;
    font-weight: 700;
}
.report-content p,
.report-content li {
    font-size: 1rem;
    line-height: 1.78;
}
.insight-box {
    margin: 1rem 0 .5rem;
    padding: 1.25rem;
}
.insight-box .check-list li:last-child,
.feature-list li:last-child,
.check-list li:last-child {
    margin-bottom: 0;
}
.toc-list {
    gap: .85rem;
    margin-bottom: 0;
}
.report-sidebar {
    padding: 1.4rem;
}
.report-sidebar hr {
    margin: 1.45rem 0;
}
.report-sidebar .feature-list {
    display: grid;
    gap: .15rem;
}
.legal-content {
    max-width: 900px;
}
.legal-content > p:first-child {
    color: var(--ink-soft);
    font-size: 1.08rem;
    line-height: 1.8;
}
.legal-content h2 {
    margin-top: 1.6rem;
    margin-bottom: .85rem;
    font-size: clamp(1.3rem, 2.2vw, 1.6rem);
    font-weight: 700;
}
.legal-content h3 {
    margin-top: 2rem;
    margin-bottom: .75rem;
    font-weight: 700;
}
.legal-content p,
.legal-content li {
    line-height: 1.82;
}
.legal-content ul,
.legal-content ol {
    display: grid;
    gap: .6rem;
    margin: 1rem 0 1.4rem;
    padding-left: 1.35rem;
}
.legal-content .alert {
    padding: 1.2rem 1.35rem;
    line-height: 1.65;
}
.cta-band {
    padding: clamp(1.5rem, 3vw, 2.25rem);
}
.cta-band h2 {
    margin-bottom: .8rem;
    font-weight: 700 !important;
}
.site-footer {
    padding-top: clamp(2.5rem, 3.5vw, 3.25rem);
}
.site-footer p {
    line-height: 1.72;
}
.footer-title {
    margin-bottom: 1.25rem;
}
.footer-links {
    display: grid;
    gap: .7rem;
}
.footer-links li {
    margin-bottom: 0;
}
.footer-bottom {
    align-items: center;
    line-height: 1.5;
}

/* Contrast-balanced semantic text colors */
.text-dark {
    color: var(--text-primary) !important;
}
.text-secondary {
    color: var(--text-muted) !important;
}
.lead-copy,
.category-card p,
.value-card p,
.report-card p,
.report-meta,
.stat-box span,
.feature-list li,
.check-list li,
.report-content p,
.report-content li,
.legal-content p,
.legal-content li {
    color: var(--text-muted);
}
.form-control,
.form-select,
.form-check-label {
    color: var(--text-primary);
}
.trust-logos {
    color: var(--text-muted);
}
.home-hero,
.page-hero,
.report-header,
.section-dark,
.report-card-top,
.cta-band,
.home-cta,
.site-footer {
    color: var(--text-on-dark);
}
.home-hero .text-white-50,
.page-hero .text-white-50,
.report-header .text-white-50,
.section-dark .text-white-50,
.report-card-top .text-white-50,
.cta-band .text-white-50,
.home-cta .text-white-50,
.site-footer .text-white-50 {
    color: var(--text-on-dark-muted) !important;
    opacity: 1;
}
.section-dark p,
.section-dark li,
.site-footer p {
    color: var(--text-on-dark-muted);
}
.page-hero .lead-copy,
.report-header .lead-copy,
.home-hero-copy {
    color: var(--text-on-dark-secondary);
}
.topbar {
    color: var(--text-on-dark-muted);
}
.topbar a {
    color: var(--text-on-dark);
}
.footer-bottom {
    color: var(--text-on-dark-muted);
}

/* Home page */
.home-page .site-header {
    box-shadow: 0 8px 30px rgba(12, 35, 64, .05);
}
.home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(3.25rem, 4vw, 4rem) 0;
    color: #fff;
    background:
        radial-gradient(circle at 78% 16%, rgba(23, 92, 211, .18), transparent 30rem),
        linear-gradient(122deg, #0C2340 0%, #173B61 58%, #173B61 100%);
}
.home-hero .row {
    --bs-gutter-x: clamp(2rem, 4vw, 3.5rem);
    --bs-gutter-y: 1.75rem;
}
.home-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .15;
    background-image:
        linear-gradient(rgba(255, 255, 255, .11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .11) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}
.home-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(2px);
}
.home-orb-one {
    width: 430px;
    height: 430px;
    right: -250px;
    top: -210px;
    border: 1px solid rgba(132, 202, 255, .27);
    box-shadow: 0 0 0 70px rgba(132, 202, 255, .03), 0 0 0 140px rgba(132, 202, 255, .02);
}
.home-orb-two {
    width: 280px;
    height: 280px;
    left: -190px;
    bottom: -180px;
    background: rgba(23, 92, 211, .12);
    filter: blur(60px);
}
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1.1rem;
    color: #EAECF0;
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.hero-kicker-dot {
    width: 9px;
    height: 9px;
    background: var(--lime);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(132, 202, 255, .13);
}
.home-hero-title {
    max-width: 740px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 4.5vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -.058em;
    line-height: 1.02;
}
.home-hero-title span {
    color: var(--lime);
}
.home-hero-copy {
    max-width: 640px;
    margin: 1.25rem 0 0;
    color: #EAECF0;
    font-size: clamp(1.04rem, 1.5vw, 1.25rem);
    line-height: 1.65;
}
.home-search {
    display: flex;
    gap: .5rem;
    max-width: 690px;
    margin-top: 1.55rem;
    padding: .4rem;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: .95rem;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .25);
}
.home-search-field {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    padding: 0 .85rem;
}
.home-search-field i {
    color: var(--teal-dark);
    font-size: 1.05rem;
}
.home-search-field input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 .8rem;
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: 0;
}
.home-search .btn {
    min-width: 174px;
}
.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    margin-top: 1.4rem;
}
.hero-proof-item {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #D0D5DD;
    font-size: .75rem;
}
.hero-proof-item i {
    color: var(--lime);
    font-size: .95rem;
}
.hero-proof-item strong {
    display: block;
    color: #F9FAFB;
    font-weight: 700;
}
.intelligence-card {
    position: relative;
    max-width: 470px;
    margin-left: auto;
    padding: 1.25rem;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 1.35rem;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .25);
    backdrop-filter: blur(16px);
}
.intelligence-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255, 255, 255, .07), transparent 45%);
}
.intelligence-card-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}
.live-label {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #D0D5DD;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.live-label span {
    width: 7px;
    height: 7px;
    background: var(--lime);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(132, 202, 255, .1);
}
.intelligence-card h2 {
    margin: .55rem 0 0;
    font-size: 1.12rem;
    font-weight: 700;
}
.command-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--lime);
    background: rgba(132, 202, 255, .1);
    border-radius: .7rem;
}
.intelligence-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .65rem;
    margin: 1.1rem 0;
}
.intelligence-metrics > div {
    padding: .8rem .7rem;
    background: rgba(4, 19, 29, .4);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: .75rem;
}
.intelligence-metrics strong {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.1;
}
.intelligence-metrics span {
    display: block;
    margin-top: .3rem;
    color: #BFC9D6;
    font-size: .63rem;
}
.latest-brief {
    display: block;
    padding: 1.05rem;
    color: #fff;
    background: linear-gradient(135deg, rgba(23, 92, 211, .18), rgba(132, 202, 255, .07));
    border: 1px solid rgba(23, 92, 211, .3);
    border-radius: .9rem;
    transition: transform .2s ease, border-color .2s ease;
}
.latest-brief:hover {
    color: #fff;
    border-color: rgba(132, 202, 255, .48);
    transform: translateY(-2px);
}
.brief-label {
    color: var(--lime);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.brief-arrow {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: var(--ink);
    background: var(--lime);
    border-radius: 50%;
}
.latest-brief h3 {
    margin: 0 0 .8rem;
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.42;
}
.brief-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.brief-meta span {
    padding: .27rem .5rem;
    color: #D0D5DD;
    background: rgba(0, 0, 0, .2);
    border-radius: .35rem;
    font-size: .61rem;
}
.signal-line {
    margin-top: .9rem;
    color: #BFC9D6;
    font-size: .66rem;
}
.signal-line strong {
    color: var(--lime);
    font-size: .66rem;
}
.mini-bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 30px;
    margin-top: .55rem;
}
.mini-bars i {
    flex: 1;
    background: linear-gradient(to top, rgba(23, 92, 211, .45), var(--lime));
    border-radius: 2px 2px 0 0;
}
.confidence-strip {
    background: #fff;
    border-bottom: 1px solid var(--line);
}
.confidence-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    min-height: 72px;
}
.confidence-grid > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    padding: .85rem 1rem;
    color: #475467;
    border-right: 1px solid var(--line);
    font-size: .78rem;
    font-weight: 700;
}
.confidence-grid > div:first-child {
    justify-content: flex-start;
    padding-left: 0;
    color: var(--muted);
    border-left: 0;
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.confidence-grid > div:last-child {
    border-right: 0;
}
.confidence-grid i {
    color: var(--teal-dark);
    font-size: 1.15rem;
}
.home-industries {
    background:
        radial-gradient(circle at 100% 0, rgba(23, 92, 211, .065), transparent 26rem),
        #fff;
}
.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.industry-tile {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(12, 35, 64, .035);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.industry-tile:hover {
    color: var(--ink);
    border-color: rgba(23, 92, 211, .5);
    box-shadow: 0 20px 45px rgba(12, 35, 64, .09);
    transform: translateY(-5px);
}
.industry-tile-featured {
    color: #fff;
    background: linear-gradient(142deg, #173B61, #344054);
    border-color: transparent;
}
.industry-tile-featured:hover {
    color: #fff;
    border-color: var(--teal);
}
.industry-tile-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.industry-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: var(--teal-dark);
    background: #EFF4FF;
    border-radius: .8rem;
    font-size: 1.25rem;
}
.industry-tile-featured .industry-icon {
    color: var(--ink);
    background: var(--lime);
}
.industry-count {
    color: var(--muted);
    font-size: .69rem;
    font-weight: 700;
}
.industry-tile-featured .industry-count {
    color: #D0D5DD;
}
.industry-tile h3 {
    margin: 1.25rem 0 .5rem;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: -.025em;
}
.industry-tile p {
    margin: 0;
    color: var(--muted);
    font-size: .83rem;
    line-height: 1.55;
}
.industry-tile-featured p {
    color: #D0D5DD;
}
.industry-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.3rem;
    padding-top: 1rem;
    color: var(--teal-dark);
    border-top: 1px solid var(--line);
    font-size: .76rem;
    font-weight: 700;
}
.industry-tile-featured .industry-link {
    color: var(--lime);
    border-color: rgba(255, 255, 255, .13);
}
.featured-section {
    background: #F9FAFB;
}
.featured-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.2rem;
}
.home-page .report-card {
    border: 0;
    box-shadow: 0 10px 35px rgba(12, 35, 64, .07);
}
.home-page .report-card-top {
    min-height: 145px;
    background:
        linear-gradient(135deg, rgba(23, 92, 211, .13), transparent 58%),
        #173B61;
}
.methodology-section {
    overflow: hidden;
}
.methodology-visual {
    position: relative;
    min-height: 400px;
}
.methodology-rings {
    position: absolute;
    width: 370px;
    height: 370px;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(23, 92, 211, .25);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 65px rgba(23, 92, 211, .035), 0 0 0 130px rgba(23, 92, 211, .02);
}
.methodology-rings::before,
.methodology-rings::after {
    content: "";
    position: absolute;
    border: 1px dashed rgba(12, 35, 64, .16);
    border-radius: 50%;
}
.methodology-rings::before {
    inset: 58px;
}
.methodology-rings::after {
    inset: 115px;
}
.methodology-core {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 135px;
    height: 135px;
    color: #fff;
    text-align: center;
    background: var(--ink);
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0 18px 45px rgba(12, 35, 64, .2);
    transform: translate(-50%, -50%);
}
.methodology-core span {
    color: var(--lime);
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
}
.methodology-core small {
    margin-top: -1rem;
    color: #D0D5DD;
    font-size: .58rem;
    line-height: 1.2;
    text-transform: uppercase;
}
.method-node {
    position: absolute;
    display: flex;
    align-items: center;
    gap: .7rem;
    min-width: 175px;
    padding: .85rem 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: .75rem;
    box-shadow: var(--shadow-sm);
}
.method-node strong {
    color: var(--teal);
    font-size: .76rem;
}
.method-node span {
    font-size: .75rem;
    font-weight: 700;
}
.node-one { left: 5%; top: 15%; }
.node-two { right: 1%; top: 24%; }
.node-three { left: 1%; bottom: 20%; }
.node-four { right: 5%; bottom: 12%; }
.method-checks {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}
.method-checks > div {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
}
.method-checks i {
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    color: var(--ink);
    background: var(--lime);
    border-radius: 50%;
    font-weight: 700;
}
.method-checks span {
    display: grid;
}
.method-checks strong {
    font-size: .92rem;
}
.method-checks small {
    margin-top: .2rem;
    color: var(--muted);
}
.home-cta-wrap {
    padding: 0 0 2.75rem;
    background: #fff;
}
.home-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    color: #fff;
    background: linear-gradient(125deg, #2D4B73, #1849A9);
    border-radius: 1.4rem;
    box-shadow: 0 24px 60px rgba(24, 73, 169, .18);
}
.home-cta .eyebrow {
    color: var(--lime);
}
.home-cta h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.08;
}
.home-cta p {
    max-width: 720px;
    margin: 1rem 0 0;
    color: #D0D5DD;
}
.home-cta-pattern {
    position: absolute;
    z-index: -1;
    width: 420px;
    height: 420px;
    right: -160px;
    top: -230px;
    border: 1px solid rgba(132, 202, 255, .26);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(132, 202, 255, .05), 0 0 0 120px rgba(132, 202, 255, .03);
}

/* Professional background surface system */
body {
    background: var(--surface-canvas);
}
main {
    background: var(--surface-base);
}
.topbar {
    background: var(--surface-dark);
}
.site-header {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 28px rgba(12, 35, 64, .045);
}
.section {
    background: var(--surface-base);
}
.section-soft {
    background: var(--surface-soft);
    border-top: 1px solid rgba(234, 236, 240, .72);
    border-bottom: 1px solid rgba(234, 236, 240, .72);
}
.section-dark {
    background: linear-gradient(135deg, var(--surface-dark), var(--surface-navy));
}
.page-hero {
    background:
        radial-gradient(circle at 84% 24%, rgba(132, 202, 255, .14), transparent 22rem),
        radial-gradient(circle at 12% 120%, rgba(23, 92, 211, .2), transparent 24rem),
        linear-gradient(135deg, var(--surface-dark) 0%, var(--surface-navy) 64%, #173B61 100%);
}
.report-header {
    background:
        radial-gradient(circle at 86% 18%, rgba(132, 202, 255, .12), transparent 20rem),
        linear-gradient(135deg, var(--surface-dark), #173B61);
}
.page-hero + .section {
    background: linear-gradient(180deg, #F4F6FA 0%, #FFFFFF 42%);
}
.page-hero + .section.section-soft {
    background: linear-gradient(180deg, #F0F2F7 0%, #F9FAFB 100%);
}
.report-header + .section {
    background: var(--surface-base);
}
.category-card,
.report-card,
.value-card,
.contact-card,
.stat-box,
.form-card,
.report-sidebar {
    background: var(--surface-card);
}
.filter-panel {
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 35px rgba(12, 35, 64, .065);
}
.empty-state {
    background: var(--surface-card);
    border: 1px dashed #D0D5DD;
}
.legal-content {
    padding: clamp(1.25rem, 2.5vw, 2rem);
    background: var(--surface-card);
    border: 1px solid rgba(234, 236, 240, .86);
    border-radius: 1.15rem;
    box-shadow: 0 18px 45px rgba(12, 35, 64, .06);
}
.confidence-strip {
    background: var(--surface-base);
}
.home-industries {
    background:
        radial-gradient(circle at 100% 0, rgba(23, 92, 211, .055), transparent 28rem),
        var(--surface-base);
}
.featured-section {
    background: var(--surface-canvas);
    border-top: 1px solid rgba(234, 236, 240, .72);
    border-bottom: 1px solid rgba(234, 236, 240, .72);
}
.methodology-section {
    background:
        radial-gradient(circle at 8% 50%, rgba(23, 92, 211, .04), transparent 25rem),
        var(--surface-base);
}
.home-cta-wrap {
    background: var(--surface-base);
}
.site-footer {
    background:
        radial-gradient(circle at 88% 10%, rgba(23, 92, 211, .12), transparent 24rem),
        var(--surface-dark);
}

@media (max-width: 991.98px) {
    .navbar-collapse { padding: 1rem 0 1.25rem; }
    .hero { padding: 3.75rem 0; }
    .hero-panel { min-height: 0; margin-top: 2rem; }
    .report-sidebar { position: static; margin-top: 0; }
    .filter-panel { position: static; }
    .home-hero { padding: 2.75rem 0; }
    .home-hero .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
    .intelligence-card { max-width: none; margin: .5rem 0 0; }
    .confidence-grid { grid-template-columns: repeat(2, 1fr); }
    .confidence-grid > div, .confidence-grid > div:first-child {
        justify-content: flex-start;
        padding-left: 1.2rem;
        border-bottom: 1px solid var(--line);
    }
    .confidence-grid > div:first-child { grid-column: 1 / -1; }
    .industry-grid { grid-template-columns: repeat(2, 1fr); }
    .methodology-visual { min-height: 380px; }
    .section > .container > .row {
        --bs-gutter-x: 1.75rem;
    }
    .report-content {
        max-width: none;
    }
    .report-sidebar {
        margin-top: 1rem;
    }
}
@media (max-width: 575.98px) {
    .site-logo-header {
        width: 248px;
        height: auto;
        max-height: 38px;
    }
    .site-logo-footer {
        width: 245px;
        height: auto;
    }
    .container { --bs-gutter-x: 1.35rem; }
    .hero-search { align-items: stretch; flex-direction: column; }
    .hero-search i { display: none; }
    .section { padding: var(--space-section-mobile) 0; }
    .page-hero, .report-header { padding: 2.25rem 0; }
    .cta-band { padding: 1.35rem 1.15rem; }
    .home-hero { padding: 2.4rem 0; }
    .home-hero .row { --bs-gutter-y: 1.25rem; }
    .hero-kicker { margin-bottom: .85rem; }
    .home-hero-title { font-size: clamp(2.45rem, 12vw, 3.35rem); line-height: 1.04; }
    .home-hero-copy { margin-top: 1rem; font-size: 1rem; line-height: 1.6; }
    .home-search { flex-direction: column; margin-top: 1.25rem; padding: .55rem; }
    .home-search .btn { width: 100%; }
    .hero-proof { display: grid; grid-template-columns: 1fr; gap: .65rem; margin-top: 1.15rem; }
    .hero-proof-item strong { display: inline; }
    .intelligence-card { margin-top: 0; padding: 1rem; }
    .intelligence-metrics { grid-template-columns: repeat(3, 1fr); gap: .45rem; margin: .9rem 0; }
    .intelligence-metrics > div { display: block; padding: .7rem .45rem; text-align: center; }
    .intelligence-metrics strong { font-size: 1.18rem; }
    .intelligence-metrics span { margin-top: .25rem; font-size: .58rem; line-height: 1.3; }
    .latest-brief { padding: .95rem; }
    .signal-line { margin-top: .75rem; }
    .confidence-grid { grid-template-columns: 1fr; }
    .confidence-grid > div:first-child { grid-column: auto; }
    .industry-grid { grid-template-columns: 1fr; }
    .industry-tile { min-height: 210px; }
    .featured-heading { align-items: flex-start; flex-direction: column; }
    .methodology-visual { min-height: 340px; transform: scale(.76); margin: -3rem; }
    .method-node { min-width: 160px; }
    .node-one { left: 0; }
    .node-two { right: 0; }
    .node-three { left: 0; }
    .node-four { right: 0; }
    .home-cta-wrap { padding-bottom: 2rem; }
    .page-hero,
    .report-header {
        padding: 2.25rem 0;
    }
    .page-hero .breadcrumb {
        margin-bottom: 1.5rem !important;
    }
    .page-hero .section-title,
    .report-header h1 {
        font-size: clamp(2.05rem, 10vw, 2.85rem);
        line-height: 1.12;
    }
    .section .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .stat-box,
    .category-card,
    .value-card,
    .contact-card,
    .report-card-body,
    .filter-panel,
    .report-sidebar {
        padding: 1.1rem;
    }
    .report-card h3 {
        min-height: 0;
    }
    .form-card {
        padding: 1.15rem;
    }
    .form-card > p {
        margin-bottom: 1rem !important;
    }
    .report-content .content-nav {
        margin-bottom: 1.25rem;
    }
    .report-content h2 {
        margin-top: 1.5rem;
    }
    .legal-content h2 {
        margin-top: 1.35rem;
    }
    .site-footer {
        padding-top: 2.5rem;
    }
}

/* Site-wide visual system consolidation */
:root {
    --brand-navy: #0C2340;
    --brand-blue: #175CD3;
    --brand-blue-dark: #1849A9;
    --brand-blue-soft: #EFF4FF;
    --canvas: #F7F9FC;
    --card-border: #DDE3EC;
    --card-shadow: 0 10px 28px rgba(12, 35, 64, .07);
}
body {
    color: #0C2340;
    background: #fff;
}
.topbar {
    padding: .38rem 0;
    background: #0B1220;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.site-header {
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid #EAECF0;
    box-shadow: 0 3px 12px rgba(12, 35, 64, .04);
}
.navbar {
    min-height: 68px;
}
.brand-mark {
    color: #fff;
    background: linear-gradient(135deg, #1849A9, #2E90FA);
    border-radius: .55rem;
    box-shadow: 0 4px 10px rgba(23, 92, 211, .18);
}
.nav-link {
    font-size: .82rem;
}
.btn {
    --bs-btn-border-radius: .48rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: .62rem;
    font-size: .78rem;
}
.btn-primary {
    background: linear-gradient(135deg, #175CD3, #1849A9);
    border-color: #175CD3;
}
.btn-primary:hover {
    background: #1849A9;
}
.section {
    padding: clamp(2.2rem, 3vw, 2.85rem) 0;
}
.section-soft,
.featured-section,
.category-results-section,
.sample-request-section,
.report-detail-section {
    background: var(--canvas);
}
.eyebrow {
    margin-bottom: .65rem;
    color: var(--brand-blue-dark);
    font-size: .64rem;
}
.section-title {
    font-size: clamp(1.75rem, 3.3vw, 2.65rem);
    line-height: 1.12;
}
.lead-copy {
    color: #475467;
    font-size: clamp(.9rem, 1.25vw, 1.04rem);
    line-height: 1.65;
}
.category-card,
.report-card,
.value-card,
.contact-card,
.stat-box,
.form-card,
.legal-content,
.research-filter-sidebar,
.report-tabs-shell,
.report-series-card,
.report-support-card {
    border-color: var(--card-border);
    border-radius: .65rem;
    box-shadow: var(--card-shadow);
}
.category-card:hover,
.report-card:hover,
.coverage-card:hover {
    border-color: #84ADFF;
    box-shadow: 0 14px 32px rgba(12, 35, 64, .09);
}
.form-control,
.form-select {
    min-height: 46px;
    color: #0C2340;
    background: #fff;
    border-color: #D0D5DD;
    border-radius: .45rem;
    font-weight: 600;
}
.form-floating > label {
    color: #667085;
    font-size: .75rem;
}
.form-control:focus,
.form-select:focus {
    border-color: #2E90FA;
    box-shadow: 0 0 0 3px rgba(46, 144, 250, .12);
}

/* Home */
.home-page .editorial-hero {
    padding: 3.25rem 0;
    background:
        radial-gradient(circle at 88% 10%, rgba(46, 144, 250, .16), transparent 24rem),
        linear-gradient(116deg, #0C2340 0%, #173B61 100%);
    border-bottom: 3px solid var(--brand-blue);
}
.home-page .home-hero-title {
    max-width: 760px;
    font-size: clamp(2.45rem, 5.6vw, 4.75rem);
    line-height: 1.02;
}
.home-page .home-hero-copy {
    max-width: 680px;
    color: #D0D5DD;
}
.home-page .home-search {
    border-radius: .6rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}
.home-page .decision-panel {
    border: 1px solid #D0D5DD;
    border-left: 4px solid var(--brand-blue);
}
.home-page .research-facts {
    background: #fff;
    border-bottom: 1px solid #EAECF0;
}
.home-page .research-facts-grid {
    border-right: 1px solid #EAECF0;
    border-left: 1px solid #EAECF0;
}
.home-page .home-industries {
    background: #fff;
}
.home-page .coverage-card {
    min-height: 198px;
    border-color: var(--card-border);
    box-shadow: 0 5px 16px rgba(12, 35, 64, .035);
}
.home-page .coverage-card:nth-child(2) { --coverage-accent: #026AA2; }
.home-page .coverage-card:nth-child(3) { --coverage-accent: #067647; }
.home-page .coverage-card:nth-child(4) { --coverage-accent: #3538CD; }
.home-page .coverage-card:nth-child(5) { --coverage-accent: #344054; }
.home-page .coverage-card:nth-child(6) { --coverage-accent: #0E7090; }
.home-page .featured-section {
    border-top: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
}
.home-page .methodology-section {
    background: #fff;
}
.home-page .sample-cta {
    padding: 0 0 2.8rem;
    background: #fff;
}
.home-page .sample-cta-inner {
    background:
        radial-gradient(circle at 90% 10%, rgba(132, 202, 255, .2), transparent 14rem),
        linear-gradient(115deg, #1849A9, #175CD3);
    border-radius: .7rem;
}

/* About */
.about-page .page-hero,
.contact-page .page-hero,
.legal-page .page-hero {
    padding: 2.35rem 0 2.55rem;
    background:
        radial-gradient(circle at 88% 15%, rgba(46, 144, 250, .13), transparent 20rem),
        linear-gradient(112deg, #0C2340, #173B61);
}
.about-page .page-hero .breadcrumb,
.contact-page .page-hero .breadcrumb,
.legal-page .page-hero .breadcrumb {
    margin-bottom: 1rem !important;
}
.about-page .page-hero .section-title,
.contact-page .page-hero .section-title,
.legal-page .page-hero .section-title {
    max-width: 850px;
    font-size: clamp(2rem, 4vw, 3.2rem);
}
.about-page .stats-row {
    margin-top: -1.5rem;
}
.about-page .stat-box {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    background: #fff;
    border-top: 3px solid var(--brand-blue);
}
.about-page .stat-box strong {
    color: var(--brand-blue-dark);
    font-size: 1.7rem;
}
.about-page .stat-box span {
    color: #667085;
    font-size: .68rem;
}
.about-page .value-card {
    position: relative;
    overflow: hidden;
    padding: 1.2rem;
    background: #fff;
}
.about-page .value-number {
    color: #84ADFF;
    font-size: 1.5rem;
}
.about-page .value-card h3 {
    margin-top: .85rem !important;
    color: #0C2340;
}
.about-page .category-card {
    padding: 1.1rem;
    border-left: 3px solid var(--brand-blue);
}
.about-page .category-icon {
    width: 40px;
    height: 40px;
    margin-bottom: .85rem;
    border-radius: .45rem;
    font-size: 1rem;
}
.about-page .cta-band {
    background:
        radial-gradient(circle at 92% 10%, rgba(132, 202, 255, .18), transparent 14rem),
        linear-gradient(115deg, #0C2340, #173B61);
    border-radius: .7rem;
    border-left: 4px solid var(--brand-blue);
}

/* Contact */
.contact-page > main,
.contact-page main {
    background: var(--canvas);
}
.contact-page .page-hero + .section {
    background: var(--canvas);
}
.contact-page .contact-card {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: .15rem .75rem;
    padding: .9rem;
    background: #fff;
    box-shadow: 0 6px 18px rgba(12, 35, 64, .045);
}
.contact-page .contact-card > i {
    display: grid;
    grid-row: 1 / span 3;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--brand-blue-dark);
    background: var(--brand-blue-soft);
    border-radius: .45rem;
    font-size: .95rem;
}
.contact-page .contact-card h3 {
    margin: 0 !important;
    color: #0C2340;
    font-size: .78rem;
}
.contact-page .contact-card a,
.contact-page .contact-card p,
.contact-page .contact-card .small {
    color: #475467;
    font-size: .68rem;
}
.contact-page .form-card {
    padding: 1.3rem;
    background: #fff;
    border-top: 3px solid var(--brand-blue);
}
.contact-page .form-card > h2 {
    font-size: 1.35rem;
}
.contact-page .form-card textarea.form-control {
    min-height: 120px;
}
.contact-page .form-card .btn-primary {
    min-width: 170px;
}

/* Legal */
.legal-page main {
    background: var(--canvas);
}
.legal-page .page-hero {
    padding-bottom: 2rem;
}
.legal-page .page-hero .lead-copy {
    display: inline-flex;
    margin-top: .7rem !important;
    padding: .3rem .5rem;
    color: #D0D5DD;
    background: rgba(255, 255, 255, .06);
    border-radius: .3rem;
    font-size: .65rem;
}
.legal-page .page-hero + .section {
    padding: 1.6rem 0 2.5rem;
    background: var(--canvas);
}
.legal-page .legal-content {
    max-width: 920px;
    padding: clamp(1.2rem, 3vw, 2rem);
    background: #fff;
    border-top: 3px solid var(--brand-blue);
}
.legal-page .legal-content > p:first-child {
    margin: 0 0 1.4rem;
    padding: .85rem 1rem;
    color: #344054;
    background: var(--brand-blue-soft);
    border-left: 3px solid var(--brand-blue);
    border-radius: 0 .45rem .45rem 0;
    font-size: .92rem;
}
.legal-page .legal-content h2 {
    margin: 1.55rem 0 .55rem;
    padding-bottom: .4rem;
    color: #0C2340;
    border-bottom: 1px solid #EAECF0;
    font-size: 1.15rem;
}
.legal-page .legal-content p,
.legal-page .legal-content li {
    color: #475467;
    font-size: .9rem;
    line-height: 1.75;
}
.legal-page .legal-content li + li {
    margin-top: .3rem;
}
.legal-page .legal-content li::marker {
    color: var(--brand-blue);
}

/* Category, report and sample finishing consistency */
.category-page-hero,
.report-detail-hero,
.sample-page-hero {
    border-bottom-color: var(--brand-blue);
}
.research-filter-sidebar,
.report-series-card,
.report-support-card,
.sample-inclusions,
.sample-form-card {
    overflow: hidden;
}
.category-filter-list a.active,
.report-series-list a:hover {
    background: var(--brand-blue-soft);
}
.report-tabs .nav-link.active {
    background: linear-gradient(135deg, #175CD3, #1849A9);
}
.sample-inclusions {
    background: linear-gradient(145deg, #0C2340, #173B61);
}
.sample-form-card {
    background: #fff;
}

/* Footer */
.site-footer {
    color: #D0D5DD;
    background:
        radial-gradient(circle at 90% 0%, rgba(46, 144, 250, .09), transparent 18rem),
        #0B1220;
    border-top: 3px solid var(--brand-blue);
}
.site-footer .footer-title {
    color: #fff;
}
.site-footer a {
    color: #D0D5DD;
}
.site-footer a:hover {
    color: #84CAFF;
}
.site-footer hr {
    border-color: rgba(255, 255, 255, .1);
}

@media (max-width: 991.98px) {
    .topbar {
        display: none !important;
    }
    .navbar {
        min-height: 64px;
    }
    .home-page .editorial-hero {
        padding: 2.6rem 0;
    }
    .about-page .stats-row {
        margin-top: -1rem;
    }
}

@media (max-width: 575.98px) {
    .container {
        --bs-gutter-x: 1.35rem;
    }
    .section {
        padding: 2rem 0;
    }
    .home-page .editorial-hero,
    .about-page .page-hero,
    .contact-page .page-hero,
    .legal-page .page-hero {
        padding: 1.7rem 0 1.9rem;
    }
    .home-page .home-hero-title {
        font-size: 2.35rem;
    }
    .contact-page .form-card {
        padding: 1rem;
    }
    .legal-page .legal-content {
        padding: 1rem;
    }
}

/* Hero report actions and support card */
.hero-report-action {
    overflow: hidden;
    padding: 1rem;
    color: var(--text-primary);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-top: 3px solid #2E90FA;
    border-radius: .7rem;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}
.hero-action-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
}
.hero-action-head > span:first-child {
    color: var(--teal-dark);
    font-size: .6rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.hero-action-head > span:last-child {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .24rem .4rem;
    color: var(--text-secondary);
    background: #F2F4F7;
    border-radius: .3rem;
    font-size: .57rem;
}
.hero-action-price {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: .7rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid var(--line);
}
.hero-action-price span {
    color: var(--text-muted);
    font-size: .68rem;
}
.hero-action-price strong {
    color: var(--text-primary);
    font-size: 1.55rem;
    line-height: 1;
}
.hero-action-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: .7rem;
    overflow: hidden;
    background: #EAECF0;
    border: 1px solid #EAECF0;
    border-radius: .45rem;
}
.hero-action-facts > span {
    display: grid;
    align-content: start;
    min-width: 0;
    padding: .55rem;
    background: #F9FAFB;
}
.hero-action-facts i {
    margin-bottom: .3rem;
    color: var(--teal-dark);
    font-size: .78rem;
}
.hero-action-facts small {
    color: var(--text-muted);
    font-size: .53rem;
    text-transform: uppercase;
}
.hero-action-facts strong {
    margin-top: .12rem;
    overflow: hidden;
    color: var(--text-primary);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .62rem;
}
.hero-action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    margin-top: .75rem;
}
.hero-action-buttons .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .35rem;
    min-height: 42px;
    padding: .55rem .65rem;
    font-size: .68rem;
}
.hero-sample-button {
    color: var(--teal-dark);
    background: #fff;
    border: 1px solid #84ADFF;
}
.hero-sample-button:hover {
    color: #fff;
    background: var(--teal);
    border-color: var(--teal);
}
.hero-action-trust {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
    margin-top: .65rem;
    color: var(--text-muted);
    font-size: .55rem;
}
.hero-action-trust i {
    color: #039855;
}
.report-support-card {
    padding: 1rem;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: .65rem;
    box-shadow: 0 10px 26px rgba(12, 35, 64, .06);
}
.report-support-head {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--line);
}
.report-support-head > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--teal-dark);
    background: #EFF4FF;
    border-radius: .45rem;
}
.report-support-head small {
    display: block;
    color: var(--teal-dark);
    font-size: .55rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.report-support-head h2 {
    margin: .12rem 0 0;
    color: var(--text-primary);
    font-size: .9rem;
}
.report-support-card .feature-list {
    margin: .75rem 0;
}
.report-support-card .feature-list li {
    font-size: .67rem;
}
.report-support-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem .7rem;
    color: var(--teal-dark);
    background: #EFF4FF;
    border-radius: .4rem;
    font-size: .66rem;
    font-weight: 700;
}
.report-support-link:hover {
    color: #fff;
    background: var(--teal);
}

@media (max-width: 991.98px) {
    .hero-report-action {
        max-width: 560px;
        margin-top: .5rem;
    }
}

@media (max-width: 575.98px) {
    .hero-action-buttons {
        grid-template-columns: 1fr;
    }
    .hero-action-facts > span {
        padding: .5rem .4rem;
    }
}

/* Download sample experience */
.sample-page-hero {
    padding: 2.25rem 0 2.5rem;
}
.sample-page-hero .breadcrumb {
    margin-bottom: 1.35rem !important;
}
.sample-page-hero .section-title {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.25rem, 4.5vw, 3.6rem);
}
.sample-report-name {
    display: grid;
    gap: .28rem;
    max-width: 800px;
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 3px solid #2E90FA;
}
.sample-report-name span {
    color: #84CAFF;
    font-size: .64rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.sample-report-name strong {
    color: #F2F4F7;
    font-size: clamp(.9rem, 1.4vw, 1.08rem);
    line-height: 1.5;
}
.sample-hero-promise {
    display: grid;
    gap: .75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: .65rem;
}
.sample-hero-promise > div {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    gap: .65rem;
}
.sample-hero-promise > div + div {
    padding-top: .75rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.sample-hero-promise i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #84CAFF;
    background: rgba(46, 144, 250, .13);
    border-radius: .4rem;
}
.sample-hero-promise span {
    display: grid;
}
.sample-hero-promise strong {
    color: #fff;
    font-size: .76rem;
}
.sample-hero-promise small {
    margin-top: .08rem;
    color: #D0D5DD;
    font-size: .64rem;
}
.sample-request-section {
    background: #F7F9FC;
}
.sample-inclusions {
    position: sticky;
    top: 100px;
    padding: 1.25rem;
    background: #0C2340;
    border-radius: .7rem;
    box-shadow: 0 12px 30px rgba(12, 35, 64, .12);
}
.sample-inclusions .eyebrow {
    color: #84CAFF;
}
.sample-inclusions h2 {
    margin: .55rem 0 .7rem;
    color: #fff;
    font-size: 1.45rem;
}
.sample-inclusions > p {
    color: #D0D5DD;
    font-size: .75rem;
    line-height: 1.65;
}
.sample-inclusion-list {
    display: grid;
    gap: .7rem;
    margin: 1rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    list-style: none;
}
.sample-inclusion-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: start;
    gap: .55rem;
    color: #EAECF0;
    font-size: .72rem;
    line-height: 1.5;
}
.sample-inclusion-list i {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: #84CAFF;
    background: rgba(46, 144, 250, .13);
    border-radius: 50%;
}
.sample-report-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    color: #B2CCFF;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .62rem;
}
.sample-report-meta span {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
}
.sample-form-card {
    padding: 1.1rem;
    border-top: 3px solid var(--teal);
}
.sample-form-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: .9rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid var(--line);
}
.sample-form-heading span {
    color: var(--teal-dark);
    font-size: .62rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.sample-form-heading h1,
.sample-form-heading h2 {
    margin: 0 0 .4rem;
    color: var(--text-primary);
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    line-height: 1.2;
}
.sample-form-heading .sample-request-type {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: .45rem;
    padding: .38rem .68rem;
    color: #175CD3;
    background: #EFF4FF;
    border: 1px solid #D1E0FF;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
}
.sample-form-heading p {
    margin: 0;
    color: var(--text-muted);
    font-size: .72rem;
}
.sample-form-heading > i {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--teal-dark);
    background: #EFF4FF;
    border-radius: .5rem;
    font-size: 1.15rem;
}
.sample-form-card .form-control {
    min-height: 46px;
}
.sample-form-card .intl-phone-field-label-free .iti,
.sample-form-card .intl-phone-field-label-free .intl-phone-input {
    width: 100%;
}
.sample-form-card .intl-phone-field-label-free .intl-phone-input {
    min-height: 58px;
}
.sample-form-card textarea.form-control {
    min-height: 104px;
}
.country-select-field {
    position: relative;
}
.country-select-field > label {
    display: block;
    margin-bottom: .32rem;
    color: var(--text-secondary);
    font-size: .68rem;
    font-weight: 700;
}
.country-search-control {
    display: grid;
    grid-template-columns: 18px 1fr 26px;
    align-items: center;
    gap: .4rem;
    min-height: 42px;
    padding: 0 .55rem 0 .7rem;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: .45rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.country-search-control:focus-within {
    border-color: #2E90FA;
    box-shadow: 0 0 0 3px rgba(46, 144, 250, .12);
}
.country-search-control > i {
    color: var(--text-muted);
    font-size: .8rem;
}
.country-search-control input {
    min-width: 0;
    width: 100%;
    height: 40px;
    color: var(--text-primary);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: .76rem;
    font-weight: 600;
}
.country-search-control input::placeholder {
    color: #98A2B3;
}
.country-search-control button {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    padding: 0;
    color: var(--text-muted);
    background: transparent;
    border: 0;
    border-radius: .3rem;
}
.country-search-control button:hover {
    color: var(--teal-dark);
    background: #EFF4FF;
}
.country-options {
    position: absolute;
    z-index: 20;
    top: calc(100% - 15px);
    right: 0;
    left: 0;
    display: grid;
    max-height: 210px;
    overflow-y: auto;
    padding: .35rem;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: .45rem;
    box-shadow: 0 12px 26px rgba(12, 35, 64, .14);
}
.country-options[hidden] {
    display: none;
}
.country-option {
    width: 100%;
    padding: .5rem .6rem;
    color: var(--text-secondary);
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: .32rem;
    font-size: .72rem;
    font-weight: 600;
}
.country-option:hover,
.country-option.active {
    color: var(--teal-dark);
    background: #EFF4FF;
}
.country-option-empty {
    padding: .65rem;
    color: var(--text-muted);
    font-size: .7rem;
}
.country-select-field > small {
    display: block;
    min-height: 16px;
    margin-top: .2rem;
    color: var(--text-muted);
    font-size: .58rem;
}
.was-validated .country-search-control:has(input:invalid) {
    border-color: #dc3545;
}
.was-validated .country-search-control:has(input:invalid) ~ .invalid-feedback {
    display: block;
}
.sample-consent {
    padding: .8rem .8rem .8rem 2.2rem;
    background: #F9FAFB;
    border: 1px solid var(--line);
    border-radius: .45rem;
}
.sample-consent .form-check-input {
    margin-top: .12rem;
}
.sample-consent .form-check-label {
    color: var(--text-secondary);
    font-size: .68rem;
    line-height: 1.55;
}
.sample-submit-button {
    width: 100%;
    min-height: 46px;
}
.sample-assurance-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem;
    margin-top: .8rem;
}
.sample-assurance-strip > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: start;
    gap: .55rem;
    padding: .75rem;
    background: #fff;
    border: 1px solid #E4E7EC;
    border-radius: .6rem;
}
.sample-assurance-strip i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #175CD3;
    background: #EFF4FF;
    border-radius: .45rem;
}
.sample-assurance-strip span { display: grid; }
.sample-assurance-strip strong { color: #344054; font-size: .7rem; font-weight: 700; }
.sample-assurance-strip small { margin-top: .1rem; color: #667085; font-size: .61rem; font-weight: 600; line-height: 1.45; }

.sample-thank-you {
    display: grid;
    min-height: 68vh;
    place-items: center;
    padding: 3.5rem 0;
    background: linear-gradient(180deg, #F5F9FF 0%, #fff 100%);
}
.sample-thank-you-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 2.25rem;
    background: #fff;
    border: 1px solid #DCE6F2;
    border-radius: 1rem;
    box-shadow: 0 22px 55px rgba(12, 35, 64, .1);
    text-align: center;
}
.sample-thank-you-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 1rem;
    place-items: center;
    color: #fff;
    background: #067647;
    border-radius: 50%;
    font-size: 1.55rem;
    box-shadow: 0 10px 24px rgba(6, 118, 71, .2);
}
.sample-thank-you-card h1 { max-width: 650px; margin: .55rem auto .75rem; font-size: clamp(1.8rem, 4vw, 2.3rem); }
.sample-thank-you-card > p { max-width: 620px; margin: 0 auto 1.25rem; color: #475467; font-size: .88rem; line-height: 1.7; }
.sample-thank-you-report { display: grid; gap: .32rem; padding: 1rem; background: #F7F9FC; border: 1px solid #E4E7EC; border-radius: .7rem; text-align: left; }
.sample-thank-you-report span { color: #175CD3; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.sample-thank-you-report strong { color: #0C2340; font-size: 1rem; line-height: 1.5; }
.sample-thank-you-report small { color: #667085; font-size: .7rem; font-weight: 600; }
.sample-thank-you-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: 1.25rem; }
.sample-thank-you-support { display: flex; justify-content: center; gap: .45rem; margin-top: 1.2rem; color: #667085; font-size: .72rem; font-weight: 600; }
.sample-thank-you-support i { color: #175CD3; }

@media (max-width: 991.98px) {
    .sample-inclusions {
        position: static;
    }
    .sample-hero-promise {
        max-width: 560px;
    }
}

@media (max-width: 575.98px) {
    .sample-page-hero {
        padding: 1.7rem 0 1.9rem;
    }
    .sample-page-hero .section-title {
        font-size: 2.15rem;
    }
    .sample-form-card,
    .sample-inclusions {
        padding: 1rem;
    }
    .sample-form-heading > i {
        display: none;
    }
    .sample-assurance-strip { grid-template-columns: 1fr; }
    .sample-thank-you { padding: 1.8rem 0; }
    .sample-thank-you-card { padding: 1.35rem 1rem; }
    .sample-thank-you-actions { display: grid; }
}

/* Category hero */
.category-page-hero {
    position: relative;
    overflow: hidden;
    padding: 2.2rem 0 2.4rem;
}
.category-page-hero::after {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(46, 144, 250, .14), transparent 68%);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.category-page-hero .container {
    position: relative;
    z-index: 1;
}
.category-hero-breadcrumb .breadcrumb {
    margin: 0 0 1.25rem !important;
}
.category-page-hero .eyebrow {
    margin-bottom: .55rem;
}
.category-page-hero .section-title {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    line-height: 1.08;
}
.category-page-hero .lead-copy {
    max-width: 760px;
    margin: .8rem 0 0 !important;
    color: #D0D5DD;
    font-size: clamp(.92rem, 1.25vw, 1.05rem);
    line-height: 1.65;
}
.category-hero-summary {
    padding: 1.15rem;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: .65rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    backdrop-filter: blur(6px);
}
.category-summary-label {
    display: block;
    margin-bottom: .55rem;
    color: #B2CCFF;
    font-size: .62rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.category-summary-count {
    display: flex;
    align-items: baseline;
    gap: .55rem;
}
.category-summary-count strong {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}
.category-summary-count span {
    color: #EAECF0;
    font-size: .78rem;
}
.category-summary-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem 1rem;
    margin-top: .9rem;
    padding-top: .8rem;
    color: #D0D5DD;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: .66rem;
}
.category-summary-meta span {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}
.category-summary-meta i {
    color: #84CAFF;
}

@media (max-width: 991.98px) {
    .category-page-hero {
        padding: 2rem 0 2.2rem;
    }
    .category-hero-summary {
        max-width: 520px;
    }
}

@media (max-width: 575.98px) {
    .category-page-hero {
        padding: 1.65rem 0 1.8rem;
    }
    .category-hero-breadcrumb .breadcrumb {
        margin-bottom: 1rem !important;
    }
    .category-page-hero .section-title {
        font-size: 2rem;
    }
    .category-hero-summary {
        padding: 1rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Human editorial refinement */
.site-header {
    background: #fff;
    box-shadow: none;
}
.navbar {
    min-height: 70px;
}
.btn {
    --bs-btn-border-radius: .5rem;
}
.category-card,
.report-card,
.value-card,
.contact-card,
.stat-box,
.form-card,
.report-sidebar,
.filter-panel,
.legal-content {
    border-radius: .65rem;
    box-shadow: none;
}
.category-card:hover,
.report-card:hover,
.industry-tile:hover {
    transform: none;
    box-shadow: 0 8px 24px rgba(12, 35, 64, .06);
}
.page-hero,
.report-header {
    background: var(--surface-dark);
}
.section-soft,
.featured-section {
    background: #F9FAFB;
}
.site-footer {
    background: var(--surface-dark);
}

.editorial-hero {
    padding: 3.5rem 0;
    background: var(--surface-dark);
}
.editorial-hero .row {
    --bs-gutter-x: clamp(2rem, 5vw, 4.5rem);
    --bs-gutter-y: 2rem;
}
.editorial-hero .hero-kicker {
    margin-bottom: .9rem;
    color: var(--text-on-dark-muted);
}
.editorial-hero .hero-kicker::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--lime);
}
.editorial-hero .home-hero-title {
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.75rem, 4.5vw, 4.65rem);
    line-height: 1.04;
    letter-spacing: -.045em;
}
.editorial-hero .home-hero-copy {
    max-width: 620px;
    margin-top: 1rem;
    color: var(--text-on-dark-secondary);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.65;
}
.editorial-hero .home-search {
    max-width: 650px;
    margin-top: 1.35rem;
    border: 0;
    border-radius: .55rem;
    box-shadow: none;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .7rem 1.25rem;
    margin-top: 1rem;
    font-size: .75rem;
}
.hero-actions a {
    color: #fff;
    font-weight: 700;
}
.hero-actions a:hover {
    color: var(--lime);
}
.hero-actions span {
    color: var(--text-on-dark-muted);
}
.editorial-feature {
    padding: 1.5rem;
    color: var(--text-primary);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: .7rem;
}
.editorial-feature-label {
    margin-bottom: 1.25rem;
    color: var(--text-muted);
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.editorial-feature-category {
    margin-bottom: .55rem;
    color: var(--teal-dark);
    font-size: .73rem;
    font-weight: 700;
}
.editorial-feature h2 {
    margin-bottom: .75rem;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    line-height: 1.3;
}
.editorial-feature p {
    margin-bottom: 1rem;
    color: var(--text-muted);
    font-size: .86rem;
    line-height: 1.65;
}
.editorial-feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem 1rem;
    padding: .85rem 0;
    color: var(--text-muted);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: .72rem;
}
.editorial-feature-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: 1rem;
    color: var(--teal-dark);
    font-size: .8rem;
    font-weight: 700;
}

.research-facts {
    background: #fff;
    border-bottom: 1px solid var(--line);
}
.research-facts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(125px, .7fr)) 2fr;
    min-height: 76px;
}
.research-facts-grid > div {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .8rem 1.15rem;
    border-right: 1px solid var(--line);
}
.research-facts-grid > div:first-child {
    padding-left: 0;
}
.research-facts-grid > div:last-child {
    border-right: 0;
}
.research-facts-grid strong {
    color: var(--text-primary);
    font-size: 1.15rem;
}
.research-facts-grid span {
    color: var(--text-muted);
    font-size: .73rem;
}
.research-facts-note {
    justify-content: flex-end;
    text-align: right;
}

.section-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.75rem;
}
.section-intro > div {
    max-width: 720px;
}
.section-intro .lead-copy {
    max-width: 440px;
    margin-bottom: 0;
    font-size: .95rem;
}
.section-intro .section-title {
    font-size: clamp(1.8rem, 3.2vw, 2.75rem);
}
.sector-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
}
.sector-row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto 18px;
    align-items: center;
    gap: .85rem;
    min-height: 92px;
    padding: .9rem 1rem;
    color: var(--text-primary);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.sector-row:nth-child(even) {
    border-right: 0;
}
.sector-row:hover {
    color: var(--text-primary);
    background: #F9FAFB;
}
.sector-row-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--teal-dark);
    background: #EFF4FF;
    border-radius: .4rem;
}
.sector-row-copy {
    display: grid;
    gap: .2rem;
}
.sector-row-copy strong {
    font-size: .92rem;
}
.sector-row-copy small {
    overflow: hidden;
    color: var(--text-muted);
    font-size: .7rem;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sector-row-count {
    color: var(--text-muted);
    font-size: .68rem;
}
.sector-row-arrow {
    color: var(--teal-dark);
}

.home-page .report-card {
    border: 1px solid var(--line);
    box-shadow: none;
}
.home-page .report-card-top {
    min-height: 120px;
    background: var(--surface-navy);
}
.research-approach {
    background: #fff;
}
.approach-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}
.approach-list li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}
.approach-list li > span {
    color: var(--teal-dark);
    font-size: .75rem;
    font-weight: 700;
}
.approach-list strong {
    display: block;
    margin-bottom: .2rem;
    font-size: .92rem;
}
.approach-list p {
    margin: 0;
    color: var(--text-muted);
    font-size: .8rem;
    line-height: 1.55;
}
.sample-cta {
    padding: 0 0 2.5rem;
    background: #fff;
}
.sample-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.75rem 2rem;
    color: #fff;
    background: var(--teal-dark);
    border-radius: .65rem;
}
.sample-cta .eyebrow {
    margin-bottom: .55rem;
    color: var(--lime);
}
.sample-cta h2 {
    margin-bottom: .35rem;
    color: #fff;
    font-size: clamp(1.55rem, 2.5vw, 2.1rem);
}
.sample-cta p {
    margin: 0;
    color: var(--text-on-dark-secondary);
    font-size: .85rem;
}

@media (max-width: 991.98px) {
    .editorial-hero {
        padding: 2.75rem 0;
    }
    .editorial-feature {
        margin-top: .5rem;
    }
    .research-facts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .research-facts-note {
        display: none !important;
    }
}

/* Report details experience polish */
.report-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 2.4rem 0 2.65rem;
}
.report-detail-hero::after {
    position: absolute;
    top: -140px;
    right: -90px;
    width: 430px;
    height: 430px;
    background: radial-gradient(circle, rgba(46, 144, 250, .16), transparent 68%);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.report-detail-hero .container {
    position: relative;
    z-index: 1;
}
.report-detail-hero .breadcrumb {
    margin-bottom: 1.25rem !important;
}
.report-scope-pill {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    margin-bottom: .75rem;
    padding: .38rem .65rem;
    color: #B2CCFF;
    background: rgba(46, 144, 250, .12);
    border: 1px solid rgba(132, 202, 255, .24);
    border-radius: 999px;
    font-size: .62rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.report-detail-hero h1 {
    max-width: 880px;
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    line-height: 1.08;
}
.report-detail-hero .lead-copy {
    max-width: 810px;
    margin-bottom: 0;
    font-size: clamp(.9rem, 1.35vw, 1.06rem);
    line-height: 1.65;
}
.report-detail-hero .report-hero-meta {
    gap: .5rem .7rem;
    margin-top: 1rem;
}
.report-detail-hero .report-hero-meta span {
    padding: .35rem .52rem;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: .35rem;
    font-size: .66rem;
}
.report-detail-hero .report-facts-panel {
    gap: 0;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .16);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
}
.report-detail-hero .report-facts-panel div {
    min-height: 84px;
    padding: .9rem;
    background: transparent;
}
.report-detail-hero .report-facts-panel div:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .12);
}
.report-detail-hero .report-facts-panel div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.report-detail-hero .report-facts-panel span {
    display: flex;
    align-items: center;
    gap: .32rem;
    color: #B2CCFF;
}
.report-detail-hero .report-facts-panel strong {
    margin-top: .38rem;
    font-size: .8rem;
}
.report-detail-section {
    padding: 2rem 0 2.5rem;
}
.report-detail-section > .container > .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.25rem;
}
.report-content-intro {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: .75rem;
}
.report-content-intro > div > span {
    display: block;
    color: var(--teal-dark);
    font-size: .6rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.report-content-intro h2 {
    margin: .2rem 0 0;
    color: var(--text-primary);
    font-size: 1.2rem;
}
.report-content-intro > p {
    max-width: 360px;
    margin: 0;
    color: var(--text-muted);
    text-align: right;
    font-size: .66rem;
    line-height: 1.45;
}
.report-tabs-shell {
    border-color: #D0D5DD;
    box-shadow: 0 10px 26px rgba(12, 35, 64, .06);
}
.report-tabs {
    gap: .35rem;
    padding: .5rem;
    background: #F2F4F7;
}
.report-tabs .nav-link {
    min-height: 42px;
    color: var(--text-secondary) !important;
    background: #fff;
    border: 1px solid #EAECF0;
}
.report-tabs .nav-link:hover {
    color: var(--teal-dark) !important;
    border-color: #84ADFF;
}
.report-tabs .nav-link.active {
    color: #fff !important;
    background: var(--teal);
    border-color: var(--teal);
    box-shadow: 0 3px 8px rgba(23, 92, 211, .2);
}
.report-tabs .nav-link i {
    font-size: .82rem;
}
.report-tab-content {
    min-height: 360px;
    padding: 1.35rem;
}
.report-side-stack {
    top: 88px;
    gap: .85rem;
}
.report-series-card,
.report-purchase-card {
    border-radius: .65rem;
    box-shadow: 0 10px 26px rgba(12, 35, 64, .07);
}
.report-series-head {
    padding: .9rem 1rem;
    background: linear-gradient(120deg, #0C2340, #173B61);
}
.current-report-edition {
    margin: .65rem .65rem .35rem;
    padding: .7rem;
    background: #EFF4FF;
    border: 1px solid #B2CCFF;
    border-radius: .48rem;
}
.current-report-edition > span,
.edition-switch-label {
    display: block;
    color: var(--teal-dark);
    font-size: .56rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.current-report-edition > div {
    display: grid;
    grid-template-columns: 28px 1fr 16px;
    align-items: center;
    gap: .55rem;
    margin-top: .4rem;
}
.current-report-edition > div > i:first-child {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: var(--teal-dark);
    background: #fff;
    border-radius: .35rem;
}
.current-report-edition > div > span {
    display: grid;
    gap: .08rem;
    min-width: 0;
}
.current-report-edition strong {
    color: var(--text-primary);
    font-size: .7rem;
}
.current-report-edition small {
    overflow: hidden;
    color: var(--text-muted);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .58rem;
}
.current-report-edition > div > i:last-child {
    color: #039855;
    font-size: .78rem;
}
.edition-switch-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .4rem .9rem .2rem;
    color: var(--text-muted);
}
.edition-switch-label span:last-child {
    color: var(--teal-dark);
    font-weight: 700;
    letter-spacing: .03em;
}
.report-series-list {
    padding-top: .15rem;
}
.report-series-list a {
    min-height: 58px;
}
.report-series-list a.global-report-link {
    background: #F9FAFB;
}
.purchase-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
}
.purchase-license {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .42rem;
    color: var(--text-secondary);
    background: #F2F4F7;
    border-radius: .3rem;
    font-size: .58rem;
}
.report-purchase-card .price {
    margin-top: .45rem;
}
.purchase-help-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .35rem;
    margin-top: .8rem;
    color: var(--teal-dark);
    font-size: .64rem;
    font-weight: 700;
}
.purchase-help-link:hover {
    color: var(--teal);
}

@media (max-width: 991.98px) {
    .report-detail-hero {
        padding: 2rem 0 2.2rem;
    }
    .report-detail-hero .report-facts-panel {
        margin-top: .5rem;
    }
}

@media (max-width: 575.98px) {
    .report-detail-hero {
        padding: 1.6rem 0 1.8rem;
    }
    .report-detail-hero h1 {
        font-size: 2rem;
    }
    .report-content-intro {
        align-items: flex-start;
        flex-direction: column;
    }
    .report-content-intro > p {
        text-align: left;
    }
    .report-tabs .nav-link {
        min-height: 40px;
        font-size: .68rem;
    }
    .report-tab-content {
        padding: 1rem;
    }
}

/* Global and country report series */
.report-side-stack {
    position: sticky;
    top: 100px;
    display: grid;
    gap: 1rem;
}
.report-side-stack .report-sidebar {
    position: static;
}
.report-series-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: .65rem;
    box-shadow: 0 8px 24px rgba(12, 35, 64, .05);
}
.report-series-head {
    padding: 1rem;
    background: #0C2340;
}
.report-series-head > span {
    display: block;
    color: #84CAFF;
    font-size: .6rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.report-series-head h2 {
    margin: .25rem 0 .3rem;
    color: #fff;
    font-size: 1rem;
}
.report-series-head p {
    margin: 0;
    color: #D0D5DD;
    font-size: .64rem;
    line-height: 1.5;
}
.report-series-list {
    display: grid;
    align-content: start;
    height: clamp(260px, 36vh, 360px);
    padding: .4rem 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #98A2B3 #F2F4F7;
    box-shadow: inset 0 1px 0 #EAECF0, inset 0 -1px 0 #EAECF0;
}
.report-series-list:focus-visible {
    outline: 2px solid #84CAFF;
    outline-offset: -2px;
}
.report-series-list::-webkit-scrollbar {
    width: 7px;
}
.report-series-list::-webkit-scrollbar-track {
    background: #F2F4F7;
}
.report-series-list::-webkit-scrollbar-thumb {
    background: #98A2B3;
    border: 2px solid #F2F4F7;
    border-radius: 999px;
}
.report-series-list a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 16px;
    align-items: center;
    gap: .5rem;
    min-height: 64px;
    padding: .65rem .7rem;
    color: var(--text-secondary);
    border-left: 3px solid transparent;
}
.report-series-list a + a {
    border-top: 1px solid var(--line);
}
.report-series-list a:hover {
    color: var(--teal-dark);
    background: #F9FAFB;
    border-left-color: var(--teal);
}
.report-series-list a.global-report-link {
    background: #EFF4FF;
    border-left-color: var(--teal);
}
.report-series-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: var(--teal-dark);
    background: #F2F4F7;
    border-radius: .4rem;
}
.global-report-link .report-series-icon {
    background: #fff;
}
.report-series-list a > span:nth-child(2) {
    display: grid;
    gap: .12rem;
    min-width: 0;
}
.report-series-list small {
    color: var(--teal-dark);
    font-size: .57rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.report-series-list strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--text-primary);
    font-size: .68rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.report-series-arrow {
    color: #98A2B3;
    font-size: .72rem;
}

@media (max-width: 991.98px) {
    .report-side-stack {
        position: static;
        margin-top: 1rem;
    }
}

/* International country and phone selector */
.intl-phone-field {
    position: relative;
}
.intl-phone-field > label {
    display: block;
    margin-bottom: .35rem;
    color: var(--text-secondary);
    font-size: .68rem;
    font-weight: 700;
}
.intl-phone-field .iti {
    width: 100%;
}
.intl-phone-input {
    width: 100%;
    min-height: 44px !important;
    font-size: .78rem;
}
.intl-phone-field > small {
    display: flex;
    align-items: center;
    gap: .3rem;
    margin-top: .3rem;
    color: var(--text-muted);
    font-size: .6rem;
}
.intl-phone-field > small i {
    color: var(--teal-dark);
}
.intl-phone-field .iti__selected-country {
    padding: 0 .7rem;
    background: #F9FAFB;
    border-right: 1px solid #EAECF0;
}
.intl-phone-field .iti__selected-country-primary {
    gap: .25rem;
}
.intl-phone-field .iti__dropdown-content {
    width: min(360px, calc(100vw - 2rem));
    max-height: 290px;
    overflow: hidden;
    border: 1px solid #D0D5DD;
    border-radius: .5rem;
    box-shadow: 0 14px 30px rgba(12, 35, 64, .16);
}
.intl-phone-field .iti__search-input-wrapper {
    padding: .45rem;
    background: #fff;
}
.intl-phone-field .iti__search-input {
    height: 38px;
    margin: 0;
    padding: 0 2.15rem;
    color: var(--text-primary);
    background: #F9FAFB;
    border: 1px solid #D0D5DD;
    border-radius: .35rem;
    font-size: .72rem;
    font-weight: 600;
}
.intl-phone-field .iti__search-icon {
    left: 1rem;
}
.intl-phone-field .iti__search-clear {
    right: .7rem;
}
.intl-phone-field .iti__country {
    min-height: 38px;
    padding: .45rem .65rem;
    font-size: .7rem;
}
.intl-phone-field .iti__country:hover,
.intl-phone-field .iti__country.iti__highlight {
    background: #EFF4FF;
}
.intl-phone-field .iti__country-name {
    color: var(--text-secondary);
    font-weight: 600;
}
.intl-phone-field .iti__dial-code {
    color: var(--text-muted);
}
.was-validated .intl-phone-field:has(.intl-phone-input:invalid) .invalid-feedback {
    display: block;
}

/* Report detail and category navigation upgrade */
.report-detail-hero {
    padding: 2.75rem 0;
}
.report-detail-hero .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 1.5rem;
}
.report-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.2rem;
    margin-top: 1.1rem;
    color: var(--text-on-dark-muted);
    font-size: .75rem;
}
.report-hero-meta span {
    display: flex;
    align-items: center;
    gap: .35rem;
}
.report-facts-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: .65rem;
}
.report-facts-panel div {
    padding: .9rem;
    background: rgba(255, 255, 255, .07);
}
.report-facts-panel span {
    display: block;
    color: var(--text-on-dark-muted);
    font-size: .62rem;
}
.report-facts-panel strong {
    display: block;
    margin-top: .25rem;
    color: #fff;
    font-size: .78rem;
}
.report-detail-section,
.category-results-section {
    background: #F9FAFB;
}
.report-tabs-shell {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: .7rem;
}
.report-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: .4rem;
    background: #F2F4F7;
    border-bottom: 1px solid var(--line);
}
.report-tabs .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4rem;
    width: 100%;
    padding: .7rem .55rem;
    color: var(--text-muted) !important;
    border: 0;
    border-radius: .45rem;
    font-size: .75rem;
}
.report-tabs .nav-link::after {
    display: none;
}
.report-tabs .nav-link.active {
    color: var(--teal-dark) !important;
    background: #fff;
    box-shadow: 0 1px 3px rgba(12, 35, 64, .12);
}
.report-tab-content {
    min-height: 390px;
    padding: 1.5rem;
}
.report-tab-content h2 {
    margin-bottom: .8rem;
    font-size: 1.45rem;
}
.report-tab-content p {
    color: var(--text-muted);
    line-height: 1.75;
}
.report-article-content {
    overflow-x: auto;
    color: var(--text-muted);
}
.report-market-visual {
    margin: 1rem 0 1.4rem;
    overflow: hidden;
    border: 1px solid #D0D5DD;
    border-radius: 1.15rem;
    background: #0C2340;
    box-shadow: 0 18px 50px rgba(12, 35, 64, .12);
}
.report-market-visual img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 767.98px) {
    .report-market-visual {
        width: 100%;
        overflow: hidden;
    }
    .report-market-visual img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* Research services, custom research, methodology and FAQ pages. */
.insight-page-hero { padding-top: 2.35rem; padding-bottom: 2.65rem; }
.insight-page-hero .section-title { max-width: 900px; }
.insight-page-hero .lead-copy { max-width: 820px; }
.hero-editorial-note {
    display: grid;
    gap: .45rem;
    padding: .2rem 0 .2rem 1.15rem;
    border-left: 3px solid #53B1FD;
}
.hero-editorial-note span { color: #B2CCFF; font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hero-editorial-note strong { color: #FFFFFF; font-size: 1rem; line-height: 1.45; }
.hero-editorial-note a { color: #84CAFF; font-size: .75rem; font-weight: 700; }
.section-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    align-items: end;
    gap: 2rem;
    margin-bottom: 2rem;
}
.section-heading-row .section-title { margin-bottom: 0; }
.section-heading-row > p { margin: 0; color: var(--text-muted); font-size: .82rem; line-height: 1.7; }
.service-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--editorial-line); }
.service-path-card {
    position: relative;
    display: flex;
    min-height: 430px;
    flex-direction: column;
    padding: 1.45rem;
    background: #FFFFFF;
    border-right: 1px solid var(--editorial-line);
    border-top: 3px solid #98A2B3;
}
.service-path-card:last-child { border-right: 0; }
.service-path-card.featured { background: #F7FAFF; border-top-color: #175CD3; }
.service-path-card > i { margin: 1.8rem 0 1rem; color: #175CD3; font-size: 1.55rem; }
.service-index { color: #667085; font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.service-path-card h3 { font-size: 1.2rem; }
.service-path-card p { color: #475467; font-size: .82rem; line-height: 1.65; }
.service-path-card ul { display: grid; gap: .55rem; margin: .6rem 0 1.4rem; padding: 1rem 0 0; border-top: 1px solid var(--editorial-line); list-style: none; }
.service-path-card li { position: relative; padding-left: 1.1rem; color: #344054; font-size: .75rem; font-weight: 600; }
.service-path-card li::before { position: absolute; left: 0; color: #175CD3; content: "\2022"; }
.service-path-card > a { margin-top: auto; color: #175CD3; font-size: .76rem; font-weight: 700; }
.decision-use-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--editorial-line); border-left: 1px solid var(--editorial-line); }
.decision-use-grid > div { display: grid; grid-template-columns: 38px 1fr; gap: .75rem; padding: 1.15rem; background: #FFFFFF; border-right: 1px solid var(--editorial-line); border-bottom: 1px solid var(--editorial-line); }
.decision-use-grid i { color: #175CD3; font-size: 1.15rem; }
.decision-use-grid span { display: grid; gap: .25rem; }
.decision-use-grid strong { font-size: .82rem; }
.decision-use-grid small { color: #667085; font-size: .7rem; line-height: 1.5; }
.sticky-editorial { position: sticky; top: 105px; }
.custom-scope-list { border-top: 1px solid var(--editorial-line); }
.custom-scope-list article { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--editorial-line); }
.custom-scope-list article > span { color: #175CD3; font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.custom-scope-list h3 { margin: 0 0 .35rem; font-size: 1rem; }
.custom-scope-list p { margin: 0; color: #667085; font-size: .78rem; line-height: 1.65; }
.research-stage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--editorial-line); }
.research-stage-grid article { min-height: 205px; padding: 1.2rem; background: #FFFFFF; border-right: 1px solid var(--editorial-line); }
.research-stage-grid article:last-child { border-right: 0; }
.research-stage-grid b { color: #175CD3; font-size: .72rem; letter-spacing: .08em; }
.research-stage-grid h3 { margin: 2rem 0 .5rem; font-size: 1rem; }
.research-stage-grid p { margin: 0; color: #667085; font-size: .74rem; line-height: 1.6; }
.deliverable-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; padding: 1.5rem; background: #0C2F50; border-left: 4px solid #53B1FD; color: #FFFFFF; }
.deliverable-panel h2 { margin: .5rem 0 0; color: #FFFFFF; font-size: 1.4rem; }
.deliverable-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: .65rem; }
.deliverable-list span { display: flex; align-items: center; gap: .55rem; padding: .65rem; color: #E6F2FC; border-bottom: 1px solid rgba(255,255,255,.16); font-size: .74rem; font-weight: 600; }
.deliverable-list i { color: #84CAFF; }
.method-principle { display: flex; align-items: center; gap: .85rem; padding: .85rem 0 .85rem 1rem; border-left: 3px solid #53B1FD; }
.method-principle > i { color: #84CAFF; font-size: 1.35rem; }
.method-principle span { display: grid; gap: .2rem; }
.method-principle small { color: #B2CCFF; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.method-principle strong { color: #FFFFFF; font-size: .85rem; line-height: 1.45; }
.method-stage-list { margin: 0; padding: 0; border-top: 1px solid var(--editorial-line); list-style: none; }
.method-stage-list li { display: grid; grid-template-columns: 55px minmax(0, 1fr) 50px; align-items: center; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--editorial-line); }
.method-stage-list li > span { color: #175CD3; font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.method-stage-list h3 { margin: 0 0 .3rem; font-size: 1rem; }
.method-stage-list p { margin: 0; color: #667085; font-size: .76rem; line-height: 1.6; }
.method-stage-list li > i { color: #98A2B3; font-size: 1.2rem; text-align: center; }
.evidence-matrix { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--editorial-line); border-left: 1px solid var(--editorial-line); }
.evidence-matrix div { display: grid; gap: .3rem; padding: 1rem; background: #FFFFFF; border-right: 1px solid var(--editorial-line); border-bottom: 1px solid var(--editorial-line); }
.evidence-matrix strong { font-size: .8rem; }
.evidence-matrix span { color: #667085; font-size: .7rem; line-height: 1.5; }
.quality-note { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1.2rem; border: 1px solid var(--editorial-line); border-left: 4px solid #175CD3; }
.quality-note > i { color: #175CD3; font-size: 1.35rem; }
.quality-note h2 { margin: 0 0 .25rem; font-size: 1rem; }
.quality-note p { margin: 0; color: #667085; font-size: .74rem; line-height: 1.55; }
.faq-accordion { border-top: 1px solid var(--editorial-line); }
.faq-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--editorial-line); border-radius: 0; }
.faq-accordion .accordion-button { gap: 1rem; padding: 1.05rem .25rem; color: #0C2340; background: #FFFFFF; box-shadow: none; font-size: .86rem; font-weight: 700; }
.faq-accordion .accordion-button:not(.collapsed) { color: #175CD3; }
.faq-accordion .accordion-button > span { color: #98A2B3; font-size: .65rem; letter-spacing: .08em; }
.faq-accordion .accordion-body { padding: .2rem 3.2rem 1.15rem; color: #667085; font-size: .78rem; font-weight: 600; line-height: 1.7; }

@media (max-width: 991.98px) {
    .section-heading-row { grid-template-columns: 1fr; gap: .75rem; }
    .service-path-grid { grid-template-columns: 1fr; }
    .service-path-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--editorial-line); }
    .service-path-card:last-child { border-bottom: 0; }
    .research-stage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .research-stage-grid article:nth-child(2) { border-right: 0; }
    .research-stage-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--editorial-line); }
    .sticky-editorial { position: static; }
    .deliverable-panel { grid-template-columns: 1fr; }
    .quality-note { grid-template-columns: 42px minmax(0, 1fr); }
    .quality-note .btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 575.98px) {
    .decision-use-grid,
    .research-stage-grid,
    .deliverable-list,
    .evidence-matrix { grid-template-columns: 1fr; }
    .research-stage-grid article { border-right: 0; border-bottom: 1px solid var(--editorial-line); }
    .research-stage-grid article:last-child { border-bottom: 0; }
    .method-stage-list li { grid-template-columns: 40px 1fr; align-items: start; }
    .method-stage-list li > i { display: none; }
    .quality-note { grid-template-columns: 1fr; }
    .quality-note .btn { grid-column: auto; }
    .faq-accordion .accordion-body { padding-left: .25rem; }
}

/* Compact home hero research desk */
.home-page .decision-panel.decision-panel-compact {
    max-width: 390px;
    margin-left: auto;
    padding: 1.25rem;
    color: #0C2340;
    background: rgba(255,255,255,.98);
    border: 1px solid #D7E3F4;
    border-radius: .9rem;
    box-shadow: 0 18px 46px rgba(12, 35, 64, .15);
}
.home-page .decision-panel.decision-panel-compact::before {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #175CD3, #53B1FD);
}
.home-page .decision-panel.decision-panel-compact::after {
    top: -92px;
    right: -92px;
    width: 175px;
    height: 175px;
    border-width: 30px;
    opacity: .7;
}
.compact-panel-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1rem;
}
.compact-panel-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #175CD3;
    border-radius: .65rem;
    box-shadow: 0 8px 20px rgba(23, 92, 211, .22);
}
.compact-panel-head > span:last-child { display: grid; gap: .05rem; }
.compact-panel-head small {
    color: #667085;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.compact-panel-head strong { font-size: .8rem; }
.home-page .decision-panel.decision-panel-compact h3 {
    max-width: 310px;
    margin-bottom: .55rem;
    font-size: 1.35rem;
    line-height: 1.25;
}
.home-page .decision-panel.decision-panel-compact > p {
    margin-bottom: .8rem;
    font-size: .75rem;
    line-height: 1.55;
}
.compact-panel-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
    margin-bottom: .85rem;
}
.compact-panel-options span {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: .48rem .5rem;
    color: #344054;
    background: #F7F9FC;
    border: 1px solid #E4E7EC;
    border-radius: .5rem;
    font-size: .65rem;
    font-weight: 700;
}
.compact-panel-options i { color: #175CD3; font-size: .78rem; }
.home-page .decision-panel.decision-panel-compact > .btn {
    padding: .62rem .85rem;
    font-size: .75rem;
}
.compact-panel-email {
    display: block;
    margin-top: .65rem;
    color: #475467;
    font-size: .65rem;
    font-weight: 600;
    text-align: center;
}
.compact-panel-email:hover { color: #175CD3; }

@media (max-width: 991.98px) {
    .home-page .decision-panel.decision-panel-compact {
        max-width: 560px;
        margin: .75rem auto 0;
    }
}
@media (max-width: 575.98px) {
    .home-page .decision-panel.decision-panel-compact { padding: 1.05rem; }
    .compact-panel-options { grid-template-columns: 1fr 1fr; }
}
.report-article-content h2,
.report-article-content h3,
.report-article-content h4 {
    color: var(--text-primary);
    font-weight: 700;
    line-height: 1.3;
}
.report-article-content h2 { margin: 1.6rem 0 .65rem; font-size: 1.35rem; }
.report-article-content h3 { margin: 1.25rem 0 .55rem; font-size: 1.08rem; }
.report-article-content h4 { margin: 1rem 0 .45rem; font-size: .96rem; }
.report-article-content > :first-child { margin-top: 0; }
.report-article-content p { margin: 0 0 .85rem; }
.report-article-content p,
.report-article-content li,
.report-article-content td { font-weight: 400; }
.report-article-content ul,
.report-article-content ol { margin: 0 0 1rem; padding-left: 1.35rem; }
.report-article-content li { margin-bottom: .38rem; line-height: 1.65; }
.report-article-content table {
    width: 100%;
    min-width: 560px;
    margin: .8rem 0 1.2rem;
    border-collapse: collapse;
    border: 1px solid #D0D5DD;
    color: var(--text-primary);
    background: #FFFFFF;
    font-size: .84rem;
}
.report-article-content th,
.report-article-content td {
    padding: .75rem .8rem;
    border: 1px solid #D0D5DD;
    text-align: left;
    vertical-align: top;
}
.report-article-content th {
    color: #0C2340;
    background: #EFF8FF;
    font-weight: 600;
}
.report-article-content tbody tr:nth-child(even) td { background: #F9FAFB; }
.report-article-content tbody tr:hover td { background: #F2F4F7; }
.report-article-content blockquote { margin: 1rem 0; padding: .8rem 1rem; border-left: 3px solid var(--teal); background: var(--surface-soft); }
.report-company-profiles {
    margin: 1.6rem 0;
    padding: 1.25rem;
    border: 1px solid #D8E3F0;
    border-radius: 1rem;
    background: linear-gradient(180deg, #F8FBFF 0, #FFFFFF 12rem);
    box-shadow: 0 12px 32px rgba(12, 35, 64, .07);
}
.report-company-profiles > h2:first-child { margin-top: 0; color: #0C2340; }
.report-company-profiles > ul:first-of-type {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    margin: 1rem 0 1.25rem;
    padding: 0;
    list-style: none;
}
.report-company-profiles > ul:first-of-type > li {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: .72rem .8rem .72rem 2.15rem;
    border: 1px solid #DCE6F2;
    border-radius: .7rem;
    color: #16345C;
    background: #FFFFFF;
    line-height: 1.4;
}
.report-company-profiles > ul:first-of-type > li::before {
    content: '';
    position: absolute;
    top: .92rem;
    left: .85rem;
    width: .62rem;
    height: .62rem;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background: #155EEF;
    box-shadow: 0 0 0 2px #B9D0FF;
}
.report-company-profiles > ul:first-of-type strong { color: #0C2340; font-weight: 700; }
.report-company-profiles > h3 {
    margin: 1rem 0 .35rem;
    padding-top: .9rem;
    border-top: 1px solid #E3EAF3;
    color: #0C4A8A;
}
.report-company-profiles > h3 + p { margin-bottom: .45rem; color: #475467; }
@media (max-width: 575.98px) {
    .report-company-profiles { padding: 1rem; }
    .report-company-profiles > ul:first-of-type { grid-template-columns: 1fr; }
}
.tab-eyebrow,
.purchase-label {
    display: block;
    color: var(--teal-dark);
    font-size: .65rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
}
.tab-eyebrow {
    margin-bottom: .45rem;
}
.methodology-note i {
    color: var(--teal-dark);
}
.methodology-note p {
    margin: 0;
}
.report-toc-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.report-toc-list li {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: .65rem;
    padding: .8rem 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--line);
    font-size: .82rem;
}
.report-toc-list li span {
    color: var(--teal-dark);
    font-size: .7rem;
}
.methodology-note {
    display: flex;
    gap: .75rem;
    margin-top: 1.2rem;
    padding: 1rem;
    background: #EFF4FF;
    border-left: 3px solid var(--teal);
    border-radius: 0 .5rem .5rem 0;
}
.methodology-note p {
    font-size: .8rem;
}
.report-detail-section .report-sidebar {
    position: sticky;
    top: 100px;
    margin-top: 0;
}

.report-authors-section {
    background: #FFFFFF;
    border-top: 1px solid var(--line);
}
.report-authors-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    align-items: end;
    gap: 2rem;
    margin-bottom: 1.65rem;
}
.report-authors-heading h2 {
    max-width: 680px;
    margin: .45rem 0 0;
    color: var(--text-primary);
    font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}
.report-authors-heading > p {
    margin: 0;
    color: var(--text-muted);
    font-size: .82rem;
    line-height: 1.7;
}
.report-author-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.report-author-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 1.15rem;
    overflow: hidden;
    border: 1px solid #D8E0EA;
    border-radius: .8rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    box-shadow: 0 10px 28px rgba(12, 35, 64, .06);
}
.report-author-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--teal), #175CD3);
}
.report-author-profile {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: .75rem;
}
.report-author-avatar {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    background: linear-gradient(145deg, #175CD3, #0B4B6F);
    box-shadow: 0 0 0 1px #C9D8EA;
    font-size: .92rem;
    font-weight: 700;
}
.report-author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.report-author-profile h3 { margin: 0 0 .2rem; color: var(--text-primary); font-size: .92rem; font-weight: 700; }
.report-author-profile > div > span { display: block; color: var(--teal-dark); font-size: .65rem; font-weight: 600; line-height: 1.4; }
.report-author-card > p { margin: .9rem 0; color: var(--text-muted); font-size: .72rem; font-weight: 400; line-height: 1.65; }
.report-author-expertise { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: auto; }
.report-author-expertise span { padding: .3rem .48rem; border: 1px solid #D6E4F4; border-radius: 999px; color: #31506F; background: #F0F6FD; font-size: .56rem; font-weight: 600; line-height: 1.25; }
.report-author-links { display: flex; gap: .4rem; padding-top: .85rem; }
.report-author-links a { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #D6E0EB; border-radius: .4rem; color: var(--teal-dark); background: #FFFFFF; }
.report-author-links a:hover { color: #FFFFFF; background: var(--teal-dark); }

@media (max-width: 1199.98px) {
    .report-author-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .report-authors-heading { grid-template-columns: 1fr; gap: .75rem; }
    .report-author-grid { grid-template-columns: 1fr; }
}
.report-purchase-card {
    padding: 1.35rem;
    border-top: 3px solid var(--teal);
}
.report-purchase-card .price {
    margin: .25rem 0 0;
}
.purchase-note {
    padding-bottom: 1rem;
    color: var(--text-muted);
    border-bottom: 1px solid var(--line);
    font-size: .7rem;
}
.report-purchase-card .feature-list {
    margin-top: 1rem;
}
.purchase-trust {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .55rem;
    margin-top: 1rem;
    padding-top: 1rem;
    color: var(--text-secondary);
    border-top: 1px solid var(--line);
    font-size: .72rem;
}
.purchase-trust i {
    color: #039855;
}
.purchase-trust span {
    display: grid;
}
.purchase-trust small {
    color: var(--text-muted);
    font-size: .62rem;
}
.research-filter-sidebar {
    position: sticky;
    top: 92px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: .7rem;
}
.filter-sidebar-head {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    background: #0C2340;
}
.filter-sidebar-head span {
    color: #D0D5DD;
    font-size: .6rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.filter-sidebar-head h2 {
    margin: .2rem 0 0;
    color: #fff;
    font-size: 1rem;
}
.category-filter-group {
    padding: .9rem 0;
}
.category-filter-title {
    display: block;
    padding: 0 1rem .55rem;
    color: var(--text-muted);
    font-size: .62rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.category-filter-list {
    display: grid;
}
.category-filter-list a {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: .65rem;
    min-height: 43px;
    padding: .4rem 1rem;
    color: var(--text-secondary);
    border-left: 3px solid transparent;
    font-size: .84rem;
}
.category-filter-list a:hover {
    background: #F9FAFB;
}
.category-filter-list a.active {
    color: var(--teal-dark);
    background: #EFF4FF;
    border-left-color: var(--teal);
}
.category-filter-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    background: #F2F4F7;
    border-radius: .35rem;
}
.category-filter-list a.active .category-filter-icon {
    background: #fff;
}
.sidebar-help-card {
    display: flex;
    gap: .7rem;
    margin: .75rem;
    padding: .85rem;
    background: #F9FAFB;
    border: 1px solid var(--line);
    border-radius: .5rem;
}
.sidebar-help-card > i {
    color: var(--teal-dark);
}
.sidebar-help-card strong {
    font-size: .75rem;
}
.sidebar-help-card p {
    margin: .15rem 0 .35rem;
    color: var(--text-muted);
    font-size: .65rem;
    line-height: 1.45;
}
.sidebar-help-card a {
    font-size: .67rem;
    font-weight: 700;
}
.results-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: .85rem 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: .6rem;
}
.results-toolbar-search-only {
    justify-content: flex-end;
}
.live-results-search {
    display: flex;
    align-items: center;
    gap: .5rem;
    width: min(100%, 290px);
    height: 40px;
    padding: 0 .7rem;
    background: #F9FAFB;
    border: 1px solid #D0D5DD;
    border-radius: .4rem;
}
.live-results-search i {
    color: var(--text-muted);
}
.live-results-search input {
    min-width: 0;
    width: 100%;
    color: var(--text-primary);
    background: transparent;
    border: 0;
    outline: 0;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .report-facts-panel {
        margin-top: 1rem;
    }
    .report-detail-section .report-sidebar,
    .research-filter-sidebar {
        position: static;
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .report-tabs {
        grid-template-columns: repeat(3, 1fr);
    }
    .report-tab-content {
        min-height: 0;
        padding: 1.1rem;
    }
    .results-toolbar {
        align-items: stretch;
        flex-direction: column;
    }
    .live-results-search {
        width: 100%;
    }
}

/* Home section upgrades */
.decision-panel {
    position: relative;
    overflow: hidden;
    padding: 1.45rem;
    color: var(--text-primary);
    background: #fff;
    border-radius: .7rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
}
.decision-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--teal);
}
.decision-panel-label {
    display: inline-block;
    margin-bottom: .65rem;
    color: var(--teal-dark);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.decision-panel h2 {
    max-width: 390px;
    margin-bottom: .65rem;
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    line-height: 1.22;
}
.decision-panel > p {
    margin-bottom: 1rem;
    color: var(--text-muted);
    font-size: .82rem;
    line-height: 1.6;
}
.decision-services {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}
.decision-services li {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: .75rem;
    padding: .75rem 0;
    border-bottom: 1px solid var(--line);
}
.decision-services i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--teal-dark);
    background: #EFF4FF;
    border-radius: .4rem;
}
.decision-services li > span {
    display: grid;
    gap: .1rem;
}
.decision-services strong {
    font-size: .79rem;
}
.decision-services small {
    color: var(--text-muted);
    font-size: .66rem;
}
.decision-panel-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}
.decision-panel-actions .btn {
    padding: .6rem 1rem;
    font-size: .78rem;
}
.decision-panel-actions > a:not(.btn) {
    color: var(--teal-dark);
    font-size: .73rem;
    font-weight: 700;
}

.coverage-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.coverage-card {
    --coverage-accent: #175CD3;
    display: flex;
    min-height: 205px;
    flex-direction: column;
    padding: 1.2rem;
    color: var(--text-primary);
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--coverage-accent);
    border-radius: .65rem;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.coverage-card:nth-child(2) { --coverage-accent: #D92D20; }
.coverage-card:nth-child(3) { --coverage-accent: #039855; }
.coverage-card:nth-child(4) { --coverage-accent: #7F56D9; }
.coverage-card:nth-child(5) { --coverage-accent: #475467; }
.coverage-card:nth-child(6) { --coverage-accent: #0E7490; }
.coverage-card:hover {
    color: var(--text-primary);
    border-right-color: #D0D5DD;
    border-bottom-color: #D0D5DD;
    border-left-color: #D0D5DD;
    box-shadow: 0 10px 24px rgba(12, 35, 64, .07);
    transform: translateY(-2px);
}
.coverage-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.coverage-card-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: var(--coverage-accent);
    background: #F2F4F7;
    border-radius: .45rem;
    font-size: 1.05rem;
}
.coverage-card-count {
    color: var(--text-muted);
    font-size: .67rem;
}
.coverage-card-body {
    display: grid;
    gap: .35rem;
    margin-top: 1.1rem;
}
.coverage-card-body strong {
    font-size: 1rem;
}
.coverage-card-body small {
    color: var(--text-muted);
    font-size: .74rem;
    line-height: 1.5;
}
.coverage-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: .8rem;
    color: var(--teal-dark);
    border-top: 1px solid var(--line);
    font-size: .72rem;
    font-weight: 700;
}
.coverage-card:hover .coverage-card-link i {
    transform: translateX(3px);
}
.coverage-card-link i {
    transition: transform .2s ease;
}

.research-approach {
    background: #F9FAFB;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.process-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}
.process-card {
    position: relative;
    min-height: 165px;
    padding: 1.15rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: .65rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.process-card:hover {
    border-color: #B2CCFF;
    box-shadow: 0 8px 20px rgba(12, 35, 64, .06);
}
.process-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #98A2B3;
    font-size: .68rem;
    font-weight: 700;
}
.process-card > i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: .85rem;
    color: var(--teal-dark);
    background: #EFF4FF;
    border-radius: .45rem;
}
.process-card h3 {
    margin-bottom: .35rem;
    font-size: .92rem;
}
.process-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: .75rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .coverage-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .decision-panel {
        margin-top: .5rem;
    }
}

@media (max-width: 575.98px) {
    .decision-panel {
        padding: 1.15rem;
    }
    .decision-panel-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: .65rem;
    }
    .coverage-card-grid,
    .process-card-grid {
        grid-template-columns: 1fr;
    }
    .coverage-card {
        min-height: 190px;
    }
    .process-card {
        min-height: 145px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .coverage-card:hover {
        transform: none;
    }
}

/* Floating form labels */
.form-floating > .form-control,
.form-floating > .form-select {
    height: 56px;
    min-height: 56px;
    padding: 1.45rem .9rem .45rem;
}
.form-floating > label {
    height: auto;
    padding: .9rem;
    color: var(--text-muted);
    font-size: .86rem;
    font-weight: 600;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    color: var(--teal-dark);
    opacity: 1;
}
.form-floating > textarea.form-control {
    min-height: 118px;
    padding-top: 1.65rem;
    resize: vertical;
}
.form-floating > #message {
    height: 145px;
}
.form-floating > #requirements {
    height: 125px;
}
.form-floating > .form-control.is-invalid ~ label,
.was-validated .form-floating > .form-control:invalid ~ label {
    color: #B42318;
}
.form-floating .invalid-feedback {
    margin-top: .35rem;
}

@media (max-width: 767.98px) {
    .section-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
        margin-bottom: 1.35rem;
    }
    .sector-list {
        grid-template-columns: 1fr;
    }
    .sector-row,
    .sector-row:nth-child(even) {
        border-right: 0;
    }
    .sample-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.4rem;
    }
}

@media (max-width: 575.98px) {
    .editorial-hero {
        padding: 2.25rem 0;
    }
    .editorial-hero .home-hero-title {
        font-size: clamp(2.25rem, 11vw, 3rem);
    }
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }
    .editorial-feature {
        padding: 1.15rem;
    }
    .research-facts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .research-facts-grid > div {
        align-items: flex-start;
        flex-direction: column;
        gap: .15rem;
        padding: .75rem .5rem;
        text-align: center;
    }
    .research-facts-grid > div:first-child {
        padding-left: .5rem;
    }
    .research-facts-grid strong {
        width: 100%;
    }
    .sector-row {
        grid-template-columns: 34px minmax(0, 1fr) 18px;
        min-height: 78px;
        padding: .75rem .25rem;
    }
    .sector-row-count {
        display: none;
    }
    .sector-row-copy small {
        white-space: normal;
    }
    .sample-cta {
        padding-bottom: 2rem;
    }
}

/* Final UI polish */
.navbar-brand .brand-mark {
    background: #EFF8FF;
    border: 1px solid #B2DDFF;
}
.nav-link {
    position: relative;
}
.nav-link::after {
    content: "";
    position: absolute;
    right: .8rem;
    bottom: .3rem;
    left: .8rem;
    height: 2px;
    background: var(--teal);
    border-radius: 2px;
    opacity: 0;
    transform: scaleX(.35);
    transition: opacity .2s ease, transform .2s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}
.btn-primary {
    box-shadow: 0 2px 5px rgba(23, 92, 211, .2);
}
.btn-primary:hover {
    box-shadow: 0 5px 14px rgba(23, 92, 211, .22);
    transform: translateY(-1px);
}
.btn-outline-dark:hover,
.btn-light:hover {
    transform: translateY(-1px);
}
.page-hero,
.report-header {
    background: linear-gradient(112deg, #0C2340 0%, #173B61 100%);
    border-bottom: 3px solid var(--teal);
}
.page-hero .eyebrow,
.report-header .eyebrow {
    color: var(--lime);
}
.form-card,
.report-sidebar,
.filter-panel,
.legal-content {
    border-color: #D0D5DD;
    box-shadow: 0 8px 24px rgba(12, 35, 64, .05);
}
.form-control,
.form-select {
    background-color: #fff;
    border-color: #D0D5DD;
}
.form-control:hover,
.form-select:hover {
    border-color: #98A2B3;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(23, 92, 211, .12);
}

.report-card {
    --category-accent: #175CD3;
    position: relative;
    border-top: 3px solid var(--category-accent);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.report-card[data-category="technology"] { --category-accent: #175CD3; }
.report-card[data-category="healthcare"] { --category-accent: #D92D20; }
.report-card[data-category="energy"] { --category-accent: #039855; }
.report-card[data-category="consumer"] { --category-accent: #7F56D9; }
.report-card[data-category="industrial"] { --category-accent: #475467; }
.report-card[data-category="financial-services"] { --category-accent: #0E7490; }
.report-card-top {
    background: linear-gradient(135deg, #173B61, #344054);
}
.report-card-top::after {
    display: none;
}
.report-card .report-sector {
    color: #F9FAFB;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .12);
}
.report-card:hover {
    border-right-color: #D0D5DD;
    border-bottom-color: #D0D5DD;
    border-left-color: #D0D5DD;
    box-shadow: 0 10px 26px rgba(12, 35, 64, .08);
    transform: translateY(-2px);
}
.report-card .text-link {
    color: var(--teal-dark);
}

.editorial-feature {
    position: relative;
    overflow: hidden;
    border: 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
}
.editorial-feature::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--teal);
}
.research-facts-grid strong {
    color: var(--teal-dark);
}
.sector-row {
    position: relative;
}
.sector-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: var(--teal);
    opacity: 0;
    transition: opacity .2s ease;
}
.sector-row:hover {
    background: #F5F8FF;
}
.sector-row:hover::before {
    opacity: 1;
}
.sector-row:hover .sector-row-arrow {
    transform: translateX(3px);
}
.sector-row-arrow {
    transition: transform .2s ease;
}
.approach-list li {
    transition: background-color .2s ease;
}
.approach-list li:hover {
    background: #F9FAFB;
}
.approach-list li > span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--teal-dark);
    background: #EFF4FF;
    border-radius: 50%;
}
.sample-cta-inner {
    background: linear-gradient(110deg, #1849A9, #175CD3);
    box-shadow: 0 10px 24px rgba(23, 92, 211, .18);
}
.site-footer {
    border-top: 3px solid var(--teal);
}

@media (max-width: 991.98px) {
    .nav-link::after {
        display: none;
    }
}

@media (max-width: 575.98px) {
    body .row.row,
    body .container > .row.row {
        --bs-gutter-x: 1.35rem;
    }
    .site-footer .row {
        --bs-gutter-y: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn-primary:hover,
    .btn-outline-dark:hover,
    .btn-light:hover,
    .report-card:hover {
        transform: none;
    }
}

.report-series-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .55rem;
    min-width: 0;
}
.report-series-meta em {
    flex: 0 0 auto;
    min-width: 34px;
    padding: .16rem .32rem;
    color: var(--brand-blue-dark);
    background: var(--brand-blue-soft);
    border: 1px solid #C9DAFF;
    border-radius: .35rem;
    font-size: .62rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .08em;
    line-height: 1.2;
    text-align: center;
}

/* Licensing and checkout */
.commerce-page {
    background: #F8FAFC;
}
.commerce-hero {
    position: relative;
    overflow: hidden;
    padding: 2rem 0 2.35rem;
    color: #F8FAFC;
    background: linear-gradient(118deg, #0B1F38 0%, #123A66 62%, #175CD3 135%);
    border-bottom: 3px solid #2E90FA;
}
.commerce-hero::after {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 330px;
    height: 330px;
    background: radial-gradient(circle, rgba(132, 202, 255, .2), transparent 68%);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.commerce-hero .container { position: relative; z-index: 1; }
.commerce-hero .breadcrumb { margin-bottom: 1.25rem; }
.commerce-hero .breadcrumb-item,
.commerce-hero .breadcrumb-item.active,
.commerce-hero .breadcrumb-item::before { color: #D0D5DD; }
.commerce-hero .breadcrumb a { color: #F2F4F7; }
.commerce-eyebrow {
    display: block;
    margin-bottom: .5rem;
    color: #84CAFF;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.commerce-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.12;
}
.commerce-hero > .container > p {
    max-width: 760px;
    margin: 1rem 0 0;
    color: #D0D5DD;
    font-weight: 600;
}
.compact-commerce-hero { padding-bottom: 2rem; }
.compact-commerce-hero h1 { font-size: clamp(1.9rem, 3vw, 2.65rem); }
.license-commerce-hero { padding: 1rem 0 1.55rem; }
.license-commerce-hero::after { display: none; }
.license-commerce-hero .breadcrumb { margin-bottom: .8rem; }
.license-commerce-hero .commerce-stepper { margin-bottom: 1rem; }
.license-commerce-hero h1 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.license-commerce-hero > .container > p { margin-top: .45rem; font-size: .9rem; line-height: 1.55; }
.commerce-stepper {
    display: flex;
    align-items: center;
    width: min(650px, 100%);
    margin: 0 0 1.65rem;
}
.commerce-stepper > i {
    flex: 1;
    height: 1px;
    margin: 0 .7rem;
    background: rgba(255, 255, 255, .25);
}
.commerce-stepper > span {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: #98A2B3;
    font-size: .78rem;
    font-weight: 700;
    white-space: nowrap;
}
.commerce-stepper b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #D0D5DD;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}
.commerce-stepper .active { color: #fff; }
.commerce-stepper .active b { color: #0C2340; background: #84CAFF; border-color: #84CAFF; }
.commerce-stepper .complete { color: #D0D5DD; }
.commerce-stepper .complete b { color: #fff; background: #175CD3; border-color: #53B1FD; }
.commerce-section { padding-top: 2rem; }
.commerce-report-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.4rem;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: .9rem;
    box-shadow: 0 8px 22px rgba(12, 35, 64, .04);
}
.license-page .commerce-report-strip { margin-bottom: 1.25rem; padding: 1rem 1.2rem; }
.commerce-report-strip > div > span,
.summary-label {
    color: #667085;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.commerce-report-strip h2 {
    max-width: 750px;
    margin: .28rem 0 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.45;
}
.commerce-report-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem 1rem; }
.commerce-report-meta span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #475467;
    font-size: .78rem;
    font-weight: 600;
    white-space: nowrap;
}
.license-grid { align-items: stretch; }
.license-grid > div { display: flex; }
.license-card {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.55rem;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: 1rem;
    box-shadow: 0 9px 26px rgba(12, 35, 64, .05);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.license-card:hover { border-color: #98A2B3; box-shadow: 0 14px 34px rgba(12, 35, 64, .09); transform: translateY(-2px); }
.license-card.recommended {
    border: 2px solid #175CD3;
    box-shadow: 0 15px 38px rgba(23, 92, 211, .12);
}
.license-badge {
    position: absolute;
    top: 0;
    right: 1.15rem;
    padding: .32rem .7rem;
    color: #fff;
    background: #175CD3;
    border-radius: 0 0 .5rem .5rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.license-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    color: #175CD3;
    background: #EFF8FF;
    border: 1px solid #B2DDFF;
    border-radius: .75rem;
    font-size: 1.25rem;
}
.license-card-top { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-bottom: 1rem; padding-right: .15rem; }
.license-card.recommended .license-card-top { padding-top: .75rem; }
.license-access-label { padding: .3rem .55rem; color: #344054; background: #F2F4F7; border-radius: 999px; font-size: .67rem; font-weight: 700; white-space: nowrap; }
.license-card.recommended .license-access-label { color: #175CD3; background: #EFF8FF; }
.license-card h2 { margin: 0 0 .45rem; font-size: 1.18rem; font-weight: 700; }
.license-card > p { min-height: 72px; color: #475467; font-size: .88rem; font-weight: 600; line-height: 1.55; }
.license-price { display: flex; align-items: baseline; gap: .3rem; margin: .7rem 0 1rem; }
.license-price small { color: #667085; font-size: .68rem; font-weight: 700; }
.license-price strong { color: #0C2340; font-size: 2rem; font-weight: 700; letter-spacing: -.04em; }
.license-price span { color: #667085; font-size: .72rem; font-weight: 600; }
.license-card ul { display: grid; gap: .7rem; margin: 0 0 1.4rem; padding: 1rem 0 0; border-top: 1px solid #EAECF0; list-style: none; }
.license-card li { display: flex; gap: .55rem; color: #344054; font-size: .84rem; font-weight: 600; }
.license-card li i { color: #039855; font-size: 1rem; }
.license-card .btn { margin-top: auto; }
.license-help-bar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1.25rem; padding: .9rem 1rem; color: #344054; background: #fff; border: 1px solid #D8E1EA; border-radius: .75rem; font-size: .75rem; font-weight: 600; }
.license-help-bar span { display: flex; align-items: center; gap: .5rem; }
.license-help-bar span i { color: #039855; font-size: 1rem; }
.license-help-bar a { flex: 0 0 auto; font-weight: 700; }
.checkout-form-card,
.checkout-summary-card {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: 1rem;
    box-shadow: 0 9px 28px rgba(12, 35, 64, .05);
}
.checkout-card-heading { display: flex; align-items: flex-start; gap: .85rem; margin-bottom: 1.35rem; padding-bottom: 1rem; border-bottom: 1px solid #EAECF0; }
.checkout-card-heading > span { display: grid; flex: 0 0 auto; place-items: center; width: 30px; height: 30px; color: #fff; background: #175CD3; border-radius: 50%; font-size: .78rem; font-weight: 700; }
.checkout-card-heading h2 { margin: 0; font-size: 1.08rem; font-weight: 700; }
.checkout-card-heading p { margin: .16rem 0 0; color: #667085; font-size: .78rem; font-weight: 600; }
.checkout-form-card .form-label { margin-bottom: .35rem; color: #344054; font-size: .78rem; font-weight: 700; }
.checkout-form-card .form-control,
.checkout-form-card .form-select { min-height: 48px; font-size: .88rem; font-weight: 600; }
.checkout-summary-card { position: sticky; top: 110px; }
.checkout-summary-card h2 { margin: .45rem 0 .8rem; font-size: 1rem; font-weight: 700; line-height: 1.5; }
.summary-report-facts { display: flex; flex-wrap: wrap; gap: .4rem; padding-bottom: 1rem; border-bottom: 1px solid #EAECF0; }
.summary-report-facts span { padding: .2rem .45rem; color: #475467; background: #F2F4F7; border-radius: .35rem; font-size: .65rem; font-weight: 700; }
.summary-license { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin: 1rem 0; padding: .8rem; background: #F5F8FF; border: 1px solid #D1E0FF; border-radius: .65rem; }
.summary-license span { display: flex; align-items: center; gap: .55rem; }
.summary-license i { color: #175CD3; }
.summary-license b,
.summary-license a { font-size: .76rem; font-weight: 700; }
.summary-line { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; color: #475467; font-size: .76rem; font-weight: 600; }
.summary-line strong { color: #344054; text-align: right; }
.summary-total { display: flex; align-items: flex-end; justify-content: space-between; margin: .8rem 0 1rem; padding: 1rem 0; border-top: 1px solid #D0D5DD; border-bottom: 1px solid #D0D5DD; font-weight: 700; }
.summary-total strong { font-size: 1.65rem; letter-spacing: -.04em; }
.summary-total small { margin-right: .3rem; color: #667085; font-size: .65rem; letter-spacing: 0; }
.checkout-consent { display: flex; align-items: flex-start; gap: .65rem; color: #475467; font-size: .72rem; font-weight: 600; line-height: 1.5; }
.checkout-consent input { flex: 0 0 auto; margin-top: .28rem; }
.checkout-consent input.is-invalid { outline: 2px solid rgba(220, 53, 69, .22); outline-offset: 2px; }
.checkout-consent-feedback { margin-top: .45rem; font-size: .72rem; font-weight: 700; }
.summary-security { margin: .8rem 0 0; color: #667085; font-size: .67rem; font-weight: 600; text-align: center; }
.summary-security i { margin-right: .3rem; color: #039855; }
.summary-delivery-note { display: flex; align-items: flex-start; gap: .5rem; margin: -.2rem 0 1rem; padding: .65rem .7rem; color: #475467; background: #F8FAFC; border-radius: .55rem; font-size: .67rem; font-weight: 600; line-height: 1.45; }
.summary-delivery-note i { flex: 0 0 auto; color: #175CD3; font-size: .9rem; }
.checkout-confirmation-section { min-height: 65vh; display: grid; align-items: center; }
.checkout-confirmation { max-width: 820px; margin: auto; padding: 2.2rem; background: #fff; border: 1px solid #D0D5DD; border-radius: 1.2rem; box-shadow: 0 18px 50px rgba(12, 35, 64, .1); text-align: center; }
.confirmation-icon { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 1rem; color: #fff; background: #039855; border-radius: 50%; font-size: 1.8rem; }
.checkout-confirmation h1 { margin: 0 auto .8rem; font-size: clamp(1.7rem, 4vw, 2.45rem); font-weight: 700; letter-spacing: -.04em; }
.checkout-confirmation > p { max-width: 620px; margin: 0 auto 1.25rem; color: #475467; font-weight: 600; }
.confirmation-reference { display: inline-grid; gap: .1rem; margin-bottom: 1.25rem; padding: .7rem 1.2rem; background: #EFF8FF; border: 1px solid #B2DDFF; border-radius: .65rem; }
.confirmation-reference span { color: #475467; font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.confirmation-reference strong { color: #175CD3; font-size: 1.05rem; letter-spacing: .05em; }
.confirmation-summary { display: grid; grid-template-columns: 2fr 1fr 1fr; margin-bottom: 1.4rem; border: 1px solid #EAECF0; border-radius: .7rem; text-align: left; }
.confirmation-summary > div { display: grid; gap: .25rem; padding: .9rem; }
.confirmation-summary > div + div { border-left: 1px solid #EAECF0; }
.confirmation-summary span { color: #667085; font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.confirmation-summary strong { font-size: .78rem; font-weight: 700; line-height: 1.45; }

/* Distinctive Stripe checkout experience */
.checkout-page .compact-commerce-hero {
    padding: 1rem 0 1.5rem;
    background: linear-gradient(118deg, #071A2B 0%, #0B3156 68%, #114C85 100%);
    border-bottom: 3px solid #2F80ED;
}
.checkout-page .compact-commerce-hero .breadcrumb { margin-bottom: .85rem; }
.checkout-page .commerce-stepper { max-width: 680px; margin-bottom: 1rem; }
.checkout-hero-content { display: block; }
.checkout-hero-content > div:first-child { max-width: 760px; }
.checkout-hero-content .commerce-eyebrow { margin-bottom: .4rem; color: #8ED0FF; }
.checkout-hero-content h1 { margin-bottom: .35rem; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.15; letter-spacing: -.035em; }
.checkout-hero-content p { margin: 0; color: #D6E5F3; font-size: .9rem; line-height: 1.55; }
.checkout-page .commerce-section { padding: 2rem 0 2.5rem; background: #F4F7FA; }
.checkout-page .checkout-form-card { padding: 0; overflow: hidden; background: #fff; border: 1px solid #D8E1EA; border-radius: 1rem; box-shadow: 0 16px 45px rgba(7, 26, 43, .07); }
.checkout-page .checkout-form-card > .checkout-card-heading,
.checkout-page .checkout-form-card > input,
.checkout-page .checkout-form-card > .row { margin-right: 1.55rem; margin-left: 1.55rem; }
.checkout-page .checkout-form-card > .checkout-card-heading { margin-top: 1.55rem; }
.checkout-page .checkout-validation-alert { margin: 0 1.55rem 1rem; padding: .75rem .9rem; border-radius: .55rem; font-size: .78rem; font-weight: 700; }
.checkout-page .checkout-form-card .form-control,
.checkout-page .checkout-form-card .form-select { background-color: #FBFCFD; border-color: #CBD5E1; border-radius: .58rem; box-shadow: none; }
.checkout-page .checkout-form-card .form-control:focus,
.checkout-page .checkout-form-card .form-select:focus { background: #fff; border-color: #2F80ED; box-shadow: 0 0 0 3px rgba(47,128,237,.1); }
.checkout-page .checkout-summary-card { padding: 0; overflow: hidden; background: #fff; border: 0; border-radius: 1rem; box-shadow: 0 18px 50px rgba(7, 26, 43, .12); }
.summary-report-head { padding: 1.35rem 1.4rem 1.25rem; color: #fff; background: linear-gradient(145deg, #071A2B 0%, #0E3B67 100%); }
.summary-report-head .summary-label { color: #83C9FF; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.checkout-summary-card .summary-report-head h2 { margin: .55rem 0 .9rem; color: #fff; font-size: 1rem; line-height: 1.5; }
.summary-report-head .summary-report-facts { padding: 0; border: 0; }
.summary-report-head .summary-report-facts span { color: #E6F2FC; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); }
.summary-order-body { padding: 1.25rem 1.4rem 1.35rem; }
.summary-order-body .summary-license { margin-top: 0; background: #EEF5FF; border-color: #C9DDF8; }
.summary-order-body .summary-total { margin-top: 1rem; padding: 1rem; background: #F7F9FC; border: 1px solid #E1E7EF; border-radius: .7rem; }
.btn-stripe { display: flex; align-items: center; justify-content: space-between; padding: .8rem 1rem; color: #fff; background: #635BFF; border: 1px solid #635BFF; border-radius: .62rem; font-size: .8rem; font-weight: 700; box-shadow: 0 10px 24px rgba(99,91,255,.22); }
.btn-stripe:hover,
.btn-stripe:focus { color: #fff; background: #5149E8; border-color: #5149E8; transform: translateY(-1px); }
@media (min-width: 992px) {
    .checkout-page .commerce-section form > .row > .col-lg-7 { display: flex; flex-direction: column; }
    .checkout-page .commerce-section form > .row > .col-lg-7 > .checkout-form-card { flex: 1; }
}
@media (max-width: 991.98px) {
    .commerce-report-strip { align-items: flex-start; flex-direction: column; }
    .commerce-report-meta { justify-content: flex-start; }
    .license-help-bar { align-items: flex-start; flex-direction: column; gap: .65rem; }
    .checkout-summary-card { position: static; }
}
@media (max-width: 575.98px) {
    .commerce-hero { padding: 1.35rem 0 1.7rem; }
    .commerce-stepper > span { font-size: 0; }
    .commerce-stepper b { font-size: .75rem; }
    .license-card,
    .checkout-form-card,
    .checkout-summary-card,
    .checkout-confirmation { padding: 1.15rem; }
    .checkout-page .checkout-form-card > .checkout-card-heading,
    .checkout-page .checkout-form-card > input,
    .checkout-page .checkout-form-card > .row { margin-right: 1rem; margin-left: 1rem; }
    .checkout-page .checkout-form-card > .checkout-card-heading { margin-top: 1.1rem; }
    .checkout-page .checkout-validation-alert { margin-right: 1rem; margin-left: 1rem; }
    .confirmation-summary { grid-template-columns: 1fr; }
    .confirmation-summary > div + div { border-top: 1px solid #EAECF0; border-left: 0; }
}

/* Mobile usability pass: layout-only refinements; no application behavior changes. */
.hero-action-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.report-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: .5rem;
        padding: .65rem;
        background: #F8FAFC;
        border: 1px solid #E4E7EC;
        border-radius: .7rem;
    }
    .navbar-nav .nav-link {
        min-height: 44px;
        padding: .7rem .8rem;
        border-radius: .45rem;
    }
    .navbar-nav .nav-link.active { background: #EEF4FF; }

    .sample-request-section > .container > .row > .col-lg-8 { order: -1; }

    .research-filter-sidebar {
        margin-top: 0;
        overflow: visible;
        border-radius: .75rem;
    }
    .filter-sidebar-head { padding: .8rem 1rem; }
    .filter-sidebar-head h2 { margin: .1rem 0 0; }
    .category-filter-group { padding: .7rem 0 .8rem; }
    .category-filter-title { padding-bottom: .45rem; }
    .category-filter-list {
        display: flex;
        gap: .5rem;
        padding: 0 .75rem .15rem;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        scroll-snap-type: inline proximity;
    }
    .category-filter-list::-webkit-scrollbar { height: 3px; }
    .category-filter-list::-webkit-scrollbar-track { background: transparent; }
    .category-filter-list::-webkit-scrollbar-thumb { background: #98A2B3; border-radius: 999px; }
    .category-filter-list a {
        flex: 0 0 auto;
        grid-template-columns: 27px auto;
        min-height: 42px;
        padding: .35rem .7rem;
        border: 1px solid #E4E7EC;
        border-radius: .55rem;
        scroll-snap-align: start;
        white-space: nowrap;
    }
    .category-filter-list a.active {
        border-color: #84ADFF;
        border-left-color: #84ADFF;
    }
    .category-filter-icon { width: 26px; height: 26px; }
    .sidebar-help-card { display: none; }

    .report-series-list {
        max-height: 320px;
        overscroll-behavior: contain;
    }
}

@media (max-width: 767.98px) {
    body { overflow-x: hidden; }
    h1, h2, h3,
    .section-title,
    .report-card-title,
    .commerce-report-strip h2,
    .checkout-summary-card h2,
    .legal-content a,
    .contact-card a {
        overflow-wrap: anywhere;
    }

    .btn:not(.btn-sm),
    .navbar-toggler {
        min-height: 44px;
    }
    .form-control,
    .form-select,
    .live-results-search {
        min-height: 46px;
    }
    textarea.form-control { min-height: 110px; }

    .page-hero .breadcrumb,
    .report-detail-hero .breadcrumb,
    .commerce-hero .breadcrumb {
        gap: .15rem;
        font-size: .75rem;
        line-height: 1.45;
    }
    .breadcrumb-item + .breadcrumb-item::before { padding-right: .4rem; }
    .breadcrumb-item + .breadcrumb-item { padding-left: .4rem; }

    .report-article-content { overflow-x: visible; }
    .report-article-content table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }
    .report-market-visual {
        border-radius: .75rem;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .sample-form-card { scroll-margin-top: 82px; }
    .sample-inclusions { margin-top: .25rem; }

    .commerce-report-strip { gap: .85rem; }
    .commerce-report-meta { gap: .45rem .75rem; }
    .license-card > p { min-height: 0; }
    .license-price { margin-top: .35rem; }
    .checkout-summary-card { margin-top: .25rem; }
}

@media (max-width: 575.98px) {
    .site-header .navbar > .container { flex-wrap: wrap; }
    .site-header .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
    }
    .site-logo-header { width: min(225px, calc(100vw - 92px)); }
    .navbar-toggler {
        flex: 0 0 44px;
        width: 44px;
        padding: .45rem;
    }

    .section { padding: 1.75rem 0; }
    .page-hero .section-title,
    .report-detail-hero h1,
    .sample-page-hero .section-title,
    .category-page-hero .section-title {
        font-size: clamp(1.85rem, 9vw, 2.2rem);
        line-height: 1.12;
    }
    .home-page .home-hero-title,
    .editorial-hero .home-hero-title {
        font-size: clamp(2.05rem, 10.5vw, 2.65rem);
    }

    .hero-action-head,
    .summary-license,
    .summary-total {
        align-items: flex-start;
    }
    .hero-action-price strong { font-size: 1.45rem; }
    .hero-action-facts > span { min-height: 64px; }
    .report-tabs .nav-link {
        min-height: 44px;
        padding: .65rem .35rem;
        font-size: .7rem;
    }
    .report-tab-content { padding: 1rem; }
    .report-article-content h2 { font-size: 1.2rem; }
    .report-article-content h3 { font-size: 1.02rem; }

    .category-results-section { padding-top: 1.35rem; }
    .results-toolbar { margin-bottom: 1rem; padding: .7rem; }

    .sample-request-section > .container > .row { --bs-gutter-y: 1rem; }
    .sample-form-heading { margin-bottom: 1rem; }

    .commerce-stepper > i { margin: 0 .4rem; }
    .commerce-report-strip { padding: .9rem; }
    .license-card,
    .checkout-form-card,
    .checkout-summary-card,
    .checkout-confirmation { border-radius: .8rem; }
    .license-card { padding: 1.1rem; }
    .license-card-top { margin-bottom: .8rem; }
    .license-price strong { font-size: 1.75rem; }
    .license-help-bar a { white-space: normal; }

    .checkout-page .commerce-section { padding: 1.35rem 0 1.75rem; }
    .summary-report-head,
    .summary-order-body { padding: 1rem; }
    .checkout-consent { line-height: 1.6; }
}

@media (max-width: 359.98px) {
    .container { --bs-gutter-x: 1.1rem; }
    .site-logo-header { width: min(205px, calc(100vw - 82px)); }
    .home-page .home-hero-title,
    .editorial-hero .home-hero-title { font-size: 1.95rem; }
    .research-facts-grid { grid-template-columns: 1fr; }
    .research-facts-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .hero-action-facts { grid-template-columns: 1fr 1fr; }
    .license-access-label { white-space: normal; text-align: right; }
}

/* Standard H1 size across every website page. */
body h1 { font-size: 2.3rem !important; }

/* Preserve the supplied brand artwork's native proportions. */
.site-logo-header { max-height: none; }
.footer-brand {
    width: 275px;
    max-width: 100%;
    padding: .62rem .78rem;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: .7rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}
.site-logo-footer {
    width: min(250px, 100%);
    height: auto;
}

@media (max-width: 575.98px) {
    .site-footer .row { --bs-gutter-y: 1.5rem; }
    .site-footer hr { margin: 1.75rem 0 1.25rem; }
    .footer-brand { width: 245px; padding: .5rem .62rem; }
    .site-logo-footer { width: 100%; }
}

/* Compact report-access card with a fact grid that adapts to available items. */
.hero-report-action {
    padding: .9rem;
    border-radius: .8rem;
}
.hero-action-head > span:last-child { flex: 0 0 auto; }
.hero-action-price {
    margin-top: .45rem;
    padding: .45rem 0 .55rem;
}
.hero-action-facts {
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    margin-top: .55rem;
}
.hero-action-facts > span {
    grid-template-columns: 18px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: .42rem;
    min-height: 58px;
    padding: .48rem;
}
.hero-action-facts i {
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
    font-size: .8rem;
}
.hero-action-facts small,
.hero-action-facts strong { grid-column: 2; }
.hero-action-facts strong {
    margin-top: .05rem;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.25;
}
.hero-action-buttons { margin-top: .6rem; }
.hero-action-trust {
    margin-top: .45rem;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 575.98px) {
    .hero-report-action { padding: .85rem; }
    .hero-action-buttons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 359.98px) {
    .hero-action-buttons { grid-template-columns: 1fr; }
}

/* Report table of contents and research methodology */
.report-tabs .nav-link {
    white-space: normal;
    line-height: 1.3;
}
.report-toc-intro,
.methodology-summary {
    max-width: 760px;
    margin: 0 0 1rem;
    color: var(--text-muted);
    font-size: .8rem;
    line-height: 1.65;
}
.report-toc-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}
.report-toc-list li {
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: .65rem;
    min-height: 60px;
    padding: .65rem .7rem;
    background: #F8FAFC;
    border: 1px solid #E4E7EC;
    border-radius: .55rem;
}
.report-toc-list li span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #175CD3;
    background: #EAF2FF;
    border-radius: .45rem;
    font-size: .62rem;
    font-weight: 700;
}
.report-toc-list li strong {
    color: var(--text-primary);
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.45;
}
.report-methodology-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}
.report-methodology-step {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: .7rem;
    min-height: 122px;
    padding: .85rem;
    background: #F8FAFC;
    border: 1px solid #E4E7EC;
    border-radius: .65rem;
}
.report-methodology-step:last-child:nth-child(odd) { grid-column: 1 / -1; }
.methodology-step-number {
    position: absolute;
    top: .55rem;
    right: .65rem;
    color: #98A2B3;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .08em;
}
.methodology-step-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #175CD3;
    background: #EAF2FF;
    border-radius: .55rem;
    font-size: 1rem;
}
.report-methodology-step h3 {
    margin: 0 1.4rem .3rem 0;
    color: var(--text-primary);
    font-size: .82rem;
    font-weight: 700;
}
.report-methodology-step p {
    margin: 0;
    color: var(--text-muted);
    font-size: .7rem;
    line-height: 1.55;
}
.report-methodology-grid + .methodology-note { margin-top: .8rem; }

.report-methodology-visual {
    overflow: hidden;
    margin: 0 0 1rem;
    background: #fff;
    border: 1px solid #dce6f5;
    border-radius: .8rem;
    box-shadow: 0 12px 30px rgba(20, 63, 126, .08);
}
.report-methodology-visual img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .report-tabs .nav-link {
        min-height: 58px;
        padding: .55rem .25rem;
        gap: .25rem;
        font-size: .66rem;
    }
    .report-tabs .nav-link i { font-size: .75rem; }
    .report-toc-list,
    .report-methodology-grid { grid-template-columns: 1fr; }
    .report-methodology-step:last-child:nth-child(odd) { grid-column: auto; }
    .report-toc-list li { min-height: 56px; }
    .report-methodology-step { min-height: 0; }
}

/* Chapter-based table of contents */
.report-toc-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.report-toc-heading-row .report-toc-intro { margin-bottom: 0; }
.report-toc-count {
    flex: 0 0 auto;
    padding: .35rem .6rem;
    color: #175CD3;
    background: #EAF2FF;
    border: 1px solid #C7D7FE;
    border-radius: 999px;
    font-size: .64rem;
    font-weight: 700;
    white-space: nowrap;
}
.report-toc-list > .toc-chapter {
    display: block;
    min-height: 0;
    padding: .8rem;
    background: #FFFFFF;
    border: 1px solid #DDE3EA;
    border-radius: .65rem;
    box-shadow: 0 5px 14px rgba(12, 35, 64, .035);
}
.report-toc-list > .toc-chapter:last-child:nth-child(odd) { grid-column: 1 / -1; }
.toc-chapter-head {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: .65rem;
}
.toc-chapter-head > span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #FFFFFF;
    background: #175CD3;
    border-radius: .45rem;
    font-size: .62rem;
    font-weight: 700;
}
.toc-chapter-head > strong {
    color: var(--text-primary);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.4;
}
.toc-subsections {
    display: grid;
    gap: .35rem;
    margin: .65rem 0 0 42px;
    padding: .6rem 0 0;
    border-top: 1px solid #EAECF0;
    list-style: none;
}
.report-toc-list .toc-subsections li {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    align-items: start;
    gap: .35rem;
    min-height: 0;
    padding: 0;
    color: var(--text-muted);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: .69rem;
    line-height: 1.45;
}
.toc-subsections i {
    margin-top: .13rem;
    color: #2E90FA;
    font-size: .62rem;
}
.toc-subsections li > span {
    display: inline;
    width: auto;
    height: auto;
    color: inherit;
    background: transparent;
    border-radius: 0;
    font-size: inherit;
    font-weight: 600;
}

/* Industry navigation, directory and SEO refresh */
.site-header {
    box-shadow: 0 8px 28px rgba(12, 35, 64, .055);
}
.topbar-links a {
    display: inline-flex;
    align-items: center;
    transition: color .2s ease;
}
.topbar-links a:hover { color: #84CAFF; }
.industry-nav-menu {
    min-width: 294px;
    margin-top: .55rem !important;
    padding: .65rem;
    background: rgba(255, 255, 255, .985);
    border: 1px solid #E4E7EC;
    border-radius: .85rem;
    box-shadow: 0 20px 52px rgba(12, 35, 64, .16);
}
.industry-nav-menu .dropdown-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: .65rem;
    min-height: 43px;
    padding: .48rem .55rem;
    color: #344054;
    border-radius: .55rem;
    font-size: .82rem;
    font-weight: 600;
}
.industry-nav-menu .dropdown-item:hover,
.industry-nav-menu .dropdown-item:focus {
    color: #1849A9;
    background: #F0F6FF;
}
.industry-nav-menu .dropdown-item > i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #175CD3;
    background: #EAF2FF;
    border-radius: .48rem;
    font-size: .9rem;
}
.industry-nav-menu .dropdown-item > span { display: grid; }
.industry-nav-menu .dropdown-item small {
    color: #667085;
    font-size: .64rem;
    font-weight: 500;
}
.industry-nav-menu .dropdown-divider { margin: .4rem .25rem; border-color: #EAECF0; }

.editorial-hero {
    isolation: isolate;
    background:
        radial-gradient(circle at 78% 22%, rgba(132, 202, 255, .28), transparent 24rem),
        linear-gradient(135deg, #F7FAFF 0%, #EDF4FF 48%, #FFFFFF 100%);
}
.editorial-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .34;
    background-image: linear-gradient(rgba(23, 92, 211, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 92, 211, .075) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.editorial-hero .home-hero-title { max-width: 740px; }
.editorial-hero .home-search {
    border-color: #C7D7FE;
    box-shadow: 0 18px 48px rgba(23, 92, 211, .12);
}
.editorial-hero .home-search:focus-within {
    border-color: #2E90FA;
    box-shadow: 0 0 0 4px rgba(46, 144, 250, .13), 0 20px 52px rgba(23, 92, 211, .14);
}
.decision-panel {
    overflow: hidden;
    border: 1px solid rgba(132, 202, 255, .28);
    box-shadow: 0 28px 70px rgba(12, 35, 64, .2);
}
.decision-panel::after {
    content: "";
    position: absolute;
    top: -85px;
    right: -85px;
    width: 210px;
    height: 210px;
    border: 38px solid rgba(132, 202, 255, .09);
    border-radius: 50%;
    pointer-events: none;
}
.decision-panel-proof {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: .75rem;
}
.decision-panel-proof span {
    display: grid;
    gap: .05rem;
    padding: .62rem .55rem;
    border-right: 1px solid rgba(255,255,255,.13);
}
.decision-panel-proof span:last-child { border-right: 0; }
.decision-panel-proof strong { color: #FFFFFF; font-size: .72rem; }
.decision-panel-proof small { color: #B9C6D6; font-size: .58rem; }

.page-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 28%, rgba(132, 202, 255, .2), transparent 19rem),
        linear-gradient(135deg, #071A2B 0%, #0C2D52 100%);
}
.page-hero::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -110px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    box-shadow: 0 0 0 58px rgba(255,255,255,.025), 0 0 0 116px rgba(255,255,255,.018);
    pointer-events: none;
}
.page-hero > .container { position: relative; z-index: 1; }

.industry-directory-section { background: #F7F9FC; }
.industry-directory-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.6rem;
}
.industry-directory-intro .eyebrow { margin-bottom: .55rem; }
.industry-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}
.industry-directory-card {
    overflow: hidden;
    color: #0C2340;
    background: #FFFFFF;
    border: 1px solid #E4E7EC;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(12, 35, 64, .055);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.industry-directory-card:hover {
    color: #175CD3;
    transform: translateY(-5px);
    border-color: #B2CCFF;
    box-shadow: 0 22px 52px rgba(12, 35, 64, .13);
}
.industry-directory-image {
    position: relative;
    display: block;
    aspect-ratio: 12 / 7;
    overflow: hidden;
    background: #0C2340;
}
.industry-directory-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(7, 26, 43, .22));
    pointer-events: none;
}
.industry-directory-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.industry-directory-card:hover img { transform: scale(1.035); }
.industry-directory-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 68px;
    padding: 1rem 1.15rem;
}
.industry-directory-name strong {
    font-size: 1rem;
    font-weight: 700;
}
.industry-directory-name i {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: #175CD3;
    background: #EAF2FF;
    border-radius: 50%;
}

.footer-phone-list,
.contact-phone-list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}
.footer-phone-list li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: .55rem;
    margin-bottom: .42rem;
    font-size: .78rem;
}
.footer-phone-list span { color: #84CAFF; font-weight: 700; }
.footer-phone-list a { color: #EAECF0; }
.contact-phone-list { display: grid; gap: .5rem; }
.contact-phone-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .55rem .65rem;
    color: #0C2340;
    background: #F7F9FC;
    border: 1px solid #EAECF0;
    border-radius: .55rem;
}
.contact-phone-list span { color: #175CD3; font-size: .7rem; font-weight: 700; }
.contact-phone-list strong { font-size: .78rem; font-weight: 700; }
.contact-card {
    box-shadow: 0 10px 28px rgba(12, 35, 64, .045);
}

@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu { display: block; }
}
@media (max-width: 991.98px) {
    .industry-nav-menu {
        margin: .2rem 0 .5rem !important;
        border: 0;
        box-shadow: none;
    }
    .industry-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .decision-panel { margin-top: 1.25rem; }
}
@media (max-width: 575.98px) {
    .industry-directory-grid { grid-template-columns: 1fr; gap: 1rem; }
    .industry-directory-intro { display: block; margin-bottom: 1.2rem; }
    .industry-directory-image { aspect-ratio: 16 / 8.8; }
    .industry-directory-name { min-height: 62px; padding: .85rem 1rem; }
    .decision-panel-proof small { font-size: .54rem; }
}

@media (max-width: 767.98px) {
    .report-toc-heading-row { align-items: flex-start; flex-direction: column; gap: .6rem; }
    .report-toc-list > .toc-chapter:last-child:nth-child(odd) { grid-column: auto; }
    .toc-subsections { margin-left: 0; }
}

/* Consistent semantic heading hierarchy across public page content. */
main h2 {
    font-size: clamp(1.55rem, 2vw, 1.85rem) !important;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -.025em;
}
main h3 {
    font-size: clamp(1.22rem, 1.5vw, 1.4rem) !important;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.018em;
}
main h4 {
    font-size: 1.15rem !important;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.012em;
}
main h5 {
    font-size: 1rem !important;
    font-weight: 600;
    line-height: 1.4;
}
main h6 {
    font-size: .875rem !important;
    font-weight: 600;
    line-height: 1.45;
}

/* Database-driven industry mega menu and site search */
.site-header .navbar > .container { position: relative; }
.industry-mega-dropdown { position: static; }
.industry-mega-menu {
    left: 1rem;
    right: 1rem;
    top: calc(100% - 4px);
    width: auto;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DDE3EA;
    border-radius: .9rem;
    box-shadow: 0 24px 64px rgba(12, 35, 64, .18);
}
@media (min-width: 992px) {
    .navbar .industry-mega-dropdown > .industry-mega-menu.show,
    .navbar .industry-mega-dropdown.is-hover-open > .industry-mega-menu,
    .navbar .industry-mega-dropdown:focus-within > .industry-mega-menu,
    .navbar .industry-mega-dropdown:hover > .industry-mega-menu {
        display: grid !important;
        grid-template-columns: minmax(225px, .72fr) minmax(0, 2.28fr);
    }
    .industry-mega-dropdown > .nav-link::before {
        position: absolute;
        top: 100%;
        right: -.8rem;
        left: -.8rem;
        height: 18px;
        content: "";
    }
}
.mega-menu-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.35rem;
    color: #FFFFFF;
    background:
        radial-gradient(circle at 110% -10%, rgba(132,202,255,.28), transparent 11rem),
        linear-gradient(145deg, #071A2B, #173B61);
}
.mega-menu-label {
    margin-bottom: .65rem;
    color: #84CAFF;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.mega-menu-intro strong {
    max-width: 220px;
    font-size: 1.05rem;
    line-height: 1.35;
}
.mega-menu-intro p {
    max-width: 220px;
    margin: .55rem 0 .9rem;
    color: #D0D5DD;
    font-size: .69rem;
    line-height: 1.55;
}
.mega-menu-intro a { color: #FFFFFF; font-size: .69rem; font-weight: 700; }
.mega-menu-intro a:hover { color: #84CAFF; }
.mega-menu-categories {
    min-width: 0;
    max-height: 390px;
    padding: 1.1rem 1.2rem 1.2rem;
    overflow-y: auto;
    scrollbar-color: #B2CCFF transparent;
    scrollbar-width: thin;
}
.mega-menu-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .75rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid #EAECF0;
}
.mega-menu-heading span { color: #0C2340; font-size: .75rem; font-weight: 700; }
.mega-menu-heading small { color: #667085; font-size: .62rem; font-weight: 600; }
.mega-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .35rem;
}
.mega-industry-grid a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: .6rem;
    min-height: 46px;
    padding: .4rem .5rem;
    color: #344054;
    border-radius: .55rem;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.35;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}
.mega-industry-grid a:hover {
    color: #175CD3;
    background: #F0F6FF;
    transform: translateX(2px);
}
.mega-industry-grid i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #175CD3;
    background: #EAF2FF;
    border-radius: .48rem;
    font-size: .88rem;
}
.header-site-search {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) 28px;
    align-items: center;
    gap: .35rem;
    width: 210px;
    height: 40px;
    margin-left: .65rem;
    padding: 0 .42rem 0 .65rem;
    background: #F7F9FC;
    border: 1px solid #D0D5DD;
    border-radius: .6rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.header-site-search:focus-within {
    border-color: #2E90FA;
    box-shadow: 0 0 0 3px rgba(46,144,250,.12);
}
.header-site-search > i { color: #667085; font-size: .78rem; }
.header-site-search input {
    min-width: 0;
    width: 100%;
    padding: 0;
    color: #0C2340;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: .7rem;
    font-weight: 600;
}
.header-site-search button {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    color: #FFFFFF;
    background: #175CD3;
    border: 0;
    border-radius: .42rem;
}
.header-site-search button:hover { background: #1849A9; }
.results-toolbar-search-only { justify-content: flex-end; }
.results-search-submit { height: 40px; padding: .45rem .9rem; font-size: .7rem; }
.results-search-clear { color: #475467; font-size: .7rem; font-weight: 700; }
.results-search-clear:hover { color: #175CD3; }

@media (max-width: 1199.98px) {
    .header-site-search { width: 180px; }
    .mega-industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
    .industry-mega-dropdown { position: relative; }
    .industry-mega-menu,
    .industry-mega-menu.show,
    .industry-mega-dropdown:hover > .industry-mega-menu {
        position: static;
        display: none;
        margin: .15rem 0 .65rem !important;
        border: 1px solid #E4E7EC;
        box-shadow: none;
    }
    .industry-mega-dropdown > .industry-mega-menu.show {
        display: block !important;
    }
    .mega-menu-intro { display: none; }
    .mega-menu-categories {
        max-height: min(46vh, 340px);
        padding: .75rem;
    }
    .mega-industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .header-site-search {
        width: 100%;
        margin: .35rem 0 .8rem;
    }
}
@media (max-width: 575.98px) {
    .mega-industry-grid { grid-template-columns: 1fr; }
    .mega-industry-grid a { min-height: 42px; }
    .results-toolbar-search-only { gap: .65rem; }
    .results-search-submit,
    .results-search-clear { width: 100%; text-align: center; }
}

/* Compact, balanced public header. */
.site-header .navbar {
    min-height: 62px;
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.site-logo-header {
    width: 210px;
    height: auto;
    max-height: 57px;
}

@media (max-width: 991.98px) {
    .site-header .navbar { min-height: 60px; }
    .site-logo-header { width: 200px; max-height: 54px; }
}

@media (max-width: 575.98px) {
    .site-logo-header {
        width: min(185px, calc(100vw - 82px));
        max-height: 50px;
    }
    .navbar-toggler {
        flex-basis: 42px;
        width: 42px;
        min-height: 42px;
    }
}

/* Mobile right-side navigation drawer */
.mobile-menu-icon {
    display: grid;
    width: 22px;
    gap: 4px;
    margin: auto;
}
.mobile-menu-icon > span {
    display: block;
    width: 100%;
    height: 2px;
    background: #0C2340;
    border-radius: 999px;
    transform-origin: center;
    transition: transform .24s ease, opacity .18s ease;
}
.navbar-toggler[aria-expanded="true"] .mobile-menu-icon > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.navbar-toggler[aria-expanded="true"] .mobile-menu-icon > span:nth-child(2) { opacity: 0; }
.navbar-toggler[aria-expanded="true"] .mobile-menu-icon > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav-backdrop { display: none; }

@media (max-width: 991.98px) {
    html,
    body { max-width: 100%; overflow-x: clip; }
    body.mobile-nav-open { overflow: hidden; }
    .site-header .navbar-toggler { position: relative; z-index: 1062; }
    .mobile-slide-menu,
    .mobile-slide-menu.collapse:not(.show) {
        position: fixed;
        z-index: 1060;
        top: 60px;
        right: 0;
        bottom: 0;
        left: auto;
        display: block;
        width: min(360px, 92vw);
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
        max-height: none;
        margin: 0;
        padding: .85rem;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        background: #F8FAFC;
        border: 0;
        border-left: 1px solid #DDE3EA;
        border-radius: 0;
        box-shadow: -20px 22px 50px rgba(12, 35, 64, .22);
        transform: translateX(104%);
        transition: transform .32s cubic-bezier(.22, .72, .2, 1), visibility .32s;
    }
    .mobile-slide-menu.is-open,
    .mobile-slide-menu.collapse.is-open,
    .mobile-slide-menu.collapse:not(.show).is-open {
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-nav-backdrop {
        position: fixed;
        z-index: 1050;
        inset: 60px 0 0;
        display: block;
        width: 100vw;
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
        padding: 0;
        visibility: hidden;
        background: rgba(7, 26, 43, .52);
        border: 0;
        opacity: 0;
        transition: opacity .25s ease, visibility .25s;
    }
    .mobile-nav-open .mobile-nav-backdrop {
        visibility: visible;
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-slide-menu,
    .mobile-nav-backdrop { transition: none; }
    .mobile-menu-icon > span { transition: none; }
}

/* Human editorial refinement
   Keeps the established brand and conversion flow while reducing repeated
   SaaS-card styling across the public research journey. */
:root {
    --editorial-line: #D6DEE8;
    --editorial-paper: #FCFDFE;
    --editorial-shadow: 0 8px 20px rgba(12, 35, 64, .055);
    --editorial-radius: .48rem;
}

.eyebrow,
.hero-kicker,
.commerce-eyebrow,
.tab-eyebrow,
.category-summary-label,
.summary-label {
    letter-spacing: .075em;
}

.editorial-hero {
    background:
        linear-gradient(90deg, rgba(23, 92, 211, .055) 1px, transparent 1px),
        linear-gradient(180deg, #F7FAFE 0%, #FFFFFF 82%);
    background-size: 72px 100%, auto;
}
.editorial-hero::before { display: none; }
.editorial-hero .home-hero-title {
    max-width: 700px;
    letter-spacing: -.045em;
    line-height: 1.04;
}
.editorial-hero .home-hero-copy { max-width: 620px; }
.editorial-hero .home-search {
    border-radius: var(--editorial-radius);
    box-shadow: var(--editorial-shadow);
}
.decision-panel {
    border-color: rgba(132, 202, 255, .32);
    border-radius: var(--editorial-radius);
    box-shadow: 12px 14px 0 rgba(12, 35, 64, .08);
}
.decision-panel::after { display: none; }
.decision-panel-label,
.report-scope-pill,
.license-access-label,
.report-author-expertise span {
    border-radius: .25rem;
}

.coverage-card-grid { gap: 1px; background: var(--editorial-line); border: 1px solid var(--editorial-line); }
.coverage-card {
    min-height: 198px;
    border: 0;
    border-top: 3px solid var(--coverage-accent);
    border-radius: 0;
    box-shadow: none;
}
.coverage-card:hover {
    border-color: var(--coverage-accent);
    box-shadow: inset 0 -3px 0 var(--coverage-accent);
    transform: none;
}
.coverage-card-icon {
    background: transparent;
    border: 1px solid currentColor;
    border-radius: .3rem;
}
.coverage-card-count { font-size: .7rem; }
.coverage-card-link { color: #175CD3; }

.report-card {
    border-right-color: var(--editorial-line);
    border-bottom-color: var(--editorial-line);
    border-left-color: var(--editorial-line);
    border-radius: var(--editorial-radius);
    box-shadow: 0 3px 12px rgba(12, 35, 64, .045);
}
.report-card-top { background: #12385E; }
.report-card .report-sector {
    background: transparent;
    border-color: rgba(255, 255, 255, .32);
    border-radius: .25rem;
}
.report-card:hover {
    box-shadow: var(--editorial-shadow);
    transform: translateY(-1px);
}

.category-page-hero::after { display: none; }
.category-hero-summary {
    padding: .2rem 0 .2rem 1.15rem;
    background: transparent;
    border: 0;
    border-left: 3px solid #53B1FD;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}
.category-summary-label { font-size: .68rem; }
.category-summary-count strong { font-size: 2.15rem; }

.report-detail-hero::after { opacity: .35; }
.report-detail-hero h1 {
    max-width: 900px;
    letter-spacing: -.035em;
    line-height: 1.12;
}
.hero-report-action,
.report-tabs-shell,
.report-series-card,
.report-support-card {
    border-radius: var(--editorial-radius);
    box-shadow: var(--editorial-shadow);
}
.hero-report-action {
    border-top: 3px solid #53B1FD;
    box-shadow: 10px 12px 0 rgba(7, 26, 43, .15);
}
.hero-action-facts > span,
.current-report-edition,
.summary-license { border-radius: .3rem; }
.report-tabs { gap: 0; padding: 0; border-bottom: 1px solid var(--editorial-line); }
.report-tabs .nav-link {
    background: #FFFFFF;
    border: 0;
    border-right: 1px solid var(--editorial-line);
    border-radius: 0;
}
.report-tabs .nav-link.active {
    color: #0C2340 !important;
    background: #FFFFFF;
    border-bottom: 3px solid #175CD3;
    box-shadow: none;
}
.report-series-head { background: #12385E; }
.report-author-card {
    background: #FFFFFF;
    border-radius: var(--editorial-radius);
    box-shadow: 0 3px 12px rgba(12, 35, 64, .045);
}
.report-author-card::before { background: #175CD3; }

.sample-inclusions,
.sample-form-card {
    border-radius: var(--editorial-radius);
    box-shadow: var(--editorial-shadow);
}
.sample-inclusions {
    border-top: 3px solid #175CD3;
    background: var(--editorial-paper);
}
.sample-inclusions .eyebrow { color: #175CD3; }
.sample-inclusions h2 { color: #0C2340; }
.sample-inclusions > p { color: #475467; }
.sample-inclusion-list { border-top-color: var(--editorial-line); }
.sample-inclusion-list li { color: #344054; }
.sample-inclusion-list i {
    color: #175CD3;
    background: #EAF2FF;
}
.sample-report-meta {
    color: #667085;
    border-top-color: var(--editorial-line);
}
.sample-form-card { border-top: 3px solid #0C2340; }
.sample-request-type { border-radius: .25rem; }
.sample-assurance-strip {
    gap: 0;
    background: #FFFFFF;
    border-top: 1px solid var(--editorial-line);
    border-bottom: 1px solid var(--editorial-line);
    border-radius: 0;
}
.sample-assurance-strip > div {
    background: transparent;
    border: 0;
    border-right: 1px solid var(--editorial-line);
    border-radius: 0;
    box-shadow: none;
}
.sample-assurance-strip > div:last-child { border-right: 0; }
.sample-assurance-strip strong { font-size: .73rem; }
.sample-assurance-strip small { font-size: .65rem; }

.commerce-report-strip,
.license-card,
.license-help-bar,
.checkout-page .checkout-form-card,
.checkout-page .checkout-summary-card {
    border-radius: var(--editorial-radius);
    box-shadow: var(--editorial-shadow);
}
.commerce-report-strip { border-left: 3px solid #175CD3; }
.license-card { border-top: 3px solid #98A2B3; }
.license-card:hover {
    box-shadow: var(--editorial-shadow);
    transform: translateY(-1px);
}
.license-card.recommended {
    border: 1px solid #84ADFF;
    border-top: 4px solid #175CD3;
    background: linear-gradient(180deg, #F7FAFF 0, #FFFFFF 34%);
    box-shadow: var(--editorial-shadow);
}
.license-badge {
    top: .75rem;
    border-radius: .2rem;
    letter-spacing: .055em;
}
.license-icon { border-radius: .35rem; }
.checkout-page .checkout-form-card { box-shadow: none; }
.checkout-page .checkout-summary-card {
    border: 1px solid #D8E1EA;
    box-shadow: 7px 9px 0 rgba(12, 35, 64, .07);
}
.summary-report-head { background: #0C2F50; }
.summary-report-facts span { border-radius: .2rem; }
.summary-order-body .summary-total { border-radius: .3rem; }

@media (max-width: 767.98px) {
    .coverage-card-grid { grid-template-columns: 1fr; }
    .sample-assurance-strip > div {
        border-right: 0;
        border-bottom: 1px solid var(--editorial-line);
    }
    .sample-assurance-strip > div:last-child { border-bottom: 0; }
    .report-tabs { padding: .35rem; gap: .35rem; }
    .report-tabs .nav-link {
        border: 1px solid var(--editorial-line);
        border-radius: .25rem;
    }
}
