:root {
  --bg: #f5f2ec;
  --paper: #fffdf8;
  --ink: #1f2523;
  --muted: #66706a;
  --line: #ded6c9;
  --red: #c91f2f;
  --red-dark: #941824;
  --green: #214b42;
  --blue: #2a536f;
  --gold: #a87320;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(210px, auto) minmax(320px, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.98);
  padding: 11px clamp(16px, 5vw, 58px);
  box-shadow: 0 10px 34px rgba(35, 41, 37, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  overflow: hidden;
  font-size: 16px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

nav {
  display: flex;
  min-width: 0;
  gap: 4px;
  justify-content: flex-end;
  overflow-x: auto;
  border: 1px solid #e6ded2;
  border-radius: 999px;
  background: #f0ebe2;
  padding: 5px;
  scrollbar-width: none;
  white-space: nowrap;
}

nav::-webkit-scrollbar {
  display: none;
}

nav a {
  flex: 0 0 auto;
  border-radius: 999px;
  color: #33413b;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

nav a:hover {
  background: #fff;
  color: var(--red);
}

.hero {
  min-height: 86vh;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(62px, 8vw, 110px) clamp(20px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(24, 32, 29, 0.96), rgba(24, 32, 29, 0.76)),
    radial-gradient(circle at 82% 20%, rgba(201, 31, 47, 0.28), transparent 34%),
    #1d2421;
  color: white;
}

.hero h1,
.final-cta h2 {
  color: #fff;
}

.hero .lead,
.hero p,
.final-cta p {
  color: rgba(255, 255, 255, 0.83);
}

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

.hero .eyebrow,
.final-cta .eyebrow {
  color: #ffd0d5;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(46px, 7.3vw, 90px);
  line-height: 0.96;
}

h2 {
  max-width: 940px;
  margin-bottom: 20px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.15;
}

.lead {
  max-width: 830px;
  font-size: clamp(19px, 2.1vw, 24px);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 18px;
  font-weight: 900;
  line-height: 1.1;
}

.primary {
  background: var(--red);
  color: #fff;
}

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

.secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

.hero-panel {
  display: grid;
  gap: 14px;
}

.hero-panel div,
.note-card,
.cards article,
.order-box,
.feature-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 24px;
}

.hero-panel div {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.hero-panel span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  font-size: 28px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-strip div {
  min-height: 116px;
  border-right: 1px solid var(--line);
  padding: 24px clamp(18px, 3vw, 34px);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(20px, 6vw, 84px);
}

.section-intro {
  max-width: 980px;
  margin-bottom: 34px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.note-card {
  position: sticky;
  top: 90px;
}

ul,
ol {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

li + li {
  margin-top: 7px;
}

.band {
  background: #ece8df;
}

.cards {
  display: grid;
  gap: 18px;
}

.three {
  grid-template-columns: repeat(3, 1fr);
}

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

.steps {
  margin-bottom: 28px;
}

.order-box {
  background: #fff;
}

.provider-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.provider-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) minmax(170px, 0.32fr);
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.provider-card.top {
  border-color: rgba(201, 31, 47, 0.42);
  box-shadow: 0 18px 44px rgba(148, 24, 36, 0.1);
}

.rank {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.provider-card.top .rank {
  background: var(--red);
}

.provider-card h3 a {
  color: var(--red-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.provider-card p {
  margin: 0;
}

.provider-meta {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.provider-meta strong {
  color: var(--red-dark);
  font-size: 22px;
  line-height: 1;
}

.price-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.price-table [role="row"] {
  display: grid;
  grid-template-columns: 0.85fr 1fr 0.72fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 20px 22px;
}

.price-table [role="row"]:last-child {
  border-bottom: 0;
}

.price-table [role="columnheader"] {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-table strong {
  color: var(--red-dark);
}

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

.feature-grid strong {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  margin-bottom: 16px;
}

.faq {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

details p {
  margin-bottom: 0;
}

.final-cta {
  padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 84px);
  background: var(--green);
  color: #fff;
}

.final-cta p {
  max-width: 760px;
}

footer {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 26px clamp(20px, 6vw, 84px);
  color: var(--muted);
}

footer strong,
footer a {
  color: var(--ink);
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .split,
  .three,
  .four,
  .provider-card,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  nav {
    justify-content: flex-start;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .note-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 9px;
    padding: 9px 12px;
  }

  .brand {
    font-size: 14px;
  }

  nav {
    width: 100%;
    border-radius: 8px;
    justify-content: flex-start;
  }

  nav a {
    padding: 9px 10px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .trust-strip,
  .price-table [role="row"] {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 43px;
  }
}
