:root {
  --primary: #12b76a;
  --primary-dark: #0d8d52;
  --secondary: #0d4e7a;
  --accent: #ef4f8a;
  --bg: #f5f8fb;
  --text: #17324d;
  --muted: #58708b;
  --card: rgba(255,255,255,0.92);
  --border: rgba(23,50,77,0.12);
  --shadow: 0 18px 45px rgba(13, 33, 55, 0.12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f9fcff 0%, #f1f7fb 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 84px 0; }
.grid-2 { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; }
.align-center { align-items: center; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 36px; }
.section-heading.left { text-align: left; margin: 0 0 22px; }
.section-heading span, .eyebrow {
  display: inline-flex; padding: 10px 16px; border-radius: 999px;
  background: rgba(18,183,106,0.12); color: var(--primary-dark); font-weight: 700; letter-spacing: .02em;
}
.section-heading h2, h1 { margin: 14px 0 12px; line-height: 1.05; }
.section-heading h2 { font-size: clamp(2rem, 5vw, 3rem); }
.section-heading p, .lead, p { color: var(--muted); line-height: 1.7; }
.site-header {
  position: sticky; top: 0; z-index: 30; backdrop-filter: blur(18px);
  background: rgba(255,255,255,0.72); border-bottom: 1px solid rgba(255,255,255,0.4);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 52px; height: 52px; border-radius: 50%; box-shadow: var(--shadow); }
.brand strong { display: block; font-size: 1.1rem; }
.brand span { display: block; font-size: .86rem; color: var(--muted); }
.main-nav { display: flex; gap: 24px; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--primary); transition: .25s; }
.main-nav a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch, .menu-btn {
  border: 1px solid var(--border); background: white; border-radius: 14px; cursor: pointer;
}
.lang-switch { padding: 12px 14px; font-weight: 700; color: var(--secondary); }
.menu-btn { display: none; width: 48px; height: 48px; padding: 0; }
.menu-btn span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--secondary); }
.hero { position: relative; min-height: 92vh; display: grid; place-items: center; overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(100deg, rgba(6,27,50,0.82) 14%, rgba(6,27,50,0.48) 46%, rgba(6,27,50,0.15) 80%); }
.hero-content { position: relative; z-index: 2; color: white; padding: 120px 0 80px; }
.hero-content .lead { color: rgba(255,255,255,0.88); max-width: 720px; font-size: 1.08rem; }
h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); max-width: 820px; }
.hero-badges, .hero-actions, .contact-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-badges span {
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.16); color: white;
  border-radius: 999px; padding: 12px 18px; font-weight: 700;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  border-radius: 16px; padding: 0 22px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #34d399); color: white; }
.btn-secondary { background: white; color: var(--secondary); border: 1px solid var(--border); }
.card, .service-card, .social-card, .contact-form, .stats {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);
}
.card, .stats, .social-card, .contact-form { padding: 28px; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.stat { background: linear-gradient(180deg, rgba(18,183,106,0.08), rgba(13,78,122,0.05)); border-radius: 20px; padding: 24px; }
.stat strong { display: block; font-size: 1.35rem; margin-bottom: 6px; }
.stat span { color: var(--muted); }
.service-card { padding: 30px; }
.service-card h3 { margin-top: 0; font-size: 1.35rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item {
  padding: 0; border: 0; cursor: zoom-in; border-radius: 18px; overflow: hidden; background: white;
  box-shadow: 0 14px 34px rgba(12, 29, 49, 0.12); transition: transform .25s ease;
}
.gallery-item:hover { transform: translateY(-4px); }
.gallery-item img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.video-frame, .map-frame { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); min-height: 420px; }
.video-frame iframe, .map-frame iframe, .fb-embed { width: 100%; height: 100%; min-height: 420px; border: 0; }
.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.social-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.social-icon {
  width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center;
  color: white; font-weight: 700; font-size: 1.5rem;
}
.facebook { background: #1877f2; }
.instagram { background: linear-gradient(135deg, #f58529, #ef4f8a, #8a3ab9); }
.social-link { display: inline-flex; margin-top: 18px; color: var(--primary-dark); font-weight: 700; }
.insta-fallback {
  min-height: 420px; display: grid; place-items: center; text-align: center; gap: 12px;
  padding: 24px; border-radius: 22px; background: linear-gradient(180deg, rgba(239,79,138,0.08), rgba(13,78,122,0.06));
}
.insta-fallback img { width: 120px; height: 120px; border-radius: 50%; }
.location-copy { font-size: 1.08rem; }
.contact-list { display: grid; gap: 12px; }
.contact-list a { font-weight: 700; color: var(--secondary); }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-weight: 700; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid var(--border); border-radius: 16px; padding: 15px 16px; background: white;
}
.site-footer { padding: 28px 0 42px; border-top: 1px solid var(--border); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-wrap p { margin: 0; }
.floating-actions {
  position: fixed; right: 18px; bottom: 18px; z-index: 50; display: grid; gap: 12px;
}
.float-btn {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: white;
  box-shadow: 0 18px 34px rgba(9, 34, 57, 0.24);
}
.float-btn svg { width: 28px; height: 28px; }
.float-btn.whatsapp { background: #25d366; }
.float-btn.call { background: var(--secondary); }
.lightbox {
  position: fixed; inset: 0; background: rgba(4, 14, 26, 0.88); display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: .25s; z-index: 60; padding: 24px;
}
.lightbox.active { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(100%, 1100px); max-height: 88vh; border-radius: 20px; box-shadow: var(--shadow); }
.lightbox-close {
  position: absolute; right: 24px; top: 24px; width: 48px; height: 48px; border-radius: 50%; border: 0;
  font-size: 2rem; background: white; color: var(--secondary); cursor: pointer;
}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 920px) {
  .grid-2, .cards-3, .social-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .main-nav {
    position: fixed; left: 1rem; right: 1rem; top: 84px; padding: 18px; border-radius: 20px; background: white;
    border: 1px solid var(--border); box-shadow: var(--shadow); display: none; flex-direction: column;
  }
  .main-nav.open { display: flex; }
  .menu-btn { display: inline-block; }
}
@media (max-width: 680px) {
  .section { padding: 68px 0; }
  .grid-2, .cards-3, .social-grid, .gallery-grid, .stats { grid-template-columns: 1fr; }
  .hero { min-height: 88vh; }
  .hero-overlay { background: linear-gradient(180deg, rgba(6,27,50,0.72), rgba(6,27,50,0.44)); }
  h1 { font-size: 2.7rem; }
  .video-frame, .map-frame, .fb-embed, .insta-fallback { min-height: 320px; }
}
