:root {
  --primary: #1167ff;
  --primary-dark: #0b3f9a;
  --navy: #07162f;
  --accent: #14c8a0;
  --cyan: #00a7ff;
  --text: #0f172a;
  --muted: #60708a;
  --soft: #edf4ff;
  --surface: #ffffff;
  --line: #dfe8f5;
  --bg: #f7faff;
  --shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
  --soft-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding-left: 1.1rem; }
.shell { width: min(1220px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 98px 0; }
.soft { background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%); }
.section-gradient {
  background:
    radial-gradient(circle at 20% 15%, rgba(32, 210, 161, 0.22), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(17, 103, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #07162f 0%, #102c68 54%, #0c4fa7 100%);
  color: #fff;
}
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav { height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.04em; }
.brand em { font-style: normal; color: var(--primary); }
.brand-mark {
  width: 44px; height: 44px; border-radius: 16px;
  display: grid; place-items: center;
  background: #07162f;
  box-shadow: 0 14px 34px rgba(17,103,255,0.25);
  overflow: hidden;
}
.brand-mark img { width: 44px; height: 44px; display: block; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 0.95rem; color: #334155; }
.nav-links a:hover { color: var(--primary); }
.nav-cta { padding: 10px 16px; color: #fff !important; background: var(--primary); border-radius: 999px; box-shadow: 0 12px 26px rgba(17,103,255,0.23); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--text); }
.hero { padding: 104px 0 92px; }
.hero-inner { display: grid; gap: 46px; }
.hero-top { max-width: 1120px; }
.hero-bottom { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 58px; align-items: center; }
.eyebrow {
  margin: 0 0 22px;
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.20em;
  font-size: clamp(0.78rem, 0.82vw, 0.94rem);
  line-height: 1.2;
}
.hero-eyebrow { font-size: clamp(0.82rem, 0.9vw, 0.98rem); letter-spacing: 0.22em; margin-bottom: 26px; white-space: nowrap; }
.hero h1, .section h2, .cta-card h2 { margin: 0; letter-spacing: -0.055em; line-height: 1.04; }
.hero h1 { font-size: clamp(3.45rem, 5.9vw, 6.15rem); max-width: 1150px; line-height: 0.98; }
.lead { margin: 0; color: rgba(255,255,255,0.82); font-size: clamp(1.06rem, 1.35vw, 1.25rem); max-width: 650px; line-height: 1.62; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 900; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #00a7ff); color: #fff; box-shadow: 0 16px 36px rgba(17,103,255,0.32); }
.btn-secondary { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.24); }
.cta-card .btn-secondary { color: var(--primary-dark); background: #edf4ff; border: 1px solid rgba(17,103,255,0.18); }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.trust-row span { padding: 8px 13px; border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; color: rgba(255,255,255,0.84); font-size: 0.9rem; }
.hero-panel { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); box-shadow: 0 28px 80px rgba(0,0,0,0.24); border-radius: 30px; padding: 18px; backdrop-filter: blur(18px); max-width: 640px; justify-self: end; }
.panel-top { display: flex; align-items: center; gap: 8px; padding: 8px 6px 18px; color: rgba(255,255,255,0.88); }
.panel-top strong { margin-left: 8px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.38); }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.metric-card, .timeline-card { background: rgba(255,255,255,0.95); color: var(--text); border: 1px solid rgba(255,255,255,0.58); border-radius: 22px; padding: 18px; }
.metric-card small { display: block; color: var(--muted); font-weight: 800; }
.metric-card strong { display: block; font-size: 2.25rem; line-height: 1; margin: 10px 0 6px; letter-spacing: -0.07em; }
.metric-card span { color: var(--muted); font-size: 0.9rem; }
.timeline-card { margin-top: 12px; }
.timeline-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.timeline-head span { color: var(--muted); font-size: 0.86rem; }
.timeline-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 10px; align-items: center; padding: 11px 0; border-top: 1px solid var(--line); font-size: 0.92rem; }
.timeline-item b { color: var(--primary-dark); }
.timeline-item em { font-style: normal; font-size: 0.78rem; border-radius: 999px; padding: 4px 8px; background: #eafaf5; color: #047857; font-weight: 900; }
.timeline-item.warning em { background: #fff7ed; color: #c2410c; }
.split { display: grid; grid-template-columns: 0.92fr 1fr; gap: 78px; align-items: start; }
.intro-block { max-width: 1120px; }
.intro-block h2 { max-width: 1050px; }
.intro-text-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 30px; max-width: 1080px; }
.section h2 { font-size: clamp(2.65rem, 4.6vw, 4.6rem); line-height: 1.055; max-width: 980px; }
.section-head { text-align: center; max-width: 980px; }
.section-head h2 { margin-inline: auto; }
.section-text { margin: 0; color: var(--muted); font-size: clamp(1.08rem, 1.30vw, 1.25rem); line-height: 1.62; max-width: 780px; }
.rich-text p { margin: 0 0 20px; }
.rich-text p:last-child { margin-bottom: 0; }
.reports-text, .security-text { margin-top: 30px; }
.value-grid, .feature-grid, .visual-grid, .access-grid { display: grid; gap: 22px; margin-top: 48px; }
.value-grid { grid-template-columns: repeat(3, 1fr); }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.visual-grid { grid-template-columns: repeat(3, 1fr); }
.access-grid { grid-template-columns: repeat(3, 1fr); }
.value-card, .feature-card, .report-card, .deploy-card, .insight-card, .chart-card, .cta-card, .visual-card, .security-list article, .access-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(244,249,255,0.92));
  border: 1px solid rgba(183, 205, 234, 0.74);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}
.value-card, .feature-card, .visual-card, .security-list article, .deploy-card, .access-card { position: relative; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.value-card::before, .feature-card::before, .security-list article::before, .deploy-card::before, .access-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--cyan), var(--accent)); opacity: .78;
}
.value-card:hover, .feature-card:hover, .visual-card:hover, .security-list article:hover, .deploy-card:hover, .access-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(17,103,255,.30); }
.value-card { padding: 34px; }
.value-card h3, .feature-card h3, .report-card h3, .deploy-card h3, .insight-card h3, .visual-card h3, .access-card h3 { margin: 18px 0 10px; letter-spacing: -0.035em; line-height: 1.18; font-size: 1.32rem; }
.value-card p, .feature-card p, .report-card p, .deploy-card p, .insight-card p, .visual-card p, .access-card p { margin: 0; color: var(--muted); }
.icon-badge, .feature-icon, .security-icon { display: grid; place-items: center; color: var(--primary); background: linear-gradient(135deg, #edf4ff, #ddebff); border: 1px solid rgba(17,103,255,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 12px 24px rgba(17,103,255,.10); }
.icon-badge { width: 70px; height: 70px; border-radius: 24px; }
.icon-badge svg { width: 38px; height: 38px; }
.visual-section { background: radial-gradient(circle at 80% 10%, rgba(17,103,255,.10), transparent 30%), #f7faff; }
.visual-card { padding: 18px; }
.visual-card img { width: 100%; display: block; border-radius: 22px; border: 1px solid #dbe7f7; background: #f8fbff; box-shadow: 0 18px 36px rgba(15,23,42,.08); }
.visual-card h3 { padding: 0 8px; }
.visual-card p { padding: 0 8px 10px; }
.feature-card { padding: 34px; min-height: 302px; }
.feature-icon { width: 76px; height: 76px; border-radius: 25px; }
.feature-icon svg { width: 40px; height: 40px; }
.reports-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 54px; align-items: start; }
.reports-grid h2 { font-size: clamp(2.8rem, 4.8vw, 4.9rem); max-width: 650px; }
.report-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.report-card { min-height: 205px; padding: 28px; border-left: 0; border-top: 5px solid var(--primary); background: #fff; display: flex; flex-direction: column; justify-content: center; }
.report-card:nth-child(3) { grid-column: 1 / -1; min-height: 180px; }
.report-card h3 { margin-top: 0; }

.dashboard-preview { display: grid; grid-template-columns: 1.5fr 0.9fr; gap: 20px; margin-top: 38px; }
.chart-card { padding: 24px; min-height: 280px; }
.chart-title { display: flex; justify-content: space-between; gap: 20px; align-items: center; color: var(--muted); }
.chart-title strong { color: var(--text); }
.bars { height: 200px; display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; align-items: end; margin-top: 22px; }
.bars i { display: block; height: var(--h); border-radius: 16px 16px 8px 8px; background: linear-gradient(180deg, #64b5ff, var(--primary)); box-shadow: 0 12px 24px rgba(17,103,255,0.2); }
.insight-card { padding: 28px; }
.insight-card ul { color: var(--muted); margin-top: 18px; display: grid; gap: 8px; }
.deployment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 46px; }
.deploy-card { padding: 34px; }
.deploy-card.preferred { border-color: rgba(17,103,255,0.28); box-shadow: var(--shadow); }
.deploy-card.enterprise::before { background: linear-gradient(90deg, #64748b, #1167ff); opacity: .55; }
.badge { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: #eafaf5; color: #047857; font-size: 0.82rem; font-weight: 900; }
.badge.muted { background: #edf4ff; color: var(--primary-dark); }
.deploy-card ul { color: var(--muted); margin-top: 20px; display: grid; gap: 8px; }
.access-section { background: #fff; }
.access-card { padding: 30px; }
.access-card span { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #eafaf5; color: #047857; font-weight: 900; font-size: .78rem; }
.access-card a { display: inline-flex; margin-top: 18px; color: var(--primary); font-weight: 900; }
.security-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 58px; align-items: center; }
.security-grid h2 { max-width: 680px; }
.security-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.security-list article { padding: 28px; }
.security-icon { width: 66px; height: 66px; border-radius: 22px; margin-bottom: 18px; color: #079d86; background: linear-gradient(135deg, #eafaf5, #e9f1ff); }
.security-icon svg { width: 34px; height: 34px; }
.security-list strong { display: block; margin-bottom: 8px; font-size: 1.12rem; }
.security-list span { color: var(--muted); font-size: 0.96rem; }
.cta-section { padding: 36px 0 96px; }
.cta-card { padding: 42px; display: flex; justify-content: space-between; gap: 34px; align-items: center; background: linear-gradient(135deg, #ffffff, #edf4ff); }
.cta-card p { color: var(--muted); margin: 20px 0 0; font-size: 1.08rem; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-actions .btn { min-width: 170px; }
.footer { background: #07162f; color: rgba(255,255,255,0.82); padding: 52px 0; }
.footer-clean { display: grid; gap: 14px; justify-items: start; }
.footer-brand { color: #fff; }
.footer p { max-width: 620px; color: rgba(255,255,255,0.66); margin: 0; }
.footer a { color: rgba(255,255,255,0.76); }
.footer a:hover { color: #fff; }
.footer strong { color: #fff; }
.footer-legal { margin-top: 8px !important; color: rgba(255,255,255,0.56) !important; }

@media (max-width: 940px) {
  .hero-panel { justify-self: stretch; max-width: none; }
  .hero h1 { font-size: clamp(3rem, 10vw, 5.2rem); }
  .hero-eyebrow { white-space: normal; }
}

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 74px; left: 20px; right: 20px; background: #fff; padding: 18px; border-radius: 18px; border: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero-bottom, .split, .reports-grid, .dashboard-preview, .security-grid { grid-template-columns: 1fr; }
  .feature-grid, .value-grid, .visual-grid, .access-grid, .report-stack, .intro-text-grid { grid-template-columns: repeat(2, 1fr); }
  .deployment-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .hero { padding: 78px 0; }
  .hero h1 { font-size: 3rem; }
  .section h2 { font-size: 2.55rem; }
  .lead { font-size: 1.05rem; }
  .eyebrow { font-size: .76rem; letter-spacing: .17em; }
  .metric-grid, .feature-grid, .value-grid, .visual-grid, .security-list, .access-grid, .report-stack, .intro-text-grid { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; gap: 4px; }
  .chart-title, .cta-card { flex-direction: column; align-items: flex-start; }
  .bars { gap: 7px; }
}

/* Publish-ready typography refinements */
.section-head h2 { max-width: 980px; }
.section-head .eyebrow { margin-bottom: 20px; }
@media (min-width: 941px) { .hero-copy { padding-top: 6px; } }

/* v5 professional refinement pass */
.eyebrow,
.hero-eyebrow {
  font-size: clamp(0.72rem, 0.76vw, 0.86rem);
  letter-spacing: 0.20em;
  font-weight: 850;
  margin-bottom: 18px;
  white-space: nowrap;
}
.hero { padding: 96px 0 88px; }
.hero-inner { gap: 36px; }
.hero-top { max-width: 1120px; }
.hero h1 {
  font-size: clamp(3.1rem, 5.0vw, 5.25rem);
  line-height: 1.0;
  max-width: 1120px;
  letter-spacing: -0.06em;
}
.hero-bottom {
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  gap: 64px;
  align-items: center;
}
.lead { max-width: 580px; font-size: clamp(1rem, 1.18vw, 1.16rem); line-height: 1.58; }
.hero-actions { margin-top: 28px; }
.trust-row { margin-top: 24px; max-width: 560px; }
.hero-panel { max-width: 590px; }

.section h2,
.section-head h2,
.security-grid h2,
.intro-block h2,
.reports-head h2,
.contact-card h2 {
  font-size: clamp(2.7rem, 4.25vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.section-text {
  font-size: clamp(1.06rem, 1.22vw, 1.20rem);
  line-height: 1.62;
}
.intro-block { max-width: 1040px; }
.intro-block h2 { max-width: 960px; }
.intro-copy { margin-top: 28px; max-width: 880px; }

.reports-head { max-width: 980px; text-align: center; }
.reports-head .section-text { margin: 24px auto 0; max-width: 840px; }
.report-stack-equal {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
}
.report-stack-equal .report-card {
  grid-column: auto !important;
  min-height: 270px;
  padding: 34px;
  justify-content: flex-start;
  border-left: 0;
  border-top: 4px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--primary), var(--cyan), var(--accent)) border-box;
  border: 1px solid transparent;
  box-shadow: var(--soft-shadow);
}
.report-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: var(--primary-dark);
  font-weight: 900;
  background: linear-gradient(135deg, #edf4ff, #dff2ff);
  border: 1px solid rgba(17,103,255,.12);
  margin-bottom: 18px;
}
.report-stack-equal .report-card h3 { margin: 0 0 12px; }
.report-stack-equal .report-card p { font-size: 1.02rem; line-height: 1.58; }
.dashboard-preview { margin-top: 42px; }

.security-grid { grid-template-columns: 0.86fr 1.14fr; align-items: center; }
.security-grid h2 { max-width: 620px; }
.security-text { margin-top: 28px; max-width: 700px; }
.security-list article { min-height: 248px; }

.contact-section { padding-top: 44px; }
.contact-card {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 44px;
  align-items: start;
  padding: 46px;
  background: linear-gradient(135deg, #ffffff, #edf4ff);
  border: 1px solid rgba(183, 205, 234, 0.82);
  border-radius: 34px;
  box-shadow: var(--soft-shadow);
}
.contact-card h2 { max-width: 520px; }
.contact-copy p:not(.eyebrow) { color: var(--muted); margin: 24px 0 0; max-width: 560px; font-size: 1.08rem; }
.contact-email a { color: var(--primary-dark); font-weight: 900; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--text); font-weight: 800; font-size: .86rem; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(183, 205, 234, 0.95);
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--text);
  background: rgba(255,255,255,0.92);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: rgba(17,103,255,.64); box-shadow: 0 0 0 4px rgba(17,103,255,.10); }
.contact-form label:nth-child(4), .contact-form .form-note, .contact-form .thank-you { grid-column: 1 / -1; }
.contact-form button { width: fit-content; border: 0; cursor: pointer; }
.form-note { margin: 0; color: var(--muted); font-size: .88rem; }
.thank-you { display: none; padding: 14px 16px; border-radius: 16px; background: #eafaf5; color: #047857; font-weight: 800; }
.thank-you.show { display: block; }
.footer-contact { color: rgba(255,255,255,0.68) !important; }

@media (max-width: 940px) {
  .eyebrow, .hero-eyebrow { white-space: normal; }
  .hero-bottom, .contact-card { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3rem, 9vw, 4.8rem); }
  .report-stack-equal { grid-template-columns: 1fr; }
  .report-stack-equal .report-card { min-height: auto; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: 2.75rem; }
  .section h2,
  .section-head h2,
  .security-grid h2,
  .intro-block h2,
  .reports-head h2,
  .contact-card h2 { font-size: 2.45rem; }
  .contact-card { padding: 28px; }
  .contact-form { grid-template-columns: 1fr; }
}


/* v6 hero spacing and headline refinement */
@media (min-width: 941px) {
  .hero { padding: 92px 0 86px; }
  .hero-inner { gap: 40px; }
  .hero-top { max-width: 1320px; }
  .hero h1 {
    font-size: clamp(3.25rem, 4.45vw, 4.95rem);
    line-height: 1.02;
    max-width: 1320px;
    letter-spacing: -0.058em;
  }
  .hero-bottom {
    grid-template-columns: minmax(430px, 0.82fr) minmax(540px, 1.18fr);
    gap: 72px;
    align-items: start;
  }
  .hero-copy {
    padding-top: 126px;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hero-copy .lead {
    font-size: clamp(1.12rem, 1.28vw, 1.28rem);
    line-height: 1.58;
    max-width: 600px;
  }
  .hero-copy .trust-row {
    margin-top: 28px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    max-width: 640px;
  }
  .hero-copy .trust-row span {
    white-space: nowrap;
    font-size: 0.86rem;
    padding: 8px 12px;
  }
  .hero-actions {
    margin-top: 24px;
  }
  .hero-panel {
    justify-self: end;
    max-width: 610px;
  }
}

@media (min-width: 1200px) {
  .hero-copy { padding-top: 136px; }
}

@media (max-width: 940px) {
  .hero-copy .trust-row { margin-top: 24px; }
  .hero-actions { margin-top: 24px; }
}

/* v7 polish: hero, reporting icons and contact wording */
@media (min-width: 941px) {
  .hero h1 {
    font-size: clamp(3.05rem, 4.16vw, 4.62rem);
    max-width: 1280px;
  }
  .hero-copy .lead {
    max-width: 675px;
    font-size: clamp(1.14rem, 1.32vw, 1.30rem);
  }
  .hero-bottom {
    grid-template-columns: minmax(520px, 0.95fr) minmax(520px, 1.05fr);
    gap: 68px;
  }
  .hero-copy {
    padding-top: 122px;
  }
}

.report-icon svg {
  width: 31px;
  height: 31px;
  display: block;
}
.report-stack-equal .report-card {
  min-height: 292px;
}
.report-stack-equal .report-card p {
  max-width: 360px;
}

.contact-card h2 {
  max-width: 560px;
}
.contact-copy p:not(.eyebrow) {
  max-width: 620px;
}
.contact-form .form-note {
  display: none;
}

@media (max-width: 940px) {
  .hero h1 {
    max-width: 840px;
  }
}

/* v8 contact typography and green label refinement */
.eyebrow,
.hero-eyebrow {
  font-size: clamp(0.82rem, 0.88vw, 1rem);
  letter-spacing: 0.22em;
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 22px;
  white-space: nowrap;
}

@media (min-width: 941px) {
  .contact-card {
    grid-template-columns: minmax(520px, 0.92fr) minmax(620px, 1.08fr);
    gap: 46px;
  }
  .contact-card h2 {
    font-size: clamp(3.05rem, 3.85vw, 4.45rem);
    line-height: 1.03;
    letter-spacing: -0.058em;
    max-width: 680px;
  }
  .contact-copy p:not(.eyebrow) {
    max-width: 640px;
  }
}

@media (max-width: 940px) {
  .eyebrow,
  .hero-eyebrow {
    white-space: normal;
  }
}


/* v9 final typography/contact refinement */
.eyebrow,
.hero-eyebrow {
  font-size: clamp(0.94rem, 1.02vw, 1.08rem);
  letter-spacing: 0.235em;
  font-weight: 900;
  white-space: nowrap;
}

@media (min-width: 941px) {
  .contact-card {
    grid-template-columns: minmax(460px, 0.88fr) minmax(0, 1.12fr);
    gap: 42px;
    overflow: hidden;
  }
  .contact-card h2 {
    font-size: clamp(2.85rem, 3.32vw, 3.92rem);
    line-height: 1.05;
    letter-spacing: -0.055em;
    max-width: 640px;
  }
  .contact-form {
    min-width: 0;
  }
  .contact-form label {
    min-width: 0;
  }
  .contact-form input,
  .contact-form textarea {
    min-width: 0;
  }
}

@media (max-width: 940px) {
  .eyebrow,
  .hero-eyebrow {
    white-space: normal;
    font-size: 0.84rem;
  }
}

/* v10 reporting preview polish: real-style monthly chart and card consistency */
.reporting-preview-grid {
  grid-template-columns: minmax(0, 1.38fr) minmax(340px, 0.72fr);
  align-items: stretch;
  gap: 24px;
}
.monthly-chart-card,
.commentary-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,249,255,.94)) padding-box,
    linear-gradient(90deg, rgba(17,103,255,.72), rgba(0,167,255,.64), rgba(20,200,160,.66)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.10);
}
.monthly-chart-card::before,
.commentary-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--cyan), var(--accent));
  opacity: .72;
}
.monthly-chart-card {
  padding: 28px 30px 24px;
  min-height: 390px;
}
.monthly-chart-title {
  align-items: flex-start;
  margin-bottom: 14px;
}
.monthly-chart-title strong {
  display: block;
  font-size: 1.22rem;
  letter-spacing: -0.035em;
}
.monthly-chart-title small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.4;
}
.monthly-chart-title span {
  white-space: nowrap;
  font-weight: 700;
  color: #5c6e8a;
}
.real-monthly-chart {
  position: relative;
  margin-top: 8px;
}
.real-monthly-chart svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.chart-grid-lines line {
  stroke: #e4edf8;
  stroke-width: 1.2;
}
.capacity-bars rect {
  fill: url(#capacityFill);
  stroke: rgba(17,103,255,.22);
  stroke-width: 1.2;
}
.pax-bars rect {
  fill: url(#paxFill);
  opacity: .92;
}
.slf-line {
  fill: none;
  stroke: #ff6b18;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.slf-dots circle {
  fill: #ff6b18;
  stroke: #fff;
  stroke-width: 3;
}
.pax-labels text,
.capacity-labels text,
.slf-labels text,
.month-labels text {
  font-family: Inter, system-ui, sans-serif;
  text-anchor: middle;
}
.pax-labels text {
  fill: #fff;
  font-weight: 800;
  font-size: 16px;
}
.capacity-labels text {
  fill: var(--text);
  font-weight: 700;
  font-size: 15px;
}
.slf-labels text {
  fill: #e85c11;
  font-weight: 800;
  font-size: 13px;
}
.month-labels text {
  fill: var(--text);
  font-weight: 700;
  font-size: 14px;
}
.chart-legend {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: -4px;
  color: #526580;
  font-size: .88rem;
  font-weight: 700;
  flex-wrap: wrap;
}
.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.chart-legend i {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  display: inline-block;
}
.capacity-dot { background: #d4e2ff; border: 1px solid rgba(17,103,255,.28); }
.pax-dot { background: #236ef4; }
.slf-dot { width: 21px !important; height: 4px !important; border-radius: 999px !important; background: #ff6b18; }
.commentary-card {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.commentary-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: var(--primary-dark);
  background: linear-gradient(135deg, #edf4ff, #dff2ff);
  border: 1px solid rgba(17,103,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.90), 0 14px 28px rgba(17,103,255,.10);
  margin-bottom: 20px;
}
.commentary-icon svg {
  width: 32px;
  height: 32px;
}
.commentary-card h3 {
  margin-top: 0;
  font-size: 1.42rem;
}
.commentary-card p,
.commentary-card li {
  font-size: 1.02rem;
  line-height: 1.58;
}
.commentary-card ul {
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 940px) {
  .reporting-preview-grid {
    grid-template-columns: 1fr;
  }
  .monthly-chart-card {
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .monthly-chart-card,
  .commentary-card {
    padding: 24px;
  }
  .monthly-chart-title {
    gap: 8px;
  }
  .monthly-chart-title span {
    font-size: .9rem;
  }
  .chart-legend {
    font-size: .78rem;
    gap: 12px;
  }
}
