:root {
  --navy: #071a3b;
  --navy-light: #0d2d61;
  --red: #d20b18;
  --red-dark: #a90611;
  --white: #ffffff;
  --paper: #f4f7fb;
  --ink: #101828;
  --muted: #5d6879;
  --line: #dce3ed;
  --shadow: 0 24px 65px rgba(7, 26, 59, .16);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 999; padding: 12px 18px; color: var(--navy); background: var(--white); border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(7, 26, 59, .08); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { position: relative; display: inline-block; padding-bottom: 22px; line-height: 1; }
.brand-name { display: flex; align-items: baseline; font-size: clamp(1.75rem, 3vw, 2.55rem); font-weight: 950; letter-spacing: -.065em; }
.brand-name span { color: var(--navy); }
.brand-name em { margin-left: .12em; color: var(--red); font-style: italic; }
.brand-line { position: absolute; left: 0; right: -8px; bottom: 17px; height: 5px; background: var(--red); transform: skewX(-22deg); }
.brand-line::after { content: ""; position: absolute; right: -10px; top: -5px; border-left: 14px solid var(--red); border-top: 8px solid transparent; border-bottom: 8px solid transparent; }
.brand small { position: absolute; left: 0; bottom: 0; width: max-content; color: var(--navy); font-size: .54rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 23px; color: var(--navy); font-size: .94rem; font-weight: 750; }
.main-nav > a:not(.nav-button) { position: relative; }
.main-nav > a:not(.nav-button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-button { padding: 13px 18px; color: var(--white); background: var(--red); border-radius: 12px; box-shadow: 0 12px 28px rgba(210, 11, 24, .28); }
.menu-button { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 12px; background: var(--paper); cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 6px 0; background: var(--navy); transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: linear-gradient(118deg, var(--navy) 0 59%, #0b2755 59% 100%); }
.hero-pattern { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 46px 46px; }
.hero-red-shape { position: absolute; right: -10%; bottom: -45%; width: 68%; height: 80%; background: var(--red); transform: rotate(-9deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 88px; }
.overline, .section-label { margin: 0 0 14px; color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.overline { display: flex; align-items: center; gap: 10px; color: var(--white); }
.overline::before { content: ""; width: 44px; height: 4px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.55rem); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.hero-description { max-width: 690px; margin-bottom: 32px; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border: 2px solid transparent; border-radius: 13px; font-weight: 850; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-red { color: var(--white); background: var(--red); box-shadow: 0 16px 36px rgba(210,11,24,.3); }
.button-red:hover { background: #eb1521; }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); }
.button-outline:hover { background: rgba(255,255,255,.12); }
.button-white { color: var(--navy); background: var(--white); }
.location-card { display: flex; align-items: center; gap: 13px; }
.location-icon { width: 46px; height: 46px; padding: 11px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.location-icon svg, .trust-symbol svg, .document-icon svg, .benefit-icon svg, .shield-graphic svg, .family-shield svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.location-card strong, .location-card small { display: block; }
.location-card small { color: rgba(255,255,255,.68); }
.hero-card { position: relative; width: min(100%, 475px); min-height: 500px; margin-inline: auto; padding: 44px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 32px; background: linear-gradient(150deg, rgba(255,255,255,.18), rgba(255,255,255,.035)); box-shadow: 0 35px 85px rgba(0,0,0,.25); }
.hero-card::before { content: ""; position: absolute; right: -95px; top: -110px; width: 280px; height: 280px; border-radius: 50%; background: rgba(210,11,24,.2); }
.hero-card-label { position: absolute; left: 30px; top: 32px; z-index: 2; padding: 9px 14px; border-radius: 999px; background: var(--red); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.shield-graphic { width: 235px; margin: 30px auto 24px; color: rgba(255,255,255,.92); }
.shield-graphic svg { stroke-width: 11; }
.hero-card p { position: relative; z-index: 2; margin-bottom: 20px; font-size: 1.72rem; font-weight: 850; line-height: 1.17; }
.card-stripe { position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: linear-gradient(90deg, var(--red) 0 68%, rgba(255,255,255,.9) 68%); }

.trust-bar { color: var(--white); background: #04142e; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { min-height: 114px; padding: 26px 31px; display: flex; align-items: center; gap: 17px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid article:last-child { border-right: 0; }
.trust-symbol { width: 52px; height: 52px; padding: 12px; flex: 0 0 auto; color: var(--red); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; }
.trust-symbol svg { stroke-width: 1.8; }
.trust-grid strong { display: block; font-size: 1.02rem; text-transform: uppercase; }
.trust-grid p { margin: 2px 0 0; color: rgba(255,255,255,.68); font-size: .9rem; }

.section { padding: 112px 0; }
.two-columns { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.section h2, .support-section h2, .contact-section h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(2.35rem, 4.6vw, 4.75rem); line-height: 1.02; letter-spacing: -.05em; text-transform: uppercase; }
.section-text { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; color: var(--red); font-weight: 850; }
.document-panel { position: relative; min-height: 325px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.document-top { height: 52px; display: flex; align-items: center; gap: 8px; padding: 0 20px; background: var(--navy); }
.document-top span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.35); }
.document-body { min-height: 260px; padding: 45px; display: flex; align-items: center; gap: 25px; }
.document-icon { width: 90px; flex: 0 0 auto; color: var(--red); }
.document-icon svg { stroke-width: 4; }
.document-body strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 1.5rem; text-transform: uppercase; }
.document-body p { margin: 0; color: var(--muted); }
.document-accent { position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: linear-gradient(90deg, var(--red) 0 65%, var(--navy) 65%); }

.benefits-section { background: var(--paper); }
.section-heading { max-width: 880px; margin-bottom: 52px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.benefit-card { position: relative; min-height: 290px; padding: 33px 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 14px 36px rgba(7,26,59,.07); transition: transform .22s ease, box-shadow .22s ease; }
.benefit-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--red); }
.benefit-card:hover { transform: translateY(-8px); box-shadow: 0 22px 48px rgba(7,26,59,.14); }
.benefit-icon { width: 70px; height: 70px; margin-bottom: 28px; padding: 17px; display: grid; place-items: center; color: var(--red); border-radius: 20px; background: rgba(210,11,24,.09); font-size: 2rem; font-weight: 900; }
.benefit-icon svg { stroke-width: 1.9; }
.benefit-card h3 { margin-bottom: 12px; color: var(--navy); font-size: 1.34rem; line-height: 1.1; text-transform: uppercase; }
.benefit-card p { margin-bottom: 0; color: var(--muted); }

.support-section { position: relative; padding: 108px 0; overflow: hidden; color: var(--white); background: var(--navy); }
.support-red { position: absolute; inset: 0 -15% 0 58%; background: var(--red); transform: skewX(-14deg); }
.support-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: center; }
.family-shield { width: min(100%, 360px); margin-inline: auto; color: var(--red); }
.family-shield svg { stroke-width: 9; }
.section-label.light { color: rgba(255,255,255,.76); }
.support-section h2, .contact-section h2 { color: var(--white); }
.support-section p:not(.section-label) { color: rgba(255,255,255,.75); font-size: 1.1rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.process-grid article { position: relative; min-height: 245px; padding: 37px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.process-grid article::after { content: ""; position: absolute; right: -48px; bottom: -48px; width: 125px; height: 125px; border-radius: 50%; background: rgba(210,11,24,.08); }
.process-grid span { display: block; margin-bottom: 37px; color: var(--red); font-size: 1.85rem; font-weight: 900; }
.process-grid h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.65rem; text-transform: uppercase; }
.process-grid p { margin-bottom: 0; color: var(--muted); }

.contact-section { position: relative; padding: 100px 0; overflow: hidden; background: linear-gradient(120deg, var(--red) 0 40%, var(--navy) 40% 100%); }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding: 58px; color: var(--white); border: 1px solid rgba(255,255,255,.15); border-radius: 30px; background: rgba(4,17,39,.92); box-shadow: 0 38px 85px rgba(7,26,59,.3); }
.contact-panel > div:first-child > p:last-child { color: rgba(255,255,255,.72); }
.contact-options { display: grid; gap: 17px; align-content: center; }
.contact-item { padding: 17px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.055); }
.contact-item small, .contact-item strong { display: block; }
.contact-item small { color: rgba(255,255,255,.63); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-item strong { font-size: 1.24rem; }

.site-footer { color: rgba(255,255,255,.74); background: #041127; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; padding: 70px 0 56px; }
.footer-brand .brand-name span, .footer-brand small { color: var(--white); }
.site-footer h2 { margin-bottom: 15px; color: var(--white); font-size: .91rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a:not(.brand), .site-footer p { display: block; margin: 7px 0; }
.site-footer a:not(.brand):hover { color: var(--white); }
.footer-note { padding: 18px 0; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 62px; height: 62px; padding: 13px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: #20b85a; box-shadow: 0 16px 38px rgba(0,0,0,.25); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { fill: currentColor; }

@media (max-width: 1040px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 92px 0 auto 0; display: grid; gap: 0; padding: 18px 20px 28px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(7,26,59,.12); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .28s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 15px 8px; border-bottom: 1px solid var(--line); }
  .main-nav .nav-button { margin-top: 14px; text-align: center; border-bottom: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-card { min-height: 440px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 92px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid article:last-child { border-bottom: 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .support-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 80px; }
  .main-nav { inset: 80px 0 auto 0; }
  .brand { padding-bottom: 17px; }
  .brand-name { font-size: 1.72rem; }
  .brand-line { bottom: 13px; }
  .brand small { display: none; }
  .hero { min-height: auto; }
  .hero-red-shape { right: -35%; bottom: -20%; width: 110%; height: 42%; }
  .hero-grid { padding-block: 72px 80px; }
  h1 { font-size: clamp(2.75rem, 14.5vw, 4.65rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-card { min-height: 385px; padding: 30px; border-radius: 24px; }
  .shield-graphic { width: 170px; }
  .hero-card p { font-size: 1.34rem; }
  .section { padding: 78px 0; }
  .two-columns, .support-grid, .contact-panel { grid-template-columns: 1fr; }
  .two-columns { gap: 38px; }
  .document-body { padding: 32px 24px; align-items: flex-start; }
  .document-icon { width: 66px; }
  .benefit-grid, .process-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .support-section { padding: 82px 0; }
  .support-red { inset: 55% -45% -20% 18%; transform: skewY(-10deg); }
  .family-shield { max-width: 230px; }
  .contact-section { padding: 70px 0; background: var(--red); }
  .contact-panel { gap: 30px; padding: 34px 24px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; padding: 58px 0 44px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; }
}

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