/* ═══════════════════════════════════════════════════════════════
   PROPCURE DIAGNOSTICS — PREMIUM CSS v2.0
   Design System: Navy × Gold | Glassmorphism | Micro-animations
═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* ─── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  --navy-950: #03102e;
  --navy-900: #071a4b;
  --navy-800: #0a2463;
  --navy-700: #0d2d7a;
  --navy-600: #1e3a8a;
  --navy-400: #3b5bdb;
  --navy-200: #a5b4fc;

  --gold-500: #d4a017;
  --gold-400: #e6b830;
  --gold-300: #f0c84a;
  --gold-100: #fef9e7;

  --surface-0: #ffffff;
  --surface-1: #f8fafc;
  --surface-2: #f1f5f9;
  --surface-3: #e2e8f0;

  --text-900: #0f172a;
  --text-700: #1e293b;
  --text-500: #475569;
  --text-400: #64748b;
  --text-200: #94a3b8;

  --success: #16a34a;
  --wa-green: #25d366;

  --glass-bg: rgba(255,255,255,0.07);
  --glass-border: rgba(255,255,255,0.15);
  --glass-shadow: 0 8px 32px rgba(0,0,0,0.3);

  --shadow-xs: 0 1px 3px rgba(10,36,99,0.06);
  --shadow-sm: 0 4px 16px rgba(10,36,99,0.08);
  --shadow-md: 0 8px 32px rgba(10,36,99,0.12);
  --shadow-lg: 0 20px 60px rgba(10,36,99,0.16);
  --shadow-xl: 0 32px 80px rgba(10,36,99,0.22);
  --shadow-gold: 0 8px 32px rgba(212,160,23,0.35);
  --shadow-gold-lg: 0 16px 48px rgba(212,160,23,0.45);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-2xl: 40px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ─── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; text-size-adjust: 100%; }
body {
  font-family: 'Inter', 'Space Grotesk', sans-serif;
  color: var(--text-700);
  background: var(--surface-0);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; outline: none; }
input, select, textarea { font-family: inherit; }

/* ─── LAYOUT ─────────────────────────────────────────────────── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.section-pad { padding: 100px 0; }
.section-pad-sm { padding: 64px 0; }

/* ─── SCROLL REVEAL ANIMATIONS ──────────────────────────────── */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal-left.revealed { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(50px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal-right.revealed { opacity: 1; transform: translateX(0); }
.reveal-scale { opacity: 0; transform: scale(0.92); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal-scale.revealed { opacity: 1; transform: scale(1); }
.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }
.delay-4 { transition-delay: 0.4s !important; }
.delay-5 { transition-delay: 0.5s !important; }
.delay-6 { transition-delay: 0.6s !important; }

/* ─── TYPOGRAPHY ─────────────────────────────────────────────── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 18px;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  border-radius: 2px;
}

.heading-xl {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--navy-800);
}
.heading-lg {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--navy-800);
}
.heading-md {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy-800);
}
.heading-sm {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy-800);
  line-height: 1.3;
}

.text-gold { color: var(--gold-500); }
.text-white { color: white; }
.text-light { color: var(--text-400); }
.text-center { text-align: center; }

.lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-500);
  max-width: 640px;
}

/* ─── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 50px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: all 0.35s var(--ease-out);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0;
  transition: opacity 0.2s;
}
.btn:hover::after { opacity: 0.08; }
.btn:active { transform: scale(0.97); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-500) 0%, var(--gold-300) 100%);
  color: var(--navy-900);
  box-shadow: var(--shadow-gold);
  font-weight: 700;
}
.btn-gold:hover { box-shadow: var(--shadow-gold-lg); transform: translateY(-3px); }

.btn-navy {
  background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-600) 100%);
  color: white;
  box-shadow: var(--shadow-md);
}
.btn-navy:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }

.btn-glass {
  background: var(--glass-bg);
  border: 1.5px solid var(--glass-border);
  color: white;
  backdrop-filter: blur(10px);
}
.btn-glass:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.4); transform: translateY(-2px); }

.btn-outline-gold {
  background: transparent;
  border: 2px solid var(--gold-500);
  color: var(--gold-500);
}
.btn-outline-gold:hover { background: var(--gold-500); color: var(--navy-900); transform: translateY(-2px); }

.btn-sm { padding: 11px 24px; font-size: 0.85rem; }
.btn-lg { padding: 18px 40px; font-size: 1rem; }
.btn-icon { width: 48px; height: 48px; padding: 0; border-radius: 50%; justify-content: center; }

/* ─── HEADER ─────────────────────────────────────────────────── */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: all 0.4s var(--ease-out);
}

.topbar {
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  max-height: 40px;
  transition: max-height 0.4s var(--ease-out);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  gap: 16px;
}
.topbar-contact {
  display: flex;
  gap: 24px;
  align-items: center;
}
.topbar-contact a {
  color: rgba(255,255,255,0.65);
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.topbar-contact a i { color: var(--gold-400); font-size: 0.72rem; }
.topbar-contact a:hover { color: var(--gold-300); }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-social { display: flex; gap: 12px; }
.topbar-social a {
  color: rgba(255,255,255,0.5);
  font-size: 0.82rem;
  transition: color 0.2s;
}
.topbar-social a:hover { color: var(--gold-400); }
.topbar-badge {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  color: var(--navy-900);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 50px;
  animation: pulse-badge 3s ease-in-out infinite;
}
@keyframes pulse-badge {
  0%,100% { box-shadow: 0 0 0 0 rgba(212,160,23,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(212,160,23,0); }
}

.navbar {
  background: rgba(7, 26, 75, 0.94);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: all 0.4s var(--ease-out);
}
.header.scrolled .topbar { max-height: 0; }
.header.scrolled .navbar { background: rgba(7,26,75,0.98); box-shadow: 0 4px 40px rgba(0,0,0,0.25); }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.logo-img {
    height: 52px;
    width: auto;
    object-fit: contain;
    display: block;
  }

/* Footer logo — bigger and with background since logo has white bg */
.footer-logo-img {
  height: 70px !important;
  width: auto !important;
  object-fit: contain !important;
  background: white;
  border-radius: 12px;
  padding: 6px 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}




.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links a {
  color: rgba(255,255,255,0.78);
  font-size: 0.87rem;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 8px;
  transition: all 0.2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%; right: 50%;
  height: 2px;
  background: var(--gold-400);
  border-radius: 2px;
  transition: all 0.3s var(--ease-out);
}
.nav-links a:hover, .nav-links a.active {
  color: white;
  background: rgba(255,255,255,0.07);
}
.nav-links a.active::after, .nav-links a:hover::after {
  left: 15px; right: 15px;
}

.nav-wa {
  background: linear-gradient(135deg, #25d366, #0f9e4f) !important;
  color: white !important;
  padding: 9px 20px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center;
  gap: 7px;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: all 0.3s var(--ease-out) !important;
}
.nav-wa:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 32px rgba(37,211,102,0.55) !important;
}
.nav-wa::after { display: none !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  width: 32px; height: 24px;
  justify-content: center;
}
.hamburger span {
  display: block;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s var(--ease-out);
  transform-origin: center;
}
.hamburger span:nth-child(1) { width: 100%; }
.hamburger span:nth-child(2) { width: 70%; }
.hamburger span:nth-child(3) { width: 100%; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); width: 100%; }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ─── MOBILE NAV ─────────────────────────────────────────────── */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--navy-950);
  z-index: 999;
  padding: 110px 28px 40px;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease-out);
}
.mobile-nav.active { display: flex; transform: translateX(0); }
.mobile-nav a {
  color: rgba(255,255,255,0.85);
  font-size: 1.15rem;
  font-weight: 500;
  padding: 18px 20px;
  border-radius: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; gap: 14px;
  transition: all 0.2s;
}
.mobile-nav a:hover { background: rgba(255,255,255,0.07); color: var(--gold-300); }
.mobile-nav .nav-wa { margin-top: 16px; border-radius: 14px !important; justify-content: center; font-size: 1.05rem !important; padding: 18px !important; }

/* ─── HERO ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-950);
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.05);
  animation: hero-zoom 20s ease-in-out infinite alternate;
}
@keyframes hero-zoom {
  from { transform: scale(1.05); }
  to { transform: scale(1.12); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(3,16,46,0.97) 0%, rgba(7,26,75,0.88) 45%, rgba(10,36,99,0.65) 80%, transparent 100%),
    linear-gradient(0deg, rgba(3,16,46,0.9) 0%, transparent 50%);
}

/* Animated grid pattern */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: grid-shift 30s linear infinite;
}
@keyframes grid-shift {
  from { transform: translate(0,0); }
  to { transform: translate(60px,60px); }
}

/* Floating orbs */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: orb-float 8s ease-in-out infinite;
}
.hero-orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(10,36,99,0.5) 0%, transparent 70%);
  top: -200px; right: -100px;
  animation-delay: 0s;
}
.hero-orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(212,160,23,0.12) 0%, transparent 70%);
  bottom: -100px; right: 20%;
  animation-delay: -4s;
}
@keyframes orb-float {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-40px) scale(1.05); }
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 160px 0 100px;
  width: 100%;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(12px);
  border-radius: 50px;
  padding: 8px 18px 8px 8px;
  margin-bottom: 32px;
}
.hero-pill-dot {
  width: 28px; height: 28px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
}
.hero-pill-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.04em;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6.5vw, 5.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: white;
  margin-bottom: 28px;
  max-width: 800px;
}
.hero-title .line2 { color: var(--gold-400); display: block; }
.hero-title em { font-style: italic; color: rgba(255,255,255,0.7); }

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.72);
  max-width: 540px;
  line-height: 1.85;
  margin-bottom: 44px;
}

.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 64px; }

.hero-trust-row {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  gap: 32px;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-trust-icon {
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.hero-trust-label strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: white;
}
.hero-trust-label span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

/* Hero floating card */
.hero-float-card {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 24px;
  padding: 28px;
  width: 320px;
  z-index: 3;
  animation: card-float 6s ease-in-out infinite;
}
@keyframes card-float {
  0%,100% { transform: translateY(-50%) translateY(0px); }
  50% { transform: translateY(-50%) translateY(-14px); }
}
.hero-float-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: white;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.mini-stat-list { display: flex; flex-direction: column; gap: 14px; }
.mini-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mini-stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.65); }
.mini-stat-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-400);
}
.mini-stat-bar {
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  margin-top: 4px;
  overflow: hidden;
}
.mini-stat-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  border-radius: 2px;
  transition: width 2s var(--ease-out);
  width: 0%;
}
.hero-float-cta {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
  padding: 13px;
  border-radius: 14px;
}

/* Hero scroll indicator */
.hero-scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.scroll-mouse {
  width: 26px; height: 42px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 13px;
  display: flex;
  justify-content: center;
  padding-top: 7px;
}
.scroll-dot {
  width: 4px; height: 8px;
  background: var(--gold-400);
  border-radius: 2px;
  animation: scroll-anim 2s ease-in-out infinite;
}
@keyframes scroll-anim {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(14px); opacity: 0; }
}
.scroll-text {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  animation: pulse-text 2s ease-in-out infinite;
}
@keyframes pulse-text { 0%,100%{opacity:0.4} 50%{opacity:0.8} }

/* ─── TICKER STRIP ───────────────────────────────────────────── */
.ticker-strip {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  padding: 12px 0;
  overflow: hidden;
  position: relative;
}
.ticker-inner {
  display: flex;
  gap: 60px;
  align-items: center;
  white-space: nowrap;
  animation: ticker 35s linear infinite;
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy-900);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.ticker-item i { font-size: 0.9rem; }
.ticker-dot { width: 5px; height: 5px; background: var(--navy-800); border-radius: 50%; opacity: 0.4; }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ─── STATS COUNTER ──────────────────────────────────────────── */
.stats-section {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 60%, var(--navy-600) 100%);
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse 50% 80% at 20% 50%, rgba(212,160,23,0.08) 0%, transparent 100%);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
}
.stat-item {
  padding: 56px 32px;
  text-align: center;
  position: relative;
}
.stat-item::after {
  content: '';
  position: absolute;
  right: 0; top: 25%; bottom: 25%;
  width: 1px;
  background: rgba(255,255,255,0.08);
}
.stat-item:last-child::after { display: none; }
.stat-item:hover .stat-number { color: var(--gold-300); }
.stat-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 12px rgba(212,160,23,0.5));
}
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--gold-400);
  line-height: 1;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.stat-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.stat-sub {
  font-size: 0.73rem;
  color: rgba(255,255,255,0.35);
}

/* ─── WHY PROPCURE ───────────────────────────────────────────── */
.why-section { background: var(--surface-0); overflow: hidden; }
.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}
.feature-card {
  background: var(--surface-1);
  border: 1px solid var(--surface-3);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all 0.35s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 0%;
  background: linear-gradient(180deg, var(--gold-500), var(--gold-300));
  transition: height 0.4s var(--ease-out);
}
.feature-card:hover::before { height: 100%; }
.feature-card:hover {
  background: white;
  box-shadow: var(--shadow-md);
  border-color: rgba(212,160,23,0.2);
  transform: translateY(-4px);
}
.feature-icon { font-size: 1.6rem; margin-bottom: 12px; }
.feature-card h4 { font-size: 0.9rem; font-weight: 700; color: var(--navy-800); margin-bottom: 6px; }
.feature-card p { font-size: 0.8rem; color: var(--text-400); line-height: 1.6; }

.why-visual { position: relative; }
.why-img-wrap { position: relative; border-radius: var(--radius-xl); overflow: hidden; }
.why-img { width: 100%; border-radius: var(--radius-xl); display: block; object-fit: cover; height: 520px; }
.why-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,26,75,0.5) 0%, transparent 60%);
  border-radius: var(--radius-xl);
}
.why-badge {
  position: absolute;
  bottom: -24px;
  left: -28px;
  background: white;
  border-radius: var(--radius-lg);
  padding: 22px 28px;
  box-shadow: var(--shadow-xl);
  display: flex;
  align-items: center;
  gap: 18px;
}
.why-badge-icon { font-size: 2.2rem; }
.why-badge-count {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy-800);
  line-height: 1;
}
.why-badge-text {
  font-size: 0.78rem;
  color: var(--text-400);
  line-height: 1.4;
}
.why-cert-strip {
  position: absolute;
  top: 24px;
  right: -20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cert-pill {
  background: white;
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-md);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy-800);
  white-space: nowrap;
}
.cert-pill i { color: var(--gold-500); }

/* ─── SERVICES ───────────────────────────────────────────────── */
.services-section { background: var(--surface-1); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: white;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--surface-3);
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  transition: all 0.4s var(--ease-out);
  position: relative;
  cursor: pointer;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,36,99,0.03) 0%, rgba(212,160,23,0.03) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.service-card:hover::before { opacity: 1; }
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(212,160,23,0.25);
}
.service-card-top {
  padding: 32px 28px 24px;
  position: relative;
}
.service-card-number {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(10,36,99,0.06);
  line-height: 1;
  user-select: none;
}
.service-icon-wrap {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  transition: all 0.35s var(--ease-out);
  box-shadow: 0 8px 24px rgba(10,36,99,0.25);
}
.service-card:hover .service-icon-wrap {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  box-shadow: var(--shadow-gold);
  transform: rotate(-5deg) scale(1.05);
}
.service-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy-800); margin-bottom: 8px; }
.service-tag-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.s-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--gold-500);
  background: rgba(212,160,23,0.1);
  padding: 3px 10px;
  border-radius: 50px;
  border: 1px solid rgba(212,160,23,0.2);
}
.service-card-divider {
  height: 1px;
  background: var(--surface-3);
  margin: 0 28px;
}
.service-card-body { padding: 20px 28px 16px; flex: 1; }
.service-card-body p { font-size: 0.87rem; color: var(--text-400); line-height: 1.75; }
.service-checklist { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.service-checklist li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 0.82rem; color: var(--text-500);
}
.service-checklist li::before {
  content: '✓';
  width: 18px; height: 18px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  border-radius: 50%;
  color: var(--navy-900);
  font-size: 0.65rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.service-card-footer {
  padding: 16px 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-arrow {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--surface-1);
  border: 1px solid var(--surface-3);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy-800);
  font-size: 0.85rem;
  transition: all 0.3s var(--ease-out);
}
.service-card:hover .service-arrow {
  background: var(--gold-500);
  border-color: var(--gold-500);
  color: var(--navy-900);
  transform: translate(3px, -3px);
}

/* ─── PROCESS TIMELINE ───────────────────────────────────────── */
.process-section { background: var(--navy-950); position: relative; overflow: hidden; }
.process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  z-index: 1;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
  z-index: 0;
}
.process-step {
  padding: 48px 24px 40px;
  text-align: center;
  position: relative;
  transition: all 0.4s var(--ease-out);
}
.process-step:hover { background: rgba(255,255,255,0.03); }
.process-step-num {
  width: 56px; height: 56px;
  border: 2px solid rgba(212,160,23,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold-400);
  background: rgba(212,160,23,0.05);
  position: relative;
  z-index: 1;
  transition: all 0.4s var(--ease-out);
}
.process-step:hover .process-step-num {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  border-color: transparent;
  color: var(--navy-900);
  box-shadow: var(--shadow-gold);
  transform: scale(1.1);
}
.process-step-icon { font-size: 1.5rem; margin-bottom: 16px; }
.process-step h3 { font-size: 0.9rem; font-weight: 700; color: white; margin-bottom: 10px; }
.process-step p { font-size: 0.8rem; color: rgba(255,255,255,0.45); line-height: 1.65; }

/* ─── TOOLS SECTION ──────────────────────────────────────────── */
.tools-section { background: var(--surface-1); }
.tools-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.tools-image-wrap { position: relative; }
.tools-img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}
.tools-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(212,160,23,0.08), transparent);
  pointer-events: none;
}
.tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 40px;
}
.tool-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  border: 1px solid var(--surface-3);
  border-radius: 12px;
  padding: 14px 16px;
  transition: all 0.3s var(--ease-out);
}
.tool-pill:hover {
  border-color: rgba(212,160,23,0.3);
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}
.tool-pill-icon { font-size: 1.3rem; }
.tool-pill-text strong { display: block; font-size: 0.82rem; font-weight: 700; color: var(--navy-800); }
.tool-pill-text span { font-size: 0.72rem; color: var(--text-400); }

/* ─── TESTIMONIALS ───────────────────────────────────────────── */
.testimonials-section { background: white; overflow: hidden; position: relative; }
.testimonials-section::before {
  content: '"';
  position: absolute;
  top: -40px;
  left: 5%;
  font-family: Georgia, serif;
  font-size: 30rem;
  color: rgba(10,36,99,0.03);
  line-height: 1;
  user-select: none;
  pointer-events: none;
}
.testimonials-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.testimonial-card {
  background: var(--surface-1);
  border: 1px solid var(--surface-3);
  border-radius: var(--radius-xl);
  padding: 36px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.testimonial-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  transform: scaleX(0);
  transition: transform 0.4s var(--ease-out);
  transform-origin: left;
}
.testimonial-card:hover::after { transform: scaleX(1); }
.testimonial-card:hover {
  background: white;
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px);
}
.tc-quote {
  font-size: 3rem;
  color: var(--gold-400);
  line-height: 0.8;
  margin-bottom: 16px;
  font-family: Georgia;
}
.tc-stars { display: flex; gap: 3px; color: var(--gold-400); font-size: 0.9rem; margin-bottom: 18px; }
.tc-text {
  font-size: 0.9rem;
  color: var(--text-500);
  line-height: 1.85;
  flex: 1;
  margin-bottom: 28px;
  font-style: italic;
}
.tc-author { display: flex; align-items: center; gap: 14px; }
.tc-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(10,36,99,0.25);
}
.tc-name { font-weight: 700; font-size: 0.9rem; color: var(--navy-800); }
.tc-loc { font-size: 0.75rem; color: var(--text-400); }
.tc-verified {
  margin-left: auto;
  font-size: 0.68rem;
  color: var(--success);
  background: rgba(22,163,74,0.08);
  border: 1px solid rgba(22,163,74,0.2);
  padding: 3px 10px;
  border-radius: 50px;
  font-weight: 600;
  white-space: nowrap;
}

/* ─── B2B / B2C SECTION ──────────────────────────────────────── */
.audience-section {
  background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-800) 100%);
  position: relative;
  overflow: hidden;
}
.audience-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,160,23,0.4), transparent);
}
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.audience-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  padding: 44px 40px;
  transition: all 0.4s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.audience-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
}
.audience-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-6px);
}
.audience-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 12px;
}
.audience-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: white;
  margin-bottom: 16px;
}
.audience-card p { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.8; margin-bottom: 24px; }
.audience-list { display: flex; flex-direction: column; gap: 10px; }
.audience-list li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.75); font-size: 0.87rem; }
.audience-list li i { color: var(--gold-400); width: 16px; }

/* ─── CTA SECTION ────────────────────────────────────────────── */
.cta-section {
  position: relative;
  overflow: hidden;
  background: var(--surface-1);
}
.cta-inner {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 50%, var(--navy-600) 100%);
  border-radius: var(--radius-2xl);
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-inner::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,160,23,0.12) 0%, transparent 70%);
}
.cta-inner::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -50px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
}
.cta-content { position: relative; z-index: 1; }
.cta-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: white;
  margin-bottom: 18px;
  line-height: 1.2;
}
.cta-content h2 span { color: var(--gold-400); }
.cta-content p {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-note {
  margin-top: 20px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}
.cta-note i { color: var(--gold-500); }

/* ─── BLOGS ──────────────────────────────────────────────────── */
.blogs-section { background: var(--surface-0); }
.blogs-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 24px;
}
.blog-card {
  background: white;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--surface-3);
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  transition: all 0.4s var(--ease-out);
}
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.blog-card-img {
  width: 100%; height: 200px;
  background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-600) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-card.featured .blog-card-img { height: 280px; }
.blog-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,26,75,0.6) 0%, transparent 60%);
}
.blog-img-label {
  position: absolute;
  top: 16px; left: 16px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-900);
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  padding: 4px 12px;
  border-radius: 50px;
}
.blog-card-body { padding: 24px; flex: 1; }
.blog-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.blog-cat { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--gold-500); }
.blog-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--text-200); }
.blog-date { font-size: 0.73rem; color: var(--text-400); }
.blog-card h3 { font-size: 0.98rem; font-weight: 700; color: var(--navy-800); line-height: 1.4; margin-bottom: 10px; }
.blog-card.featured h3 { font-size: 1.2rem; }
.blog-card p { font-size: 0.83rem; color: var(--text-400); line-height: 1.7; margin-bottom: 16px; }
.blog-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy-800);
  display: inline-flex; align-items: center; gap: 6px;
  transition: all 0.2s;
}
.blog-link:hover { color: var(--gold-500); gap: 10px; }

/* ─── PAGE HERO ──────────────────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 50%, var(--navy-800) 100%);
  padding: 160px 0 90px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -200px;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,160,23,0.08) 0%, transparent 70%);
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 50px 50px;
}
.page-hero-content { position: relative; z-index: 1; }
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; color: rgba(255,255,255,0.45);
  margin-bottom: 22px;
}
.breadcrumb a { color: var(--gold-400); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold-300); }
.breadcrumb span.sep { color: rgba(255,255,255,0.2); }
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800;
  color: white;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
.page-hero h1 span { color: var(--gold-400); }
.page-hero-desc { font-size: 1.05rem; color: rgba(255,255,255,0.65); max-width: 580px; line-height: 1.8; }

/* ─── CONTACT ─────────────────────────────────────────────────── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; align-items: start; }
.contact-info-stack { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
.contact-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid var(--surface-3);
  box-shadow: var(--shadow-xs);
  transition: all 0.3s var(--ease-out);
}
.contact-card:hover { border-color: rgba(212,160,23,0.3); box-shadow: var(--shadow-sm); transform: translateX(4px); }
.contact-card-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(10,36,99,0.2);
}
.contact-card-body strong {
  display: block; font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--navy-800); margin-bottom: 5px;
}
.contact-card-body span { font-size: 0.9rem; color: var(--text-500); line-height: 1.5; }
.contact-card-body a { color: var(--text-500); transition: color 0.2s; }
.contact-card-body a:hover { color: var(--gold-500); }

.form-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 48px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--surface-3);
}
.form-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--navy-800);
  margin-bottom: 8px;
}
.form-card .form-subtitle {
  font-size: 0.87rem;
  color: var(--text-400);
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--surface-3);
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-700);
  margin-bottom: 8px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 18px;
  border: 1.5px solid var(--surface-3);
  border-radius: 12px;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  color: var(--text-700);
  background: var(--surface-1);
  transition: all 0.25s;
  outline: none;
  appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--navy-800);
  background: white;
  box-shadow: 0 0 0 4px rgba(10,36,99,0.07);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ─── FOOTER ─────────────────────────────────────────────────── */
.footer {
  background: var(--navy-950);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,160,23,0.4), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 72px 0 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-brand {
  display: flex;
  flex-direction: column;
}
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }

.footer-desc { font-size: 0.87rem; color: rgba(255,255,255,0.45); line-height: 1.85; margin-bottom: 28px; max-width: 300px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  transition: all 0.25s;
}
.social-btn:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-900); transform: translateY(-3px); }
.footer-col h4 {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: white;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 14px;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 28px; height: 2px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  border-radius: 2px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.45);
  transition: all 0.2s;
  display: flex; align-items: center; gap: 8px;
}
.footer-col ul li a::before { content: '›'; color: var(--gold-400); font-size: 1.1rem; line-height: 1; }
.footer-col ul li a:hover { color: var(--gold-300); padding-left: 4px; }
.footer-bottom {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
}
.footer-bottom a { color: var(--gold-400); }

/* ─── WHATSAPP FLOAT ─────────────────────────────────────────── */
.wa-float {
  position: fixed;
  bottom: 30px; right: 30px;
  z-index: 2000;
}
.wa-float-btn {
  width: 62px; height: 62px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 28px rgba(37,211,102,0.45);
  transition: all 0.35s var(--spring);
  position: relative;
}
.wa-float-btn:hover { transform: scale(1.12) translateY(-4px); box-shadow: 0 12px 40px rgba(37,211,102,0.6); }
.wa-float-btn svg { width: 32px; height: 32px; fill: white; }
.wa-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.5);
  animation: wa-pulse 2.5s ease-out infinite;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}
.wa-tooltip {
  position: absolute;
  right: 75px; top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: var(--shadow-md);
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy-800);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.wa-float-btn:hover ~ .wa-tooltip { opacity: 1; }
.wa-tooltip::after {
  content: '';
  position: absolute;
  right: -6px; top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right: none;
  border-left-color: white;
}

/* ─── FAQ ────────────────────────────────────────────────────── */
.faq-wrap { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: white;
  border-radius: var(--radius-md);
  border: 1px solid var(--surface-3);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.faq-item.open { border-color: rgba(212,160,23,0.3); box-shadow: var(--shadow-sm); }
.faq-q {
  padding: 22px 28px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  cursor: pointer;
  font-weight: 600; font-size: 0.95rem; color: var(--navy-800);
}
.faq-q-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--surface-1);
  border: 1px solid var(--surface-3);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy-800);
  font-size: 0.75rem;
  flex-shrink: 0;
  transition: all 0.3s;
}
.faq-item.open .faq-q-icon {
  background: var(--gold-500);
  border-color: var(--gold-500);
  color: var(--navy-900);
  transform: rotate(45deg);
}
.faq-a { padding: 0 28px; max-height: 0; overflow: hidden; transition: all 0.4s var(--ease-out); font-size: 0.9rem; color: var(--text-500); line-height: 1.8; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 28px 22px; }

/* ─── PRICING CARDS ──────────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.price-card {
  background: white;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--surface-3);
  box-shadow: var(--shadow-xs);
  display: flex; flex-direction: column;
  transition: all 0.4s var(--ease-out);
  position: relative;
}
.price-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-xl); }
.price-card.featured {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 1px rgba(212,160,23,0.3), var(--shadow-md);
}
.price-card.featured:hover { box-shadow: 0 0 0 2px var(--gold-500), var(--shadow-xl); }
.popular-badge {
  position: absolute; top: -1px; right: 28px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  color: var(--navy-900);
  font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px 16px;
  border-radius: 0 0 12px 12px;
}
.price-header { padding: 36px 32px 24px; }
.price-card.featured .price-header {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
}
.price-plan {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 6px;
}
.price-card.featured .price-plan { color: white; }
.price-desc { font-size: 0.83rem; color: var(--text-400); margin-bottom: 22px; }
.price-card.featured .price-desc { color: rgba(255,255,255,0.6); }
.price-amount { display: flex; align-items: flex-end; gap: 4px; }
.price-curr { font-size: 1.2rem; font-weight: 700; color: var(--navy-800); padding-bottom: 6px; }
.price-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem; font-weight: 800;
  color: var(--navy-800); line-height: 1;
}
.price-card.featured .price-curr,
.price-card.featured .price-num { color: var(--gold-400); }
.price-per { font-size: 0.8rem; color: var(--text-400); padding-bottom: 6px; }
.price-card.featured .price-per { color: rgba(255,255,255,0.5); }
.price-features-list { padding: 24px 32px; flex: 1; }
.price-features-list ul { display: flex; flex-direction: column; gap: 13px; }
.price-features-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.87rem; color: var(--text-500); }
.pf-check { color: var(--success); font-size: 0.8rem; margin-top: 2px; flex-shrink: 0; }
.pf-x { color: var(--text-200); font-size: 0.8rem; margin-top: 2px; flex-shrink: 0; }
.price-footer { padding: 20px 32px 32px; }

/* ─── ACHIEVEMENTS / TRUST STRIP ────────────────────────────── */
.trust-strip {
  background: var(--surface-1);
  border-top: 1px solid var(--surface-3);
  border-bottom: 1px solid var(--surface-3);
  padding: 28px 0;
}
.trust-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-400);
  font-size: 0.87rem;
  font-weight: 500;
}
.trust-item i { color: var(--gold-500); font-size: 1.05rem; }
.trust-divider { width: 1px; height: 24px; background: var(--surface-3); }

/* ─── SECTION TITLE CENTER ───────────────────────────────────── */
.section-header { text-align: center; margin-bottom: 60px; }
.section-header .eyebrow { justify-content: center; }
.section-header .lead { margin: 16px auto 0; }

/* ─── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero-float-card { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .why-img { height: 380px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .process-steps { grid-template-columns: repeat(3,2fr) repeat(2,2fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .audience-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .topbar { display: none; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .blogs-grid { grid-template-columns: 1fr; }
  .testimonials-slider { grid-template-columns: 1fr; }
  .tools-layout { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 680px) {
  .container { padding: 0 20px; }
  .section-pad { padding: 70px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-ctas { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .features-grid { grid-template-columns: 1fr; }
  .cta-inner { padding: 52px 28px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 32px 24px; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 2.6rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .cta-btns { flex-direction: column; align-items: stretch; }
  .trust-items { gap: 20px; }
