:root {
  --bg: #080808;
  --bg-soft: #0d0d0d;
  --panel: #141414;
  --panel-2: #171717;
  --line: #242424;
  --line-strong: #303030;
  --text: #f6f6f4;
  --muted: #a6a6a6;
  --muted-2: #797979;
  --yellow: #ffd326;
  --yellow-soft: #2a2409;
  --green: #38d96f;
  --red: #ff5757;
  --max: 1200px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.container {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 8, 8, .92);
  border-bottom: 1px solid #202020;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(calc(100% - 44px), 1960px);
  min-height: 80px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  position: relative;
  width: fit-content;
  color: var(--yellow);
  font-weight: 800;
}

.brand__bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 32px;
  padding: 0 10px;
  border: 2px solid var(--yellow);
  border-radius: 999px;
  font-size: 17px;
  letter-spacing: .04em;
  line-height: 1;
}

.brand__tag {
  position: absolute;
  right: -14px;
  top: -10px;
  padding: 4px 7px;
  border-radius: 10px 10px 10px 0;
  background: var(--yellow);
  color: #0b0b0b;
  font-size: 7px;
  font-weight: 900;
  line-height: 1;
}

.nav {
  display: flex;
  align-items: center;
  gap: 36px;
  color: #aaa;
  font-size: 14px;
  font-weight: 650;
}

.nav a {
  padding-block: 30px;
  transition: color .2s ease;
}

.nav a:hover,
.nav a:focus-visible,
.nav .is-active { color: #fff; }

.nav-cta { justify-self: end; }
.nav-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-size: 15px;
  font-weight: 850;
  transition: transform .2s ease, filter .2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.button--small {
  min-height: 42px;
  padding-inline: 23px;
  font-size: 14px;
}

.arrow-circle {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .045em;
}

.hero {
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 90px 24px 82px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 105%, rgba(255, 211, 38, .055), transparent 36%),
    #090909;
}

.hero-inner {
  width: min(100%, 820px);
  text-align: center;
}

.hero h1 {
  margin: 0;
  font-size: clamp(44px, 5vw, 68px);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 890;
}

.hero-copy {
  max-width: 750px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.text-link {
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 700;
}

.text-link:hover { color: var(--yellow); }

.tier-overview {
  padding: 96px 0 110px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.section-heading--left {
  margin-left: 0;
  text-align: left;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 3.7vw, 52px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 880;
}

.section-heading > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.tier-cards {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tier-card {
  position: relative;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--panel);
}

.tier-card--featured {
  border-color: rgba(255, 211, 38, .62);
  background: linear-gradient(180deg, rgba(255, 211, 38, .055), rgba(255, 211, 38, .012) 45%), var(--panel);
  box-shadow: inset 0 0 0 1px rgba(255, 211, 38, .05);
}

.popular-badge {
  position: absolute;
  top: -12px;
  right: 22px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}

.tier-label {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
}

.tier-card h3 {
  margin: 12px 0 0;
  font-size: 32px;
  letter-spacing: -.035em;
}

.tier-card__top p {
  min-height: 72px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.tier-audience {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tier-audience span,
.tier-prices span {
  color: var(--muted-2);
  font-size: 11px;
}

.tier-audience strong {
  font-size: 14px;
  line-height: 1.4;
}

.tier-prices {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tier-prices > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tier-prices strong {
  font-size: 17px;
  line-height: 1.25;
}

.tier-prices small {
  display: block;
  color: #d7d7d7;
  font-size: 11px;
  font-weight: 700;
}

.tier-card__link {
  margin-top: auto;
  padding-top: 24px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 850;
}

.comparison-section {
  padding: 105px 0 115px;
  border-bottom: 1px solid var(--line);
  background: #090909;
}

.table-toolbar {
  margin: 38px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.table-toolbar p {
  margin: 0;
  color: var(--muted-2);
  font-size: 12px;
}

.legend {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.legend-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.legend-dot--yes { background: var(--green); }
.legend-dot--no { background: var(--red); }

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: #0d0d0d;
  scrollbar-color: #333 #111;
}

.comparison-wrap:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}

.comparison-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
  padding: 22px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

.comparison-table th:last-child,
.comparison-table td:last-child { border-right: 0; }

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

.comparison-table thead th {
  position: sticky;
  top: 80px;
  z-index: 8;
  background: #111 !important;
  background-clip: padding-box;
  text-align: center;
}

.comparison-table thead th:first-child {
  width: 37%;
  text-align: left;
  left: 0;
  z-index: 10;
}

.comparison-table thead th:not(:first-child) { width: 21%; }

.comparison-table tbody th {
  position: sticky;
  left: 0;
  z-index: 3;
  background: #0d0d0d;
  text-align: left;
}

.comparison-table tbody td {
  text-align: center;
  background: #0d0d0d;
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.45;
}

.comparison-table th strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.comparison-table th span:not(.thead-tier) {
  display: block;
  margin-top: 5px;
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.thead-tier {
  display: block;
  margin-bottom: 6px;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}

.comparison-table thead th > strong {
  font-size: 18px;
}

.featured-col {
  background-color: rgba(255, 211, 38, .022) !important;
}

.status {
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
}

.status.yes {
  color: var(--green);
  background: rgba(56, 217, 111, .065);
  border: 1px solid rgba(56, 217, 111, .13);
}

.status.no {
  color: var(--red);
  background: rgba(255, 87, 87, .04);
  border: 1px solid rgba(255, 87, 87, .08);
}

.audience-row td {
  text-align: left;
  vertical-align: top;
}

.pricing-row td strong {
  display: block;
  font-size: 22px;
}

.pricing-row td span {
  color: var(--muted);
  font-size: 12px;
}

.mobile-comparison {
  display: none;
  padding: 82px 0 90px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}

.mobile-tiers {
  margin-top: 38px;
  display: grid;
  gap: 14px;
}

.mobile-tier {
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--panel);
  overflow: hidden;
}

.mobile-tier summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.mobile-tier summary::-webkit-details-marker { display: none; }

.mobile-tier summary > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-tier summary span {
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}

.mobile-tier summary strong {
  font-size: 21px;
}

.summary-price {
  text-align: right;
  font-size: 17px;
  font-weight: 850;
}

.summary-price small {
  display: block;
  color: var(--muted-2);
  font-size: 10px;
  font-weight: 600;
}

.mobile-tier__body {
  padding: 0 20px 22px;
  border-top: 1px solid var(--line);
}

.mobile-audience {
  margin: 18px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.mobile-tier ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--line);
}

.mobile-tier li {
  position: relative;
  padding: 12px 42px 12px 14px;
  background: #111;
  color: #ddd;
  font-size: 12px;
  line-height: 1.35;
}

.mobile-tier li::after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 850;
}

.mobile-tier li.included::after {
  content: "✓";
  color: var(--green);
}

.mobile-tier li.excluded {
  color: #777;
}

.mobile-tier li.excluded::after {
  content: "×";
  color: var(--red);
}

.mobile-prices {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mobile-prices > div {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #111;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mobile-prices span {
  color: var(--muted-2);
  font-size: 10px;
}

.mobile-prices strong {
  font-size: 14px;
}

.mobile-prices small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.closing {
  padding-top: 94px;
  background: #080808;
}

.closing-inner {
  width: min(calc(100% - 48px), 760px);
  margin-inline: auto;
  padding-bottom: 100px;
  text-align: center;
}

.closing h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 54px);
  letter-spacing: -.05em;
  line-height: 1.04;
}

.closing-inner > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.closing-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.outline-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid #3d3d3d;
  border-radius: 999px;
  color: #eee;
  font-size: 14px;
  font-weight: 800;
}

.outline-button:hover { border-color: var(--yellow); }

.footer {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
  padding-top: 62px;
  border-top: 1px solid #222;
}

.footer-main {
  min-height: 178px;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.footer-brand {
  font-size: 20px;
  font-weight: 880;
  letter-spacing: -.025em;
}

.footer-main > div:first-child p {
  margin: 12px 0 0;
  color: var(--muted-2);
  font-size: 14px;
}

.footer-links {
  min-width: 500px;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 42px;
}

.footer-links h3 {
  margin: 0 0 13px;
  font-size: 13px;
}

.footer-links a {
  display: block;
  margin-top: 10px;
  color: var(--muted-2);
  font-size: 13px;
}

.footer-links a:hover { color: #fff; }

.footer-bottom {
  min-height: 65px;
  padding: 22px 0 30px;
  border-top: 1px solid #222;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #686868;
  font-size: 12px;
}

.footer-bottom > div {
  display: flex;
  gap: 18px;
}

@media (max-width: 1020px) {
  .tier-cards {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }

  .tier-card {
    min-height: 0;
  }

  .tier-card__top p { min-height: 0; }

  .footer-links {
    min-width: 0;
    width: 60%;
  }
}

@media (max-width: 760px) {
  .container,
  .footer {
    width: min(calc(100% - 32px), var(--max));
  }

  .nav-shell {
    width: min(calc(100% - 32px), 1960px);
    min-height: 72px;
    grid-template-columns: auto 1fr auto;
  }

  .nav-toggle {
    justify-self: end;
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .nav-toggle span {
    width: 100%;
    height: 2px;
    background: #eee;
    border-radius: 2px;
  }

  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 16px 18px;
    background: #0a0a0a;
    border-bottom: 1px solid #242424;
  }

  .nav.is-open { display: flex; }
  .nav a { padding: 14px 8px; }
  .nav-cta { display: none; }

  .hero {
    min-height: 450px;
    padding: 72px 20px 68px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .tier-overview,
  .comparison-section {
    padding-block: 78px 86px;
  }

  .comparison-section { display: none; }
  .mobile-comparison { display: block; }

  .section-heading--left {
    text-align: left;
  }

  .footer-main {
    min-height: 0;
    flex-direction: column;
    padding-bottom: 44px;
  }

  .footer-links {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .hero-inner { text-align: left; }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }

  .tier-card {
    padding: 23px;
  }

  .tier-prices {
    grid-template-columns: 1fr;
  }

  .closing-inner {
    width: min(calc(100% - 32px), 760px);
  }

  .closing-actions {
    flex-direction: column;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .mobile-prices {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}
