:root {
    --red: #2f6fed;
    --red-dark: #2459bf;
    --ink: #22262a;
    --text: #4b535a;
    --muted: #747d85;
    --line: #e3e6e8;
    --soft: #f6f7f8;
    --white: #ffffff;
    --green: #20b65a;
    --radius: 14px;
    --shadow: 0 12px 34px rgba(25, 32, 38, .08);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--ink);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: #fff; padding: 12px 16px; }
.skip-link:focus { left: 12px; top: 12px; }

.topbar { background: #24282d; color: #e8e8e8; font-size: 13px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__right { display: flex; align-items: center; gap: 22px; }
.topbar a { transition: color .2s ease; }
.topbar a:hover { color: #fff; }
.topbar__right a:first-child { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 15px; height: 15px; fill: currentColor; }
.topbar__whatsapp { color: #9ee9b8; font-weight: 600; }

.header { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.header__inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 190px; height: auto; }
.nav { display: flex; align-items: center; gap: 31px; font-size: 14px; color: #474d52; }
.nav > a:not(.nav__cta) { padding: 31px 0; position: relative; }
.nav > a:not(.nav__cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--red); transition: right .2s ease; }
.nav > a:not(.nav__cta):hover::after { right: 0; }
.nav__cta { border: 1px solid #cfd3d6; border-radius: 7px; padding: 12px 17px; font-weight: 600; color: var(--ink); transition: .2s ease; }
.nav__cta:hover { border-color: var(--red); color: var(--red); }
.menu-toggle { display: none; width: 44px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 5px; }

.hero { padding: 36px 0 22px; background: #fff; }
.hero__panel { min-height: 470px; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; background: #f8f9fa; box-shadow: 0 5px 24px rgba(21, 28, 34, .04); }
.hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 58px 58px 62px; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .15em; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.06; letter-spacing: -.035em; font-weight: 650; }
.hero__lead { max-width: 620px; margin: 24px 0 0; color: var(--text); font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.btn { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 7px; font-size: 14px; font-weight: 700; transition: transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--red); color: #fff; border: 1px solid var(--red); }
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn--secondary { background: #fff; color: var(--ink); border: 1px solid #cfd4d7; }
.btn--secondary:hover { border-color: #9aa2a8; }
.hero__visual { min-height: 470px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #d5d9db; }
.hero-tile { position: relative; overflow: hidden; min-width: 0; }
.hero-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hero-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,20,22,.72), rgba(17,20,22,.05) 56%); }
.hero-tile span { position: absolute; z-index: 2; left: 23px; bottom: 22px; right: 18px; color: #fff; font-size: 16px; font-weight: 700; line-height: 1.25; }
.hero-tile:hover img { transform: scale(1.035); }

.section { padding: 78px 0; }
.section--soft { background: var(--soft); border-top: 1px solid #eef0f1; border-bottom: 1px solid #eef0f1; }
.section-heading { max-width: 620px; }
.section-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading > span { display: inline-block; color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 10px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 3.2vw, 43px); line-height: 1.15; letter-spacing: -.025em; font-weight: 650; }
.section-heading p { margin: 16px 0 0; color: var(--text); font-size: 16px; line-height: 1.65; }

.division-grid { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.division-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; transition: box-shadow .25s ease, transform .25s ease; }
.division-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.division-card__image { display: block; height: 275px; overflow: hidden; background: #eee; }
.division-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.division-card:hover .division-card__image img { transform: scale(1.025); }
.division-card__body { padding: 29px 30px 27px; }
.division-card__kicker { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.division-card h3 { margin: 8px 0 10px; font-size: 27px; line-height: 1.22; letter-spacing: -.018em; }
.division-card p { margin: 0; min-height: 72px; color: var(--text); line-height: 1.62; font-size: 15px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 23px; }
.tags span { background: #f3f4f5; border: 1px solid #eceeef; color: #5d646a; padding: 6px 10px; border-radius: 999px; font-size: 12px; }
.card-link { padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 750; }
.card-link span { font-size: 20px; color: var(--red); transition: transform .2s ease; }
.card-link:hover { color: var(--red); }
.card-link:hover span { transform: translateX(3px); }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.about__text { padding-top: 25px; }
.about__text p { margin: 0 0 18px; color: var(--text); font-size: 17px; line-height: 1.75; }
.about__text strong { color: var(--ink); }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 52px; }
.benefit-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 25px 22px 24px; }
.benefit-card__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; background: #edf4ff; color: var(--red); }
.benefit-card__icon svg { width: 23px; height: 23px; fill: currentColor; }
.benefit-card h3 { margin: 17px 0 9px; font-size: 17px; }
.benefit-card p { margin: 0; color: var(--text); font-size: 14px; line-height: 1.58; }

.contact-heading { margin-bottom: 38px; }
.contact-layout { display: grid; grid-template-columns: 405px 1fr; gap: 24px; background: #f8f9fa; padding: 20px; border-radius: 16px; border: 1px solid #edf0f1; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 30px; box-shadow: 0 7px 22px rgba(20,28,34,.04); }
.contact-card h3 { margin: 0; font-size: 23px; }
.contact-card__intro { margin: 10px 0 25px; color: var(--text); line-height: 1.55; font-size: 14px; }
.contact-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid #edf0f1; }
.contact-item__icon { width: 38px; height: 38px; border-radius: 50%; background: #edf4ff; color: var(--red); display: grid; place-items: center; }
.contact-item__icon--wa { background: #eaf8ef; color: var(--green); }
.contact-item__icon svg { width: 19px; height: 19px; fill: currentColor; }
.contact-item span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 3px; }
.contact-item a { font-weight: 650; font-size: 14px; }
.contact-item a:hover { color: var(--red); }
.contact-item p { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.45; }
.contact-item--address { align-items: start; }
.contact-card__button { width: 100%; margin-top: 18px; }
.map-card { border-radius: 12px; overflow: hidden; min-height: 500px; background: #e8eaeb; }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 500px; border: 0; }

.footer { border-top: 1px solid var(--line); background: #fafafa; padding-top: 46px; color: #525960; }
.footer__grid { display: grid; grid-template-columns: 1.55fr 1fr .8fr 1.2fr; gap: 45px; padding-bottom: 42px; }
.footer__brand img { width: 165px; margin-bottom: 18px; }
.footer__brand p { max-width: 330px; margin: 0; font-size: 14px; line-height: 1.6; }
.footer h3 { margin: 2px 0 16px; color: var(--ink); font-size: 14px; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; gap: 10px; }
.footer a { font-size: 13px; }
.footer a:hover { color: var(--red); }
.footer__bottom { min-height: 58px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; color: #7a8187; }

.whatsapp-float { position: fixed; right: 23px; bottom: 23px; width: 55px; height: 55px; border-radius: 50%; background: #20bf63; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(20,120,65,.26); z-index: 45; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { background: #18a954; transform: translateY(-2px); }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }

@media (max-width: 1050px) {
    .hero__panel { grid-template-columns: 1fr; }
    .hero__copy { padding: 50px; }
    .hero__visual { min-height: 330px; }
    .benefits { grid-template-columns: 1fr 1fr; }
    .contact-layout { grid-template-columns: 360px 1fr; }
}

@media (max-width: 860px) {
    .topbar__left { display: none; }
    .topbar__inner { justify-content: flex-end; }
    .topbar__right a:nth-child(2) { display: none; }
    .header__inner { height: 72px; }
    .brand img { width: 160px; }
    .menu-toggle { display: block; }
    .nav { position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 10px 25px rgba(25,30,34,.08); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 18px; }
    .nav.is-open { display: flex; }
    .nav > a:not(.nav__cta) { padding: 14px 4px; border-bottom: 1px solid #eff1f2; }
    .nav > a:not(.nav__cta)::after { display: none; }
    .nav__cta { margin-top: 12px; text-align: center; }
    .division-grid { grid-template-columns: 1fr; }
    .division-card p { min-height: auto; }
    .about { grid-template-columns: 1fr; gap: 20px; }
    .about__text { padding-top: 0; }
    .contact-layout { grid-template-columns: 1fr; }
    .map-card, .map-card iframe { min-height: 390px; }
    .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .topbar__inner { min-height: 36px; }
    .topbar__right { width: 100%; justify-content: space-between; gap: 12px; }
    .hero { padding-top: 18px; }
    .hero__panel { border-radius: 12px; }
    .hero__copy { padding: 34px 25px 31px; }
    .hero h1 { font-size: 37px; }
    .hero__lead { font-size: 16px; line-height: 1.6; }
    .hero__actions { flex-direction: column; }
    .hero__actions .btn { width: 100%; }
    .hero__visual { min-height: 300px; }
    .hero-tile span { left: 14px; bottom: 14px; font-size: 14px; }
    .section { padding: 58px 0; }
    .division-grid { margin-top: 30px; }
    .division-card__image { height: 220px; }
    .division-card__body { padding: 23px 21px 22px; }
    .division-card h3 { font-size: 23px; }
    .benefits { grid-template-columns: 1fr; margin-top: 35px; }
    .contact-layout { padding: 10px; }
    .contact-card { padding: 24px 20px; }
    .map-card, .map-card iframe { min-height: 340px; }
    .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
    .footer__brand { grid-column: 1 / -1; }
    .footer__bottom { padding: 16px 0; flex-direction: column; align-items: flex-start; min-height: auto; }
    .whatsapp-float { width: 51px; height: 51px; right: 16px; bottom: 16px; }
}

@media (max-width: 430px) {
    .topbar__right a:first-child { font-size: 12px; }
    .topbar__whatsapp { font-size: 12px; }
    .hero h1 { font-size: 33px; }
    .hero__visual { grid-template-columns: 1fr; min-height: 390px; }
    .hero-tile { min-height: 195px; }
    .section-heading h2 { font-size: 30px; }
    .footer__grid { grid-template-columns: 1fr; }
}
