@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");
:root{--brand:#0047BA;--brand-dark:#003894;--accent:#E50914;--ink:#080C14;--paper:#F8FAFB;}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;background:var(--paper);}
body{min-width:320px;font-size:16px;line-height:1.5;}
img{max-width:100%;height:auto;}
h1,h2,h3,h4,.font-heading{font-family:"Plus Jakarta Sans",Inter,sans-serif;}
a,button{touch-action:manipulation;}
a:focus-visible,button:focus-visible{outline:3px solid #93C5FD;outline-offset:3px;}
[x-cloak],[hidden]{display:none !important;}
.hover-lift{transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);}
.hover-lift:hover{transform:translateY(-4px);box-shadow:0 20px 35px -16px rgba(0,71,186,.28);}
.article-content{min-width:0;}
.article-content h2{scroll-margin-top:7rem;}
.article-content p + p{margin-top:1rem;}
.floating-whatsapp{box-shadow:0 14px 28px rgba(229,9,20,.4);}
.timeline-grid>article:not(:last-child)::after{content:"";position:absolute;top:1.7rem;left:calc(50% + 3rem);right:calc(-50% + 3rem);border-top:2px dashed rgba(0,71,186,.25);z-index:0;}
.timeline-grid>article>*{position:relative;z-index:1;}
@media(max-width:767px){.timeline-grid>article:not(:last-child)::after{display:none;}.text-xs,.text-sm{font-size:1rem !important;line-height:1.5 !important;}a.min-h-0{display:inline-flex !important;min-width:2.75rem;min-height:2.75rem;align-items:center;}.cookie-banner{padding-bottom:max(1rem,env(safe-area-inset-bottom));}.floating-whatsapp{bottom:8rem;}}
@media(min-width:768px){.floating-whatsapp{bottom:2rem;}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important;}}