/* ---------- Base ---------- */
:root {
  /* Brand */
  --green: #07C067;
  --green-light: rgba(7,192,103,.08);
  --green-border: rgba(7,192,103,.25);
  --green-dark: #065f46;

  /* UI */
  --fg: #0b0b0b;
  --muted: #667085;
  --line: #e5e7eb;
  --shadow: 0 10px 30px rgba(2,6,12,.08);
  --container: 1180px;

  /* Product preview (responsive square) */
  --pd-box: clamp(92px, 9vw, 124px);
}

/* ---------- Utilities ---------- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--fg); background: #fff; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.eyebrow { color: var(--green); text-transform: uppercase; font-weight: 800; letter-spacing: .08em; margin: 0 0 4px; font-size: 14px; }
.lead    { color: #475467; margin: 10px 0 0; }
.lead-sm { color: #475467; font-size: 14px; margin: 8px 0 12px; line-height: 1.35; }
.ml-auto { margin-left: auto; }
.fw-800  { font-weight: 800; }
.fs-14   { font-size: 14px; }
.mb-8    { margin-bottom: 8px; }
.accent  { color: var(--green) !important; }

/* ---------- Layout ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.site { border-top: 1px solid var(--line); }
.site .foot { display: flex; justify-content: space-between; align-items: center; padding: 24px 20px; color: var(--muted); }

/* ---------- Header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: #fff; border-bottom: 1px solid #d1d5db;
}
header.site .nav { display: flex; align-items: center; gap: 18px; padding: 14px 0; }
header.site .logo img { display: block; height: 44px; width: auto; }
header.site nav { margin-left: auto; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
header.site nav a { font-weight: 700; }
header.site a.cta {
  background: var(--green); color: #fff !important;
  padding: .7rem 1rem; border-radius: 999px; font-weight: 700;
  box-shadow: 0 6px 14px rgba(22,163,74,.25);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem; padding: .55rem .9rem; border-radius: 999px;
  border: 1px solid transparent; font-weight: 700;
  cursor: pointer; text-decoration: none;
}
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { opacity: .94; }
.btn-secondary { background: #fff; color: var(--fg); border-color: #d2d6db; }
.btn:disabled, .btn[disabled] { opacity: .6; cursor: not-allowed; }
.btn-row { display: flex; gap: 6px; }
.pcard-footer .btn { width: 100%; min-height: 44px; }
.btn.ghost { min-height: 44px; }

/* ---------- Guarantee band ---------- */
.guarantee {
  background: var(--green-light); border: 1px solid var(--green-border);
  color: var(--green-dark); padding: 14px 16px; border-radius: 12px;
  display: flex; gap: 10px; align-items: center;
}

/* ---------- Comparison table ---------- */
.compare .yes, .compare .yes a { color: var(--green) !important; }
.compare .no { color: #9ca3af; }

/* ---------- Page: Get Your Tag ---------- */
.section { padding: 28px 0; }
h1 { font-weight: 800; font-size: 40px; letter-spacing: -.01em; margin: 0 0 14px; }
h2 { font-weight: 800; margin: 0; }

/* ---------- Product layout ---------- */
.page-get-your-tag .product { display: block; margin-top: 18px; }
.page-get-your-tag .product > * { min-width: 0; }
.page-get-your-tag .box {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 24px; box-shadow: 0 4px 14px rgba(0,0,0,.04);
}

/* ---------- Price cards ---------- */
.price-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px; align-items: stretch;
}
.pcard {
  display: flex; flex-direction: column;
  border: 1px solid #e9edf1; border-radius: 18px;
  padding: 14px; background: #fff;
  box-shadow: 0 4px 10px rgba(2,6,12,.04);
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.pcard:hover, .pcard:has(:focus-visible) {
  border-color: #e3e8ee; box-shadow: 0 10px 24px rgba(2,6,12,.08);
  transform: translateY(-1px);
}
.pcard h4 { margin: 0 0 6px; font-weight: 800; font-size: 18px; letter-spacing: -.005em; }
.pcard .price { font-size: 34px; font-weight: 800; margin: 4px 0 2px; line-height: 1; }
.pcard .sub { color: #5b6470; margin: 0 0 6px; font-size: 14px; }
.pcard ul.lead-sm { padding-left: 18px; }
.pcard ul.lead-sm li { margin: 2px 0; }
.pcard-footer { margin-top: auto; display: flex; flex-direction: column; gap: 6px; }

/* ---------- Quantity controls ---------- */
.page-get-your-tag .qty-row { display: flex; align-items: center; gap: 10px; }
.page-get-your-tag .qty {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
}
.page-get-your-tag .qty input {
  width: 56px; height: 38px; text-align: center; border: 0;
  padding: 0; font-size: 16px; font-weight: 800;
}
.page-get-your-tag .qty button {
  display:flex; align-items:center; justify-content:center;
  min-width:38px; height:38px; font-size:20px;
  background:#fff; border:0; line-height:1;
  -webkit-appearance:none; appearance:none;
}

/* ---------- Swatches ---------- */
.page-get-your-tag .swatch-row { display: flex; gap: 8px; margin: 8px 0; }
.page-get-your-tag .swatch-row img,
.page-get-your-tag .swatch-row .swatch {
  width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 2px 6px rgba(2,6,12,.06); background: #f8fafc; cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, outline-color .12s ease;
}
.page-get-your-tag .swatch-row .swatch:hover,
.page-get-your-tag .swatch-row img:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(2,6,12,.10);
}
.page-get-your-tag .swatch-row .swatch.active,
.page-get-your-tag .swatch-row img.active {
  outline: 3px solid var(--green);
  box-shadow: 0 0 0 3px rgba(7,192,103,.18);
}
.swatch { display: inline-flex; align-items: center; justify-content: center; }
.swatch .dot { width: 14px; height: 14px; border-radius: 999px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.65); }
.swatch[data-color="green"]  .dot { background: #22c55e; }
.swatch[data-color="blue"]   .dot { background: #3b82f6; }
.swatch[data-color="pink"]   .dot { background: #ec4899; }
.swatch[data-color="red"]    .dot { background: #ef4444; }
.swatch[data-color="yellow"] .dot { background: #f59e0b; }

/* ---------- Preview frame ---------- */
.pcard .pd-preview.in-card {
  width: var(--pd-box); height: var(--pd-box); margin: 6px auto;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; border: 1px solid #eef2f6;
  background:
    linear-gradient(45deg,#f3f4f6 25%,transparent 25%) 0 0/10px 10px,
    linear-gradient(45deg,transparent 75%,#f3f4f6 75%) 0 0/10px 10px,
    linear-gradient(45deg,transparent 25%,#f3f4f6 25%) 5px 5px/10px 10px,
    linear-gradient(45deg,#f3f4f6 75%,transparent 75%) 5px 5px/10px 10px;
  box-shadow: 0 3px 9px rgba(2,6,12,.08); overflow: hidden;
}
.pcard .pd-preview.in-card picture { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.pcard .pd-preview.in-card img {
  max-width: 96%; max-height: 96%; object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(2,6,12,.10));
  transform: scale(1.35); transform-origin: center;
}

/* ---------- Selected label ---------- */
.selected-label {
  margin: 8px 0 0; text-align: center;
  font-size: 12px; line-height: 1; color: #5b6470;
}
#starter .selected-label,
[aria-labelledby="addons-title"] .selected-label { transform: translateY(-1px); }

/* ---------- CTA bands ---------- */
.cta-band {
  text-align: center; margin: 40px auto; padding: 28px 20px;
  background: linear-gradient(180deg,#f7faf8 0%, #ffffff 100%);
  border: 1px solid #eef2f6; border-radius: 18px; max-width: 640px;
}
.cta-band h2 { margin: 0 0 14px; font-size: clamp(22px, 2.2vw, 28px); font-weight: 800; }

/* ---------- Reassurance ---------- */
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.badge {
  background: var(--green-light); border: 1px solid var(--green-border); color: var(--green-dark);
  padding: 6px 10px; border-radius: 20px; font-size: 14px; font-weight: 600; white-space: nowrap;
}
.reassurance-list {
  list-style: none; display: flex; justify-content: center; gap: 28px;
  padding: 0; margin: 28px auto; font-size: 15px; font-weight: 600; color: var(--green-dark);
}
.reassurance-list li::before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 800; }
@media (max-width: 640px) {
  .reassurance-list { flex-direction: column; gap: 12px; text-align: center; }
}

/* ---------- Focus rings ---------- */
:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; border-radius: 10px; }