:root {
  --bg: #0f1113;
  --surface: #1e242e;
  --text: #f0f2f4;
  --muted: #b3bfca;
  --accent: #e7c375;
  --accent2: #48e936;
  --footer: #0b0f18;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 800px at 20% -10%, #202833 0%, var(--bg) 50%);
  line-height: 1.6;
  overflow-x: hidden;
}
h1,h2,h3,h4,p,ul,ol { margin: 0; }
h1,h2,h3,h4 { font-family: 'DM Serif Display', serif; letter-spacing: .2px; }
a { color: inherit; text-decoration: none; }

.bg-orbs { position: fixed; inset: 0; pointer-events: none; z-index: -1; }
.orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .22; animation: float 14s ease-in-out infinite; }
.orb-1 { width: 320px; height: 320px; background: var(--accent); top: 5%; left: -5%; }
.orb-2 { width: 380px; height: 380px; background: var(--accent2); top: 35%; right: -10%; animation-delay: -4s; }
.orb-3 { width: 260px; height: 260px; background: #6ca8ff; bottom: -8%; left: 30%; animation-delay: -8s; }

.topbar { position: sticky; top: 10px; z-index: 30; padding: 10px 0; }
.dock {
  width: min(1120px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(26, 31, 38, 0.6);
  backdrop-filter: blur(10px);
}
.brand { font-weight: 700; color: var(--accent); }
.menu { list-style: none; display: flex; gap: 14px; padding: 0; }
.menu a { font-size: .94rem; color: var(--muted); transition: .3s ease; }
.menu a:hover { color: var(--text); }
.menu-toggle { display: none; }

.section { width: min(1120px, 92%); margin: 0 auto; padding-block: 64px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.08); }
.section-intro.stack { gap: 14px; max-width: 760px; }
.section-intro { margin-bottom: 22px; }
.stack { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }

.hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: center;
}
.hero-media { position: relative; min-height: 320px; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/10; max-height: 500px; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(15,17,19,.2), rgba(15,17,19,.7)); }
.hero-content { max-width: 560px; padding-right: 6px; animation: heroIn .9s ease both; }
.eyebrow { color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #f2d89f);
  color: #171b22;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 12px 30px rgba(231,195,117,.35);
  transition: transform .3s ease, box-shadow .3s ease;
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(231,195,117,.45); }
.btn-whatsapp.ghost { background: transparent; color: var(--text); border: 1px solid rgba(255,255,255,.25); box-shadow: none; }

.highlights-grid,
.testimonials { display: grid; gap: 16px; }
.highlights-grid { grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: 18px; }
.card {
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 18px;
  transition: .3s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(231,195,117,.5); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.split figure { margin: 0; }
.split img { width: 100%; aspect-ratio: 4/3; max-height: 460px; object-fit: cover; border-radius: 20px; }

.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.tab {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  color: var(--text);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
}
.tab.active { background: rgba(72,233,54,.12); border-color: rgba(72,233,54,.5); }
.tab-panels { margin-top: 18px; }
.panel {
  display: none;
  background: var(--surface);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.1);
  padding: 20px;
}
.panel.active { display: block; animation: fadeUp .5s ease; }

.checklist { margin-top: 18px; display: grid; gap: 12px; padding-left: 20px; }
.checklist li {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 12px 14px;
}

.testimonials.stacked { margin-top: 18px; grid-template-columns: 1fr; }
.testimonials article {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 18px;
  transition: .3s ease;
}
.testimonials article:hover { transform: translateY(-3px); border-color: rgba(231,195,117,.4); }

.location-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: stretch; margin-top: 18px; }
.location-grid iframe { width: 100%; min-height: 320px; border: 0; border-radius: 18px; }
.contact-box { background: var(--surface); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 18px; }

.footer-seo {
  background: var(--footer);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 48px 0 18px;
}
.footer-wrap {
  width: min(1120px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}
.footer-wrap ul { list-style: none; padding: 0; display: grid; gap: 8px; color: var(--muted); }
.footer-wrap p, .footer-wrap li { color: var(--muted); }
.tagline { color: var(--text); font-weight: 600; }
.footer-wa { color: var(--accent); font-weight: 700; }
.copy { width: min(1120px, 92%); margin: 18px auto 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.09); color: #8f9cac; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

@keyframes float {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(0,-16px,0) scale(1.04); }
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
  .highlights-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero, .split, .location-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .section { padding-block: 50px; }
  .menu-toggle {
    display: inline-flex; border: 1px solid rgba(255,255,255,.2); background: transparent; color: var(--text);
    border-radius: 10px; padding: 6px 10px;
  }
  .menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 4%;
    background: rgba(11,15,24,.95);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    padding: 10px;
    flex-direction: column;
  }
  .menu.open { display: flex; }
  .footer-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .section { padding-block: 42px; }
  .hero-media img { max-height: 300px; }
}
