/* ===== LUCIDE ICONS ===== */
[data-lucide] { display: block; }

.icon-wrap [data-lucide] {
  width: 30px; height: 30px;
  stroke-width: 1.5;
  color: currentColor;
}
.why-icon [data-lucide] {
  width: 32px; height: 32px;
  stroke-width: 1.5;
  color: var(--gold);
}
.service-icon [data-lucide] {
  width: 30px; height: 30px;
  stroke-width: 1.5;
  color: var(--gold);
}
.contact-icon [data-lucide] {
  width: 22px; height: 22px;
  stroke-width: 1.5;
  color: var(--gold);
  flex-shrink: 0;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:       #c9a84c;
  --gold-light: #e8c97e;
  --dark:       #070a13;
  --dark-2:     #0d1020;
  --dark-3:     #141828;
  --mid:        #1e2540;
  --white:      #ffffff;
  --off-white:  #f4f5f8;
  --text:       #d0d5e8;
  --muted:      #8490b0;
  --accent:     #2a4fff;
  --radius:     12px;
  --radius-lg:  20px;
  --transition: 0.3s ease;
  --shadow:     0 8px 40px rgba(0,0,0,0.35);
  --shadow-sm:  0 4px 20px rgba(0,0,0,0.2);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #070a13;
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

/* Deep-space atmosphere fixed behind everything */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 62% 42%, rgba(201,168,76,0.07) 0%, transparent 52%),
    radial-gradient(ellipse at 18% 75%, rgba(42,79,255,0.05) 0%, transparent 45%),
    radial-gradient(ellipse at 85% 15%, rgba(160,100,220,0.04) 0%, transparent 38%);
}

/* Ensure all sections sit above the fixed globe & body atmosphere */
header, section, footer { position: relative; z-index: 2; }

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 100px 0; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--white);
  line-height: 1.25;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.1rem; }

.section-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.section-eyebrow.light { color: var(--gold-light); }

.section-header { margin-bottom: 64px; }
.section-header.centered { text-align: center; }
.section-header.centered h2 { max-width: 680px; margin: 0 auto 16px; }

.section-sub {
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto;
}
.section-sub.light-sub { color: #9aa3c0; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), #a8761c);
  color: #1a1200;
}
.btn-primary:hover { background: linear-gradient(135deg, var(--gold-light), var(--gold)); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(201,168,76,0.4); }
.btn-outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: var(--white);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-lg { padding: 16px 36px; font-size: 1rem; }
.btn-full { width: 100%; justify-content: center; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  background: transparent;
  transition: background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}
.navbar.scrolled {
  background: rgba(7,10,19,0.92);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  box-shadow: 0 1px 0 rgba(201,168,76,0.18), 0 8px 40px rgba(0,0,0,0.5);
  border-bottom-color: rgba(201,168,76,0.12);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 78px;
}

/* --- Logo --- */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}
.logo-mark {
  width: 44px; height: 44px;
  background: linear-gradient(145deg, #d4a94f, #8a6010);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff8e8;
  box-shadow: 0 4px 16px rgba(201,168,76,0.35), inset 0 1px 0 rgba(255,255,255,0.15);
  flex-shrink: 0;
  transition: box-shadow var(--transition), transform var(--transition);
}
.logo-mark svg { width: 22px; height: 22px; }
.logo:hover .logo-mark {
  box-shadow: 0 6px 24px rgba(201,168,76,0.5), inset 0 1px 0 rgba(255,255,255,0.2);
  transform: translateY(-1px);
}
.logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}
.logo-name {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
}
.logo-name strong { color: var(--gold); font-weight: 700; }
.logo-sub {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

/* --- Nav links --- */
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.nav-links > a, .dropdown-toggle {
  padding: 7px 14px;
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(208,213,232,0.8);
  border-radius: 6px;
  transition: color var(--transition), background var(--transition);
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.nav-links > a:hover, .dropdown-toggle:hover { color: var(--white); background: rgba(255,255,255,0.05); }
.nav-links > a.nav-active { color: var(--gold); }
.nav-links > a.nav-active::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 50%; transform: translateX(-50%);
  width: 18px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

/* --- Dropdown --- */
.dropdown { position: relative; }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -8px;
  min-width: 230px;
  background: rgba(13,16,27,0.97);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: var(--radius);
  padding: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top left;
  transition: all 0.22s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 16px 48px rgba(0,0,0,0.6), 0 0 0 1px rgba(201,168,76,0.08);
  backdrop-filter: blur(16px);
}
.dropdown:hover .dropdown-menu {
  opacity: 1; pointer-events: auto; transform: translateY(0) scale(1);
}
.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  font-size: 0.84rem;
  color: rgba(208,213,232,0.8);
  border-radius: 6px;
  transition: background var(--transition), color var(--transition);
}
.dropdown-menu a::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.4;
  flex-shrink: 0;
  transition: opacity var(--transition);
}
.dropdown-menu a:hover { background: rgba(201,168,76,0.07); color: var(--gold); }
.dropdown-menu a:hover::before { opacity: 1; }
.caret { font-size: 0.65rem; opacity: 0.6; transition: transform var(--transition); }
.dropdown:hover .caret { transform: rotate(180deg); }
.nav-cta { margin-left: 10px; }

/* --- Hamburger --- */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  padding: 6px;
  border-radius: 6px;
  transition: background var(--transition);
}
.hamburger:hover { background: rgba(255,255,255,0.06); }
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ===== GLOBE ===== */
.globe-canvas {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-10%, -50%);
  width: 640px;
  height: 640px;
  opacity: 0.45;
  pointer-events: auto;
  z-index: 1;
  will-change: transform;
}
.globe-tooltip {
  position: fixed;
  background: rgba(13,16,27,0.96);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 10px;
  padding: 10px 16px;
  pointer-events: none;
  z-index: 9000;
  display: none;
  flex-direction: column;
  gap: 3px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.globe-tooltip.visible { display: flex; }
.gt-city {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.gt-amount {
  font-size: 0.75rem;
  color: #2ec27e;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .globe-canvas { width: 460px; height: 460px; left: 55%; transform: translate(-50%, -50%); opacity: 0.3; }
}
@media (max-width: 768px) { .globe-canvas { display: none; } }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: transparent;
  padding-top: 100px;
  overflow: hidden;
}

/* Left text-area vignette — darkens where content sits so globe doesn't clash */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(7,10,19,0.96) 0%, rgba(7,10,19,0.85) 38%, rgba(7,10,19,0.2) 65%, transparent 100%),
    linear-gradient(to bottom, rgba(7,10,19,0.5) 0%, transparent 25%, transparent 75%, rgba(7,10,19,0.7) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Gold atmosphere halo centred near globe */
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 68% 48%, rgba(201,168,76,0.11) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 20%, rgba(42,79,255,0.06) 0%, transparent 42%);
  z-index: 1;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 24px 80px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px; height: 2px;
  background: var(--gold);
}
.hero-headline {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  color: var(--white);
  margin-bottom: 24px;
  max-width: 780px;
}
.rotating-text {
  display: inline-block;
  color: var(--gold);
  min-width: 320px;
  position: relative;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--text);
  max-width: 580px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 64px; }

.hero-stat-bar {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-stat-num {
  display: flex;
  align-items: flex-end;
  gap: 1px;
  line-height: 1;
}
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}
.stat-suffix { color: var(--gold); font-size: 1.4rem; font-weight: 700; line-height: 1; padding-bottom: 3px; }
.stat-label { font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }

.hero-scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-scroll-hint span {
  display: block;
  width: 2px; height: 48px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  margin: 0 auto;
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.4; transform: scaleY(0.6); }
}

/* Semi-transparent section floors — lets the globe show through */
.section     { background: rgba(8,  11, 20, 0.80); }
.dark-section{ background: rgba(13, 16, 32, 0.86); }

/* ===== ABOUT ===== */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: stretch;
}
.about-visual {
  display: flex;
  flex-direction: column;
  background: var(--dark-3);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
}
.about-feat {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 26px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background var(--transition);
  flex: 1;
  min-height: 88px;
}
.about-feat:hover { background: rgba(255,255,255,0.02); }
.about-feat-icon {
  width: 46px; height: 46px;
  border-radius: 10px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.about-feat-icon [data-lucide] { width: 22px; height: 22px; color: var(--gold); stroke-width: 1.5; }
.about-feat-text strong { display: block; color: var(--white); font-size: 0.95rem; font-weight: 600; margin-bottom: 4px; }
.about-feat-text span { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }
.about-highlight-bar {
  display: flex;
  background: linear-gradient(135deg, rgba(201,168,76,0.08), rgba(201,168,76,0.03));
  border-top: 1px solid rgba(201,168,76,0.15);
}
.about-hl-item {
  flex: 1;
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-hl-item:last-child { border-right: none; }
.about-hl-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}
.about-hl-label { font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.icon-wrap { line-height: 1; }
.about-text { display: flex; flex-direction: column; gap: 18px; align-self: center; }
.about-text h2 { margin-bottom: 4px; }
.about-text p { color: var(--muted); }

/* ===== PROCESS ===== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step-card {
  background: var(--dark-3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color var(--transition), transform var(--transition);
}
.step-card:hover { border-color: rgba(201,168,76,0.3); transform: translateY(-4px); }
.featured-step {
  background: linear-gradient(160deg, #1c2a5e, #0f1635);
  border-color: rgba(42,79,255,0.3);
}
.step-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: var(--gold);
  opacity: 0.5;
  line-height: 1;
}
.step-card p { color: var(--muted); font-size: 0.9rem; }
.step-link { color: var(--gold); font-size: 0.85rem; font-weight: 600; margin-top: auto; transition: gap var(--transition); }
.step-link:hover { color: var(--gold-light); }

/* ===== STATS ===== */
.stats-section { background: linear-gradient(135deg, rgba(7,10,19,0.82), rgba(13,16,32,0.86)); border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.stat-block { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.stat-num-row { display: flex; align-items: flex-end; gap: 2px; line-height: 1; }
.big-number { font-family: 'Playfair Display', serif; font-size: clamp(2.8rem, 5vw, 4rem); color: var(--gold); font-weight: 700; line-height: 1; }
.big-suffix { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--gold); font-weight: 700; line-height: 1; padding-bottom: 4px; }
.stat-desc { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }

/* ===== WHY US ===== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.why-card {
  background: var(--dark-2);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 36px;
  transition: border-color var(--transition), transform var(--transition);
}
.why-card:hover { border-color: rgba(201,168,76,0.25); transform: translateY(-4px); }
.why-icon { margin-bottom: 14px; }
.why-card h4 { margin-bottom: 10px; color: var(--white); }
.why-card p { color: var(--muted); font-size: 0.88rem; margin-bottom: 20px; }
.skill-bar {
  height: 6px;
  background: rgba(255,255,255,0.07);
  border-radius: 3px;
  overflow: hidden;
}
.skill-fill {
  height: 100%;
  width: var(--pct);
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 3px;
  font-size: 0;
}

/* ===== SERVICES ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  background: var(--dark-3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color var(--transition), transform var(--transition), background var(--transition);
}
.service-card:hover { border-color: rgba(201,168,76,0.35); transform: translateY(-4px); background: #1e2538; }
.service-card-other { background: linear-gradient(135deg, rgba(201,168,76,0.12), rgba(201,168,76,0.04)); border-color: rgba(201,168,76,0.2); }
.service-icon { line-height: 1; }
.service-card h4 { color: var(--white); }
.service-card p { color: var(--muted); font-size: 0.87rem; flex: 1; }
.service-link { color: var(--gold); font-size: 0.84rem; font-weight: 600; margin-top: auto; transition: color var(--transition); }
.service-link:hover { color: var(--gold-light); }

/* ===== TEAM ===== */
.team { background: rgba(7,10,19,0.80); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.team-card {
  background: var(--dark-3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.team-card:hover { border-color: rgba(201,168,76,0.3); transform: translateY(-6px); box-shadow: var(--shadow); }
.team-card-lead {
  border-color: rgba(201,168,76,0.2);
  background: linear-gradient(160deg, #1c2235, #131725);
}
.team-photo-wrap {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: var(--mid);
}
.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}
.team-card:hover .team-photo { transform: scale(1.04); }
.team-photo-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--mid), var(--dark-3));
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--gold);
  opacity: 0.4;
}
.team-badge {
  position: absolute;
  bottom: 16px; left: 16px;
  background: linear-gradient(135deg, var(--gold), #a8761c);
  color: #1a1200;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
}
.team-info {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.team-info h3 { color: var(--white); font-size: 1.3rem; }
.team-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  font-weight: 600;
}
.team-bio { color: var(--muted); font-size: 0.87rem; line-height: 1.7; }
.team-credentials {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 2px;
  padding: 10px 14px;
  background: rgba(201,168,76,0.06);
  border-left: 2px solid var(--gold);
  border-radius: 0 6px 6px 0;
}
.team-credentials span {
  font-size: 0.76rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.team-social {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.team-social a {
  width: 32px; height: 32px;
  border-radius: 6px;
  background: var(--mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text);
  transition: background var(--transition), color var(--transition);
}
.team-social a:hover { background: var(--gold); color: #1a1200; }

/* ===== REVIEWS ===== */
.reviews-track-wrap {
  overflow: hidden;
}
.reviews-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.review-card {
  flex: 0 0 calc((100% - 40px) / 3);
  background: var(--dark-3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.stars { color: var(--gold); font-size: 0.95rem; letter-spacing: 2px; }
.review-amount {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2ec27e;
  background: rgba(46,194,126,0.1);
  padding: 3px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.review-card p { color: var(--text); font-size: 0.87rem; line-height: 1.8; font-style: italic; flex: 1; }
.reviewer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.reviewer-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #a8761c);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.72rem;
  color: #1a1200;
  flex-shrink: 0;
}
.reviewer strong { display: block; color: var(--white); font-size: 0.88rem; }
.reviewer span { font-size: 0.75rem; color: var(--muted); }

.reviews-footer { display: flex; justify-content: center; margin-top: 36px; }
.reviews-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rev-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--mid);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
  flex-shrink: 0;
  cursor: pointer;
}
.rev-btn:hover { background: var(--gold); color: #1a1200; border-color: var(--gold); transform: scale(1.08); }
.rev-btn:active { transform: scale(0.96); }

.reviews-dots {
  display: flex;
  gap: 7px;
  align-items: center;
}
.rev-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--mid);
  transition: background var(--transition), transform var(--transition);
  cursor: pointer;
}
.rev-dot.active { background: var(--gold); transform: scale(1.3); }

/* ===== RECOVERED FROM ===== */
.recovered-section { background: rgba(13,16,32,0.84); padding: 72px 0; }
.recovered-header {
  text-align: center;
  margin-bottom: 44px;
}
.recovered-header h3 {
  font-size: 1.5rem;
  color: var(--white);
  margin: 8px 0 12px;
}
.recovered-header p { color: var(--muted); font-size: 0.88rem; max-width: 560px; margin: 0 auto; }

.recovered-ticker-wrap {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.recovered-ticker {
  display: flex;
  gap: 0;
  animation: tickerScroll 36s linear infinite;
  width: max-content;
}
.recovered-ticker:hover { animation-play-state: paused; }

@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.recovered-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  margin: 0 8px;
  background: var(--dark-3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  white-space: nowrap;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  transition: border-color 0.2s;
}
.recovered-brand:hover { border-color: rgba(201,168,76,0.25); }
.rb-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #e05353;
  flex-shrink: 0;
}
.rb-reg {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--muted);
  margin-left: 4px;
}
.recovered-note {
  text-align: center;
  font-size: 0.74rem;
  color: var(--muted);
  margin-top: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

/* ===== NEWS ===== */
.news-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.news-card {
  background: var(--dark-2);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color var(--transition), transform var(--transition);
}
.news-card:hover { border-color: rgba(201,168,76,0.25); transform: translateY(-4px); }
.news-card-featured { padding: 36px; }
.news-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,0.1);
  padding: 4px 12px;
  border-radius: 4px;
  width: fit-content;
}
.news-card h4 { color: var(--white); line-height: 1.45; }
.news-card p { color: var(--muted); font-size: 0.87rem; flex: 1; }
.news-link { color: var(--gold); font-size: 0.84rem; font-weight: 600; transition: color var(--transition); }
.news-link:hover { color: var(--gold-light); }
.news-date { font-size: 0.76rem; color: var(--muted); margin-top: auto; }

/* ===== CTA ===== */
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  text-align: left;
}
.cta-text h2 { max-width: 520px; margin-bottom: 14px; }
.cta-text p { color: var(--muted); max-width: 500px; }

/* ===== CONTACT ===== */
.contact-section { background: rgba(7,10,19,0.80); }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-info h2 { margin-bottom: 4px; }
.contact-info > p { color: var(--muted); }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-top: 12px; }
.contact-details li { display: flex; gap: 16px; align-items: flex-start; }
.contact-icon { font-size: 1.2rem; margin-top: 2px; flex-shrink: 0; }
.contact-details a { color: var(--gold); transition: color var(--transition); }
.contact-details a:hover { color: var(--gold-light); }

.contact-form {
  background: var(--dark-3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--text); letter-spacing: 0.03em; }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--mid);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--white);
  transition: border-color var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--dark-3); }
.form-group textarea { resize: vertical; }
.form-note { font-size: 0.76rem; color: var(--muted); text-align: center; }

/* ===== FOOTER ===== */
.footer { background: rgba(13,16,32,0.90); border-top: 1px solid rgba(255,255,255,0.05); padding-top: 80px; }
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  padding-bottom: 60px;
}
.footer-brand { display: flex; flex-direction: column; gap: 18px; }
.footer-brand p { color: var(--muted); font-size: 0.87rem; }
.social-links { display: flex; gap: 10px; }
.social-links a {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text);
  transition: background var(--transition), color var(--transition);
}
.social-links a:hover { background: var(--gold); color: #1a1200; }
.footer-col h5 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 0.85rem; color: var(--muted); transition: color var(--transition); }
.footer-col ul a:hover { color: var(--gold); }
.footer-col p { font-size: 0.85rem; color: var(--muted); margin-bottom: 16px; }
.newsletter-form { display: flex; flex-direction: column; gap: 10px; }
.newsletter-form input {
  background: var(--mid);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 0.87rem;
  color: var(--white);
  outline: none;
  transition: border-color var(--transition);
}
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form .btn { width: 100%; justify-content: center; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 24px 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 0.8rem; color: var(--muted); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.8rem; color: var(--muted); transition: color var(--transition); }
.footer-legal a:hover { color: var(--gold); }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .grid-2 { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { order: -1; }
  .steps-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .news-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .review-card { flex: 0 0 calc((100% - 20px) / 2); }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-text h2, .cta-text p { max-width: 100%; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: rgba(11,14,23,0.98); backdrop-filter: blur(16px); padding: 16px; gap: 4px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav-links.open { display: flex; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  .dropdown-menu { position: static; opacity: 1; pointer-events: auto; transform: none; box-shadow: none; border: none; background: var(--dark-3); padding-left: 12px; display: none; }
  .dropdown.open .dropdown-menu { display: block; }
  .hero-stat-bar { gap: 28px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .review-card { flex: 0 0 100%; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
}
