:root {
  --bg: #0f0e0c;
  --bg-elevated: #1c1714;
  --bg-card: #241e1a;
  --text: #f5f0ea;
  --text-muted: #a89f94;
  --accent: #d9a758;
  --accent-hover: #e8bc6e;
  --accent-ink: #1a140e;
  --border: rgba(217, 167, 88, 0.22);
  --line: rgba(245, 240, 234, 0.1);
  --radius: 12px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-ui: Manrope, system-ui, sans-serif;
  --choice-h: 4.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-weight: 500;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  padding-bottom: calc(var(--choice-h) + 1.5rem);
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
a:hover {
  color: var(--accent-hover);
}

.top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(15, 14, 12, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.top__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.brand {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.top__label {
  margin: 0;
  flex: 1;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.top__pdf {
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--accent-ink);
  background: var(--accent);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}
.top__pdf:hover {
  background: var(--accent-hover);
  color: var(--accent-ink);
}

.toc {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
}
.toc a {
  color: var(--text-muted);
  text-decoration: none;
}
.toc a:hover {
  color: var(--text);
}

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}

.hero {
  padding: 2.5rem 0 2rem;
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
}
.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}
.lede {
  margin: 0;
  max-width: 38rem;
  color: var(--text-muted);
  font-size: 1.02rem;
}
.lede strong {
  color: var(--text);
  font-weight: 700;
}
.hero-meta {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.85rem 1.25rem;
}
.hero-meta li {
  margin: 0;
  font-size: 0.92rem;
}
.hero-meta span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.section {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--line);
}
.section-head {
  margin-bottom: 1.5rem;
  max-width: 36rem;
}
.section-head h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.section-lede {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.comp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.85rem;
}
.comp-card {
  margin: 0;
  padding: 1.1rem 1.15rem 1.2rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}
.comp-card--us {
  border-color: var(--border);
  background: linear-gradient(160deg, #2a221c 0%, var(--bg-card) 70%);
}
.comp-card__tag {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
}
.comp-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text);
}
.comp-card__pos {
  margin: 0;
  font-size: 0.82rem;
}
.comp-card__price {
  margin: 0.25rem 0;
  font-weight: 700;
  color: var(--text);
  font-size: 0.95rem;
}
.comp-card__price small {
  font-weight: 500;
  color: var(--text-muted);
  font-size: 0.78rem;
}
.comp-card a {
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.table-wrap {
  margin-top: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-elevated);
}
.table-wrap summary {
  cursor: pointer;
  padding: 0.9rem 1.1rem;
  font-weight: 700;
  font-size: 0.9rem;
  list-style: none;
}
.table-wrap summary::-webkit-details-marker {
  display: none;
}
.table-wrap[open] summary {
  border-bottom: 1px solid var(--line);
}
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cmp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
  min-width: 820px;
}
.cmp-table th,
.cmp-table td {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  color: var(--text-muted);
}
.cmp-table thead th {
  background: #151210;
  color: var(--text);
  font-weight: 700;
  position: sticky;
  top: 0;
}
.cmp-table tbody th {
  color: var(--text);
  font-weight: 700;
  white-space: nowrap;
  background: var(--bg-elevated);
}
.cmp-table .us {
  color: var(--text);
  background: rgba(217, 167, 88, 0.08);
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.insight {
  padding: 1.25rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-card);
}
.insight h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
}
.insight ul {
  margin: 0;
  padding: 0 0 0 1.1rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}
.insight li + li {
  margin-top: 0.45rem;
}
.insight--win {
  border-color: rgba(120, 180, 120, 0.25);
}
.insight--risk {
  border-color: rgba(200, 120, 90, 0.28);
}
.callout {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border-top: 2px solid var(--accent);
  background: var(--bg-elevated);
  color: var(--text-muted);
  font-size: 0.95rem;
}
.callout p {
  margin: 0;
}
.callout strong {
  color: var(--text);
}

.offers-layout {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}
@media (max-width: 800px) {
  .offers-layout {
    grid-template-columns: 1fr;
  }
}

.offer-list {
  display: grid;
  gap: 0.65rem;
}
.offer-card {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-card);
  cursor: pointer;
  position: relative;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.offer-card:hover {
  border-color: var(--border);
}
.offer-card:has(input:checked) {
  border-color: var(--accent);
  background: linear-gradient(160deg, #2c241c 0%, var(--bg-card) 80%);
}
.offer-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.offer-card__badge {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
}
.offer-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
}
.offer-card__hint {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.offer-preview {
  padding: 1.5rem 1.4rem 1.6rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background:
    linear-gradient(105deg, rgba(15, 14, 12, 0.55), rgba(15, 14, 12, 0.88)),
    radial-gradient(ellipse at 70% 20%, #3a2e22 0%, var(--bg-elevated) 55%);
  min-height: 320px;
}
.offer-preview__label {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
}
.offer-preview__chip {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.65rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.75rem;
  color: var(--accent);
  font-weight: 600;
}
.offer-preview h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 600;
  line-height: 1.2;
}
.offer-preview h3 em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}
.offer-preview__lead {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 36rem;
}
.offer-preview__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
}
.offer-preview__cta span {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}
.offer-preview__cta .primary {
  background: var(--accent);
  color: var(--accent-ink);
}
.offer-preview__cta .ghost {
  border: 1px solid var(--border);
  color: var(--text);
}
.offer-preview__adv {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.offer-preview__adv li {
  padding: 0.55rem 0 0.55rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--text-muted);
}
.offer-preview__adv strong {
  color: var(--text);
  font-weight: 700;
}

.plan-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: plan;
}
.plan-list li {
  counter-increment: plan;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.plan-list li::before {
  content: counter(plan, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--accent);
  font-weight: 600;
}
.plan-list strong {
  grid-column: 2;
  font-size: 1.02rem;
}
.plan-list span {
  grid-column: 2;
  color: var(--text-muted);
  font-size: 0.92rem;
}
.plan-next {
  margin-top: 1.25rem;
  padding: 1.1rem 1.2rem;
  background: var(--bg-elevated);
  border-radius: var(--radius);
  color: var(--text-muted);
  font-size: 0.95rem;
}
.plan-next p {
  margin: 0;
}

.choice-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(28, 23, 20, 0.96);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(12px);
}
.choice-bar[hidden] {
  display: none;
}
.choice-bar__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: var(--choice-h);
}
.choice-bar p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.choice-bar strong {
  color: var(--text);
}
.choice-bar__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn--primary {
  background: var(--accent);
  color: var(--accent-ink);
}
.btn--primary:hover {
  background: var(--accent-hover);
}
.btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.btn--ghost:hover {
  color: var(--accent);
}

.foot {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.foot p {
  margin: 0 0 0.35rem;
}
