:root{
  --bg1:#e9fbff;
  --bg2:#cfefff;
  --primary:#0d6ea8;
  --primary2:#0a5a88;
  --accent:#5aa6c6;
  --dark:#0b2f3e;
  --muted:#4b6b77;
  --card:#ffffff;
  --shadow: 0 18px 50px rgba(3,25,40,.12);
  --shadow2: 0 10px 30px rgba(3,25,40,.10);
  --radius: 22px;
  --radius2: 16px;
  --max: 1160px;
  --ring: rgba(13,110,168,.25);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--dark);
  background: radial-gradient(1200px 800px at 15% 0%, var(--bg2), transparent 70%),
              radial-gradient(1100px 900px at 90% 20%, #e6fbff, transparent 60%),
              linear-gradient(180deg, var(--bg1), #ffffff 38%, #f7fcff 100%);
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{width:min(var(--max), calc(100% - 44px)); margin:0 auto}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(12,42,60,.08);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding: 12px 0;
  gap:16px;
}
.brand{
  display:flex; align-items:center; gap:12px;
  min-width: 220px;
}
.brand img{
  width:46px; height:46px; border-radius: 14px;
  box-shadow: 0 8px 16px rgba(13,110,168,.18);
  border:1px solid rgba(13,110,168,.14);
  background:#fff;
}
.brand .title{
  line-height:1.05;
}
.brand .title strong{display:block; font-size:15px; letter-spacing:.3px}
.brand .title span{display:block; font-size:12px; color:var(--muted)}

.menu{
  display:flex; gap: 12px; flex-wrap: wrap; justify-content:flex-end;
  align-items:center;
}
.menu a{
  font-size: 13px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: rgba(11,47,62,.92);
}
.menu a:hover{ border-color: rgba(13,110,168,.20); background: rgba(13,110,168,.06) }

.ctaRow{display:flex; gap:10px; align-items:center}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(13,110,168,.18);
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow2);
  font-weight: 700;
  font-size: 13px;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:hover{transform: translateY(-1px); box-shadow: var(--shadow); background: #fff}
.btn.primary{
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  color:#fff; border-color: rgba(255,255,255,.18);
}
.btn.primary:hover{filter: brightness(1.02)}
.btn .icon{
  width:18px; height:18px; display:inline-block;
}

.hero{
  padding: 44px 0 26px;
}
.heroGrid{
  display:grid; grid-template-columns: 1.05fr .95fr;
  gap: 26px; align-items:stretch;
}
.heroCard{
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(12,42,60,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.heroMedia{
  position:relative;
  min-height: 320px;
  background: radial-gradient(700px 380px at 20% 20%, rgba(13,110,168,.18), transparent 60%),
              linear-gradient(135deg, rgba(0,0,0,.25), rgba(0,0,0,.0));
}
.heroMedia img{
  width:100%; height:100%;
  object-fit: cover;
  filter: contrast(1.03) saturate(1.05);
  opacity:.95;
}
.heroMedia::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.0) 45%, rgba(255,255,255,.0));
  pointer-events:none;
}
.heroBadge{
  position:absolute; left:18px; top:18px;
  display:inline-flex; align-items:center; gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(13,110,168,.18);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.heroBadge small{display:block; color:var(--muted); font-weight:700; letter-spacing:.2px}
.heroBadge strong{display:block; font-size: 13px}

.heroContent{
  padding: 22px 22px 18px;
}
.kicker{
  display:inline-flex; gap:8px; align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(13,110,168,.08);
  color: rgba(11,47,62,.92);
  border:1px solid rgba(13,110,168,.18);
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 12px;
}
h1{
  margin: 12px 0 10px;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: -0.7px;
  line-height: 1.05;
}
.lead{
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height:1.6;
}
.heroPills{display:flex; flex-wrap: wrap; gap:10px; margin: 14px 0 0}
.pill{
  display:flex; gap:10px; align-items:flex-start;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(12,42,60,.10);
  box-shadow: 0 10px 26px rgba(3,25,40,.08);
  min-width: 210px;
  flex: 1;
}
.pill b{display:block; font-size: 13px}
.pill span{display:block; font-size: 12px; color: var(--muted); margin-top:2px; line-height:1.35}
.pill .dot{
  width: 14px; height: 14px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #56c4ff);
  box-shadow: 0 10px 18px rgba(13,110,168,.22);
  margin-top: 3px;
}

.section{padding: 26px 0}
.sectionHeader{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:16px; margin-bottom: 14px;
}
.sectionHeader h2{
  margin:0;
  font-size: 22px;
  letter-spacing: -0.3px;
}
.sectionHeader p{
  margin:0;
  color:var(--muted);
  font-size: 13px;
  line-height:1.4;
  max-width: 520px;
}
.grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.card{
  grid-column: span 6;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(12,42,60,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 18px;
}
.card h3{margin:0 0 8px; font-size: 16px}
.card p{margin:0; color:var(--muted); font-size: 13px; line-height:1.6}
.card ul{margin:10px 0 0; padding-left: 18px; color:var(--muted); font-size: 13px; line-height:1.55}
.card li{margin: 6px 0}

.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.gItem{
  grid-column: span 4;
  position:relative;
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(12,42,60,.12);
  box-shadow: var(--shadow2);
  background: #fff;
  cursor: zoom-in;
  transform: translateZ(0);
}
.gItem img{
  width:100%; height: 230px;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}
.gItem:hover img{ transform: scale(1.04); filter: contrast(1.02) saturate(1.06) }
.gCap{
  position:absolute; left:12px; bottom:12px; right:12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(13,110,168,.15);
  color: rgba(11,47,62,.92);
  font-weight: 800;
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.embedGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.embedCard{
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(12,42,60,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.embedTop{
  padding: 16px 16px 0;
}
.embedTop h3{margin:0 0 6px; font-size: 16px}
.embedTop p{margin:0 0 12px; color:var(--muted); font-size: 13px; line-height:1.55}
.embedBody{
  width:100%;
  min-height: 420px;
  background: #f3fbff;
  border-top: 1px solid rgba(12,42,60,.08);
}
.embedBody iframe{
  width:100%; height: 420px; border:0;
}

.videoWrap{
  position:relative;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(12,42,60,.10);
  box-shadow: var(--shadow2);
  background:#000;
}
.videoWrap iframe{width:100%; aspect-ratio: 16/9; height:auto; border:0; display:block}

.contactGrid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
}
.form{
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(12,42,60,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 18px;
}
.field{display:flex; flex-direction:column; gap:6px; margin-bottom: 10px}
label{font-size:12px; color: rgba(11,47,62,.88); font-weight:800}
input, textarea{
  border-radius: 14px;
  border: 1px solid rgba(12,42,60,.14);
  padding: 12px 12px;
  font-size: 14px;
  outline:none;
  background: rgba(255,255,255,.96);
}
textarea{min-height: 130px; resize: vertical}
input:focus, textarea:focus{
  border-color: rgba(13,110,168,.5);
  box-shadow: 0 0 0 4px var(--ring);
}
.formNote{
  color:var(--muted); font-size: 12px; line-height:1.45; margin-top: 10px;
}
.info{
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(12,42,60,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 18px;
}
.info h3{margin:0 0 10px; font-size: 16px}
.kv{
  display:flex; gap:10px; align-items:flex-start; margin: 10px 0;
  color: var(--muted);
  font-size: 13px; line-height:1.45;
}
.kv b{color: rgba(11,47,62,.92)}
.kv .ic{width:18px; height:18px; margin-top: 2px; flex: 0 0 auto}
.map{
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(12,42,60,.12);
  box-shadow: var(--shadow2);
  background:#f3fbff;
  margin-top: 12px;
}
.map iframe{width:100%; height: 280px; border:0}

.footer{
  padding: 26px 0 34px;
  color: rgba(11,47,62,.80);
}
.footerCard{
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(12,42,60,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 16px 18px;
  display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:10px;
}
.footer small{color: var(--muted)}
.whatsFloat{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #25D366, #15b155);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  display:flex; align-items:center; justify-content:center;
  z-index: 60;
}
.whatsFloat svg{width: 28px; height: 28px; fill:#fff}
.callFloat{
  position: fixed;
  left: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  color:#fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  display:flex; align-items:center; gap:10px;
  z-index: 60;
  font-weight: 900;
  font-size: 13px;
}
.callFloat svg{width: 18px; height: 18px; fill:#fff}

.modal{
  position: fixed; inset:0;
  background: rgba(0,0,0,.72);
  display:none;
  align-items:center; justify-content:center;
  padding: 24px;
  z-index: 100;
}
.modal.open{display:flex}
.modalInner{
  width: min(980px, 100%);
  border-radius: 22px;
  overflow:hidden;
  background: rgba(10,16,20,.65);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
.modalBar{
  display:flex; justify-content:space-between; align-items:center;
  padding: 10px 12px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  font-weight:800;
  font-size: 12px;
}
.modalBar button{
  border:0;
  background: rgba(255,255,255,.16);
  color:#fff;
  border-radius: 12px;
  padding: 8px 12px;
  cursor:pointer;
}
.modalBar button:hover{background: rgba(255,255,255,.22)}
.modalImg{
  background:#000;
}
.modalImg img{
  width:100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  display:block;
}

@media (max-width: 980px){
  .heroGrid{grid-template-columns: 1fr}
  .heroMedia{min-height: 260px}
  .card{grid-column: span 12}
  .gItem{grid-column: span 6}
  .embedGrid{grid-template-columns: 1fr}
  .contactGrid{grid-template-columns: 1fr}
}
@media (max-width: 560px){
  .brand{min-width: unset}
  .menu{display:none}
  .gItem{grid-column: span 12}
  .callFloat{left: 12px; bottom: 84px}
  .whatsFloat{right: 12px}
}