/* ============================================
   WIN THE USE OF ME + BONSAI BRAIN
   Campaign Microsite Styles
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a2e;
  background: #fafafa;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.hidden { display: none !important; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* --- TYPOGRAPHY --- */
h1, h2, h3 { font-family: 'Space Grotesk', 'Inter', sans-serif; font-weight: 700; line-height: 1.15; }
.section-title { font-size: clamp(2rem, 5vw, 3rem); text-align: center; margin-bottom: 16px; }
.section-sub { text-align: center; font-size: 1.125rem; color: #555; max-width: 640px; margin: 0 auto 48px; }

/* --- BUTTONS --- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: 18px 40px; font-size: 1.125rem; border-radius: 14px; }
.btn-sm { padding: 10px 20px; font-size: 0.875rem; }
.btn-full { width: 100%; }
.btn-disabled { opacity: 0.5; pointer-events: none; }

/* --- NAV --- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250, 250, 250, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 12px 0;
}
.nav-inner { display: flex; justify-content: space-between; align-items: center; }
.nav-logo { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.1rem; display: flex; align-items: center; gap: 6px; }
.nav-logo-win {
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.nav-logo-sep { color: #ccc; font-weight: 400; }
.nav-logo-bb { font-weight: 700; color: #1a1a2e; }

/* --- HERO --- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 120px 24px 80px;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(124, 58, 237, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(6, 182, 212, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #fafafa 0%, #f0f0ff 100%);
  z-index: 0;
}
.hero-content { position: relative; z-index: 1; max-width: 800px; }
.hero-badge {
  display: inline-block;
  background: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.hero-title { font-size: clamp(2.5rem, 7vw, 4.5rem); margin-bottom: 20px; letter-spacing: -0.02em; }
.hero-accent { background: linear-gradient(135deg, #7c3aed, #06b6d4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: clamp(1.125rem, 2.5vw, 1.5rem); color: #555; margin-bottom: 40px; }
/* --- COUNTDOWN --- */
.countdown-wrap { margin-top: 56px; text-align: center; }
.countdown-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7c3aed;
  margin-bottom: 20px;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.cd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(124, 58, 237, 0.06);
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 14px;
  padding: 20px 24px 16px;
  min-width: 90px;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.08);
}
.cd-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-width: 2ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.cd-unit {
  font-size: 0.75rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 8px;
}
.countdown-deadline {
  font-size: 0.8rem;
  color: #999;
  margin-top: 20px;
}
.countdown-closed-msg {
  margin-top: 56px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef4444;
}

/* --- SECTIONS --- */
.section { padding: 96px 0; }
.section:nth-child(even) { background: #fff; }

/* --- EXPLAINER VIDEO --- */
.section-video { background: #fff; }
.video-wrap {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.explainer-video {
  width: 100%;
  display: block;
  background: #000;
}

/* --- WHAT THIS IS --- */
.what-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 800px; margin: 0 auto 40px; }
.what-not, .what-is {
  padding: 40px;
  border-radius: 16px;
  text-align: center;
}
.what-not { background: #fef2f2; border: 2px solid #fecaca; }
.what-is { background: #f0fdf4; border: 2px solid #bbf7d0; }
.what-icon { font-size: 2.5rem; margin-bottom: 12px; }
.what-not .what-icon { color: #ef4444; }
.what-is .what-icon { color: #22c55e; }
.what-not h3, .what-is h3 { font-size: 1.25rem; margin-bottom: 16px; }
.what-not ul li, .what-is ul li { padding: 6px 0; font-size: 1.05rem; }
.what-not ul li { color: #991b1b; text-decoration: line-through; }
.what-is ul li { color: #166534; }
.what-bottom { text-align: center; font-size: 1.15rem; font-weight: 600; color: #333; }

/* --- SHOWCASE --- */
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.showcase-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
  border: 1px solid rgba(0,0,0,0.05);
}
.showcase-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.card-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s;
}
.showcase-card:hover .card-img img { transform: scale(1.05); }
.card-img-logo img { object-fit: contain; padding: 16px; object-position: center; }
.card-img-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.card-body { padding: 20px; }
.card-body h3 { font-size: 1.1rem; margin-bottom: 6px; }
.card-body p { font-size: 0.9rem; color: #666; line-height: 1.5; }

/* --- WHY THIS MATTERS --- */
.section-why { text-align: center; }
.why-old { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 32px 0 40px; }
.why-item {
  padding: 12px 24px;
  background: #f5f5f5;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.05rem;
}
.why-crossed { text-decoration: line-through; color: #999; }
.why-arrow {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 32px 0;
  color: #444;
}
.why-new {
  display: inline-block;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
  padding: 32px 48px;
  border-radius: 16px;
}
.why-brand {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.why-new p { font-size: 0.95rem; opacity: 0.9; }

/* --- HOW IT WORKS --- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step {
  text-align: center;
  padding: 32px 20px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.2s;
}
.step:hover { transform: translateY(-4px); }
.step-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { font-size: 0.9rem; color: #666; }

/* --- TIMELINE --- */
.timeline { max-width: 640px; margin: 0 auto; position: relative; padding-left: 40px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #7c3aed, #06b6d4);
}
.tl-item { position: relative; padding-bottom: 40px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute;
  left: -33px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e5e7eb;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #d1d5db;
}
.tl-active .tl-dot { background: #7c3aed; box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.3); }
.tl-date { font-size: 0.8rem; font-weight: 600; color: #7c3aed; text-transform: uppercase; letter-spacing: 0.05em; }
.tl-content h3 { font-size: 1.15rem; margin: 4px 0 6px; }
.tl-content p { font-size: 0.9rem; color: #666; }

/* --- SUBMISSION FORM --- */
.section-submit { background: linear-gradient(180deg, #f8f7ff 0%, #fafafa 100%); }
.submit-form { max-width: 680px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 24px; }
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: #333;
}
.req { color: #ef4444; }
.opt { font-weight: 400; color: #999; font-size: 0.8rem; }
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #7c3aed;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* Upload Area */
.upload-area {
  border: 2px dashed #d1d5db;
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}
.upload-area:hover, .upload-area.drag-over { border-color: #7c3aed; background: rgba(124, 58, 237, 0.03); }
.upload-icon { font-size: 2.5rem; margin-bottom: 12px; }
.upload-area p { font-size: 0.95rem; color: #555; }
.upload-browse { color: #7c3aed; font-weight: 600; cursor: pointer; }
.upload-hint { font-size: 0.8rem !important; color: #999 !important; margin-top: 8px; }
.upload-input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload-filename { font-size: 0.85rem; color: #7c3aed; font-weight: 500; margin-top: 8px; }

.video-instructions { font-size: 0.9rem; color: #666; margin-bottom: 12px; line-height: 1.5; }
.form-joke { text-align: center; font-size: 0.9rem; color: #888; margin: 8px 0 32px; font-style: italic; }

/* Success */
.submit-success { text-align: center; padding: 80px 0; }
.success-icon { font-size: 4rem; margin-bottom: 16px; }
.submit-success h3 { font-size: 2rem; margin-bottom: 12px; }
.submit-success p { font-size: 1.1rem; color: #555; }

/* --- INVESTOR INTEREST PREVIEW --- */
.invest-preview { max-width: 640px; margin: 0 auto; }
.invest-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}
.invest-video-placeholder {
  height: 240px;
  background: linear-gradient(135deg, #1a1a2e, #2d1b69);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  font-size: 1.25rem;
}
.invest-info { padding: 32px; }
.invest-info h3 { font-size: 1.3rem; margin-bottom: 8px; color: #999; }
.invest-info > p { color: #bbb; font-style: italic; margin-bottom: 24px; }
.invest-label { font-weight: 600; font-size: 0.95rem; margin-bottom: 12px; color: #333; }
.invest-fields-preview { display: flex; gap: 12px; margin-bottom: 16px; }
.invest-field { flex: 1; height: 44px; background: #f3f4f6; border-radius: 10px; }
.invest-note { font-size: 0.8rem; color: #999; margin-top: 12px; text-align: center; }

/* --- RULES --- */
.rules-content { max-width: 640px; margin: 0 auto; background: #fff; padding: 40px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.06); }
.rules-content ul { list-style: disc; padding-left: 20px; }
.rules-content li { padding: 8px 0; font-size: 0.95rem; color: #555; line-height: 1.6; }

/* --- FINAL CTA --- */
.section-final-cta {
  text-align: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 50%, #1a1a2e 100%);
  color: #fff;
  padding: 120px 24px;
}
.final-cta-title { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 16px; }
.final-cta-sub { font-size: 1.25rem; opacity: 0.7; margin-bottom: 40px; }

/* --- FOOTER --- */
.footer { padding: 32px 0; text-align: center; background: #1a1a2e; color: rgba(255,255,255,0.5); font-size: 0.85rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-powered a { color: #7c3aed; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .showcase-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .hero { padding: 100px 20px 60px; min-height: auto; }
  .cd-block { min-width: 72px; padding: 16px 16px 12px; }
  .cd-num { font-size: 2rem; }
  .what-grid { grid-template-columns: 1fr; }
  .showcase-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .section { padding: 64px 0; }
  .footer-inner { flex-direction: column; gap: 8px; }
  .why-old { gap: 12px; }
  .why-new { padding: 24px 32px; }
  .invest-fields-preview { flex-direction: column; }
}

@media (max-width: 420px) {
  .steps-grid { grid-template-columns: 1fr; }
  .countdown { gap: 10px; }
  .cd-block { min-width: 64px; padding: 14px 12px 10px; }
  .cd-num { font-size: 1.75rem; }
}

/* --- ANIMATIONS --- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-in { animation: fadeUp 0.6s ease-out both; }
