:root {
  --bg: #f7faf9;
  --surface: #ffffff;
  --surface-soft: #eef7f4;
  --text: #183035;
  --muted: #5c6f73;
  --primary: #0f766e;
  --primary-dark: #0b5c55;
  --secondary: #1d4f91;
  --border: #dbe7e4;
  --ok-bg: #e7f6ed;
  --ok: #137547;
  --check-bg: #fff5dd;
  --check: #946200;
  --risk-bg: #fdeaea;
  --risk: #b42318;
  --shadow: 0 18px 48px rgba(16, 48, 50, 0.10);
  --shadow-soft: 0 10px 30px rgba(16, 48, 50, 0.07);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --max: 1180px;
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--secondary); }
a:hover { text-decoration: none; }
h1, h2, h3 { line-height: 1.16; margin-top: 0; color: var(--text); }
h1 { font-size: clamp(2.15rem, 5vw, 4.2rem); letter-spacing: -0.045em; margin-bottom: 1rem; }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.55rem); letter-spacing: -0.03em; margin-bottom: 0.9rem; }
h3 { font-size: 1.14rem; margin-bottom: 0.55rem; }
p { margin-top: 0; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; }
.section { padding: 92px 0; }
.section-soft { background: linear-gradient(180deg, #eef7f4 0%, #f7faf9 100%); }
.section-highlight { background: #0f766e; color: #fff; }
.section-highlight h2, .section-highlight h3, .section-highlight p, .section-highlight li { color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-lead { color: var(--muted); font-size: 1.1rem; }
.muted { color: var(--muted); }
.small-text { color: var(--muted); font-size: 0.92rem; }
.eyebrow {
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.section-highlight .eyebrow { color: #bff4e6; }

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  background: var(--primary);
  color: #fff;
  padding: 0.7rem 1rem;
  z-index: 999;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; top: 0; }
:focus-visible { outline: 3px solid #fbbf24; outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219, 231, 228, 0.85);
}
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--text); font-weight: 700; }
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.brand-text strong { color: var(--primary); }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a:not(.btn) { text-decoration: none; color: var(--text); font-weight: 650; font-size: 0.95rem; }
.primary-nav a:not(.btn):hover { color: var(--primary); }
.nav-toggle { display: none; background: #fff; border: 1px solid var(--border); border-radius: 12px; width: 44px; height: 42px; padding: 9px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.86rem 1.35rem;
  min-height: 48px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  font-family: inherit;
  font-size: 0.98rem;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: #fff; color: var(--primary-dark); border-color: #b9dcd4; }
.btn-secondary:hover { background: #eef7f4; }
.btn-small { padding: 0.58rem 1rem; min-height: 40px; font-size: 0.9rem; }
.text-link { font-weight: 800; color: var(--primary-dark); }

.section-hero {
  padding: 92px 0 84px;
  background:
    radial-gradient(circle at 85% 12%, rgba(15, 118, 110, 0.18), transparent 34%),
    linear-gradient(180deg, #effaf6 0%, #f7faf9 100%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr); gap: 58px; align-items: center; }
.hero-lead { color: #344b50; font-size: clamp(1.08rem, 2vw, 1.26rem); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 30px 0 20px; }
.centered-actions { justify-content: center; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.trust-strip span { background: #fff; border: 1px solid var(--border); padding: 0.48rem 0.74rem; border-radius: 999px; font-size: 0.86rem; font-weight: 700; color: #305054; }
.micro-disclaimer { color: var(--muted); font-size: 0.93rem; max-width: 680px; }

.product-preview {
  background: var(--surface);
  border: 1px solid rgba(219, 231, 228, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 26px;
  position: relative;
  overflow: hidden;
}
.product-preview:before { content: ""; position: absolute; inset: 0 0 auto 0; height: 7px; background: linear-gradient(90deg, var(--primary), #4f8bd6); }
.preview-topline, .status-summary { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.preview-label { font-weight: 900; }
.preview-date, .small-label { color: var(--muted); font-size: 0.82rem; }
.status-summary { margin: 22px 0; padding: 18px; border-radius: 18px; background: #f6faf8; border: 1px solid var(--border); }
.status-summary strong { display: block; font-size: 1.5rem; letter-spacing: -0.03em; }
.pill { border-radius: 999px; padding: 0.42rem 0.7rem; font-size: 0.82rem; font-weight: 850; white-space: nowrap; }
.pill-warning { background: var(--check-bg); color: var(--check); }
.comparison-card { border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.comparison-row { display: grid; grid-template-columns: 1.35fr 0.85fr 0.85fr; gap: 8px; padding: 12px 14px; border-bottom: 1px solid var(--border); align-items: center; font-size: 0.92rem; }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row.head { background: #f2f7f5; color: var(--muted); font-weight: 800; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; }
.dot { border-radius: 999px; padding: 0.18rem 0.48rem; font-size: 0.76rem; font-weight: 850; text-align: center; }
.dot.ok { color: var(--ok); background: var(--ok-bg); }
.dot.check { color: var(--check); background: var(--check-bg); }
.dot.risk { color: var(--risk); background: var(--risk-bg); }
.next-steps { margin-top: 22px; }
.next-steps h2 { font-size: 1.02rem; margin-bottom: 8px; }
.next-steps ol { margin: 0; padding-left: 1.2rem; color: var(--muted); }

.split-grid, .report-layout, .pilot-grid, .contact-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 54px; align-items: center; }
.card-grid { display: grid; gap: 18px; }
.three-cards, .audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.audience-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .step-card, .pilot-card, .demo-form, .report-preview-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.card p, .step-card p { color: var(--muted); margin-bottom: 0; }
.icon { width: 38px; height: 38px; display: inline-block; border-radius: 12px; background: linear-gradient(135deg, #d5f2ea, #eaf2ff); margin-bottom: 14px; position: relative; }
.icon:after { content: ""; position: absolute; inset: 10px; border-radius: 6px; background: var(--primary); opacity: 0.8; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.step-number { display: grid; place-items: center; width: 44px; height: 44px; background: var(--primary); color: #fff; border-radius: 14px; font-weight: 900; margin-bottom: 18px; }

.report-preview-card { transform: rotate(1deg); }
.document-bar { display: flex; gap: 7px; margin-bottom: 18px; }
.document-bar span { width: 12px; height: 12px; border-radius: 50%; background: var(--border); }
.document-bar span:nth-child(1) { background: var(--risk-bg); }
.document-bar span:nth-child(2) { background: var(--check-bg); }
.document-bar span:nth-child(3) { background: var(--ok-bg); }
.report-list { margin: 18px 0 0; padding: 0; list-style: none; }
.report-list li { border-top: 1px solid var(--border); padding: 12px 0; }

.scope-table { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.scope-col { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 26px; box-shadow: var(--shadow-soft); }
.scope-col h3 { padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.scope-col ul { margin-bottom: 0; padding-left: 1.2rem; }
.scope-col li { margin: 8px 0; }
.scope-col.warning { background: #fffdf8; }
.disclaimer-box { margin-top: 20px; border: 1px solid #f2d19c; background: #fff8ea; border-radius: var(--radius-md); padding: 18px 20px; color: #60440f; }
.method-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.method-links a { font-weight: 850; }

.pilot-card { background: #fff; color: var(--text); }
.pilot-card h3, .pilot-card li { color: var(--text); }
.pilot-card ul { padding-left: 1.2rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.email-line { font-weight: 700; }
.demo-form { display: grid; gap: 10px; }
.demo-form h3 { margin-bottom: 8px; }
label { font-weight: 800; }
input, textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.84rem 0.9rem;
  font: inherit;
  background: #fff;
  color: var(--text);
}
textarea { resize: vertical; }
.checkbox-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-weight: 500; color: var(--muted); margin: 10px 0; }
.checkbox-row input { width: 18px; height: 18px; margin-top: 4px; }
.form-feedback { border-radius: 12px; background: #eef7f4; color: var(--primary-dark); padding: 12px 14px; margin-top: 12px; }
.form-feedback.error { background: var(--risk-bg); color: var(--risk); }

details { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; margin: 12px 0; box-shadow: var(--shadow-soft); }
summary { cursor: pointer; font-weight: 850; }
details p { margin: 12px 0 0; color: var(--muted); }
.final-cta { padding: 82px 0; background: linear-gradient(135deg, #0f766e, #174a7c); color: #fff; text-align: center; }
.final-cta h2, .final-cta p { color: #fff; }
.final-cta-inner { max-width: 780px; }
.final-cta .btn-secondary { border-color: rgba(255,255,255,0.6); }

.site-footer { background: #0b2023; color: #d8e6e3; padding: 54px 0 26px; }
.site-footer h2 { color: #fff; font-size: 1rem; margin-bottom: 10px; }
.site-footer a { display: block; color: #d8e6e3; margin: 7px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.75fr 0.9fr; gap: 32px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 30px; padding-top: 18px; display: flex; justify-content: space-between; gap: 14px; color: #b7c8c5; font-size: 0.9rem; }

.page-hero { padding: 74px 0 46px; background: linear-gradient(180deg, #effaf6, var(--bg)); }
.page-grid { display: grid; grid-template-columns: 1fr 310px; gap: 44px; align-items: start; }
.content-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-soft); }
.content-card + .content-card { margin-top: 20px; }
.side-card { position: sticky; top: 96px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 22px; box-shadow: var(--shadow-soft); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.metric { background: #f6faf8; border: 1px solid var(--border); border-radius: 14px; padding: 16px; }
.metric strong { display: block; font-size: 1.35rem; }
.report-table { width: 100%; border-collapse: collapse; margin: 18px 0; overflow: hidden; border-radius: 14px; }
.report-table th, .report-table td { border: 1px solid var(--border); padding: 12px; text-align: left; vertical-align: top; }
.report-table th { background: #f2f7f5; }
.source-list a { font-weight: 750; }

@media (max-width: 1020px) {
  .hero-grid, .split-grid, .report-layout, .pilot-grid, .contact-layout, .page-grid { grid-template-columns: 1fr; }
  .product-preview { max-width: 620px; }
  .three-cards, .audience-grid, .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .side-card { position: static; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, var(--max)); }
  .section, .section-hero { padding: 62px 0; }
  .header-inner { min-height: 66px; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: 66px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 12px;
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px; }
  .primary-nav .btn { margin-top: 8px; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; }
  .btn, .text-link { width: 100%; text-align: center; }
  .trust-strip { flex-direction: column; }
  .comparison-row { grid-template-columns: 1fr; gap: 5px; }
  .comparison-row.head { display: none; }
  .scope-table, .three-cards, .audience-grid, .steps-grid, .metric-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .content-card { padding: 24px; }
  .report-preview-card { transform: none; }
}

/* Subpage headers do not use the mobile hamburger, so keep their navigation visible. */
.primary-nav.subpage-nav { display: flex; }

@media (max-width: 760px) {
  .primary-nav.subpage-nav {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 0 0;
    width: 100%;
  }
  .header-inner:has(.subpage-nav) { align-items: flex-start; flex-direction: column; padding: 12px 0; }
}


/* Focused conversion campaign page */
.campaign-page {
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.12), transparent 34rem),
    radial-gradient(circle at top right, rgba(29, 79, 145, 0.10), transparent 30rem),
    var(--bg);
}
.campaign-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219, 231, 228, 0.95);
}
.campaign-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.campaign-hero { padding: 86px 0 36px; }
.campaign-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.74fr);
  gap: 58px;
  align-items: center;
}
.campaign-hero-copy { max-width: 770px; }
.campaign-hero-copy h1 { font-size: clamp(2.35rem, 5.2vw, 4.65rem); }
.campaign-trust-line {
  margin: 20px 0 0;
  border-left: 4px solid var(--primary);
  padding: 12px 0 12px 16px;
  background: rgba(255,255,255,0.72);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.campaign-actions { margin-top: 28px; }
.btn-large { min-height: 56px; padding: 1rem 1.55rem; }
.campaign-report-card,
.sample-mini-report,
.campaign-disclaimer-card,
.campaign-lead-form {
  background: #fff;
  border: 1px solid rgba(219, 231, 228, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 28px;
}
.campaign-report-card { position: relative; overflow: hidden; }
.campaign-report-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}
.campaign-card-header,
.campaign-header-inner,
.campaign-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.campaign-status {
  padding: 20px;
  border-radius: var(--radius-md);
  background: #f8fcfa;
  border: 1px solid var(--border);
  margin: 18px 0;
}
.campaign-status strong { display: block; font-size: 2rem; letter-spacing: -0.04em; }
.compact-comparison { margin-bottom: 18px; }
.risk-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 16px 0; }
.risk-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  background: var(--check-bg);
  color: var(--check);
  border: 1px solid #f3d99c;
  font-size: 0.85rem;
  font-weight: 800;
}
.campaign-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 44px;
}
.campaign-trust-strip span {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.78rem 0.95rem;
  text-align: center;
  font-weight: 850;
  font-size: 0.92rem;
  box-shadow: var(--shadow-soft);
}
.campaign-section { padding: 82px 0; }
.campaign-section-soft { background: linear-gradient(180deg, rgba(238,247,244,0.9), rgba(247,250,249,0.95)); }
.campaign-section-heading { max-width: 760px; margin-bottom: 36px; }
.campaign-benefit-grid,
.campaign-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.campaign-benefit-card,
.campaign-steps article {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 26px;
  box-shadow: var(--shadow-soft);
}
.status-dot {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.08);
}
.status-dot-ok { background: var(--ok); }
.status-dot-check { background: var(--check); }
.status-dot-risk { background: var(--risk); }
.campaign-proof-grid,
.campaign-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.8fr);
  gap: 44px;
  align-items: center;
}
.campaign-narrow { max-width: 790px; }
.campaign-disclaimer-card { background: #fffdf8; border-color: #f2d19c; }
.campaign-disclaimer-card strong { display: block; color: #60440f; margin-bottom: 8px; }
.campaign-form-section { background: linear-gradient(135deg, #0f766e, #174a7c); color: #fff; }
.campaign-form-section h2,
.campaign-form-section p,
.campaign-form-section .eyebrow,
.campaign-form-section .email-line,
.campaign-form-section a { color: #fff; }
.campaign-form-section .campaign-lead-form p,
.campaign-form-section .campaign-lead-form label,
.campaign-form-section .campaign-lead-form .small-text { color: var(--muted); }
.campaign-form-section .campaign-lead-form h3 { color: var(--text); }
.campaign-lead-form { gap: 14px; }
.note-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--secondary);
  font: inherit;
  font-weight: 850;
  text-align: left;
  padding: 4px 0;
  cursor: pointer;
  text-decoration: underline;
}
.campaign-final {
  padding: 78px 0;
  background: #fff;
  text-align: center;
}
.campaign-footer {
  background: #0b2023;
  color: #d8e6e3;
  padding: 28px 0;
}
.campaign-footer p { margin: 0; color: #d8e6e3; }
.campaign-footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
.campaign-footer a { color: #d8e6e3; font-weight: 750; }
.mobile-sticky-cta { display: none; }

@media (max-width: 1020px) {
  .campaign-hero-grid,
  .campaign-proof-grid,
  .campaign-form-grid { grid-template-columns: 1fr; }
  .campaign-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .campaign-page { padding-bottom: 76px; }
  .campaign-header-inner { min-height: 64px; }
  .campaign-header .brand-text { font-size: 0.95rem; }
  .campaign-header .btn-small { display: none; }
  .campaign-hero { padding: 58px 0 28px; }
  .campaign-section { padding: 58px 0; }
  .campaign-report-card,
  .sample-mini-report,
  .campaign-disclaimer-card,
  .campaign-lead-form { padding: 22px; }
  .campaign-trust-strip,
  .campaign-benefit-grid,
  .campaign-steps { grid-template-columns: 1fr; }
  .campaign-card-header,
  .campaign-footer-inner { align-items: flex-start; flex-direction: column; }
  .mobile-sticky-cta {
    display: inline-flex;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 80;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 18px 38px rgba(15, 118, 110, 0.35);
  }
}

.campaign-form-section .form-feedback {
  background: #eef7f4;
  color: var(--primary-dark);
}
.campaign-form-section .form-feedback.error {
  background: var(--risk-bg);
  color: var(--risk);
}


/* V4 polished zero-distraction pilot page. Uses dedicated .pilot-* classes to avoid collisions with the SEO microsite. */
.pilot-page {
  --pilot-max: 1120px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(15,118,110,.12), transparent 34rem),
    linear-gradient(180deg, #f4faf8 0%, #f8fbfa 52%, #ffffff 100%);
  font-size: 16px;
  line-height: 1.6;
}
.pilot-page h1,
.pilot-page h2,
.pilot-page h3 { letter-spacing: -0.035em; }
.pilot-container { width: min(var(--pilot-max), calc(100% - 40px)); margin-inline: auto; }
.pilot-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(219,231,228,.95);
  backdrop-filter: blur(14px);
}
.pilot-header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pilot-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; font-weight: 850; }
.pilot-brand strong { color: var(--primary); }
.pilot-brand-mark { width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; background: var(--primary); color: #fff; font-weight: 950; letter-spacing: -.05em; }
.pilot-header-cta,
.pilot-btn,
.pilot-submit,
.pilot-copy-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; border-radius: 999px; padding: .82rem 1.22rem;
  font: inherit; font-weight: 900; text-decoration: none; cursor: pointer;
  border: 2px solid transparent; transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.pilot-header-cta,
.pilot-btn-primary,
.pilot-submit { background: var(--primary); color: #fff; }
.pilot-header-cta:hover,
.pilot-btn-primary:hover,
.pilot-submit:hover { background: var(--primary-dark); box-shadow: var(--shadow-soft); transform: translateY(-1px); }
.pilot-btn-secondary,
.pilot-copy-button { background: #fff; color: var(--primary-dark); border-color: #b7dcd4; }
.pilot-btn-secondary:hover,
.pilot-copy-button:hover { background: #eef7f4; box-shadow: var(--shadow-soft); transform: translateY(-1px); }
.pilot-hero { padding: 72px 0 34px; }
.pilot-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 455px; gap: 48px; align-items: center; }
.pilot-hero-copy { max-width: 675px; }
.pilot-kicker { margin: 0 0 .75rem; color: var(--primary-dark); font-size: .78rem; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.pilot-hero h1 { margin: 0 0 1.1rem; font-size: clamp(2.45rem, 4.4vw, 4.05rem); line-height: 1.02; color: #183035; }
.pilot-lead { max-width: 650px; margin: 0 0 1rem; font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: #304a50; }
.pilot-note { margin: 0; padding: .86rem 1rem; max-width: 640px; color: var(--muted); background: rgba(255,255,255,.78); border-left: 4px solid var(--primary); border-radius: 0 14px 14px 0; }
.pilot-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 26px; }
.pilot-actions.compact { margin-top: 22px; }
.pilot-preview-card,
.pilot-card,
.pilot-steps article,
.pilot-document-card,
.pilot-warning-card,
.pilot-form-shell,
.pilot-faq details {
  background: #fff; border: 1px solid rgba(219,231,228,.96); border-radius: 24px; box-shadow: var(--shadow-soft);
}
.pilot-preview-card { padding: 26px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.pilot-preview-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, var(--primary), #1d4f91); }
.pilot-preview-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 16px; }
.pilot-preview-label { font-weight: 950; }
.pilot-status-pill { display: inline-flex; border-radius: 999px; padding: .38rem .72rem; background: var(--check-bg); color: var(--check); font-size: .82rem; font-weight: 900; }
.pilot-status-box { padding: 18px; border: 1px solid var(--border); border-radius: 18px; background: #f8fcfa; margin-bottom: 16px; }
.pilot-status-box span { display: block; color: var(--muted); font-size: .82rem; }
.pilot-status-box strong { display: block; font-size: 1.7rem; line-height: 1.05; }
.pilot-status-box p { margin: .35rem 0 0; color: #415b60; }
.pilot-table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 16px; }
.pilot-mini-table { width: 100%; min-width: 430px; border-collapse: collapse; font-size: .86rem; }
.pilot-mini-table th { text-align: left; padding: .7rem .8rem; background: #f2f7f5; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.pilot-mini-table td { padding: .72rem .8rem; border-top: 1px solid var(--border); vertical-align: middle; }
.pilot-mini-table span { display: inline-flex; justify-content: center; width: 100%; border-radius: 999px; padding: .25rem .45rem; font-size: .72rem; font-weight: 900; white-space: nowrap; }
.mini-ok { color: var(--ok); background: var(--ok-bg); }
.mini-check { color: var(--check); background: var(--check-bg); }
.mini-risk { color: var(--risk); background: var(--risk-bg); }
.pilot-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.pilot-tags span { border: 1px solid #f0d69b; background: var(--check-bg); color: var(--check); border-radius: 999px; padding: .34rem .62rem; font-size: .8rem; font-weight: 850; }
.pilot-small { margin: 0; color: var(--muted); font-size: .88rem; }
.pilot-trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 34px; }
.pilot-trust-strip span { background: rgba(255,255,255,.9); border: 1px solid var(--border); border-radius: 999px; padding: .68rem .85rem; text-align: center; font-size: .88rem; font-weight: 900; color: #29494e; }
.pilot-section { padding: 68px 0; }
.pilot-soft { background: linear-gradient(180deg, rgba(238,247,244,.8), rgba(248,251,250,.95)); }
.pilot-section-head { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.pilot-section-head h2,
.pilot-narrow h2,
.pilot-two-col h2,
.pilot-form-copy h2,
.pilot-final h2 { font-size: clamp(1.8rem, 3vw, 2.85rem); margin-bottom: .8rem; }
.pilot-section-head p:not(.pilot-kicker),
.pilot-narrow p,
.pilot-two-col p,
.pilot-form-copy p,
.pilot-final p { color: #405b60; }
.pilot-card-grid,
.pilot-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.pilot-card,
.pilot-steps article { padding: 24px; }
.pilot-card h3,
.pilot-steps h3 { margin-bottom: .45rem; }
.pilot-card p,
.pilot-steps p { color: var(--muted); margin-bottom: 0; }
.pilot-dot { width: 14px; height: 14px; display: inline-block; border-radius: 50%; margin-bottom: 14px; box-shadow: 0 0 0 6px rgba(15,118,110,.08); }
.pilot-dot.ok { background: var(--ok); }
.pilot-dot.check { background: var(--check); }
.pilot-dot.risk { background: var(--risk); }
.pilot-steps article span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; margin-bottom: 16px; background: var(--primary); color: #fff; font-weight: 950; }
.pilot-two-col { display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, .72fr); gap: 42px; align-items: center; }
.pilot-two-col.trust { align-items: start; }
.pilot-inline-link { color: var(--primary-dark); font-weight: 900; }
.pilot-document-card { padding: 26px; transform: rotate(.35deg); }
.pilot-document-dots { display: flex; gap: 7px; margin-bottom: 16px; }
.pilot-document-dots span { width: 11px; height: 11px; border-radius: 50%; }
.pilot-document-dots span:nth-child(1) { background: var(--risk-bg); }
.pilot-document-dots span:nth-child(2) { background: var(--check-bg); }
.pilot-document-dots span:nth-child(3) { background: var(--ok-bg); }
.pilot-document-card ul { margin: 16px 0 0; padding: 0; list-style: none; }
.pilot-document-card li { padding: 11px 0; border-top: 1px solid var(--border); }
.pilot-narrow { max-width: 820px; margin: 0 auto; text-align: center; }
.pilot-warning-card { padding: 24px; background: #fffdf8; border-color: #f1d39b; }
.pilot-warning-card strong { display: block; color: #60440f; margin-bottom: .5rem; }
.pilot-form-section { background: linear-gradient(135deg, #0f766e, #174a7c); }
.pilot-form-shell { display: grid; grid-template-columns: minmax(0,.82fr) minmax(360px, .78fr); gap: 34px; align-items: start; padding: 34px; background: #fff; }
.pilot-form-copy .pilot-kicker { color: var(--primary-dark); }
.pilot-contact-card { margin-top: 22px; border: 1px solid var(--border); background: #f8fcfa; border-radius: 18px; padding: 18px; }
.pilot-contact-card span { display: block; color: var(--muted); font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.pilot-contact-card a { display: inline-block; margin: .2rem 0 .9rem; font-weight: 900; }
.pilot-copy-button { min-height: 42px; padding: .55rem 1rem; font-size: .92rem; }
.pilot-form { display: grid; gap: 14px; }
.pilot-field label { display: block; margin-bottom: 6px; font-weight: 900; color: var(--text); }
.pilot-field input,
.pilot-field textarea { border: 1px solid #cfe1dd; border-radius: 14px; padding: .9rem 1rem; background: #fff; color: var(--text); font: inherit; }
.pilot-note-toggle { appearance: none; border: 0; background: transparent; color: var(--primary-dark); font: inherit; font-weight: 900; padding: 0; text-align: left; text-decoration: underline; cursor: pointer; justify-self: start; }
.pilot-checkbox { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--muted); font-weight: 600; }
.pilot-checkbox input { width: 18px; height: 18px; margin-top: 4px; }
.pilot-submit { width: 100%; min-height: 54px; }
.pilot-faq details { padding: 18px 20px; margin: 12px 0; }
.pilot-faq summary { cursor: pointer; font-weight: 900; }
.pilot-faq p { margin: .8rem 0 0; color: var(--muted); }
.pilot-final { padding: 70px 0; background: #fff; text-align: center; }
.pilot-footer { background: #0b2023; color: #d8e6e3; padding: 26px 0; }
.pilot-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pilot-footer p { margin: 0; color: #d8e6e3; }
.pilot-footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
.pilot-footer a { color: #d8e6e3; font-weight: 800; }
.pilot-mobile-cta { display: none; }
.pilot-page .form-feedback { border-radius: 12px; padding: 11px 13px; margin: 10px 0 0; background: #eef7f4; color: var(--primary-dark); }
.pilot-page .form-feedback.error { background: var(--risk-bg); color: var(--risk); }

@media (max-width: 1040px) {
  .pilot-hero-grid,
  .pilot-two-col,
  .pilot-form-shell { grid-template-columns: 1fr; }
  .pilot-hero-copy { max-width: 760px; }
  .pilot-preview-card,
  .pilot-document-card { max-width: 680px; }
  .pilot-preview-card { margin-inline: auto; }
  .pilot-trust-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .pilot-page { padding-bottom: 74px; }
  .pilot-container { width: min(100% - 28px, var(--pilot-max)); }
  .pilot-header-inner { min-height: 62px; }
  .pilot-brand { font-size: .95rem; }
  .pilot-brand-mark { width: 36px; height: 36px; border-radius: 12px; }
  .pilot-header-cta { display: none; }
  .pilot-hero { padding: 44px 0 26px; }
  .pilot-hero h1 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .pilot-actions { flex-direction: column; align-items: stretch; }
  .pilot-btn, .pilot-inline-link { width: 100%; text-align: center; }
  .pilot-preview-card,
  .pilot-card,
  .pilot-steps article,
  .pilot-document-card,
  .pilot-warning-card,
  .pilot-form-shell { border-radius: 20px; padding: 22px; }
  .pilot-trust-strip,
  .pilot-card-grid,
  .pilot-steps { grid-template-columns: 1fr; }
  .pilot-section { padding: 52px 0; }
  .pilot-section-head { margin-bottom: 24px; }
  .pilot-footer-inner { align-items: flex-start; flex-direction: column; }
  .pilot-mobile-cta { display: inline-flex; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 120; min-height: 52px; align-items: center; justify-content: center; border-radius: 999px; background: var(--primary); color: #fff; text-decoration: none; font-weight: 950; box-shadow: 0 18px 38px rgba(15,118,110,.35); }
}

/* V6 polish: clean table-of-contents card and generic software wording support. */
.report-toc-card { display: flex; flex-direction: column; gap: 14px; align-self: start; }
.report-toc-card h2 { margin-bottom: 4px; font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
.report-toc { display: grid; gap: 10px; margin: 2px 0 8px; }
.report-toc a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0.78rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f7fbfa;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}
.report-toc a::after { content: "›"; color: var(--primary); font-weight: 950; }
.report-toc a:hover { background: #eef7f4; border-color: #b7dcd4; color: var(--primary-dark); }
.toc-cta { width: 100%; margin-top: 4px; }

@media (max-width: 720px) {
  .report-toc-card { gap: 12px; }
  .report-toc a { padding: 0.72rem 0.8rem; }
}

/* v7: polished sample report page layout */
html { scroll-padding-top: 96px; }
.subpage-header .header-inner { min-height: 72px; }
.subpage-nav { gap: 18px; }
.subpage-nav a { white-space: nowrap; }
.report-page .page-hero { padding: 64px 0 34px; }
.report-page-section { padding-top: 54px; }
.report-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}
.report-main-column { min-width: 0; display: grid; gap: 28px; }
.report-main-column .content-card { margin-top: 0; }
.report-summary-card h2 { max-width: 720px; }
.report-metrics { margin-top: 22px; }
.table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}
.table-wrap .report-table { margin: 0; min-width: 680px; border-radius: 0; }
.table-wrap .report-table th,
.table-wrap .report-table td { border-top: 0; border-left: 0; }
.table-wrap .report-table th:last-child,
.table-wrap .report-table td:last-child { border-right: 0; }
.table-wrap .report-table tr:last-child td { border-bottom: 0; }
.report-sidebar { display: grid; gap: 18px; min-width: 0; }
.report-sidebar .side-card { position: static; top: auto; }
.report-toc-card { display: flex; flex-direction: column; gap: 14px; align-self: start; }
.report-toc-card h2 { margin-bottom: 4px; font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
.report-toc { display: grid; gap: 10px; margin: 2px 0 8px; }
.report-toc a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  padding: 0.82rem 0.95rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f6faf8;
  color: var(--text);
  text-decoration: none;
  font-weight: 850;
}
.report-toc a::after { content: "›"; color: var(--primary); font-weight: 950; }
.report-toc a:hover, .report-toc a:focus-visible { background: #eef7f4; border-color: #b7dcd4; color: var(--primary-dark); }
.toc-cta { width: 100%; }
.report-note-card p { margin-bottom: 0; color: var(--muted); }
.clean-steps-list { margin: 0; padding-left: 1.2rem; }
.clean-steps-list li { margin: 0.65rem 0; padding-left: 0.2rem; }
@media (max-width: 1080px) {
  .report-page-layout { grid-template-columns: 1fr; }
  .report-sidebar { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .subpage-nav { gap: 10px; flex-wrap: wrap; justify-content: flex-start; }
  .subpage-nav a { font-size: 0.88rem; }
  .report-sidebar { grid-template-columns: 1fr; }
  .report-metrics { grid-template-columns: 1fr; }
  .report-page .page-hero { padding-top: 42px; }
  .report-page-section { padding-top: 36px; }
  .table-wrap .report-table { min-width: 620px; }
}


/* v10: Methodology page fix — no sticky overlap, clean two-column layout, Czech public wording. */
.methodology-page .site-header {
  position: static;
}
.methodology-page .page-hero {
  padding: 64px 0 42px;
}
.methodology-page-section {
  padding-top: 46px;
}
.methodology-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}
.methodology-main {
  min-width: 0;
  display: grid;
  gap: 28px;
}
.methodology-main .content-card {
  margin-top: 0;
}
.methodology-sidebar {
  min-width: 0;
  display: grid;
  gap: 18px;
  align-content: start;
}
.methodology-sidebar .side-card,
.methodology-side-card {
  position: static;
  top: auto;
}
.methodology-side-card p {
  color: var(--muted);
}
.methodology-side-card .btn {
  margin-top: 6px;
}
.source-list li {
  margin: 0.35rem 0;
}
@media (max-width: 1080px) {
  .methodology-layout {
    grid-template-columns: 1fr;
  }
  .methodology-sidebar {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .methodology-page .page-hero {
    padding: 42px 0 28px;
  }
  .methodology-page-section {
    padding-top: 32px;
  }
  .methodology-sidebar {
    grid-template-columns: 1fr;
  }
}


/* v13 contact card alignment */
.pilot-contact-row { display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap; }
.pilot-contact-row a { margin:0; flex:1 1 auto; min-width:0; }
.pilot-copy-button { flex:0 0 auto; white-space:nowrap; }
@media (max-width:760px){ .pilot-contact-row{flex-direction:column; align-items:stretch;} .pilot-copy-button{width:100%;} }


/* v13: improved contact row spacing */
.pilot-contact-row{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;}
.pilot-contact-link{font-weight:900;word-break:break-word;}
.pilot-copy-button{margin-left:auto;white-space:nowrap;}
@media(max-width:640px){.pilot-contact-row{align-items:flex-start;}.pilot-copy-button{margin-left:0;width:100%;}}
