:root{--navy: #0e2f5a;--navy-dark: #0b1c34;--red: #c8102e;--red-dark: #a30d25;--celeste: #7fd4e8;--text: #10233f;--text-muted: #4c5c72;--border: #e6eaf0;--bg-soft: #f4f7fa}*{box-sizing:border-box}html,body{margin:0;padding:0;background:#fff}body{font-family:Barlow,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--navy)}a:hover{color:var(--red)}input::placeholder,textarea::placeholder{color:#8b99ac}.page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.eyebrow{font-family:Barlow Condensed,sans-serif;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:15px;color:var(--red)}.eyebrow--light{color:var(--celeste)}.section-heading{margin:0;font-size:38px;font-weight:800;color:var(--text);line-height:1.15}.section-heading--light{color:#fff}.section-lead{margin:0;font-size:17px;line-height:1.55;color:var(--text-muted)}.section-lead--light{color:#b9c8dc}.button{text-decoration:none;font-weight:700;font-size:16px;color:#fff;border:none;padding:14px 28px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:10px}.button--primary{background:var(--red)}.button--primary:hover{background:var(--red-dark);color:#fff}.button--navy{background:var(--navy)}.button--navy:hover{background:#0a2344;color:#fff}.button--outline{border:2px solid rgba(255,255,255,.5);background:transparent;padding:12px 26px}.button--outline:hover{border-color:#fff;color:#fff}.nav{position:sticky;top:0;z-index:50;background:#0b1c34f5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.1)}.nav__inner{max-width:1180px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav__logo img{height:52px;display:block}.nav__links{display:flex;align-items:center;gap:28px}.nav__link{text-decoration:none;font-weight:600;font-size:15px;color:#fff}.nav__link:hover{color:var(--celeste)}.nav__toggle{display:none}.hero{position:relative;background:var(--navy-dark)}.hero__media{position:relative;width:100%;aspect-ratio:16 / 7;min-height:420px;overflow:hidden}.hero__media-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--navy-dark)}.hero__media-bg iframe,.hero__media-bg video{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-width:177.78vh;min-height:100vh;transform:translate(-50%,-50%);border:none;object-fit:cover;pointer-events:none}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0b1c34d9,#0b1c3473 45%,#0b1c340d 75%);pointer-events:none}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;pointer-events:none}.hero__content-inner{max-width:1180px;margin:0 auto;width:100%;padding:0 32px}.hero__copy{max-width:560px;display:flex;flex-direction:column;gap:18px}.hero__title{margin:0;font-size:52px;line-height:1.08;font-weight:800;color:#fff;text-wrap:pretty}.hero__subtitle{margin:0;font-size:19px;line-height:1.5;color:#c9d6e6;text-wrap:pretty}.hero__ctas{display:flex;gap:14px;flex-wrap:wrap;pointer-events:auto}.hero__sound-toggle{position:absolute;right:48px;bottom:44px;width:72px;height:72px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:#0b1c3473;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.hero__sound-toggle svg{width:26px;height:26px}.hero__sound-toggle:hover{background:var(--red);border-color:var(--red)}.hero__player{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;z-index:5}.hero__player iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.hero__player-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:none;background:#0b1c34bf;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:6}.hero__player-close svg{width:20px;height:20px}.hero__player-close:hover{background:var(--red)}.section{padding:88px 32px}.section--white{background:#fff}.section--soft{background:var(--bg-soft)}.section--navy{background:var(--navy)}.section__inner{max-width:1180px;margin:0 auto}.servicios__intro{display:flex;flex-direction:column;gap:10px;max-width:640px;margin-bottom:48px}.servicios__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden}.card:hover{border-color:var(--navy);box-shadow:0 12px 32px #0e2f5a1f}.card__image{width:100%;aspect-ratio:4 / 3;background-color:var(--border);background-size:cover;background-position:center}.card__body{padding:24px 24px 28px;display:flex;flex-direction:column;gap:8px}.card__title{margin:0;font-size:21px;font-weight:700;color:var(--text);line-height:1.25}.card__desc{margin:0;font-size:15px;line-height:1.5;color:var(--text-muted);text-wrap:pretty}.ubicacion__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.ubicacion__copy{display:flex;flex-direction:column;gap:16px}.ubicacion__address{display:flex;flex-direction:column;gap:6px;padding:20px 24px;background:#fff;border:1px solid var(--border);border-radius:10px}.ubicacion__address-name{font-weight:700;font-size:16px;color:var(--text)}.ubicacion__address-line{font-size:15px;color:var(--text-muted);line-height:1.5}.ubicacion__maps-btn{align-self:flex-start}.ubicacion__map{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 16px 40px #0e2f5a26;aspect-ratio:4 / 3}.ubicacion__map img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ubicacion__map-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;background:var(--bg-soft);color:var(--text-muted);font-size:15px;border:1px dashed #c3d0e0}.contacto__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:start}.contacto__intro{display:flex;flex-direction:column;gap:10px}.contacto__details{display:flex;flex-direction:column;gap:18px}.contacto__field{display:flex;flex-direction:column;gap:4px}.contacto__label{font-family:Barlow Condensed,sans-serif;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:13px;color:var(--celeste)}.contacto__phone{text-decoration:none;font-size:22px;font-weight:700;color:#fff}.contacto__phone:hover{color:var(--celeste)}.contacto__email{text-decoration:none;font-size:17px;color:#fff}.contacto__email:hover{color:var(--celeste)}.contacto__hours{font-size:16px;color:#dbe5f0;line-height:1.6}.contacto__social{display:flex;gap:16px;margin-top:6px}.contacto__social-link{text-decoration:none;font-weight:600;font-size:15px;color:#b9c8dc;display:flex;align-items:center;gap:8px}.contacto__social-link svg{width:18px;height:18px}.contacto__social-link:hover{color:#fff}.form{background:#fff;border-radius:12px;padding:36px;display:flex;flex-direction:column;gap:18px;box-shadow:0 20px 48px #00000040}.form__fields{display:flex;flex-direction:column;gap:18px}.form__title{font-size:20px;font-weight:800;color:var(--text)}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form textarea{font-family:Barlow,sans-serif;font-size:15px;padding:13px 14px;border:1px solid #d4dce6;border-radius:6px;color:var(--text);outline:none;width:100%}.form input:focus,.form textarea:focus{border-color:var(--navy)}.form__submit{font-family:Barlow,sans-serif;font-weight:700;font-size:16px;color:#fff;background:var(--red);border:none;padding:15px 28px;border-radius:6px;cursor:pointer}.form__submit:hover{background:var(--red-dark)}.form__submit:disabled{opacity:.6;cursor:not-allowed}.form__error{font-size:14px;color:var(--red)}.form__success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 12px;text-align:center}.form__success-icon{width:56px;height:56px;border-radius:50%;background:#e8f5ec;color:#1a7f3c;display:flex;align-items:center;justify-content:center}.form__success-icon svg{width:28px;height:28px}.form__success-title{font-size:22px;font-weight:800;color:var(--text)}.form__success-desc{font-size:15px;color:var(--text-muted);max-width:320px}.footer{background:var(--navy-dark);padding:32px;border-top:1px solid rgba(255,255,255,.08)}.footer__inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer__logo img{height:44px;display:block}.footer__text{font-size:14px;color:#8b99ac}.footer__text a{color:#b9c8dc}.footer__text a:hover{color:#fff}@media(max-width:860px){.nav__links{position:fixed;top:64px;right:0;bottom:0;left:0;background:var(--navy-dark);flex-direction:column;align-items:flex-start;gap:4px;padding:16px 24px 24px;display:none}.nav__links.is-open{display:flex}.nav__link{width:100%;padding:12px 0}.nav__toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:#fff;cursor:pointer}.hero__title{font-size:36px}.hero__subtitle{font-size:17px}.hero__sound-toggle{right:20px;bottom:20px;width:56px;height:56px}.section{padding:56px 20px}.servicios__grid,.ubicacion__grid,.contacto__grid,.form__row{grid-template-columns:1fr}.footer__inner{justify-content:center;text-align:center}}
