/* =============================================
   VISIMAP — Galaxie Premium
   BG : #030a1a (bleu nuit spatial)
   Accent : #c9a84c (or)
   Style : Apple · Glassmorphism · New-Gen
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:         #c9a84c;
  --gold-light:   #e2c06a;
  --gold-glow:    rgba(201,168,76,0.16);
  --gold-border:  rgba(201,168,76,0.30);

  --bg:           #030a1a;
  --bg-card:      rgba(8,18,42,0.7);
  --glass:        rgba(255,255,255,0.04);
  --glass-b:      rgba(255,255,255,0.08);
  --glass-hover:  rgba(255,255,255,0.07);

  --text:         #eeeaf6;
  --text-muted:   #8a8aaa;
  --text-dim:     #3c3c5a;

  --r-sm:  10px;
  --r-md:  16px;
  --r-lg:  22px;
  --r-xl:  28px;
  --r-2xl: 36px;
  --r-pill:999px;

  --nav-h: 72px;
  --ease:  cubic-bezier(0.4,0,0.2,1);
  --spring:cubic-bezier(0.34,1.56,0.64,1);
  --t:  0.25s;
  --ts: 0.5s;
}

[data-theme="light"] {
  --bg:          #f0eeff;
  --bg-card:     rgba(255,255,255,0.75);
  --glass:       rgba(255,255,255,0.65);
  --glass-b:     rgba(0,0,0,0.07);
  --glass-hover: rgba(255,255,255,0.85);
  --text:        #16142e;
  --text-muted:  #5a5880;
  --text-dim:    #b0aeca;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; }

/* ---- Container ---- */
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 clamp(16px,4vw,32px); }

/* =============================================
   GALAXY CANVAS + NEBULA
   ============================================= */
#galaxy-canvas {
  position: fixed; inset: 0;
  z-index: 0; pointer-events: none;
}

.nebula {
  position: fixed; border-radius: 50%;
  filter: blur(120px); pointer-events: none; z-index: 0;
}
.nebula-1 {
  width: clamp(400px,60vw,800px); height: clamp(400px,60vw,800px);
  top: -15%; left: -10%;
  background: radial-gradient(circle, rgba(30,60,180,0.22) 0%, transparent 70%);
  transform: translate(var(--px,0), var(--py,0));
  transition: transform 0.1s linear;
}
.nebula-2 {
  width: clamp(300px,45vw,600px); height: clamp(300px,45vw,600px);
  bottom: 5%; right: -5%;
  background: radial-gradient(circle, rgba(100,40,200,0.18) 0%, transparent 70%);
  transform: translate(var(--px,0), var(--py,0));
  transition: transform 0.1s linear;
}
.nebula-3 {
  width: clamp(250px,35vw,500px); height: clamp(250px,35vw,500px);
  top: 45%; left: 45%;
  background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%);
  transform: translate(calc(-50% + var(--px,0px)), calc(-50% + var(--py,0px)));
  transition: transform 0.1s linear;
  animation: neb-pulse 18s ease-in-out infinite;
}
@keyframes neb-pulse {
  0%,100% { opacity: 0.7; }
  50%      { opacity: 1; }
}
[data-theme="light"] .nebula { opacity: 0.3; }
[data-theme="light"] #galaxy-canvas { opacity: 0.08; }

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 28px; border-radius: var(--r-pill);
  font-family: 'Inter', sans-serif; font-size: 0.875rem;
  font-weight: 500; letter-spacing: 0.015em;
  cursor: pointer; border: none;
  transition: all var(--t) var(--ease);
  white-space: nowrap; position: relative; overflow: hidden;
}
.btn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), transparent 60%);
  border-radius: inherit; pointer-events: none;
}

.btn-primary {
  background: var(--gold); color: #080614;
  box-shadow: 0 0 24px rgba(201,168,76,0.25);
}
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(201,168,76,0.4);
}
.btn-outline {
  background: var(--glass); color: var(--gold);
  border: 1px solid var(--gold-border); backdrop-filter: blur(12px);
}
.btn-outline:hover {
  background: var(--gold-glow); border-color: var(--gold);
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,0.2);
}
.btn-ghost {
  background: var(--glass); color: var(--text);
  border: 1px solid var(--glass-b); backdrop-filter: blur(12px);
}
.btn-ghost:hover {
  background: var(--glass-hover); border-color: rgba(255,255,255,0.14);
  transform: translateY(-2px);
}

/* =============================================
   SECTION COMMONS
   ============================================= */
.section-label {
  display: inline-block; font-size: 0.67rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.section-header { text-align: center; margin-bottom: clamp(40px,6vw,72px); }
.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem,4.5vw,3.2rem);
  font-weight: 300; color: var(--text); margin-bottom: 16px; letter-spacing: -0.01em;
}
.section-desc { font-size: 0.96rem; color: var(--text-muted); max-width: 500px; margin: 0 auto; line-height: 1.8; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Divider */
.section-divider {
  position: relative;
}
.section-divider::before {
  content: ''; position: absolute;
  top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--glass-b), transparent);
}

/* =============================================
   NAVIGATION
   ============================================= */
.nav-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 200; height: var(--nav-h);
  transition: background var(--t), border-color var(--t), box-shadow var(--t);
  border-bottom: 1px solid transparent;
}
.nav-header.scrolled {
  background: rgba(3,10,26,0.78);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border-bottom-color: var(--glass-b);
  box-shadow: 0 1px 40px rgba(0,0,0,0.3);
}
[data-theme="light"] .nav-header.scrolled { background: rgba(240,238,255,0.82); }

.nav-inner {
  max-width: 1180px; margin: 0 auto;
  padding: 0 clamp(16px,4vw,32px);
  height: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}

.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo-img {
  width: 44px; height: 44px; border-radius: 12px; object-fit: cover;
  box-shadow: 0 0 0 1px var(--gold-border), 0 4px 16px rgba(201,168,76,0.2);
  transition: box-shadow var(--t);
}
.nav-logo:hover .nav-logo-img { box-shadow: 0 0 0 1px var(--gold), 0 6px 22px rgba(201,168,76,0.3); }
.nav-logo-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem; font-weight: 600; letter-spacing: 0.06em; color: var(--text);
}

/* Desktop links */
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-link {
  font-size: 0.83rem; font-weight: 400; color: var(--text-muted);
  transition: color var(--t); letter-spacing: 0.01em; position: relative; padding-bottom: 2px;
}
.nav-link::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 1px; background: var(--gold);
  transform: scaleX(0); transition: transform var(--t) var(--ease); transform-origin: center;
}
.nav-link:hover { color: var(--text); }
.nav-link:hover::after { transform: scaleX(1); }

.nav-actions { display: flex; align-items: center; gap: 10px; }

.theme-toggle {
  background: var(--glass); border: 1px solid var(--glass-b);
  border-radius: var(--r-pill); width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--text-muted); transition: all var(--t);
  backdrop-filter: blur(12px);
}
.theme-toggle:hover { border-color: var(--gold-border); color: var(--gold); }
[data-theme="dark"] .icon-moon { display: none; }
[data-theme="light"] .icon-sun  { display: none; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; background: none; border: none;
  cursor: pointer; padding: 8px; border-radius: 10px;
  transition: background var(--t);
}
.hamburger:hover { background: var(--glass); }
.ham-line {
  display: block; width: 22px; height: 1.5px;
  background: var(--text); border-radius: 2px;
  transition: all var(--t) var(--ease); transform-origin: center;
}
.hamburger.open .ham-line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open .ham-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open .ham-line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* =============================================
   MOBILE MENU
   ============================================= */
.mobile-menu-overlay {
  position: fixed; inset: 0; z-index: 190;
  background: rgba(3,10,26,0.6);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity var(--ts) var(--ease);
}
.mobile-menu-overlay.open {
  opacity: 1; pointer-events: all;
}
[data-theme="light"] .mobile-menu-overlay { background: rgba(16,12,48,0.5); }

.mobile-menu-panel {
  position: absolute; top: 0; right: 0;
  width: min(360px, 100vw); height: 100%;
  background: #060d22;
  border-left: 1px solid var(--glass-b);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--ts) var(--ease);
  overflow-y: auto;
}
[data-theme="light"] .mobile-menu-panel { background: #f4f2ff; }
.mobile-menu-overlay.open .mobile-menu-panel { transform: translateX(0); }

.mobile-menu-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; border-bottom: 1px solid var(--glass-b);
  min-height: var(--nav-h);
}
.mobile-menu-close {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--glass); border: 1px solid var(--glass-b);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--text-muted); transition: all var(--t);
}
.mobile-menu-close:hover { background: var(--glass-hover); color: var(--text); }

.mobile-nav-links { flex: 1; padding: 16px 0; }
.mobile-nav-links li {
  opacity: 0; transform: translateX(20px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}
.mobile-menu-overlay.open .mobile-nav-links li:nth-child(1) { opacity:1; transform:none; transition-delay:0.08s; }
.mobile-menu-overlay.open .mobile-nav-links li:nth-child(2) { opacity:1; transform:none; transition-delay:0.14s; }
.mobile-menu-overlay.open .mobile-nav-links li:nth-child(3) { opacity:1; transform:none; transition-delay:0.20s; }
.mobile-menu-overlay.open .mobile-nav-links li:nth-child(4) { opacity:1; transform:none; transition-delay:0.26s; }

.mobile-nav-link {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 28px; font-size: 1.15rem; font-weight: 300;
  color: var(--text); border-bottom: 1px solid var(--glass-b);
  transition: all var(--t); letter-spacing: 0.01em;
}
.mobile-nav-link:hover { padding-left: 36px; color: var(--gold); }
.mobile-nav-link:hover .mnl-arrow { color: var(--gold); }
.mnl-num {
  font-family: 'Cormorant Garamond', serif; font-size: 0.75rem;
  color: var(--gold); opacity: 0.7; min-width: 20px;
}
.mnl-arrow { margin-left: auto; color: var(--text-dim); transition: all var(--t); }

.mobile-menu-footer {
  padding: 24px; display: flex; flex-direction: column; gap: 18px;
  border-top: 1px solid var(--glass-b);
}
.mobile-menu-socials {
  display: flex; gap: 14px;
}
.mobile-menu-socials a {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--glass); border: 1px solid var(--glass-b);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); transition: all var(--t);
}
.mobile-menu-socials a:hover { border-color: var(--gold-border); color: var(--gold); }
.mobile-menu-location {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.78rem; color: var(--text-dim);
}

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100svh; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  padding: calc(var(--nav-h) + clamp(40px,6vw,80px)) clamp(16px,4vw,32px) clamp(60px,8vw,120px);
  text-align: center; z-index: 1;
}

.hero-dot-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(180,200,255,0.09) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 75% 80% at 50% 50%, black 10%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 75% 80% at 50% 50%, black 10%, transparent 100%);
}
[data-theme="light"] .hero-dot-grid { background-image: radial-gradient(circle, rgba(60,40,180,0.06) 1px, transparent 1px); }

.hero-content { position: relative; z-index: 2; max-width: 860px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 18px; border-radius: var(--r-pill);
  border: 1px solid var(--gold-border); background: rgba(201,168,76,0.08);
  backdrop-filter: blur(12px); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 32px;
}
.hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 6px var(--gold); animation: badge-pulse 2s ease-in-out infinite;
}
@keyframes badge-pulse {
  0%,100% { opacity:1; transform:scale(1); box-shadow: 0 0 6px var(--gold); }
  50%      { opacity:0.5; transform:scale(0.7); box-shadow: 0 0 2px var(--gold); }
}

.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem,8.5vw,7.2rem); font-weight: 300;
  letter-spacing: -0.02em; color: var(--text); margin-bottom: 24px; line-height: 1.04;
}
.hero-title em {
  font-style: italic;
  background: linear-gradient(120deg, #b8902a 0%, var(--gold) 30%, #f0d080 60%, var(--gold) 80%, #b8902a 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
}
@keyframes shimmer { to { background-position: 200% center; } }

.hero-subtitle {
  font-size: clamp(0.9rem,2.2vw,1.1rem); color: var(--text-muted);
  margin-bottom: 48px; line-height: 1.85;
}
.desktop-break { display: none; }
@media (min-width: 640px) { .desktop-break { display: block; } }

.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Stats */
.hero-stats {
  position: relative; z-index: 2;
  display: flex; margin-top: clamp(48px,6vw,80px);
  border: 1px solid var(--glass-b); border-radius: var(--r-2xl);
  background: rgba(8,18,42,0.55); backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); overflow: hidden;
  width: 100%; max-width: 600px;
}
[data-theme="light"] .hero-stats { background: rgba(255,255,255,0.6); }
.hero-stat { flex: 1; padding: clamp(16px,3vw,26px) clamp(12px,2.5vw,28px); text-align: center; position: relative; }
.hero-stat + .hero-stat::before {
  content: ''; position: absolute; top: 20%; bottom: 20%; left: 0;
  width: 1px; background: var(--glass-b);
}
.hero-stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem,3.5vw,2.2rem); font-weight: 300;
  color: var(--gold); display: block; line-height: 1; margin-bottom: 6px;
}
.hero-stat-label { font-size: clamp(0.62rem,1.2vw,0.72rem); color: var(--text-muted); letter-spacing: 0.04em; }

/* Scroll line */
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 2;
}
.hero-scroll span {
  display: block; width: 1px; height: 52px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: scroll-line 2.4s var(--ease) infinite;
}
@keyframes scroll-line {
  0%   { transform: scaleY(0); transform-origin: top; opacity:1; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity:0; }
}

/* =============================================
   SERVICES
   ============================================= */
.services { padding: clamp(80px,10vw,140px) 0; position: relative; z-index: 1; }
.services::before {
  content: ''; position: absolute; top: 0; left: 10%; right: 10%;
  height: 1px; background: linear-gradient(90deg,transparent,var(--glass-b),transparent);
}

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card:nth-child(4) { grid-column: 1/2; }
.service-card:nth-child(5) { grid-column: 2/3; }
@media (max-width:960px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }
}
@media (max-width:560px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  position: relative; background: var(--bg-card);
  border: 1px solid var(--glass-b); border-radius: var(--r-2xl);
  padding: clamp(24px,3vw,36px) clamp(20px,2.5vw,30px) clamp(20px,2.5vw,28px);
  display: flex; flex-direction: column; gap: 16px;
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  transition: transform var(--ts) var(--ease), box-shadow var(--ts) var(--ease),
              border-color var(--ts) var(--ease);
  will-change: transform; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; inset: -1px; border-radius: inherit;
  background: linear-gradient(135deg, rgba(201,168,76,0.22), transparent 45%, rgba(80,60,200,0.12));
  z-index: -1; opacity: 0; transition: opacity var(--ts) var(--ease);
}
.service-card:hover { border-color: rgba(201,168,76,0.2); box-shadow: 0 28px 70px rgba(0,0,0,0.5); }
.service-card:hover::before { opacity: 1; }

.service-card.featured {
  border-color: var(--gold-border);
  background: linear-gradient(160deg, rgba(201,168,76,0.05), var(--bg-card));
}
.service-card.featured::after {
  content: ''; position: absolute;
  top: 0; left: 15%; right: 15%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 0;
}

.card-badge {
  position: absolute; top: 18px; right: 18px;
  padding: 4px 12px; border-radius: var(--r-pill);
  background: rgba(201,168,76,0.12); border: 1px solid var(--gold-border);
  font-size: 0.63rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold);
}

.card-icon {
  width: 54px; height: 54px; border-radius: var(--r-md);
  background: rgba(255,255,255,0.04); border: 1px solid var(--glass-b);
  display: flex; align-items: center; justify-content: center; color: var(--gold);
  transition: all var(--t); flex-shrink: 0;
}
.service-card:hover .card-icon { background: rgba(201,168,76,0.1); border-color: var(--gold-border); box-shadow: 0 0 18px rgba(201,168,76,0.15); }

.card-preview-tag { font-size: 0.68rem; color: var(--gold); font-weight: 500; letter-spacing: 0.04em; }

.card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.3rem,2.5vw,1.55rem); font-weight: 400; color: var(--text); line-height: 1.2;
}
.card-desc { font-size: 0.845rem; color: var(--text-muted); line-height: 1.8; flex: 1; }

.card-price {
  display: flex; align-items: baseline; gap: 8px;
  padding: 16px 0 6px; border-top: 1px solid var(--glass-b); margin-top: auto;
}
.price-amount {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.1rem; font-weight: 300; color: var(--text); line-height: 1;
}
.price-unit { font-size: 0.73rem; color: var(--text-muted); }
.included-tag { font-size: 0.95rem; font-family: 'Inter',sans-serif; font-weight: 500; color: var(--gold); }

.dual-price { display: flex; align-items: center; gap: 12px; }
.price-item  { display: flex; align-items: baseline; gap: 5px; }
.price-separator { color: var(--text-dim); font-size: 0.9rem; }

.card-cta { width: 100%; justify-content: center; }

/* =============================================
   WHY
   ============================================= */
.why {
  padding: clamp(80px,10vw,140px) 0; position: relative; z-index: 1;
}
.why::before, .why::after {
  content: ''; position: absolute; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg,transparent,var(--glass-b),transparent);
}
.why::before { top: 0; }
.why::after  { bottom: 0; }

.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
@media (max-width:900px) { .why-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:480px) { .why-grid { grid-template-columns: 1fr; } }

.why-item {
  padding: clamp(22px,3vw,32px) clamp(18px,2.5vw,26px);
  border: 1px solid var(--glass-b); border-radius: var(--r-xl);
  background: var(--bg-card); backdrop-filter: blur(16px);
  transition: all var(--t) var(--ease);
}
.why-item:hover { border-color: var(--gold-border); transform: translateY(-4px); box-shadow: 0 16px 44px rgba(0,0,0,0.35); }
.why-icon {
  width: 48px; height: 48px; border-radius: var(--r-md);
  background: rgba(201,168,76,0.08); border: 1px solid var(--gold-border);
  display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 20px;
}
.why-item h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem; font-weight: 400; color: var(--text); margin-bottom: 10px;
}
.why-item p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.8; }

/* =============================================
   LOCALISATION
   ============================================= */
.location-section {
  padding: clamp(80px,10vw,140px) 0; position: relative; z-index: 1;
}
.location-section::before {
  content: ''; position: absolute; top: 0; left: 10%; right: 10%;
  height: 1px; background: linear-gradient(90deg,transparent,var(--glass-b),transparent);
}

.location-card {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 0; border: 1px solid var(--glass-b); border-radius: var(--r-2xl);
  background: var(--bg-card); backdrop-filter: blur(20px); overflow: hidden;
}
@media (max-width:860px) { .location-card { grid-template-columns: 1fr; } }

.location-info {
  padding: clamp(28px,4vw,48px);
  display: flex; flex-direction: column; gap: 28px;
  border-right: 1px solid var(--glass-b);
}
@media (max-width:860px) { .location-info { border-right: none; border-bottom: 1px solid var(--glass-b); } }

.location-info-item { display: flex; gap: 16px; align-items: flex-start; }
.location-icon {
  width: 44px; height: 44px; border-radius: var(--r-sm); flex-shrink: 0;
  background: rgba(201,168,76,0.08); border: 1px solid var(--gold-border);
  display: flex; align-items: center; justify-content: center; color: var(--gold);
}
.loc-label { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.loc-value { font-size: 0.96rem; font-weight: 500; color: var(--text); }
.loc-sub   { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }
.loc-link  { transition: color var(--t); }
.loc-link:hover { color: var(--gold); }

.location-coverage { }
.coverage-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.coverage-tag {
  padding: 5px 14px; border-radius: var(--r-pill);
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.04em;
  background: var(--glass); border: 1px solid var(--glass-b); color: var(--text-muted);
  transition: all var(--t);
}
.coverage-tag.active {
  background: rgba(201,168,76,0.12); border-color: var(--gold-border); color: var(--gold);
}
.coverage-tag:hover { border-color: var(--gold-border); color: var(--gold); }

.location-map { position: relative; min-height: 380px; }
.location-map iframe {
  width: 100%; height: 100%; min-height: 380px; border: 0; display: block;
  filter: saturate(0.6) brightness(0.8) hue-rotate(200deg);
}
[data-theme="light"] .location-map iframe { filter: saturate(0.85) brightness(0.95); }

.map-pin-overlay {
  position: absolute; top: 20px; left: 20px; pointer-events: none;
}
.map-pin-badge {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 16px; border-radius: var(--r-pill);
  background: rgba(3,10,26,0.85); border: 1px solid var(--gold-border);
  backdrop-filter: blur(12px);
}
[data-theme="light"] .map-pin-badge { background: rgba(255,255,255,0.9); }
.map-pin-badge img { width: 26px; height: 26px; border-radius: 7px; }
.map-pin-badge span { font-size: 0.8rem; font-weight: 600; color: var(--text); letter-spacing: 0.04em; }

/* =============================================
   CONTACT / FORMULAIRE
   ============================================= */
.contact-section {
  padding: clamp(80px,10vw,140px) 0; position: relative; z-index: 1;
}
.contact-section::before {
  content: ''; position: absolute; top: 0; left: 10%; right: 10%;
  height: 1px; background: linear-gradient(90deg,transparent,var(--gold-border),transparent);
}

.contact-grid {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; align-items: start;
}
@media (max-width:860px) { .contact-grid { grid-template-columns: 1fr; } }

/* Form */
.contact-form-wrap {
  background: var(--bg-card); border: 1px solid var(--glass-b);
  border-radius: var(--r-2xl); padding: clamp(28px,4vw,48px);
  backdrop-filter: blur(20px);
}

.contact-form { display: flex; flex-direction: column; gap: 20px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width:540px) { .form-row { grid-template-columns: 1fr; } }

.form-group { display: flex; flex-direction: column; gap: 8px; }

.form-label {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-muted);
}

.form-input {
  width: 100%; padding: 13px 16px;
  background: rgba(255,255,255,0.04); border: 1px solid var(--glass-b);
  border-radius: var(--r-md); color: var(--text);
  font-family: 'Inter', sans-serif; font-size: 0.92rem;
  transition: all var(--t); outline: none; appearance: none;
}
[data-theme="light"] .form-input { background: rgba(255,255,255,0.7); }
.form-input::placeholder { color: var(--text-dim); }
.form-input:focus {
  border-color: var(--gold-border);
  background: rgba(201,168,76,0.04);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}
.form-input.invalid { border-color: rgba(220,80,80,0.6); box-shadow: 0 0 0 3px rgba(220,80,80,0.1); }

.form-select-wrap { position: relative; }
.form-select { padding-right: 40px; cursor: pointer; }
.form-select option { background: #060d22; color: var(--text); }
[data-theme="light"] .form-select option { background: #f4f2ff; }
.select-arrow {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.form-textarea { resize: vertical; min-height: 110px; line-height: 1.6; }

.form-submit { width: 100%; justify-content: center; padding: 16px; font-size: 0.95rem; }

.form-note {
  font-size: 0.75rem; color: var(--text-dim); text-align: center; margin-top: -4px;
}

/* Side cards */
.contact-side { display: flex; flex-direction: column; gap: 16px; }

.contact-side-card {
  background: var(--bg-card); border: 1px solid var(--glass-b);
  border-radius: var(--r-xl); padding: 24px 24px;
  backdrop-filter: blur(16px); transition: border-color var(--t);
}
.contact-side-card:hover { border-color: var(--gold-border); }

.csc-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem; font-weight: 400; color: var(--text); margin-bottom: 10px;
}
.csc-desc { font-size: 0.84rem; color: var(--text-muted); line-height: 1.75; }

.csc-contacts { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.csc-contact-link {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-radius: var(--r-md);
  background: rgba(255,255,255,0.03); border: 1px solid var(--glass-b);
  font-size: 0.85rem; color: var(--text-muted);
  transition: all var(--t);
}
.csc-contact-link:hover { border-color: var(--gold-border); color: var(--gold); background: var(--gold-glow); }

/* =============================================
   FOOTER
   ============================================= */
.footer {
  position: relative; z-index: 1;
  border-top: 1px solid var(--glass-b);
  padding: clamp(40px,5vw,56px) 0 0;
  background: rgba(3,8,22,0.8); backdrop-filter: blur(20px);
}
[data-theme="light"] .footer { background: rgba(240,238,255,0.8); }

.footer-inner {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 40px; flex-wrap: wrap;
  padding-bottom: clamp(32px,4vw,48px); border-bottom: 1px solid var(--glass-b);
}
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-tagline { font-size: 0.82rem; color: var(--text-muted); font-style: italic; }
.footer-links { display: flex; flex-direction: column; gap: 14px; }
.footer-link {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.84rem; color: var(--text-muted); transition: color var(--t);
}
.footer-link:hover { color: var(--gold); }
.footer-location {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; color: var(--text-dim);
}
.footer-bottom { padding: 22px 0; text-align: center; }
.footer-bottom p { font-size: 0.73rem; color: var(--text-dim); }

/* =============================================
   FLOATING BUTTONS
   ============================================= */
.floating-buttons {
  position: fixed; bottom: 28px; right: 24px;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px; z-index: 200;
  animation: float-in 0.7s 1.4s var(--spring) both;
}
@keyframes float-in {
  from { opacity:0; transform:translateX(70px); }
  to   { opacity:1; transform:translateX(0); }
}
.float-item { display: flex; align-items: center; gap: 10px; flex-direction: row-reverse; }
.float-label-text {
  background: rgba(3,10,26,0.88); border: 1px solid var(--glass-b);
  backdrop-filter: blur(16px); color: var(--text);
  font-size: 0.76rem; font-weight: 500;
  padding: 7px 14px; border-radius: var(--r-pill);
  white-space: nowrap; opacity: 0;
  transform: translateX(8px); pointer-events: none;
  transition: opacity var(--t) var(--ease), transform var(--t) var(--ease);
}
[data-theme="light"] .float-label-text { background: rgba(255,255,255,0.92); }
.float-item:hover .float-label-text { opacity:1; transform:translateX(0); }

.float-btn {
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; cursor: pointer;
  transition: transform var(--t) var(--spring), box-shadow var(--t);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.float-btn:hover { transform: scale(1.12); }
.float-btn svg { display: block; flex-shrink: 0; }

.float-whatsapp { background: #25d366; color: #fff; }
.float-whatsapp:hover { box-shadow: 0 8px 28px rgba(37,211,102,0.45); }
.float-instagram {
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  color: #fff;
}
.float-instagram:hover { filter:brightness(1.1); box-shadow: 0 8px 28px rgba(200,60,120,0.4); }

/* =============================================
   MOBILE OVERRIDES
   ============================================= */
@media (max-width:768px) {
  .hamburger { display: flex; }
  .nav-links  { display: none; }

  .hero-stats { max-width: 100%; }

  .location-map { min-height: 260px; }
  .location-map iframe { min-height: 260px; }

  .floating-buttons { bottom: 20px; right: 16px; }
  .float-btn { width: 50px; height: 50px; }
}

@media (max-width:480px) {
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { justify-content: center; }
  .hero-stats { flex-direction: column; }
  .hero-stat + .hero-stat::before { top:0; bottom:auto; left:20%; right:20%; width:auto; height:1px; }
}
