:root{
  --bg:#071a33;
  --bg2:#0a2b56;
  --card:rgba(255,255,255,.06);
  --stroke:rgba(255,255,255,.14);
  --text:#eef3ff;
  --muted:rgba(238,243,255,.72);
  --gold:#d6b15a;
  --gold2:#f1d789;
  --shadow:0 18px 40px rgba(0,0,0,.35);
  --radius:18px;
  --radius2:26px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:radial-gradient(1200px 800px at 20% 0%, #12386e 0%, var(--bg) 55%, #061024 100%);
  overflow-x:hidden;
}

img{max-width:100%;height:auto;display:block}
a{color:inherit}
.container{width:min(1120px, 92%); margin-inline:auto}

.skip{
  position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip:focus{left:12px;top:12px;width:auto;height:auto;padding:10px 12px;background:#000;border-radius:10px;z-index:9999}

.topbar{
  background:rgba(0,0,0,.18);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.topbar__inner{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:10px 0;font-size:14px}
.topbar__link{opacity:.9;text-decoration:none}
.topbar__link:hover{opacity:1;text-decoration:underline}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  font-weight:600;
}

.nav{position:sticky;top:0;z-index:50;background:rgba(7,26,51,.72);backdrop-filter: blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand__logo{width:46px;height:46px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05)}
.brand__text strong{display:block;font-family:"Playfair Display",serif;letter-spacing:.3px}
.brand__text span{display:block;font-size:12.5px;opacity:.85}

.nav__links{display:flex;align-items:center;gap:16px}
.nav__links a{opacity:.9;text-decoration:none;font-weight:600;font-size:14px}
.nav__links a:hover{opacity:1}

.nav__toggle{display:none; width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);cursor:pointer}
.nav__toggle span{display:block;height:2px;background:rgba(255,255,255,.9);margin:7px 10px;border-radius:999px}

.hero{position:relative;padding:44px 0 28px}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}
.hero h1{font-family:"Playfair Display",serif;margin:0 0 10px;font-size:clamp(30px, 3.2vw, 48px);letter-spacing:.2px}
.lead{margin:0 0 18px;color:var(--muted);font-size:clamp(15px,1.5vw,18px);line-height:1.6}
.hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 16px}
.hero__bullets{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}
.pill{padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);font-size:13.5px}
.hero__trust{margin-top:18px;display:flex;gap:12px;align-items:center;padding:12px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.12)}
.hero__trust img{width:70px;height:52px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.14)}
.hero__trust strong{display:block}
.hero__trust span{display:block;font-size:13px;opacity:.85}

.hero__media{position:relative}
.hero__image{
  min-height:420px;border-radius:var(--radius2);
  background-size:cover;background-position:center;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
}
.hero__card{
  position:absolute;right:14px;bottom:-18px; width:min(320px, calc(100% - 28px));
  padding:16px;border-radius:20px;
}
.glass{background:rgba(255,255,255,.06);backdrop-filter: blur(12px);border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow)}
.card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:18px}
.card h3{margin:0 0 8px;font-family:"Playfair Display",serif}
.card p{margin:0;color:var(--muted);line-height:1.6}

.hero__wave{
  position:absolute;inset:auto 0 -1px 0;height:90px;
  background:linear-gradient(to bottom, rgba(7,26,51,0) 0%, rgba(7,26,51,1) 100%);
}

.section{padding:74px 0}
.section--alt{background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.section__head{margin-bottom:22px}
.section__head h2{margin:0 0 8px;font-family:"Playfair Display",serif;font-size:clamp(24px,2.2vw,34px)}
.section__head p{margin:0;color:var(--muted);line-height:1.65}

.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.cards .card{padding:18px}
.cards .card h3{font-size:18px}
.cards .card p{font-size:14px}

.cta-band{
  margin-top:18px;
  display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;
  padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(135deg, rgba(214,177,90,.18), rgba(255,255,255,.03));
}
.cta-band h3{margin:0 0 6px;font-family:"Playfair Display",serif}
.cta-band p{margin:0;color:var(--muted)}
.cta-band__actions{display:flex;gap:10px;flex-wrap:wrap}

.split{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center}
.round{border-radius:var(--radius2);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}
.checklist{list-style:none;padding:0;margin:0 0 14px}
.checklist li{padding:10px 0;border-bottom:1px dashed rgba(255,255,255,.14);color:var(--muted)}
.checklist li:last-child{border-bottom:none}
.note{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);color:var(--muted)}
.note strong{color:var(--text)}

.gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.gallery__item{
  padding:0;border:0;background:none;cursor:pointer;
  border-radius:18px; overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  transition: transform .15s ease, border-color .15s ease;
}
.gallery__item:hover{transform: translateY(-2px); border-color: rgba(214,177,90,.55)}
.gallery__item img{width:100%;height:190px;object-fit:cover}

.lightbox{
  position:fixed; inset:0; display:none; place-items:center;
  background:rgba(0,0,0,.72);
  z-index:100;
}
.lightbox[aria-hidden="false"]{display:grid}
.lightbox__img{
  width:min(980px, 92vw); height:min(78vh, 720px);
  object-fit:contain; border-radius:18px; border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.25);
}
.lightbox__close{
  position:absolute; top:16px; right:16px;
  width:46px;height:46px;border-radius:16px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);
  color:#fff;font-size:28px;line-height:1;cursor:pointer;
}
.lightbox__nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:48px;height:48px;border-radius:16px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);
  color:#fff;font-size:34px;line-height:1;cursor:pointer;
}
.lightbox__nav--prev{left:16px}
.lightbox__nav--next{right:16px}

.video iframe{
  width:100%;
  aspect-ratio: 16/9;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
}

.contact{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact__row{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);color:var(--muted)}
.contact__row a{color:var(--text);text-decoration:none}
.contact__row a:hover{text-decoration:underline}
.mini-embed{margin-top:14px; border-radius:18px; overflow:hidden; border:1px solid rgba(255,255,255,.12)}
.form{display:grid;gap:12px;margin-top:10px}
label{display:grid;gap:7px;color:var(--muted);font-size:14px}
input,textarea{
  padding:12px 12px;border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.18);
  color:var(--text);
  outline:none;
}
input:focus,textarea:focus{border-color: rgba(214,177,90,.7); box-shadow:0 0 0 4px rgba(214,177,90,.18)}
.muted{color:var(--muted);line-height:1.6;margin:0}

.map{padding:0; overflow:hidden}

.footer{
  border-top:1px solid rgba(255,255,255,.06);
  padding:26px 0 0;
  background:rgba(0,0,0,.12);
}
.footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px;align-items:start;padding-bottom:20px}
.footer__brand{display:flex;gap:12px;align-items:center}
.footer__brand img{width:46px;height:46px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05)}
.footer__brand strong{display:block;font-family:"Playfair Display",serif}
.footer__brand span{display:block;font-size:13px;opacity:.85}
.footer__small{color:var(--muted);margin:10px 0 0}
.footer__links{display:grid;gap:8px}
.footer__links a{text-decoration:none;opacity:.9}
.footer__links a:hover{text-decoration:underline;opacity:1}
.footer__cta{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.footer__bottom{border-top:1px solid rgba(255,255,255,.06);padding:12px 0}
.footer__made{margin:0;color:rgba(255,255,255,.76);font-size:14px;text-align:center}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px; border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:var(--text); text-decoration:none; font-weight:700;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(255,255,255,.24)}
.btn--small{padding:10px 12px;border-radius:14px;font-size:14px}
.btn--gold{background:linear-gradient(135deg, rgba(214,177,90,.9), rgba(241,215,137,.72)); color:#1a1a1a; border-color: rgba(214,177,90,.85)}
.btn--gold:hover{border-color: rgba(241,215,137,1)}
.btn--blue{background:linear-gradient(135deg, rgba(18,56,110,.95), rgba(10,43,86,.85)); border-color: rgba(255,255,255,.14)}
.btn--ghost{background:transparent}
.whatsapp{
  position:fixed; right:18px; bottom:18px;
  width:58px; height:58px; border-radius:18px;
  display:grid; place-items:center;
  background:linear-gradient(135deg, rgba(37,211,102,.92), rgba(21,154,72,.92));
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.18);
  z-index:60;
}
.whatsapp svg{width:30px;height:30px;fill:white}

@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr;gap:18px}
  .hero__image{min-height:380px}
  .hero__card{position:static;margin-top:12px}
  .cards{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .contact{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr;gap:12px}
  .footer__cta{justify-content:flex-start}
}
@media (max-width: 760px){
  .nav__toggle{display:inline-grid;place-items:center}
  .nav__links{
    position:absolute; left:4%; right:4%; top:72px;
    display:none; flex-direction:column; align-items:stretch;
    padding:14px; border-radius:22px;
    background:rgba(7,26,51,.96); border:1px solid rgba(255,255,255,.12);
    box-shadow:var(--shadow);
  }
  .nav__links a{padding:10px 8px}
  .nav__links.is-open{display:flex}
  .topbar__inner{flex-direction:column;align-items:flex-start}
}
