:root {
  --primary: #0b5ea9;
  --accent: #ff6b00;
  --dark: #0a1628;
  --muted: #1f2937;
  --light: #e2e8f0;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; color: var(--dark); background: #fff; overflow-x: hidden; touch-action: pan-y; overscroll-behavior-x: none; scrollbar-gutter: stable both-edges; }
h1, h2, h3, .logo-text, .section-title { font-family: "Baloo 2", "Poppins", sans-serif; }
html, body { width: 100%; max-width: 100%; }

img, iframe { max-width: 100%; }

.container { width: 100%; max-width: min(1100px, 100%); margin: 0 auto; padding: 0 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 4px solid var(--accent); }
.site-header .container { position: relative; overflow-x: clip; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; max-width: 100%; }
.header-inner > * { min-width: 0; }
.logo { display: flex; align-items: center; text-decoration: none; color: var(--dark); }
.logo-icon { color: var(--accent); font-size: 34px; margin-right: 8px; }
.logo-text { font-weight: 800; font-size: 28px; letter-spacing: .5px; }
.nav { display: flex; gap: 18px; }
.nav a { text-decoration: none; color: var(--muted); font-weight: 600; padding: 8px 10px; border-radius: 8px; }
.nav a:hover { color: var(--dark); background: var(--light); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; border: none; background: transparent; font-size: 26px; color: var(--dark); }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 14px; text-decoration: none; font-weight: 800; }
.btn-primary { background: var(--primary); color: var(--white); }
.btn-secondary { background: var(--muted); color: var(--white); }
.btn-outline { border: 3px solid var(--primary); color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: var(--white); }
.btn-whatsapp { background: #16a34a; color: var(--white); }
.btn-whatsapp.big, .btn-secondary.big { padding: 14px 20px; font-size: 18px; }

.icon-btn { display: none; width: 40px; height: 40px; border-radius: 10px; align-items: center; justify-content: center; text-decoration: none; font-size: 18px; }
.icon-call { border: 2px solid var(--primary); color: var(--primary); }
.icon-whatsapp { background: #16a34a; color: var(--white); }

.hero { position: relative; background: linear-gradient(135deg, rgba(11,94,169,.18), rgba(255,107,0,.18)); }
.hero-content { position: relative; padding: 44px 0 24px; text-align: center; }
.hero h1 { font-size: 36px; margin: 0 0 10px; color: var(--dark); }
.hero p { margin: 0 0 18px; color: var(--muted); }
.hero-buttons { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hero-media { margin-top: 22px; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.media-grid img { width: 100%; height: 190px; object-fit: cover; border-radius: 12px; border: 3px solid var(--light); }

.section { padding: 42px 0; }
.section.alt { background: #f8fafc; }
.section { overflow-x: hidden; }
.section-title { font-size: 28px; display: inline-flex; align-items: center; gap: 10px; margin: 0 0 6px; }
.section-subtitle { margin: 0 0 20px; color: var(--muted); }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { background: var(--white); border: 3px solid var(--light); border-radius: 16px; padding: 20px; text-align: center; box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.card-icon { font-size: 48px; color: var(--accent); margin-bottom: 8px; }
.card h3 { margin: 4px 0 6px; font-size: 22px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; overflow-wrap: anywhere; }

.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; justify-content: center; }

.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: start; }
.ticks { list-style: none; padding: 0; margin: 0; }
.ticks li { display: flex; align-items: center; margin: 10px 0; font-weight: 600; }
.ticks li::before { content: "✔"; color: #16a34a; font-weight: 800; margin-right: 8px; }
.about-media { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.about-media img { width: 100%; height: 170px; object-fit: cover; border-radius: 12px; border: 3px solid var(--light); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-info .address { font-weight: 600; }
.inline-cta { display: flex; gap: 10px; margin: 10px 0 16px; flex-wrap: wrap; }
.map-wrap { border-radius: 12px; overflow: hidden; border: 3px solid var(--light); }
.contact-form form { background: var(--white); border: 2px solid var(--light); border-radius: 14px; padding: 16px; box-shadow: 0 6px 18px rgba(0,0,0,.04); }
.form-row { display: flex; flex-direction: column; margin-bottom: 10px; }
.form-row label { font-weight: 700; margin-bottom: 6px; }
.form-row input, .form-row textarea { padding: 10px 12px; border: 2px solid var(--light); border-radius: 10px; font-size: 14px; }
.alert { background: #dcfce7; border: 2px solid #86efac; color: #14532d; padding: 12px; border-radius: 10px; margin-bottom: 10px; font-weight: 700; }

.site-footer { background: var(--dark); color: var(--white); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr .5fr; gap: 16px; align-items: center; padding: 18px 0; }
.footer-title { font-size: 22px; font-weight: 800; }
.footer-tagline { color: #cbd5e1; }
.footer-contact a { color: #cbd5e1; text-decoration: none; }
.footer-copy { text-align: right; color: #94a3b8; }

.floating-whatsapp { position: fixed; right: 16px; bottom: 16px; background: #16a34a; color: #fff; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 10px 20px rgba(0,0,0,.2); font-size: 28px; z-index: 1000; }
.floating-whatsapp:hover { transform: translateY(-2px); }

/* Slider */
.slider { background: linear-gradient(90deg, rgba(11,94,169,.10), rgba(255,107,0,.10)); padding: 8px 0 0; }
.slider .container { position: relative; overflow-x: hidden; }
.slider-track { position: relative; height: 380px; border-radius: 16px; overflow: hidden; border: 4px solid var(--light); box-shadow: 0 14px 30px rgba(0,0,0,.12); background: var(--white); }
.slide { position: absolute; inset: 0; display: none; }
.slide.active { display: block; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: none; display: grid; place-items: center; background: var(--accent); color: var(--white); box-shadow: 0 8px 18px rgba(0,0,0,.25); }
.slide-btn.prev { left: 12px; }
.slide-btn.next { right: 12px; }
.dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 12px; display: flex; gap: 8px; }
.dots button { width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--white); background: rgba(255,255,255,.5); }
.dots button.active { background: var(--white); border-color: var(--accent); }

@media (max-width: 960px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-copy { text-align: center; }
  .header-cta .btn { display: none; }
  .header-cta .icon-btn { display: inline-flex; }
}
@media (max-width: 720px) {
  .logo-text { font-size: 24px; }
  .logo-icon { font-size: 28px; }
  .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
  .header-cta { display: flex; align-items: center; gap: 8px; }
  .header-cta .btn { display: none; }
  .header-cta .icon-btn { display: inline-flex; }
  .menu-toggle { display: inline-grid; place-items: center; font-size: 24px; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; width: 100%; background: var(--white); border-bottom: 3px solid var(--light); box-shadow: 0 8px 20px rgba(0,0,0,.08); padding: 10px 16px; z-index: 1100; }
  .nav a { display: block; padding: 10px 8px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .media-grid { grid-template-columns: 1fr 1fr; }
  .slider-track { height: 260px; }
}
@media (max-width: 480px) {
  .media-grid { grid-template-columns: 1fr; }
  .slider-track { height: 210px; }
}
