/* ==========================================================================
   MarketFlow AI - Premium B2B SaaS Marketing Agency Landing Page Styles
   ========================================================================== */

:root {
  --primary: #4f46e5;
  --primary-glow: #6366f1;
  --primary-dark: #3730a3;
  --primary-light: #eef2ff;

  --secondary: #0ea5e9;
  --accent-cyan: #06b6d4;
  --accent-emerald: #10b981;
  --accent-amber: #f59e0b;
  --accent-purple: #8b5cf6;

  --dark-bg: #090d16;
  --dark-surface: #111827;
  --dark-surface-2: #1e293b;
  --dark-border: rgba(255, 255, 255, 0.1);

  --bg-light: #f8fafc;
  --card-light: #ffffff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --text-light: #94a3b8;

  --border-light: #e2e8f0;

  --font-heading: 'Plus Jakarta Sans', 'Cairo', sans-serif;
  --font-body: 'Cairo', 'Readex Pro', sans-serif;

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-full: 9999px;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px -4px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 48px -8px rgba(15, 23, 42, 0.14);
  --shadow-glow: 0 0 35px rgba(79, 70, 229, 0.35);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-light);
  color: var(--text-main);
  direction: rtl;
  text-align: right;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ==========================================================================
   Announcement Bar
   ========================================================================== */
.top-announcement {
  background: linear-gradient(90deg, #1e1b4b 0%, #31104b 100%);
  color: #e2e8f0;
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.announcement-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.announcement-text {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.badge-sparkle {
  background: rgba(234, 179, 8, 0.18);
  color: #fbbf24;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.announcement-link {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: transform 0.2s;
}

.announcement-link:hover {
  transform: translateX(-4px);
}

/* ==========================================================================
   Site Header
   ========================================================================== */
.site-header {
  background: rgba(9, 13, 22, 0.85);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--dark-border);
  padding: 1rem 0;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.logo-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.35rem;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4);
}

.brand-name {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.brand-title span {
  color: #38bdf8;
}

.brand-sub {
  font-size: 0.72rem;
  color: #94a3b8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.desktop-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
}

.nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.2s;
}

.nav-link:hover {
  color: #38bdf8;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.btn-outline-nav {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-nav:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

.btn-primary-nav {
  background: var(--primary);
  color: #ffffff;
  padding: 0.55rem 1.25rem;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
  transition: all 0.2s;
}

.btn-primary-nav:hover {
  background: var(--primary-glow);
  transform: translateY(-1px);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  background: radial-gradient(circle at 50% 0%, #171b30 0%, #090d16 80%);
  color: #ffffff;
  padding: 5rem 0 6rem;
  overflow: hidden;
  text-align: center;
}

.hero-bg-glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.25) 0%, rgba(6, 182, 212, 0.08) 50%, transparent 70%);
  pointer-events: none;
  filter: blur(60px);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(79, 70, 229, 0.15);
  border: 1px solid rgba(79, 70, 229, 0.4);
  color: #818cf8;
  padding: 0.45rem 1.15rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -1px;
  max-width: 960px;
  margin: 0 auto 1.5rem;
}

.text-gradient {
  background: linear-gradient(135deg, #38bdf8 0%, #818cf8 50%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 1.15rem;
  color: #94a3b8;
  max-width: 760px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.btn-primary-hero {
  background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
  color: #ffffff;
  padding: 0.95rem 2.2rem;
  border-radius: var(--radius-sm);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.45);
  transition: all 0.25s;
}

.btn-primary-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.6);
}

.btn-secondary-hero {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 0.95rem 2rem;
  border-radius: var(--radius-sm);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.2s;
}

.btn-secondary-hero:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}

/* Hero Stats Grid */
.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto 4rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
}

.stat-item h3 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #38bdf8;
  margin-bottom: 0.2rem;
}

.stat-item p {
  font-size: 0.85rem;
  color: #94a3b8;
  font-weight: 600;
}

/* Live Mockup Box */
.hero-mockup-wrapper {
  max-width: 1040px;
  margin: 0 auto;
}

.mockup-frame {
  background: var(--dark-surface);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-align: right;
}

.mockup-header-bar {
  background: #0f172a;
  padding: 0.8rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mockup-dots {
  display: flex;
  gap: 6px;
}

.mockup-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #334155;
}

.mockup-dots span:nth-child(1) { background: #ef4444; }
.mockup-dots span:nth-child(2) { background: #f59e0b; }
.mockup-dots span:nth-child(3) { background: #10b981; }

.mockup-url-bar {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 0.35rem 1rem;
  font-size: 0.76rem;
  color: #94a3b8;
  font-family: monospace;
  direction: ltr;
}

.mockup-tag {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
}

.mockup-content-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.5rem;
  padding: 1.8rem;
  background: #0b0f19;
}

@media (max-width: 868px) {
  .mockup-content-grid {
    grid-template-columns: 1fr;
  }
}

.mockup-chat-preview {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mockup-lead-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.8rem;
}

.lead-avatar {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #1e293b;
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.source-pill {
  display: block;
  font-size: 0.72rem;
  color: #ec4899;
  font-weight: 600;
}

.mockup-chat-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.chat-pill {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.84rem;
  max-width: 85%;
  line-height: 1.5;
}

.chat-pill.agency {
  background: #1e293b;
  color: #e2e8f0;
  align-self: flex-start;
}

.chat-pill.user {
  background: #0284c7;
  color: #ffffff;
  align-self: flex-end;
}

.chat-pill.ai {
  background: rgba(79, 70, 229, 0.2);
  border: 1px solid rgba(79, 70, 229, 0.4);
  color: #ffffff;
  align-self: flex-start;
}

.ai-tag {
  font-size: 0.72rem;
  color: #818cf8;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.mockup-kpi-preview {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mini-kpi {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 1.2rem;
}

.mini-kpi span {
  display: block;
  font-size: 0.82rem;
  color: #94a3b8;
  font-weight: 600;
}

.mini-kpi strong {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
  margin: 0.2rem 0;
}

.trend.positive {
  color: #10b981;
  font-size: 0.74rem;
  font-weight: 700;
}

.status-live {
  color: #38bdf8;
  font-size: 0.74rem;
  font-weight: 700;
}

.mini-kpi.highlight {
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.15) 0%, rgba(6, 182, 212, 0.15) 100%);
  border-color: rgba(79, 70, 229, 0.3);
}

.mini-action {
  margin-top: auto;
}

.mini-action .btn {
  width: 100%;
  padding: 0.8rem;
}

/* ==========================================================================
   Sections Headings
   ========================================================================== */
.section-head {
  max-width: 750px;
  margin: 0 auto 3.5rem;
}

.text-center {
  text-align: center;
}

.section-tag {
  display: inline-block;
  background: rgba(79, 70, 229, 0.1);
  color: var(--primary);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.8rem;
  letter-spacing: 0.5px;
}

.section-head h2 {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.3;
  margin-bottom: 0.8rem;
}

.section-head p {
  font-size: 1.05rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Comparison Section
   ========================================================================== */
.section-comparison {
  padding: 5.5rem 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1020px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .comparison-grid {
    grid-template-columns: 1fr;
  }
}

.comp-card {
  border-radius: var(--radius-md);
  padding: 2.4rem;
  position: relative;
}

.comp-card.old-way {
  background: #f8fafc;
  border: 1px solid var(--border-light);
}

.comp-card.new-way {
  background: #ffffff;
  border: 2px solid var(--primary);
  box-shadow: 0 12px 36px rgba(79, 70, 229, 0.15);
}

.comp-badge {
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--primary);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-full);
}

.comp-icon {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}

.old-way .comp-icon { color: #ef4444; }
.new-way .comp-icon { color: var(--accent-emerald); }

.comp-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 1.4rem;
}

.comp-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.comp-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.old-way li i {
  color: #ef4444;
  margin-top: 0.25rem;
}

.new-way li i {
  color: var(--accent-emerald);
  margin-top: 0.25rem;
}

/* ==========================================================================
   Features Grid
   ========================================================================== */
.section-features {
  padding: 6rem 0;
  background: var(--bg-light);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.8rem;
}

.feature-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 2.2rem;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: all 0.25s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: #cbd5e1;
}

.feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}

.icon-cyan { background: rgba(6, 182, 212, 0.12); color: #0891b2; }
.icon-indigo { background: rgba(79, 70, 229, 0.12); color: #4f46e5; }
.icon-emerald { background: rgba(16, 185, 129, 0.12); color: #059669; }
.icon-amber { background: rgba(245, 158, 11, 0.12); color: #d97706; }
.icon-rose { background: rgba(244, 63, 94, 0.12); color: #e11d48; }
.icon-purple { background: rgba(139, 92, 246, 0.12); color: #7c3aed; }

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.6rem;
}

.feature-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   Playbooks Section
   ========================================================================== */
.section-playbooks {
  padding: 6rem 0;
  background: #ffffff;
}

.playbooks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.6rem;
}

.playbook-card {
  background: #f8fafc;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 2rem;
  transition: all 0.2s;
}

.playbook-card:hover {
  background: #ffffff;
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.playbook-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.playbook-header i {
  font-size: 1.4rem;
  color: var(--primary);
}

.playbook-header h4 {
  font-size: 1.15rem;
  font-weight: 800;
}

.playbook-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   How It Works
   ========================================================================== */
.section-how {
  padding: 6rem 0;
  background: var(--bg-light);
}

.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 820px) {
  .steps-row {
    grid-template-columns: 1fr;
  }
}

.step-box {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 2.2rem;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.step-number {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--primary);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
}

.step-box h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.step-box p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.section-pricing {
  padding: 6rem 0;
  background: #ffffff;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}

@media (max-width: 992px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.price-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.25s;
}

.price-card.featured {
  border: 2px solid var(--primary);
  box-shadow: 0 15px 40px rgba(79, 70, 229, 0.18);
  transform: scale(1.03);
  z-index: 10;
}

.popular-ribbon {
  position: absolute;
  top: -14px;
  right: 24px;
  background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-full);
}

.plan-header h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.plan-header p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.price-val {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 1.8rem;
}

.price-val .amount {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text-main);
}

.price-val .currency {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-muted);
}

.price-val .period {
  font-size: 0.85rem;
  color: var(--text-light);
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 2.2rem;
  flex: 1;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-main);
}

.plan-features li i {
  color: var(--accent-emerald);
  font-size: 0.85rem;
}

.btn-primary-price {
  background: var(--primary);
  color: #ffffff;
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-primary-price:hover {
  background: var(--primary-dark);
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4);
}

.btn-outline-price {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-price:hover {
  background: var(--primary-light);
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.section-faq {
  padding: 6rem 0;
  background: var(--bg-light);
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.faq-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 1.8rem;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}

.faq-item h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.6rem;
}

.faq-item p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   Final CTA
   ========================================================================== */
.section-final-cta {
  padding: 6rem 0;
  background: radial-gradient(circle at 50% 50%, #1e1b4b 0%, #090d16 100%);
  color: #ffffff;
}

.section-final-cta h2 {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.section-final-cta p {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 680px;
  margin: 0 auto 2.5rem;
}

.final-cta-btns {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: #090d16;
  color: #94a3b8;
  border-top: 1px solid var(--dark-border);
  padding: 4.5rem 0 1.5rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 1rem;
  max-width: 360px;
}

.footer-links h4,
.footer-contact h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.footer-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #38bdf8;
}

.footer-contact p {
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.8rem;
  font-size: 0.85rem;
  color: #64748b;
}

/* ==========================================================================
   Responsive Utilities
   ========================================================================== */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.4rem;
  }
  .desktop-nav {
    display: none;
  }
}
