/* ═══════════════════════════════════════════════════════════════
   MASTWEB — Premium Stylesheet v3 — Dramatic Redesign
   Palette: Obsidian Navy · Imperial Gold · Silk White
   Psychology: Authority · FOMO · Social Proof · Proximity · Trust
   Design: Glassmorphism · Gradient Mesh · Cinematic Animations
═══════════════════════════════════════════════════════════════ */

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

/* ── DESIGN TOKENS ── */
:root {
  /* Backgrounds — deep layered navy */
  --bg:         #060E1C;
  --bg-2:       #091321;
  --bg-3:       #0C1A2E;
  --bg-4:       #0F2040;
  --bg-card:    rgba(255,255,255,0.035);
  --bg-card-h:  rgba(255,255,255,0.065);
  --bg-glass:   rgba(9,19,33,0.7);
  --border:     rgba(255,255,255,0.07);
  --border-h:   rgba(196,154,64,0.5);
  --border-gold: rgba(196,154,64,0.18);

  /* Brand — Imperial gold + obsidian navy */
  --gold:       #C49A40;
  --gold-l:     #E8C876;
  --gold-xl:    #F5DFA0;
  --gold-d:     #9B7A2E;
  --gold-dim:   rgba(196,154,64,0.12);
  --navy:       #1A3A6B;
  --navy-l:     #2554A0;
  --navy-xl:    #3A70CC;
  --cream:      #F8F3E8;
  --green:      #2DA86A;
  --red:        #E05050;

  /* Gradients */
  --grad:         linear-gradient(135deg, #C49A40 0%, #E8C876 50%, #D4AB50 100%);
  --grad-r:       linear-gradient(135deg, #D4AB50 0%, #E8C876 50%, #C49A40 100%);
  --grad-hero:    linear-gradient(135deg, #C49A40 0%, #E8C876 100%);
  --grad-btn:     linear-gradient(135deg, #1A3A6B 0%, #2554A0 100%);
  --grad-v:       linear-gradient(180deg, #C49A40 0%, #9B7A2E 100%);
  --grad-rad:     radial-gradient(ellipse at center, rgba(196,154,64,0.15) 0%, transparent 70%);
  --grad-border:  linear-gradient(135deg, rgba(196,154,64,0.4), rgba(232,200,118,0.15), rgba(196,154,64,0.4));
  --grad-dark:    linear-gradient(180deg, #060E1C 0%, #091321 100%);
  --grad-section: linear-gradient(180deg, #060E1C 0%, #091321 50%, #060E1C 100%);

  /* Meshes */
  --mesh-gold:  radial-gradient(ellipse 60% 40% at 20% 30%, rgba(196,154,64,0.08) 0%, transparent 70%),
                radial-gradient(ellipse 40% 60% at 80% 70%, rgba(26,58,107,0.12) 0%, transparent 60%);
  --mesh-navy:  radial-gradient(ellipse 50% 50% at 70% 20%, rgba(37,84,160,0.12) 0%, transparent 65%),
                radial-gradient(ellipse 60% 40% at 20% 80%, rgba(196,154,64,0.06) 0%, transparent 60%);

  /* Text */
  --text:       #EEE8DA;
  --text-2:     #8A98B2;
  --text-3:     #4D5E78;
  --text-gold:  #D4AB50;

  /* Shadows & Glows */
  --shadow:       0 4px 24px rgba(0,0,0,0.5);
  --shadow-lg:    0 20px 80px rgba(0,0,0,0.65);
  --shadow-xl:    0 32px 100px rgba(0,0,0,0.7);
  --glow-gold:    0 0 60px rgba(196,154,64,0.2), 0 0 120px rgba(196,154,64,0.08);
  --glow-gold-sm: 0 0 24px rgba(196,154,64,0.3);
  --glow-navy:    0 0 60px rgba(37,84,160,0.3);
  --glow-card:    0 8px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(196,154,64,0.08);

  /* Typography */
  --font-body:  'Plus Jakarta Sans', system-ui, sans-serif;
  --font-head:  'Plus Jakarta Sans', system-ui, sans-serif;
  --font-serif: 'Lora', Georgia, serif;

  /* Radii */
  --r-sm:   8px;
  --r-md:   12px;
  --r-lg:   18px;
  --r-xl:   24px;
  --r-2xl:  32px;
  --r-3xl:  48px;
  --r-full: 9999px;

  /* Motion */
  --ease:   cubic-bezier(0.4, 0, 0.2, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --out:    cubic-bezier(0, 0, 0.2, 1);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  /* Layout */
  --nav-h: 76px;
  --container: 1180px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { border: none; cursor: pointer; font-family: inherit; background: none; }
ul { list-style: none; }
input, textarea, select { font-family: inherit; font-size: inherit; color: inherit; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--gold), var(--gold-d)); border-radius: var(--r-full); }

/* ── SELECTION ── */
::selection { background: rgba(196,154,64,0.25); color: var(--cream); }

/* ── UTILITY ── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

.grad-text {
  font-style: normal;
  background: var(--grad-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.accent-text { color: var(--gold-l); }
.section { padding: 130px 0; }

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

/* ── SCROLL REVEAL — multiple directions ── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal-scale.visible { opacity: 1; transform: scale(1); }

/* ═══════════════════════════════════
   CUSTOM CURSOR
═══════════════════════════════════ */
.cursor, .cursor-follower {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transition: opacity 0.3s;
}
.cursor {
  width: 7px; height: 7px;
  background: var(--gold-l);
  top: -3.5px; left: -3.5px;
  box-shadow: 0 0 10px rgba(232,200,118,0.6);
  mix-blend-mode: normal;
}
.cursor-follower {
  width: 36px; height: 36px;
  border: 1.5px solid rgba(196,154,64,0.4);
  top: -18px; left: -18px;
  transition: transform 0.1s ease, width 0.35s var(--spring), height 0.35s var(--spring), background 0.35s, border-color 0.35s, opacity 0.3s;
}
.cursor-follower.hovering {
  width: 56px; height: 56px;
  background: rgba(196,154,64,0.08);
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(196,154,64,0.2);
}
@media (hover: none) { .cursor, .cursor-follower { display: none; } }

/* ═══════════════════════════════════
   LOADER
═══════════════════════════════════ */
.loader {
  position: fixed; inset: 0;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  z-index: 99998;
  transition: opacity 0.8s var(--ease), visibility 0.8s;
}
.loader::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--mesh-gold);
  animation: loaderMesh 4s ease-in-out infinite;
}
@keyframes loaderMesh {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
.loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { text-align: center; position: relative; z-index: 1; }
.loader-logo {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
  margin-bottom: 48px;
  animation: loaderLogoPulse 1.5s ease-in-out infinite;
}
@keyframes loaderLogoPulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.15); }
}
.loader-logo span {
  background: var(--grad-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.loader-bar-wrap {
  width: 240px; height: 1px;
  background: rgba(255,255,255,0.06);
  border-radius: var(--r-full);
  margin: 0 auto 20px;
  overflow: hidden;
}
.loader-bar-fill {
  height: 100%;
  width: 0%;
  background: var(--grad-hero);
  border-radius: var(--r-full);
  transition: width 0.05s linear;
  box-shadow: 0 0 16px rgba(196,154,64,0.8);
}
.loader-percent {
  font-size: 11px;
  color: var(--text-3);
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* ═══════════════════════════════════
   NAVBAR
═══════════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  transition: background var(--transition), backdrop-filter var(--transition),
              box-shadow var(--transition), transform 0.45s var(--ease);
}
.navbar.scrolled {
  background: rgba(6,14,28,0.85);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  box-shadow: 0 1px 0 rgba(196,154,64,0.08), 0 4px 32px rgba(0,0,0,0.4);
}
.nav-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-logo {
  font-family: var(--font-head);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
  flex-shrink: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo-img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(196,154,64,0.25);
  box-shadow: 0 0 12px rgba(196,154,64,0.15);
  flex-shrink: 0;
  transition: box-shadow var(--transition), border-color var(--transition);
}
.nav-logo:hover .nav-logo-img {
  border-color: rgba(196,154,64,0.5);
  box-shadow: 0 0 20px rgba(196,154,64,0.3);
}
.nav-logo-text {
  font-family: var(--font-head);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.nav-logo-text span,
.footer-logo span,
.loader-logo span {
  background: var(--grad-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.nav-logo:hover { opacity: 0.85; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}
.nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-2);
  transition: color var(--transition);
  position: relative;
  padding: 4px 0;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 1px;
  background: var(--grad-hero);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--out);
}
.nav-link:hover { color: var(--text); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link.active { color: var(--text); }

.btn-nav-cta {
  flex-shrink: 0;
  padding: 10px 24px;
  background: var(--grad);
  color: var(--bg);
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: var(--r-full);
  transition: opacity var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 0 28px rgba(196,154,64,0.3), 0 2px 0 rgba(255,255,255,0.15) inset;
  letter-spacing: 0.01em;
}
.btn-nav-cta:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 0 44px rgba(196,154,64,0.55), 0 2px 0 rgba(255,255,255,0.15) inset;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  margin-left: auto;
  border-radius: var(--r-sm);
  transition: background var(--transition);
}
.hamburger:hover { background: rgba(255,255,255,0.05); }
.hamburger span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.35s;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-h); left: 0; right: 0;
  background: rgba(6,14,28,0.97);
  backdrop-filter: blur(32px);
  border-bottom: 1px solid rgba(196,154,64,0.1);
  padding: 20px 28px 32px;
  z-index: 999;
  transform: translateY(-16px);
  opacity: 0;
  transition: transform 0.4s var(--spring), opacity 0.35s var(--ease);
  pointer-events: none;
}
.mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: all; }
.mobile-menu ul { display: flex; flex-direction: column; gap: 2px; }
.mob-link {
  display: block;
  padding: 13px 16px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-2);
  border-radius: var(--r-md);
  transition: background var(--transition), color var(--transition), transform var(--transition);
}
.mob-link:hover { background: rgba(196,154,64,0.06); color: var(--text); transform: translateX(4px); }
.mob-cta {
  margin-top: 12px;
  background: rgba(196,154,64,0.08);
  border: 1px solid rgba(196,154,64,0.2);
  color: var(--gold-l);
  font-weight: 700;
  border-radius: var(--r-md);
}
.mob-cta:hover { background: rgba(196,154,64,0.14); transform: translateX(0); }

/* ═══════════════════════════════════
   WHATSAPP FLOATING BUTTON
═══════════════════════════════════ */
.wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 14px 22px;
  border-radius: var(--r-full);
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 0 4px 24px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.4);
  animation: waPulse 3s ease-in-out infinite 2s;
  transition: transform var(--transition), box-shadow var(--transition);
}
.wa-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 8px 36px rgba(37,211,102,0.5); animation-play-state: paused; }
.wa-float svg { width: 20px; height: 20px; flex-shrink: 0; }
@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 24px rgba(37,211,102,0.4), 0 0 0 12px rgba(37,211,102,0); }
}
@media (max-width: 768px) { .wa-float span { display: none; } .wa-float { padding: 16px; } }

/* ═══════════════════════════════════
   HERO
═══════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: var(--nav-h) 28px 100px;
}
#particlesCanvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.glow-1 {
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(196,154,64,0.12) 0%, transparent 65%);
  top: -20%; left: -15%;
  animation: glowFloat1 12s ease-in-out infinite;
}
.glow-2 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(37,84,160,0.18) 0%, transparent 65%);
  bottom: -10%; right: -10%;
  animation: glowFloat2 14s ease-in-out infinite;
}
.glow-3 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(232,200,118,0.05) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: glowFloat3 18s ease-in-out infinite;
}
.glow-4 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(196,154,64,0.08) 0%, transparent 70%);
  top: 30%; right: 5%;
  animation: glowFloat1 9s ease-in-out infinite reverse;
}
@keyframes glowFloat1 {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(60px, 40px) scale(1.08); }
  66% { transform: translate(-20px, 70px) scale(0.95); }
}
@keyframes glowFloat2 {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(-50px, -60px) scale(1.1); }
  66% { transform: translate(30px, -20px) scale(0.92); }
}
@keyframes glowFloat3 {
  0%, 100% { transform: translate(-50%,-50%) scale(1); }
  50% { transform: translate(-50%,-50%) scale(1.3); }
}

/* Decorative grid */
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(196,154,64,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,154,64,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  z-index: 0;
  mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 0%, transparent 100%);
}

.hero-layout {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}

/* Hero Content */
.hero-content { display: flex; flex-direction: column; gap: 32px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(196,154,64,0.08);
  border: 1px solid rgba(196,154,64,0.22);
  border-radius: var(--r-full);
  padding: 8px 18px 8px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-l);
  width: fit-content;
  animation: fadeSlideDown 0.8s ease both;
  backdrop-filter: blur(8px);
}
.badge-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(196,154,64,0.8);
  flex-shrink: 0;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px rgba(196,154,64,0.8); }
  50% { opacity: 0.5; transform: scale(0.7); box-shadow: 0 0 4px rgba(196,154,64,0.3); }
}

.hero-title {
  font-family: var(--font-head);
  font-size: clamp(2.6rem, 5.8vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text);
  animation: fadeSlideUp 0.9s 0.1s ease both;
}
.hero-title-line {
  display: block;
  white-space: nowrap;
  overflow: visible;
}
.hero-typed-wrap { display: block; min-height: 1.15em; white-space: nowrap; overflow: visible; }
.hero-typed {
  background: var(--grad-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-cursor {
  color: var(--gold);
  animation: blink 0.9s step-end infinite;
  -webkit-text-fill-color: var(--gold);
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

.hero-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.13rem);
  color: var(--text-2);
  line-height: 1.8;
  animation: fadeSlideUp 0.9s 0.22s ease both;
}
.hero-subtitle strong { color: var(--text); font-weight: 700; }

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeSlideUp 0.9s 0.34s ease both;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--grad);
  color: var(--bg);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--r-full);
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 32px rgba(196,154,64,0.45), 0 1px 0 rgba(255,255,255,0.2) inset;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.01em;
}
.btn-primary::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 52px rgba(196,154,64,0.6), 0 1px 0 rgba(255,255,255,0.2) inset; }
.btn-primary:hover::before { opacity: 1; }
.btn-primary:active { transform: translateY(-1px); }
.btn-primary.btn-lg { padding: 18px 42px; font-size: 1rem; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: transparent;
  color: var(--text-2);
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--r-full);
  border: 1.5px solid rgba(255,255,255,0.1);
  transition: border-color var(--transition), color var(--transition), background var(--transition), transform var(--transition);
  white-space: nowrap;
}
.btn-ghost:hover {
  border-color: rgba(196,154,64,0.45);
  color: var(--gold-l);
  background: rgba(196,154,64,0.06);
  transform: translateY(-2px);
}

/* Trust row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  animation: fadeSlideUp 0.9s 0.46s ease both;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8rem;
  color: var(--text-2);
  font-weight: 500;
}
.trust-item svg { flex-shrink: 0; }

/* Hero Visual */
.hero-visual {
  position: relative;
  animation: fadeSlideLeft 1s 0.2s ease both;
}

/* Browser Mockup */
.browser-mockup {
  background: rgba(9,19,33,0.96);
  border: 1px solid rgba(196,154,64,0.12);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow:
    var(--shadow-xl),
    0 0 0 1px rgba(255,255,255,0.03),
    0 0 80px rgba(196,154,64,0.12);
  transform-style: preserve-3d;
}
.browser-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.02);
  border-bottom: 1px solid rgba(196,154,64,0.07);
}
.browser-dots { display: flex; gap: 6px; }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-red { background: #ff5f57; }
.dot-yellow { background: #febc2e; }
.dot-green { background: #28c840; }
.browser-url-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  background: rgba(255,255,255,0.04);
  border-radius: var(--r-sm);
  padding: 5px 12px;
  font-size: 0.73rem;
  color: var(--text-3);
}
.browser-body { padding: 16px; }
.mock-nav-bar {
  height: 28px;
  background: rgba(255,255,255,0.04);
  border-radius: var(--r-sm);
  margin-bottom: 14px;
}
.mock-hero-area {
  height: 116px;
  background: linear-gradient(135deg, rgba(196,154,64,0.1), rgba(26,58,107,0.07));
  border-radius: var(--r-md);
  padding: 18px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(196,154,64,0.07);
}
.mock-hero-text { display: flex; flex-direction: column; gap: 9px; }
.mock-line {
  height: 8px;
  background: rgba(255,255,255,0.07);
  border-radius: var(--r-full);
}
.mock-line-lg { width: 175px; }
.mock-line-md { width: 115px; }
.glow-line {
  background: linear-gradient(90deg, rgba(196,154,64,0.7), rgba(232,200,118,0.35));
  animation: glowLinePulse 2.5s ease-in-out infinite;
}
@keyframes glowLinePulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; box-shadow: 0 0 18px rgba(196,154,64,0.5); }
}
.mock-btn-bar {
  width: 76px; height: 20px;
  background: var(--grad);
  border-radius: var(--r-full);
  margin-top: 6px;
  box-shadow: 0 0 16px rgba(196,154,64,0.4);
}
.mock-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.mock-card-sm {
  height: 52px;
  background: rgba(255,255,255,0.03);
  border-radius: var(--r-sm);
  border: 1px solid rgba(196,154,64,0.05);
  animation: mockCardShimmer 3.5s ease-in-out infinite;
}
.mock-card-sm:nth-child(2) { animation-delay: 0.5s; }
.mock-card-sm:nth-child(3) { animation-delay: 1s; }
@keyframes mockCardShimmer {
  0%, 100% { background: rgba(255,255,255,0.03); }
  50% { background: rgba(196,154,64,0.055); }
}

/* Floating Badges */
.float-badge {
  position: absolute;
  background: rgba(9,19,33,0.92);
  border: 1px solid rgba(196,154,64,0.2);
  border-radius: var(--r-lg);
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow), 0 0 24px rgba(196,154,64,0.1);
  backdrop-filter: blur(16px);
  white-space: nowrap;
  animation: floatAnim 5s ease-in-out infinite;
  z-index: 2;
}
.float-badge:nth-child(2) { animation-delay: -1.5s; }
.float-badge:nth-child(3) { animation-delay: -3s; }
@keyframes floatAnim {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-14px); }
}
.badge-top-right { top: -26px; right: -24px; }
.badge-bottom-left { bottom: 32px; left: -28px; animation-delay: -1.8s !important; }
.badge-bottom-right { bottom: -28px; right: 12px; animation-delay: -3.4s !important; }
.fb-icon { font-size: 1.5rem; }
.fb-num { font-size: 0.95rem; font-weight: 800; color: var(--gold-l); font-family: var(--font-head); letter-spacing: -0.02em; }
.fb-label { font-size: 0.68rem; color: var(--text-2); margin-top: 2px; }

/* Scroll Cue */
.scroll-cue {
  position: absolute;
  bottom: 36px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; z-index: 1;
  animation: fadeSlideUp 1s 1.2s ease both;
}
.scroll-line-anim {
  width: 1px; height: 52px;
  background: linear-gradient(180deg, transparent 0%, var(--gold) 50%, transparent 100%);
  animation: scrollLine 2.4s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
  40% { transform: scaleY(1); transform-origin: top; opacity: 1; }
  60% { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}
.scroll-cue span { font-size: 0.68rem; color: var(--text-3); letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; }

/* Keyframes */
@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeSlideLeft {
  from { opacity: 0; transform: translateX(48px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ═══════════════════════════════════
   SECTION DIVIDERS
═══════════════════════════════════ */
.section-divider {
  position: relative;
  overflow: hidden;
  height: 1px;
  background: transparent;
}
.section-divider::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(196,154,64,0.3) 30%, rgba(232,200,118,0.5) 50%, rgba(196,154,64,0.3) 70%, transparent 100%);
}

/* ═══════════════════════════════════
   STATS BAR
═══════════════════════════════════ */
.stats-bar {
  padding: 60px 28px;
  background: var(--bg-2);
  border-top: 1px solid rgba(196,154,64,0.08);
  border-bottom: 1px solid rgba(196,154,64,0.08);
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 120% at 50% 50%, rgba(196,154,64,0.04), transparent);
}
.stats-bar::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,64,0.2), transparent);
}
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  justify-items: center;
  position: relative;
}
.stat-item {
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.stat-icon-wrap {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(196,154,64,0.08);
  border: 1px solid rgba(196,154,64,0.18);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  transition: background var(--transition), border-color var(--transition), transform 0.4s var(--spring);
}
.stat-item:hover .stat-icon-wrap {
  background: rgba(196,154,64,0.14);
  border-color: rgba(196,154,64,0.35);
  transform: scale(1.08);
}
.stat-icon-wrap svg {
  width: 22px; height: 22px;
  stroke: var(--gold);
}
.stat-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  background: var(--grad-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.stat-sym { font-size: 1.4rem; }
.stat-sym-text {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--grad-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label {
  font-size: 0.82rem;
  color: var(--text-2);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.stat-subtext {
  font-size: 0.75rem;
  color: var(--text-3);
  line-height: 1.6;
  max-width: 200px;
  margin: 0 auto;
}
.stat-sep {
  width: 1px; height: 120px;
  background: linear-gradient(180deg, transparent, rgba(196,154,64,0.2), transparent);
  flex-shrink: 0;
  align-self: center;
}

/* ═══════════════════════════════════
   SECTION HEADER
═══════════════════════════════════ */
.section-header {
  text-align: center;
  margin-bottom: 80px;
}
.section-tag {
  display: inline-block;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(196,154,64,0.08);
  border: 1px solid rgba(196,154,64,0.2);
  border-radius: var(--r-full);
  padding: 5px 18px;
  margin-bottom: 22px;
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text);
  margin-bottom: 18px;
}
.section-sub {
  font-size: 1.05rem;
  color: var(--text-2);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ═══════════════════════════════════
   SERVICES SECTION
═══════════════════════════════════ */
.services-section {
  background: var(--bg);
  position: relative;
}
.services-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--mesh-gold);
  pointer-events: none;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  position: relative;
}
.srv-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 40px 36px;
  transition: border-color var(--transition), background var(--transition), transform 0.4s var(--spring), box-shadow var(--transition);
  overflow: hidden;
}
/* Spotlight glow on hover */
.srv-card::after {
  content: '';
  position: absolute;
  top: var(--mouse-y, 50%);
  left: var(--mouse-x, 50%);
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(196,154,64,0.08) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 50%;
}
.srv-card:hover::after { opacity: 1; }
.srv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-hero);
  opacity: 0;
  transition: opacity 0.4s;
}
.srv-card:hover {
  border-color: rgba(196,154,64,0.28);
  background: var(--bg-card-h);
  transform: translateY(-8px);
  box-shadow: var(--glow-card), var(--glow-gold);
}
.srv-card:hover::before { opacity: 1; }

.srv-featured {
  border-color: rgba(196,154,64,0.22);
  background: rgba(196,154,64,0.04);
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;  /* vertically center the two columns */
}
.srv-featured::before { opacity: 0.7; }
.srv-featured .srv-left { display: flex; flex-direction: column; justify-content: center; }
.srv-featured .srv-right { display: flex; align-items: center; justify-content: center; }


.srv-ribbon {
  position: absolute;
  top: 22px; right: 22px;
  background: var(--grad);
  color: var(--bg);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--r-full);
  letter-spacing: 0.03em;
  box-shadow: 0 2px 12px rgba(196,154,64,0.3);
}
.srv-icon-wrap {
  width: 60px; height: 60px;
  border-radius: var(--r-md);
  background: rgba(196,154,64,0.08);
  border: 1px solid rgba(196,154,64,0.18);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.4s var(--spring), background var(--transition);
}
.srv-card:hover .srv-icon-wrap {
  transform: scale(1.1) rotate(3deg);
  background: rgba(196,154,64,0.14);
}
.srv-icon-wrap svg { width: 26px; height: 26px; stroke: var(--gold); }
.srv-card h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}
.srv-card > p { font-size: 0.9rem; color: var(--text-2); line-height: 1.75; margin-bottom: 24px; }
.srv-features { display: flex; flex-direction: column; gap: 9px; margin-bottom: 28px; }
.srv-features li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.875rem; color: var(--text-2);
}
.srv-features li span {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  width: 18px; height: 18px;
  background: rgba(196,154,64,0.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem;
  flex-shrink: 0;
}
.srv-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gold);
  transition: color var(--transition), letter-spacing var(--transition);
  display: inline-flex; align-items: center; gap: 6px;
}
.srv-link span { display: inline-block; transition: transform 0.3s var(--spring); }
.srv-link:hover { color: var(--gold-l); }
.srv-link:hover span { transform: translateX(5px); }

/* ═══════════════════════════════════
   WEB DESIGN SECTION
═══════════════════════════════════ */
.wd-section {
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}
.wd-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,64,0.5) 30%, rgba(232,200,118,0.7) 50%, rgba(196,154,64,0.5) 70%, transparent);
}
.wd-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--mesh-navy);
  pointer-events: none;
}
.wd-section .container { position: relative; z-index: 1; }

/* Pain Box */
.pain-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: rgba(232,160,48,0.06);
  border: 1px solid rgba(232,160,48,0.18);
  border-radius: var(--r-xl);
  padding: 32px 36px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.pain-box::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #E8A030, rgba(232,160,48,0.3));
}
.pain-icon-wrap {
  font-size: 2.2rem;
  flex-shrink: 0;
  margin-top: 2px;
  animation: painIconPulse 3s ease-in-out infinite;
}
@keyframes painIconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}
.pain-content h3 {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.4;
}
.pain-content h3 .accent-text { color: var(--gold-l); }
.pain-content p { font-size: 0.92rem; color: var(--text-2); line-height: 1.7; }

/* WD Feature Rows */
.wd-features { display: flex; flex-direction: column; gap: 100px; }
.wd-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.wd-reverse { direction: rtl; }
.wd-reverse > * { direction: ltr; }
.wd-num {
  font-family: var(--font-head);
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  background: var(--grad-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.1;
  margin-bottom: -28px;
  letter-spacing: -0.05em;
  display: block;
}
.wd-feature-text h3 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 18px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.wd-feature-text p { font-size: 0.975rem; color: var(--text-2); line-height: 1.85; margin-bottom: 28px; }
.wd-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.wd-tags span {
  padding: 6px 16px;
  background: rgba(196,154,64,0.07);
  border: 1px solid rgba(196,154,64,0.16);
  border-radius: var(--r-full);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
  transition: background var(--transition), border-color var(--transition);
}
.wd-tags span:hover { background: rgba(196,154,64,0.14); border-color: rgba(196,154,64,0.3); }
.wd-feature-visual { display: flex; align-items: center; justify-content: center; }

/* Conversion Demo */
.conv-demo {
  width: 100%;
  max-width: 360px;
  background: rgba(9,19,33,0.8);
  border: 1px solid rgba(196,154,64,0.12);
  border-radius: var(--r-xl);
  padding: 32px;
  backdrop-filter: blur(12px);
  box-shadow: var(--glow-card);
}
.conv-demo-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.conv-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.conv-label-text { font-size: 0.78rem; color: var(--text-3); width: 42px; flex-shrink: 0; font-weight: 600; }
.conv-bar-track {
  flex: 1;
  height: 12px;
  background: rgba(255,255,255,0.04);
  border-radius: var(--r-full);
  overflow: hidden;
}
.conv-bar-fill {
  height: 100%;
  background: rgba(255,255,255,0.08);
  border-radius: var(--r-full);
  transition: width 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.conv-fill-accent {
  background: var(--grad-hero);
  box-shadow: 0 0 16px rgba(196,154,64,0.4);
}
.conv-pct { font-size: 0.85rem; font-weight: 800; color: var(--text-2); width: 42px; text-align: right; font-family: var(--font-head); }
.conv-pct.accent-text { color: var(--gold-l); }
.conv-caption { font-size: 0.72rem; color: var(--text-3); text-align: center; margin-top: 12px; line-height: 1.5; }

/* Speed Ring */
.speed-ring-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px; height: 200px;
}
.speed-ring { width: 200px; height: 200px; drop-shadow: 0 0 16px rgba(196,154,64,0.4); }
.speed-ring-text { position: absolute; text-align: center; }
.speed-score {
  font-family: var(--font-head);
  font-size: 3rem;
  font-weight: 900;
  background: var(--grad-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: -0.04em;
}
.speed-sub { font-size: 0.72rem; color: var(--text-3); margin-top: 6px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }

/* Phone Demo */
.phone-demo { display: flex; justify-content: center; }
.phone-frame {
  width: 152px;
  background: rgba(9,19,33,0.98);
  border: 2px solid rgba(196,154,64,0.18);
  border-radius: 32px;
  padding: 14px 9px;
  box-shadow:
    0 24px 80px rgba(0,0,0,0.6),
    0 0 0 6px rgba(196,154,64,0.04),
    inset 0 1px 0 rgba(255,255,255,0.05);
  position: relative;
}
.phone-notch {
  width: 40px; height: 8px;
  background: rgba(196,154,64,0.15);
  border-radius: var(--r-full);
  margin: 0 auto 12px;
}
.phone-screen-inner { display: flex; flex-direction: column; gap: 6px; }
.ph-nav { height: 16px; background: rgba(255,255,255,0.05); border-radius: 4px; }
.ph-hero-block {
  height: 64px;
  background: linear-gradient(135deg, rgba(196,154,64,0.2), rgba(26,58,107,0.12));
  border-radius: 7px;
  border: 1px solid rgba(196,154,64,0.08);
}
.ph-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.ph-card {
  height: 36px;
  background: rgba(255,255,255,0.04);
  border-radius: 5px;
  border: 1px solid rgba(196,154,64,0.06);
}
.ph-btn {
  height: 18px;
  background: var(--grad);
  border-radius: 9px;
  margin-top: 5px;
  box-shadow: 0 0 12px rgba(196,154,64,0.35);
}

/* SEO Result Demo */
.seo-result-demo {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.seo-pos-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: var(--grad);
  border-radius: var(--r-md);
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--bg);
  box-shadow: 0 4px 20px rgba(196,154,64,0.4);
}
.seo-snippet {
  background: rgba(9,19,33,0.8);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-lg);
  padding: 22px;
  backdrop-filter: blur(12px);
  box-shadow: var(--glow-card);
}
.seo-url-text { font-size: 0.75rem; color: #34a853; margin-bottom: 5px; }
.seo-title-text { font-size: 0.92rem; color: #8ab4f8; font-weight: 600; margin-bottom: 7px; line-height: 1.35; }
.seo-desc-text { font-size: 0.79rem; color: var(--text-3); line-height: 1.55; margin-bottom: 10px; }
.seo-stars-row { font-size: 0.76rem; color: #fabb04; }
.seo-stars-row span { color: var(--text-3); margin-left: 5px; }
.seo-label-text { font-size: 0.72rem; color: var(--text-3); }

/* ═══════════════════════════════════
   PROCESS SECTION
═══════════════════════════════════ */
.process-section {
  background: var(--bg);
  position: relative;
}
.process-section::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--mesh-gold);
  pointer-events: none;
}
.process-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
}
.process-line {
  position: absolute;
  top: 40px; bottom: 40px;
  left: 31px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold) 0%, rgba(196,154,64,0.15) 100%);
  z-index: 0;
}
.process-line-fill {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  background: var(--grad-hero);
  height: 0%;
  transition: height 1.2s var(--ease);
  box-shadow: 0 0 12px rgba(196,154,64,0.6);
}
.process-step {
  display: flex;
  gap: 36px;
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}
.process-step:last-child { padding-bottom: 0; }
.step-num-wrap {
  flex-shrink: 0;
  width: 64px;
  display: flex;
  justify-content: center;
}
.step-num {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--grad);
  color: var(--bg);
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 28px rgba(196,154,64,0.45);
  position: relative;
  z-index: 2;
  transition: transform 0.4s var(--spring), box-shadow var(--transition);
}
.process-step:hover .step-num {
  transform: scale(1.1);
  box-shadow: 0 0 44px rgba(196,154,64,0.65);
}
.step-card {
  flex: 1;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 30px 36px;
  transition: border-color var(--transition), box-shadow var(--transition), transform 0.4s var(--spring);
  position: relative;
  overflow: hidden;
}
.step-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--grad-hero);
  opacity: 0;
  transition: opacity var(--transition);
}
.process-step:hover .step-card {
  border-color: rgba(196,154,64,0.22);
  box-shadow: var(--glow-card);
  transform: translateX(6px);
}
.process-step:hover .step-card::before { opacity: 0.7; }
.step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 10px;
}
.step-header h3 {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
}
.step-time {
  font-size: 0.75rem;
  color: var(--gold);
  background: rgba(196,154,64,0.08);
  border: 1px solid rgba(196,154,64,0.18);
  border-radius: var(--r-full);
  padding: 3px 12px;
  font-weight: 600;
}
.step-card p { font-size: 0.9rem; color: var(--text-2); line-height: 1.75; }

/* ═══════════════════════════════════
   WHY US SECTION
═══════════════════════════════════ */
.why-section {
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--mesh-navy);
  pointer-events: none;
}
.why-section::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,64,0.3) 50%, transparent);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
}
.why-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 36px 30px;
  transition: border-color var(--transition), box-shadow var(--transition), transform 0.4s var(--spring);
  position: relative;
  overflow: hidden;
}
.why-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--grad-hero);
  opacity: 0;
  transition: opacity var(--transition);
}
.why-card:hover {
  border-color: rgba(196,154,64,0.22);
  transform: translateY(-8px);
  box-shadow: var(--glow-card);
}
.why-card:hover::after { opacity: 0.6; }
.why-emoji {
  font-size: 2.4rem;
  margin-bottom: 18px;
  line-height: 1;
  display: block;
  transition: transform 0.4s var(--spring);
}
.why-card:hover .why-emoji { transform: scale(1.2) rotate(-5deg); }
.why-card h3 {
  font-family: var(--font-head);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}
.why-card p { font-size: 0.875rem; color: var(--text-2); line-height: 1.75; }

/* ═══════════════════════════════════
   TESTIMONIALS — CAROUSEL
═══════════════════════════════════ */
.testi-section {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.testi-section::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--mesh-gold);
  pointer-events: none;
}

/* Carousel Wrapper */
.testi-carousel-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 72px; /* space for controls */
  /* edge fade masks */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.testi-carousel {
  display: flex;
  gap: 24px;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.testi-carousel.dragging {
  transition: none;
  cursor: grabbing;
}

/* Slides: fixed width cards, 3-up on desktop */
.testi-slide {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
}

/* Controls Row */
.testi-controls {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.testi-nav {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(196,154,64,0.22);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), transform 0.3s var(--spring), box-shadow var(--transition);
  color: var(--text-2);
  flex-shrink: 0;
}
.testi-nav svg { width: 18px; height: 18px; }
.testi-nav:hover {
  background: rgba(196,154,64,0.1);
  border-color: rgba(196,154,64,0.5);
  color: var(--gold-l);
  transform: scale(1.08);
  box-shadow: 0 0 18px rgba(196,154,64,0.2);
}
.testi-nav:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.testi-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.testi-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(196,154,64,0.2);
  border: 1px solid rgba(196,154,64,0.3);
  cursor: pointer;
  transition: background var(--transition), width 0.3s var(--spring), border-radius 0.3s var(--spring), box-shadow var(--transition);
  flex-shrink: 0;
}
.testi-dot.active {
  width: 24px;
  border-radius: 4px;
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 10px rgba(196,154,64,0.5);
}
.testi-dot:hover:not(.active) {
  background: rgba(196,154,64,0.45);
}

/* Card base — shared between carousel and static fallback */
.testi-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 36px 30px;
  transition: border-color var(--transition), box-shadow var(--transition), transform 0.4s var(--spring);
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}
.testi-card::before {
  content: '"';
  position: absolute;
  top: 16px; right: 24px;
  font-size: 5rem;
  font-family: Georgia, serif;
  line-height: 1;
  color: rgba(196,154,64,0.07);
  pointer-events: none;
  font-weight: 900;
}
.testi-card:hover {
  border-color: rgba(196,154,64,0.22);
  transform: translateY(-6px);
  box-shadow: var(--glow-card);
}
.testi-featured {
  border-color: rgba(196,154,64,0.25);
  background: rgba(196,154,64,0.04);
  transform: scale(1.03);
  box-shadow: var(--glow-gold-sm);
}
.testi-featured::before { color: rgba(196,154,64,0.12); }
.testi-featured:hover { transform: scale(1.03) translateY(-6px); box-shadow: var(--glow-card), var(--glow-gold); }
.testi-featured-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad);
}
.testi-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 3px;
  margin-bottom: 18px;
  display: flex;
  gap: 2px;
}
.testi-star { display: inline-block; animation: starPop 0.4s var(--spring) both; }
.testi-star:nth-child(2) { animation-delay: 0.05s; }
.testi-star:nth-child(3) { animation-delay: 0.1s; }
.testi-star:nth-child(4) { animation-delay: 0.15s; }
.testi-star:nth-child(5) { animation-delay: 0.2s; }
@keyframes starPop {
  from { opacity: 0; transform: scale(0.5); }
  to { opacity: 1; transform: scale(1); }
}
.testi-quote {
  font-size: 0.92rem;
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: 28px;
  font-style: italic;
}
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(196,154,64,0.12);
  border: 2px solid rgba(196,154,64,0.2);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--gold-l);
  flex-shrink: 0;
  transition: transform 0.4s var(--spring), box-shadow var(--transition);
}
.testi-card:hover .testi-avatar {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(196,154,64,0.3);
}
.testi-name { font-weight: 700; font-size: 0.9rem; color: var(--text); }
.testi-role { font-size: 0.78rem; color: var(--text-3); margin-top: 2px; }

/* ═══════════════════════════════════
   PRICING SECTION
═══════════════════════════════════ */
.pricing-section {
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}
.pricing-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,64,0.5) 30%, rgba(232,200,118,0.7) 50%, rgba(196,154,64,0.5) 70%, transparent);
}
.pricing-section::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--mesh-gold);
  pointer-events: none;
}
.pricing-section .container { position: relative; z-index: 1; }

.pricing-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.pricing-toggle {
  display: flex;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  padding: 4px;
  gap: 4px;
  backdrop-filter: blur(8px);
}
.toggle-btn {
  padding: 9px 28px;
  border-radius: var(--r-full);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-2);
  cursor: pointer;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  position: relative;
}
.toggle-btn.active {
  background: var(--grad);
  color: var(--bg);
  box-shadow: 0 0 20px rgba(196,154,64,0.35);
}
.toggle-btn .save-badge {
  position: absolute;
  top: -11px; right: -8px;
  background: var(--green);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: var(--r-full);
  letter-spacing: 0.04em;
  box-shadow: 0 2px 8px rgba(45,168,106,0.4);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.price-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 40px 32px;
  position: relative;
  transition: border-color var(--transition), box-shadow var(--transition), transform 0.4s var(--spring);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.price-card:hover {
  border-color: rgba(196,154,64,0.24);
  transform: translateY(-6px);
  box-shadow: var(--glow-card);
}
/* Featured price card */
.price-card.featured {
  border-color: rgba(196,154,64,0.32);
  background: rgba(196,154,64,0.05);
  transform: scale(1.04);
  box-shadow: var(--glow-gold), var(--glow-card);
}
.price-card.featured:hover { transform: scale(1.04) translateY(-6px); }
.price-card.featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad);
}
.price-card.featured::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 100%;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(196,154,64,0.05), transparent);
  pointer-events: none;
}

/* ── Pricing Badge Fix — floats cleanly above tier name ── */
.price-popular-wrap {
  margin-bottom: 12px;
  min-height: 28px;
  display: flex;
  align-items: flex-start;
}
.price-popular {
  display: inline-flex;
  align-items: center;
  background: var(--grad);
  color: var(--bg);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--r-full);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 2px 12px rgba(196,154,64,0.35);
  white-space: nowrap;
  position: static;
}
.price-tier-name {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.price-title {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.price-desc {
  font-size: 0.875rem;
  color: var(--text-2);
  line-height: 1.65;
  margin-bottom: 30px;
}
.price-amount {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 4px;
}
.price-currency { font-size: 1.3rem; font-weight: 700; color: var(--text-2); align-self: flex-start; margin-top: 10px; }
.price-number {
  font-family: var(--font-head);
  font-size: 3.4rem;
  font-weight: 900;
  color: var(--text);
  line-height: 1;
  letter-spacing: -0.04em;
}
.price-note { font-size: 0.74rem; color: var(--text-3); margin-bottom: 30px; }
.price-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin: 24px 0;
}
.price-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  flex: 1;
}
.price-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--text-2);
  line-height: 1.45;
}
.price-feature .feat-check {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(196,154,64,0.12);
  border: 1px solid rgba(196,154,64,0.22);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  transition: transform 0.3s var(--spring);
}
.price-card:hover .price-feature .feat-check { transform: scale(1.1); }
.price-feature.feat-muted { opacity: 0.4; }
.price-feature.feat-muted .feat-check {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.08);
  color: var(--text-3);
}
.price-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: var(--r-full);
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  cursor: pointer;
  width: 100%;
  text-align: center;
  letter-spacing: 0.01em;
}
.price-cta-primary {
  background: var(--grad);
  color: var(--bg);
  box-shadow: 0 4px 24px rgba(196,154,64,0.4);
}
.price-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(196,154,64,0.55);
}
.price-cta-ghost {
  background: transparent;
  color: var(--text-2);
  border: 1.5px solid rgba(255,255,255,0.1);
}
.price-cta-ghost:hover {
  border-color: rgba(196,154,64,0.4);
  color: var(--gold-l);
  transform: translateY(-2px);
  background: rgba(196,154,64,0.04);
}

/* Maintenance plans */
.maintenance-plans { margin-top: 88px; }
.maintenance-header { text-align: center; margin-bottom: 44px; }
.maintenance-header h3 {
  font-family: var(--font-head);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}
.maintenance-header p { font-size: 0.975rem; color: var(--text-2); max-width: 540px; margin: 0 auto; line-height: 1.7; }
.maint-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.maint-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 34px 30px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  transition: border-color var(--transition), box-shadow var(--transition), transform 0.4s var(--spring);
  position: relative;
  overflow: hidden;
}
.maint-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-hero);
  opacity: 0;
  transition: opacity var(--transition);
}
.maint-card:hover {
  border-color: rgba(196,154,64,0.24);
  box-shadow: var(--glow-card);
  transform: translateY(-6px);
}
.maint-card:hover::before { opacity: 0.8; }
.maint-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: rgba(196,154,64,0.08);
  border: 1px solid rgba(196,154,64,0.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.4s var(--spring);
}
.maint-card:hover .maint-icon { transform: scale(1.1) rotate(-5deg); }
.maint-body { flex: 1; }
.maint-name {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.maint-price {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--gold-l);
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.maint-price span { font-size: 0.8rem; color: var(--text-3); font-weight: 500; }
.maint-features-list { display: flex; flex-direction: column; gap: 7px; }
.maint-feat {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.85rem; color: var(--text-2);
}
.maint-feat::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  font-size: 0.78rem;
  flex-shrink: 0;
  width: 16px; height: 16px;
  background: rgba(196,154,64,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem;
}
.maint-badge {
  position: absolute;
  top: 18px; right: 18px;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--r-full);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.maint-badge.best-value {
  background: rgba(45,168,106,0.12);
  color: var(--green);
  border: 1px solid rgba(45,168,106,0.22);
}

/* ═══════════════════════════════════
   ABOUT / TEAM
═══════════════════════════════════ */
.about-section {
  background: var(--bg);
  position: relative;
}
.about-section::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--mesh-navy);
  pointer-events: none;
}
.about-story-box {
  background: rgba(9,19,33,0.8);
  border: 1px solid rgba(196,154,64,0.14);
  border-radius: var(--r-2xl);
  padding: 56px;
  margin-bottom: 72px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
}
.about-story-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-hero);
  opacity: 0.6;
}
.about-story-box::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 40%;
  background: radial-gradient(ellipse 100% 100% at 100% 50%, rgba(196,154,64,0.05), transparent);
  pointer-events: none;
}
.story-deco {
  font-size: 3.5rem;
  color: var(--gold);
  opacity: 0.15;
  position: absolute;
  top: 28px; right: 44px;
  animation: storyDecoFloat 6s ease-in-out infinite;
}
@keyframes storyDecoFloat {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(15deg) scale(1.1); }
}
.story-lead {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 24px;
  font-style: italic;
}
.story-body p { font-size: 0.975rem; color: var(--text-2); line-height: 1.85; margin-bottom: 18px; }
.story-values { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.sv-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.875rem; color: var(--text-2); font-weight: 500;
}
.sv-dot { color: var(--gold); flex-shrink: 0; font-size: 0.7rem; }

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 40px 36px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  transition: border-color var(--transition), box-shadow var(--transition), transform 0.4s var(--spring);
  position: relative;
  overflow: hidden;
}
.team-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-hero);
  opacity: 0;
  transition: opacity var(--transition);
}
.team-card:hover {
  border-color: rgba(196,154,64,0.24);
  box-shadow: var(--glow-card);
  transform: translateY(-6px);
}
.team-card:hover::before { opacity: 0.7; }
.team-avatar-wrap { position: relative; flex-shrink: 0; }
.team-avatar-img {
  width: 96px; height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(196,154,64,0.3);
  box-shadow: 0 0 0 6px rgba(196,154,64,0.05), 0 8px 24px rgba(0,0,0,0.4);
  display: block;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.team-card:hover .team-avatar-img {
  border-color: rgba(196,154,64,0.55);
  box-shadow: 0 0 0 6px rgba(196,154,64,0.08), 0 0 24px rgba(196,154,64,0.25);
}
.team-avatar-fallback {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: rgba(196,154,64,0.12);
  border: 3px solid rgba(196,154,64,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-l);
  box-shadow: 0 0 0 6px rgba(196,154,64,0.05);
}
.team-av-glow {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,154,64,0.18) 0%, transparent 70%);
  animation: teamGlow 3.5s ease-in-out infinite;
  z-index: -1;
}
@keyframes teamGlow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.12); }
}
.team-info h3 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.team-role {
  font-size: 0.82rem;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.team-info p { font-size: 0.875rem; color: var(--text-2); line-height: 1.75; margin-bottom: 18px; }
.team-skills { display: flex; flex-wrap: wrap; gap: 7px; }
.team-skills span {
  padding: 4px 13px;
  background: rgba(196,154,64,0.07);
  border: 1px solid rgba(196,154,64,0.15);
  border-radius: var(--r-full);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--gold);
  transition: background var(--transition), border-color var(--transition);
}
.team-skills span:hover { background: rgba(196,154,64,0.14); border-color: rgba(196,154,64,0.28); }

/* ═══════════════════════════════════
   SCARCITY SECTION
═══════════════════════════════════ */
.scarcity-section {
  padding: 100px 0;
  background: var(--bg-2);
  border-top: 1px solid rgba(196,154,64,0.1);
  border-bottom: 1px solid rgba(196,154,64,0.1);
  position: relative;
  overflow: hidden;
}
.scarcity-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(196,154,64,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 30% 50% at 20% 50%, rgba(26,58,107,0.1) 0%, transparent 60%),
    radial-gradient(ellipse 30% 50% at 80% 50%, rgba(37,84,160,0.08) 0%, transparent 60%);
}
.scarcity-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 0 28px;
  position: relative;
}
.scar-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196,154,64,0.1);
  border: 1px solid rgba(196,154,64,0.25);
  color: var(--gold-l);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 7px 20px;
  border-radius: var(--r-full);
  margin-bottom: 24px;
  text-transform: uppercase;
  animation: scarBadgePulse 2.5s ease-in-out infinite;
}
@keyframes scarBadgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(196,154,64,0); }
  50% { box-shadow: 0 0 0 8px rgba(196,154,64,0); }
}
.scarcity-inner h2 {
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.18;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}
.scarcity-inner p { font-size: 1.02rem; color: var(--text-2); line-height: 1.75; margin-bottom: 36px; }
.spots-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}
.spot {
  width: 18px; height: 18px;
  border-radius: 50%;
  transition: transform 0.3s var(--spring);
}
.spot:hover { transform: scale(1.3); }
.spot-taken { background: rgba(196,154,64,0.25); border: 2px solid rgba(196,154,64,0.4); }
.spot-free {
  background: var(--gold);
  border: 2px solid var(--gold-l);
  box-shadow: 0 0 14px rgba(196,154,64,0.7);
  animation: spotPulse 2s ease-in-out infinite;
}
.spot-free:nth-child(2) { animation-delay: 0.3s; }
@keyframes spotPulse {
  0%, 100% { box-shadow: 0 0 14px rgba(196,154,64,0.7); }
  50% { box-shadow: 0 0 28px rgba(196,154,64,0.9), 0 0 8px rgba(196,154,64,0.4); }
}
.spots-label { font-size: 0.9rem; color: var(--text-2); font-weight: 600; margin-left: 10px; }

/* ═══════════════════════════════════
   FAQ SECTION
═══════════════════════════════════ */
.faq-section { background: var(--bg); }
.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.faq-item.open {
  border-color: rgba(196,154,64,0.2);
  box-shadow: 0 0 0 1px rgba(196,154,64,0.05), var(--glow-gold-sm);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  text-align: left;
  gap: 16px;
  cursor: pointer;
  transition: background var(--transition);
}
.faq-q:hover { background: rgba(255,255,255,0.02); }
.faq-q span {
  font-size: 0.975rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.45;
  flex: 1;
}
.faq-icon {
  width: 22px; height: 22px;
  stroke: var(--gold);
  transition: transform 0.4s var(--spring);
  flex-shrink: 0;
}
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--ease);
}
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p {
  padding: 0 28px 24px;
  font-size: 0.9rem;
  color: var(--text-2);
  line-height: 1.8;
}
.faq-a p strong { color: var(--gold-l); font-weight: 700; }

/* ═══════════════════════════════════
   CONTACT SECTION
═══════════════════════════════════ */
.contact-section {
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}
.contact-section::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--mesh-gold);
  pointer-events: none;
}
.contact-section::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,64,0.4) 50%, transparent);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  position: relative;
}
.contact-left {}
.contact-left .section-title { text-align: left; }
.contact-intro {
  font-size: 1rem;
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: 36px;
}
.contact-intro strong { color: var(--text); font-weight: 700; }
.contact-details { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: border-color var(--transition), background var(--transition), transform 0.3s var(--spring);
}
a.contact-item:hover {
  border-color: rgba(196,154,64,0.25);
  background: rgba(196,154,64,0.04);
  transform: translateX(5px);
}
.ci-icon { font-size: 1.4rem; flex-shrink: 0; }
.ci-label { font-size: 0.75rem; color: var(--text-3); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 2px; }
.ci-value { font-size: 0.95rem; font-weight: 600; color: var(--text); }

.social-row { display: flex; gap: 12px; }
.soc-btn {
  width: 42px; height: 42px;
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-2);
  transition: color var(--transition), border-color var(--transition), background var(--transition), transform 0.3s var(--spring);
}
.soc-btn:hover {
  color: var(--gold-l);
  border-color: rgba(196,154,64,0.3);
  background: rgba(196,154,64,0.07);
  transform: translateY(-4px);
}

/* Contact Form */
.contact-right {}
.contact-form {
  background: rgba(9,19,33,0.7);
  border: 1px solid rgba(196,154,64,0.12);
  border-radius: var(--r-2xl);
  padding: 44px;
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
}
.contact-form::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-hero);
  opacity: 0.6;
}
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; position: relative; }
.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-2);
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  transition: color var(--transition);
}
.form-group:focus-within label { color: var(--gold-l); }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-md);
  padding: 14px 18px;
  color: var(--text);
  font-size: 0.9rem;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
  outline: none;
  -webkit-appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-3); }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: rgba(196,154,64,0.45);
  background: rgba(196,154,64,0.03);
  box-shadow: 0 0 0 3px rgba(196,154,64,0.08);
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234D5E78' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}
.form-group select option { background: var(--bg-3); color: var(--text); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--grad);
  color: var(--bg);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--r-full);
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 32px rgba(196,154,64,0.4);
  cursor: pointer;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
}
.btn-submit::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(255,255,255,0.08);
  opacity: 0;
  transition: opacity 0.3s;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 44px rgba(196,154,64,0.55); }
.btn-submit:hover::before { opacity: 1; }
.btn-submit:disabled { opacity: 0.6; pointer-events: none; }
.form-note {
  font-size: 0.76rem;
  color: var(--text-3);
  text-align: center;
  margin-top: 14px;
}
.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 64px;
  text-align: center;
}
.success-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(45,168,106,0.12);
  border: 2px solid rgba(45,168,106,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  color: var(--green);
  animation: successPop 0.6s var(--spring) both;
}
@keyframes successPop {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.form-success h3 { font-size: 1.5rem; font-weight: 800; color: var(--text); letter-spacing: -0.02em; }
.form-success p { font-size: 0.95rem; color: var(--text-2); line-height: 1.7; }

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
.footer {
  background: var(--bg-3);
  border-top: 1px solid rgba(196,154,64,0.1);
}
.footer-top { padding: 80px 0 60px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-logo {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}
.footer-brand p {
  font-size: 0.875rem;
  color: var(--text-3);
  line-height: 1.75;
  margin-bottom: 20px;
  max-width: 280px;
}
.footer-flag {
  font-size: 0.82rem;
  color: var(--text-3);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li a,
.footer-col li span {
  font-size: 0.875rem;
  color: var(--text-3);
  transition: color var(--transition);
}
.footer-col li a:hover { color: var(--gold-l); }
.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.footer-socials a {
  width: 36px; height: 36px;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-3);
  transition: color var(--transition), border-color var(--transition), background var(--transition), transform 0.3s var(--spring);
}
.footer-socials a:hover {
  color: var(--gold-l);
  border-color: rgba(196,154,64,0.3);
  background: rgba(196,154,64,0.07);
  transform: translateY(-3px);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 24px 0;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-bottom span { font-size: 0.82rem; color: var(--text-3); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a {
  font-size: 0.82rem;
  color: var(--text-3);
  transition: color var(--transition);
}
.footer-legal a:hover { color: var(--gold-l); }

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media (max-width: 1024px) {
  :root { --container: 100%; }
  .hero-layout { grid-template-columns: 1fr; gap: 60px; text-align: center; }
  .hero-content { align-items: center; }
  .hero-ctas { justify-content: center; }
  .hero-trust { justify-content: center; }
  .hero-visual { max-width: 480px; margin: 0 auto; }
  .badge-top-right { top: -16px; right: -12px; }
  .badge-bottom-left { left: -12px; }
  .badge-bottom-right { right: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .srv-featured { grid-column: span 1; grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .wd-feature-row { grid-template-columns: 1fr; gap: 44px; }
  .wd-reverse { direction: ltr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: span 2; }
  .team-grid { grid-template-columns: 1fr; }
  /* Stats: 2x2 grid on tablets */
  .stats-inner { grid-template-columns: 1fr auto 1fr; gap: 0; }
  .stats-inner .stat-sep:nth-child(4) { grid-row: 2; display: none; }
  /* Carousel: 2 slides visible on tablet */
  .testi-slide { flex: 0 0 calc(50% - 12px); }
}

@media (max-width: 768px) {
  :root { --nav-h: 64px; }
  .section { padding: 88px 0; }
  .nav-links, .btn-nav-cta { display: none; }
  .hamburger { display: flex; }
  .mobile-menu { display: block; }
  .nav-logo-img { width: 32px; height: 32px; }
  .nav-logo-text { font-size: 1.2rem; }
  .hero-title { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .hero-title-line { white-space: normal; }
  /* Carousel: single slide on mobile */
  .testi-slide { flex: 0 0 100%; }
  .testi-carousel-wrap {
    -webkit-mask-image: none;
            mask-image: none;
  }
  .testi-featured { transform: scale(1); }
  .testi-featured:hover { transform: translateY(-6px); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: scale(1); }
  .price-card.featured:hover { transform: translateY(-6px); }
  .maint-grid { grid-template-columns: 1fr; }
  .team-card { flex-direction: column; gap: 20px; }
  .about-story-box { padding: 36px 28px; }
  .story-values { grid-template-columns: 1fr; }
  .contact-form { padding: 32px 24px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  /* Stats: stack vertically */
  .stats-inner { grid-template-columns: 1fr; }
  .stat-sep { width: 60px; height: 1px; justify-self: center; }
  .section-title { font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .hero-layout { padding-bottom: 40px; }
  .wa-float { bottom: 20px; right: 20px; }
}

@media (max-width: 480px) {
  .container { padding: 0 20px; }
  .section { padding: 72px 0; }
  .hero { padding-top: var(--nav-h); padding-bottom: 80px; padding-left: 20px; padding-right: 20px; }
  .float-badge { display: none; }
  .hero-ctas { flex-direction: column; width: 100%; }
  .btn-primary, .btn-ghost { width: 100%; justify-content: center; }
  .srv-featured { padding: 28px 24px; }
  .wd-feature-row { gap: 32px; }
  .process-steps { max-width: 100%; }
  .testi-slide { flex: 0 0 100%; }
  .stat-subtext { display: none; } /* hide subtext on tiny screens for clarity */
}

/* ── CARD SPOTLIGHT (JS injects via CSS vars) ── */
.srv-card, .why-card, .testi-card, .team-card, .step-card, .price-card, .maint-card {
  --mouse-x: 50%;
  --mouse-y: 50%;
}

/* ── PULSE ANIMATION for CTA buttons ── */
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 4px 32px rgba(196,154,64,0.45), 0 1px 0 rgba(255,255,255,0.2) inset; }
  50% { box-shadow: 0 4px 48px rgba(196,154,64,0.7), 0 0 60px rgba(196,154,64,0.2), 0 1px 0 rgba(255,255,255,0.2) inset; }
}
.btn-pulse { animation: ctaPulse 3s ease-in-out infinite 3s; }
