:root {
  color-scheme: light;
  --blue: #086ba5;
  --sky: #0b92d9;
  --navy: #102f45;
  --ink: #183648;
  --muted: #506779;
  --line: #d7e4ec;
  --soft: #f1f7fa;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; font-size: 17px; line-height: 1.65; color: var(--ink); background: #fff; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.45rem, 5.1vw, 4.35rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.3vw, 2.8rem); font-weight: 750; }
h3 { font-size: 1.25rem; letter-spacing: -.02em; }
a { color: var(--blue); text-underline-offset: .2em; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #dc7700; outline-offset: 5px; border-radius: 3px; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 20; top: 0; left: 16px; padding: 10px; color: #fff; background: var(--navy); transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
.utility { background: var(--navy); color: #fff; font-size: .76rem; font-weight: 600; letter-spacing: .02em; }
.utility .wrap { display: flex; justify-content: space-between; gap: 20px; padding-block: 9px; }
.utility i { display: inline-block; width: 7px; height: 7px; background: #6de1b2; border-radius: 50%; margin-right: 6px; }
.site-header { border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); text-decoration: none; font-size: 1.6rem; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand img { flex: 0 0 42px; width: 42px; height: 42px; }
.brand span span { color: var(--sky); }
.header-inner nav { display: flex; align-items: center; gap: 28px; }
.header-inner nav a { padding-block: 10px; text-decoration: none; font-size: .91rem; font-weight: 650; color: var(--ink); }
.header-inner nav a:hover, .header-inner nav .active { color: var(--blue); text-decoration: underline; }
.header-phone { text-decoration: none; font-size: .94rem; font-weight: 750; white-space: nowrap; }
.home-hero { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(110deg, #096b9f 0%, #077bbb 65%, #118dcc 100%); color: #fff; }
.hero-grid { display: grid; grid-template-columns: 1.45fr 1fr; align-items: center; gap: 70px; padding-block: 70px 90px; }
.eyebrow { color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 14px; }
.home-hero .eyebrow { color: #e1f5ff; }
.home-hero h1 span { color: #b6eaff; }
.hero-lead { margin-top: 25px; font-size: clamp(1.05rem, 2vw, 1.22rem); line-height: 1.65; }
.hero-lead strong { display: inline-block; margin-top: 8px; font-size: .92rem; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 29px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 6px; font-size: .92rem; font-weight: 750; line-height: 1.5; text-align: center; text-decoration: none; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: #07527f; }
.home-hero .button-primary, .contact-section .button-primary { background: #fff; color: #075782; }
.button-outline { border-color: #a4d9f5; color: #fff; }
.button-light { border-color: #b7cfdd; color: var(--blue); background: #f5fafc; }
.button:hover { box-shadow: 0 2px 8px #102f4520; }
.hero-note { padding: 29px; background: #fff; color: var(--ink); border-radius: 13px; box-shadow: 0 18px 45px #00365222; transform: rotate(1deg); }
.note-top { font-size: .69rem; color: var(--blue); font-weight: 800; letter-spacing: .13em; }
.note-title { margin: 15px 0 10px; font-size: 2.2rem; font-weight: 800; line-height: 1.2; letter-spacing: -.03em; }
.hero-note > p:not(.note-title) { color: var(--muted); font-size: .94rem; margin-bottom: 21px; }
.note-line { border-top: 1px solid var(--line); padding-block: 11px; font-size: .9rem; }
.note-line span { margin-right: 14px; color: var(--blue); font-size: .8rem; font-weight: 750; }
.note-bottom { display: block; padding-top: 17px; margin-top: 6px; border-top: 1px solid var(--line); color: var(--muted); font-size: .69rem; }
.hero-wave { position: absolute; z-index: -1; inset: auto 0 0; height: 72px; opacity: .17; background: url('/img/ola.png') center bottom / 900px 75px repeat-x; pointer-events: none; }
.section { padding-block: 76px; }
.soft { background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 55px; margin-bottom: 33px; }
.section-heading > p { max-width: 460px; color: var(--muted); }
.text-link { display: inline-block; font-size: .95rem; font-weight: 750; }
.section-heading .text-link { flex: 0 0 auto; }
.audiences { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.audience-card { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--soft); }
.audience-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.audience-card > div { padding: 21px 20px 24px; }
.audience-card p { margin-top: 10px; font-size: .91rem; line-height: 1.55; color: var(--muted); }
.link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.link-grid.cards-4, .link-grid.cards-8 { grid-template-columns: repeat(2, 1fr); }
.link-grid.cards-5 { grid-template-columns: repeat(6, 1fr); }
.cards-5 > .link-card { grid-column: span 2; }
.cards-5 > .link-card:nth-last-child(-n+2) { grid-column: span 3; }
.link-card { display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 9px; background: #fff; text-decoration: none; color: var(--ink); }
.link-card:hover { border-color: var(--sky); box-shadow: 0 6px 20px #102f4508; }
.card-number { color: var(--blue); font-size: .76rem; font-weight: 750; margin-bottom: 16px; }
.link-card h3 { font-size: 1.35rem; }
.link-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; margin: 15px 0 22px; }
.card-action { color: var(--blue); font-weight: 750; font-size: .86rem; margin-top: auto; }
.card-action span { float: right; }
.section-footnote { color: var(--muted); font-size: .92rem; margin-top: 30px; max-width: 860px; }
.coverage-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: center; }
.coverage-grid p:not(.eyebrow) { color: var(--muted); margin: 20px 0; }
.zone-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.zone-links a { display: flex; align-items: center; justify-content: space-between; padding: 16px; border: 1px solid var(--line); border-radius: 5px; text-decoration: none; font-size: .93rem; font-weight: 650; }
.zone-links a::after { content: '→'; margin-left: 10px; }
.zone-links a:hover { border-color: var(--blue); background: var(--soft); }
.coverage-extra { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .89rem; color: var(--muted); }
.steps { list-style: none; margin: 35px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.steps li { padding-top: 19px; border-top: 2px solid #aacbdf; }
.steps span { color: var(--blue); font-size: .78rem; font-weight: 750; }
.steps h3 { margin: 13px 0; }
.steps p { font-size: .94rem; color: var(--muted); }
.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.faq .muted { margin-top: 20px; }
.muted { color: var(--muted); }
.faq details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: .99rem; font-weight: 700; line-height: 1.5; padding-right: 12px; }
.faq summary::marker { color: var(--blue); }
.faq details p { margin-top: 12px; font-size: .94rem; color: var(--muted); }
.contact-section { background: var(--navy); color: #fff; padding-block: 65px; }
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; align-items: center; }
.contact-section .eyebrow { color: #a8dbf8; }
.contact-section h2 + p { margin-top: 20px; max-width: 530px; color: #d4e5ef; }
.contact-info { border-left: 1px solid #486071; padding-left: 40px; font-size: .96rem; }
.small-label { font-size: .7rem; letter-spacing: .13em; color: #a8dbf8; margin-bottom: 7px; font-weight: 750; }
.contact-info p + .small-label { margin-top: 23px; }
.contact-info > a { display: inline-block; color: #d7efff; font-weight: 650; margin-top: 23px; }
.site-footer { background: #0b2436; color: #d6e5f0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 31px; font-size: .84rem; }
.site-footer .brand { color: #fff; }
.footer-inner p { text-align: center; }
.footer-inner strong { font-weight: 500; }
.footer-contact { display: flex; flex-direction: column; text-align: right; }
.footer-contact a { color: #fff; }
.footer-contact a:first-child { font-size: 1rem; font-weight: 750; text-decoration: none; }
.footer-contact a + a { font-size: .82rem; }
.mobile-contact { display: none; }
.breadcrumbs { padding-block: 21px; color: var(--muted); font-size: .78rem; }
.breadcrumbs ol { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 7px; }
.breadcrumbs li + li::before { content: '/'; margin-right: 7px; color: #8297a5; }
.breadcrumbs a { color: var(--muted); }
.page-hero { padding-block: 35px 55px; }
.page-hero h1 { max-width: 910px; font-size: clamp(2.3rem, 4.5vw, 3.75rem); }
.lead { max-width: 800px; margin-top: 24px; color: var(--muted); font-size: 1.15rem; }
.page-promise { margin-top: 20px; font-size: .86rem; color: var(--muted); }
.editorial-layout { display: grid; grid-template-columns: 1fr 310px; align-items: start; gap: 65px; padding-top: 35px; border-top: 1px solid var(--line); }
.editorial section + section { margin-top: 37px; }
.editorial h2 { font-size: 1.72rem; }
.editorial p { margin-top: 17px; color: var(--muted); }
.editorial ul { padding-left: 22px; color: var(--muted); }
.editorial li { margin-block: 9px; }
.quick-card { padding: 27px; background: var(--soft); border-radius: 8px; border-top: 3px solid var(--sky); }
.quick-card h2 { font-size: 1.43rem; }
.quick-card p:not(.eyebrow) { margin-top: 17px; font-size: .94rem; color: var(--muted); }
.quick-card .text-link { margin-top: 19px; }
.soft h2 + .link-grid { margin-top: 28px; }
.nearby { padding-top: 32px; }
.nearby h3 { margin-bottom: 12px; }
.nearby a { display: inline-block; margin: 4px 20px 4px 0; font-size: .94rem; }
@media (max-width: 900px) {
  .header-inner nav { gap: 17px; }
  .header-phone { display: none; }
  .hero-grid { gap: 32px; grid-template-columns: 1.2fr 1fr; }
  .hero-note { padding: 22px; }
  .hero-grid h1 { font-size: 3.2rem; }
  .audiences { gap: 14px; }
  .audience-card > div { padding: 17px 13px; }
  .link-grid, .link-grid.cards-5 { grid-template-columns: repeat(2, 1fr); }
  .cards-5 > .link-card, .cards-5 > .link-card:nth-last-child(-n+2) { grid-column: auto; }
  .cards-5 > .link-card:last-child { grid-column: 1 / -1; }
  .coverage-grid, .faq, .contact-grid { gap: 36px; }
  .editorial-layout { gap: 30px; grid-template-columns: 1fr 260px; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 36px); }
  .utility .wrap { justify-content: center; font-size: .68rem; }
  .utility .wrap > span:last-child { display: none; }
  .header-inner { flex-wrap: wrap; gap: 5px; padding-top: 13px; }
  .header-inner > .brand { margin-inline: auto; }
  .header-inner nav { width: 100%; justify-content: center; gap: clamp(16px, 6vw, 34px); }
  .header-inner nav a { font-size: .83rem; padding-block: 12px; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 43px 58px; gap: 35px; }
  .hero-grid h1 { font-size: clamp(2.45rem, 10.4vw, 3.4rem); }
  .hero-note { transform: none; }
  .home-hero .actions { flex-direction: column; align-items: stretch; }
  .hero-note .note-title { font-size: 1.75rem; }
  .section { padding-block: 52px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading > p, .section-heading > .text-link { margin-top: 19px; }
  .audiences { grid-template-columns: 1fr 1fr; }
  .audience-card h3 { font-size: 1.1rem; }
  .audience-card p { font-size: .84rem; }
  .link-grid, .link-grid.cards-4, .link-grid.cards-5, .link-grid.cards-8 { grid-template-columns: 1fr; gap: 14px; }
  .link-card { padding: 23px; }
  .coverage-grid, .faq, .contact-grid, .editorial-layout { grid-template-columns: 1fr; }
  .zone-links { gap: 9px; }
  .zone-links a { padding: 12px; font-size: .86rem; }
  .steps { grid-template-columns: 1fr; gap: 23px; }
  .contact-section { padding-block: 48px; }
  .contact-info { border-left: 0; border-top: 1px solid #486071; padding: 27px 0 0; }
  .footer-inner { flex-direction: column; gap: 17px; }
  .footer-contact { text-align: center; }
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .mobile-contact { display: grid; grid-template-columns: 1fr 1fr; position: fixed; z-index: 10; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #c3d8e4; padding: 7px 12px calc(7px + env(safe-area-inset-bottom)); gap: 10px; }
  .mobile-contact a { text-align: center; padding: 8px; border: 1px solid var(--blue); border-radius: 5px; font-size: .9rem; font-weight: 750; text-decoration: none; line-height: 1.65; }
  .mobile-contact .mobile-whatsapp { background: var(--blue); color: #fff; }
  .page-hero { padding-block: 20px 40px; }
  .page-hero h1 { overflow-wrap: anywhere; }
  .lead { font-size: 1.07rem; }
  .editorial-layout { padding-top: 28px; }
  .quick-card { margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { .utility, .site-header, .actions, .mobile-contact, .site-footer, .hero-note { display: none; } body { padding: 0; color: #000; } .home-hero, .contact-section, .soft { background: #fff; color: #000; } .wrap { width: 100%; } .section { padding-block: 20px; } }
