:root {
  --navy-950: #06152a;
  --navy-900: #0b1f3b;
  --navy-800: #12365f;
  --navy-700: #1d4f83;
  --red-600: #e10600;
  --red-500: #f01919;
  --sky-100: #e8f4ff;
  --ink: #14243a;
  --muted: #5c6c80;
  --line: #dbe3ed;
  --paper: #f6f8fb;
  --white: #fff;
  --green: #25d366;
  --shadow: 0 24px 70px rgba(3, 18, 38, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Montserrat, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: #fff; background: var(--red-600); }
a { color: inherit; }
button, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 12px 18px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(11,33,64,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { width: 300px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.main-nav a { color: var(--navy-900); text-decoration: none; font-weight: 750; font-size: .92rem; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--red-600); }
.lang-wrap { position: relative; }
.lang-select { min-height: 42px; border: 1px solid var(--line); border-radius: 12px; padding: 0 34px 0 12px; color: var(--navy-900); background: #fff; font-weight: 800; cursor: pointer; }
.header-call { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 17px; border-radius: 14px; background: var(--red-600); color: #fff; text-decoration: none; font-weight: 900; box-shadow: 0 9px 22px rgba(216,25,32,.24); }
.menu-button { display: none; border: 0; background: transparent; color: var(--navy-900); width: 46px; height: 46px; border-radius: 12px; cursor: pointer; }
.menu-button svg { width: 26px; margin: auto; }

.hero { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 22%, rgba(29,79,131,.6), transparent 34%), linear-gradient(125deg, var(--navy-950) 0%, var(--navy-900) 58%, #102f55 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 82%); }
.hero::after { content: ""; position: absolute; top: -220px; right: -130px; width: 530px; height: 860px; background: var(--red-600); transform: rotate(28deg); opacity: .96; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; align-items: center; min-height: 720px; padding-block: 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin: 0 0 22px; color: #dbeeff; font-size: .84rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; }
.eyebrow::before { content: ""; width: 34px; height: 3px; border-radius: 2px; background: var(--red-500); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 6vw, 6.2rem); line-height: .94; letter-spacing: -.055em; font-weight: 950; text-wrap: balance; }
.hero h1 em { display: block; margin-top: 12px; color: #8dc9ff; font-style: normal; }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: #d9e5f2; font-size: 1.2rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 22px; border-radius: 16px; border: 2px solid transparent; text-decoration: none; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--red-600); box-shadow: 0 14px 34px rgba(216,25,32,.3); }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-whatsapp { color: var(--navy-950); background: #fff; }
.btn svg { width: 22px; height: 22px; flex: 0 0 auto; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 34px 0 0; padding: 0; list-style: none; color: #c7d9eb; font-size: .92rem; font-weight: 700; }
.trust-row li { display: flex; align-items: center; gap: 9px; }
.trust-row li::before { content: ""; width: 9px; height: 9px; border: 2px solid #7fc5ff; transform: rotate(45deg); }
.hero-panel { position: relative; z-index: 3; margin-right: 10px; }
.emergency-card { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; background: rgba(5,19,38,.87); box-shadow: 0 30px 90px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.emergency-card::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 21px; pointer-events: none; }
.big-24 { position: relative; display: grid; place-items: center; width: 150px; height: 150px; margin: -86px 0 26px auto; border: 10px solid #fff; border-radius: 50%; background: var(--red-600); color: #fff; font-size: 3.2rem; line-height: 1; font-weight: 950; box-shadow: 0 22px 55px rgba(0,0,0,.35); }
.big-24 small { display: block; font-size: .86rem; letter-spacing: .08em; text-align: center; }
.emergency-card h2 { position: relative; margin: 0; font-size: 1.5rem; line-height: 1.2; }
.emergency-card p { position: relative; margin: 12px 0 0; color: #c8d8e8; }
.emergency-card .phone-display { position: relative; display: inline-block; margin: 25px 0 4px; color: #fff; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; text-decoration: none; font-weight: 950; letter-spacing: -.04em; }
.response-strip { position: relative; z-index: 4; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--line); }
.response-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 27px 26px; border-right: 1px solid var(--line); }
.stat:first-child { border-left: 1px solid var(--line); }
.stat strong { display: block; color: var(--navy-900); font-size: 1.08rem; }
.stat span { color: var(--muted); font-size: .9rem; }

.section { padding: 105px 0; }
.section-soft { background: var(--paper); }
.section-dark { color: #fff; background: var(--navy-950); }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-kicker { margin: 0 0 12px; color: var(--red-600); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 950; }
.section h2 { margin: 0; color: var(--navy-900); font-size: clamp(2.3rem, 4vw, 4.1rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.section-dark h2 { color: #fff; }
.section-intro { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.1rem; }
.section-dark .section-intro { color: #b9c9da; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 305px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 35px rgba(13,35,63,.055); }
.service-card:nth-child(1) { grid-row: span 2; min-height: 632px; color: #fff; background: var(--navy-900); }
.service-card::after { content: attr(data-number); position: absolute; right: 20px; bottom: -30px; color: rgba(11,33,64,.045); font-size: 9rem; line-height: 1; font-weight: 950; }
.service-card:nth-child(1)::after { color: rgba(255,255,255,.05); }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 56px; border-radius: 18px; color: #fff; background: var(--red-600); }
.service-icon svg { width: 29px; height: 29px; }
.service-card:nth-child(1) .service-icon { width: 74px; height: 74px; margin-bottom: 140px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); }
.service-card h3 { position: relative; z-index: 2; margin: 0; color: var(--navy-900); font-size: 1.55rem; line-height: 1.2; }
.service-card:nth-child(1) h3 { color: #fff; font-size: 2rem; }
.service-card p { position: relative; z-index: 2; margin: 14px 0 0; color: var(--muted); }
.service-card:nth-child(1) p { color: #c6d5e5; }
.exclusions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.exclusions span { padding: 6px 11px; border: 1px solid #f2b8bb; border-radius: 999px; color: #9d1b24; background: #fff4f4; font-size: .82rem; font-weight: 800; }

.pricing-note { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 30px; padding: 19px 22px; border-left: 4px solid var(--red-600); border-radius: 0 16px 16px 0; color: #31445d; background: #fff; }
.pricing-note strong { color: var(--navy-900); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price-card { padding: 29px 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.price-card.featured { color: #fff; border-color: var(--navy-900); background: var(--navy-900); box-shadow: var(--shadow); }
.price-card .price-label { min-height: 52px; margin: 0; color: var(--muted); font-weight: 800; }
.price-card.featured .price-label { color: #c9d9e9; }
.price-card .from { display: block; margin-top: 24px; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.price-card.featured .from { color: #a9c0d7; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 2px 0 12px; color: var(--navy-900); font-size: 3rem; line-height: 1; font-weight: 950; letter-spacing: -.05em; }
.price-card.featured .price { color: #fff; }
.price small { font-size: .9rem; letter-spacing: 0; }
.price-detail { margin: 0; color: var(--muted); font-size: .88rem; }
.price-card.featured .price-detail { color: #c4d5e5; }
.price-foot { margin: 22px 0 0; color: var(--muted); font-size: .87rem; }

.zones-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.zone-map { position: relative; min-height: 520px; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, #153d68, #071b33); box-shadow: var(--shadow); }
.zone-map::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-radial-gradient(circle at 48% 52%, transparent 0 44px, #fff 45px 46px); }
.zone-map::after { content: ""; position: absolute; inset: 10% -20%; background: linear-gradient(120deg, transparent 42%, rgba(255,255,255,.16) 43% 44%, transparent 45%), linear-gradient(25deg, transparent 56%, rgba(255,255,255,.12) 57% 58%, transparent 59%); }
.map-center { position: absolute; z-index: 2; top: 50%; left: 50%; width: 134px; height: 134px; display: grid; place-items: center; border: 12px solid rgba(255,255,255,.16); border-radius: 50%; transform: translate(-50%,-50%); color: #fff; background: var(--red-600); text-align: center; font-weight: 950; box-shadow: 0 0 0 25px rgba(216,25,32,.14); }
.map-pin { position: absolute; z-index: 3; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; color: #fff; background: rgba(5,19,38,.82); font-size: .75rem; font-weight: 800; }
.pin-1 { top: 16%; left: 20%; }.pin-2 { top: 25%; right: 12%; }.pin-3 { bottom: 19%; left: 12%; }.pin-4 { right: 18%; bottom: 12%; }
.zone-copy h2 { max-width: 580px; }
.zone-copy > p { color: var(--muted); font-size: 1.08rem; }
.zone-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.zone-list li { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy-900); background: #fff; font-weight: 800; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; counter-reset: step; }
.process-step { position: relative; padding-top: 85px; }
.process-step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: 0; left: 0; color: var(--red-500); font-size: 3.6rem; line-height: 1; font-weight: 950; }
.process-step::after { content: ""; position: absolute; top: 30px; left: 82px; right: 0; height: 1px; background: rgba(255,255,255,.2); }
.process-step h3 { margin: 0; color: #fff; font-size: 1.28rem; }
.process-step p { margin: 10px 0 0; color: #aebfd0; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.faq-aside { position: sticky; top: 120px; }
.faq-aside p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; border: 0; color: var(--navy-900); background: transparent; text-align: left; font-weight: 900; cursor: pointer; }
.faq-question span:last-child { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--navy-900); transition: transform .2s ease; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); background: var(--red-600); }
.faq-answer { display: none; max-width: 720px; padding: 0 48px 24px 0; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }

.contact-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; padding: 62px; border-radius: 34px; color: #fff; background: var(--navy-900); box-shadow: var(--shadow); }
.contact-panel::after { content: "24h"; position: absolute; right: -35px; bottom: -90px; color: rgba(255,255,255,.04); font-size: 16rem; line-height: 1; font-weight: 950; }
.contact-panel h2 { position: relative; z-index: 2; color: #fff; }
.contact-panel p { position: relative; z-index: 2; max-width: 680px; color: #bfd0e2; }
.contact-actions { position: relative; z-index: 2; display: grid; gap: 13px; }
.contact-actions .btn { width: 100%; }

.site-footer { color: #bcc9d7; background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 60px; padding-block: 62px; }
.footer-logo { width: 265px; padding: 10px 15px; border-radius: 12px; background: #fff; }
.footer-main p { max-width: 410px; }
.footer-title { margin: 0 0 14px; color: #fff; font-size: .86rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #bcc9d7; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }
.no-js { padding: 24px; text-align: center; }
.legal-shell { min-height: 100vh; background: var(--paper); }
.legal-header { color: #fff; background: var(--navy-950); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 104px; }
.legal-header .brand { padding: 9px 14px; border-radius: 13px; background: #fff; }
.legal-back { color: #fff; text-decoration: none; font-weight: 850; }
.legal-main { padding: 70px 0 100px; }
.legal-doc { max-width: 880px; padding: clamp(28px, 5vw, 62px); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 15px 50px rgba(3,18,38,.08); }
.legal-doc h1 { margin: 0 0 12px; color: var(--navy-900); font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.045em; }
.legal-doc h2 { margin: 42px 0 10px; color: var(--navy-900); font-size: 1.35rem; letter-spacing: -.015em; }
.legal-doc p, .legal-doc li { color: #44566d; }
.legal-doc a { color: var(--navy-700); }
.legal-notice { margin: 28px 0; padding: 19px 21px; border-left: 5px solid var(--red-600); border-radius: 0 14px 14px 0; color: #722028 !important; background: #fff3f3; }
.placeholder { display: inline-block; padding: 2px 7px; border: 1px dashed var(--red-600); border-radius: 5px; color: #a20f1b; background: #fff5f5; font-weight: 850; }
.legal-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.legal-table th, .legal-table td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: var(--navy-900); background: var(--sky-100); }

@media (max-width: 1050px) {
  .brand { width: 245px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .82rem; }
  .hero-inner { grid-template-columns: 1fr .7fr; gap: 35px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1140px) and (min-width: 861px) {
  .header-call { display: none; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 24px; }
  body { padding-bottom: 70px; }
  .site-header { position: relative; }
  .header-inner { min-height: 74px; }
  .brand { width: 235px; }
  .menu-button { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; z-index: 20; top: 74px; left: 20px; right: 20px; margin: 0; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .header-call { display: none; }
  .lang-wrap { margin-top: 6px; }
  .lang-select { width: 100%; }
  .hero { min-height: auto; }
  .hero::after { top: auto; right: -210px; bottom: -320px; height: 650px; opacity: .8; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 70px 0 105px; }
  .hero-panel { margin: 30px 0 0; }
  .emergency-card { max-width: 620px; }
  .big-24 { margin: -75px 0 25px auto; }
  .response-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section-head, .zones-layout, .faq-layout, .contact-panel { grid-template-columns: 1fr; gap: 30px; }
  .section-head { align-items: start; }
  .faq-aside { position: static; }
  .service-card:nth-child(1) { grid-row: auto; min-height: 305px; }
  .service-card:nth-child(1) .service-icon { width: 58px; height: 58px; margin-bottom: 56px; }
  .service-card:nth-child(1) h3 { font-size: 1.55rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step::after { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-cta { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 66px; box-shadow: 0 -8px 30px rgba(3,18,38,.22); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; text-decoration: none; font-weight: 950; }
  .mobile-cta svg { width: 22px; height: 22px; flex: 0 0 auto; }
  .mobile-call { background: var(--red-600); }
  .mobile-whatsapp { color: #052716 !important; background: var(--green); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand { width: 220px; }
  .hero-inner { padding-top: 52px; }
  .hero h1 { font-size: clamp(2.85rem, 15vw, 4.5rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .emergency-card { padding: 27px 24px; }
  .big-24 { width: 120px; height: 120px; font-size: 2.5rem; border-width: 8px; }
  .response-grid { grid-template-columns: 1fr 1fr; }
  .stat { padding: 20px 14px; }
  .section-head { gap: 20px; }
  .service-grid, .price-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(1) { min-height: auto; padding: 28px; }
  .service-card .service-icon, .service-card:nth-child(1) .service-icon { margin-bottom: 38px; }
  .zone-map { min-height: 400px; }
  .map-center { width: 112px; height: 112px; }
  .contact-panel { padding: 36px 25px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; }
  .legal-header .container { align-items: flex-start; flex-direction: column; padding-block: 18px; }
  .legal-main { padding-top: 34px; }
  .legal-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .site-header, .mobile-cta, .hero-actions, .contact-actions { display: none !important; }
  body { padding: 0; }
  .hero, .section-dark { color: #000; background: #fff; }
}
