/* ============================================================
   WEARFITS LP — Auglio layout system in WEARFITS brand
   Palette: WEARFITS teal #57DFCE primary, deep indigo #0E0CAB gradient,
            near-black #07070f bg, card #111120, hairline rgba(255,255,255,0.08)
   Type:    Geist sans / Geist Mono
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #07070f;
  --card: #111120;
  --card-hover: #15152a;
  --hairline: rgba(255, 255, 255, 0.08);
  --hairline-strong: rgba(255, 255, 255, 0.14);
  --text: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.62);
  --text-dim: rgba(255, 255, 255, 0.42);
  --teal: #57DFCE;
  --teal-dim: rgba(87, 223, 206, 0.18);
  --indigo: #0E0CAB;
  --indigo-light: #6E6BFF;
  --lavender: #a78bfa;
  --green-dot: #4ade80;
}

html, body {
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ===== HERO ===== */
.hero {
  min-height: 78vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 60px 24px 48px;
  position: relative;
}
.hero-eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 8px 18px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 32px;
}
.hero h1 {
  font-family: 'Geist', sans-serif;
  font-weight: 800;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 1100px;
  margin: 0 auto 28px;
}
.hero h1 .gradient {
  background: linear-gradient(120deg, var(--lavender) 0%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-subhead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 760px;
  margin: 0 auto 40px;
}
.hero-meta {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 24px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 44px;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 10px; }
.hero-meta .dot {
  width: 8px; height: 8px; border-radius: 50%;
  display: inline-block;
}
.hero-meta .dot-teal { background: var(--teal); }
.hero-meta .dot-lavender { background: var(--lavender); }
.hero-meta .dot-green { background: var(--green-dot); }
.hero-positioning {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 900px;
  margin: 0 auto 36px;
  padding: 18px 26px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  line-height: 1.6;
}
.hero-positioning strong { color: var(--text); }
.hero-buttons {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Geist', sans-serif;
  font-weight: 600; font-size: 15px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-primary {
  background: var(--teal);
  color: #0a0a14;
}
.btn-primary:hover { background: #75e7d7; color: #0a0a14; }
.btn .shopify-icon {
  width: 16px; height: 16px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.btn .price-tag {
  font-family: 'Geist Mono', monospace;
  font-size: 13px;
  opacity: 0.78;
  padding-left: 8px;
  margin-left: 2px;
  border-left: 1px solid rgba(10, 10, 20, 0.18);
  font-weight: 500;
}
.btn-secondary .price-tag {
  border-left-color: rgba(255, 255, 255, 0.18);
}
.btn-secondary {
  background: transparent;
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.35);
}
.btn-secondary:hover { background: rgba(255, 255, 255, 0.06); color: var(--text); }

/* ===== SECTIONS ===== */
section { padding: 64px 56px; border-top: 1px solid var(--hairline); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 16px;
}
.section h2 {
  font-family: 'Geist', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  max-width: 900px;
}
.section h2 .gradient {
  background: linear-gradient(120deg, var(--lavender) 0%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-lead {
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 820px;
  margin-bottom: 28px;
}
.section-lead strong { color: var(--text); }

/* ===== "IN SHORT" / VERDICT BLOCK ===== */
.in-short {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 20px;
  padding: 32px 36px;
  margin-top: 24px;
}
.in-short a { color: var(--teal); border-bottom: 1px dotted rgba(87, 223, 206, 0.35); }
.in-short p {
  font-size: 17px; line-height: 1.7; color: var(--text-muted);
}
.in-short p + p { margin-top: 16px; }
.in-short strong { color: var(--text); }

/* ===== CRITERIA LIST ===== */
.criteria-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.criterion {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 20px 22px;
}
.criterion-num {
  display: inline-flex;
  width: 28px; height: 28px;
  border-radius: 50%;
  align-items: center; justify-content: center;
  background: rgba(87, 223, 206, 0.14);
  color: var(--teal);
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  margin-bottom: 12px;
}
.criterion h3 {
  font-size: 18px; line-height: 1.3;
  margin-bottom: 8px;
}
.criterion p {
  font-size: 15px; line-height: 1.6;
  color: var(--text-muted);
}

/* ===== 3-COL VENDOR POSITIONING ===== */
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
  align-items: stretch;
}
.vendor-card {
  position: relative;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 24px;
  padding: 44px 30px 30px;
  min-height: 100%;
}
.vendor-card.featured {
  border-color: rgba(87, 223, 206, 0.32);
  box-shadow: 0 0 0 1px rgba(87, 223, 206, 0.08) inset;
}
.vendor-watermark {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.03);
  letter-spacing: -0.05em;
  pointer-events: none;
}
.vendor-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.badge {
  display: inline-block;
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--hairline);
  background: rgba(255, 255, 255, 0.03);
}
.badge-featured,
.badge-sizing {
  color: #0c1215;
  background: var(--teal);
  border-color: transparent;
}
.vendor-name {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.vendor-tagline {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 22px;
}
.vendor-suited {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
}
.vendor-suited-label {
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 8px;
}
.vendor-suited p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
}

/* ===== COMPARISON MATRIX ===== */
.matrix {
  overflow-x: auto;
  margin-top: 32px;
  border: 1px solid var(--hairline);
  border-radius: 22px;
}
.matrix table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  background: var(--card);
}
.matrix thead th {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.02);
}
.matrix th,
.matrix td {
  padding: 18px 18px;
  text-align: left;
  border-bottom: 1px solid var(--hairline);
  vertical-align: top;
}
.matrix tbody tr:last-child td { border-bottom: none; }
.matrix td {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-muted);
}
.matrix td:first-child {
  color: var(--text);
  font-weight: 600;
  width: 28%;
}
.wearfits-col {
  background: rgba(87, 223, 206, 0.08);
}
.matrix td.check,
.matrix td.wearfits-col.check {
  color: var(--text);
  font-weight: 600;
}
.matrix td.dash {
  color: var(--text-dim);
}

/* ===== DECISION GUIDE TABLE ===== */
.decision-table {
  overflow-x: auto;
  margin-top: 30px;
  border: 1px solid var(--hairline);
  border-radius: 22px;
}
.decision-table table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.02);
}
.decision-table th,
.decision-table td {
  padding: 18px 18px;
  text-align: left;
  border-bottom: 1px solid var(--hairline);
  vertical-align: top;
}
.decision-table tbody tr:last-child td { border-bottom: none; }
.decision-table th {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.decision-table td {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
}
.decision-table td.wearfits {
  color: var(--text);
  font-weight: 700;
}

/* ===== CTA STRIP ===== */
.cta-strip {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--hairline);
  border-radius: 18px;
}
.cta-strip p {
  font-size: 17px;
  color: var(--text);
  font-weight: 600;
}
.cta-strip-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ===== ADVANTAGE BLOCKS ===== */
.advantage {
  position: relative;
  margin-top: 48px;
  padding-top: 8px;
}
.advantage-num {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 84px;
  line-height: 1;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.04);
  letter-spacing: -0.06em;
  pointer-events: none;
}
.advantage-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 34px;
  align-items: start;
}
.advantage-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 12px;
}
.advantage h3 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  max-width: 760px;
}
.advantage p {
  font-size: 17px;
  line-height: 1.72;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.advantage p strong { color: var(--text); }
.advantage-side {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--hairline);
  border-radius: 18px;
  padding: 24px 22px;
}
.advantage-side ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}
.advantage-side li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
}
.advantage-side li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}
.advantage-side a {
  font-weight: 600;
}

/* ===== PRICING TABLES ===== */
.pricing-track-label {
  display: inline-block;
  margin: 18px 0 16px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.pricing-table {
  overflow-x: auto;
  border: 1px solid var(--hairline);
  border-radius: 22px;
}
.pricing-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--card);
}
.pricing-table th,
.pricing-table td {
  padding: 18px;
  text-align: left;
  border-bottom: 1px solid var(--hairline);
}
.pricing-table tbody tr:last-child td { border-bottom: none; }
.pricing-table th {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.pricing-table td {
  font-size: 15px;
  color: var(--text-muted);
}
.pricing-table td.price {
  color: var(--text);
  font-weight: 700;
}
.pricing-fineprint {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-dim);
  margin-top: 14px;
}

/* ===== PRICING CARDS ===== */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}
.pricing-card {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 22px;
  padding: 28px 26px;
}
.pricing-card.featured {
  border-color: rgba(87, 223, 206, 0.32);
  box-shadow: 0 0 0 1px rgba(87, 223, 206, 0.08) inset;
}
.pricing-card h4 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.pricing-card .subhead {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: 'Geist Mono', monospace;
}
.pricing-card ul {
  list-style: none;
  display: grid;
  gap: 12px;
}
.pricing-card li {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
}
.pricing-card li strong { color: var(--text); }

/* ===== SUMMARY BLOCKS ===== */
.summary-block {
  margin-top: 20px;
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--hairline);
  border-radius: 20px;
}
.summary-block.featured {
  border-color: rgba(87, 223, 206, 0.3);
  background: rgba(87, 223, 206, 0.05);
}
.summary-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 10px;
}
.summary-block h4 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.summary-block p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
}

/* ===== SIMPLE RULE ===== */
.simple-rule {
  margin-top: 28px;
  padding: 30px 32px;
  border: 1px solid var(--hairline);
  border-radius: 22px;
  background: var(--card);
}
.simple-rule ul {
  list-style: none;
  display: grid;
  gap: 14px;
}
.simple-rule li {
  position: relative;
  padding-left: 18px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-muted);
}
.simple-rule li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}
.simple-rule strong { color: var(--text); }

/* ===== FINAL CTA ===== */
.final-cta {
  padding: 84px 24px 92px;
  text-align: center;
  background: linear-gradient(180deg, rgba(14, 12, 171, 0.06) 0%, rgba(7, 7, 15, 0) 100%);
}
.final-cta h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0 auto 18px;
  max-width: 900px;
}
.final-cta h2 .gradient {
  background: linear-gradient(120deg, var(--lavender) 0%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.final-cta p {
  font-size: 19px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 760px;
  margin: 0 auto 30px;
}
.final-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* ===== FOOTER ===== */
.footer {
  padding: 30px 24px 56px;
  text-align: center;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.8;
}
.footer p + p { margin-top: 8px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  section, .footer { padding-left: 28px; padding-right: 28px; }
  .criteria-grid { grid-template-columns: 1fr; }
  .three-col { grid-template-columns: 1fr; }
  .pricing-cards { grid-template-columns: 1fr; }
  .advantage-grid { grid-template-columns: 1fr; gap: 24px; }
  .vendor-card { padding: 40px 28px 28px; }
}
@media (max-width: 600px) {
  .hero { padding: 60px 18px 40px; }
  .hero-subhead,
  .section-lead,
  .final-cta p { font-size: 17px; }
  section { padding-top: 52px; padding-bottom: 52px; }
  .cta-strip { padding: 20px; }
  .simple-rule,
  .summary-block,
  .pricing-card,
  .advantage-side,
  .in-short { padding-left: 20px; padding-right: 20px; }
}
