:root {
  --ink: #07142d;
  --navy: #071a3a;
  --blue: #2563eb;
  --blue-light: #dbeafe;
  --pink: #f43f8d;
  --pink-light: #fce7f3;
  --paper: #f7f9fc;
  --line: #dce4f0;
  --muted: #5f6f87;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
.icon { display: inline-block; width: 1.15em; height: 1.15em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.18em; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 20, 45, 0.93);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: white; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.tria-logo { display: block; width: auto; height: 28px; object-fit: contain; }
.brand-divider { width: 1px; height: 28px; background: rgba(255,255,255,.2); }
.brand-evolve { display: inline-flex; align-items: center; gap: 8px; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(244,63,141,.55); color: var(--pink); border-radius: 50%; font-size: 21px; line-height: 1; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a { color: #bdc9da; font-size: 14px; transition: color .2s ease; }
nav a:hover { color: white; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 10px;
  background: linear-gradient(115deg, #f43f8d, #d92b79);
  color: white;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 13px 34px rgba(244,63,141,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 40px rgba(244,63,141,.32); }
.button:focus-visible, a:focus-visible { outline: 3px solid #93c5fd; outline-offset: 3px; }
.button-small { min-height: 40px; padding: 0 16px; font-size: 12px; box-shadow: none; }

.section-dark { background: var(--navy); color: white; }
.hero { position: relative; overflow: hidden; padding: 100px 0 92px; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, transparent, black 60%, transparent);
  pointer-events: none;
}
.hero-glow { position: absolute; width: 620px; height: 620px; right: -100px; top: -170px; background: radial-gradient(circle, rgba(37,99,235,.34), transparent 64%); filter: blur(4px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.kicker { display: inline-block; color: #93c5fd; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker-dark { color: var(--blue); }
.hero h1 { max-width: 710px; margin: 20px 0 24px; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 em { color: #f9a8d4; font-style: normal; }
.hero-copy > p { max-width: 640px; margin: 0; color: #b9c7da; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: #d7e2ef; border-bottom: 1px solid #667994; padding-bottom: 4px; font-size: 14px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 30px; color: #93a4bb; font-size: 12px; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { color: #f472b6; }

.radar-card { position: relative; padding: 26px 28px 24px; background: rgba(255,255,255,.96); color: var(--ink); border: 1px solid rgba(255,255,255,.24); border-radius: 18px; box-shadow: 0 28px 80px rgba(0,0,0,.28); transform: rotate(1.2deg); }
.radar-card::before { content: ""; position: absolute; inset: 12px -12px -12px 12px; border: 1px solid rgba(244,63,141,.28); border-radius: 18px; z-index: -1; }
.radar-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.radar-head > div { display: grid; gap: 6px; }
.eyebrow { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.radar-head strong { font-size: 15px; }
.score { font-size: 28px; font-weight: 900; color: var(--pink); }
.score span { color: #9aa9bd; font-size: 12px; }
.radar-card svg { display: block; width: 100%; height: auto; margin: 5px 0 -2px; overflow: visible; }
.radar-grid polygon, .radar-grid line { fill: none; stroke: #d7dfeb; stroke-width: 1; }
.radar-grid .radar-value { fill: rgba(244,63,141,.22); stroke: var(--pink); stroke-width: 2.6; }
.radar-grid circle { fill: var(--blue); stroke: white; stroke-width: 2; }
.radar-labels { fill: #617188; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.insight-line { display: flex; gap: 9px; align-items: flex-start; padding: 13px 14px; border-radius: 9px; background: #eef4ff; color: #33445e; font-size: 10px; line-height: 1.5; }
.pulse { flex: 0 0 auto; width: 7px; height: 7px; margin-top: 3px; background: var(--pink); border-radius: 50%; box-shadow: 0 0 0 5px rgba(244,63,141,.13); }

.pain-section, .segments-section { padding: 110px 0; }
.section-heading h2 { margin: 14px 0 0; max-width: 760px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p, .split-heading > p, .centered > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.split-heading > p { margin: 0; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pain-card { position: relative; min-height: 270px; padding: 34px 32px 30px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.pain-card:hover { z-index: 2; transform: translateY(-4px); box-shadow: 0 20px 50px rgba(22,45,80,.11); }
.pain-card > svg { color: var(--pink); margin-bottom: 30px; }
.pain-number { position: absolute; top: 28px; right: 28px; color: #cbd5e1; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.pain-card h3 { max-width: 280px; margin: 0 0 13px; font-size: 19px; line-height: 1.25; letter-spacing: -.02em; }
.pain-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.recognition-band { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-top: 24px; padding: 25px 28px; background: var(--navy); color: white; border-left: 4px solid var(--pink); }
.recognition-band strong { font-size: 15px; }
.recognition-band span { color: #9cafc8; font-size: 13px; }
.recognition-band a { display: flex; align-items: center; gap: 8px; color: #f9a8d4; font-weight: 800; font-size: 13px; }

.segments-section { background: white; }
.centered { display: flex; flex-direction: column; align-items: center; text-align: center; }
.centered h2 { max-width: 870px; }
.centered > p { max-width: 730px; margin: 24px auto 0; }
.sector-tabs { margin-top: 54px; }
.sector-tabs-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  height: auto;
  padding: 0;
  gap: 0;
  overflow: hidden;
  background: #eef3f9;
  border: 1px solid #d9e2ef;
  border-radius: 14px 14px 0 0;
}
.sector-tab {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-right: 1px solid #d9e2ef;
  border-radius: 0;
  color: #52647d;
  font-size: 13px;
  font-weight: 800;
  transition: color .2s ease, background .2s ease;
}
.sector-tab:last-child { border-right: 0; }
.sector-tab:hover { color: var(--blue); background: #f7faff; }
.sector-tab[data-state="active"] { background: var(--navy); color: white; box-shadow: inset 0 -4px 0 var(--pink); }
.sector-tab[data-state="active"] svg { color: #f9a8d4; }
.sector-content { margin-top: 0; }
.sector-panel {
  display: grid;
  grid-template-columns: .76fr 1.24fr .95fr;
  min-height: 420px;
  background: #f8fafd;
  border: 1px solid #d9e2ef;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
.sector-summary, .sector-businesses, .sector-pains { padding: 38px 34px; }
.sector-summary { background: var(--navy); color: white; }
.sector-identity { display: flex; align-items: center; gap: 16px; }
.sector-icon { display: grid; place-items: center; width: 58px; height: 58px; flex: 0 0 auto; border: 1px solid rgba(244,63,141,.48); border-radius: 50%; color: #f9a8d4; }
.sector-identity > div { display: grid; gap: 7px; }
.sector-identity span:not(.sector-icon) { color: #7f94af; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.sector-identity h3 { margin: 0; font-size: 24px; line-height: 1.12; letter-spacing: -.025em; }
.sector-summary > p { margin: 48px 0 0; color: #aebdd0; font-size: 13px; line-height: 1.75; }
.sector-businesses { border-right: 1px solid #d9e2ef; }
.sector-label { display: block; margin-bottom: 22px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.business-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.business-tags span { padding: 9px 12px; background: white; border: 1px solid #dce4ef; border-radius: 999px; color: #40516a; font-size: 11px; line-height: 1; }
.sector-pains { background: white; }
.sector-pains ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.sector-pains li { display: flex; align-items: flex-start; gap: 9px; color: #42536c; font-size: 12px; line-height: 1.5; }
.sector-pains li svg { flex: 0 0 auto; margin-top: 1px; color: var(--pink); }
.sector-match { display: grid; gap: 7px; margin-top: 26px; padding: 20px; background: #eef4ff; border-left: 3px solid var(--blue); }
.sector-match strong { font-size: 12px; }
.sector-match span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.other-segments { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; margin-top: 20px; padding: 28px 30px; background: #fff5fa; border: 1px solid #f7c6dc; border-radius: 12px; }
.other-segments strong { font-size: 15px; }
.other-segments p { max-width: 780px; margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.other-segments a { display: flex; align-items: center; gap: 8px; color: #c9206b; font-size: 12px; font-weight: 900; white-space: nowrap; }

.leadership-section {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(7,20,45,.08) 0%, rgba(7,20,45,.04) 40%, rgba(7,20,45,.12) 100%), url('/assets/images/evolve-executive.webp');
  background-size: cover;
  background-position: center;
  color: white;
}
.leadership-copy { padding-right: 48%; }
.leadership-copy blockquote { max-width: 650px; margin: 24px 0 22px; font-size: clamp(38px, 5vw, 66px); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; }
.leadership-copy p { max-width: 580px; margin: 0; color: #bdc9da; font-size: 16px; line-height: 1.75; }

.diagnostic-section { padding: 112px 0; background: var(--paper); }
.diagnostic-heading { margin-bottom: 48px; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 28px; padding: 0; list-style: none; border: 1px solid var(--line); background: white; }
.process-line li { position: relative; display: grid; min-height: 175px; align-content: start; padding: 28px 25px; border-right: 1px solid var(--line); }
.process-line li:last-child { border-right: 0; }
.process-line li > span { color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.process-line li > strong { margin: 34px 0 9px; font-size: 18px; }
.process-line li > small { color: var(--muted); font-size: 12px; line-height: 1.55; }
.deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.deliverable-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 25px; background: #eef3fa; border-radius: 12px; }
.deliverable-card > svg { color: var(--blue); }
.deliverable-card h3 { margin: 0 0 8px; font-size: 15px; }
.deliverable-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.measurement-section { padding: 112px 0 0; background: var(--navy); color: white; }
.measurement-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.measurement-copy h2 { max-width: 540px; margin: 18px 0 20px; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.measurement-copy > p { max-width: 540px; color: #aab9cc; font-size: 15px; line-height: 1.75; }
.measure-rule { display: grid; grid-template-columns: auto auto 24px auto auto 24px auto auto; align-items: center; gap: 8px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.measure-rule span { color: #6f829d; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.measure-rule strong { font-size: 11px; }
.measure-rule i { color: var(--pink); font-style: normal; text-align: center; }
.metrics-board { overflow: hidden; background: white; color: var(--ink); border-radius: 16px; box-shadow: 0 34px 90px rgba(0,0,0,.24); }
.metrics-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 25px; background: #eef3f9; border-bottom: 1px solid var(--line); }
.metrics-title span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.metrics-title strong { font-size: 12px; }
.metrics-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.metric-card { position: relative; display: grid; min-height: 137px; align-content: center; padding: 22px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-card:nth-child(even) { border-right: 0; }
.metric-card b { position: absolute; top: 18px; right: 18px; color: #d4ddea; font-size: 9px; }
.metric-card strong { margin-bottom: 7px; font-size: 15px; }
.metric-card span { max-width: 240px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.evidence-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; transform: translateY(44px); background: linear-gradient(100deg, #f43f8d, #d72a78); color: white; box-shadow: 0 22px 50px rgba(244,63,141,.24); }
.evidence-strip > div { display: grid; gap: 8px; padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.22); }
.evidence-strip > div:last-child { border-right: 0; }
.evidence-strip span { font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .74; }
.evidence-strip strong { font-size: 13px; }

.investment-section { padding: 150px 0 115px; background: white; }
.investment-heading > p { margin-top: 16px; }
.diagnostic-offer { display: grid; grid-template-columns: 130px 1fr; max-width: 980px; margin: 50px auto 80px; border: 1px solid #cfdaea; border-radius: 16px; overflow: hidden; box-shadow: 0 25px 70px rgba(23,48,86,.11); }
.offer-label { display: grid; place-items: center; background: var(--navy); color: #f9a8d4; font-size: 10px; font-weight: 900; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); }
.offer-main { display: grid; grid-template-columns: .62fr 1fr auto; gap: 34px; align-items: center; padding: 34px 36px; background: #fbfcfe; }
.offer-main > div { display: grid; gap: 7px; }
.offer-main > div > span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.offer-main > div > strong { font-size: 40px; letter-spacing: -.04em; white-space: nowrap; }
.offer-main sup { color: var(--pink); font-size: 14px; }
.offer-main > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.after-diagnostic { max-width: 1020px; margin: 0 auto; }
.after-heading { display: grid; grid-template-columns: .5fr 1fr; gap: 40px; align-items: end; margin-bottom: 32px; }
.after-heading > span { color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.after-heading h3 { margin: 0; font-size: 31px; line-height: 1.15; letter-spacing: -.03em; }
.plans-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.plan-card { position: relative; padding: 34px 34px 30px; background: #f5f7fb; border: 1px solid #dfe6f0; border-radius: 16px; }
.plan-card-featured { background: var(--navy); border-color: var(--navy); color: white; }
.featured-badge { position: absolute; top: 20px; right: 20px; color: #f9a8d4; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.plan-top { display: grid; margin-bottom: 26px; }
.plan-top > span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.plan-card-featured .plan-top > span { color: #93c5fd; }
.plan-top h4 { margin: 8px 0 18px; font-size: 32px; }
.plan-top > strong { font-size: 24px; }
.plan-top small { color: var(--muted); font-size: 11px; font-weight: 500; }
.plan-card-featured .plan-top small { color: #8da0bb; }
.plan-card > p { min-height: 80px; margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.plan-card-featured > p { color: #aebed2; }
.plan-card ul { display: grid; gap: 13px; margin: 0; padding: 24px 0 0; border-top: 1px solid #d9e1ec; list-style: none; }
.plan-card-featured ul { border-top-color: rgba(255,255,255,.13); }
.plan-card li { display: flex; gap: 9px; align-items: center; color: #4c5e76; font-size: 12px; }
.plan-card-featured li { color: #d3deeb; }
.plan-card li svg { color: var(--pink); }

.club-section { padding: 82px 0; background: linear-gradient(115deg, #0b2a5d, #07142d); color: white; }
.club-grid { display: grid; grid-template-columns: auto 1fr .55fr; gap: 46px; align-items: center; }
.club-symbol { display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid rgba(244,63,141,.48); border-radius: 50%; color: var(--pink); font-size: 58px; }
.club-grid h2 { margin: 12px 0 12px; font-size: 35px; letter-spacing: -.035em; }
.club-grid p { max-width: 720px; margin: 0; color: #a9b8cc; font-size: 13px; line-height: 1.7; }
.club-list { display: grid; gap: 14px; padding-left: 32px; border-left: 1px solid rgba(255,255,255,.13); }
.club-list span { display: flex; align-items: center; gap: 9px; color: #d1dceb; font-size: 12px; }
.club-list svg { color: var(--pink); }

.faq-section { padding: 110px 0; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .68fr 1fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 112px; }
.faq-heading h2 { margin: 15px 0 20px; font-size: 44px; line-height: 1.08; letter-spacing: -.04em; }
.faq-heading p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-list { border-top: 1px solid #ccd7e6; }
.faq-item { border-color: #ccd7e6; }
.faq-trigger { padding: 24px 0; font-size: 15px; font-weight: 800; text-decoration: none !important; }
.faq-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; cursor: pointer; list-style: none; }
.faq-trigger::-webkit-details-marker { display: none; }
.faq-content { padding: 0 34px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.diagnostic-bridge { padding: 80px 0; background: linear-gradient(120deg, #0a2450, #07142d); color: white; }
.bridge-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.bridge-inner h2 { max-width: 800px; margin: 14px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }

footer { padding: 30px 0; background: #051127; color: white; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.footer-grid p { margin: 0; color: #7588a3; font-size: 11px; text-align: center; }
.footer-grid > a:last-child { display: flex; align-items: center; gap: 7px; color: #9eb0c7; font-size: 11px; }

@media (max-width: 1020px) {
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .radar-card { max-width: 590px; margin: 0 auto; transform: none; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-panel { grid-template-columns: 1fr 1fr; }
  .sector-summary { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
  .sector-summary > p { margin: 0; }
  .sector-businesses { border-right: 1px solid #d9e2ef; }
  .other-segments { grid-template-columns: 1fr; gap: 18px; }
  .other-segments a { white-space: normal; }
  .leadership-copy { padding-right: 40%; }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .process-line li:nth-child(2) { border-right: 0; }
  .process-line li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .measurement-grid { grid-template-columns: 1fr; }
  .offer-main { grid-template-columns: .55fr 1fr; }
  .offer-main .button { grid-column: 1 / -1; }
  .club-grid { grid-template-columns: auto 1fr; }
  .club-list { grid-column: 2; }
  .faq-grid { gap: 50px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }
  .site-header .button-small { display: none; }
  .nav-wrap { height: 66px; }
  .hero { padding: 70px 0 64px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .radar-card { padding: 20px 16px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .pain-section, .segments-section { padding: 76px 0; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 230px; }
  .recognition-band { grid-template-columns: 1fr; }
  .sector-tabs { margin-top: 38px; }
  .sector-tabs-list { display: flex; justify-content: flex-start; overflow-x: auto; border-radius: 12px 12px 0 0; scrollbar-width: thin; }
  .sector-tab { flex: 0 0 138px; min-height: 68px; padding: 13px 10px; font-size: 12px; }
  .sector-panel { grid-template-columns: 1fr; }
  .sector-summary { grid-column: auto; grid-template-columns: 1fr; gap: 0; }
  .sector-summary > p { margin-top: 30px; }
  .sector-summary, .sector-businesses, .sector-pains { padding: 30px 24px; }
  .sector-businesses { border-right: 0; border-bottom: 1px solid #d9e2ef; }
  .other-segments { padding: 24px; }
  .leadership-section { min-height: 680px; background-position: 62% center; align-items: flex-end; }
  .leadership-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,20,45,.96), rgba(7,20,45,.08) 70%); }
  .leadership-copy { position: relative; z-index: 2; padding: 0 0 54px; }
  .leadership-copy blockquote { font-size: 38px; }
  .diagnostic-section { padding: 76px 0; }
  .process-line, .deliverables-grid { grid-template-columns: 1fr; }
  .process-line li { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-line li:last-child { border-bottom: 0; }
  .measurement-section { padding-top: 76px; }
  .measurement-grid { gap: 44px; }
  .measure-rule { grid-template-columns: auto auto; }
  .measure-rule i { display: none; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric-card { border-right: 0; }
  .evidence-strip { grid-template-columns: 1fr; }
  .evidence-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .investment-section { padding: 120px 0 76px; }
  .diagnostic-offer { grid-template-columns: 1fr; }
  .offer-label { padding: 12px; writing-mode: initial; transform: none; }
  .offer-main { grid-template-columns: 1fr; padding: 28px 24px; }
  .offer-main .button { grid-column: auto; }
  .after-heading, .plans-grid { grid-template-columns: 1fr; }
  .featured-badge { position: static; margin-bottom: 18px; }
  .plan-card > p { min-height: auto; }
  .club-grid { grid-template-columns: 1fr; }
  .club-list { grid-column: auto; padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .faq-section { padding: 76px 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .faq-heading { position: static; }
  .faq-heading h2 { font-size: 36px; }
  .bridge-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid p { text-align: left; }
}

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

/* Modal e formulário — equivalentes ao componente original */
button { font: inherit; }
.sector-content[hidden] { display: none; }
.dialog-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(2, 8, 23, .76); backdrop-filter: blur(7px); }
.dialog-backdrop[hidden] { display: none; }
.dialog-panel { position: relative; width: min(680px, 100%); max-height: 92vh; overflow-y: auto; border-radius: 18px; background: #fff; box-shadow: 0 32px 100px rgba(0,0,0,.42); }
.dialog-close { position: absolute; z-index: 2; top: 15px; right: 15px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; }
.dialog-head { padding: 29px 36px; background: #071a3a; color: #fff; }
.dialog-head span { color: #93c5fd; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.dialog-head h2 { margin: 10px 0 7px; font-size: 25px; line-height: 1.2; }
.dialog-head p { margin: 0; color: #cbd5e1; font-size: 14px; line-height: 1.6; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 29px 36px 34px; }
.form-field { display: grid; gap: 7px; color: #334155; font-size: 13px; font-weight: 800; }
.form-field.full, .form-consent, .form-status, .form-actions { grid-column: 1 / -1; }
.form-input { width: 100%; height: 45px; padding: 0 12px; border: 1px solid #d9e1ec; border-radius: 9px; background: #fff; color: #0f172a; font: inherit; font-size: 14px; outline: none; }
textarea.form-input { min-height: 96px; padding: 11px 12px; resize: vertical; }
.form-input:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59,130,246,.13); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: #64748b; font-size: 12px; line-height: 1.55; }
.form-consent input { width: 16px; height: 16px; margin-top: 1px; accent-color: var(--pink); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 4px; }
.form-actions .button { border: 0; cursor: pointer; }
.form-actions .button:disabled { cursor: wait; opacity: .68; }
.form-whatsapp { color: #64748b; font-size: 13px; font-weight: 800; }
.form-status { margin: 0; padding: 12px 14px; border-radius: 9px; font-size: 13px; line-height: 1.5; }
.form-status.error { background: #fff1f2; color: #9f1239; }
.form-status.success { background: #ecfdf5; color: #065f46; }
.dialog-success { padding: 54px 42px; text-align: center; }
.dialog-success h2 { margin: 0; font-size: 27px; }
.dialog-success p { max-width: 470px; margin: 14px auto 0; color: #64748b; line-height: 1.7; }
.dialog-success .button { margin-top: 25px; border: 0; cursor: pointer; }
body.dialog-open { overflow: hidden; }
@media(max-width:720px){.dialog-backdrop{padding:10px}.dialog-head,.lead-form{padding-left:22px;padding-right:22px}.lead-form{grid-template-columns:1fr}.form-field.full,.form-consent,.form-status,.form-actions{grid-column:auto}.form-actions{align-items:stretch;flex-direction:column-reverse}.form-actions .button{width:100%}.dialog-success{padding:48px 24px}}
