/* ============================================================
   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: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 28px;
}
.criterion-num {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--teal);
  margin-bottom: 10px;
  font-weight: 600;
}
.criterion h3 {
  font-size: 18px; font-weight: 600;
  margin-bottom: 8px;
  color: var(--text);
  letter-spacing: -0.01em;
}
.criterion p {
  font-size: 14px; line-height: 1.6;
  color: var(--text-muted);
}
.criterion .exclusive {
  display: inline-block; margin-top: 10px;
  background: var(--teal-dim);
  color: var(--teal);
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

/* ===== RANKED VENDOR CARDS ===== */
.vendor-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 20px;
  padding: 44px 44px 32px;
  margin-bottom: 24px;
  overflow: hidden;
}
.vendor-card.featured {
  border-color: rgba(87, 223, 206, 0.35);
  background: linear-gradient(180deg, rgba(87, 223, 206, 0.05) 0%, var(--card) 30%);
}
.vendor-watermark {
  position: absolute;
  top: 30px; right: 36px;
  font-family: 'Geist', sans-serif;
  font-weight: 800;
  font-size: clamp(90px, 12vw, 140px);
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.04);
  letter-spacing: -0.04em;
  pointer-events: none;
  z-index: 0;
}
.vendor-card.featured .vendor-watermark {
  color: rgba(87, 223, 206, 0.06);
}
.vendor-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 22px;
  position: relative; z-index: 1;
}
.badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 7px 16px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.badge-featured {
  background: var(--teal);
  color: #0a0a14;
  border-color: var(--teal);
  font-weight: 600;
}
.badge-featured::before { content: "★ "; }
.badge-sizing {
  background: rgba(87, 223, 206, 0.14);
  border-color: rgba(87, 223, 206, 0.4);
  color: var(--teal);
  font-weight: 600;
}
.vendor-card h3.vendor-name {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  position: relative; z-index: 1;
}
.vendor-tagline {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 760px;
  margin-bottom: 28px;
  position: relative; z-index: 1;
}
.vendor-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 820px;
  margin-bottom: 28px;
  position: relative; z-index: 1;
}
.vendor-body strong { color: var(--text); }
.vendor-body a { color: var(--teal); border-bottom: 1px dotted rgba(87, 223, 206, 0.35); }
.vendor-pricing {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 22px 26px;
  margin-bottom: 28px;
  position: relative; z-index: 1;
}
.vendor-pricing-label {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 10px;
}
.vendor-pricing ul { list-style: none; padding: 0; }
.vendor-pricing li {
  font-size: 15px;
  color: var(--text-muted);
  padding: 6px 0;
  border-bottom: 1px dashed var(--hairline);
}
.vendor-pricing li:last-child { border-bottom: none; }
.vendor-pricing li strong { color: var(--text); font-weight: 600; }
.vendor-features {
  list-style: none; padding: 0;
  margin-bottom: 28px;
  position: relative; z-index: 1;
}
.vendor-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.5;
}
.vendor-features li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--teal); font-weight: 700;
  font-size: 14px;
}
.vendor-features li.exclusive { color: var(--text); }
.vendor-features li.exclusive strong { color: var(--teal); }
.vendor-features li.dash::before { content: "—"; color: var(--text-dim); }
.vendor-suited {
  border-top: 1px solid var(--hairline);
  padding-top: 22px;
  position: relative; z-index: 1;
}
.vendor-suited-label {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 10px;
}
.vendor-suited p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
}

/* ===== THREE-COLUMN POSITIONING BLOCKS (LP2) ===== */
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.three-col .vendor-card {
  padding: 36px 28px 28px;
  margin-bottom: 0;
}
.three-col .vendor-card h3.vendor-name { font-size: 26px; }
.three-col .vendor-watermark {
  font-size: clamp(70px, 7vw, 90px);
  top: 18px; right: 18px;
}
.three-col .vendor-tagline { font-size: 15px; }
.three-col .vendor-suited p { font-size: 14px; }

/* ===== DECISION TABLE ===== */
.decision-table {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 32px;
}
.decision-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Geist', sans-serif;
}
.decision-table thead th {
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  padding: 18px 22px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
  border-bottom: 1px solid var(--hairline);
}
.decision-table tbody td {
  padding: 20px 22px;
  border-top: 1px solid var(--hairline);
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.55;
  vertical-align: top;
}
.decision-table tbody tr:first-child td { border-top: none; }
.decision-table tbody td:nth-child(2) {
  font-family: 'Geist Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text);
  white-space: nowrap;
}
.decision-table tbody td:nth-child(2).wearfits { color: var(--teal); }
.decision-table tbody tr:hover { background: rgba(255, 255, 255, 0.02); }

/* ===== ELEVEN-POINT FEATURE GRID (matrix) ===== */
.matrix {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  overflow: auto;
  margin-top: 32px;
}
.matrix table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Geist', sans-serif;
  min-width: 920px;
}
.matrix thead th {
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  padding: 16px 18px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
  border-bottom: 1px solid var(--hairline);
  vertical-align: bottom;
}
.matrix thead th.wearfits-col {
  color: var(--teal);
  background: rgba(87, 223, 206, 0.06);
}
.matrix tbody td {
  padding: 16px 18px;
  border-top: 1px solid var(--hairline);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
  vertical-align: top;
}
.matrix tbody td:first-child {
  font-weight: 600;
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
  min-width: 200px;
}
.matrix tbody td.wearfits-col {
  background: rgba(87, 223, 206, 0.05);
  color: var(--text);
}
.matrix tbody td.check { color: var(--teal); font-weight: 600; }
.matrix tbody td.dash { color: var(--text-dim); }
.matrix tbody tr:nth-child(7) td:first-child { color: var(--teal); }

/* ===== ADVANTAGE / NUMBERED FEATURE SECTIONS (LP2) ===== */
.advantage {
  position: relative;
  padding: 60px 0;
  border-top: 1px solid var(--hairline);
}
.advantage:first-of-type { border-top: none; padding-top: 32px; }
.advantage-num {
  position: absolute;
  top: 30px; right: 0;
  font-family: 'Geist', sans-serif;
  font-weight: 800;
  font-size: clamp(120px, 14vw, 200px);
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.04);
  letter-spacing: -0.04em;
  z-index: 0;
  pointer-events: none;
}
.advantage-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: start;
  position: relative; z-index: 1;
}
.advantage-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
  font-weight: 600;
}
.advantage h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.022em;
  margin-bottom: 18px;
  line-height: 1.1;
}
.advantage p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.advantage p strong { color: var(--text); }
.advantage-side {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 28px;
}
.advantage-side ul { list-style: none; padding: 0; }
.advantage-side li {
  font-size: 14px;
  color: var(--text-muted);
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline);
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
}
.advantage-side li:last-child { border-bottom: none; }
.advantage-side li::before {
  content: "✓";
  position: absolute; left: 0;
  color: var(--teal); font-weight: 700;
}
.advantage-side a { color: var(--teal); display: inline-block; margin-top: 14px; font-weight: 600; font-size: 14px; }

/* ===== PRICING SECTION ===== */
.pricing-track-label {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
  margin-top: 40px;
}
.pricing-table {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
}
.pricing-table table {
  width: 100%;
  border-collapse: collapse;
}
.pricing-table th, .pricing-table td {
  padding: 14px 18px;
  text-align: left;
  border-top: 1px solid var(--hairline);
  font-size: 14px;
}
.pricing-table tr:first-child th { border-top: none; }
.pricing-table thead th {
  background: rgba(255, 255, 255, 0.03);
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
}
.pricing-table tbody td:first-child {
  font-weight: 600; color: var(--text);
}
.pricing-table tbody td.price { font-weight: 600; color: var(--teal); }
.pricing-fineprint {
  font-size: 13px; color: var(--text-dim); margin-bottom: 32px; line-height: 1.6;
}
.pricing-fineprint a { color: var(--teal); }

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.pricing-card {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 28px;
}
.pricing-card.featured { border-color: rgba(87, 223, 206, 0.35); }
.pricing-card h4 {
  font-size: 20px; font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.015em;
}
.pricing-card.featured h4 { color: var(--teal); }
.pricing-card .subhead {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 18px;
}
.pricing-card ul { list-style: none; padding: 0; }
.pricing-card li {
  font-size: 14px; color: var(--text-muted);
  padding: 8px 0;
  border-bottom: 1px dashed var(--hairline);
  line-height: 1.55;
}
.pricing-card li:last-child { border-bottom: none; }
.pricing-card li strong { color: var(--text); }

/* ===== SUMMARY VENDOR PARAGRAPH BLOCKS ===== */
.summary-block {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 32px 36px;
  margin-bottom: 18px;
}
.summary-block.featured { border-color: rgba(87, 223, 206, 0.35); }
.summary-block h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}
.summary-block.featured h4 { color: var(--teal); }
.summary-block .summary-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 14px;
}
.summary-block p {
  font-size: 16px; line-height: 1.7;
  color: var(--text-muted);
}
.summary-block p strong { color: var(--text); }

/* ===== SIMPLE DECISION RULE ===== */
.simple-rule {
  margin-top: 28px;
}
.simple-rule ul { list-style: none; padding: 0; }
.simple-rule li {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-muted);
  padding: 14px 22px;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  margin-bottom: 10px;
}
.simple-rule li strong { color: var(--teal); }

/* ===== FINAL CTA ===== */
.final-cta {
  text-align: center;
  padding: 80px 24px;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(87, 223, 206, 0.04) 50%, var(--bg) 100%);
  border-top: 1px solid var(--hairline);
}
.final-cta h2 {
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 900px;
  margin: 0 auto 24px;
}
.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: 18px; color: var(--text-muted);
  max-width: 680px; margin: 0 auto 36px;
  line-height: 1.6;
}
.final-cta-buttons {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
}

/* ===== INLINE CTA STRIP ===== */
.cta-strip {
  text-align: center;
  margin-top: 56px;
  padding: 24px;
}
.cta-strip p {
  font-size: 19px; color: var(--text); margin-bottom: 18px;
  font-weight: 500;
}
.cta-strip-buttons { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ===== FOOTER ===== */
.footer {
  padding: 60px 56px 40px;
  border-top: 1px solid var(--hairline);
  background: #050509;
  text-align: center;
}
.footer p {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-dim);
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto 10px;
}
.footer a { color: var(--text-muted); }

/* ===== 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-meta { gap: 14px; font-size: 11px; }
  .vendor-card { padding: 36px 22px 24px; }
  .vendor-watermark { font-size: 80px; }
}
