.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: center;
  min-height: min(790px, calc(92vh - 108px));
  max-height: 980px;
  padding: 60px clamp(20px, 5vw, 72px) 48px;
  color: #fff;
  background: #000;
}

.hero-copy {
  max-width: 900px;
}

.hero-text {
  max-width: 700px;
  margin-bottom: 0;
  color: #d2d0ca;
  font-size: 20px;
  line-height: 1.62;
}

.hero .eyebrow {
  margin-bottom: 18px;
  color: var(--mint);
}

.hero-accent {
  color: var(--mint);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 34px 0 17px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(23, 32, 51, 0.05);
  font-weight: 760;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button:focus-visible,
.nav a:focus-visible,
.text-link:focus-visible,
.hero-report a:focus-visible {
  outline: 3px solid #f0a83a;
  outline-offset: 3px;
}

.button.primary {
  color: var(--ink);
  background: var(--mint);
  box-shadow: 0 8px 18px rgba(166, 237, 221, 0.14);
}

.button.primary:hover {
  background: var(--mint-strong);
  box-shadow: 0 11px 24px rgba(166, 237, 221, 0.2);
  transform: translateY(-1px);
}

.button.secondary {
  color: var(--ink);
  background: var(--panel);
  border-color: var(--line-strong);
}

.button.secondary:hover {
  background: #f7f8f7;
  border-color: #919ba8;
  box-shadow: 0 8px 20px rgba(23, 32, 51, 0.08);
  transform: translateY(-1px);
}

.hero .button.secondary,
.document-hero .button.secondary {
  color: #fff;
  background: transparent;
  border-color: #77746d;
}

.hero .button.secondary:hover,
.document-hero .button.secondary:hover {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.button.dark {
  color: #fff;
  background: var(--navy);
}

.button.dark:hover {
  background: #0d192a;
  box-shadow: 0 10px 22px rgba(13, 25, 42, 0.2);
  transform: translateY(-1px);
}

.button:active {
  box-shadow: none;
  transform: translateY(0);
}

.trust-line {
  color: #aaa79f;
  font-size: 12.5px;
  line-height: 1.5;
}

.hero-report {
  width: min(100%, 440px);
  margin: 2px auto 0;
}

.hero-brief {
  width: min(100%, 440px);
  margin: 2px auto 0;
  padding: clamp(28px, 4vw, 44px);
  color: #fff;
  background: #171714;
  border: 1px solid #4b4a45;
  border-top: 5px solid var(--mint);
  border-radius: 6px;
}

.hero-brief > p {
  margin-bottom: 12px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-brief > strong {
  display: block;
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 1.2;
}

.hero-brief dl {
  margin: 0 0 24px;
  border-top: 1px solid #4b4a45;
}

.hero-brief dl > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #4b4a45;
}

.hero-brief dt {
  color: #aaa79f;
}

.hero-brief dd {
  margin: 0;
  font-weight: 750;
  text-align: right;
}

.hero-brief > span {
  color: #cbc8c0;
  font-size: 13px;
  line-height: 1.5;
}

.hero-report > a {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.hero-report img {
  width: 100%;
  aspect-ratio: 0.773;
  object-fit: cover;
  object-position: top;
}

.hero-report figcaption {
  margin-top: 16px;
  color: #aaa79f;
  font-size: 12px;
  line-height: 1.55;
}

.hero-report figcaption a {
  color: var(--mint);
  font-weight: 750;
}

.canonical-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0 clamp(20px, 5vw, 72px);
  color: var(--ink);
  background: var(--mint);
}

.canonical-strip > div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 22px clamp(14px, 2.4vw, 32px);
  border-right: 1px solid rgba(17, 17, 15, 0.24);
}

.canonical-strip > div:first-child {
  padding-left: 0;
}

.canonical-strip > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.canonical-strip span {
  color: #245b50;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.canonical-strip strong {
  font-size: 17px;
}

.evidence-examples {
  background: var(--navy);
  color: #fff;
}

.evidence-examples .eyebrow {
  color: var(--mint);
}

.evidence-examples .compact-heading > p:last-child {
  color: #cbc8c0;
}

.compact-heading {
  max-width: 920px;
}

.finding-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.finding-example {
  min-height: 224px;
  padding: 28px;
  background: #1c1c19;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 3px solid #fff;
  border-radius: 6px;
}

.finding-example.observed {
  border-top-color: #ef7777;
}

.finding-example.missing {
  border-top-color: #e8a64a;
}

.finding-example.correction {
  border-top-color: var(--mint);
}

.finding-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 30px;
  padding: 0 10px;
  color: #e4eaf5;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.finding-example p {
  margin: 0;
  color: #cbc8c0;
  line-height: 1.55;
}

.example-disclosure {
  margin: 18px 0 0;
  color: #aebbd0;
  font-size: 13px;
}

.market-context {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(36px, 7vw, 100px);
  background: #fff;
}

.market-copy {
  display: grid;
  gap: 22px;
}

.market-copy p {
  margin: 0;
}

.comparison-section {
  background: #f2f1ec;
}

.offer-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(26px, 4vw, 42px);
  background: #fdfefd;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.055);
}

.report-offer-card {
  max-width: 980px;
  margin: 0 auto;
  border-top: 5px solid var(--mint-strong);
}

.report-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.report-details > div {
  grid-template-columns: 126px minmax(0, 1fr);
}

.document-price {
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: 27px;
  font-weight: 850;
}

.offer-tag {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-price {
  margin: 20px 0 14px;
  font-size: 36px;
  font-weight: 850;
}

.offer-price small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.offer-details {
  margin: 28px 0 22px;
  border-top: 1px solid var(--line);
}

.offer-details > div {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.offer-details dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.offer-details dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}

.full-button {
  width: 100%;
  margin-top: auto;
}

.plain-list {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.5;
}

.plain-list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--green);
  border-radius: 50%;
  content: "";
}

.text-link {
  display: inline-block;
  color: var(--blue);
  font-weight: 800;
}

.self-case-study {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(290px, 0.78fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
  background: var(--mint-pale);
}

.case-study-copy {
  max-width: 780px;
}

.case-study-copy > p,
.document-hero > p,
.document-section p,
.case-study-hero > div > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.case-study-copy blockquote,
.case-summary blockquote {
  margin: 30px 0;
  padding: 4px 0 4px 22px;
  color: var(--navy);
  border-left: 4px solid var(--blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.case-study-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
}

.case-study-copy small {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.55;
}

.case-study-visual {
  display: grid;
  gap: 14px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.case-study-visual img,
.report-cover-link img {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.document-page {
  background: #fff;
}

.document-page main {
  min-height: calc(100vh - 74px);
}

.document-hero,
.case-study-hero {
  padding: clamp(70px, 9vw, 126px) clamp(20px, 8vw, 132px);
}

.document-hero > *,
.case-study-hero > *,
.document-section > *,
.self-case-study > * {
  min-width: 0;
}

.document-hero {
  color: #fff;
  background: #000;
}

.document-hero h1,
.case-study-hero h1 {
  max-width: 980px;
}

.document-hero > p {
  max-width: 850px;
  color: #d2d0ca;
}

.document-hero .eyebrow {
  color: var(--mint);
}

.document-hero .fact-date {
  color: var(--mint);
}

.fact-date {
  display: inline-block;
  margin-top: 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.offer-document-hero .hero-actions {
  margin-bottom: 4px;
}

.large-list {
  margin-top: 0;
}

.option-document {
  background: #f8faf9;
}

.criteria-list {
  margin: 28px 0;
  border-top: 1px solid var(--line);
}

.criteria-list > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.criteria-list dt {
  color: var(--blue);
  font-weight: 800;
}

.criteria-list dd {
  color: var(--muted);
  line-height: 1.55;
}

.document-final {
  margin-top: clamp(64px, 8vw, 104px);
}

.report-sections {
  background: #fdfefd;
}

.report-section-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.report-section-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  min-height: 170px;
  padding: 24px 28px 24px 0;
  border-bottom: 1px solid var(--line);
}

.report-section-list li:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.report-section-list li:nth-child(even) {
  padding-left: 28px;
}

.report-section-list > li > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.report-section-list p,
.after-report-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.numbered-plain-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding-left: 24px;
}

.numbered-plain-list li {
  padding-left: 8px;
  color: var(--muted);
  line-height: 1.62;
}

.numbered-plain-list strong {
  color: var(--ink);
}

.after-report-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.after-report-list article {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.document-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 7vw, 96px);
  padding: clamp(64px, 8vw, 104px) clamp(20px, 8vw, 132px);
  border-top: 1px solid var(--line);
}
