/* ============================================
   TRAVEL SPORTS TAGS - Premium Bag Tags Store
   Modern, conversion-optimized design
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a2e;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: 1rem; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }

/* --- ANNOUNCEMENT BAR --- */
.announcement-bar {
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 100;
}
.announcement-inner { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pulse-dot {
  width: 8px; height: 8px; background: #ef4444; border-radius: 50%;
  display: inline-block; animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.countdown { font-variant-numeric: tabular-nums; color: #fbbf24; font-weight: 700; }

/* --- NAV --- */
.nav {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 0 24px;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.2rem; color: #0f172a; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { font-size: 0.88rem; font-weight: 500; color: #475569; transition: color 0.2s; }
.nav-links a:hover { color: #0f172a; }
.nav-cta {
  background: #0f172a; color: #fff; padding: 8px 20px; border-radius: 8px;
  font-size: 0.85rem; font-weight: 600; transition: all 0.2s;
}
.nav-cta:hover { background: #1e293b; transform: translateY(-1px); }

/* --- HERO --- */
.hero {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
  padding: 80px 24px 60px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.badge {
  display: inline-block; background: rgba(15,23,42,0.06); color: #475569;
  padding: 6px 14px; border-radius: 100px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.08em; margin-bottom: 20px;
}
.hero h1 {
  font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 900;
  line-height: 1.1; color: #0f172a; margin-bottom: 20px;
}
.hero-sub { font-size: 1.15rem; color: #475569; line-height: 1.7; margin-bottom: 32px; max-width: 520px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 32px; flex-wrap: wrap; }
.hero-meta { display: flex; flex-direction: column; gap: 2px; }
.hero-meta span { font-size: 0.82rem; color: #64748b; }
.stars, .stars-lg { color: #f59e0b; letter-spacing: 2px; }
.stars { font-size: 1rem; }
.stars-lg { font-size: 1.4rem; }
.trust-row { display: flex; gap: 24px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 6px; font-size: 0.85rem; color: #475569; font-weight: 500; }

/* --- BUTTONS --- */
.btn {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600;
  border-radius: 10px; transition: all 0.25s; white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);
  color: #fff; box-shadow: 0 4px 14px rgba(30,64,175,0.3);
}
.btn-primary:hover { background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(30,64,175,0.4); }
.btn-lg { padding: 14px 28px; font-size: 1rem; }
.btn-xl { padding: 18px 32px; font-size: 1.1rem; width: 100%; justify-content: center; }

/* --- HERO TAG SHOWCASE (Horizontal, matching printed tag) --- */
.hero-visual { position: relative; display: flex; justify-content: center; }
.tag-showcase { perspective: 800px; }
.tag-3d { transform: rotateY(-8deg) rotateX(4deg); transition: transform 0.5s; }
.tag-showcase:hover .tag-3d { transform: rotateY(-2deg) rotateX(1deg); }
.tag-face {
  width: 340px; height: 226px; background: linear-gradient(145deg, #1e3264, #162850);
  border-radius: 12px; position: relative; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.tag-face .tag-rim {
  position: absolute; inset: 5px; border: 4px solid rgba(255,255,255,0.9); border-radius: 8px;
  pointer-events: none; z-index: 1;
}
.tag-pattern {
  position: absolute; inset: 0; opacity: 0.06; pointer-events: none; z-index: 0;
}
/* Hero: slot above name */
.tag-face .tag-slot {
  position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 28px; height: 7px; background: rgba(0,0,0,0.55); border-radius: 3.5px; z-index: 2;
}
.tag-face .tag-name-box {
  position: absolute; top: 26px; left: 18px; right: 18px; height: 34px;
  border: 2.5px solid rgba(255,255,255,0.9); border-radius: 4px;
  display: flex; align-items: center; justify-content: center; z-index: 2;
}
.tag-face .tag-name-box span {
  font-size: 0.85rem; font-weight: 800; color: #fff; letter-spacing: 0.1em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tag-face .tag-team {
  position: absolute; top: 72px; left: 0; right: 0; text-align: center;
  font-size: 0.68rem; font-weight: 700; color: rgba(255,255,255,0.9);
  letter-spacing: 0.08em; z-index: 2;
}
.tag-bottom-row {
  position: absolute; bottom: 10px; left: 18px; right: 18px;
  display: flex; align-items: center; justify-content: center;
  z-index: 2; height: 75px;
}
.tag-face .tag-number {
  font-size: 2.5rem; font-weight: 900; color: #fff; line-height: 1;
  flex: 1; text-align: center;
}
.tag-face .tag-divider-v {
  width: 2px; height: 55px; background: rgba(255,255,255,0.85);
  flex-shrink: 0; align-self: center;
}
.tag-right-block { flex: 1; display: flex; justify-content: center; align-items: center; }
.tag-shield { display: flex; justify-content: center; }
.tag-shield-svg { width: 90px; height: 66px; }
.tag-sport { /* handled inside SVG */ }
.floating-badge {
  position: absolute; background: #fff; padding: 8px 14px; border-radius: 10px;
  font-size: 0.78rem; font-weight: 600; color: #1a1a2e;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  display: flex; align-items: center; gap: 6px;
  animation: float 3s ease-in-out infinite;
}
.fb-1 { top: 20px; right: -10px; animation-delay: 0s; }
.fb-2 { bottom: 20px; left: -10px; animation-delay: 1.5s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* --- SOCIAL PROOF BAR --- */
.social-proof-bar { background: #0f172a; padding: 24px; }
.sp-inner {
  max-width: 800px; margin: 0 auto;
  display: flex; justify-content: space-around; align-items: center;
}
.sp-item { text-align: center; color: #fff; }
.sp-item strong { display: block; font-size: 1.5rem; font-weight: 800; }
.sp-item span { font-size: 0.75rem; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.08em; }
.sp-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.12); }

/* --- HOW IT WORKS --- */
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag {
  display: inline-block; background: rgba(30,64,175,0.08); color: #1e40af;
  padding: 4px 14px; border-radius: 100px; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px;
}
.section-header h2 { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 800; color: #0f172a; margin-bottom: 12px; }
.section-header p { color: #64748b; font-size: 1.1rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step-card {
  text-align: center; padding: 40px 28px; border-radius: 16px;
  background: #f8fafc; border: 1px solid #e2e8f0; position: relative;
  transition: all 0.3s;
}
.step-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.step-num {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 28px; height: 28px; background: #1e40af; color: #fff;
  border-radius: 50%; font-size: 0.8rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.step-icon { color: #1e40af; margin-bottom: 16px; }
.step-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.step-card p { font-size: 0.9rem; color: #64748b; }

/* --- CUSTOMIZER --- */
.customizer-section { background: linear-gradient(180deg, #f8fafc, #fff); }
.customizer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.preview-panel { position: relative; }
.preview-sticky { position: sticky; top: 88px; }
.preview-container {
  background: #fff; border-radius: 20px; padding: 28px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.06); border: 1px solid #e2e8f0;
}
.preview-label {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; color: #64748b;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 20px;
}
.live-dot { width: 8px; height: 8px; background: #10b981; border-radius: 50%; animation: pulse 2s infinite; }

/* --- TAG PREVIEW (CUSTOMIZER) — Horizontal matching printed tag --- */
.tag-preview-wrap { display: flex; justify-content: center; margin-bottom: 16px; }
.tag-preview {
  width: 400px; height: 266px;
  background: linear-gradient(145deg, #1e3264, #162850);
  border-radius: 12px; position: relative; overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
  transition: background 0.4s;
}
.tp-rim {
  position: absolute; inset: 6px; border: 4px solid rgba(255,255,255,0.9);
  border-radius: 7px; pointer-events: none; z-index: 1;
}
/* Debossed initials background pattern */
.tp-bg-pattern {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0.07; overflow: hidden;
}
/* Strap slot — ABOVE the name box, centered */
.tp-slot {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 34px; height: 9px; background: rgba(0,0,0,0.6); border-radius: 4.5px; z-index: 2;
}
/* Name framed box — below the slot */
.tp-name-box {
  position: absolute; top: 32px; left: 22px; right: 22px; height: 42px;
  border: 3px solid rgba(255,255,255,0.9); border-radius: 4px;
  display: flex; align-items: center; justify-content: center; z-index: 2;
}
.tp-name-box span {
  font-size: 1.05rem; font-weight: 800; color: #fff; letter-spacing: 0.12em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 330px; text-align: center;
}
/* Team name */
.tp-team {
  position: absolute; top: 90px; left: 0; right: 0; text-align: center;
  font-size: 1.66rem; font-weight: 700; color: rgba(255,255,255,0.9);
  letter-spacing: 0.1em; z-index: 2;
}
/* Bottom row — number and shield equal size, divider centered at tag midpoint */
.tp-bottom-row {
  position: absolute; bottom: 10px; left: 22px; right: 22px;
  display: flex; align-items: center; justify-content: center;
  z-index: 2; height: 100px;
}
.tp-number {
  font-size: 3.58rem; font-weight: 900; color: #fff; line-height: 1;
  flex: 1; text-align: center;
}
.tp-divider-v {
  width: 2.5px; height: 72px; background: rgba(255,255,255,0.85);
  flex-shrink: 0; align-self: center;
}
.tp-right-block {
  flex: 1; display: flex; justify-content: center; align-items: center;
  position: relative;
}
/* Shield SVG — contains initials + sport text inside */
.tp-shield { display: flex; justify-content: center; }
.tp-shield-svg { width: 110px; height: 82px; }
/* Sport text handled inside SVG */
.tp-sport { display: none; /* now inside SVG */ }
/* Logo overlay */
.tp-logo-area {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  display: flex; align-items: center; justify-content: center;
}
.tp-logo-placeholder { display: none; /* removed, shield is the focal point */ }
.tp-logo-img { max-width: 55px; max-height: 55px; object-fit: contain; border-radius: 4px; }

.preview-dimensions {
  text-align: center; font-size: 0.72rem; color: #94a3b8; margin-bottom: 16px;
}
.color-selector { display: flex; align-items: center; gap: 12px; justify-content: center; }
.color-label { font-size: 0.78rem; font-weight: 600; color: #64748b; }
.color-options { display: flex; gap: 8px; }
.color-opt {
  width: 28px; height: 28px; border-radius: 50%; border: 2px solid transparent;
  transition: all 0.2s; cursor: pointer;
}
.color-opt:hover { transform: scale(1.15); }
.color-opt.active { border-color: #1e40af; box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1e40af; }

/* Recent activity notification */
.recent-activity {
  margin-top: 16px; padding: 10px 16px; background: #f0fdf4; border-radius: 10px;
  display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: #166534;
  animation: slideIn 0.4s;
}
.ra-dot { width: 6px; height: 6px; background: #10b981; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes slideIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* --- FORM --- */
.form-panel { }
.tag-form { display: flex; flex-direction: column; gap: 20px; }
.form-progress { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.progress-bar { flex: 1; height: 6px; background: #e2e8f0; border-radius: 3px; overflow: hidden; }
.progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #1e40af, #3b82f6); border-radius: 3px; transition: width 0.4s; }
.progress-text { font-size: 0.72rem; font-weight: 600; color: #64748b; white-space: nowrap; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.85rem; font-weight: 600; color: #1e293b; }
.req { color: #ef4444; }
.optional { color: #94a3b8; font-weight: 400; }
.form-group input[type="text"],
.form-group input[type="number"],
.form-group select {
  padding: 12px 16px; border: 1.5px solid #e2e8f0; border-radius: 10px;
  font-size: 1rem; color: #1e293b; background: #fff;
  transition: all 0.2s; outline: none;
}
.form-group input:focus, .form-group select:focus {
  border-color: #1e40af; box-shadow: 0 0 0 3px rgba(30,64,175,0.1);
}
.form-group input::placeholder { color: #cbd5e1; }
.field-hint { font-size: 0.72rem; color: #94a3b8; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Upload zone */
.upload-zone {
  border: 2px dashed #d1d5db; border-radius: 12px; padding: 24px;
  text-align: center; cursor: pointer; transition: all 0.2s;
}
.upload-zone:hover, .upload-zone.drag-over { border-color: #1e40af; background: rgba(30,64,175,0.02); }
.upload-content { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #94a3b8; }
.upload-content span { font-size: 0.85rem; color: #64748b; }
.upload-content small { font-size: 0.72rem; }
.upload-preview { display: flex; align-items: center; gap: 16px; }
.upload-preview img { width: 60px; height: 60px; object-fit: contain; border-radius: 8px; }
.remove-logo { color: #ef4444; font-size: 0.82rem; font-weight: 600; }

/* Quantity */
.qty-selector { display: flex; align-items: center; gap: 0; width: fit-content; }
.qty-btn {
  width: 40px; height: 40px; border: 1.5px solid #e2e8f0; background: #f8fafc;
  font-size: 1.2rem; font-weight: 600; color: #475569; display: flex;
  align-items: center; justify-content: center; transition: all 0.2s;
}
.qty-btn:first-child { border-radius: 10px 0 0 10px; }
.qty-btn:last-child { border-radius: 0 10px 10px 0; }
.qty-btn:hover { background: #e2e8f0; }
.qty-selector input {
  width: 56px; height: 40px; text-align: center; border: 1.5px solid #e2e8f0;
  border-left: none; border-right: none; font-weight: 700; font-size: 1rem;
  -moz-appearance: textfield;
}
.qty-selector input::-webkit-outer-spin-button,
.qty-selector input::-webkit-inner-spin-button { -webkit-appearance: none; }
.qty-savings { font-size: 0.82rem; color: #059669; font-weight: 600; margin-top: 4px; }

/* Pricing card */
.pricing-card {
  background: #f8fafc; border-radius: 14px; padding: 24px;
  border: 1px solid #e2e8f0;
}
.price-row { display: flex; justify-content: space-between; font-size: 0.9rem; padding: 6px 0; }
.price-total { font-size: 1.2rem; font-weight: 800; }
.discount-green { color: #059669; font-weight: 600; }
.discount-row { color: #059669; }
.price-divider { height: 1px; background: #e2e8f0; margin: 8px 0; }
.savings-banner {
  margin-top: 12px; padding: 8px 14px; background: #ecfdf5; border-radius: 8px;
  font-size: 0.82rem; color: #065f46; text-align: center;
}

/* Checkout trust */
.checkout-trust { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 12px; }
.ct-item { display: flex; align-items: center; gap: 4px; font-size: 0.72rem; color: #64748b; }

/* Guarantee */
.guarantee-box {
  display: flex; gap: 16px; padding: 20px; background: #f0fdf4; border-radius: 14px;
  border: 1px solid #bbf7d0;
}
.guarantee-box strong { font-size: 0.9rem; color: #065f46; display: block; margin-bottom: 4px; }
.guarantee-box p { font-size: 0.8rem; color: #166534; line-height: 1.5; }
.guarantee-icon { flex-shrink: 0; }

/* --- FEATURES --- */
.features-section { background: #f8fafc; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  padding: 32px 24px; background: #fff; border-radius: 14px;
  border: 1px solid #e2e8f0; transition: all 0.3s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.feature-icon { font-size: 1.6rem; margin-bottom: 12px; }
.feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.feature-card p { font-size: 0.85rem; color: #64748b; line-height: 1.6; }

/* --- REVIEWS --- */
.reviews-section { background: #fff; }
.review-summary { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 8px; }
.review-summary span { font-size: 0.9rem; color: #64748b; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.review-card {
  padding: 28px; background: #f8fafc; border-radius: 14px;
  border: 1px solid #e2e8f0; transition: all 0.3s;
}
.review-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
.review-stars { color: #f59e0b; font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.review-card p { font-size: 0.9rem; color: #475569; line-height: 1.6; margin-bottom: 16px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 40px; height: 40px; background: #1e40af; color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 700;
}
.reviewer strong { font-size: 0.85rem; display: block; }
.reviewer span { font-size: 0.72rem; color: #94a3b8; }

/* --- TEAM CTA --- */
.team-cta-section { background: #f8fafc; }
.team-cta-card {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 24px; padding: 60px; color: #fff; text-align: center;
}
.team-cta-card .section-tag { background: rgba(255,255,255,0.1); color: #93c5fd; }
.team-cta-card h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: #fff; margin-bottom: 16px; }
.team-cta-card p { color: #94a3b8; max-width: 600px; margin: 0 auto 32px; font-size: 1rem; line-height: 1.7; }
.team-pricing { display: flex; justify-content: center; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.tp-tier {
  background: rgba(255,255,255,0.06); padding: 16px 28px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}
.tp-tier strong { display: block; font-size: 1rem; }
.tp-tier span { font-size: 0.82rem; color: #93c5fd; }

/* --- FAQ --- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden;
  transition: all 0.2s;
}
.faq-item[open] { box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.faq-item summary {
  padding: 18px 24px; font-weight: 600; font-size: 0.95rem; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.2rem; color: #94a3b8; transition: transform 0.2s; }
.faq-item[open] summary::after { content: '-'; }
.faq-item p { padding: 0 24px 18px; font-size: 0.9rem; color: #64748b; line-height: 1.7; }

/* --- FINAL CTA --- */
.final-cta {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  text-align: center; color: #fff; padding: 80px 24px;
}
.final-cta h2 { font-family: 'Playfair Display', serif; font-size: 2.4rem; margin-bottom: 16px; }
.final-cta p { color: #94a3b8; font-size: 1.1rem; margin-bottom: 32px; }
.final-trust { display: flex; justify-content: center; gap: 16px; margin-top: 24px; font-size: 0.82rem; color: #94a3b8; flex-wrap: wrap; }

/* --- FOOTER --- */
.footer { background: #0f172a; color: #94a3b8; padding: 48px 24px 24px; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 32px; }
.footer-brand { max-width: 280px; }
.footer-brand .logo { color: #fff; margin-bottom: 12px; }
.footer-brand p { font-size: 0.82rem; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.85rem; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-payments span { font-size: 0.75rem; display: block; margin-bottom: 8px; }
.payment-icons { display: flex; gap: 8px; }
.pay-icon {
  padding: 4px 10px; background: rgba(255,255,255,0.06); border-radius: 4px;
  font-size: 0.72rem; font-weight: 600;
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 0.75rem; flex-wrap: wrap; gap: 12px;
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a:hover { color: #fff; }

/* --- STICKY CTA (mobile) --- */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(20px);
  border-top: 1px solid #e2e8f0; padding: 12px 20px;
  transform: translateY(100%); transition: transform 0.3s;
  display: none;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-inner { display: flex; align-items: center; justify-content: space-between; max-width: 600px; margin: 0 auto; }
.sticky-price { display: flex; flex-direction: column; }
.sticky-total { font-size: 1.3rem; font-weight: 800; }
.sticky-save { font-size: 0.72rem; color: #059669; font-weight: 600; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { margin: 0 auto 32px; }
  .hero-actions { justify-content: center; }
  .trust-row { justify-content: center; }
  .hero-visual { margin-top: 40px; }
  .customizer-layout { grid-template-columns: 1fr; }
  .preview-sticky { position: relative; top: 0; }
}
@media (max-width: 768px) {
  .hero h1 { font-size: 2.4rem; }
  .section { padding: 56px 0; }
  .steps-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .features-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .tag-preview { width: 100%; max-width: 400px; height: 266px; margin: 0 auto; }
  .form-row { grid-template-columns: 1fr; }
  .team-cta-card { padding: 40px 24px; }
  .team-pricing { flex-direction: column; align-items: center; }
  .floating-badge { display: none; }
  .sticky-cta { display: block; }
  .final-trust { flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 2rem; }
  .section-header h2 { font-size: 1.8rem; }
  .tag-face { width: 300px; height: 200px; }
}

/* --- COLOR STOCK BADGES --- */
.color-opt {
  position: relative;
}
.stock-badge {
  position: absolute; bottom: -4px; right: -4px;
  width: 10px; height: 10px; border-radius: 50%;
  border: 2px solid #fff; display: block;
}
.stock-badge.in-stock { background: #10b981; }
.stock-badge.backorder { background: #f59e0b; }
.stock-badge.sold-out { background: #ef4444; }
.color-opt[data-stock="sold-out"] { opacity: 0.45; cursor: not-allowed; position: relative; }
.color-opt[data-stock="sold-out"]::after {
  content: ''; position: absolute; top: 50%; left: 0; right: 0;
  height: 2px; background: #fff; transform: rotate(-45deg);
}
.color-stock-legend {
  display: flex; gap: 16px; justify-content: center; margin-top: 10px;
  font-size: 0.7rem; color: #64748b;
}
.legend-item { display: flex; align-items: center; gap: 4px; }
.legend-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.legend-dot.in-stock { background: #10b981; }
.legend-dot.backorder { background: #f59e0b; }
.legend-dot.sold-out { background: #ef4444; }
.color-status-msg {
  text-align: center; font-size: 0.78rem; margin-top: 6px; min-height: 20px;
  font-weight: 500;
}
.color-status-msg.msg-backorder { color: #b45309; }
.color-status-msg.msg-sold-out { color: #dc2626; }
.color-status-msg.msg-in-stock { color: #059669; }

/* --- UPLOAD META --- */
.upload-meta { display: flex; flex-direction: column; gap: 4px; }
.upload-meta span { font-size: 0.8rem; color: #475569; font-weight: 500; }

/* --- CUSTOM SPORT GROUP transition --- */
#custom-sport-group { transition: all 0.3s; }

/* --- TOGGLE GROUP (initials vs logo) --- */
.toggle-group {
  display: flex; gap: 0; border: 1.5px solid #e2e8f0; border-radius: 10px; overflow: hidden;
}
.toggle-btn {
  flex: 1; padding: 10px 14px; font-size: 0.82rem; font-weight: 600;
  color: #64748b; background: #fff; border: none; cursor: pointer;
  transition: all 0.2s; text-align: center;
}
.toggle-btn + .toggle-btn { border-left: 1.5px solid #e2e8f0; }
.toggle-btn.active { background: #0f172a; color: #fff; }
.toggle-btn:hover:not(.active) { background: #f1f5f9; }

/* --- BORDER CONTROLS --- */
.border-controls { display: flex; flex-direction: column; gap: 10px; }
.switch-label {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  font-size: 0.85rem; color: #475569;
}
.switch-label input { display: none; }
.switch-slider {
  width: 40px; height: 22px; background: #cbd5e1; border-radius: 11px;
  position: relative; transition: background 0.2s; flex-shrink: 0;
}
.switch-slider::after {
  content: ''; position: absolute; top: 2px; left: 2px;
  width: 18px; height: 18px; background: #fff; border-radius: 50%;
  transition: transform 0.2s;
}
.switch-label input:checked + .switch-slider { background: #1e40af; }
.switch-label input:checked + .switch-slider::after { transform: translateX(18px); }
.switch-text { font-weight: 500; }
.border-colors { display: flex; gap: 8px; flex-wrap: wrap; }
.border-opt {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2px solid #e2e8f0; cursor: pointer; transition: all 0.2s;
  position: relative;
}
.border-opt:hover { transform: scale(1.15); }
.border-opt.active { border-color: #1e40af; box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1e40af; }

/* --- POSITION TEXT ON TAG --- */
.tp-position {
  position: absolute; top: 108px; left: 0; right: 0; text-align: center;
  font-size: 1.30rem; font-weight: 700; color: rgba(255,255,255,0.55);
  letter-spacing: 0.15em; z-index: 2; text-transform: uppercase;
}

/* --- SHIELD LOGO MODE --- */
.tp-shield-logo {
  display: flex; justify-content: center; align-items: center;
  width: 100%; height: 82px;
}
.tp-shield-logo .tp-logo-img {
  max-width: 90px; max-height: 75px; object-fit: contain; border-radius: 4px;
}

/* ============================================================
   SHIPPING SELECTOR
   ============================================================ */
.shipping-group { }
.shipping-region-toggle { display: flex; gap: 8px; margin-bottom: 12px; }
.ship-region-btn {
  flex: 1; padding: 10px 14px; border: 1.5px solid #e2e8f0; border-radius: 10px;
  font-size: 0.85rem; font-weight: 600; color: #64748b; background: #fff;
  cursor: pointer; transition: all 0.2s; text-align: center;
}
.ship-region-btn.active { background: #0f172a; color: #fff; border-color: #0f172a; }
.ship-region-btn:hover:not(.active) { background: #f1f5f9; }
.shipping-sub { display: flex; flex-direction: column; gap: 8px; }
.shipping-sub.hidden { display: none; }
#us-state-select, #intl-country-select {
  padding: 12px 16px; border: 1.5px solid #e2e8f0; border-radius: 10px;
  font-size: 0.95rem; color: #1e293b; background: #fff;
  transition: all 0.2s; outline: none; width: 100%;
}
#us-state-select:focus, #intl-country-select:focus {
  border-color: #1e40af; box-shadow: 0 0 0 3px rgba(30,64,175,0.1);
}
.shipping-rate-note { font-size: 0.75rem; color: #059669; font-weight: 500; }
.shipping-shopify-note {
  font-size: 0.72rem; color: #94a3b8; padding: 6px 10px;
  background: #f8fafc; border-radius: 6px;
}

/* ============================================================
   TEAM ORDER BUILDER
   ============================================================ */
.team-order-section { background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 40%, #fff 100%); }
.team-builder-top {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 28px; margin-bottom: 40px; align-items: start;
}
.team-settings-card, .roster-card {
  background: #fff; border-radius: 20px; padding: 28px;
  border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.team-card-title { font-size: 1.05rem; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.team-card-sub { font-size: 0.78rem; color: #94a3b8; margin-bottom: 20px; }

/* Team pricing tiers */
.team-tier-ref {
  margin-top: 24px; background: #f8fafc; border-radius: 12px; padding: 16px;
  border: 1px solid #e2e8f0;
}
.ttr-title { font-size: 0.78rem; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.ttr-row { display: flex; justify-content: space-between; font-size: 0.82rem; padding: 4px 0; color: #64748b; }
.ttr-highlight span:last-child { font-weight: 600; }
.ttr-highlight em { font-style: normal; font-size: 0.72rem; color: #94a3b8; }
.ttr-note { font-size: 0.72rem; color: #94a3b8; margin-top: 8px; padding-top: 8px; border-top: 1px solid #e2e8f0; }

/* Roster method tabs */
.roster-method-tabs {
  display: flex; gap: 0; border: 1.5px solid #e2e8f0; border-radius: 10px;
  overflow: hidden; margin-bottom: 16px;
}
.rmethod-btn {
  flex: 1; padding: 10px 14px; font-size: 0.82rem; font-weight: 600;
  color: #64748b; background: #fff; border: none; cursor: pointer; transition: all 0.2s;
}
.rmethod-btn + .rmethod-btn { border-left: 1.5px solid #e2e8f0; }
.rmethod-btn.active { background: #0f172a; color: #fff; }

/* Roster upload zone */
.roster-upload-zone {
  border: 2px dashed #d1d5db; border-radius: 12px; padding: 24px;
  text-align: center; cursor: pointer; transition: all 0.2s; margin-bottom: 12px;
}
.roster-upload-zone:hover, .roster-upload-zone.drag-over {
  border-color: #1e40af; background: rgba(30,64,175,0.02);
}
.roster-upload-zone svg { margin: 0 auto 10px; opacity: 0.4; }
.roster-upload-zone p { font-size: 0.88rem; color: #475569; margin-bottom: 4px; font-weight: 500; }
.roster-upload-zone small { font-size: 0.72rem; color: #94a3b8; }
.roster-template-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.template-dl-btn {
  padding: 7px 14px; background: #f1f5f9; border: 1.5px solid #e2e8f0;
  border-radius: 8px; font-size: 0.78rem; font-weight: 600; color: #1e293b;
  cursor: pointer; transition: all 0.2s;
}
.template-dl-btn:hover { background: #e2e8f0; }
.template-note { font-size: 0.72rem; color: #94a3b8; }
.column-guide { background: #f8fafc; border-radius: 8px; padding: 12px; font-size: 0.78rem; }
.column-guide strong { display: block; margin-bottom: 6px; color: #475569; }
.col-guide-list { display: flex; gap: 8px; flex-wrap: wrap; }
.col-tag {
  background: #e2e8f0; padding: 3px 8px; border-radius: 4px;
  font-size: 0.72rem; color: #475569; font-weight: 500;
}

/* Manual player form */
.manual-player-form { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.manual-player-form input, .manual-player-form select {
  padding: 10px 12px; border: 1.5px solid #e2e8f0; border-radius: 8px;
  font-size: 0.88rem; color: #1e293b; flex: 1; min-width: 80px; outline: none;
  transition: border-color 0.2s;
}
.manual-player-form input:focus, .manual-player-form select:focus { border-color: #1e40af; }
.ma-number-input { flex: 0 0 64px !important; min-width: 0 !important; text-align: center; }
.add-player-btn {
  padding: 10px 18px; background: #0f172a; color: #fff;
  border-radius: 8px; font-size: 0.85rem; font-weight: 600; cursor: pointer;
  white-space: nowrap; transition: all 0.2s; border: none;
}
.add-player-btn:hover { background: #1e293b; }

/* Player roster list */
.player-roster-list {
  margin-top: 16px; border: 1.5px solid #e2e8f0; border-radius: 12px; overflow: hidden;
}
.prl-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; background: #f8fafc; border-bottom: 1px solid #e2e8f0;
  font-size: 0.82rem; color: #475569;
}
.clear-btn { font-size: 0.75rem; color: #ef4444; font-weight: 600; cursor: pointer; }
.prl-items { max-height: 280px; overflow-y: auto; }
.prl-empty { padding: 24px; text-align: center; color: #94a3b8; font-size: 0.82rem; }
.prl-item {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-bottom: 1px solid #f1f5f9; font-size: 0.82rem;
}
.prl-item:last-child { border-bottom: none; }
.prl-item-num {
  width: 22px; height: 22px; background: #e2e8f0; border-radius: 50%;
  font-size: 0.65rem; font-weight: 700; color: #475569;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.prl-item-name { flex: 1; font-weight: 600; color: #1e293b; }
.prl-item-meta { color: #94a3b8; font-size: 0.78rem; }
.prl-item-remove {
  color: #cbd5e1; cursor: pointer; font-size: 1.1rem; transition: color 0.2s;
  padding: 2px 4px; border: none; background: none; font-family: inherit;
}
.prl-item-remove:hover { color: #ef4444; }

/* Team preview area */
.team-preview-area {
  margin-top: 40px; background: #f8fafc; border-radius: 20px; padding: 32px;
  border: 1px solid #e2e8f0;
}
.tpa-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px; flex-wrap: wrap; gap: 12px;
}
.tpa-header h3 { font-size: 1.05rem; font-weight: 700; color: #0f172a; }
.tpa-verify-status { display: flex; align-items: center; gap: 10px; }
.tpa-progress-bar {
  width: 140px; height: 7px; background: #e2e8f0; border-radius: 4px; overflow: hidden;
}
.tpa-progress-fill { height: 100%; background: #10b981; border-radius: 4px; transition: width 0.3s; }
#tpa-verify-label { font-size: 0.82rem; font-weight: 600; color: #475569; }
.verify-all-btn {
  padding: 7px 16px; background: #fff; border: 1.5px solid #e2e8f0;
  border-radius: 8px; font-size: 0.82rem; font-weight: 600; color: #475569;
  cursor: pointer; transition: all 0.2s;
}
.verify-all-btn:hover { background: #f1f5f9; border-color: #cbd5e1; }
.tpa-instructions { font-size: 0.82rem; color: #64748b; margin-bottom: 24px; }
.team-preview-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); gap: 16px;
}

/* Mini-tag player cards */
.player-card {
  background: #fff; border-radius: 12px; border: 2px solid #e2e8f0;
  overflow: hidden; transition: all 0.2s;
}
.player-card.verified { border-color: #10b981; box-shadow: 0 0 0 2px rgba(16,185,129,0.15); }
.mini-tag {
  width: 100%; height: 130px; border-radius: 0; position: relative; overflow: hidden;
}
.mt-bg-pattern {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.mt-rim {
  position: absolute; inset: 4px; border: 2.5px solid rgba(255,255,255,0.85);
  border-radius: 5px; pointer-events: none; z-index: 1;
}
.mt-slot {
  position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 18px; height: 5px; background: rgba(0,0,0,0.6); border-radius: 3px; z-index: 3;
}
.mt-name-box {
  position: absolute; top: 18px; left: 10px; right: 10px; height: 22px;
  border: 1.8px solid rgba(255,255,255,0.85); border-radius: 3px;
  display: flex; align-items: center; justify-content: center; z-index: 3;
}
.mt-name-box span {
  font-weight: 800; color: #fff; letter-spacing: 0.1em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 90%;
}
.mt-team {
  position: absolute; top: 45px; left: 0; right: 0; text-align: center;
  font-weight: 700; color: rgba(255,255,255,0.9); letter-spacing: 0.08em; z-index: 3;
}
.mt-pos-row {
  position: absolute; top: 62px; left: 0; right: 0; text-align: center;
  font-size: 0.5rem; font-weight: 700; color: rgba(255,255,255,0.5);
  letter-spacing: 0.12em; z-index: 3; text-transform: uppercase;
}
.mt-bottom {
  position: absolute; bottom: 5px; left: 8px; right: 8px;
  display: flex; align-items: center; height: 52px; z-index: 3;
}
.mt-number { font-weight: 900; color: #fff; flex: 1; text-align: center; line-height: 1; }
.mt-vdivider { width: 1.5px; height: 36px; background: rgba(255,255,255,0.8); flex-shrink: 0; }
.mt-shield { flex: 1; display: flex; justify-content: center; align-items: center; }
.player-card-info {
  padding: 9px 12px; display: flex; align-items: center; justify-content: space-between; gap: 6px;
  border-top: 1px solid #f1f5f9;
}
.pci-name { font-size: 0.68rem; font-weight: 600; color: #1e293b; line-height: 1.3; }
.verify-label { display: flex; align-items: center; gap: 5px; cursor: pointer; flex-shrink: 0; }
.verify-label input { display: none; }
.verify-text {
  padding: 3px 8px; border: 1.5px solid #d1d5db; border-radius: 6px;
  font-size: 0.68rem; font-weight: 600; color: #64748b; transition: all 0.2s; white-space: nowrap;
}
.verify-label input:checked ~ .verify-text { background: #10b981; border-color: #10b981; color: #fff; }

/* Team checkout footer */
.team-checkout-footer {
  margin-top: 28px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 28px;
  background: #fff; border-radius: 20px; padding: 32px; border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05); align-items: start;
}
.tcf-title { font-size: 1rem; font-weight: 700; margin-bottom: 14px; }
.tcf-verify-note {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.82rem; color: #92400e; margin-bottom: 14px; font-weight: 500;
}
#to-savings-banner { display: none; }

/* Responsive team order */
@media (max-width: 900px) {
  .team-builder-top { grid-template-columns: 1fr; }
  .team-checkout-footer { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .team-preview-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .mini-tag { height: 110px; }
  .team-preview-area { padding: 20px; }
  .team-settings-card, .roster-card { padding: 20px; }
}

/* ============================================================
   VIEWING NOW COUNTER
   ============================================================ */
.viewing-now {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.78rem; color: #64748b; margin-top: 6px;
  padding: 0 4px;
}
.viewing-dot {
  width: 7px; height: 7px; background: #f59e0b; border-radius: 50%;
  animation: pulse 2s infinite; flex-shrink: 0;
}

/* ============================================================
   BACK-IN-STOCK WAITLIST
   ============================================================ */
.waitlist-form {
  background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px;
  padding: 14px 16px; margin-top: 10px;
}
.waitlist-title { font-size: 0.88rem; color: #1a1a2e; margin-bottom: 10px; }
.waitlist-input-row { display: flex; gap: 8px; }
.waitlist-input-row input[type="email"] {
  flex: 1; padding: 9px 12px; border: 1px solid #cbd5e1; border-radius: 7px;
  font-size: 0.9rem; font-family: inherit;
}
.waitlist-input-row input[type="email"]:focus { outline: none; border-color: #1e3264; }
.btn-waitlist {
  background: #1e3264; color: #fff; border: none; border-radius: 7px;
  padding: 9px 14px; font-size: 0.85rem; font-weight: 700;
  cursor: pointer; white-space: nowrap; font-family: inherit;
  transition: background 0.2s;
}
.btn-waitlist:hover { background: #162850; }
.waitlist-note { font-size: 0.75rem; color: #94a3b8; margin-top: 6px; }
.waitlist-success { font-size: 0.88rem; color: #10b981; font-weight: 600; padding: 4px 0; }

/* ============================================================
   SAVE MY DESIGN
   ============================================================ */
.save-design-wrap { margin-top: 12px; }
.btn-save-design {
  display: flex; align-items: center; gap: 7px;
  background: none; border: 1.5px dashed #94a3b8; border-radius: 8px;
  color: #64748b; font-size: 0.85rem; font-weight: 600;
  padding: 9px 16px; cursor: pointer; font-family: inherit;
  width: 100%; justify-content: center; transition: all 0.2s;
}
.btn-save-design:hover { border-color: #1e3264; color: #1e3264; background: #f8fafc; }
.save-design-panel {
  background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px;
  padding: 14px 16px; margin-top: 8px;
}
.save-design-label { font-size: 0.85rem; color: #475569; margin-bottom: 10px; }
.save-design-row { display: flex; gap: 8px; }
.save-design-row input[type="email"] {
  flex: 1; padding: 9px 12px; border: 1px solid #cbd5e1; border-radius: 7px;
  font-size: 0.9rem; font-family: inherit;
}
.save-design-row input[type="email"]:focus { outline: none; border-color: #1e3264; }
.btn-sd-submit {
  background: #10b981; color: #fff; border: none; border-radius: 7px;
  padding: 9px 14px; font-size: 0.85rem; font-weight: 700;
  cursor: pointer; white-space: nowrap; font-family: inherit; transition: background 0.2s;
}
.btn-sd-submit:hover { background: #059669; }
.save-note { font-size: 0.75rem; color: #94a3b8; margin-top: 6px; }
.save-design-success { font-size: 0.88rem; color: #10b981; font-weight: 600; padding: 4px 0; }

/* ============================================================
   EXIT-INTENT POPUP
   ============================================================ */
.ei-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.6);
  z-index: 9999; display: flex; align-items: center; justify-content: center;
  padding: 16px; backdrop-filter: blur(4px);
}
.ei-modal {
  background: #fff; border-radius: 20px; padding: 32px 28px;
  max-width: 420px; width: 100%; position: relative;
  box-shadow: 0 24px 64px rgba(0,0,0,0.25); text-align: center;
  animation: ei-in 0.3s ease;
}
@keyframes ei-in {
  from { opacity: 0; transform: scale(0.92) translateY(16px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.ei-close {
  position: absolute; top: 12px; right: 16px;
  background: none; border: none; font-size: 1.6rem; color: #94a3b8;
  cursor: pointer; line-height: 1; padding: 4px 8px;
}
.ei-close:hover { color: #1a1a2e; }
.ei-tag-mini {
  background: linear-gradient(135deg, #1e3264, #162850);
  border-radius: 10px; padding: 14px 20px; margin: 0 auto 20px;
  display: inline-flex; align-items: center; gap: 16px;
  border: 2px solid rgba(255,255,255,0.15);
}
.ei-tag-name { font-size: 1rem; font-weight: 800; color: #fff; letter-spacing: 0.08em; }
.ei-tag-num { font-size: 1.8rem; font-weight: 900; color: #fff; }
.ei-headline { font-size: 1.3rem; font-weight: 800; color: #1a1a2e; margin-bottom: 8px; }
.ei-sub { font-size: 0.95rem; color: #475569; margin-bottom: 18px; line-height: 1.5; }
.ei-input-row { display: flex; gap: 8px; margin-bottom: 8px; }
.ei-input-row input[type="email"] {
  flex: 1; padding: 12px 14px; border: 1.5px solid #e2e8f0; border-radius: 9px;
  font-size: 0.95rem; font-family: inherit;
}
.ei-input-row input[type="email"]:focus { outline: none; border-color: #1e3264; }
.btn-ei-submit {
  background: linear-gradient(135deg, #1e3264, #2d4a8f); color: #fff;
  border: none; border-radius: 9px; padding: 12px 16px;
  font-size: 0.9rem; font-weight: 700; cursor: pointer; font-family: inherit;
  white-space: nowrap; transition: opacity 0.2s;
}
.btn-ei-submit:hover { opacity: 0.88; }
.ei-note { font-size: 0.75rem; color: #94a3b8; margin-bottom: 12px; }
.ei-success { font-size: 1rem; color: #10b981; font-weight: 700; padding: 8px 0; }
.ei-skip { background: none; border: none; color: #94a3b8; font-size: 0.8rem; cursor: pointer; text-decoration: underline; font-family: inherit; margin-top: 4px; }
.ei-skip:hover { color: #475569; }

/* ============================================================
   UPSELL MODAL
   ============================================================ */
.upsell-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.6);
  z-index: 9998; display: flex; align-items: center; justify-content: center;
  padding: 16px; backdrop-filter: blur(4px);
}
.upsell-modal {
  background: #fff; border-radius: 20px; padding: 28px;
  max-width: 400px; width: 100%; position: relative;
  box-shadow: 0 24px 64px rgba(0,0,0,0.25);
  animation: ei-in 0.3s ease;
}
.upsell-close {
  position: absolute; top: 12px; right: 16px;
  background: none; border: none; font-size: 1.6rem; color: #94a3b8;
  cursor: pointer; line-height: 1; padding: 4px 8px;
}
.upsell-close:hover { color: #1a1a2e; }
.upsell-badge {
  display: inline-block; background: #fef3c7; color: #92400e;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
  padding: 4px 10px; border-radius: 20px; text-transform: uppercase;
  margin-bottom: 16px;
}
.upsell-content { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; }
.upsell-icon { font-size: 2.4rem; flex-shrink: 0; }
.upsell-text h3 { font-size: 1.1rem; font-weight: 800; color: #1a1a2e; margin-bottom: 4px; }
.upsell-price { color: #10b981; }
.upsell-reg { font-size: 0.82rem; color: #94a3b8; margin-bottom: 10px; }
.upsell-reasons { list-style: none; padding: 0; margin: 0; }
.upsell-reasons li { font-size: 0.85rem; color: #475569; margin-bottom: 4px; }
.upsell-actions { display: flex; flex-direction: column; gap: 10px; }
.upsell-yes { width: 100%; padding: 14px; font-size: 1rem; }
.upsell-no {
  background: none; border: none; color: #94a3b8; font-size: 0.82rem;
  cursor: pointer; text-align: center; text-decoration: underline;
  font-family: inherit; padding: 4px;
}
.upsell-no:hover { color: #475569; }

@media (max-width: 480px) {
  .ei-modal, .upsell-modal { padding: 24px 18px; }
  .ei-input-row { flex-direction: column; }
  .save-design-row { flex-direction: column; }
  .waitlist-input-row { flex-direction: column; }
}
