/* ============================================================
   Taxi Paris Minute — style.css
   Premium Editorial Design System — v2
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&display=swap');

/* ── Design Tokens ─────────────────────────────────────────── */
:root {
  --gold: #D4AF37;
  --gold-light: #E8C94A;
  --gold-dark: #b8961f;
  --gold-gradient: linear-gradient(135deg, #D4AF37 0%, #F0D060 50%, #D4AF37 100%);
  --gold-glow: rgba(212, 175, 55, 0.25);

  --black: #080808;
  --black-2: #0E0E0E;
  --black-3: #161616;
  --black-4: #1E1E1E;

  --white: #FFFFFF;
  --grey: #9CA3AF;
  --grey-dark: #6B7280;
  --grey-light: #D1D5DB;

  --red: #EF4444;
  --green: #22C55E;
  --whatsapp: #25D366;

  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --nav-height: 72px;
  --max-width: 1200px;
  --radius: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --radius-pill: 50px;

  --shadow-sm: 0 2px 8px rgba(0,0,0,0.2);
  --shadow: 0 8px 32px rgba(0,0,0,0.3);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.4);
  --shadow-gold: 0 8px 32px rgba(212,175,55,0.2);
  --shadow-gold-lg: 0 12px 40px rgba(212,175,55,0.35);

  --glass-bg: rgba(255,255,255,0.03);
  --glass-bg-2: rgba(255,255,255,0.06);
  --glass-border: rgba(255,255,255,0.06);
  --glass-border-hover: rgba(255,255,255,0.12);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --tr: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Reset & Base ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) var(--black-2);
}

body {
  font-family: var(--font);
  background: var(--black);
  color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Grain texture overlay on body */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  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");
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

::selection { background: var(--gold); color: var(--black); }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--black-2); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* ── Layout ────────────────────────────────────────────────── */
.container { width: 90%; max-width: var(--max-width); margin-inline: auto; }
.container-sm { width: 90%; max-width: 800px; margin-inline: auto; }
.container-lg { width: 92%; max-width: 1400px; margin-inline: auto; }
.section { padding: 7rem 0; position: relative; }

.section-header { text-align: center; margin-bottom: 4rem; }

.section-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(212,175,55,0.06);
  border: 1px solid rgba(212,175,55,0.12);
  padding: 0.4rem 1.4rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1.2rem;
}

.section-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 0.5rem;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.section-title span { color: var(--gold); }
.section-title em { font-family: var(--font-serif); font-style: italic; color: var(--gold); }

.section-subtitle {
  text-align: center;
  color: var(--grey);
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-inline: auto;
  line-height: 1.7;
}

.gold-line {
  display: block;
  width: 50px;
  height: 3px;
  background: var(--gold-gradient);
  margin: 0.8rem auto 1rem;
  border-radius: 2px;
}

/* Gradient text */
.gradient-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Serif accent headings */
.serif { font-family: var(--font-serif); }
.serif-italic { font-family: var(--font-serif); font-style: italic; }

/* ── Grids ─────────────────────────────────────────────────── */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

@media (max-width: 1024px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* ── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 2.2rem;
  border-radius: var(--radius-sm);
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--tr);
  border: 2px solid transparent;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.01em;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255,255,255,0.12), transparent);
  opacity: 0;
  transition: opacity var(--tr);
}
.btn:hover::after { opacity: 1; }

.btn-gold { background: var(--gold); color: var(--black); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); box-shadow: var(--shadow-gold-lg); }

.btn-outline { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--black); transform: translateY(-2px); box-shadow: var(--shadow-gold); }

.btn-white { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-white:hover { background: var(--grey-light); transform: translateY(-2px); }

.btn-ghost { background: rgba(255,255,255,0.06); color: var(--white); border-color: rgba(255,255,255,0.1); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); }

.btn-lg { padding: 1.05rem 2.8rem; font-size: 0.95rem; }
.btn-sm { padding: 0.55rem 1.3rem; font-size: 0.82rem; }
.btn-icon { gap: 0.6rem; }

/* ── Navbar ────────────────────────────────────────────────── */
.navbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  height: var(--nav-height);
  display: flex; align-items: center;
  background: transparent;
  transition: background var(--tr), box-shadow var(--tr), backdrop-filter var(--tr);
}
.navbar.scrolled {
  background: rgba(8,8,8,0.88);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 1px 0 var(--glass-border), var(--shadow-sm);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  width: 90%; max-width: var(--max-width); margin-inline: auto;
}
.nav-logo { font-size: 1.35rem; font-weight: 800; letter-spacing: 0.02em; color: var(--white); transition: opacity var(--tr); }
.nav-logo span { color: var(--gold); }
.nav-logo:hover { opacity: 0.85; }

.nav-links { display: flex; align-items: center; gap: 0.3rem; }
.nav-links a { padding: 0.5rem 0.9rem; font-size: 0.85rem; font-weight: 500; color: var(--grey-light); border-radius: var(--radius-sm); transition: all var(--tr); position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a.active::after { content: ''; position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%); width: 20px; height: 2px; background: var(--gold); border-radius: 1px; }
.nav-links .btn { margin-left: 0.5rem; }

.nav-dropdown { position: relative; }
.nav-dropdown > a i { font-size: 0.6rem; margin-left: 0.2rem; transition: transform var(--tr); }
.nav-dropdown:hover > a i { transform: rotate(180deg); }

.dropdown-content {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  background: var(--black-3); border: 1px solid var(--glass-border);
  border-radius: var(--radius-md); padding: 0.6rem; min-width: 220px;
  opacity: 0; visibility: hidden; transition: all var(--tr);
  backdrop-filter: blur(20px); box-shadow: var(--shadow-lg);
}
.nav-dropdown:hover .dropdown-content { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown-content a { display: block; padding: 0.6rem 1rem; font-size: 0.84rem; border-radius: var(--radius-sm); color: var(--grey); transition: all var(--tr); }
.dropdown-content a:hover { background: var(--glass-bg-2); color: var(--gold); padding-left: 1.3rem; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 1100; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all var(--tr); transform-origin: center; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.nav-mobile {
  position: fixed; top: 0; right: -100%; width: min(320px, 85vw); height: 100vh;
  background: var(--black-2); border-left: 1px solid var(--glass-border);
  padding: calc(var(--nav-height) + 1.5rem) 1.5rem 2rem;
  display: flex; flex-direction: column; gap: 0.2rem;
  transition: right 0.4s var(--ease); z-index: 1050; overflow-y: auto;
}
.nav-mobile.open { right: 0; }
.nav-mobile a { padding: 0.85rem 1rem; font-size: 0.95rem; font-weight: 500; color: var(--grey-light); border-radius: var(--radius-sm); transition: all var(--tr); }
.nav-mobile a:hover { color: var(--gold); background: var(--glass-bg-2); }

@media (max-width: 1024px) { .nav-links { display: none; } .hamburger { display: flex; } }

/* ── Hero — Full bleed with parallax ──────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  will-change: transform;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
/* Gradient overlay */
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,8,8,0.6) 0%, rgba(8,8,8,0.3) 30%, rgba(8,8,8,0.7) 70%, var(--black) 100%);
}
/* Vignette */
.hero-bg::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(8,8,8,0.5) 100%);
}

.hero-content { position: relative; z-index: 2; text-align: center; max-width: 850px; padding: 2rem 1.5rem; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold);
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.15);
  padding: 0.5rem 1.4rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}
.hero-title {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
  color: var(--white);
}
.hero-title .gold, .hero-title span { color: var(--gold); }
.hero-title em { font-family: var(--font-serif); font-style: italic; color: var(--gold); }

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  max-width: 560px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Scroll indicator */
.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.4); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  animation: heroScroll 2s ease-in-out infinite;
}
.hero-scroll .line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); }
@keyframes heroScroll { 0%,100% { opacity: 0.4; transform: translateX(-50%) translateY(0); } 50% { opacity: 1; transform: translateX(-50%) translateY(8px); } }

/* Page hero — shorter */
.page-hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-hero .hero-content {
  text-align: center;
}
.page-hero .hero-title {
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 30px rgba(0,0,0,0.6), 0 1px 3px rgba(0,0,0,0.4);
}
.page-hero .hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 12px rgba(0,0,0,0.5);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}
.page-hero .hero-bg {
  background-position: center 40%;
}
.page-hero .hero-bg::after {
  background:
    linear-gradient(180deg, rgba(8,8,8,0.45) 0%, rgba(8,8,8,0.1) 25%, rgba(8,8,8,0.25) 55%, rgba(8,8,8,0.85) 82%, var(--black) 100%),
    linear-gradient(90deg, rgba(8,8,8,0.5) 0%, transparent 20%, transparent 80%, rgba(8,8,8,0.5) 100%);
}

/* ── Marquee / Ticker Strip ───────────────────────────────── */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  background: var(--black-2);
}
.marquee-inner {
  display: inline-flex;
  animation: marquee 40s linear infinite;
}
.marquee-inner span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 2.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--grey);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.marquee-inner span i { color: var(--gold); font-size: 0.5rem; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── Breadcrumb ────────────────────────────────────────────── */
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--grey-dark); padding: 1.2rem 0; flex-wrap: wrap; }
.breadcrumb a { color: var(--grey); transition: color var(--tr); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: var(--grey-dark); }
.breadcrumb .current { color: var(--gold); }

/* ── Cards ─────────────────────────────────────────────────── */
.card {
  background: var(--black-3);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.2), transparent);
  opacity: 0;
  transition: opacity var(--tr);
}
.card:hover { border-color: var(--glass-border-hover); transform: translateY(-6px); box-shadow: var(--shadow); }
.card:hover::before { opacity: 1; }

.card-glass {
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: all var(--tr);
}
.card-glass:hover { border-color: rgba(212,175,55,0.15); background: rgba(255,255,255,0.04); }

/* Image card with overlay — for services */
.card-image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  height: 380px;
  cursor: pointer;
  transition: all 0.5s var(--ease);
  display: block;
}
.card-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s var(--ease-out-expo);
}
.card-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(8,8,8,0.95) 100%);
}
.card-image:hover img { transform: scale(1.08); }
.card-image:hover { box-shadow: var(--shadow-lg); }
.card-image-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 2rem; z-index: 2;
}
.card-image-content h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.4rem; }
.card-image-content p { font-size: 0.85rem; color: var(--grey); line-height: 1.6; }
.card-image-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(212,175,55,0.12); border: 1px solid rgba(212,175,55,0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.1rem; margin-bottom: 0.8rem;
}

/* Station card */
.card-station {
  background: var(--black-3); border: 1px solid var(--glass-border);
  border-radius: var(--radius-md); padding: 1.2rem 1.5rem;
  display: flex; align-items: center; gap: 1rem;
  transition: all var(--tr);
}
.card-station:hover { border-color: rgba(212,175,55,0.2); background: var(--black-4); transform: translateX(4px); }
.card-station i { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; }
.card-station h3 { font-size: 0.92rem; font-weight: 600; }
.card-station p { font-size: 0.8rem; color: var(--grey-dark); margin-top: 0.15rem; }

/* Article card */
.card-article {
  background: var(--black-3); border: 1px solid var(--glass-border);
  border-radius: var(--radius); overflow: hidden;
  transition: all 0.4s var(--ease);
}
.card-article:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--glass-border-hover); }
.card-article img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.6s var(--ease); }
.card-article:hover img { transform: scale(1.04); }
.card-article-img { overflow: hidden; }
.card-article-body { padding: 1.5rem; }
.card-article-date { font-size: 0.72rem; color: var(--grey-dark); font-weight: 600; margin-bottom: 0.5rem; letter-spacing: 0.05em; text-transform: uppercase; }
.card-article-body h3 { font-size: 1.05rem; font-weight: 700; line-height: 1.4; margin-bottom: 0.5rem; }
.card-article-body p { font-size: 0.85rem; color: var(--grey); line-height: 1.6; }
.card-article-tag {
  display: inline-block; font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--gold);
  background: rgba(212,175,55,0.08); border: 1px solid rgba(212,175,55,0.12);
  padding: 0.25rem 0.8rem; border-radius: var(--radius-pill); margin-bottom: 0.8rem;
}

/* Pricing Card */
.pricing-card {
  background: var(--black-3); border: 1px solid var(--glass-border);
  border-radius: var(--radius); padding: 2.5rem 2rem;
  text-align: center; transition: all 0.4s var(--ease); position: relative;
}
.pricing-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.pricing-card.featured {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(212,175,55,0.06) 0%, var(--black-3) 100%);
  transform: scale(1.04);
}
.pricing-card.featured:hover { transform: scale(1.04) translateY(-8px); }
.pricing-badge { position: absolute; top: -1px; right: -1px; background: var(--gold-gradient); color: var(--black); font-size: 0.7rem; font-weight: 800; padding: 0.4rem 1.2rem; border-radius: 0 var(--radius) 0 var(--radius); text-transform: uppercase; letter-spacing: 0.06em; }
.pricing-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.5rem; }
.pricing-card .price { font-size: 3rem; font-weight: 900; color: var(--gold); letter-spacing: -0.03em; margin: 1rem 0; }
.pricing-card .price small { font-size: 0.9rem; font-weight: 400; color: var(--grey); }
.pricing-card ul { text-align: left; margin: 1.5rem 0; }
.pricing-card ul li { padding: 0.55rem 0; font-size: 0.88rem; color: var(--grey); display: flex; align-items: center; gap: 0.7rem; border-bottom: 1px solid var(--glass-border); }
.pricing-card ul li:last-child { border-bottom: none; }
.pricing-card ul li i { color: var(--gold); font-size: 0.78rem; width: 16px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: start; }

@media (max-width: 768px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
  .pricing-card.featured { transform: none; }
  .pricing-card.featured:hover { transform: translateY(-8px); }
}

/* ── Steps (with connector line) ──────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; }
.steps-grid::before {
  content: '';
  position: absolute; top: 24px; left: 12.5%; right: 12.5%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dark), var(--gold-dark), transparent);
  opacity: 0.3;
}
.step-card {
  background: var(--black-3); border: 1px solid var(--glass-border);
  border-radius: var(--radius); padding: 2rem 1.5rem;
  text-align: center; transition: all var(--tr); position: relative;
}
.step-card:hover { border-color: rgba(212,175,55,0.2); transform: translateY(-4px); }
.step-number {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  background: var(--gold-gradient); color: var(--black);
  font-size: 1.1rem; font-weight: 900; border-radius: 50%;
  margin-bottom: 1.2rem; position: relative; z-index: 1;
  box-shadow: 0 4px 16px rgba(212,175,55,0.25);
}
.step-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.step-card p { font-size: 0.85rem; color: var(--grey); line-height: 1.6; }

@media (max-width: 768px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } .steps-grid::before { display: none; } }
@media (max-width: 480px) { .steps-grid { grid-template-columns: 1fr; } }

/* ── Stats with animated counters ─────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; padding: 3.5rem 0; }
.stat-item { text-align: center; padding: 1.5rem; position: relative; }
.stat-item::after {
  content: '';
  position: absolute; right: 0; top: 20%; height: 60%;
  width: 1px; background: var(--glass-border);
}
.stat-item:last-child::after { display: none; }
.stat-number { font-size: clamp(2.2rem, 4.5vw, 3.5rem); font-weight: 900; color: var(--gold); letter-spacing: -0.03em; line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.82rem; color: var(--grey); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; }

@media (max-width: 768px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat-item::after { display: none; }
}

/* ── Forms ─────────────────────────────────────────────────── */
.form-grid { display: grid; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.form-group { position: relative; }
.form-label { display: block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey); margin-bottom: 0.5rem; }
.form-control {
  width: 100%; background: var(--black-2); border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm); padding: 0.95rem 1.2rem; color: var(--white);
  font-family: var(--font); font-size: 0.9rem; transition: all var(--tr); outline: none;
}
.form-control::placeholder { color: var(--grey-dark); }
.form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,0.08); background: var(--black-3); }
select.form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
textarea.form-control { resize: vertical; min-height: 120px; }
.has-error .form-control { border-color: var(--red); box-shadow: 0 0 0 3px rgba(239,68,68,0.08); }
.field-error { display: none; font-size: 0.76rem; color: var(--red); margin-top: 0.4rem; font-weight: 500; }
.form-success { display: none; text-align: center; padding: 3rem 1.5rem; }
.form-success i { font-size: 3rem; color: var(--green); margin-bottom: 1rem; }

@media (max-width: 768px) { .form-row { grid-template-columns: 1fr; } }

/* ── FAQ ───────────────────────────────────────────────────── */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.6rem; }
details { background: var(--black-3); border: 1px solid var(--glass-border); border-radius: var(--radius-md); overflow: hidden; transition: all var(--tr); }
details[open] { border-color: rgba(212,175,55,0.2); background: linear-gradient(135deg, rgba(212,175,55,0.02), var(--black-3)); }
summary { padding: 1.3rem 1.5rem; font-size: 0.95rem; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: space-between; list-style: none; transition: color var(--tr); }
summary::-webkit-details-marker { display: none; }
summary i { font-size: 0.72rem; color: var(--gold); transition: transform var(--tr); flex-shrink: 0; }
details[open] summary i { transform: rotate(180deg); }
details[open] summary { color: var(--gold); }
details p, details div { padding: 0 1.5rem 1.3rem; font-size: 0.9rem; color: var(--grey); line-height: 1.8; }

/* ── Trust Badges ──────────────────────────────────────────── */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.trust-item {
  display: flex; align-items: center; gap: 1rem; padding: 1.3rem;
  background: var(--black-3); border: 1px solid var(--glass-border);
  border-radius: var(--radius-md); transition: all var(--tr);
}
.trust-item:hover { border-color: rgba(212,175,55,0.15); }
.trust-item i { font-size: 1.4rem; color: var(--gold); flex-shrink: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(212,175,55,0.08); border-radius: 50%; }
.trust-item h4 { font-size: 0.88rem; font-weight: 600; }
.trust-item p { font-size: 0.76rem; color: var(--grey); }

@media (max-width: 768px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .trust-grid { grid-template-columns: 1fr; } }

/* ── Testimonials ──────────────────────────────────────────── */
.testimonial-card {
  background: var(--black-3); border: 1px solid var(--glass-border);
  border-radius: var(--radius); padding: 2rem; position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute; top: 1rem; right: 1.5rem;
  font-family: var(--font-serif); font-size: 4rem; color: rgba(212,175,55,0.08); line-height: 1;
}
.testimonial-stars { color: var(--gold); font-size: 0.82rem; margin-bottom: 1rem; letter-spacing: 0.1em; }
.testimonial-text { font-size: 0.95rem; color: var(--grey-light); line-height: 1.8; margin-bottom: 1.2rem; font-style: italic; }
.testimonial-author { font-size: 0.85rem; font-weight: 700; }
.testimonial-role { font-size: 0.76rem; color: var(--grey-dark); }

/* ── Contact Card ──────────────────────────────────────────── */
.contact-card {
  background: var(--black-3); border: 1px solid var(--glass-border);
  border-radius: var(--radius); padding: 2rem; display: flex; align-items: center; gap: 1.2rem;
  transition: all var(--tr);
}
.contact-card:hover { border-color: rgba(212,175,55,0.2); transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-card i { font-size: 1.5rem; color: var(--gold); width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: rgba(212,175,55,0.08); border-radius: 50%; flex-shrink: 0; border: 1px solid rgba(212,175,55,0.12); }
.contact-card h4 { font-size: 0.88rem; font-weight: 700; }
.contact-card p { font-size: 0.85rem; color: var(--grey); }

/* ── Article Content ───────────────────────────────────────── */
.article-content { max-width: 750px; margin: 0 auto; padding: 3rem 0; }
.article-content h2 { font-size: 1.6rem; font-weight: 800; margin: 2.5rem 0 1rem; letter-spacing: -0.02em; }
.article-content h3 { font-size: 1.2rem; font-weight: 700; margin: 1.5rem 0 0.8rem; }
.article-content p { color: var(--grey-light); margin-bottom: 1.3rem; line-height: 1.85; }
.article-content ul, .article-content ol { margin: 1rem 0 1.5rem 1.5rem; color: var(--grey-light); }
.article-content li { margin-bottom: 0.5rem; line-height: 1.7; }
.article-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; color: var(--grey-dark); font-size: 0.82rem; }

/* ── CTA Banner ────────────────────────────────────────────── */
.cta-banner {
  position: relative;
  border-radius: var(--radius);
  padding: 5rem 2rem;
  text-align: center;
  overflow: hidden;
}
.cta-banner .cta-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.15;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, var(--black-2) 50%, rgba(212,175,55,0.06) 100%);
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: var(--radius);
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 800; margin-bottom: 1rem; letter-spacing: -0.02em; }
.cta-banner p { color: var(--grey); font-size: 1rem; max-width: 520px; margin-inline: auto; margin-bottom: 2rem; line-height: 1.7; }

/* ── Split section (image + text) ─────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.split-reverse { direction: rtl; }
.split-reverse > * { direction: ltr; }
.split-image {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
.split-image img { width: 100%; height: 100%; object-fit: cover; }
.split-image::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
}
/* Decorative corner accent */
.split-image::before {
  content: '';
  position: absolute; top: -12px; left: -12px;
  width: 60px; height: 60px;
  border-top: 2px solid var(--gold); border-left: 2px solid var(--gold);
  border-radius: 4px 0 0 0;
  z-index: 2;
}
.split-text .section-tag { margin-bottom: 1rem; }
.split-text h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 1rem; letter-spacing: -0.02em; line-height: 1.2; }
.split-text p { color: var(--grey); line-height: 1.8; margin-bottom: 1.2rem; }

@media (max-width: 768px) { .split, .split-reverse { grid-template-columns: 1fr; gap: 2rem; } .split-reverse { direction: ltr; } }

/* ── Number highlight card ────────────────────────────────── */
.number-card {
  background: var(--black-3); border: 1px solid var(--glass-border);
  border-radius: var(--radius); padding: 2rem; text-align: center;
  transition: all var(--tr);
}
.number-card:hover { border-color: rgba(212,175,55,0.2); transform: translateY(-4px); }
.number-card .num { font-size: 2.5rem; font-weight: 900; color: var(--gold); letter-spacing: -0.03em; margin-bottom: 0.3rem; }
.number-card .label { font-size: 0.82rem; color: var(--grey); font-weight: 500; }
.number-card i { font-size: 1.5rem; color: rgba(212,175,55,0.3); margin-bottom: 0.8rem; }

/* ── Footer ────────────────────────────────────────────────── */
.footer { background: var(--black-2); border-top: 1px solid var(--glass-border); padding: 5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.8rem; }
.footer-logo span { color: var(--gold); }
.footer-desc { font-size: 0.85rem; color: var(--grey-dark); line-height: 1.7; max-width: 300px; }
.footer-col h4 { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1.2rem; color: var(--grey); }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { font-size: 0.85rem; color: var(--grey-dark); transition: all var(--tr); }
.footer-col ul li a:hover { color: var(--gold); padding-left: 4px; }
.footer-social { display: flex; gap: 0.8rem; margin-top: 1.2rem; }
.footer-social a { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; background: var(--glass-bg-2); border: 1px solid var(--glass-border); border-radius: 50%; color: var(--grey); font-size: 0.85rem; transition: all var(--tr); }
.footer-social a:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--glass-border); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.76rem; color: rgba(255,255,255,0.25); }
.footer-bottom a { color: rgba(255,255,255,0.25); transition: color var(--tr); }
.footer-bottom a:hover { color: var(--gold); }

@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* ── Floating Action Buttons ───────────────────────────────── */
.fab-container { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 900; display: flex; flex-direction: column; gap: 0.8rem; }
.fab-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; transition: all var(--tr); box-shadow: var(--shadow); border: none; cursor: pointer; text-decoration: none; }
.fab-btn:hover { transform: scale(1.12); }
.fab-phone { background: var(--gold); color: var(--black); animation: fabPulse 2.5s infinite; }

@keyframes fabPulse {
  0% { box-shadow: 0 0 0 0 rgba(198,163,80,0.4); }
  70% { box-shadow: 0 0 0 18px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

/* ── Zone Tags ─────────────────────────────────────────────── */
.zone-tag { display: inline-block; font-size: 0.78rem; font-weight: 500; color: var(--grey); background: var(--black-3); border: 1px solid var(--glass-border); padding: 0.4rem 1rem; border-radius: var(--radius-pill); transition: all var(--tr); }
.zone-tag:hover { border-color: rgba(212,175,55,0.3); color: var(--gold); }

/* ── Link Cards ────────────────────────────────────────────── */
.link-card { background: var(--black-3); border: 1px solid var(--glass-border); border-radius: var(--radius-md); padding: 1rem 1.2rem; display: flex; align-items: center; gap: 0.8rem; font-size: 0.88rem; color: var(--grey); transition: all var(--tr); }
.link-card:hover { border-color: rgba(212,175,55,0.3); color: var(--gold); transform: translateX(4px); }
.link-card i { color: var(--gold); flex-shrink: 0; }

/* ── Map Container ─────────────────────────────────────────── */
.map-container { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--glass-border); aspect-ratio: 16/9; }
.map-container iframe { width: 100%; height: 100%; border: none; }

/* ── Legal Blocks ──────────────────────────────────────────── */
.legal-block { background: var(--black-3); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 2.5rem; margin-bottom: 1.5rem; }
.legal-block h2, .legal-block h3 { color: var(--gold); margin-bottom: 1rem; }
.legal-block p { color: var(--grey); line-height: 1.85; margin-bottom: 0.8rem; }

/* ── Feature grid with icons ──────────────────────────────── */
.feature-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(212,175,55,0.06); border: 1px solid rgba(212,175,55,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.3rem; margin-bottom: 1.2rem;
  transition: all var(--tr);
}
.card:hover .feature-icon { background: rgba(212,175,55,0.12); border-color: rgba(212,175,55,0.2); transform: scale(1.05); }

/* ── Divider wave ─────────────────────────────────────────── */
.wave-divider {
  position: relative; width: 100%; overflow: hidden; line-height: 0; margin-top: -1px;
}
.wave-divider svg { position: relative; display: block; width: 100%; height: 60px; }
.wave-divider svg path { fill: var(--black); }
.wave-divider-dark svg path { fill: var(--black-2); }

/* ── Parallax image section ───────────────────────────────── */
.parallax-section {
  position: relative; padding: 8rem 0; overflow: hidden;
}
.parallax-section .parallax-bg {
  position: absolute; inset: -20% 0; z-index: 0;
  background-size: cover; background-position: center;
  background-attachment: fixed;
}
.parallax-section .parallax-bg::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(8,8,8,0.82);
}
.parallax-section > .container { position: relative; z-index: 1; }

/* ── Animations ────────────────────────────────────────────── */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }

.fade-in-up { opacity: 0; transform: translateY(40px); transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo); }
.fade-in-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo); }
.fade-in-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo); }
.scale-in { opacity: 0; transform: scale(0.9); transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo); }

.fade-in-up.visible { opacity: 1; transform: translateY(0); }
.fade-in-left.visible { opacity: 1; transform: translateX(0); }
.fade-in-right.visible { opacity: 1; transform: translateX(0); }
.scale-in.visible { opacity: 1; transform: scale(1); }

/* Stagger delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ── Utilities ─────────────────────────────────────────────── */
.text-gold { color: var(--gold); }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; } .mt-5 { margin-top: 3rem; }
.mb-1 { margin-bottom: 0.5rem; } .mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.5rem; } .mb-4 { margin-bottom: 2rem; } .mb-5 { margin-bottom: 3rem; }
.hidden { display: none !important; }
.glass { background: var(--glass-bg); backdrop-filter: blur(16px); border: 1px solid var(--glass-border); }
.overflow-hidden { overflow: hidden; }

/* ── Responsive Global ─────────────────────────────────────── */
@media (max-width: 768px) {
  .section { padding: 5rem 0; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btns .btn { width: 100%; max-width: 300px; }
  .page-hero { min-height: 45vh; }
}
@media (max-width: 480px) {
  .section { padding: 3.5rem 0; }
  .container { width: 92%; }
  .hero-title { font-size: clamp(2rem, 8vw, 3rem); }
}
