:root {
  --ink: #111820;
  --body: #34414d;
  --muted: #667684;
  --line: #d9e1e7;
  --line-dark: #31404c;
  --paper: #ffffff;
  --soft: #f4f7f8;
  --steel: #e8edf1;
  --teal: #007f78;
  --teal-dark: #005d58;
  --amber: #c98617;
  --charcoal: #101820;
  --charcoal-2: #182430;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--teal-dark);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: auto;
}

.brand span span {
  color: var(--teal);
}

.top-nav {
  display: none;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
}

.top-nav a {
  color: #46535f;
  text-decoration: none;
}

.top-nav a:hover {
  color: var(--teal-dark);
}

.hero {
  position: relative;
  display: grid;
  gap: 32px;
  padding: 44px 22px 34px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(0, 127, 120, 0.08) 1px, transparent 1px) 0 0 / 78px 78px,
    linear-gradient(0deg, rgba(17, 24, 32, 0.05) 1px, transparent 1px) 0 0 / 78px 78px,
    linear-gradient(180deg, #f8fbfc 0%, #ffffff 72%);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--teal), var(--amber));
}

.hero-copy,
.hero-visual,
.section > *,
.final-cta > *,
.site-footer > * {
  width: min(1160px, 100%);
  margin-inline: auto;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow,
.final-cta .eyebrow {
  color: var(--teal-dark);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: 43px;
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: 29px;
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: 0;
}

.hero-text {
  max-width: 700px;
  color: var(--body);
  font-size: 19px;
}

.hero-trust-line {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.hero-icons {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.hero-icons article {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(17, 24, 32, 0.05);
  text-align: center;
}

.hero-icons svg,
.finder-flow svg,
.path-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-icons span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.button.primary {
  color: #ffffff;
  background: var(--teal);
  box-shadow: 0 14px 30px rgba(0, 127, 120, 0.22);
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--teal-dark);
  background: #ffffff;
  border-color: #b8d9d5;
}

.button.secondary:hover {
  border-color: #9ed1cb;
}

.button.light {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.hero-points {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin-inline: auto;
  display: grid;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-points div {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.hero-points div:last-child {
  border-bottom: 0;
}

.hero-points dt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}

.hero-points svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 8px;
  background: #e9f8f6;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-points dd {
  margin: 3px 0 0;
  color: var(--body);
}

.hero-visual {
  align-self: center;
  padding: 0;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(17, 24, 32, 0.12);
  overflow: hidden;
}

.hero-visual::before {
  display: none;
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 7.2;
  object-fit: cover;
  background: #ffffff;
  border: 0;
}

.hero-visual figcaption {
  margin: 12px 16px 16px;
  color: #394854;
  font-size: 14px;
  font-weight: 700;
}

.hero-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 12px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: #cbd5dc;
}

.hero-specs span {
  padding: 12px 10px;
  color: var(--ink);
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.finder-flow {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f7fafb;
}

.finder-flow article {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.finder-flow article::after {
  content: "";
  display: none;
}

.finder-flow span {
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.finder-flow svg {
  grid-row: 1 / span 3;
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 50%;
  background: #e9f8f6;
}

.finder-flow strong {
  color: var(--ink);
}

.finder-flow p {
  margin: 0;
  color: var(--body);
  font-size: 14px;
}

.section {
  width: 100%;
  padding: 58px 22px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.intro {
  background: var(--paper);
}

.text-columns {
  display: grid;
  gap: 22px;
  color: var(--body);
  font-size: 17px;
}

.section-heading p {
  max-width: 720px;
  color: var(--body);
}

.compare,
.applications,
.trust,
.faq {
  background: var(--soft);
}

.specs {
  background: #ffffff;
}

.spec-strip {
  display: grid;
  gap: 1px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.spec-strip div {
  display: grid;
  gap: 2px;
  padding: 18px;
  background: var(--charcoal);
}

.spec-strip span {
  color: #acbac4;
  font-size: 13px;
  font-weight: 700;
}

.spec-strip strong {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.1;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 32, 0.06);
}

table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

th,
td {
  padding: 17px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

thead th {
  color: #ffffff;
  background: var(--charcoal);
  font-size: 13px;
  text-transform: uppercase;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

tbody th {
  width: 18%;
  color: var(--ink);
}

.spec-table-wrap {
  box-shadow: 0 18px 44px rgba(17, 24, 32, 0.08);
}

.spec-table {
  min-width: 1120px;
}

.spec-table th:first-child,
.spec-table td:first-child {
  width: 110px;
}

.spec-table tbody th a {
  color: var(--teal-dark);
  font-size: 18px;
  text-decoration: none;
}

.spec-table td {
  color: var(--body);
}

.decision-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.decision-grid article {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--amber);
  border-radius: 6px;
  background: var(--soft);
}

.decision-grid strong,
.decision-grid span {
  display: block;
}

.decision-grid strong {
  margin-bottom: 4px;
  color: var(--ink);
}

.decision-grid span {
  color: var(--body);
}

.card-grid {
  display: grid;
  gap: 16px;
}

.card {
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(17, 24, 32, 0.05);
}

.path-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #e9f8f6;
}

.path-icon svg {
  width: 28px;
  height: 28px;
}

.card:nth-child(2) {
  border-top-color: var(--amber);
}

.card:nth-child(3) {
  border-top-color: var(--charcoal);
}

.card-kicker,
.recommendation {
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.card p {
  color: var(--body);
}

.application-list {
  display: grid;
  gap: 14px;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.application-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 24, 32, 0.04);
  font-weight: 800;
}

.application-list svg {
  width: 44px;
  height: 44px;
  padding: 9px;
  border-radius: 10px;
  background: #e9f8f6;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.application-list span {
  display: block;
}

.trust-grid {
  display: grid;
  gap: 16px;
}

.trust-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(17, 24, 32, 0.05);
}

.trust-grid svg {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 12px;
  background: #e9f8f6;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-grid p {
  margin-bottom: 0;
  color: var(--body);
}

.product-list {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.product {
  display: grid;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.product h3 {
  display: inline-flex;
  min-width: 92px;
  color: var(--teal-dark);
}

.product p {
  margin-bottom: 0;
  color: var(--body);
}

.product a {
  align-self: center;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}

details p {
  margin: 12px 0 0;
  color: var(--body);
}

.final-cta {
  width: 100%;
  padding: 58px 22px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--charcoal);
}

.final-cta p {
  max-width: 680px;
  margin-inline: auto;
  color: #dce8e6;
}

.final-cta h2 {
  max-width: 780px;
  margin-inline: auto;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin: 28px auto 0;
  width: min(680px, 100%);
}

.site-footer {
  width: 100%;
  display: grid;
  gap: 10px;
  padding: 28px 22px 44px;
  color: var(--muted);
  background: #ffffff;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.footer-brand img {
  width: 44px;
  height: auto;
}

.footer-brand span span {
  color: var(--teal);
}

.legal-page {
  width: min(900px, 100%);
  margin-inline: auto;
  padding: 72px 22px;
}

.legal-page h1 {
  font-size: 46px;
}

.legal-page h2 {
  margin-top: 34px;
  font-size: 24px;
}

.legal-page p {
  color: var(--body);
}

@media (min-width: 700px) {
  .top-nav {
    display: flex;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .text-columns,
  .application-list,
  .trust-grid,
  .spec-strip,
  .decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 960px) {
  .site-header {
    padding-inline: 34px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
    align-items: center;
    padding: 68px 34px 44px;
  }

  .hero-copy,
  .hero-visual {
    width: 100%;
  }

  .hero-icons {
    grid-column: 1;
    width: 100%;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 38px;
  }

  .card-grid.three,
  .application-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .spec-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .decision-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .finder-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section {
    padding: 72px 34px;
  }

  .final-cta {
    padding: 72px 34px;
  }

  .hero-points {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 0.8fr);
  }

  .hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-points div {
    padding: 16px 18px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .hero-points div:first-child {
    padding-left: 0;
  }

  .hero-points div:last-child {
    padding-right: 0;
    border-right: 0;
  }
}
