/* ═══════════════════════════════════════════════════════
   AKOX AI — mobile.css
   Base styles (mobile-first, no media queries here)
   All layout defaults are for small screens.
   Override in desktop.css for larger viewports.
═══════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════════════════ */
.nav-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(13,13,13,.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: var(--t);
}

.nav-header.scrolled {
  background: rgba(13,13,13,.98);
  box-shadow: 0 2px 24px rgba(0,0,0,.8);
}

.nav-inner {
  display: flex;
  align-items: center;
  height: 68px;
  gap: 16px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-img {
  height: 22px;
  width: auto;
  display: block;
}

.logo-fallback {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--k0);
  letter-spacing: -0.02em;
}

.logo-fallback .logo-ai { color: var(--orange); }

/* Nav links — hidden on mobile */
.nav-links {
  display: none;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.nav-links a {
  padding: 7px 14px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--text-muted);
  border-radius: var(--r-full);
  transition: var(--t);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--k0);
  background: rgba(255,255,255,.06);
}

/* Nav CTA — hidden on mobile */
.nav-cta {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.nav-lang-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav-lang-select {
  min-width: 112px;
  padding: 8px 10px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.35);
  color: var(--k0);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.nav-lang-select:focus {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.nav-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  margin-left: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--k20);
  border-radius: 2px;
  transition: var(--t);
}

.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* Mobile dropdown menu */
.nav-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 12px 20px 20px;
  border-top: 1px solid var(--border);
  background: var(--k95);
}

.nav-mobile-menu.open { display: flex; }

.nav-mobile-menu a {
  padding: 11px 14px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
  border-radius: var(--r-md);
  transition: var(--t);
}

.nav-mobile-menu a:hover { background: var(--bg-card); color: var(--k0); }
.nav-mobile-menu a.cta-link { color: var(--orange); font-weight: 700; }

/* ══════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════ */
.hero {
  position: relative;
  padding: 116px 0 72px;
  background: var(--bg-deep);
  overflow: hidden;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.hero-orb-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(243,113,36,.18) 0%, transparent 70%);
  top: -200px; right: -200px;
  animation: orbFloat 9s ease-in-out infinite;
}

.hero-orb-2 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(243,113,36,.10) 0%, transparent 70%);
  bottom: -100px; left: -100px;
  animation: orbFloat 12s ease-in-out infinite reverse;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  position: relative;
  z-index: 1;
}

.hero-content {
  text-align: center;
  max-width: 680px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: rgba(243,113,36,.1);
  border: 1px solid rgba(243,113,36,.25);
  border-radius: var(--r-full);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #28CA41;
  animation: pulseDot 2s infinite;
}

.hero-headline {
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 6.5vw, 3.8rem);
  font-weight: 900;
  color: var(--k0);
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.hero-headline .text-gradient { display: block; }

.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 2.5vw, 1.15rem);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-trust {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-muted);
  opacity: 0.7;
  letter-spacing: 0.04em;
}

/* Dashboard mockup */
.hero-visual {
  position: relative;
  width: 100%;
  max-width: 660px;
}

.dashboard-mockup {
  background: var(--k85);
  border-radius: var(--r-xl);
  border: 1px solid var(--border-hover);
  box-shadow: var(--shadow-xl), 0 0 0 1px rgba(243,113,36,.08);
  overflow: hidden;
}

.mockup-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 16px;
  background: var(--k95);
  border-bottom: 1px solid var(--border);
}

.mockup-title {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-left: 10px;
  opacity: 0.6;
}

.mockup-body {
  display: flex;
  min-height: 240px;
}

.mockup-sidebar {
  width: 120px;
  flex-shrink: 0;
  background: var(--k95);
  border-right: 1px solid var(--border);
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: var(--text-muted);
  transition: var(--t);
}

.sidebar-item.active {
  background: var(--orange);
  color: var(--k0);
}

.sidebar-item:not(.active):hover {
  background: rgba(255,255,255,.06);
  color: var(--k10);
}

.mockup-main {
  flex: 1;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.mockup-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.stat-card {
  background: var(--k95);
  border-radius: var(--r-sm);
  padding: 10px 12px;
  border: 1px solid var(--border);
}

.stat-card-accent {
  background: var(--orange);
  border-color: transparent;
}

.stat-value {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
}

.stat-card-accent .stat-value { color: var(--k0); }

.stat-label {
  font-family: var(--font-body);
  font-size: 0.58rem;
  color: var(--text-muted);
  margin-top: 3px;
  opacity: 0.7;
}

.stat-card-accent .stat-label { color: rgba(255,255,255,.75); }

.mockup-chart {
  background: var(--k95);
  border-radius: var(--r-sm);
  border: 1px solid var(--border);
  padding: 10px 12px;
}

.chart-label {
  font-family: var(--font-body);
  font-size: 0.62rem;
  color: var(--text-muted);
  opacity: 0.7;
  margin-bottom: 8px;
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 42px;
}

.bar {
  flex: 1;
  background: rgba(243,113,36,.18);
  border-radius: 3px 3px 0 0;
  min-height: 6px;
  transition: height .8s cubic-bezier(.4,0,.2,1);
}

.bar-active { background: var(--orange); }

.mockup-posts {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.post-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: var(--k95);
  border-radius: var(--r-sm);
  border: 1px solid var(--border);
}

.post-platform { width: 22px; height: 22px; border-radius: 5px; flex-shrink: 0; }
.pp-ig { background: linear-gradient(135deg, #E1306C, #833AB4); }
.pp-tw { background: #000; border: 1px solid rgba(255,255,255,.15); }
.pp-li { background: #0A66C2; }

.post-info    { flex: 1; min-width: 0; }
.post-title   { font-family: var(--font-body); font-size: 0.68rem; font-weight: 700; color: var(--k10); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.post-meta    { font-family: var(--font-body); font-size: 0.58rem; color: var(--text-muted); opacity: 0.7; }

.post-status {
  font-family: var(--font-body);
  font-size: 0.57rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: var(--r-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.post-status.live      { background: rgba(40,202,65,.15);   color: #28CA41; }
.post-status.pending   { background: rgba(255,189,46,.15);  color: #FFBD2E; }
.post-status.scheduled { background: rgba(243,113,36,.15);  color: var(--orange); }

/* Floating cards on hero visual */
.hero-floating-card {
  position: absolute;
  background: var(--k85);
  border: 1px solid var(--border-hover);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  padding: 11px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-left  { bottom: 56px; left: -16px; animation: floatCard 4s ease-in-out infinite; }
.card-right { top: 36px;    right: -16px; animation: floatCard 4s ease-in-out infinite; animation-delay: 2s; }

.fc-icon { font-size: 1.2rem; line-height: 1; }
.fc-title { font-family: var(--font-head); font-size: 0.76rem; font-weight: 800; color: var(--k0); }
.fc-sub   { font-family: var(--font-body); font-size: 0.65rem; color: var(--text-muted); }

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-line {
  width: 1.5px;
  height: 36px;
  background: linear-gradient(to bottom, var(--orange), transparent);
  margin: 0 auto;
  animation: scrollLine 1.8s ease-in-out infinite;
}

/* ══════════════════════════════════════════════════════
   SOCIAL PROOF
══════════════════════════════════════════════════════ */
.social-proof {
  background: var(--k95);
  padding: 56px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.proof-label {
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 28px;
  opacity: 0.7;
}

.brand-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}

.brand-logo {
  padding: 9px 22px;
  background: rgba(243, 113, 36, 0.12);
  border: 1px solid rgba(243, 113, 36, 0.28);
  border-radius: var(--r-full);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  transition: var(--t);
}

.brand-logo:hover {
  background: rgba(243, 113, 36, 0.2);
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(243,113,36,.2);
}

.metrics-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 52px;
}

.metric {
  text-align: center;
  padding: 16px 28px;
}

.metric-value {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 6px;
}

.metric-label {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--text-muted);
}

.metric-divider {
  width: 1px;
  height: 44px;
  background: var(--border);
}

.testimonials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  transition: var(--t);
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-lg);
}

.testimonial-featured {
  border-color: var(--border-accent);
  box-shadow: 0 0 0 1px rgba(243,113,36,.2), var(--shadow-md);
}

.stars {
  color: var(--orange);
  font-size: 0.88rem;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.testimonial-text {
  font-family: var(--font-body);
  font-size: 0.93rem;
  color: var(--k10);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author { display: flex; align-items: center; gap: 12px; }

.author-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #FFB347);
  color: var(--k0);
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-name { font-family: var(--font-head); font-weight: 700; font-size: 0.85rem; color: var(--k0); }
.author-role { font-family: var(--font-body); font-size: 0.73rem; color: var(--text-muted); }

/* ══════════════════════════════════════════════════════
   FEATURES
══════════════════════════════════════════════════════ */
.features { background: var(--bg); padding: 80px 0; }

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: var(--t);
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  opacity: 0;
  transition: var(--t);
}

.feature-card:hover { transform: translateY(-5px); border-color: var(--border-hover); box-shadow: var(--shadow-xl); }
.feature-card:hover::before { opacity: 1; }

.feature-card-highlight {
  background: linear-gradient(135deg, #2A1A0E 0%, var(--bg-card) 100%);
  border-color: rgba(243,113,36,.2);
}

.feature-icon-wrap {
  width: 50px; height: 50px;
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  color: var(--orange);
}

.icon-orange  { background: rgba(243,113,36,.12); border: 1px solid rgba(243,113,36,.2); }
.icon-neutral { background: rgba(255,255,255,.06); border: 1px solid var(--border); color: var(--k20); }

.feature-title {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--k0);
  margin-bottom: 8px;
}

.feature-desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.feature-tag {
  display: inline-flex;
  margin-top: 14px;
  padding: 4px 12px;
  background: var(--orange);
  color: var(--k0);
  border-radius: var(--r-full);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ══════════════════════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════════════════════ */
.how-it-works { background: var(--k95); padding: 80px 0; }

.steps-wrapper { position: relative; }

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
}

.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: var(--t);
}

.step-card:hover { transform: translateY(-5px); border-color: var(--border-accent); box-shadow: var(--shadow-xl); }

.step-number {
  font-family: var(--font-head);
  font-size: 4rem;
  font-weight: 900;
  color: rgba(243,113,36,.08);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.04em;
  user-select: none;
}

.step-icon-wrap {
  width: 54px; height: 54px;
  border-radius: var(--r-md);
  background: rgba(243,113,36,.1);
  border: 1px solid rgba(243,113,36,.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
  margin-bottom: 20px;
}

.step-title {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--k0);
  margin-bottom: 10px;
}

.step-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ══════════════════════════════════════════════════════
   PRODUCT PREVIEW
══════════════════════════════════════════════════════ */
.product-preview { background: var(--bg); padding: 80px 0; }

.preview-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  background: var(--k95);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 5px;
  width: fit-content;
  margin: 0 auto 28px;
}

.preview-tab {
  padding: 8px 18px;
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-muted);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: var(--t);
  white-space: nowrap;
}

.preview-tab.active {
  background: var(--orange);
  color: var(--k0);
}

.preview-tab:hover:not(.active) { color: var(--k10); }

.preview-window {
  background: var(--bg-card);
  border-radius: var(--r-xl);
  border: 1px solid var(--border-hover);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}

.preview-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 18px;
  background: var(--k95);
  border-bottom: 1px solid var(--border);
}

.preview-url {
  font-family: monospace;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-left: 10px;
  background: var(--bg-card);
  padding: 2px 10px;
  border-radius: var(--r-full);
  border: 1px solid var(--border);
  opacity: 0.7;
}

.preview-content { display: none; }
.preview-content.active { display: block; }

/* ── Preview: Dashboard ── */
.preview-layout { display: flex; min-height: 340px; }

.preview-sidebar-mini {
  width: 54px;
  flex-shrink: 0;
  background: var(--k95);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0;
  gap: 4px;
}

.psm-item {
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-sm);
  font-size: 0.85rem;
  cursor: default;
  transition: var(--t);
}

.psm-item.active { background: var(--orange); }
.psm-item:not(.active):hover { background: rgba(255,255,255,.08); }

.preview-main-area {
  flex: 1;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.pma-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pma-header h4 { font-family: var(--font-head); font-size: 0.92rem; font-weight: 800; color: var(--k0); }

.pma-btn {
  padding: 6px 14px;
  background: var(--orange);
  color: var(--k0);
  border: none;
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--t);
}

.pma-btn:hover { background: var(--orange-hover); }

.pma-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.pma-card {
  background: var(--k95);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 11px 13px;
}

.pma-card-glow {
  background: var(--orange);
  border-color: transparent;
}

.pma-card-label { font-family: var(--font-body); font-size: 0.6rem; color: var(--text-muted); opacity: 0.7; margin-bottom: 3px; }
.pma-card-value { font-family: var(--font-head); font-size: 1.1rem; font-weight: 900; color: var(--k0); line-height: 1; }
.pma-card-glow .pma-card-label { color: rgba(255,255,255,.65); opacity: 1; }
.pma-card-glow .pma-card-value { color: var(--k0); }
.pma-card-delta { font-family: var(--font-body); font-size: 0.58rem; font-weight: 700; margin-top: 4px; color: #28CA41; }
.pma-card-glow  .pma-card-delta { color: rgba(255,255,255,.8); }

.pma-chart-area {
  background: var(--k95);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 12px;
}

.pma-chart-title { font-family: var(--font-body); font-size: 0.68rem; font-weight: 700; color: var(--text-muted); margin-bottom: 8px; opacity: 0.8; }

.pma-chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 52px;
}

.pma-bar { flex: 1; display: flex; align-items: flex-end; }

.pma-bar-fill {
  width: 100%;
  height: 100%;
  background: rgba(243,113,36,.2);
  border-radius: 3px 3px 0 0;
}

.pma-bar-accent { background: var(--orange); }

.pma-chart-labels { display: flex; justify-content: space-between; margin-top: 5px; }
.pma-chart-labels span { font-family: var(--font-body); font-size: 0.55rem; color: var(--text-muted); flex: 1; text-align: center; opacity: 0.6; }

/* ── Preview: Calendar ── */
.calendar-preview { padding: 18px; }

.cal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; gap: 12px; }
.cal-header span { font-family: var(--font-head); font-size: 0.88rem; font-weight: 800; color: var(--k0); }

.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }

.cal-day-header {
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 0;
  opacity: 0.6;
}

.cal-cell {
  min-height: 58px;
  background: var(--k95);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 5px;
}

.cal-today { border-color: var(--border-accent); background: rgba(243,113,36,.06); }

.cal-num { font-family: var(--font-body); font-size: 0.65rem; font-weight: 700; color: var(--text-muted); margin-bottom: 3px; display: block; opacity: 0.6; }

.today {
  background: var(--orange);
  color: var(--k0);
  width: 18px; height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.cal-post {
  font-family: var(--font-body);
  font-size: 0.52rem;
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 3px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ig-post { background: rgba(225,48,108,.15); color: #E1306C; }
.tw-post { background: rgba(255,255,255,.08); color: var(--k20); }
.li-post { background: rgba(10,102,194,.15);  color: #4D9FE8; }
.fb-post { background: rgba(24,119,242,.15);  color: #4D9FE8; }

/* ── Preview: Analytics ── */
.analytics-preview { padding: 18px; }
.anl-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.anl-header h4 { font-family: var(--font-head); font-size: 0.9rem; font-weight: 800; color: var(--k0); }

.anl-select {
  padding: 5px 10px;
  background: var(--k95);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--text-muted);
  cursor: pointer;
}

.anl-kpis { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-bottom: 14px; }

.anl-kpi {
  background: var(--k95);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 13px;
  position: relative;
}

.anl-kpi-val { font-family: var(--font-head); font-size: 1.25rem; font-weight: 900; color: var(--k0); line-height: 1; margin-bottom: 4px; }
.anl-kpi-lbl { font-family: var(--font-body); font-size: 0.62rem; color: var(--text-muted); opacity: 0.7; }

.anl-kpi-badge {
  position: absolute; top: 10px; right: 10px;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: var(--r-full);
}

.anl-kpi-badge.up   { background: rgba(40,202,65,.15);  color: #28CA41; }
.anl-kpi-badge.down { background: rgba(239,68,68,.15);  color: #F87171; }

.anl-chart { height: 90px; background: var(--k95); border: 1px solid var(--border); border-radius: var(--r-md); padding: 8px; }
.anl-line { width: 100%; height: 100%; }
.anl-line svg { width: 100%; height: 100%; }

/* ── Preview: Ads ── */
.ads-preview { padding: 18px; }
.ads-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.ads-header h4 { font-family: var(--font-head); font-size: 0.9rem; font-weight: 800; color: var(--k0); }

.ads-table { border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; margin-bottom: 10px; }

.ads-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 10px;
  align-items: center;
  padding: 9px 13px;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-body);
  font-size: 0.76rem;
  color: var(--k10);
}

.ads-row:last-child { border-bottom: none; }

.ads-row-head {
  background: var(--k95);
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.7;
}

.ads-badge { font-size: 0.6rem; font-weight: 700; padding: 2px 8px; border-radius: var(--r-full); text-transform: uppercase; }
.ads-badge.active { background: rgba(40,202,65,.15); color: #28CA41; }
.ads-badge.paused { background: rgba(255,189,46,.15); color: #FFBD2E; }

.ads-roas { font-family: var(--font-head); font-weight: 900; font-size: 0.8rem; }
.ads-roas.high { color: #28CA41; }
.ads-roas.med  { color: var(--orange); }
.ads-roas.low  { color: #F87171; }

.ads-insight {
  background: rgba(243,113,36,.08);
  border: 1px solid rgba(243,113,36,.2);
  border-radius: var(--r-md);
  padding: 10px 13px;
  font-family: var(--font-body);
  font-size: 0.73rem;
  color: var(--text-muted);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* ══════════════════════════════════════════════════════
   PRICING
══════════════════════════════════════════════════════ */
.pricing { background: var(--k95); padding: 80px 0; }

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 32px;
  position: relative;
  transition: var(--t);
}

.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }

.pricing-popular {
  border: 2px solid var(--orange);
  box-shadow: 0 0 0 4px rgba(243,113,36,.08), var(--shadow-lg);
}

.popular-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: var(--k0);
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: var(--r-full);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-plan-name {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--k0);
  margin-bottom: 6px;
}

.pricing-plan-desc {
  font-family: var(--font-body);
  font-size: 0.83rem;
  color: var(--text-muted);
  margin-bottom: 22px;
  line-height: 1.5;
}

.pricing-price {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  margin-bottom: 26px;
}

.price-currency { font-family: var(--font-head); font-size: 1.3rem; font-weight: 700; color: var(--text-muted); padding-bottom: 8px; }
.price-amount   { font-family: var(--font-head); font-size: clamp(2.4rem, 6vw, 3.2rem); font-weight: 900; color: var(--k0); line-height: 1; letter-spacing: -0.03em; }
.pricing-popular .price-amount { color: var(--orange); }
.price-period   { font-family: var(--font-body); font-size: 0.82rem; color: var(--text-muted); padding-bottom: 8px; }

.pricing-features { display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; }

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: var(--text-muted);
}

.pf-check { color: #28CA41; font-weight: 700; font-size: 0.88rem; flex-shrink: 0; }
.pf-x     { color: rgba(255,255,255,.2); font-size: 0.88rem; flex-shrink: 0; }
.pf-disabled { opacity: 0.4; }

.pricing-note {
  text-align: center;
  margin-top: 30px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--text-muted);
  opacity: 0.6;
  letter-spacing: 0.03em;
}

/* ══════════════════════════════════════════════════════
   BENEFITS
══════════════════════════════════════════════════════ */
.benefits { background: var(--bg); padding: 80px 0; }

.benefits-inner { display: flex; flex-direction: column; gap: 48px; }

.benefits-content .section-title { text-align: left; }
.benefits-content .section-sub   { margin: 0 0 30px; text-align: left; }

.benefits-list { display: flex; flex-direction: column; gap: 20px; }

.benefit-item { display: flex; align-items: flex-start; gap: 16px; }

.benefit-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: rgba(243,113,36,.1);
  border: 1px solid rgba(243,113,36,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.benefit-item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--k0);
  margin-bottom: 4px;
}

.benefit-item p {
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Benefits visual card */
.benefits-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px;
  box-shadow: var(--shadow-lg);
}

.bc-title {
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--k0);
  margin-bottom: 20px;
}

.bc-chart { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }

.bc-bar-row { display: flex; align-items: center; gap: 10px; }
.bc-bar-row > span:first-child { font-family: var(--font-body); font-size: 0.76rem; color: var(--text-muted); width: 110px; flex-shrink: 0; }
.bc-bar-row > span:last-child  { font-family: var(--font-head); font-size: 0.76rem; font-weight: 900; color: var(--orange); width: 30px; text-align: right; flex-shrink: 0; }

.bc-bar-track { flex: 1; height: 7px; background: rgba(255,255,255,.06); border-radius: var(--r-full); overflow: hidden; }
.bc-bar-fill  { height: 100%; background: linear-gradient(90deg, var(--orange), #FFB347); border-radius: var(--r-full); transition: width 1.4s cubic-bezier(.4,0,.2,1); }

.bc-total { font-family: var(--font-body); font-size: 0.8rem; color: var(--text-muted); padding-top: 16px; border-top: 1px solid var(--border); }
.bc-total strong { color: var(--orange); }

.benefits-badge-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }

.benefit-badge {
  padding: 7px 15px;
  background: rgba(243,113,36,.1);
  border: 1px solid rgba(243,113,36,.2);
  border-radius: var(--r-full);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--orange);
}

/* ══════════════════════════════════════════════════════
   FINAL CTA
══════════════════════════════════════════════════════ */
.final-cta {
  position: relative;
  background: var(--k95);
  border-top: 1px solid var(--border);
  padding: 96px 0;
  text-align: center;
  overflow: hidden;
}

.final-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.final-orb-1 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(243,113,36,.2) 0%, transparent 70%);
  top: -160px; left: 50%;
  transform: translateX(-50%);
  animation: orbFloat 10s ease-in-out infinite;
}

.final-orb-2 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(243,113,36,.12) 0%, transparent 70%);
  bottom: -80px; right: -80px;
  animation: orbFloat 13s ease-in-out infinite reverse;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.final-headline {
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 3.6rem);
  font-weight: 900;
  color: var(--k0);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.final-sub {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 440px;
  line-height: 1.7;
}

.final-trust {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-muted);
  opacity: 0.5;
  letter-spacing: 0.04em;
}

/* ══════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════ */
.footer {
  background: var(--k95);
  border-top: 1px solid var(--border);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 52px;
  padding-bottom: 36px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer-brand { max-width: 260px; }

/* Footer logo should be smaller */
.footer .logo-img { height: 20px; }

.footer-tagline {
  font-family: var(--font-body);
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.social-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.social-link {
  width: 34px; height: 34px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted);
  transition: var(--t);
}

.social-link:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--k0);
  transform: translateY(-2px);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.footer-col { display: flex; flex-direction: column; gap: 9px; }

.footer-col-title {
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--k0);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.footer-col a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-muted);
  opacity: 0.6;
  transition: var(--t);
}

.footer-col a:hover { color: var(--orange); opacity: 1; }

.footer-bottom { border-top: 1px solid var(--border); }

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 18px 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: var(--font-body);
  font-size: 0.76rem;
  color: var(--text-muted);
  opacity: 0.5;
  text-align: center;
}

/* Footer: stronger baseline alignment on mobile */
.footer-brand .logo { align-items: center; }
.footer-col a { line-height: 1.5; }

/* ══════════════════════════════════════════════════════
   MOBILE STICKY CTA
══════════════════════════════════════════════════════ */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 900;
  padding: 12px 20px 20px;
  background: linear-gradient(to top, var(--k95) 55%, transparent);
  transform: translateY(100%);
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}

.mobile-sticky-cta.visible { transform: translateY(0); }

/* ══════════════════════════════════════════════════════
   AUTH MODAL
══════════════════════════════════════════════════════ */
.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.auth-modal.is-open { display: block; }

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(2px);
}

.auth-modal-dialog {
  position: relative;
  width: min(92vw, 420px);
  margin: 12vh auto 0;
  background: var(--bg-card);
  border: 1px solid var(--border-hover);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-xl);
  padding: 24px;
}

.auth-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: var(--r-sm);
  color: var(--text-muted);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  line-height: 1;
  font-size: 1.1rem;
}

/* Invite welcome banner inside auth modal */
.auth-invite-banner {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.35);
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  color: #f97316;
  line-height: 1.5;
}
.auth-invite-banner svg { margin-top: 2px; }

.auth-kicker {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--orange);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.auth-title {
  font-family: var(--font-head);
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.auth-sub {
  font-family: var(--font-body);
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 18px;
}

.auth-google-btn {
  margin-bottom: 14px;
}

.auth-divider {
  position: relative;
  text-align: center;
  margin: 10px 0 14px;
}

.auth-divider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: var(--border);
}

.auth-divider span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 0.72rem;
  color: var(--text-muted);
  background: var(--bg-card);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.auth-form { display: grid; gap: 10px; }

.auth-label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--k10);
}

.auth-input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  background: var(--k95);
  color: var(--k0);
  padding: 11px 12px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.auth-input:focus {
  border-color: var(--orange);
  outline: none;
}

.auth-message {
  margin-top: 12px;
  min-height: 1.25rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--text-muted);
}

.auth-message.is-error { color: #ff7373; }
.auth-message.is-success { color: #6be38e; }

.auth-toggle {
  margin-top: 14px;
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-muted);
}

.auth-toggle-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: var(--font-body);
  font-size: inherit;
  font-weight: 700;
  color: var(--orange);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auth-toggle-link:hover {
  color: var(--orange-hover);
}
