:root {
  --primary: #103a7b;
  --primary-soft: #204f97;
  --secondary: #5b8f0d;
  --accent: #c96a1c;
  --bg: #f7f8fb;
  --surface: #ffffff;
  --text: #17314f;
  --muted: #5c6f85;
  --border: rgba(16, 58, 123, 0.12);
  --shadow: 0 18px 45px rgba(16, 58, 123, 0.12);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 2rem)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -9999px; top: auto;
}
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; padding: .75rem 1rem; z-index: 1000; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; }
.brand { display: flex; align-items: center; gap: .85rem; min-width: 0; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 14px; }
.brand strong { display: block; font-size: 1rem; }
.brand span { display: block; font-size: .82rem; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 1rem; }
.site-nav a { color: var(--muted); font-weight: 700; font-size: .95rem; }
.site-nav a:hover { color: var(--primary); }
.lang-toggle, .menu-toggle {
  border: 1px solid var(--border); background: #fff; color: var(--primary);
  border-radius: 999px; cursor: pointer; font-weight: 700;
}
.lang-toggle { padding: .65rem .9rem; }
.menu-toggle { display: none; padding: .5rem .75rem; font-size: 1.15rem; }
.hero { position: relative; min-height: 88vh; display: grid; place-items: center; overflow: hidden; }
.hero-bg, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg { object-fit: cover; }
.hero-overlay { background: linear-gradient(120deg, rgba(9,24,45,.82), rgba(16,58,123,.55) 45%, rgba(201,106,28,.22)); }
.hero-content { position: relative; color: #fff; padding: 7rem 0 4rem; }
.eyebrow, .section-label {
  display: inline-block; padding: .45rem .85rem; border-radius: 999px;
  background: rgba(255,255,255,.16); color: #fff; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase;
}
.section-label { background: rgba(16,58,123,.08); color: var(--primary); }
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1.03; max-width: 760px; margin: 1rem 0; }
.hero p { max-width: 700px; font-size: 1.08rem; color: rgba(255,255,255,.92); }
.hero-badges, .hero-actions, .contact-actions, .contact-mini { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-badges span {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .7rem 1rem; font-weight: 700;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem 1.35rem; border-radius: 999px; font-weight: 700; transition: .25s ease;
}
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--primary-soft); transform: translateY(-2px); }
.btn-secondary { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.25); }
.contact-actions .btn-secondary, .social-card, .promo-panel .btn-secondary { color: var(--primary); background: #fff; border: 1px solid var(--border); }
.section { padding: 5rem 0; }
.alt-bg { background: linear-gradient(180deg, rgba(16,58,123,.03), rgba(91,143,13,.03)); }
.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: center; }
.section-head { margin-bottom: 2rem; }
.section-head.center { text-align: center; max-width: 760px; margin-inline: auto; margin-bottom: 2rem; }
.section h2 { font-size: clamp(2rem, 3vw, 3rem); margin: .7rem 0 1rem; line-height: 1.12; }
.section p { color: var(--muted); }
.highlight-card, .feature-card, .stats-card, .promo-panel, .contact-form, .location-card, .social-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);
}
.highlight-card { padding: 2rem; text-align: center; }
.highlight-card img { width: 140px; margin: 0 auto 1rem; border-radius: 20px; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.feature-card { padding: 1.5rem; }
.feature-card .icon {
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px;
  background: rgba(16,58,123,.08); color: var(--primary); font-size: 1.2rem; margin-bottom: 1rem;
}
.check-list { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.check-list li { margin-bottom: .8rem; padding-left: 1.7rem; position: relative; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--secondary); font-weight: 700; }
.stats-card { padding: 2rem; display: grid; gap: 1rem; }
.stats-card strong { font-size: 2rem; color: var(--primary); display: block; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-item {
  padding: 0; border: 0; cursor: pointer; border-radius: 22px; overflow: hidden; background: var(--surface); box-shadow: var(--shadow);
}
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.video-grid, .map-grid, .social-grid, .contact-grid, .benefits-grid, .intro-grid { align-items: stretch; }
.video-frame, .map-frame { min-height: 360px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); }
.video-frame iframe, .map-frame iframe { width: 100%; height: 100%; border: 0; }
.social-card { display: flex; gap: 1rem; padding: 1.1rem; align-items: center; }
.social-card img { width: 68px; height: 68px; object-fit: cover; border-radius: 18px; }
.promo-panel, .contact-form, .location-card { padding: 1.5rem; }
.contact-mini { margin-top: 1rem; }
.contact-mini a { font-weight: 700; color: var(--primary); }
.contact-form { display: grid; gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; font-weight: 700; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid var(--border); background: #fff; border-radius: 16px; padding: .95rem 1rem; font: inherit; color: var(--text);
}
.form-note { font-size: .92rem; margin: 0; }
.site-footer { background: #0b1f3c; color: rgba(255,255,255,.82); padding: 1.4rem 0; }
.footer-wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.site-footer a { color: #fff; font-weight: 700; }
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; width: 60px; height: 60px; border-radius: 50%;
  display: grid; place-items: center; background: #25D366; color: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.24); z-index: 120;
}
.whatsapp-float svg { width: 30px; fill: currentColor; }
.lightbox {
  position: fixed; inset: 0; background: rgba(5,15,28,.88); display: none; align-items: center; justify-content: center; z-index: 130; padding: 2rem;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 100%); max-height: 86vh; border-radius: 24px; box-shadow: var(--shadow); }
.lightbox-close {
  position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #fff; color: var(--primary); font-size: 2rem; cursor: pointer;
}
@media (max-width: 980px) {
  .two-col, .cards-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: absolute; top: 78px; left: 0; right: 0; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border);
    padding: 1rem; display: none; flex-direction: column; align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .site-nav a, .lang-toggle { width: 100%; text-align: center; }
  .two-col, .gallery-grid, .cards-grid { grid-template-columns: 1fr; }
  .hero { min-height: 78vh; }
  .hero-content { padding-top: 6rem; }
  .hero h1 { font-size: clamp(2.2rem, 9vw, 3.3rem); }
  .hero p { font-size: 1rem; }
  .section { padding: 4rem 0; }
  .video-frame, .map-frame { min-height: 280px; }
  .brand span { display: none; }
}
