/* TikTok Bot - Premium High-Converting Design System */
:root {
  --primary: #a3e635;
  --primary-hover: #84cc16;
  --primary-glow: rgba(163, 230, 53, 0.25);
  --wa-color: #25D366;
  --wa-hover: #20ba5a;
  --bg-dark: #09090b;
  --card-bg: #111113;
  --surface-glass: rgba(17, 17, 19, 0.75);
  --border-subtle: #27272a;
  --text-main: #f5f5f5;
  --text-muted: #a1a1aa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg-dark);
  color: var(--text-main);
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 5;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}

/* Top Promo Urgency Banner */
.top-banner {
  background: linear-gradient(90deg, #152707, #365314, #152707);
  border-bottom: 1px solid rgba(163, 230, 53, 0.3);
  padding: 8px 0;
  font-size: 13px;
  text-align: center;
  color: #d9f99d;
}
.top-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.top-banner mark {
  background: var(--primary);
  color: #000;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}
.banner-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/* Sticky Navigation Header */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(9, 9, 11, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all .3s ease;
}
.site-header.scrolled {
  background: rgba(9, 9, 11, 0.95);
  border-bottom-color: var(--primary-glow);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand {
  font-family: "Space Grotesk";
  font-weight: 700;
  letter-spacing: -.04em;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.brand span:last-child { color: var(--primary); }
.brand-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--primary);
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 16px var(--primary);
}
.nav nav { display: flex; gap: 30px; }
.nav nav a, .footer a { color: var(--text-muted); text-decoration: none; font-size: 14px; }
.nav nav a:hover, .footer a:hover { color: #fff; }

.header-actions { display: flex; align-items: center; gap: 10px; }

/* Buttons System */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all .25s ease;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
}
.btn-primary { background: var(--primary); color: #111; }
.btn-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px var(--primary-glow);
}
.btn-outline { border-color: #333; color: #fff; background: #111; }
.btn-outline:hover { border-color: #666; background: #18181b; }
.btn-ghost { color: #aaa; background: transparent; }
.btn-ghost:hover { color: #fff; background: rgba(255,255,255,0.05); }
.btn-small { padding: 9px 15px; font-size: 13px; }
.btn-large { padding: 18px 32px; font-size: 16px; border-radius: 10px; }
.full { width: 100%; margin-top: 15px; }

.btn-admin-badge {
  background: #1e1b4b;
  color: #c7d2fe;
  border: 1px solid #3730a3;
}
.btn-admin-badge:hover { background: #312e81; color: #fff; }

.btn-wa { background: var(--wa-color); color: #051b0d; border: none; }
.btn-wa:hover {
  background: var(--wa-hover);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}
.wa-icon { flex-shrink: 0; }

/* Hero Section */
.hero {
  min-height: 680px;
  padding: 60px 0 90px;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 30px;
}
.eyebrow, .section-label {
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--primary);
  font-weight: 700;
}
.eyebrow span { font-size: 8px; }
.hero h1 {
  font-family: "Space Grotesk";
  font-size: clamp(48px, 5.5vw, 84px);
  line-height: .95;
  letter-spacing: -.065em;
  margin: 20px 0;
}
.hero h1 em, .section-head h2 em, .workflow-head h2 em, .pricing h2 em, .faq h2 em, .cta h2 em {
  font-style: normal;
  color: var(--primary);
}
.hero-text { font-size: 17px; color: var(--text-muted); max-width: 540px; margin-bottom: 25px; }
.hero-actions { display: flex; gap: 12px; margin: 30px 0; flex-wrap: wrap; }

.social-proof-badges {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: 50px;
  width: fit-content;
}
.avatars-group { display: flex; }
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #27272a;
  border: 2px solid #09090b;
  margin-left: -8px;
  font-size: 14px;
}
.avatar:first-child { margin-left: 0; }
.proof-text { display: flex; flex-direction: column; font-size: 12px; }
.proof-text strong { color: #fff; }
.proof-text span { color: var(--text-muted); }

.trust-row { display: flex; gap: 30px; margin-top: 40px; }
.trust-row div { display: flex; flex-direction: column; border-left: 2px solid var(--primary); padding-left: 15px; }
.trust-row strong { font-family: "Space Grotesk"; font-size: 22px; }
.trust-row span { color: #71717a; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

/* Live Interactive Dashboard Demo */
.dashboard-wrap { position: relative; }
.glow {
  position: absolute;
  inset: 10% -10%;
  background: rgba(163, 230, 53, 0.12);
  filter: blur(90px);
  border-radius: 50%;
}
.dashboard {
  position: relative;
  background: var(--card-bg);
  border: 1px solid #29292c;
  border-radius: 15px;
  box-shadow: 0 40px 100px #000;
  overflow: hidden;
  transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
  transition: transform .3s ease;
}
.dashboard:hover { transform: none; }
.dash-top {
  height: 44px;
  border-bottom: 1px solid #28282b;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 16px;
  color: #666;
  font-size: 9px;
  letter-spacing: .12em;
}
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #444; }
.dash-top b { margin-left: auto; color: var(--primary); font-size: 9px; }
.dash-body { display: grid; grid-template-columns: 110px 1fr; min-height: 410px; }
.dash-body aside { border-right: 1px solid #252527; padding: 20px 8px; color: #777; font-size: 10px; }
.dash-body aside div { padding: 11px 9px; border-radius: 6px; margin-bottom: 4px; }
.dash-body aside span { margin-left: 7px; }
.dash-body aside .side-active { background: #1e2417; color: #d9f99d; font-weight: 700; }
.dash-content { padding: 20px; }
.dash-heading { display: flex; justify-content: space-between; align-items: center; }
.dash-heading small, .stats small { font-size: 8px; color: #666; letter-spacing: .12em; }
.dash-heading h3 { margin: 2px 0; font-family: "Space Grotesk"; }

.btn-demo-run {
  background: var(--primary);
  border: 0;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s ease;
}
.btn-demo-run:hover { background: var(--primary-hover); }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 18px 0; }
.stats > div { background: #171719; border: 1px solid #27272a; border-radius: 8px; padding: 12px; }
.stats strong { display: block; font-size: 20px; font-family: "Space Grotesk"; margin: 4px 0; }
.stats span { font-size: 9px; color: var(--primary); }

.pipeline { border: 1px solid #27272a; background: #151517; border-radius: 8px; padding: 14px; }
.pipeline-head { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; }
.pipeline-head small { color: var(--primary); }

.sim-progress-bar { height: 6px; background: #222; border-radius: 3px; margin: 8px 0 12px; overflow: hidden; }
.sim-progress-fill { height: 100%; width: 0%; background: var(--primary); transition: width 0.3s ease; }

.flow { display: flex; align-items: center; gap: 5px; }
.flow-card { background: #1d1d20; border: 1px solid #303034; border-radius: 6px; padding: 9px; flex: 1; min-width: 0; transition: all 0.3s ease; }
.flow-card.active { border-color: var(--primary); background: #1a2610; }
.flow-card b { display: block; color: var(--primary); font-size: 13px; }
.flow-card span { display: block; font-size: 9px; margin-top: 4px; font-weight: 700; }
.flow-card small { color: #666; font-size: 8px; }
.arrow { color: #555; font-size: 10px; }

.console-box {
  margin-top: 15px;
  background: #09090b;
  border: 1px solid #222;
  border-radius: 6px;
  padding: 10px;
  font-family: monospace;
  font-size: 11px;
  color: #a1a1aa;
  max-height: 75px;
  overflow-y: auto;
}
.console-line { margin-bottom: 4px; }

/* Logo Strip */
.logo-strip { border-top: 1px solid #222; border-bottom: 1px solid #222; padding: 24px 0; background: rgba(255,255,255,0.01); }
.logo-inner { display: flex; justify-content: space-between; align-items: center; color: #555; font-size: 11px; letter-spacing: .15em; flex-wrap: wrap; gap: 15px; }
.logo-inner span { color: #777; font-weight: 700; }

/* Sections Common */
.section { padding: 100px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin: 10px 0 50px; }
.section-head h2, .workflow-head h2, .pricing h2, .faq h2, .cta h2 {
  font-family: "Space Grotesk";
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: .95;
  letter-spacing: -.05em;
  margin: 12px 0 0;
}
.section-head p { max-width: 400px; color: var(--text-muted); font-size: 15px; }

/* Features Cards */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-card {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--border-subtle);
  background: #0e0e10;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  transition: all .25s ease;
}
.feature-card:hover { border-color: #4a4a4d; transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.5); }
.feature-card.featured { background: var(--primary); color: #111; border-color: var(--primary); }
.feature-card.featured .icon, .feature-card.featured .card-link { color: #111; }
.feature-card .icon { font-size: 28px; color: var(--primary); margin-bottom: 25px; }
.feature-card small { font-size: 9px; opacity: .5; font-weight: 700; letter-spacing: .1em; }
.feature-card h3 { font-family: "Space Grotesk"; font-size: 24px; line-height: 1.05; letter-spacing: -.04em; margin: 12px 0; }
.feature-card p { color: var(--text-muted); font-size: 13px; }
.feature-card.featured p { color: #1f2937; }
.card-link { margin-top: auto; font-size: 10px; color: var(--primary); font-weight: 700; letter-spacing: .1em; }

/* Workflow Steps */
.workflow { background: #111113; border-top: 1px solid #222; border-bottom: 1px solid #222; padding: 100px 0; }
.workflow-head { display: flex; justify-content: space-between; align-items: end; }
.workflow-head p { max-width: 350px; color: var(--text-muted); }
.steps { margin-top: 60px; border-top: 1px solid #2a2a2d; }
.step { display: grid; grid-template-columns: 120px 1fr; border-bottom: 1px solid #2a2a2d; padding: 32px 0; }
.step > span { font-family: "Space Grotesk"; color: var(--primary); font-size: 14px; font-weight: 700; }
.step b { font-size: 10px; letter-spacing: .15em; color: #777; }
.step h3 { font-family: "Space Grotesk"; font-size: 26px; margin: 6px 0; }
.step p { color: #888; margin: 0; font-size: 14px; }

/* Pricing Section */
.pricing { padding: 100px 0; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 50px; }
.plan {
  position: relative;
  border: 1px solid var(--border-subtle);
  background: #101012;
  border-radius: 14px;
  padding: 36px 30px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
}
.plan.popular { border-color: var(--primary); box-shadow: 0 20px 60px rgba(163,230,53,0.1); background: #12160d; }
.popular-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary);
  color: #111;
  font-size: 9px;
  font-weight: 800;
  padding: 6px 12px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 14px;
}
.plan > small { color: #888; font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.plan h3 { font: 38px "Space Grotesk"; margin: 20px 0 8px; }
.plan h3 span { font: 12px "DM Sans"; color: #666; }
.plan > p { color: var(--text-muted); font-size: 13px; }
.plan ul { padding: 20px 0; list-style: none; color: #ccc; font-size: 13px; line-height: 2.2; margin: 0; }
.plan .btn { margin-top: auto; }
.price-note { text-align: center; color: #666; font-size: 12px; margin-top: 25px; }

/* FAQ Details */
.faq { padding: 90px 0; }
.faq details { border-top: 1px solid #29292c; padding: 22px 0; }
.faq details:last-child { border-bottom: 1px solid #29292c; }
.faq summary { cursor: pointer; font-family: "Space Grotesk"; font-size: 19px; font-weight: 600; outline: none; }
.faq p { color: var(--text-muted); max-width: 800px; font-size: 14px; margin-top: 12px; line-height: 1.6; }

/* CTA Box */
.cta { padding: 0 0 90px; }
.cta-box {
  text-align: center;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 80px 20px;
  background: linear-gradient(135deg, #101012, #0b0b0d);
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
.cta-box p { color: var(--text-muted); max-width: 500px; margin: 15px auto 30px; }

/* Footer */
.footer { border-top: 1px solid #222; padding: 30px 0; display: flex; align-items: center; justify-content: space-between; }
.footer p { font-size: 12px; color: #555; }
.footer div { display: flex; gap: 20px; }

/* Floating WA Button */
.wa-floating-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  background: var(--wa-color);
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, .4), 0 0 0 1px rgba(255, 255, 255, .25);
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  animation: waPulse 2s infinite;
}
.wa-floating-btn:hover {
  transform: translateY(-4px) scale(1.05);
  background: var(--wa-hover);
  box-shadow: 0 15px 35px rgba(37, 211, 102, .6), 0 0 25px rgba(37, 211, 102, .5);
  animation: none;
}
.wa-floating-content { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; }

@keyframes waPulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .6), 0 8px 20px rgba(0, 0, 0, .3); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0), 0 8px 20px rgba(0, 0, 0, .3); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 8px 20px rgba(0, 0, 0, .3); }
}

/* ==================== MODALS SYSTEM STYLES ==================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  background: #111113;
  border: 1px solid #333;
  border-radius: 16px;
  padding: 35px;
  width: min(480px, calc(100% - 30px));
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.9);
  transform: translateY(20px);
  transition: transform .3s ease;
}
.modal-overlay.active .modal-card { transform: translateY(0); }

.modal-large { width: min(850px, calc(100% - 30px)); }

.modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: transparent;
  border: 0;
  color: #888;
  font-size: 24px;
  cursor: pointer;
}
.modal-close:hover { color: #fff; }

.modal-sub { color: var(--text-muted); font-size: 13px; margin: 4px 0 20px; }

/* Auth Forms */
.auth-tabs { display: flex; border-bottom: 1px solid #27272a; margin-bottom: 25px; }
.auth-tab {
  flex: 1;
  padding: 12px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #777;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.auth-tab.active { color: var(--primary); border-bottom-color: var(--primary); }

.auth-form { display: none; }
.auth-form.active { display: block; }

.form-group { margin-bottom: 16px; display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 12px; font-weight: 700; color: #ccc; }
.form-group input, .form-group select {
  background: #18181b;
  border: 1px solid #333;
  padding: 12px 14px;
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  outline: none;
}
.form-group input:focus, .form-group select:focus { border-color: var(--primary); }

.demo-accounts-hint {
  background: #18181b;
  border: 1px solid #27272a;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* User Dashboard Modal Elements */
.modal-header-flex { display: flex; justify-content: space-between; align-items: start; margin-bottom: 20px; border-bottom: 1px solid #27272a; padding-bottom: 15px; }
.user-dash-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.user-card-stat { background: #171719; border: 1px solid #2a2a2e; border-radius: 10px; padding: 15px; }
.user-card-stat small { font-size: 9px; color: #666; letter-spacing: .12em; font-weight: 700; }
.user-card-stat h4 { font-family: "Space Grotesk"; font-size: 18px; margin: 6px 0 2px; color: var(--primary); }
.user-card-stat span { font-size: 11px; color: #888; }

.progress-bar-sm { height: 6px; background: #222; border-radius: 3px; overflow: hidden; margin-top: 8px; }
.progress-fill-sm { height: 100%; background: var(--primary); }

.bot-control-box { background: #161813; border: 1px solid rgba(163, 230, 53, 0.3); border-radius: 10px; padding: 18px; margin-bottom: 20px; }
.bot-control-head { display: flex; justify-content: space-between; align-items: center; }
.bot-control-head h3 { margin: 0; font-size: 16px; font-family: "Space Grotesk"; }
.bot-control-head p { margin: 4px 0 0; font-size: 12px; color: #aaa; }
.bot-status-bar { font-size: 12px; font-weight: 700; color: var(--primary); margin-top: 12px; padding-top: 10px; border-top: 1px dashed rgba(163, 230, 53, 0.2); }

/* Switch Toggle */
.switch { position: relative; display: inline-block; width: 50px; height: 26px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; inset: 0; background-color: #333; transition: .4s; border-radius: 34px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 4px; bottom: 4px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .slider { background-color: var(--primary); }
input:checked + .slider:before { transform: translateX(24px); background-color: #000; }

.user-log-section h3 { font-size: 15px; margin-bottom: 10px; font-family: "Space Grotesk"; }
.activity-logs { list-style: none; padding: 0; margin: 0; font-size: 12px; color: #aaa; }
.activity-logs li { padding: 8px 0; border-bottom: 1px solid #222; display: flex; gap: 10px; }
.activity-logs li span { color: var(--primary); font-weight: 700; }

/* Admin Dashboard Table */
.admin-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 25px; }
.admin-stat-card { background: #18181b; border: 1px solid #27272a; padding: 16px; border-radius: 10px; }
.admin-stat-card small { font-size: 10px; color: #777; font-weight: 700; }
.admin-stat-card strong { display: block; font-size: 24px; font-family: "Space Grotesk"; margin-top: 4px; }

/* Admin Turso Config Panel */
.turso-config-panel {
  background: #141712;
  border: 1px solid rgba(163, 230, 53, 0.3);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}
.turso-config-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 15px;
}
.turso-config-header h3 {
  margin: 0;
  font-size: 16px;
  font-family: "Space Grotesk";
  color: var(--primary);
}
.turso-config-header p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #aaa;
}
.turso-badge {
  background: #27272a;
  color: #aaa;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #444;
}
.turso-badge.connected {
  background: #14532d;
  color: #86efac;
  border-color: #22c55e;
}
.turso-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 15px;
}


/* Checkout Modal */
.checkout-summary-box { background: #18181b; border: 1px solid #27272a; border-radius: 10px; padding: 18px; margin-bottom: 20px; }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 14px; }
.total-row { border-top: 1px solid #333; padding-top: 10px; margin-top: 10px; margin-bottom: 0; }
.promo-input-group { display: flex; gap: 8px; }
.promo-input-group input { flex: 1; }

/* Responsive Adjustments */
@media(max-width: 900px) {
  .nav nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; }
  .dashboard { transform: none; }
  .features, .plans { grid-template-columns: 1fr 1fr; }
  .user-dash-grid, .admin-stats-grid { grid-template-columns: 1fr; }
}
@media(max-width: 600px) {
  .container { width: min(100% - 24px, 1180px); }
  .hero h1 { font-size: 44px; }
  .features, .plans { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .dash-body { grid-template-columns: 1fr; }
  .dash-body aside { display: none; }
}