:root {
    --primary: #023373;
    --primary-2: #0a4b96;
    --accent: #04d9c4;
    --dark: #1c2140;
    --ice: #eef6fa;
    --text: #242936;
    --muted: #6b7280;
    --white: #ffffff;
    --border: #e5e7eb;
    --shadow: 0 18px 55px rgba(28, 33, 64, .10);
    --radius: 18px;
    --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Exo", Arial, sans-serif; color: var(--text); background: var(--white); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
button, input, textarea { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.topbar { background: #edf6fa; color: #687487; font-size: 13px; }
.topbar__inner { min-height: 42px; display: flex; justify-content: flex-end; align-items: center; gap: 14px; }
.topbar a { text-decoration: none; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(2,51,115,.08); backdrop-filter: blur(10px); }
.site-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { flex: 0 0 auto; width: 150px; text-decoration: none; }
.brand img { width: 145px; max-height: 60px; object-fit: contain; }
.brand__fallback { display: block; border: 1px solid #78839b; color: var(--dark); font-size: 23px; letter-spacing: .03em; text-align: center; padding: 4px 8px; line-height: 1; }
.brand__fallback small { display: block; font-size: 7px; margin-top: 4px; letter-spacing: .16em; }
.main-nav { display: flex; align-items: stretch; gap: 26px; align-self: stretch; }
.main-nav a { position: relative; display: flex; align-items: center; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 700; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--primary); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--primary); }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--dark); }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: var(--dark); }
.hero__media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(11,31,56,.45), rgba(11,31,56,.10)), url("../img/hero-home.jpg"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,27,55,.62) 0%, rgba(11,27,55,.30) 45%, rgba(11,27,55,.05) 100%); }
.hero__content { position: relative; z-index: 2; color: #fff; padding-top: 48px; padding-bottom: 48px; }
.eyebrow, .section-kicker { display: inline-block; margin: 0 0 14px; color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(46px, 6.3vw, 84px); line-height: .98; letter-spacing: -.035em; font-weight: 700; }
.hero h1 span { font-weight: 300; }
.hero__text { max-width: 650px; font-size: 18px; margin: 25px 0 0; color: rgba(255,255,255,.88); }
.hero__actions { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 7px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; font-size: 12px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--primary); color: #fff; }
.btn--primary:hover { background: var(--primary-2); }
.btn--ghost { border-color: rgba(255,255,255,.75); color: #fff; background: rgba(255,255,255,.04); }

.highlights { position: relative; z-index: 5; margin-top: -46px; }
.highlights__grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; }
.highlights article { min-height: 126px; padding: 28px 26px; border-right: 1px solid var(--border); display: flex; flex-direction: column; justify-content: center; }
.highlights article:last-child { border-right: 0; }
.highlights strong { color: var(--primary); font-size: 20px; }
.highlights span { color: var(--muted); font-size: 13px; margin-top: 4px; }

.section { padding: 105px 0; }
.section--alt { background: #f7fafc; }
.section-heading { max-width: 740px; margin-bottom: 42px; }
.section-heading h2, .split h2, .contact h2, .testimonial h2 { margin: 0; color: var(--dark); font-size: clamp(32px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.025em; font-weight: 500; }
.section-heading p, .split p, .contact p { color: var(--muted); }
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.text-link { display: inline-flex; gap: 10px; margin-top: 12px; color: var(--primary); text-decoration: none; font-weight: 700; }
.visual-card { min-height: 420px; padding: 44px; border-radius: 28px; background: linear-gradient(150deg, var(--primary), var(--dark)); color: #fff; display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); }
.visual-card__badge { width: 120px; height: 120px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 22px; font-weight: 700; }
.visual-card strong { display: block; font-size: 30px; line-height: 1.15; }
.visual-card span { display: block; margin-top: 10px; color: rgba(255,255,255,.75); }

.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.region-grid span { min-height: 90px; display: flex; align-items: center; padding: 22px 24px; background: #fff; border: 1px solid var(--border); border-radius: 14px; color: var(--dark); font-weight: 600; }
.region-grid span::before { content: "•"; color: var(--accent); margin-right: 12px; font-size: 24px; }

.company-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.company-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; min-height: 290px; transition: transform .2s ease, box-shadow .2s ease; }
.company-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.company-card__mark { width: 58px; height: 58px; border-radius: 14px; background: var(--ice); color: var(--primary); display: grid; place-items: center; font-size: 24px; font-weight: 700; }
.company-card h3 { margin: 28px 0 10px; color: var(--dark); }
.company-card p { margin: 0; color: var(--muted); font-size: 14px; }

.testimonial { background: var(--dark); color: #fff; }
.testimonial__inner { max-width: 900px; text-align: center; }
.testimonial h2 { color: #fff; }
.testimonial blockquote { margin: 38px auto 24px; max-width: 820px; font-size: clamp(22px, 3vw, 34px); font-weight: 300; line-height: 1.42; }
.testimonial p { display: flex; flex-direction: column; margin: 0; }
.testimonial p span { color: rgba(255,255,255,.62); font-size: 13px; }

.contact { padding-bottom: 0; }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.contact-list { display: grid; gap: 12px; margin-top: 28px; }
.contact-list > * { text-decoration: none; display: flex; flex-direction: column; padding: 16px 0; border-bottom: 1px solid var(--border); }
.contact-list span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { color: var(--dark); }
.contact-form { display: grid; gap: 16px; background: #f7fafc; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; }
.contact-form label { display: grid; gap: 7px; font-size: 13px; color: var(--dark); font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d7dce3; border-radius: 8px; padding: 12px 13px; outline: none; background: #fff; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(2,51,115,.08); }
.contact-form small { color: var(--muted); }
.map-wrap { margin-top: 80px; height: 380px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

.footer { background: var(--dark) url("../img/background-footerazul.png") center/cover no-repeat; color: #fff; }
.footer__grid { min-height: 250px; padding: 62px 0; display: grid; grid-template-columns: 1fr 1.2fr .8fr; align-items: start; gap: 50px; }
.footer__brand img { width: 185px; }
.footer h3 { margin-top: 0; font-size: 16px; }
.footer p { color: rgba(255,255,255,.72); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; color: rgba(255,255,255,.55); font-size: 12px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 20px; z-index: 120; background: #25d366; color: #fff; text-decoration: none; padding: 12px 18px; border-radius: 999px; box-shadow: 0 10px 35px rgba(0,0,0,.18); font-weight: 600; display: flex; align-items: center; gap: 9px; }
.cookie-consent { position: fixed; left: 22px; bottom: 20px; z-index: 130; width: min(360px, calc(100vw - 44px)); background: #fff; border: 1px solid var(--border); box-shadow: 0 18px 55px rgba(0,0,0,.18); padding: 24px; }
.cookie-consent p { margin: 0 0 18px; color: #445063; font-size: 14px; line-height: 1.45; }
.cookie-consent > div { display: flex; gap: 10px; }
.cookie-btn { min-height: 40px; border: 0; padding: 0 15px; cursor: pointer; }
.cookie-btn--reject { background: #e5e7eb; color: #444; }
.cookie-btn--accept { background: var(--primary); color: #fff; }

@media (max-width: 1060px) {
    .main-nav { gap: 15px; }
    .main-nav a { font-size: 11px; }
    .company-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .topbar { display: none; }
    .site-header__inner { min-height: 76px; }
    .menu-toggle { display: block; }
    .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; height: auto; padding: 12px 20px 24px; background: #fff; border-top: 1px solid var(--border); box-shadow: 0 18px 30px rgba(28,33,64,.08); }
    .main-nav.is-open { display: grid; }
    .main-nav a { min-height: 44px; font-size: 13px; }
    .main-nav a::after { display: none; }
    .hero { min-height: 570px; }
    .hero__media { background-position: center; }
    .highlights { margin-top: 0; }
    .highlights__grid { width: 100%; border-radius: 0; grid-template-columns: repeat(2, 1fr); box-shadow: none; border-bottom: 1px solid var(--border); }
    .highlights article { border-bottom: 1px solid var(--border); }
    .split, .contact__grid { grid-template-columns: 1fr; gap: 42px; }
    .region-grid { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .brand { width: 130px; }
    .section { padding: 76px 0; }
    .hero { min-height: 540px; }
    .hero h1 { font-size: 48px; }
    .hero__text { font-size: 16px; }
    .hero__actions { align-items: stretch; flex-direction: column; max-width: 290px; }
    .highlights__grid { grid-template-columns: 1fr; }
    .highlights article { min-height: 96px; border-right: 0; }
    .visual-card { min-height: 340px; padding: 30px; }
    .region-grid, .company-grid { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr; gap: 26px; }
    .whatsapp-float { left: 14px; right: 14px; bottom: 14px; justify-content: center; }
    .cookie-consent { left: 14px; right: 14px; bottom: 76px; width: auto; }
}
