/* ═══════════════════════════════════════════════════════════════
   prom.css — Feuille de style principale du front public
   Plateforme Prom — Gestion des ventes immobilières
   Design : Luxury Minimal SaaS 2026
═══════════════════════════════════════════════════════════════ */

/* ────────────────────────────────────────────
   1. DESIGN TOKENS (CSS Variables)
──────────────────────────────────────────── */
:root {
  /* Palette principale */
  --prom-900:        #0a0f1e;
  --prom-800:        #111827;
  --prom-700:        #1c2438;
  --prom-600:        #243049;
  --prom-500:        #2e3f60;
  --prom-accent:     #2563eb;
  --prom-accent-h:   #1d4ed8;
  --prom-accent-lt:  #dbeafe;
  --prom-gold:       #c9a84c;
  --prom-gold-lt:    #fef3c7;

  /* Neutres */
  --gray-50:         #f8fafc;
  --gray-100:        #f1f5f9;
  --gray-200:        #e2e8f0;
  --gray-300:        #cbd5e1;
  --gray-400:        #94a3b8;
  --gray-500:        #64748b;
  --gray-600:        #475569;
  --gray-700:        #334155;
  --gray-800:        #1e293b;
  --gray-900:        #0f172a;

  /* Sémantique */
  --color-success:   #10b981;
  --color-warning:   #f59e0b;
  --color-danger:    #ef4444;

  /* Typography */
  --font-display:    sans-serif;
  --font-body:       'DM Sans', sans-serif;

  /* Spacing */
  --section-py:      6rem;
  --section-py-sm:   4rem;

  /* Radius */
  --radius-sm:       0.5rem;
  --radius-md:       0.875rem;
  --radius-lg:       1.25rem;
  --radius-xl:       1.75rem;
  --radius-2xl:      2.5rem;

  /* Shadows */
  --shadow-sm:       0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md:       0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);
  --shadow-lg:       0 10px 40px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.06);
  --shadow-xl:       0 20px 60px rgba(0,0,0,.16);
  --shadow-prom:     0 8px 32px rgba(37,99,235,.2);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 250ms cubic-bezier(.4,0,.2,1);
  --transition-slow: 400ms cubic-bezier(.4,0,.2,1);
}

/* ────────────────────────────────────────────
   2. RESET & BASE
──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--gray-700);
  background-color: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  color: var(--gray-900);
}

a {
  color: var(--prom-accent);
  text-decoration: none;
  transition: color var(--transition-fast);
}
a:hover { color: var(--prom-accent-h); }

address { font-style: normal; }

img { max-width: 100%; display: block; }

.section-padding       { padding-top: var(--section-py);    padding-bottom: var(--section-py); }
.section-padding--sm   { padding-top: var(--section-py-sm); padding-bottom: var(--section-py-sm); }

/* ────────────────────────────────────────────
   3. TYPOGRAPHY UTILITIES
──────────────────────────────────────────── */
.section-label {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.section-label span {
  display: inline-block;
  font-family: var(--font-display);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--prom-accent);
  background: var(--prom-accent-lt);
  padding: .3rem .9rem;
  border-radius: 99px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1.15;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray-500);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.text-gradient {
  background: linear-gradient(135deg, var(--prom-accent) 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-underline-accent {
  position: relative;
  display: inline-block;
}
.text-underline-accent::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 4px;
  background: linear-gradient(90deg, var(--prom-accent), var(--prom-gold));
  border-radius: 99px;
}

.text-prom { color: var(--prom-accent) !important; }

/* ────────────────────────────────────────────
   4. BUTTONS
──────────────────────────────────────────── */
.btn {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: .01em;
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  border: 2px solid transparent;
}

/* Primary */
.btn-prom-primary {
  background: var(--prom-accent);
  color: #fff;
  border-color: var(--prom-accent);
  box-shadow: var(--shadow-prom);
}
.btn-prom-primary:hover {
  background: var(--prom-accent-h);
  border-color: var(--prom-accent-h);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(37,99,235,.32);
}

/* Ghost (dark bg) */
.btn-prom-ghost {
  background: rgba(255,255,255,.08);
  color: var(--gray-700);
  border-color: var(--gray-200);
}
.btn-prom-ghost:hover {
  background: var(--gray-100);
  color: var(--gray-900);
  transform: translateY(-2px);
}

/* Outline */
.btn-prom-outline {
  background: transparent;
  color: var(--prom-accent);
  border-color: var(--prom-accent);
}
.btn-prom-outline:hover {
  background: var(--prom-accent);
  color: #fff;
  transform: translateY(-2px);
}

/* Navbar ghost */
.btn-ghost-nav {
  background: transparent;
  color: var(--gray-600);
  border-color: transparent;
  padding: .45rem 1rem;
  font-size: .9rem;
}
.btn-ghost-nav:hover { color: var(--prom-accent); background: var(--gray-100); }

/* Navbar CTA */
.btn-prom-nav {
  background: var(--prom-accent);
  color: #fff;
  border-color: var(--prom-accent);
  padding: .45rem 1.1rem;
  font-size: .875rem;
}
.btn-prom-nav:hover {
  background: var(--prom-accent-h);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: var(--shadow-prom);
}

/* Footer */
.btn-prom-footer {
  background: var(--prom-accent);
  color: #fff;
  border: none;
  font-size: .875rem;
  padding: .5rem 1rem;
  border-radius: var(--radius-sm);
}
.btn-prom-footer:hover { background: var(--prom-accent-h); color: #fff; }

/* CTA section */
.btn-prom-cta-primary {
  background: #fff;
  color: var(--prom-accent);
  border-color: #fff;
  font-size: 1rem;
}
.btn-prom-cta-primary:hover {
  background: var(--gray-50);
  color: var(--prom-accent-h);
  transform: translateY(-2px);
}
.btn-prom-cta-ghost {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.4);
  font-size: 1rem;
}
.btn-prom-cta-ghost:hover {
  background: rgba(255,255,255,.22);
  color: #fff;
  transform: translateY(-2px);
}

/* ────────────────────────────────────────────
   5. NAVBAR
──────────────────────────────────────────── */
.prom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all var(--transition-base);
}

#mainNavbar {
  padding: 1.1rem 0;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: all var(--transition-base);
}

.prom-header.scrolled #mainNavbar {
  padding: .7rem 0;
  background: rgba(255,255,255,.97);
  border-bottom-color: var(--gray-100);
  box-shadow: var(--shadow-md);
}

/* Brand */
.prom-brand {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--gray-900) !important;
  text-decoration: none;
}
.prom-brand:hover { color: var(--prom-accent) !important; }

.brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--prom-accent);
  color: #fff;
  border-radius: var(--radius-sm);
  font-size: 1rem;
}

.brand-badge {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--prom-gold-lt);
  color: var(--prom-gold);
  padding: .15rem .4rem;
  border-radius: 99px;
  align-self: flex-start;
  margin-top: 2px;
}

/* Nav links */
.prom-nav-link {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .9rem;
  color: var(--gray-600) !important;
  padding: .4rem .75rem !important;
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  position: relative;
}
.prom-nav-link:hover,
.prom-nav-link.active {
  color: var(--prom-accent) !important;
  background: var(--prom-accent-lt);
}

/* Hamburger custom */
.prom-toggler {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: .5rem;
  border: none;
  background: transparent;
  cursor: pointer;
}
.toggler-line {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gray-700);
  border-radius: 99px;
  transition: all var(--transition-base);
}

/* ────────────────────────────────────────────
   6. HERO SECTION
──────────────────────────────────────────── */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 4rem;
  overflow: hidden;
  background: linear-gradient(160deg, #f8faff 0%, #eef2ff 50%, #f8faff 100%);
}

.hero-bg-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .35;
}
.hero-orb--1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #bfdbfe, #818cf8);
  top: -200px;
  right: -100px;
}
.hero-orb--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #c9a84c44, #2563eb33);
  bottom: -100px;
  left: -100px;
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 60% 40%, rgba(0,0,0,.6) 0%, transparent 70%);
}

.hero-container { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 99px;
  padding: .35rem .9rem .35rem .6rem;
  font-size: .8rem;
  font-weight: 600;
  color: var(--gray-600);
  box-shadow: var(--shadow-sm);
}
.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--color-success);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(16,185,129,.2);
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(16,185,129,.2); }
  50%       { box-shadow: 0 0 0 6px rgba(16,185,129,.1); }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--gray-900);
}

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--gray-500);
  max-width: 480px;
  line-height: 1.8;
}

.hero-trust { border-top: 1px solid var(--gray-200); padding-top: 1.5rem; }
.trust-label { font-size: .75rem; color: var(--gray-400); font-weight: 500; margin-bottom: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.trust-logo-item { font-family: var(--font-display); font-weight: 700; font-size: .85rem; color: var(--gray-400); }
.trust-separator { color: var(--gray-300); }

/* Dashboard Mockup */
.hero-visual { position: relative; }

.dashboard-mockup {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl), 0 0 0 1px rgba(0,0,0,.05);
  overflow: hidden;
}

.mockup-header {
  background: var(--gray-800);
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mockup-dots {
  display: flex;
  gap: .4rem;
}
.mockup-dots span {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--gray-600);
}
.mockup-dots span:nth-child(1) { background: #ef4444; }
.mockup-dots span:nth-child(2) { background: #f59e0b; }
.mockup-dots span:nth-child(3) { background: #22c55e; }

.mockup-title-bar {
  font-size: .75rem;
  color: var(--gray-400);
  font-family: var(--font-display);
}

.mockup-body { padding: 1.25rem; }

.mockup-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}

.mockup-stat-card {
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  padding: .875rem;
}
.msc-label { font-size: .68rem; color: var(--gray-400); font-weight: 500; margin-bottom: .35rem; }
.msc-value { font-family: var(--font-display); font-size: 1.3rem; font-weight: 800; color: var(--gray-900); line-height: 1; }
.msc-trend { font-size: .7rem; margin-top: .3rem; }
.msc-trend.up { color: var(--color-success); }

.mockup-section-title {
  font-size: .72rem;
  font-weight: 600;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .6rem;
}

.mockup-project-row {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .5rem;
}
.mpr-name { font-size: .72rem; color: var(--gray-600); white-space: nowrap; min-width: 110px; }
.mpr-bar {
  flex: 1;
  height: 6px;
  background: var(--gray-100);
  border-radius: 99px;
  overflow: hidden;
}
.mpr-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--prom-accent), #818cf8);
  border-radius: 99px;
  transition: width 1s ease;
}
.mpr-pct { font-size: .7rem; color: var(--gray-400); min-width: 30px; text-align: right; }

.mockup-chart-area { border-top: 1px solid var(--gray-100); padding-top: .875rem; }
.mockup-bars {
  height: 60px;
  gap: .4rem;
}
.mockup-bar {
  flex: 1;
  background: var(--gray-100);
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: background var(--transition-base);
}
.mockup-bar span {
  font-size: .6rem;
  color: var(--gray-400);
  position: absolute;
  bottom: -16px;
  white-space: nowrap;
}
.mockup-bar.active {
  background: linear-gradient(180deg, var(--prom-accent), #7c3aed);
}
.mockup-bar:hover { opacity: .85; }

/* Floating cards */
.floating-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: .75rem 1rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: .75rem;
  z-index: 10;
  animation: float 4s ease-in-out infinite;
}
.floating-card i { font-size: 1.3rem; }
.floating-card strong { display: block; font-size: .82rem; font-family: var(--font-display); color: var(--gray-900); }
.floating-card small { font-size: .7rem; color: var(--gray-400); }

.fc-top-right { top: -20px; right: -20px; }
.fc-bottom-left { bottom: 30px; left: -30px; animation-delay: 2s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

/* ────────────────────────────────────────────
   7. PRÉSENTATION — CARDS
──────────────────────────────────────────── */
.pres-card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl);
  padding: 2rem;
  height: 100%;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}
.pres-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--prom-accent), #7c3aed);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-slow);
}
.pres-card:hover {
  border-color: var(--gray-200);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.pres-card:hover::before { transform: scaleX(1); }

.pres-card--featured {
  background: linear-gradient(135deg, #f0f4ff 0%, #faf5ff 100%);
  border-color: rgba(37,99,235,.15);
}

.pres-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--prom-accent-lt);
  color: var(--prom-accent);
  border-radius: var(--radius-md);
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.pres-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: .6rem;
}
.pres-card-text { font-size: .9rem; color: var(--gray-500); line-height: 1.7; margin: 0; }

.pres-card-chip {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  background: var(--prom-accent);
  color: #fff;
  padding: .2rem .6rem;
  border-radius: 99px;
  margin-top: 1rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* ────────────────────────────────────────────
   8. FEATURES SECTION
──────────────────────────────────────────── */
.bg-features { background: var(--gray-50); }

.feature-visual {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.fv-inner { padding: 1.5rem; }

.fv-table-header,
.fv-table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: .5rem;
  padding: .65rem .5rem;
  align-items: center;
}
.fv-table-header {
  font-size: .7rem;
  font-weight: 600;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 1px solid var(--gray-100);
}
.fv-table-row {
  font-size: .82rem;
  color: var(--gray-700);
  border-bottom: 1px solid var(--gray-50);
  transition: background var(--transition-fast);
}
.fv-table-row:hover { background: var(--gray-50); }
.fv-row--highlight { background: var(--prom-accent-lt); }

.status-badge {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  padding: .2rem .6rem;
  border-radius: 99px;
}
.status--disponible  { background: #dcfce7; color: #166534; }
.status--reserve     { background: #fef3c7; color: #92400e; }
.status--signe       { background: #dbeafe; color: #1e40af; }
.status--chaud       { background: #fee2e2; color: #991b1b; }

/* CRM visual */
.fv-prospect-card {
  display: flex;
  align-items: center;
  gap: .875rem;
  padding: .75rem;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  margin-bottom: .5rem;
  background: #fff;
  transition: all var(--transition-fast);
}
.fv-prospect-card:hover { border-color: var(--gray-200); box-shadow: var(--shadow-sm); }
.fv-prospect--active { border-color: var(--prom-accent); background: var(--prom-accent-lt); }

.fv-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--prom-accent), #7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 700;
  flex-shrink: 0;
}
.fv-prospect-info { flex: 1; min-width: 0; }
.fv-prospect-info strong { display: block; font-size: .85rem; color: var(--gray-900); }
.fv-prospect-info small  { font-size: .72rem; color: var(--gray-400); }

.fv-timeline { border-top: 1px solid var(--gray-100); padding-top: .75rem; }
.fvt-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  color: var(--gray-500);
  padding: .3rem 0;
}
.fvt-item i { color: var(--prom-accent); font-size: .85rem; }

/* Feature content */
.feature-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--prom-accent);
  background: var(--prom-accent-lt);
  padding: .25rem .75rem;
  border-radius: 99px;
}
.feature-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--gray-900);
}
.feature-text { font-size: .95rem; color: var(--gray-500); line-height: 1.8; }

.feature-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.feature-checklist li {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .9rem;
  color: var(--gray-700);
}
.feature-checklist li i { color: var(--color-success); font-size: 1.1rem; }

/* ────────────────────────────────────────────
   9. STATS SECTION
──────────────────────────────────────────── */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

.stat-item {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}
.stat-item::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--prom-accent), #7c3aed);
  transform: scaleX(0);
  transition: transform var(--transition-slow);
}
.stat-item:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.stat-item:hover::before { transform: scaleX(1); }

.stat-item--featured {
  background: linear-gradient(135deg, var(--prom-accent), #7c3aed);
  border-color: transparent;
}
.stat-item--featured .stat-number,
.stat-item--featured .stat-suffix,
.stat-item--featured .stat-label { color: #fff !important; }

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--gray-900);
  display: inline;
  line-height: 1;
}
.stat-suffix {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--prom-accent);
  display: inline;
}
.stat-label {
  font-size: .85rem;
  color: var(--gray-500);
  margin-top: .5rem;
  font-weight: 500;
}

/* Testimonial */
.testimonial-card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl);
  padding: 2.5rem 3rem;
  box-shadow: var(--shadow-md);
  text-align: center;
  position: relative;
}
.testimonial-quote {
  font-size: 2.5rem;
  color: var(--prom-accent);
  opacity: .3;
  line-height: 1;
  margin-bottom: 1rem;
}
.testimonial-text {
  font-size: 1.1rem;
  color: var(--gray-700);
  font-style: italic;
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto;
}
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--prom-accent), #7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
}
.testimonial-meta strong { display: block; font-size: .9rem; color: var(--gray-900); text-align: left; }
.testimonial-meta small  { font-size: .78rem; color: var(--gray-400); }

/* ────────────────────────────────────────────
   10. CTA SECTION
──────────────────────────────────────────── */
.cta-section {
  background: linear-gradient(135deg, var(--prom-900) 0%, #1e3a8a 50%, #312e81 100%);
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}

.cta-bg-decoration { position: absolute; inset: 0; pointer-events: none; }
.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .2;
}
.cta-orb--1 { width: 600px; height: 600px; background: #818cf8; top: -200px; right: -100px; }
.cta-orb--2 { width: 400px; height: 400px; background: var(--prom-gold); bottom: -100px; left: -100px; }

.cta-inner { position: relative; z-index: 1; }

.cta-eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}
.cta-text {
  font-size: 1rem;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
}
.cta-reassurance {
  font-size: .85rem;
  color: rgba(255,255,255,.5);
}
.cta-reassurance i { color: rgba(255,255,255,.7); }

/* ────────────────────────────────────────────
   11. FOOTER
──────────────────────────────────────────── */
.prom-footer {
  background: var(--gray-900);
  color: var(--gray-400);
}

.footer-top { padding: 5rem 0 3.5rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 1.5rem 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 1rem;
}
.footer-brand .brand-icon { background: var(--prom-accent); }
.footer-brand .brand-name { color: #fff; }

.footer-tagline { font-size: .9rem; color: var(--gray-400); line-height: 1.7; max-width: 280px; }

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.07);
  color: var(--gray-400);
  border-radius: var(--radius-sm);
  font-size: .95rem;
  transition: all var(--transition-base);
}
.social-link:hover { background: var(--prom-accent); color: #fff; }

.footer-heading {
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  margin-bottom: 1.25rem;
}

.footer-links li { margin-bottom: .6rem; }
.footer-links a {
  font-size: .88rem;
  color: var(--gray-400);
  transition: color var(--transition-fast);
}
.footer-links a:hover { color: #fff; }

.footer-newsletter-text { font-size: .85rem; color: var(--gray-500); }

.footer-input {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: .85rem;
  border-radius: var(--radius-sm);
  padding: .55rem .875rem;
}
.footer-input::placeholder { color: var(--gray-500); }
.footer-input:focus {
  background: rgba(255,255,255,.1);
  border-color: var(--prom-accent);
  color: #fff;
  box-shadow: none;
  outline: none;
}

.footer-copy { font-size: .82rem; color: var(--gray-500); }

.footer-legal a {
  font-size: .82rem;
  color: var(--gray-500);
  transition: color var(--transition-fast);
}
.footer-legal a:hover { color: var(--gray-300); }

/* ────────────────────────────────────────────
   12. CONTACT PAGE
──────────────────────────────────────────── */
.contact-hero { padding-top: 8rem; }

.contact-form-card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
}
.contact-form-title { font-size: 1.5rem; font-weight: 800; color: var(--gray-900); }
.contact-form-subtitle { font-size: .9rem; color: var(--gray-400); margin: .3rem 0 0; }

.prom-label {
  font-size: .82rem;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: .4rem;
}

.prom-input {
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: .65rem 1rem;
  font-size: .9rem;
  color: var(--gray-900);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  background: #fff;
}
.prom-input:focus {
  border-color: var(--prom-accent);
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
  outline: none;
}
.prom-input::placeholder { color: var(--gray-300); }
.prom-textarea { resize: vertical; min-height: 130px; }

.prom-check .form-check-input:checked { background-color: var(--prom-accent); border-color: var(--prom-accent); }
.prom-check-label { font-size: .82rem; color: var(--gray-500); }
.prom-check-label a { color: var(--prom-accent); }

/* Contact info cards */
.contact-info-stack { display: flex; flex-direction: column; gap: 1rem; }

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  transition: all var(--transition-base);
}
.contact-info-card:hover { border-color: var(--gray-200); box-shadow: var(--shadow-md); }

.cic-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--prom-accent-lt);
  color: var(--prom-accent);
  border-radius: var(--radius-md);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.cic-content h5 { font-size: .95rem; font-weight: 700; color: var(--gray-900); margin: 0 0 .25rem; }
.cic-content a { font-size: .9rem; color: var(--prom-accent); display: block; margin-bottom: .2rem; }
.cic-content small { font-size: .78rem; color: var(--gray-400); }
.cic-content address { font-size: .9rem; color: var(--gray-500); margin: 0; }

.contact-demo-cta {
  background: linear-gradient(135deg, #f0f4ff, #faf5ff);
  border: 1px solid rgba(37,99,235,.15);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}
.contact-demo-cta .demo-cta-inner { display: flex; gap: 1rem; align-items: flex-start; }
.demo-cta-icon { font-size: 1.8rem; color: var(--prom-accent); margin-top: .2rem; flex-shrink: 0; }
.contact-demo-cta h5 { font-size: .95rem; font-weight: 700; color: var(--gray-900); margin: 0 0 .4rem; }
.contact-demo-cta p { font-size: .85rem; color: var(--gray-500); margin: 0; line-height: 1.6; }

/* Success state */
.contact-success {
  text-align: center;
  padding: 2rem;
}
.success-icon { font-size: 3rem; color: var(--color-success); margin-bottom: 1rem; }
.contact-success h3 { font-size: 1.4rem; color: var(--gray-900); margin-bottom: .5rem; }
.contact-success p { color: var(--gray-500); font-size: .9rem; }

/* ────────────────────────────────────────────
   13. ANIMATIONS & UTILITIES
──────────────────────────────────────────── */
[data-aos] { transition-property: transform, opacity !important; }

/* Scroll reveal helper for stats */
.stats-animated .stat-number { transition: none; }

/* ────────────────────────────────────────────
   14. RESPONSIVE
──────────────────────────────────────────── */
@media (max-width: 991px) {
  .hero-section { min-height: auto; padding-top: 120px; padding-bottom: 4rem; }
  .hero-visual { margin-top: 2rem; }
  .fc-top-right { top: -10px; right: -5px; }
  .fc-bottom-left { bottom: 10px; left: -10px; }
  .testimonial-card { padding: 1.75rem 1.5rem; }
  .navbar-collapse {
    background: rgba(255,255,255,.98);
    border-radius: var(--radius-lg);
    padding: 1rem;
    margin-top: .5rem;
    box-shadow: var(--shadow-lg);
  }
  .navbar-actions { margin-top: .75rem; flex-direction: column; width: 100%; }
  .navbar-actions .btn { width: 100%; text-align: center; }
}

@media (max-width: 767px) {
  :root { --section-py: 4rem; }
  .mockup-stats-row { grid-template-columns: repeat(3, 1fr); }
  .hero-title { font-size: 2rem; }
  .cta-section { padding: 5rem 0; }
  .contact-demo-cta .demo-cta-inner { flex-direction: column; }
  .contact-form-card { padding: 1.5rem; }
  .fv-table-header,
  .fv-table-row { grid-template-columns: 2fr 1fr 1.2fr; }
  .fv-table-header span:nth-child(2),
  .fv-table-row span:nth-child(2) { display: none; }
}

@media (max-width: 480px) {
  .floating-card { display: none; }
  .trust-logo-item:nth-child(n+4) { display: none; }
  .footer-top { padding: 3rem 0 2rem; }
}