/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 48px 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero-glow {
  position: absolute;
  top: 15%; left: 50%; transform: translateX(-50%);
  width: 700px; height: 500px;
  background: radial-gradient(circle, rgba(10,132,255,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  background: var(--accent-dim);
  border: 1px solid rgba(10,132,255,0.18);
  border-radius: 100px;
  font-size: 11px;
  color: var(--accent);
  margin-bottom: 32px;
  letter-spacing: 0.4px;
}
.badge-pulse {
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
.hero-title {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -4px;
  color: var(--text);
  margin-bottom: 28px;
}
.hero-title-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.25);
}
.hero-title-accent {
  color: var(--accent);
  -webkit-text-stroke: 0;
}
.hero-sub {
  font-size: 16px;
  color: var(--text-dim);
  max-width: 500px;
  line-height: 1.75;
  margin-bottom: 40px;
  font-weight: 300;
}
.hero-actions { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.hero-note { font-size: 11px; color: var(--text-muted); letter-spacing: 0.3px; margin-bottom: 60px; }

/* APP MOCKUP */
.app-mockup { width: 100%; max-width: 1060px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: 0 48px 140px rgba(0,0,0,0.7); }
.mockup-titlebar { height: 40px; background: #0d0d10; border-bottom: 1px solid var(--border); display: flex; align-items: center; padding: 0 12px; gap: 4px; user-select: none; }
.mockup-brand { display: flex; align-items: center; gap: 7px; flex-shrink: 0; margin-right: 8px; }
.mockup-brand-icon { width: 22px; height: 22px; background: var(--accent); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 9px; color: white; font-family: 'DM Mono', monospace; font-weight: 500; box-shadow: 0 0 10px var(--accent-glow); }
.mockup-brand-name { font-size: 11px; color: var(--text); font-family: 'Cabinet Grotesk', sans-serif; font-weight: 700; }
.tb-sep { width: 1px; height: 16px; background: var(--border); margin: 0 5px; flex-shrink: 0; }
.tb-btn { display: flex; align-items: center; gap: 5px; height: 24px; padding: 0 8px; background: transparent; border: none; border-radius: 5px; font-size: 10px; color: var(--text-dim); font-family: 'DM Mono', monospace; cursor: default; white-space: nowrap; flex-shrink: 0; }
.tb-btn svg { flex-shrink: 0; }
.tb-grn { color: var(--green); }
.tb-blu { background: var(--accent); color: white; border-radius: 6px; }
.tb-fname { font-size: 10px; color: var(--text-muted); padding: 0 6px; flex-shrink: 0; }
.tb-spacer { flex: 1; }
.win-btns { display: flex; align-items: center; margin-left: 4px; }
.wb { width: 46px; height: 40px; display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: default; color: var(--text-muted); font-size: 12px; }
.wb:hover { background: rgba(255,255,255,0.06); }
.wb.close:hover { background: #e81123; color: white; }
.wb.close { padding-right: 6px; }
.mockup-main { display: flex; height: 360px; }
.mockup-sidebar { width: 160px; background: #111116; border-right: 1px solid var(--border); display: flex; flex-direction: column; flex-shrink: 0; }
.msb-head { height: 32px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-bottom: 1px solid var(--border); }
.msb-label { font-size: 9px; color: var(--text-muted); letter-spacing: 1.5px; text-transform: uppercase; }
.msb-folder { display: flex; align-items: center; gap: 5px; padding: 4px 6px; font-size: 10px; color: var(--text-dim); margin-bottom: 2px; }
.msb-file { display: flex; align-items: center; gap: 7px; padding: 4px 8px 4px 24px; font-size: 10px; color: var(--text-dim); border-radius: 4px; margin-bottom: 1px; }
.msb-file.active { background: rgba(10,132,255,0.1); color: var(--accent); border-left: 2px solid var(--accent); padding-left: 22px; }
.msb-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.mockup-editor-area { flex: 1; display: flex; flex-direction: column; overflow: hidden; }
.mockup-tabs { height: 32px; background: #0f0f14; border-bottom: 1px solid var(--border); display: flex; align-items: flex-end; padding: 0 6px; gap: 2px; flex-shrink: 0; }
.mtab { display: flex; align-items: center; gap: 5px; height: 28px; padding: 0 12px; border-radius: 6px 6px 0 0; font-size: 10px; color: var(--text-muted); font-family: 'DM Mono', monospace; border: 1px solid transparent; border-bottom: none; }
.mtab.active { background: #16161d; color: var(--text); border-color: var(--border); }
.mtab-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.mtab-dirty { color: var(--orange); font-size: 10px; }
.mtab-x { font-size: 9px; color: var(--text-muted); opacity: 0.35; margin-left: 2px; }
.mockup-editor { flex: 1; background: #16161d; padding: 12px 0; font-size: 11px; line-height: 1.85; overflow: hidden; }
.mline { display: flex; align-items: baseline; }
.mline.hl { background: rgba(10,132,255,0.04); }
.mln { width: 38px; color: var(--text-muted); text-align: right; padding-right: 16px; font-size: 10px; opacity: 0.35; flex-shrink: 0; }
.mcode { white-space: pre; }
.mcm { color: #555570; font-style: italic; }
.mtg { color: #8be9fd; }
.mat { color: #50fa7b; }
.mst { color: #f1fa8c; }
.mpl { color: #e8e8f0; }
.mcur { color: var(--accent); animation: blink 1s step-end infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
.mockup-chat { width: 215px; background: #0d0d12; border-left: 1px solid var(--border); display: flex; flex-direction: column; flex-shrink: 0; }
.mchat-head { height: 32px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 12px; flex-shrink: 0; }
.mchat-title { font-size: 10px; color: var(--text-dim); }
.mchat-online { display: flex; align-items: center; gap: 5px; font-size: 10px; color: var(--green); }
.mchat-odot { width: 5px; height: 5px; background: var(--green); border-radius: 50%; animation: pulse 2s infinite; }
.mchat-msgs { flex: 1; padding: 10px 8px; display: flex; flex-direction: column; gap: 8px; overflow: hidden; }
.mchat-msg { padding: 8px 10px; border-radius: 7px; font-size: 9.5px; line-height: 1.55; font-weight: 300; }
.mchat-msg code { color: var(--accent); background: rgba(10,132,255,0.1); padding: 1px 4px; border-radius: 3px; }
.mchat-msg.ai { background: var(--bg-elevated); border: 1px solid var(--border); color: var(--text-dim); }
.mchat-msg.user { background: var(--accent-dim); border: 1px solid rgba(10,132,255,0.15); color: #79b8ff; align-self: flex-end; max-width: 90%; }
.mchat-msg.typing { display: flex; align-items: center; gap: 5px; padding: 11px 12px; width: fit-content; }
.mchat-tdot { width: 5px; height: 5px; background: var(--text-muted); border-radius: 50%; animation: pulse 1.3s ease-in-out infinite; }
.mchat-tdot:nth-child(2) { animation-delay: 0.2s; }
.mchat-tdot:nth-child(3) { animation-delay: 0.4s; }
.mchat-bottom { display: flex; align-items: center; gap: 6px; padding: 8px; border-top: 1px solid var(--border); flex-shrink: 0; }
.mchat-input { flex: 1; height: 28px; background: var(--bg-elevated); border: 1px solid var(--border); border-radius: 6px; display: flex; align-items: center; padding: 0 10px; font-size: 9.5px; color: var(--text-muted); }
.mchat-send { width: 28px; height: 28px; background: var(--accent); border: none; border-radius: 6px; color: white; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mockup-statusbar { height: 22px; background: var(--accent); display: flex; align-items: center; padding: 0 14px; gap: 18px; }
.msb-item { font-size: 9px; color: rgba(255,255,255,0.75); font-family: 'DM Mono', monospace; }
.msb-item.bold { color: white; font-weight: 500; }

/* ── PROBLEM ── */
.problem-section { padding: 80px 48px; position: relative; z-index: 1; }
.problem-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.problem-quote {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1.35;
  color: var(--text-dim);
  margin-bottom: 24px;
}
.problem-quote em { color: var(--text); font-style: normal; }
.problem-answer { font-size: 15px; color: var(--text-dim); line-height: 1.8; font-weight: 300; }
.problem-answer strong { color: var(--accent); font-weight: 400; }

/* ── SECTIONS ── */
.section-divider { width: 100%; height: 1px; background: var(--border); }
.section-inner { max-width: 1100px; margin: 0 auto; }
.features-section, .pricing-section, .roadmap-section { padding: 100px 48px; position: relative; z-index: 1; }
.section-eyebrow {
  font-size: 10px; letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.section-title {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -2.5px;
  line-height: 1.05;
  color: var(--text);
  margin-bottom: 16px;
}
.section-sub { font-size: 14px; color: var(--text-dim); max-width: 500px; line-height: 1.75; font-weight: 300; margin-bottom: 0; }

/* ── FEATURES ── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 52px;
}
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 26px;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10,132,255,0.35), transparent);
  opacity: 0; transition: opacity 0.2s;
}
.feature-card:hover { border-color: var(--border-hover); transform: translateY(-2px); }
.feature-card:hover::after { opacity: 1; }
.feature-icon { font-size: 22px; margin-bottom: 14px; display: block; }
.feature-title {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 15px; font-weight: 700;
  color: var(--text); margin-bottom: 8px; letter-spacing: -0.3px;
}
.feature-desc { font-size: 12px; color: var(--text-dim); line-height: 1.65; font-weight: 300; }

/* ── PRICING ── */
.billing-toggle {
  display: flex; align-items: center; gap: 12px;
  margin: 36px 0 52px;
}
.toggle-label { font-size: 12px; color: var(--text-muted); transition: color 0.15s; }
.toggle-label.active { color: var(--text); }
.toggle-switch {
  width: 46px; height: 26px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.toggle-switch.on { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 12px var(--accent-glow); }
.toggle-thumb {
  position: absolute;
  top: 4px; left: 4px;
  width: 16px; height: 16px;
  background: white;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  pointer-events: none;
}
.toggle-switch.on .toggle-thumb { transform: translateX(20px); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px;
  position: relative;
  transition: all 0.2s;
}
.pricing-card:hover { transform: translateY(-2px); border-color: var(--border-hover); }
.pricing-card.popular {
  border-color: rgba(10,132,255,0.3);
  background: linear-gradient(160deg, rgba(10,132,255,0.06) 0%, var(--bg-card) 50%);
}
.popular-pill {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  padding: 4px 16px;
  background: var(--accent); border-radius: 100px;
  font-size: 10px; color: white; white-space: nowrap;
  box-shadow: 0 0 18px var(--accent-glow);
  font-family: 'DM Mono', monospace;
}
.plan-name { font-family: 'Cabinet Grotesk', sans-serif; font-size: 20px; font-weight: 800; color: var(--text); letter-spacing: -0.5px; }
.plan-tagline { font-size: 11px; color: var(--text-muted); margin-top: 3px; font-weight: 300; }
.plan-header { margin-bottom: 20px; }
.plan-price-wrap { display: flex; align-items: baseline; gap: 4px; }
.plan-price { display: flex; align-items: baseline; gap: 1px; }
.price-currency { font-size: 18px; color: var(--text-dim); margin-bottom: 2px; }
.price-amount { font-family: 'Cabinet Grotesk', sans-serif; font-size: 44px; font-weight: 800; color: var(--text); letter-spacing: -2px; line-height: 1; }
.price-period { font-size: 11px; color: var(--text-muted); margin-left: 4px; }
.plan-annual-note { font-size: 10px; color: var(--green); margin: 6px 0 20px; min-height: 14px; }
.plan-divider { height: 1px; background: var(--border); margin-bottom: 22px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.plan-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; font-weight: 300; }
.feat-yes { color: var(--text-dim); }
.feat-yes::before { content: '✓'; color: var(--green); flex-shrink: 0; font-size: 11px; margin-top: 1px; }
.feat-no { color: var(--text-muted); opacity: 0.5; }
.feat-no::before { content: '✗'; color: var(--text-muted); flex-shrink: 0; font-size: 11px; margin-top: 1px; }

/* ── ROADMAP ── */
.roadmap-list { margin-top: 52px; max-width: 680px; }
.roadmap-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.roadmap-item:last-child { border-bottom: none; }
.rm-status {
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; flex-shrink: 0; margin-top: 1px;
}
.rm-status.done     { background: rgba(80,250,123,0.1); border: 1px solid rgba(80,250,123,0.2); color: var(--green); }
.rm-status.progress { background: var(--accent-dim); border: 1px solid rgba(10,132,255,0.2); color: var(--accent); }
.rm-status.soon     { background: var(--bg-elevated); border: 1px solid var(--border); color: var(--text-muted); }
.rm-content { flex: 1; }
.rm-title { font-family: 'Cabinet Grotesk', sans-serif; font-size: 15px; font-weight: 700; color: var(--text); letter-spacing: -0.3px; margin-bottom: 4px; }
.rm-desc { font-size: 12px; color: var(--text-dim); font-weight: 300; line-height: 1.6; }

/* ── NEWSLETTER ── */
.newsletter-section { padding: 80px 48px; position: relative; z-index: 1; }
.newsletter-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 60px 48px;
  text-align: center;
  position: relative; overflow: hidden;
  max-width: 1100px; margin: 0 auto;
}
.newsletter-glow {
  position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
  width: 500px; height: 300px;
  background: radial-gradient(circle, rgba(10,132,255,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.newsletter-title {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 34px; font-weight: 800;
  letter-spacing: -1.5px; color: var(--text);
  margin-bottom: 10px; position: relative; z-index: 1;
}
.newsletter-sub { font-size: 13px; color: var(--text-dim); margin-bottom: 32px; font-weight: 300; position: relative; z-index: 1; }
.newsletter-form { display: flex; gap: 10px; max-width: 420px; margin: 0 auto; position: relative; z-index: 1; }
.newsletter-input { flex: 1; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; }
  .app-mockup .mockup-chat { display: none; }
}
@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .newsletter-form { flex-direction: column; }
}
