:root {
  color-scheme: light;
  --ink: #121416;
  --muted: #5d636c;
  --line: #d7dce3;
  --paper: #f8f6f1;
  --panel: #ffffff;
  --steel: #2f363f;
  --red: #bb2d2b;
  --amber: #f2b84b;
  --green: #2f7d5d;
  --shadow: 0 24px 70px rgba(18, 20, 22, 0.14);
  --radius: 8px;
  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(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(18, 20, 22, 0.1);
  background: rgba(248, 246, 241, 0.92);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  width: 44px;
  height: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 242, 245, 0.98)),
    linear-gradient(135deg, var(--steel), var(--red));
  border: 2px solid var(--steel);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 20, 22, 0.18);
  font-size: 0.76rem;
  line-height: 1;
}

.brand-mark::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  right: 7px;
  height: 3px;
  border-radius: 999px;
  background: var(--red);
}

.brand-mark::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 22px 0 0 var(--amber);
}

.brand-name {
  color: var(--ink);
  font-size: 1.08rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.button,
button,
.radio-card,
input,
select,
textarea {
  font: inherit;
}

.button,
button {
  min-height: 46px;
  border: 0;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary,
.checkout-submit {
  color: #fff;
  background: var(--red);
  box-shadow: 0 15px 28px rgba(187, 45, 43, 0.25);
}

.button-primary:hover,
.checkout-submit:hover {
  background: #a92725;
}

.button-secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.hero {
  background:
    linear-gradient(90deg, rgba(18, 20, 22, 0.96) 0%, rgba(18, 20, 22, 0.86) 42%, rgba(18, 20, 22, 0.18) 72%, rgba(18, 20, 22, 0.02) 100%),
    url("./snaptag-hero.png") center right / cover no-repeat;
  color: #fff;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100svh - 68px);
  margin: 0 auto;
  display: grid;
  align-items: center;
  padding: 56px 0 72px;
}

.hero-copy {
  width: min(720px, 100%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #f7d084;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--amber);
}

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

h1 {
  margin-bottom: 20px;
  font-size: 5.45rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.lead {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.42rem;
  max-width: 56ch;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-pill {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.88rem;
}

.section {
  padding: 78px 0;
}

.section-dark {
  background: #171a1f;
  color: #fff;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading .eyebrow {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.86rem;
}

.section-heading .eyebrow::before {
  background: var(--red);
}

.section-dark .section-heading p,
.section-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.product-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

.product-photo {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #222;
}

.product-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  border-top: 1px solid rgba(18, 20, 22, 0.12);
  padding: 16px 0 0;
}

.feature-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.feature-list span {
  color: var(--muted);
}

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

.pack {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(18, 20, 22, 0.12);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 20, 22, 0.07);
}

.pack.featured {
  border-color: rgba(187, 45, 43, 0.55);
  box-shadow: 0 18px 42px rgba(187, 45, 43, 0.12);
}

.pack-kicker {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pack h3 {
  margin: 8px 0 10px;
  font-size: 1.45rem;
}

.price {
  margin: 0 0 14px;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
}

.pack ul {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.pack li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
}

.proof-band {
  background: var(--steel);
  color: #fff;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
}

.proof-item {
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.proof-item strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
}

.proof-item span {
  color: rgba(255, 255, 255, 0.72);
}

.color-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.swatch {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(18, 20, 22, 0.2);
}

.swatch.black-white {
  background: linear-gradient(135deg, #111 0 50%, #fff 50% 100%);
}

.swatch.black-yellow {
  background: linear-gradient(135deg, #111 0 50%, #f2c94c 50% 100%);
}

.swatch.red-white {
  background: linear-gradient(135deg, #bb2d2b 0 50%, #fff 50% 100%);
}

.swatch.blue-white {
  background: linear-gradient(135deg, #1f5f99 0 50%, #fff 50% 100%);
}

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

.faq details {
  border: 1px solid rgba(18, 20, 22, 0.12);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
}

.faq summary {
  cursor: pointer;
  font-weight: 850;
}

.faq p {
  margin: 12px 0 0;
  color: var(--muted);
}

.review-section {
  border-top: 1px solid rgba(18, 20, 22, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(248, 246, 241, 0.96));
}

.review-section .section-heading {
  max-width: 760px;
}

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

.review-card {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(18, 20, 22, 0.12);
  border-radius: var(--radius);
  padding: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 20, 22, 0.08);
}

.stars {
  margin-bottom: 16px;
  color: var(--amber);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0;
}

.review-card h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.2;
}

.review-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.review-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 750;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid rgba(18, 20, 22, 0.1);
  color: var(--muted);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.article-hero {
  padding: 64px 0 38px;
  background: #171a1f;
  color: #fff;
}

.article-hero .wrap {
  max-width: 860px;
}

.article-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 6vw, 4.6rem);
  line-height: 1;
}

.article-hero p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.1rem;
}

.article-shell {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.article-shell h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.article-shell p,
.article-shell li {
  color: #343941;
}

.article-shell ul,
.article-shell ol {
  padding-left: 1.2rem;
}

.article-cta {
  margin-top: 34px;
  border: 1px solid rgba(18, 20, 22, 0.12);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 20, 22, 0.07);
}

.blog-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.blog-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(18, 20, 22, 0.12);
  border-radius: var(--radius);
  padding: 20px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(18, 20, 22, 0.06);
}

.blog-card strong {
  font-size: 1.18rem;
}

.blog-card span {
  color: var(--muted);
}

.checkout-body {
  background:
    linear-gradient(180deg, rgba(248, 246, 241, 0.95), rgba(248, 246, 241, 0.98)),
    url("./snaptag-pack.png") center / cover fixed;
}

.checkout-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100svh - 68px);
  margin: 0 auto;
  padding: 42px 0 72px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 390px;
  gap: 24px;
  align-items: start;
}

.checkout-panel,
.summary-panel {
  border: 1px solid rgba(18, 20, 22, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(18, 20, 22, 0.08);
}

.checkout-panel {
  padding: 28px;
}

.summary-panel {
  position: sticky;
  top: 92px;
  padding: 22px;
}

.checkout-title {
  margin-bottom: 24px;
}

.checkout-title h1 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(2.1rem, 4vw, 4rem);
}

.checkout-title p {
  color: var(--muted);
  max-width: 62ch;
}

.form-section {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(18, 20, 22, 0.12);
}

.form-section h2 {
  margin-bottom: 14px;
  font-size: 1.15rem;
}

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

.radio-card {
  position: relative;
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: #fff;
  cursor: pointer;
}

.radio-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-card:has(input:checked) {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(187, 45, 43, 0.12);
}

.radio-card strong {
  font-size: 1rem;
}

.radio-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: #333940;
  font-size: 0.92rem;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: #fff;
  color: var(--ink);
}

textarea {
  min-height: 136px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(187, 45, 43, 0.16);
  border-color: var(--red);
}

.summary-line,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(18, 20, 22, 0.1);
}

.summary-line strong {
  text-align: right;
}

.summary-total {
  border-bottom: 0;
  font-size: 1.25rem;
  font-weight: 900;
}

.small-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.paypal-button {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 6px;
  border-radius: var(--radius);
  color: #fff;
  background: #003087;
  box-shadow: 0 16px 34px rgba(0, 48, 135, 0.24);
  font-weight: 900;
  text-decoration: none;
}

.paypal-button:hover {
  background: #00256a;
}

.paypal-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #003087;
  background: #fff;
  font-weight: 950;
}

.checkout-submit {
  width: 100%;
  margin-top: 16px;
}

.copy-button {
  width: 100%;
  margin-top: 10px;
}

.status-message {
  min-height: 22px;
  margin-top: 12px;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 750;
}

.setup-alert {
  margin-top: 14px;
  border-left: 4px solid var(--amber);
  padding: 12px;
  background: #fff7df;
  color: #5a4215;
  font-size: 0.9rem;
}

.mobile-pay-bar {
  display: none;
}

@media (max-width: 940px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(18, 20, 22, 0.96) 0%, rgba(18, 20, 22, 0.86) 52%, rgba(18, 20, 22, 0.34) 100%),
      url("./snaptag-hero.png") center / cover no-repeat;
  }

  .product-grid,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 4.3rem;
    line-height: 0.94;
  }

  .lead {
    font-size: 1.25rem;
  }

  .packs,
  .proof-grid,
  .faq,
  .radio-grid {
    grid-template-columns: 1fr;
  }

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

  .summary-panel {
    position: static;
  }

  .checkout-body {
    background-attachment: scroll;
  }
}

@media (max-width: 680px) {
  body.checkout-body {
    padding-bottom: 86px;
  }

  .nav {
    min-height: 62px;
    width: min(1180px, calc(100% - 20px));
    gap: 10px;
  }

  .nav-links a:not(.button) {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 32px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .hero-inner {
    min-height: 720px;
    padding: 48px 0;
  }

  h1 {
    font-size: 3.05rem;
    line-height: 0.96;
  }

  .lead {
    font-size: 1.14rem;
  }

  .section {
    padding: 56px 0;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: auto;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  input,
  select,
  textarea {
    min-height: 48px;
    font-size: 1rem;
  }

  .radio-card {
    min-height: 86px;
    padding: 16px;
  }

  .checkout-panel {
    padding: 20px;
  }

  .checkout-shell {
    width: min(1180px, calc(100% - 20px));
    padding: 28px 0 36px;
  }

  .checkout-title h1 {
    font-size: 2.25rem;
  }

  .summary-panel {
    padding: 18px;
  }

  .mobile-pay-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(18, 20, 22, 0.14);
    border-radius: var(--radius);
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 54px rgba(18, 20, 22, 0.22);
    backdrop-filter: blur(14px);
  }

  .mobile-pay-bar span {
    display: grid;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-pay-bar strong {
    color: var(--ink);
    font-size: 1.2rem;
  }

  .mobile-pay-bar a {
    min-height: 46px;
    min-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    color: #fff;
    background: #003087;
    font-weight: 900;
    text-decoration: none;
  }
}
