:root {
  color-scheme: light;
  --navy: #102b3a;
  --navy-deep: #081e2b;
  --green: #158264;
  --green-dark: #0d684f;
  --red: #e3473f;
  --red-dark: #c93630;
  --cream: #f5f7f5;
  --paper: #ffffff;
  --line: #dce4e1;
  --line-dark: #b9c6c2;
  --text: #18313e;
  --text-soft: #60717a;
  --max: 1440px;
  --page: clamp(20px, 6vw, 94px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Segoe UI Variable", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: -80px;
  padding: 12px 18px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 8px 22px rgba(8,30,43,.18);
}
.skip-link:focus { top: 16px; }

.utility-bar {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--page);
  background: var(--navy-deep);
  color: rgba(255,255,255,.76);
  font-size: 12px;
  letter-spacing: .05em;
}
.utility-bar a { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 3vw, 54px);
  padding: 0 var(--page);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  color: var(--navy);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 36px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--navy);
  font-size: 0;
}
.brand-mark i { position: absolute; top: 0; bottom: 0; width: 11px; transform: skew(-18deg); }
.brand-mark i:first-child { left: 9px; background: var(--red); }
.brand-mark i:last-child { right: 9px; background: #fff; }
.brand-name { color: var(--navy); font-size: 19px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.brand-name span { margin-left: 4px; color: var(--green); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); }
.desktop-nav a { position: relative; color: #334d5a; font-size: 14px; font-weight: 600; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--green); transition: right .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a[aria-current="page"] { color: var(--navy); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.client-login, .header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid #afbfba;
  border-radius: 5px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.header-cta { border-color: var(--green); background: var(--green); color: #fff; }
.client-login:hover, .client-login:focus-visible { border-color: var(--navy); background: var(--cream); }
.header-cta:hover, .header-cta:focus-visible { background: var(--green-dark); }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0,.84fr) minmax(480px,1.16fr);
  gap: clamp(40px, 5vw, 86px);
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 68px var(--page) 72px;
  overflow: hidden;
}
.hero-copy { padding-left: clamp(0px, 2vw, 28px); }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 {
  max-width: 760px;
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: -.052em;
}
h1 em { color: var(--red); font-style: normal; font-weight: inherit; }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: var(--text-soft); font-size: clamp(18px,1.35vw,21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 700; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.button-primary { min-width: 190px; border-color: var(--red); background: var(--red); color: #fff; }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-dark); }
.button-secondary { border-color: #aebdb9; color: var(--navy); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--navy); background: var(--cream); }
.button-light { border-color: #fff; background: #fff; color: var(--navy); }
.button-light:hover, .button-light:focus-visible { background: #e7f0ed; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 13px 25px; margin-top: 24px; color: #65767e; font-size: 13px; }
.hero-assurance span { display: flex; align-items: center; gap: 8px; }
.hero-assurance i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.hero-visual { position: relative; min-height: 510px; overflow: hidden; border-radius: 8px 0 8px 8px; background: #dce5e2; }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(8,30,43,.08),transparent 42%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 510px; display: block; object-fit: cover; object-position: center; }
.hero-visual-card { position: absolute; z-index: 2; left: 24px; bottom: 24px; min-width: 280px; display: grid; gap: 5px; padding: 18px 20px; border-left: 5px solid var(--red); border-radius: 3px; background: rgba(255,255,255,.95); box-shadow: 0 16px 38px rgba(8,30,43,.16); }
.hero-visual-card span { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual-card strong { color: var(--navy); font-size: 15px; }

.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); color: var(--navy); }
.proof-strip div { min-height: 122px; display: grid; align-content: center; padding: 27px clamp(20px,4vw,64px); border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { color: var(--green); font-size: clamp(28px,3vw,42px); line-height: 1; }
.proof-strip span { margin-top: 8px; color: #65767e; font-size: 14px; }

.section { padding: 112px var(--page); }
.section-heading { max-width: var(--max); margin: 0 auto 68px; }
.split-heading { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(340px,.88fr); gap: clamp(60px,10vw,160px); align-items: start; }
.compact-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading h2, .faq-layout h2, .portal-copy h2, .audit h2, .page-hero h1 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(40px,4.5vw,66px);
  font-weight: 720;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.compact-heading h2 { max-width: 900px; }
.heading-copy { padding-top: 28px; }
.heading-copy p { margin: 0 0 18px; color: var(--text-soft); font-size: 18px; line-height: 1.65; }
.text-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 24px; padding-bottom: 7px; border-bottom: 1px solid var(--green); color: var(--navy); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--green); }

.intro-section { background: #fff; }
.trust-line { max-width: var(--max); margin: 82px auto 0; display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--line); }
.trust-line span { min-height: 74px; display: grid; place-items: center; padding: 16px; border-right: 1px solid var(--line); color: #6a7b83; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: center; }
.trust-line span:last-child { border-right: 0; }

.solutions-section { background: var(--cream); }
.solutions-tabs { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 320px 1fr; border: 1px solid var(--line); background: #fff; box-shadow: 0 20px 50px rgba(8,30,43,.06); }
.tab-list { display: grid; align-content: start; background: var(--navy-deep); }
.tab-list button { min-height: 88px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; padding: 0 28px; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); background: transparent; color: rgba(255,255,255,.72); text-align: left; cursor: pointer; }
.tab-list button span { color: rgba(255,255,255,.36); font-size: 12px; font-weight: 800; }
.tab-list button[aria-selected="true"] { border-left: 5px solid var(--red); background: #12364a; color: #fff; }
.tab-list button[aria-selected="true"] span { color: #72d1b5; }
.tab-panel { min-height: 520px; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.82fr); gap: 64px; align-items: center; padding: clamp(40px,5vw,74px); }
.panel-label, .card-kicker { margin: 0 0 14px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.tab-panel h3 { max-width: 650px; margin: 0; color: var(--navy); font-size: clamp(30px,3vw,45px); line-height: 1.12; letter-spacing: -.035em; }
.tab-panel > div > p:not(.panel-label) { max-width: 680px; margin: 24px 0 0; color: var(--text-soft); font-size: 17px; }
.check-list { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; color: #354e59; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.result-preview, .signal-board, .rating-preview, .ai-preview { align-self: stretch; display: grid; align-content: center; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: var(--cream); }
.preview-browser { display: flex; align-items: center; gap: 6px; margin: -28px -28px 22px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: #fff; }
.preview-browser i { width: 8px; height: 8px; border-radius: 50%; background: #c8d3d0; }
.preview-browser span { margin-left: 10px; color: #7b898f; font-size: 11px; }
.preview-result { display: grid; grid-template-columns: 35px 1fr; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.preview-result:last-child { border-bottom: 0; }
.preview-result b { color: var(--green); font-size: 11px; }
.preview-result span { display: grid; gap: 4px; }
.preview-result strong { color: var(--navy); font-size: 14px; }
.preview-result small { color: #78878d; }
.signal-board > span, .rating-preview > span, .ai-preview > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.signal-board > strong, .rating-preview > strong, .ai-preview > strong { margin: 8px 0 26px; color: var(--navy); font-size: 21px; line-height: 1.25; }
.signal-board > div { display: grid; grid-template-columns: 35px 1fr; align-items: center; padding: 15px 0; border-top: 1px solid var(--line); }
.signal-board b { color: var(--red); font-size: 11px; }
.signal-board p { margin: 0; color: #445b65; }
.rating-bars { height: 230px; display: flex; align-items: end; gap: 9px; margin: 12px 0 20px; border-bottom: 1px solid var(--line-dark); }
.rating-bars i { flex: 1; min-height: 12px; background: var(--green); opacity: .8; }
.rating-preview small { color: #76868d; }
.source-row { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); }
.source-row b { color: #415863; font-size: 13px; }
.source-row i { height: 6px; border-radius: 8px; background: var(--green); }
.source-row:nth-of-type(3) i { width: 72%; background: #e1a844; }
.source-row:nth-of-type(4) i { width: 43%; background: var(--red); }
.source-row em { color: #76868d; font-size: 11px; font-style: normal; }

.audience-section { background: #fff; }
.audience-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.audience-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: clamp(36px,4vw,62px); overflow: hidden; border: 1px solid var(--line); border-radius: 7px; }
.audience-card::after { content: ""; position: absolute; right: -80px; bottom: -130px; width: 320px; height: 320px; border: 1px solid rgba(16,43,58,.15); border-radius: 50%; }
.business-card { background: #edf6f2; }
.personal-card { background: #f7f3ef; }
.audience-number { align-self: end; color: rgba(16,43,58,.32); font-size: 12px; font-weight: 800; }
.audience-card h3 { max-width: 620px; margin: 18px 0 0; color: var(--navy); font-size: clamp(29px,3vw,43px); line-height: 1.12; letter-spacing: -.035em; }
.audience-card > p:not(.card-kicker) { max-width: 570px; margin: 24px 0 34px; color: var(--text-soft); font-size: 17px; }
.audience-card a { position: relative; z-index: 1; width: max-content; display: inline-flex; gap: 26px; margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid var(--green); color: var(--navy); font-size: 14px; font-weight: 700; }
.audience-card a span { color: var(--green); }

.process-section { background: var(--navy-deep); color: #fff; }
.process-section .eyebrow { color: #72d1b5; }
.process-section .section-heading h2 { color: #fff; }
.process-section .heading-copy p { color: rgba(255,255,255,.65); }
.process-grid { max-width: var(--max); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.process-grid li { min-height: 300px; padding: 30px clamp(18px,2.5vw,38px); border-right: 1px solid rgba(255,255,255,.16); }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: #72d1b5; font-size: 12px; font-weight: 800; }
.process-grid h3 { margin: 84px 0 18px; color: #fff; font-size: 25px; }
.process-grid p { margin: 0; color: rgba(255,255,255,.62); }

.cases-preview-section { background: var(--cream); }
.case-preview-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: #fff; }
.case-preview-grid article { min-height: 390px; display: flex; flex-direction: column; padding: clamp(28px,3.5vw,50px); border-right: 1px solid var(--line); }
.case-preview-grid article:last-child { border-right: 0; }
.case-preview-grid article > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.case-preview-grid h3 { margin: 64px 0 20px; color: var(--navy); font-size: 25px; line-height: 1.22; letter-spacing: -.02em; }
.case-preview-grid p { margin: 0 0 32px; color: var(--text-soft); }
.case-preview-grid a { width: max-content; margin-top: auto; color: var(--navy); font-size: 13px; font-weight: 700; }
.case-preview-grid a b { margin-left: 18px; color: var(--red); }
.nda-note { max-width: var(--max); margin: 22px auto 0; color: #74838a; font-size: 12px; }

.portal-section { display: grid; grid-template-columns: minmax(360px,.72fr) minmax(560px,1.28fr); gap: clamp(50px,8vw,120px); align-items: center; padding: 110px var(--page); background: #12384b; color: #fff; }
.portal-copy { max-width: 600px; justify-self: end; }
.portal-copy .eyebrow { color: #72d1b5; }
.portal-copy h2 { color: #fff; }
.portal-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: rgba(255,255,255,.67); font-size: 18px; }
.portal-window { max-width: 800px; padding: 0 28px 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: #f5f7f5; color: var(--navy); box-shadow: 30px 32px 0 rgba(0,0,0,.12); }
.portal-top { height: 58px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.portal-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(21,130,100,.1); }
.portal-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.portal-metrics div { min-height: 150px; display: grid; align-content: center; padding: 18px; border-right: 1px solid var(--line); }
.portal-metrics div:last-child { border-right: 0; }
.portal-metrics small { color: #6e7e85; }
.portal-metrics strong { margin: 5px 0; color: var(--navy); font-size: 34px; }
.portal-metrics em { color: var(--green); font-size: 11px; font-style: normal; }
.portal-chart { padding-top: 26px; }
.portal-chart > span { color: #6e7e85; font-size: 12px; }
.portal-chart svg { display: block; margin-top: 14px; color: var(--green); }

.insights-preview { background: #fff; }
.insight-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.insight-grid > a { min-height: 310px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-top: 4px solid var(--green); transition: transform .2s ease, box-shadow .2s ease; }
.insight-grid > a:hover, .insight-grid > a:focus-visible { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(8,30,43,.08); }
.insight-grid span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.insight-grid h3 { margin: 46px 0 16px; color: var(--navy); font-size: 25px; line-height: 1.22; }
.insight-grid p { margin: 0; color: var(--text-soft); }
.insight-grid b { margin-top: auto; color: var(--red); font-size: 13px; }

.faq-section { background: var(--cream); }
.faq-layout { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px,10vw,150px); }
.faq-intro { max-width: 360px; margin-top: 25px; color: var(--text-soft); font-size: 17px; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--navy); font-size: 18px; font-weight: 650; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; margin: -6px 0 28px; color: var(--text-soft); }

.audit { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(520px,1.2fr); gap: clamp(60px,10vw,150px); padding: 112px var(--page); background: #eaf4f0; color: var(--text); }
.audit-intro { max-width: 620px; justify-self: end; }
.audit-intro > p:not(.eyebrow) { margin: 26px 0 0; color: var(--text-soft); font-size: 18px; }
.audit-contact { display: grid; gap: 7px; margin-top: 42px; }
.audit-contact span { margin-bottom: 4px; color: #6f8087; font-size: 12px; }
.audit-contact a { width: max-content; color: var(--navy); font-size: 17px; font-weight: 700; }
.audit-form { max-width: 720px; display: grid; gap: 20px; padding: clamp(28px,4vw,52px); border: 1px solid #c9dad4; border-radius: 7px; background: #fff; box-shadow: 0 18px 44px rgba(8,30,43,.07); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.audit-form label { display: grid; gap: 8px; }
.audit-form label > span { color: #526871; font-size: 12px; font-weight: 700; }
.audit-form input, .audit-form select, .audit-form textarea { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid #cbd7d3; border-radius: 4px; background: #fff; color: var(--navy); outline: 0; }
.audit-form textarea { min-height: 115px; padding-top: 14px; resize: vertical; }
.audit-form input:focus, .audit-form select:focus, .audit-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(21,130,100,.1); }
.consent { grid-template-columns: 18px 1fr !important; gap: 10px !important; align-items: start; margin-top: 2px; }
.consent input { width: 17px; height: 17px; min-height: 0; margin-top: 2px; accent-color: var(--green); }
.consent span { color: #677980 !important; font-weight: 400 !important; }
.consent a { border-bottom: 1px solid currentColor; }
.form-submit { min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; border-radius: 4px; background: var(--red); color: #fff; font-weight: 700; cursor: pointer; }
.form-submit:hover, .form-submit:focus-visible { background: var(--red-dark); }
.form-note, .form-status { margin: -8px 0 0; color: #7b898f; font-size: 11px; }
.form-status { color: var(--green-dark); font-weight: 700; }

.site-footer { padding: 72px var(--page) 28px; background: var(--navy-deep); color: #fff; }
.footer-main { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding-bottom: 68px; }
.footer-brand { display: block; border: 0; padding: 0; }
.brand-inverse .brand-name { color: #fff; }
.footer-brand p { max-width: 390px; margin: 26px 0 0; color: rgba(255,255,255,.56); font-size: 15px; text-align: left; }
.footer-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-nav > div { display: grid; align-content: start; gap: 8px; }
.footer-nav span { margin-bottom: 9px; color: #72d1b5; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.footer-nav a { width: max-content; color: rgba(255,255,255,.68); font-size: 14px; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: #fff; }
.footer-bottom { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.44); font-size: 11px; }
.footer-bottom > div { display: flex; gap: 28px; }
.footer-bottom a:hover { color: #fff; }

/* Inner pages */
.page-hero { padding: 82px var(--page) 90px; border-bottom: 1px solid var(--line); background: var(--cream); }
.page-hero-inner { max-width: var(--max); margin: 0 auto; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 52px; color: #718189; font-size: 12px; }
.breadcrumb a { color: var(--green-dark); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.72fr); gap: clamp(60px,10vw,160px); align-items: end; }
.page-hero h1 { max-width: 900px; }
.page-hero-lead { max-width: 630px; margin: 25px 0 0; color: var(--text-soft); font-size: 19px; }
.page-hero-aside { padding: 28px 0 4px 30px; border-left: 4px solid var(--red); }
.page-hero-aside span { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.page-hero-aside p { margin: 12px 0 0; color: var(--navy); font-size: 18px; font-weight: 650; }
.page-section { padding: 100px var(--page); }
.page-section-inner { max-width: var(--max); margin: 0 auto; }
.section-title-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.65fr); gap: 80px; align-items: end; margin-bottom: 54px; }
.section-title-row h2 { max-width: 860px; margin: 0; color: var(--navy); font-size: clamp(37px,4vw,58px); line-height: 1.06; letter-spacing: -.04em; }
.section-title-row > p { margin: 0; color: var(--text-soft); font-size: 17px; }
.service-index { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.service-index article { min-height: 360px; display: flex; flex-direction: column; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-index article:nth-child(3n) { border-right: 0; }
.service-index article:nth-last-child(-n+3) { border-bottom: 0; }
.service-index span { color: var(--green); font-size: 11px; font-weight: 800; }
.service-index h3 { margin: 58px 0 16px; color: var(--navy); font-size: 25px; line-height: 1.2; }
.service-index p { margin: 0; color: var(--text-soft); }
.service-index a { width: max-content; margin-top: auto; color: var(--red); font-size: 13px; font-weight: 700; }
.service-detail-list { display: grid; gap: 18px; }
.service-detail { display: grid; grid-template-columns: 120px minmax(0,1fr) minmax(300px,.7fr); gap: 45px; padding: 44px; border: 1px solid var(--line); background: #fff; }
.service-detail > span { color: var(--green); font-size: 12px; font-weight: 800; }
.service-detail h3 { margin: 0 0 16px; color: var(--navy); font-size: 31px; line-height: 1.15; }
.service-detail p { margin: 0; color: var(--text-soft); }
.service-detail ul { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.service-detail li { position: relative; padding-left: 21px; color: #405761; }
.service-detail li::before { content: ""; position: absolute; left: 0; top: .6em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.soft-section { background: var(--cream); }
.audience-band { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.audience-band article { min-height: 330px; padding: 42px; border-top: 5px solid var(--green); background: #fff; }
.audience-band article:last-child { border-color: var(--red); }
.audience-band h3 { margin: 40px 0 16px; color: var(--navy); font-size: 32px; }
.audience-band p { color: var(--text-soft); }

.case-page-list { display: grid; gap: 24px; }
.case-study { scroll-margin-top: 110px; display: grid; grid-template-columns: .55fr 1.45fr; min-height: 480px; border: 1px solid var(--line); background: #fff; }
.case-study-head { display: flex; flex-direction: column; padding: 44px; background: var(--navy-deep); color: #fff; }
.case-study-head span { color: #72d1b5; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.case-study-head h2 { margin: 76px 0 22px; color: #fff; font-size: clamp(28px,3vw,43px); line-height: 1.13; letter-spacing: -.035em; }
.case-study-head p { margin-top: auto; color: rgba(255,255,255,.55); font-size: 13px; }
.case-study-body { display: grid; align-content: center; gap: 30px; padding: clamp(38px,5vw,70px); }
.case-study-body > div { display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.case-study-body > div:last-child { border-bottom: 0; padding-bottom: 0; }
.case-study-body dt { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-study-body dd { margin: 0; color: #415862; font-size: 17px; }

.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.principles-grid article { min-height: 300px; padding: 38px; border: 1px solid var(--line); background: #fff; }
.principles-grid span { color: var(--red); font-size: 12px; font-weight: 800; }
.principles-grid h3 { margin: 70px 0 16px; color: var(--navy); font-size: 25px; }
.principles-grid p { color: var(--text-soft); }
.about-model { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.about-model h2 { margin: 0; color: var(--navy); font-size: clamp(38px,4vw,58px); line-height: 1.08; letter-spacing: -.04em; }
.about-copy p { margin: 0 0 22px; color: var(--text-soft); font-size: 18px; }
.standards-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line-dark); }
.standards-list div { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.standards-list span { color: var(--green); font-size: 12px; font-weight: 800; }
.standards-list strong { color: var(--navy); }

.articles-layout { display: grid; grid-template-columns: 270px minmax(0,820px); gap: clamp(60px,10vw,140px); align-items: start; }
.article-nav { position: sticky; top: 112px; display: grid; gap: 4px; padding: 22px; border: 1px solid var(--line); background: var(--cream); }
.article-nav span { margin-bottom: 12px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.article-nav a { padding: 10px 0; color: #536a74; font-size: 14px; border-bottom: 1px solid var(--line); }
.article-nav a:last-child { border-bottom: 0; }
.article-body article { scroll-margin-top: 120px; padding: 0 0 80px; margin-bottom: 80px; border-bottom: 1px solid var(--line-dark); }
.article-body article:last-child { margin-bottom: 0; border-bottom: 0; }
.article-body .article-meta { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.article-body h2 { margin: 20px 0 26px; color: var(--navy); font-size: clamp(34px,4vw,52px); line-height: 1.08; letter-spacing: -.04em; }
.article-body h3 { margin: 40px 0 14px; color: var(--navy); font-size: 25px; }
.article-body p, .article-body li { color: #405761; font-size: 18px; line-height: 1.75; }
.article-body ul { padding-left: 23px; }
.article-body blockquote { margin: 34px 0; padding: 24px 28px; border-left: 4px solid var(--red); background: var(--cream); color: var(--navy); font-size: 19px; font-weight: 650; }

.login-page { min-height: calc(100vh - 124px); display: grid; grid-template-columns: minmax(0,1fr) minmax(500px,.9fr); background: var(--cream); }
.login-aside { display: flex; flex-direction: column; justify-content: center; padding: 80px var(--page); background: var(--navy-deep); color: #fff; }
.login-aside .eyebrow { color: #72d1b5; }
.login-aside h1 { max-width: 650px; color: #fff; font-size: clamp(44px,5vw,72px); }
.login-aside > p:not(.eyebrow) { max-width: 580px; margin: 26px 0 0; color: rgba(255,255,255,.62); font-size: 18px; }
.login-features { display: grid; gap: 14px; margin-top: 55px; }
.login-features div { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.78); }
.login-features i { width: 8px; height: 8px; border-radius: 50%; background: #72d1b5; }
.login-panel-wrap { display: grid; place-items: center; padding: 60px var(--page); }
.login-panel { width: min(500px,100%); padding: clamp(30px,5vw,56px); border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: 0 22px 50px rgba(8,30,43,.09); }
.login-panel-badge { display: inline-flex; padding: 7px 10px; border-radius: 99px; background: #fff1ef; color: var(--red-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.login-panel h2 { margin: 24px 0 8px; color: var(--navy); font-size: 34px; }
.login-panel > p { margin: 0 0 30px; color: var(--text-soft); }
.login-form { display: grid; gap: 18px; }
.login-form label { display: grid; gap: 8px; color: #526871; font-size: 12px; font-weight: 700; }
.login-form input { min-height: 52px; padding: 0 14px; border: 1px solid #cbd7d3; border-radius: 4px; color: var(--navy); }
.login-form button { min-height: 54px; border: 0; border-radius: 4px; background: var(--green); color: #fff; font-weight: 700; cursor: pointer; }
.login-form button:hover { background: var(--green-dark); }
.login-status { min-height: 42px; margin: 2px 0 0; color: var(--green-dark); font-size: 12px; }
.login-help { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--text-soft); font-size: 13px; }
.login-help a { color: var(--green-dark); font-weight: 700; }

.legal-header { grid-template-columns: 1fr auto; }
.legal-back { color: var(--green-dark); font-size: 14px; font-weight: 700; }
.legal-page { min-height: 100vh; padding: 100px var(--page); background: var(--cream); }
.legal-title { max-width: var(--max); margin: 0 auto 80px; }
.legal-title h1 { max-width: 900px; font-size: clamp(46px,6vw,82px); }
.legal-title > p:last-child { margin-top: 28px; color: var(--text-soft); font-size: 18px; }
.legal-title a, .legal-document a { color: var(--green-dark); border-bottom: 1px solid currentColor; }
.legal-document { max-width: 920px; margin: 0 auto; padding: 10px 60px 50px; border: 1px solid var(--line); background: #fff; }
.legal-document section { padding: 38px 0; border-top: 1px solid var(--line); }
.legal-document section:first-child { border-top: 0; }
.legal-document h2 { margin: 0 0 22px; color: var(--navy); font-size: clamp(27px,3vw,36px); line-height: 1.2; }
.legal-document p, .legal-document li { color: #405761; font-size: 17px; line-height: 1.75; }
.legal-document p { margin: 0 0 16px; }
.legal-document ul, .legal-document ol { padding-left: 24px; }
.legal-document li { margin-bottom: 9px; }
.legal-footer { display: flex; justify-content: space-between; gap: 30px; padding: 28px var(--page); background: var(--navy-deep); color: rgba(255,255,255,.55); font-size: 12px; }

.cta-band { padding: 72px var(--page); background: var(--green); color: #fff; }
.cta-band-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(34px,4vw,54px); line-height: 1.08; letter-spacing: -.04em; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { justify-self: end; display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--navy); }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; }
  .mobile-menu { position: fixed; z-index: 49; inset: 124px 0 auto; padding: 22px var(--page); background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(8,30,43,.08); }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--navy); }
  .mobile-menu .mobile-primary { margin-top: 8px; padding-inline: 14px; border: 0; border-radius: 4px; background: var(--green); color: #fff; text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { padding-left: 0; }
  .hero-visual { width: 100%; }
  .tab-panel { grid-template-columns: 1fr; }
  .portal-section { grid-template-columns: 1fr; }
  .portal-copy { max-width: 760px; justify-self: start; }
  .portal-window { width: 100%; max-width: none; }
  .audit { grid-template-columns: 1fr; }
  .audit-intro { max-width: 760px; justify-self: start; }
  .audit-form { max-width: none; }
  .service-index { grid-template-columns: 1fr 1fr; }
  .service-index article:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-index article:nth-child(2n) { border-right: 0; }
  .service-index article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .service-index article:nth-last-child(-n+2) { border-bottom: 0; }
  .login-page { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .section, .page-section { padding-block: 82px; }
  .split-heading, .page-hero-grid, .section-title-row { grid-template-columns: 1fr; gap: 35px; }
  .heading-copy { padding-top: 0; }
  .compact-heading { display: grid; align-items: start; }
  .text-link { justify-self: start; }
  .trust-line { grid-template-columns: 1fr 1fr; }
  .trust-line span { border-bottom: 1px solid var(--line); }
  .trust-line span:nth-child(2n) { border-right: 0; }
  .trust-line span:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .solutions-tabs { grid-template-columns: 1fr; }
  .tab-list { grid-template-columns: 1fr 1fr; }
  .tab-list button { min-height: 72px; }
  .audience-grid, .process-grid, .case-preview-grid, .insight-grid, .faq-layout, .footer-main, .audience-band, .about-model { grid-template-columns: 1fr; }
  .process-grid li { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .process-grid h3 { margin-top: 52px; }
  .case-preview-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .case-preview-grid article:last-child { border-bottom: 0; }
  .footer-main { gap: 55px; }
  .service-detail { grid-template-columns: 70px 1fr; }
  .service-detail ul { grid-column: 2; }
  .case-study { grid-template-columns: 1fr; }
  .case-study-head { min-height: 340px; }
  .principles-grid { grid-template-columns: 1fr; }
  .articles-layout { grid-template-columns: 1fr; }
  .article-nav { position: static; }
}

@media (max-width: 640px) {
  :root { --page: 18px; }
  .utility-bar { height: 34px; justify-content: flex-end; }
  .utility-bar > span { display: none; }
  .site-header { height: 70px; }
  .mobile-menu { inset: 104px 0 auto; }
  .brand-mark { width: 38px; height: 32px; }
  .brand-name { font-size: 17px; }
  .hero { min-height: auto; padding-top: 48px; padding-bottom: 44px; gap: 38px; }
  h1 { font-size: clamp(42px,12vw,57px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; text-align: center; }
  .hero-visual, .hero-visual img { min-height: 390px; }
  .hero-visual img { object-position: 57% center; }
  .hero-visual-card { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div { min-height: 108px; padding: 22px 18px; border-bottom: 1px solid var(--line); }
  .proof-strip div:nth-child(2n) { border-right: 0; }
  .section-heading h2, .faq-layout h2, .portal-copy h2, .audit h2, .page-hero h1 { font-size: clamp(38px,11vw,52px); }
  .trust-line { margin-top: 50px; }
  .tab-list { grid-template-columns: 1fr; }
  .tab-list button { min-height: 64px; }
  .tab-panel { min-height: 0; gap: 38px; padding: 30px 22px; }
  .tab-panel h3 { font-size: 31px; }
  .source-row { grid-template-columns: 90px 1fr; }
  .source-row em { grid-column: 2; }
  .audience-card { min-height: 390px; padding: 30px 24px; }
  .process-grid li { padding-inline: 8px; }
  .portal-section { padding-block: 82px; }
  .portal-window { padding: 0 14px 14px; box-shadow: 12px 14px 0 rgba(0,0,0,.12); }
  .portal-metrics { grid-template-columns: 1fr; }
  .portal-metrics div { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
  .form-row { grid-template-columns: 1fr; }
  .audit-form { padding: 26px 20px; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-bottom, .footer-bottom > div { align-items: flex-start; flex-direction: column; }
  .page-hero { padding-block: 60px 70px; }
  .breadcrumb { margin-bottom: 38px; }
  .page-hero-aside { padding-left: 22px; }
  .service-index { grid-template-columns: 1fr; }
  .service-index article { min-height: 310px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .service-index article:last-child { border-bottom: 0 !important; }
  .service-detail { grid-template-columns: 1fr; gap: 18px; padding: 28px 22px; }
  .service-detail ul { grid-column: 1; }
  .case-study-head, .case-study-body { padding: 30px 24px; }
  .case-study-head h2 { margin-top: 56px; }
  .case-study-body > div { grid-template-columns: 1fr; gap: 10px; }
  .articles-layout { gap: 50px; }
  .article-body p, .article-body li { font-size: 17px; }
  .login-aside, .login-panel-wrap { padding-block: 60px; }
  .login-aside h1 { font-size: 44px; }
  .legal-header { grid-template-columns: 1fr auto; }
  .legal-back { font-size: 12px; }
  .legal-page { padding-block: 70px; }
  .legal-document { padding: 0 22px 28px; }
  .legal-footer { flex-direction: column; }
  .cta-band-inner { align-items: stretch; flex-direction: column; }
}

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