:root {
  --red-900: #8f0000;
  --red-800: #a40707;
  --red-700: #bd1414;
  --gold-500: #f5aa18;
  --gold-400: #ffc83d;
  --cream-100: #fff8eb;
  --cream-200: #f6eddc;
  --ink-900: #25120f;
  --ink-700: #5b3a34;
  --white: #ffffff;
  --line: rgba(143, 0, 0, 0.16);
  --shadow: 0 24px 70px rgba(73, 22, 15, 0.14);
  --radius: 8px;
  --container: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream-100);
  color: var(--ink-900);
  overflow-x: hidden;
}

button,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 235, 0.88);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 14px 28px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand-lockup img {
  display: block;
  height: 54px;
  object-fit: contain;
  object-position: left center;
  width: 152px;
}

.nav-links {
  display: flex;
  gap: 8px;
}

.nav-links a {
  border-radius: 999px;
  color: var(--ink-700);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(143, 0, 0, 0.08);
  color: var(--red-900);
  outline: none;
}

.hero-section {
  overflow: hidden;
  position: relative;
}

.hero-pattern {
  background:
    radial-gradient(circle at 68% 22%, rgba(245, 170, 24, 0.22), transparent 28%),
    radial-gradient(circle at 18% 10%, rgba(143, 0, 0, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 248, 235, 0.92), rgba(255, 255, 255, 0.72)),
    url("./assets/lvg-logo.png") center 28% / min(58vw, 680px) auto no-repeat;
  inset: 0;
  opacity: 0.24;
  position: absolute;
}

.hero-inner {
  margin: 0 auto;
  max-width: var(--container);
  padding: 76px 28px 44px;
  position: relative;
  text-align: center;
}

.eyebrow {
  color: var(--red-900);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero-inner h1 {
  color: var(--red-900);
  font-size: clamp(52px, 5vw, 62px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 auto;
  max-width: 960px;
}

.hero-copy {
  color: var(--ink-700);
  font-size: 20px;
  line-height: 1.5;
  margin: 22px auto 0;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
}

.hero-playbook {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(260px, 0.8fr) minmax(200px, 0.52fr);
  margin-top: 54px;
  max-width: 760px;
}

.playbook-main,
.playbook-steps {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(73, 22, 15, 0.1);
}

.playbook-main {
  padding: 22px;
}

.playbook-main h2 {
  color: var(--red-900);
  font-size: 28px;
  line-height: 1.05;
  margin: 0 0 10px;
}

.playbook-main p:not(.result-label) {
  color: var(--ink-700);
  line-height: 1.55;
  margin: 0;
}

.playbook-steps {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.playbook-steps span {
  align-items: center;
  background: rgba(143, 0, 0, 0.08);
  border-radius: var(--radius);
  color: var(--red-900);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 44px;
  padding: 10px 12px;
}

.primary-button,
.secondary-button {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  min-height: 48px;
  padding: 14px 22px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-button {
  background: linear-gradient(135deg, var(--red-900), #b90000);
  box-shadow: 0 14px 30px rgba(143, 0, 0, 0.18);
  color: var(--white);
}

.secondary-button {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(143, 0, 0, 0.18);
  color: var(--red-900);
}

.hero-actions .primary-button,
.hero-actions .secondary-button {
  font-size: 22px;
  min-width: 260px;
  min-height: 72px;
  padding: 18px 30px;
}

.hero-actions .hero-button-main {
  min-width: 300px;
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.trust-strip {
  border-top: 1px solid var(--line);
  bottom: 28px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 28px;
  max-width: var(--container);
  padding-top: 18px;
  position: absolute;
  right: 28px;
}

.trust-strip span {
  color: var(--red-900);
  font-size: 15px;
  font-weight: 900;
}

.section {
  margin: 0 auto;
  max-width: var(--container);
  padding: 86px 28px;
  scroll-margin-top: 96px;
}

.section > *,
.network-link,
.network-link span,
.prompt-layout > *,
.compare-results > *,
.compare-card,
.score-table,
.prompt-output-card pre {
  min-width: 0;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 0.72fr);
  margin-bottom: 28px;
}

.section-heading.compact {
  align-items: start;
  grid-template-columns: 1fr;
  margin: 42px 0 20px;
}

.section-heading.compact h2 {
  font-size: 30px;
}

.section-heading h2 {
  color: var(--red-900);
  font-size: 36px;
  line-height: 1.05;
  margin: 0;
  max-width: 820px;
  overflow-wrap: anywhere;
}

.section-heading.light h2,
.section-heading.light .eyebrow {
  color: var(--white);
}

.intro-band {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.85fr 1.15fr;
}

.large-statement {
  color: var(--ink-900);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.lvg-overview-section {
  padding-top: 46px;
}

.lvg-overview-section .section-heading {
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 34px;
  text-align: center;
}

.lvg-overview-section .section-heading h2 {
  max-width: 850px;
}

.overview-intro {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 320px;
  margin-bottom: 18px;
}

.overview-intro article,
.overview-stat-grid,
.overview-column {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(73, 22, 15, 0.08);
}

.overview-intro article {
  padding: 26px;
}

.overview-intro h3 {
  color: var(--red-900);
  font-size: 32px;
  line-height: 1.08;
  margin: 0 0 12px;
}

.overview-intro p:not(.result-label) {
  color: var(--ink-700);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.overview-stat-grid {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.overview-stat-grid span {
  align-items: center;
  background: rgba(143, 0, 0, 0.07);
  border-radius: var(--radius);
  color: var(--ink-700);
  display: flex;
  font-weight: 800;
  min-height: 74px;
  padding: 14px;
}

.overview-stat-grid strong {
  color: var(--red-900);
  font-size: 34px;
  line-height: 1;
  margin-right: 12px;
}

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

.overview-column {
  overflow: hidden;
  padding: 20px;
}

.overview-column-head {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 1fr;
  margin: -2px 0 18px;
  padding-bottom: 16px;
}

.overview-column-head span {
  align-items: center;
  background: linear-gradient(135deg, var(--red-900), var(--red-700));
  border-radius: var(--radius);
  color: var(--white);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
}

.overview-column-head h3 {
  color: var(--red-900);
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
}

.channel-list,
.branch-map,
.ops-grid {
  display: grid;
  gap: 12px;
}

.channel-card {
  align-items: start;
  background: rgba(255, 248, 235, 0.82);
  border: 1px solid rgba(143, 0, 0, 0.12);
  border-radius: var(--radius);
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 1fr;
  min-height: 92px;
  padding: 13px;
}

.channel-card > span {
  align-items: center;
  background: rgba(143, 0, 0, 0.1);
  border-radius: var(--radius);
  color: var(--red-900);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
}

.channel-card img {
  background: var(--red-900);
  border-radius: var(--radius);
  height: 48px;
  object-fit: contain;
  padding: 7px;
  width: 48px;
}

.channel-card img.channel-icon {
  background: var(--white);
  border: 1px solid rgba(143, 0, 0, 0.14);
  box-shadow: 0 10px 24px rgba(73, 22, 15, 0.08);
  padding: 6px;
}

.channel-card strong,
.ops-grid strong {
  color: var(--red-900);
  display: block;
  font-size: 15px;
  line-height: 1.25;
}

.channel-card p,
.branch-group p,
.ops-grid p {
  color: var(--ink-700);
  font-size: 14px;
  line-height: 1.45;
  margin: 5px 0 0;
}

.branch-node {
  background: linear-gradient(135deg, var(--red-900), var(--red-700));
  border-radius: var(--radius);
  color: var(--white);
  font-weight: 900;
  padding: 14px;
  text-align: center;
}

.branch-group,
.ops-grid > div {
  background: rgba(255, 248, 235, 0.82);
  border: 1px solid rgba(143, 0, 0, 0.12);
  border-radius: var(--radius);
  padding: 14px;
  position: relative;
}

.branch-group span {
  color: var(--red-900);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.ops-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.ops-grid li {
  background: rgba(143, 0, 0, 0.08);
  border-radius: 999px;
  color: var(--red-900);
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.network-board {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 100%;
  min-width: 0;
}

.network-column {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 248, 0.9)),
    var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(73, 22, 15, 0.08);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
  padding: 24px;
  overflow: hidden;
}

.network-column h3 {
  border-bottom: 1px solid rgba(143, 0, 0, 0.14);
  color: var(--red-900);
  font-size: clamp(25px, 2.15vw, 32px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 20px;
  min-height: 54px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
}

.network-links {
  display: grid;
  gap: 11px;
  min-width: 0;
}

.network-link {
  align-items: center;
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid rgba(143, 0, 0, 0.13);
  border-left: 5px solid var(--red-900);
  border-radius: 16px;
  color: var(--ink-900);
  display: grid;
  gap: 12px;
  grid-template-columns: 46px minmax(0, 1fr);
  max-width: 100%;
  min-width: 0;
  min-height: 76px;
  overflow: hidden;
  padding: 12px 14px 12px 12px;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.network-link:hover {
  background: var(--white);
  border-color: rgba(143, 0, 0, 0.28);
  box-shadow: 0 14px 30px rgba(73, 22, 15, 0.1);
  transform: translateY(-2px);
}

.network-link img {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(143, 0, 0, 0.12);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(73, 22, 15, 0.08);
  display: flex;
  height: 46px;
  justify-content: center;
  object-fit: contain;
  padding: 7px;
  width: 46px;
}

.network-link img.network-logo {
  border-radius: 50%;
  padding: 0;
}

.network-link span {
  color: var(--red-900);
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.network-link small {
  color: var(--ink-700);
  display: block;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
  margin-top: 4px;
}

.network-link.company {
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid rgba(143, 0, 0, 0.13);
  border-left: 5px solid #34a853;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 76px;
  padding: 12px 14px 12px 12px;
}

.network-link.company span {
  color: var(--red-900);
}

.network-link.company small {
  color: var(--ink-700);
}

.ecosystem-section {
  padding-top: 30px;
}

.ecosystem-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
}

.ecosystem-focus,
.ecosystem-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.ecosystem-focus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 310px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.ecosystem-focus::after {
  background: linear-gradient(135deg, rgba(143, 0, 0, 0.12), rgba(245, 170, 24, 0.22));
  border-radius: 999px;
  content: "";
  height: 190px;
  position: absolute;
  right: -72px;
  top: -76px;
  width: 190px;
}

.ecosystem-focus h3 {
  color: var(--red-900);
  font-size: 36px;
  line-height: 1.02;
  margin: 0 0 14px;
  position: relative;
}

.ecosystem-focus p:not(.result-label) {
  color: var(--ink-700);
  line-height: 1.62;
  margin: 0;
  position: relative;
}

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

.ecosystem-card {
  min-height: 230px;
  padding: 20px;
  position: relative;
}

.ecosystem-card::before {
  border-radius: 999px;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 14px;
  width: 42px;
}

.ecosystem-card.red::before {
  background: var(--red-900);
}

.ecosystem-card.gold::before {
  background: var(--gold-500);
}

.ecosystem-card.green::before {
  background: #168642;
}

.ecosystem-card.blue::before {
  background: #2868d9;
}

.ecosystem-card.orange::before {
  background: #e95524;
}

.ecosystem-card.teal::before {
  background: #35c7a1;
}

.ecosystem-card.purple::before {
  background: #7b4dd6;
}

.ecosystem-card.coffee::before {
  background: #7b4a2b;
}

.ecosystem-card h3 {
  color: var(--red-900);
  font-size: 21px;
  line-height: 1.12;
  margin: 0 0 8px;
}

.ecosystem-card p {
  color: var(--ink-700);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.ecosystem-detail {
  margin-top: 16px;
}

.ecosystem-detail span,
.ecosystem-summary span {
  color: var(--red-900);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.ecosystem-detail ul,
.ecosystem-summary ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ecosystem-detail li,
.ecosystem-summary li {
  background: rgba(143, 0, 0, 0.06);
  border-radius: 999px;
  color: var(--ink-700);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  padding: 8px 10px;
}

.ecosystem-detail li.ecosystem-parent {
  border-radius: var(--radius);
  padding: 12px;
}

.ecosystem-parent strong {
  color: var(--red-900);
  display: block;
  font-size: 14px;
  line-height: 1.25;
}

.ecosystem-subparent strong {
  color: var(--ink-700);
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

.ecosystem-sublist {
  gap: 6px;
  margin-top: 10px;
}

.ecosystem-sublist li {
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 900;
  margin-left: 0;
}

.ecosystem-summary {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-top: 18px;
  padding: 24px;
}

.ecosystem-summary h3 {
  color: var(--red-900);
  font-size: 28px;
  line-height: 1.12;
  margin: 0 0 16px;
}

.ecosystem-summary ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.ecosystem-summary p {
  color: var(--ink-700);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.vertical-lab {
  margin-top: 20px;
}

.vertical-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vertical-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  min-height: 330px;
  padding: 20px;
}

.vertical-card span {
  color: var(--gold-500);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.vertical-card h3 {
  color: var(--red-900);
  font-size: 19px;
  line-height: 1.18;
  margin: 0;
}

.vertical-card p {
  color: var(--ink-700);
  font-size: 14px;
  line-height: 1.48;
  margin: 0;
}

.vertical-card strong {
  color: var(--red-900);
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.mini-tags em {
  background: rgba(143, 0, 0, 0.08);
  border-radius: 999px;
  color: var(--red-900);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  padding: 6px 8px;
}

.knowledge-section {
  padding-top: 30px;
}

.knowledge-layout {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.knowledge-prime,
.knowledge-card,
.guardrail-panel article {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.knowledge-prime {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.knowledge-prime h3 {
  color: var(--red-900);
  font-size: 36px;
  line-height: 1.04;
  margin: 0 0 14px;
}

.knowledge-prime p:not(.result-label) {
  color: var(--ink-700);
  line-height: 1.62;
  margin: 0;
}

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

.knowledge-card {
  min-height: 180px;
  padding: 20px;
}

.knowledge-card h3 {
  color: var(--red-900);
  font-size: 22px;
  line-height: 1.12;
  margin: 0 0 12px;
}

.knowledge-card ul,
.guardrail-panel ul {
  color: var(--ink-700);
  display: grid;
  gap: 8px;
  line-height: 1.48;
  margin: 0;
  padding-left: 18px;
}

.guardrail-panel {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.guardrail-panel article {
  padding: 20px;
}

.guardrail-panel span {
  color: var(--gold-500);
  display: block;
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.goal-panel,
.goal-buttons,
.goal-result {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.goal-buttons {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.goal-button,
.filter-chip {
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.goal-button {
  background: transparent;
  color: var(--ink-700);
  padding: 14px 16px;
}

.goal-button.active,
.goal-button:hover {
  background: var(--red-900);
  color: var(--white);
}

.goal-result {
  padding: 28px;
}

.result-label {
  color: var(--gold-500);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.goal-result h3 {
  color: var(--red-900);
  font-size: 32px;
  line-height: 1.12;
  margin: 0 0 14px;
}

.goal-result p:not(.result-label) {
  color: var(--ink-700);
  line-height: 1.65;
  margin: 0;
}

.tag-row,
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-row {
  margin-top: 18px;
}

.tag-row span,
.card-meta {
  background: rgba(245, 170, 24, 0.16);
  border: 1px solid rgba(245, 170, 24, 0.35);
  border-radius: 999px;
  color: #7d4e00;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.filter-bar {
  margin: 34px 0 20px;
}

.filter-chip {
  background: rgba(255, 255, 255, 0.62);
  color: var(--red-900);
  padding: 10px 14px;
}

.filter-chip.active,
.filter-chip:hover {
  background: var(--gold-500);
  color: var(--ink-900);
}

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

.content-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 260px;
  padding: 22px;
  position: relative;
}

.content-card h3 {
  color: var(--red-900);
  font-size: 23px;
  line-height: 1.15;
  margin: 16px 0 10px;
}

.content-card p {
  color: var(--ink-700);
  line-height: 1.58;
  margin: 0 0 16px;
}

.content-card ul {
  color: var(--ink-900);
  line-height: 1.55;
  margin: 0;
  padding-left: 18px;
}

.red-band {
  background:
    linear-gradient(135deg, rgba(143, 0, 0, 0.96), rgba(189, 20, 20, 0.94)),
    url("./assets/lvg-logo.png") 95% 15% / 420px auto no-repeat;
  border-radius: var(--radius);
  color: var(--white);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--container)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--container)) / 2 + 28px));
}

.red-band .section-heading {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.red-band .section-heading h2 {
  max-width: none;
}

.funnel-track {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 12px;
  position: relative;
}

.funnel-track::before {
  background: linear-gradient(90deg, transparent, rgba(255, 200, 61, 0.86), transparent);
  content: "";
  height: 3px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 42px;
}

.funnel-stage {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(72, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 0 18px 22px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.funnel-stage span {
  align-items: center;
  background: var(--gold-400);
  border: 5px solid rgba(143, 0, 0, 0.92);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
  color: var(--red-900);
  display: flex;
  font-size: 15px;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  margin: -4px auto 18px;
  width: 58px;
}

.funnel-stage h3 {
  font-size: 21px;
  line-height: 1.1;
  margin: 0 0 14px;
}

.funnel-stage p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.funnel-stage p + p {
  margin-top: 8px;
}

.funnel-stage p strong {
  color: var(--white);
  display: block;
}

.prompt-section {
  padding-top: 54px;
}

.direct-result-section {
  padding-top: 0;
}

.prompt-section .section-heading {
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 34px;
  text-align: center;
}

.prompt-section .section-heading h2 {
  max-width: none;
}

.comparator-section {
  padding-top: 0;
}

.comparator-section .section-heading {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.comparator-section .section-heading h2 {
  max-width: none;
}

.comparator-section .compare-form {
  margin-top: 8px;
}

.prompt-layout,
.direct-result-layout {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: 0.9fr 1.1fr;
}

.prompt-form,
.prompt-output-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.prompt-form {
  align-content: start;
  display: grid;
  gap: 16px;
  padding: 24px;
}

.prompt-form label {
  color: var(--red-900);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  text-transform: uppercase;
}

.prompt-form select,
.prompt-form textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-900);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.prompt-form select {
  height: 48px;
  padding-bottom: 0;
  padding-top: 0;
}

.prompt-form textarea {
  line-height: 1.45;
  resize: vertical;
}

.prompt-output-card {
  display: grid;
  gap: 18px;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  padding: 24px;
}

.prompt-output-head {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.prompt-output-head > div {
  min-width: 0;
}

.prompt-output-head h3 {
  color: var(--red-900);
  font-size: 30px;
  line-height: 1.1;
  margin: 0;
}

.prompt-output-head .result-label {
  margin-bottom: 8px;
}

.copy-button {
  background: var(--gold-500);
  border: 0;
  border-radius: var(--radius);
  color: var(--ink-900);
  cursor: pointer;
  font-weight: 900;
  min-height: 42px;
  padding: 10px 16px;
}

.primary-button:disabled,
.copy-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.ai-status {
  background: rgba(143, 0, 0, 0.06);
  border: 1px solid rgba(143, 0, 0, 0.13);
  border-radius: var(--radius);
  color: var(--red-900);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
  margin: -4px 0 0;
  padding: 10px 12px;
}

.prompt-output-card pre {
  background: #fffdf7;
  border: 1px solid rgba(143, 0, 0, 0.14);
  border-radius: var(--radius);
  color: var(--ink-900);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  min-height: 0;
  overflow: auto;
  padding: 18px;
  white-space: pre-wrap;
}

.prompt-output-card pre::selection {
  background: rgba(245, 170, 24, 0.35);
}

.direct-output-card pre {
  min-height: 420px;
}

.prompt-rules {
  display: grid;
  gap: 8px;
}

.prompt-rules span {
  background: rgba(245, 170, 24, 0.14);
  border: 1px solid rgba(245, 170, 24, 0.32);
  border-radius: var(--radius);
  color: #6d4300;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
  padding: 10px 12px;
}

.idea-engine {
  background: var(--red-900);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--white);
  margin-top: 20px;
  padding: 24px;
}

.idea-engine-head {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.idea-engine-head .eyebrow {
  color: var(--gold-400);
}

.idea-engine-head h3 {
  color: var(--white);
  font-size: 30px;
  line-height: 1.1;
  margin: 0;
}

.idea-engine .secondary-button {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

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

.idea-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 18px;
}

.idea-card span {
  color: var(--gold-400);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.idea-card h4 {
  color: var(--white);
  font-size: 20px;
  line-height: 1.14;
  margin: 8px 0 10px;
}

.idea-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.comparator-intro {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.comparator-intro article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}

.comparator-intro span,
.compare-card-label {
  color: var(--gold-500);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.comparator-intro h3 {
  color: var(--red-900);
  font-size: 25px;
  line-height: 1.1;
  margin: 8px 0 10px;
}

.comparator-intro p {
  color: var(--ink-700);
  line-height: 1.55;
  margin: 0;
}

.compare-form {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}

.compare-controls {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 220px;
  margin-bottom: 18px;
}

.compare-controls label,
.compare-input-grid label {
  color: var(--red-900);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  text-transform: uppercase;
}

.compare-controls select,
.compare-input-grid textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-900);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

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

.compare-input-grid textarea {
  line-height: 1.5;
  min-height: 220px;
  resize: vertical;
  text-transform: none;
}

.compare-summary {
  background: var(--red-900);
  border-radius: var(--radius);
  color: var(--white);
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding: 22px;
}

.compare-summary h3 {
  color: var(--gold-400);
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
}

.compare-summary p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.5;
  margin: 0;
}

.compare-results {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.compare-card {
  align-content: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 16px;
  padding: 20px;
}

.compare-card.is-winner {
  border-color: rgba(245, 170, 24, 0.8);
  box-shadow: 0 22px 50px rgba(143, 0, 0, 0.14);
}

.compare-card-head {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.compare-card h3 {
  color: var(--red-900);
  font-size: 26px;
  margin: 5px 0 0;
}

.score-pill {
  align-items: center;
  background: rgba(245, 170, 24, 0.2);
  border-radius: 999px;
  color: var(--red-900);
  display: inline-flex;
  font-size: 18px;
  font-weight: 950;
  min-height: 46px;
  padding: 8px 13px;
  white-space: nowrap;
}

.score-table {
  align-self: start;
  background:
    linear-gradient(180deg, rgba(189, 20, 20, 0.98), rgba(143, 0, 0, 0.98)),
    var(--red-900);
  border: 1px solid rgba(245, 170, 24, 0.3);
  border-radius: var(--radius);
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.score-table-head,
.score-table-row,
.score-table-total {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 76px;
  padding: 10px 12px;
}

.score-table-head {
  background: rgba(95, 0, 0, 0.34);
  color: rgba(255, 248, 235, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.score-table-row {
  border-top: 1px solid rgba(255, 248, 235, 0.13);
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  line-height: 1.35;
}

.score-table-row strong,
.score-table-total strong {
  color: #ffe08a;
  font-size: 13px;
  text-align: right;
}

.score-table-total {
  background: rgba(95, 0, 0, 0.42);
  border-top: 1px solid rgba(245, 170, 24, 0.48);
  color: var(--white);
  font-size: 15px;
  font-weight: 950;
  padding-bottom: 14px;
  padding-top: 14px;
}

.score-bars {
  display: grid;
  gap: 10px;
}

.score-row {
  display: grid;
  gap: 6px;
}

.score-row-top {
  align-items: center;
  color: var(--ink-700);
  display: flex;
  font-size: 13px;
  font-weight: 850;
  justify-content: space-between;
}

.score-track {
  background: rgba(143, 0, 0, 0.1);
  border-radius: 999px;
  height: 9px;
  overflow: hidden;
}

.score-track span {
  background: linear-gradient(90deg, var(--red-900), var(--gold-500));
  display: block;
  height: 100%;
}

.compare-notes {
  display: grid;
  gap: 8px;
}

.compare-notes p {
  color: var(--ink-700);
  line-height: 1.5;
  margin: 0;
}

.compare-notes strong {
  color: var(--red-900);
}

.compare-empty {
  background: rgba(143, 0, 0, 0.08);
  border: 1px dashed rgba(143, 0, 0, 0.24);
  border-radius: var(--radius);
  color: var(--ink-700);
  font-weight: 800;
  padding: 18px;
}

.full-width {
  border: 0;
  cursor: pointer;
  width: 100%;
}

.training-band {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(246, 237, 220, 0.8));
  border-top: 1px solid var(--line);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--container)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--container)) / 2 + 28px));
}

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

.training-steps article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.training-steps span {
  color: var(--gold-500);
  font-size: 34px;
  font-weight: 950;
}

.training-steps h3 {
  color: var(--red-900);
  font-size: 24px;
  margin: 10px 0;
}

.training-steps p {
  color: var(--ink-700);
  line-height: 1.58;
  margin: 0;
}

.site-footer {
  background: linear-gradient(135deg, var(--red-900), var(--red-800));
  color: rgba(255, 255, 255, 0.86);
  max-width: none;
  padding: 56px 28px;
}

.footer-inner {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(180px, 0.9fr) minmax(220px, 0.9fr) minmax(420px, 1.8fr);
  margin: 0 auto;
  max-width: var(--container);
}

.footer-nav,
.footer-company {
  display: grid;
  align-content: start;
}

.footer-nav {
  gap: 11px;
}

.site-footer h2 {
  color: var(--white);
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.site-footer a,
.site-footer p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
  outline: none;
}

.footer-hotline {
  color: var(--white);
  font-size: 18px;
  margin-top: 10px;
}

.footer-socials {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.footer-socials a {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.footer-socials img {
  height: 28px;
  object-fit: contain;
  width: 28px;
}

.footer-company {
  gap: 10px;
}

.footer-company h2 {
  margin-bottom: 10px;
}

.footer-company strong {
  color: var(--white);
  font-weight: 850;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    gap: 14px;
    padding: 12px 18px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero-inner h1 {
    font-size: 48px;
  }

  .section-heading,
  .overview-intro,
  .intro-band,
  .ecosystem-layout,
  .knowledge-layout,
  .goal-panel,
  .prompt-layout,
  .direct-result-layout,
  .compare-controls {
    grid-template-columns: 1fr;
  }

  .content-grid,
  .overview-map,
  .network-board,
  .ecosystem-grid,
  .knowledge-grid,
  .guardrail-panel,
  .vertical-grid,
  .training-steps,
  .comparator-intro,
  .compare-input-grid,
  .compare-results,
  .idea-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funnel-track {
    grid-template-columns: 1fr;
  }

  .funnel-track::before {
    display: none;
  }

  .funnel-stage {
    min-height: auto;
    padding: 0 18px 22px;
  }

  .ecosystem-summary ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    gap: 36px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: center;
    flex-direction: column;
    position: static;
    gap: 16px;
    padding: 14px 18px 18px;
  }

  .brand-lockup img {
    height: auto;
    width: 126px;
  }

  .nav-links {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 354px;
    overflow: visible;
    padding-bottom: 0;
    width: 100%;
  }

  .nav-links a {
    align-items: center;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(143, 0, 0, 0.1);
    display: flex;
    font-size: 12px;
    justify-content: center;
    line-height: 1.2;
    min-height: 40px;
    padding: 8px 9px;
    text-align: center;
  }

  .nav-links a:last-child {
    grid-column: 1 / -1;
  }

  .hero-inner {
    max-width: 100vw;
    min-height: auto;
    overflow: hidden;
    padding: 50px 20px 34px;
    width: 100%;
  }

  .hero-inner > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }

  .hero-inner h1 {
    font-size: 30px;
    max-width: 340px;
    overflow-wrap: anywhere;
    text-wrap: balance;
    width: 100%;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.52;
    max-width: 330px;
    overflow-wrap: anywhere;
    width: 100%;
  }

  .eyebrow {
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 12px;
    width: 100%;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button,
  .hero-actions .hero-button-main {
    font-size: 18px;
    min-height: 58px;
    min-width: 0;
    padding: 14px 18px;
    width: 100%;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
    margin-top: 44px;
    position: static;
  }

  .hero-playbook {
    grid-template-columns: 1fr;
    margin-top: 34px;
    width: 100%;
  }

  .playbook-main h2 {
    font-size: 24px;
    overflow-wrap: anywhere;
  }

  .section {
    padding: 44px 14px;
  }

  .section-heading {
    gap: 12px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 24px;
    text-align: center;
  }

  .section-heading h2 {
    font-size: 27px;
    line-height: 1.08;
    max-width: 340px;
    text-wrap: balance;
  }

  .large-statement {
    font-size: 24px;
  }

  .content-grid,
  .overview-map,
  .network-board,
  .ecosystem-grid,
  .knowledge-grid,
  .guardrail-panel,
  .vertical-grid,
  .training-steps,
  .comparator-intro,
  .compare-input-grid,
  .compare-results,
  .idea-grid {
    grid-template-columns: 1fr;
  }

  .overview-intro {
    grid-template-columns: 1fr;
  }

  .overview-intro h3 {
    font-size: 26px;
  }

  .channel-card {
    grid-template-columns: 42px 1fr;
  }

  .network-column {
    padding: 18px 14px;
  }

  .network-column h3 {
    font-size: 26px;
    margin-bottom: 14px;
    min-height: auto;
  }

  .network-link {
    border-radius: 12px;
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 60px;
    overflow: hidden;
    padding: 10px 11px 10px 9px;
  }

  .network-link img {
    border-radius: 12px;
    height: 40px;
    width: 40px;
  }

  .network-link span {
    font-size: 14px;
    line-height: 1.24;
  }

  .network-link small {
    font-size: 11px;
    line-height: 1.3;
  }

  .ecosystem-summary ul {
    grid-template-columns: 1fr;
  }

  .idea-engine-head {
    align-items: stretch;
    display: grid;
  }

  .ecosystem-focus {
    min-height: auto;
  }

  .ecosystem-focus h3 {
    font-size: 28px;
    text-align: center;
  }

  .ecosystem-focus p {
    text-align: center;
  }

  .red-band {
    background:
      linear-gradient(135deg, rgba(143, 0, 0, 0.98), rgba(189, 20, 20, 0.95)),
      url("./assets/lvg-logo.png") center 28px / 210px auto no-repeat;
    padding-left: 18px;
    padding-right: 18px;
  }

  .funnel-track {
    gap: 18px;
    padding-top: 10px;
  }

  .funnel-track::before {
    background: linear-gradient(180deg, transparent, rgba(255, 200, 61, 0.82), transparent);
    display: block;
    height: auto;
    left: 50%;
    right: auto;
    top: 12px;
    bottom: 12px;
    transform: translateX(-50%);
    width: 3px;
  }

  .funnel-stage {
    border-radius: 14px;
    min-height: auto;
    padding: 62px 16px 18px;
  }

  .funnel-stage span {
    border-width: 4px;
    font-size: 13px;
    height: 48px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: -2px;
    transform: translateX(-50%);
    width: 48px;
  }

  .funnel-stage h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  .funnel-stage p {
    font-size: 14px;
    line-height: 1.48;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .goal-result h3,
  .prompt-output-head h3 {
    font-size: 21px;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .prompt-output-head {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .prompt-output-head > div {
    width: 100%;
  }

  .prompt-section {
    padding-top: 36px;
  }

  .prompt-layout,
  .direct-result-layout {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .prompt-form,
  .prompt-output-card,
  .compare-form {
    padding: 14px;
  }

  .prompt-output-card {
    max-height: min(72svh, 560px);
  }

  .prompt-form {
    gap: 12px;
  }

  .prompt-form label,
  .compare-controls label,
  .compare-input-grid label {
    font-size: 12px;
    letter-spacing: 0;
  }

  .prompt-form select,
  .prompt-form textarea,
  .compare-controls select,
  .compare-input-grid textarea {
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .prompt-form select,
  .compare-controls select {
    min-height: 46px;
  }

  .prompt-form textarea {
    min-height: 190px;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
  }

  .copy-button {
    width: 100%;
  }

  .prompt-output-card pre {
    font-size: 12px;
    line-height: 1.55;
    max-height: min(52svh, 390px);
    min-height: 220px;
    overflow-wrap: anywhere;
    padding: 14px;
  }

  .prompt-rules span {
    text-align: center;
  }

  .comparator-section .compare-form {
    margin-top: 0;
  }

  .compare-controls {
    gap: 14px;
    margin-bottom: 16px;
  }

  .compare-input-grid textarea {
    min-height: 150px;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
  }

  .compare-summary {
    margin-top: 14px;
    padding: 16px;
    text-align: center;
  }

  .compare-summary h3 {
    font-size: 24px;
    overflow-wrap: anywhere;
  }

  .compare-card {
    gap: 14px;
    padding: 14px;
  }

  .compare-card h3 {
    font-size: 22px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .compare-card-head {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .score-pill {
    font-size: 15px;
    min-height: 38px;
    padding: 7px 11px;
  }

  .score-table-head,
  .score-table-row,
  .score-table-total {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 58px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .score-table-head {
    font-size: 11px;
  }

  .score-table-row {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .score-table-row strong,
  .score-table-total strong {
    font-size: 12px;
  }

  .score-table-total {
    font-size: 13px;
    padding-bottom: 11px;
    padding-top: 11px;
  }

  .compare-notes p {
    font-size: 14px;
    line-height: 1.45;
  }

  .site-footer {
    padding: 42px 20px;
  }

  .footer-inner {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-company {
    grid-column: auto;
  }

  .footer-nav,
  .footer-company {
    justify-items: center;
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .site-footer a,
  .site-footer p {
    font-size: 15px;
  }
}
