:root {
  --red: #e30613;
  --red-dark: #b7040e;
  --ink: #101113;
  --ink-2: #1a1c20;
  --paper: #f6f4f0;
  --white: #fff;
  --muted: #666a72;
  --line: #ddd9d2;
  --green: #20b358;
  --shadow: 0 24px 64px rgba(12, 14, 18, .12);
  --radius: 24px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { color: #d9dadd; background: #0b0c0e; font-size: .78rem; font-weight: 650; letter-spacing: .02em; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__item svg { color: var(--red); width: 15px; height: 15px; }

.site-header { position: sticky; z-index: 100; top: 0; color: #fff; background: rgba(16,17,19,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 auto; display: block; width: 178px; }
.brand > a { display: block; }
.brand img, .brand .custom-logo { width: 178px; max-height: 60px; object-fit: contain; object-position: left center; }
.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.site-nav__list a { position: relative; color: #e4e4e5; font-size: .88rem; font-weight: 700; }
.site-nav__list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .2s ease; }
.site-nav__list a:hover::after, .site-nav__list .current-menu-item > a::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle svg { width: 28px; height: 28px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; }
.button--header { min-height: 44px; padding-inline: 18px; color: #fff; background: var(--red); }
.button--header:hover, .button--primary:hover { background: var(--red-dark); }
.button--primary { color: #fff; background: var(--red); box-shadow: 0 12px 28px rgba(227,6,19,.24); }
.button--ghost { color: var(--ink); background: #fff; border-color: var(--line); }
.button--dark { color: #fff; background: var(--ink); }
.button--outline { color: var(--ink); border-color: #aaa69d; background: transparent; }
.button--white { color: var(--ink); background: #fff; }
.button--large { min-height: 60px; padding-inline: 30px; font-size: 1rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-weight: 800; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.text-link--light { color: #fff; }

.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: currentColor; }
.eyebrow--light { color: #ff6a72; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; left: -260px; bottom: -250px; border: 80px solid rgba(227,6,19,.14); border-radius: 50%; }
.hero__grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 76px; padding-top: 76px; padding-bottom: 86px; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.3rem, 5.3vw, 5.35rem); line-height: .96; letter-spacing: -.055em; }
.hero h1 em { display: block; margin-top: 10px; color: #c9cace; font-family: Georgia, "Times New Roman", serif; font-size: .7em; font-weight: 400; letter-spacing: -.035em; }
.hero__lead { max-width: 620px; margin: 26px 0 0; color: #bbbcc0; font-size: 1.1rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__proof { display: flex; align-items: center; gap: 13px; margin-top: 38px; color: #c4c5c8; font-size: .86rem; line-height: 1.4; }
.hero__proof p { margin: 0; }
.hero__proof strong { color: #fff; font-size: .94rem; }
.avatar-stack { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--red); border: 3px solid #fff; border-radius: 50%; font-size: .75rem; font-weight: 900; }
.hero__visual { position: relative; }
.hero__image-wrap { position: relative; width: min(100%, 500px); margin-left: auto; }
.hero__image-wrap::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; z-index: -1; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); pointer-events: none; }
.hero__image-wrap > img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 24px; filter: saturate(.92) contrast(1.04); }
.hero__badge { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 16px; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 14px; box-shadow: var(--shadow); font-size: .78rem; line-height: 1.25; }
.hero__badge svg { color: var(--red); width: 24px; height: 24px; }
.hero__badge strong { display: block; font-size: .96rem; }
.hero__badge--top { top: 35px; left: -44px; }
.hero__badge--bottom { right: -26px; bottom: 30px; font-weight: 750; }
.status-dot { width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(32,179,88,.16); }

.trust-bar { color: #fff; background: var(--red); }
.trust-bar__grid { min-height: 116px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-bar__grid > div { min-height: 58px; display: flex; flex-direction: column; justify-content: center; padding: 0 32px; border-right: 1px solid rgba(255,255,255,.27); }
.trust-bar__grid > div:first-child { padding-left: 0; }
.trust-bar__grid > div:last-child { border-right: 0; }
.trust-bar strong { font-size: 1.65rem; line-height: 1.1; }
.trust-bar span { margin-top: 5px; color: #ffd9dc; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }

.section-heading { margin-bottom: 48px; }
.section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p, .section-heading--split > p { max-width: 470px; margin: 0; color: var(--muted); }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.section-heading--center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p { margin: 18px auto 0; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { overflow: hidden; min-width: 0; background: #fff; border: 1px solid #e4e0d9; border-radius: 18px; box-shadow: 0 4px 18px rgba(20,20,20,.035); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(20,20,20,.1); }
.service-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; background: #d7d6d3; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.1) saturate(.82); transition: transform .5s ease, filter .3s ease; }
.service-card:hover .service-card__image img { transform: scale(1.045); filter: grayscale(0) saturate(1); }
.service-card__tag { position: absolute; top: 14px; left: 14px; padding: 6px 10px; color: #fff; background: rgba(16,17,19,.86); border-radius: 999px; font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.service-card__body { padding: 23px 22px 24px; }
.service-card h3 { margin: 0; font-size: 1.08rem; line-height: 1.25; letter-spacing: -.02em; }
.service-card p { min-height: 74px; margin: 12px 0 20px; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.service-card__link { display: inline-flex; align-items: center; gap: 5px; color: var(--red); font-size: .78rem; font-weight: 850; }
.service-card__link svg { width: 16px; height: 16px; }
.section-action { margin-top: 42px; text-align: center; }

.brand-expertise { position: relative; overflow: hidden; background: #fff; }
.brand-expertise::after { content: "SPECIALISTS"; position: absolute; right: -30px; bottom: -80px; color: rgba(16,17,19,.025); font-size: 10rem; font-weight: 950; letter-spacing: -.07em; pointer-events: none; }
.brand-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.brand-card { min-height: 260px; display: grid; grid-template-columns: 92px 1fr; align-items: end; gap: 24px; overflow: hidden; padding: 30px; color: #fff; background: var(--ink); border-radius: 20px; box-shadow: 0 12px 34px rgba(15,16,18,.1); transition: transform .25s ease, box-shadow .25s ease; }
.brand-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(15,16,18,.2); }
.brand-card:nth-child(2) { background: #202226; }
.brand-card:nth-child(3) { background: #151619; }
.brand-card__code { width: 88px; height: 88px; display: grid; place-items: center; align-self: start; color: #fff; background: var(--red); border-radius: 50%; font-size: 1.5rem; font-weight: 950; letter-spacing: -.06em; box-shadow: 0 0 0 10px rgba(227,6,19,.12); }
.brand-card__code img { width: 84%; height: 84%; object-fit: contain; }
.brand-card p { margin: 0 0 2px; color: #93959a; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-card h3 { margin: 0 0 22px; font-size: 2rem; line-height: 1; letter-spacing: -.045em; }
.brand-card div > a:last-child { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: .76rem; font-weight: 800; }
.brand-card div > a:last-child svg { color: var(--red); transition: transform .2s ease; }
.brand-card:hover div > a:last-child svg { transform: translateX(4px); }
.brand-expertise__note { position: relative; z-index: 1; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 18px; margin-top: 24px; padding: 22px 24px; background: var(--paper); border: 1px solid #dfdbd4; border-radius: 16px; }
.brand-expertise__note > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--red); background: #f8e5e7; border-radius: 13px; }
.brand-expertise__note p { margin: 0; color: var(--muted); font-size: .88rem; }
.brand-expertise__note strong { color: var(--ink); }

.why { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.why::after { content: "ISAC CAR"; position: absolute; right: -40px; bottom: -95px; color: rgba(255,255,255,.025); font-size: 13rem; font-weight: 950; letter-spacing: -.08em; white-space: nowrap; }
.why__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 88px; }
.why__media { position: relative; }
.why__media > img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 22px; filter: grayscale(.35) contrast(1.06); }
.why__media::before { content: ""; position: absolute; z-index: -1; inset: 24px -24px -24px 24px; background: var(--red); border-radius: 22px; }
.why__seal { position: absolute; right: -34px; bottom: 42px; width: 148px; height: 148px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--red); border: 8px solid var(--ink); border-radius: 50%; text-align: center; transform: rotate(-7deg); }
.why__seal strong { font-size: 1.5rem; line-height: 1; }
.why__seal span { margin-top: 8px; font-size: .61rem; font-weight: 750; line-height: 1.25; text-transform: uppercase; letter-spacing: .05em; }
.why h2 { max-width: 670px; margin: 0; font-size: clamp(2.5rem, 4.6vw, 4.55rem); line-height: 1.02; letter-spacing: -.05em; }
.why h2 em { color: #b9bbc0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.why__lead { margin: 24px 0 32px; color: #b9bbc0; font-size: 1.02rem; }
.feature-list { display: grid; gap: 22px; margin-bottom: 30px; }
.feature-list article { display: grid; grid-template-columns: 46px 1fr; gap: 15px; }
.feature-list__icon { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: rgba(227,6,19,.16); border: 1px solid rgba(227,6,19,.44); border-radius: 13px; }
.feature-list__icon svg { color: #ff727a; }
.feature-list h3 { margin: 0 0 4px; font-size: 1rem; }
.feature-list p { margin: 0; color: #a9abb0; font-size: .88rem; }

.process { background: #fff; }
.process__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process__grid article { position: relative; min-height: 280px; padding: 28px 26px; overflow: hidden; background: var(--paper); border: 1px solid #e2ded7; border-radius: 18px; }
.process__grid article > svg { width: 34px; height: 34px; color: var(--red); }
.process__number { position: absolute; top: 16px; right: 20px; color: #ddd9d2; font-size: 3.3rem; font-weight: 950; line-height: 1; letter-spacing: -.08em; }
.process h3 { margin: 58px 0 10px; font-size: 1.12rem; }
.process article p { margin: 0; color: var(--muted); font-size: .88rem; }

.testimonials { background: #e9e5de; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testimonial-grid blockquote { margin: 0; padding: 30px; background: #fff; border-radius: 18px; box-shadow: 0 8px 26px rgba(25,25,25,.05); }
.stars { color: var(--red); font-size: .8rem; letter-spacing: .13em; }
.testimonial-grid blockquote > p { min-height: 130px; margin: 20px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; line-height: 1.55; }
.testimonial-grid footer { display: flex; flex-direction: column; border-top: 1px solid #ece8e1; padding-top: 18px; }
.testimonial-grid footer strong { font-size: .86rem; }
.testimonial-grid footer span { color: var(--muted); font-size: .75rem; }

.faq-section { background: var(--paper); }
.faq-section__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-section h2 { margin: 0; font-size: clamp(2.4rem,4vw,3.8rem); line-height: 1.03; letter-spacing: -.045em; }
.faq-section__grid > div:first-child > p:not(.eyebrow) { margin: 20px 0 28px; color: var(--muted); }
.accordion details { border-top: 1px solid #cbc6bd; }
.accordion details:last-child { border-bottom: 1px solid #cbc6bd; }
.accordion summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: var(--red); border: 1px solid #c5bfb5; border-radius: 50%; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 52px 24px 0; color: var(--muted); }

.location-section { padding-top: 0; }
.location-card { position: relative; min-height: 400px; display: flex; align-items: center; overflow: hidden; padding: 64px; color: #fff; background: var(--ink); border-radius: 26px; }
.location-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(227,6,19,.34), transparent 38%), linear-gradient(110deg, transparent 60%, rgba(255,255,255,.03) 60%); }
.location-card__content { position: relative; z-index: 2; max-width: 640px; }
.location-card h2 { margin: 0; font-size: clamp(2.7rem, 4.5vw, 4.3rem); line-height: 1; letter-spacing: -.05em; }
.location-card__content > p { margin: 12px 0 0; color: #bfc0c3; }
.location-card__actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.location-card__mark { position: absolute; right: 25px; bottom: -100px; color: rgba(255,255,255,.055); font-size: 19rem; font-weight: 950; line-height: 1; letter-spacing: -.14em; }

.final-cta { padding: 90px 0; color: #fff; background: var(--red); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { margin: 0; font-size: clamp(2.7rem,5vw,4.7rem); line-height: .98; letter-spacing: -.05em; }
.final-cta p:not(.eyebrow) { margin: 14px 0 0; color: #ffd4d7; }

.site-footer { padding: 82px 0 24px; color: #d8d9dc; background: #0a0b0d; }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 90px; padding-bottom: 65px; }
.site-footer__brand img { width: 210px; max-height: 78px; object-fit: contain; object-position: left; }
.site-footer__brand p { max-width: 390px; margin: 23px 0; color: #96989e; }
.site-footer__title { margin: 0 0 22px; color: #fff; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-nav, .footer-nav .site-nav__list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.footer-nav a { color: #a8aaaf; font-size: .88rem; }
.footer-nav a:hover { color: #fff; }
.contact-list { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.contact-list a, .contact-list span { display: grid; grid-template-columns: 21px 1fr; gap: 11px; align-items: start; color: #a8aaaf; font-size: .86rem; }
.contact-list svg { margin-top: 3px; color: var(--red); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #696b70; border-top: 1px solid #222429; font-size: .75rem; }
.site-footer__bottom p { margin: 0; }
.floating-whatsapp { position: fixed; z-index: 90; right: 20px; bottom: 20px; min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 0 18px; color: #fff; background: var(--green); border-radius: 999px; box-shadow: 0 12px 32px rgba(0,0,0,.25); font-size: .8rem; font-weight: 850; }
.floating-whatsapp svg { width: 21px; height: 21px; }

/* Páginas internas */
.page-hero { padding: 100px 0 80px; color: #fff; background: var(--ink); }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3rem,6vw,5.8rem); line-height: .96; letter-spacing: -.055em; }
.page-hero p { max-width: 690px; margin: 24px 0 0; color: #b9bbc0; font-size: 1.08rem; }
.content-area { padding: 80px 0 110px; }
.entry-content { max-width: 820px; font-size: 1.02rem; }
.entry-content h2, .entry-content h3 { margin-top: 2em; line-height: 1.15; letter-spacing: -.025em; }
.entry-content a { color: var(--red); text-decoration: underline; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.brand-archive { background: var(--paper); }
.brand-grid--archive { grid-template-columns: repeat(3,1fr); }

.brand-hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.brand-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right,#000,transparent 76%); }
.brand-hero__grid { position: relative; z-index: 1; min-height: 670px; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 78px; padding-top: 72px; padding-bottom: 82px; }
.brand-hero h1 { max-width: 780px; margin: 0; font-size: clamp(3.1rem,5.5vw,5.5rem); line-height: .95; letter-spacing: -.058em; }
.brand-hero h1 em { color: #ff6871; font-family: Georgia,"Times New Roman",serif; font-weight: 400; }
.brand-hero__lead { max-width: 680px; margin: 26px 0 0; color: #b9bbc0; font-size: 1.05rem; }
.brand-hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #d5d6d8; font-size: .8rem; font-weight: 700; }
.brand-hero__proof span { display: inline-flex; align-items: center; gap: 7px; }
.brand-hero__proof svg { color: var(--red); }
.brand-hero__visual { position: relative; width: min(100%,500px); margin-left: auto; }
.brand-hero__image { overflow: hidden; aspect-ratio: 1; border-radius: 24px; box-shadow: var(--shadow); }
.brand-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.brand-hero__monogram { position: absolute; top: -34px; right: -30px; width: 122px; height: 122px; display: grid; place-items: center; color: #fff; background: var(--red); border: 9px solid var(--ink); border-radius: 50%; font-size: 2.15rem; font-weight: 950; letter-spacing: -.08em; }
.brand-hero__monogram img { width: 78%; height: 62%; object-fit: contain; }
.brand-hero__label { position: absolute; left: -40px; bottom: 28px; min-width: 220px; padding: 17px 20px; color: var(--ink); background: #fff; border-radius: 14px; box-shadow: var(--shadow); }
.brand-hero__label small { display: block; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-hero__label strong { display: block; margin-top: 2px; font-size: 1.35rem; }
.brand-facts { color: #fff; background: var(--red); }
.brand-facts__grid { min-height: 116px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.brand-facts__grid > div { min-height: 58px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.28); }
.brand-facts__grid > div:first-child { padding-left: 0; }
.brand-facts__grid > div:last-child { border-right: 0; }
.brand-facts strong { font-size: 1.35rem; line-height: 1.1; }
.brand-facts span { margin-top: 5px; color: #ffd6d9; font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.brand-intro { background: #fff; }
.brand-intro__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.brand-intro h2 { margin: 0; font-size: clamp(2.6rem,4.5vw,4.4rem); line-height: 1.02; letter-spacing: -.05em; }
.brand-intro .entry-content { color: var(--muted); }
.brand-intro .entry-content p:first-child { margin-top: 0; color: var(--ink); font-size: 1.18rem; }
.brand-models { background: var(--paper); }
.model-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.model-grid li { min-height: 105px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 18px; background: #fff; border: 1px solid #dedad2; border-radius: 14px; font-size: .88rem; font-weight: 800; }
.model-grid li span { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: .62rem; font-weight: 950; }
.brand-services { color: #fff; background: var(--ink); }
.brand-services__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.brand-services h2 { margin: 0; font-size: clamp(2.7rem,4.5vw,4.4rem); line-height: 1; letter-spacing: -.05em; }
.brand-services__grid > div > p:not(.eyebrow) { margin: 22px 0 28px; color: #aaaCB1; }
.brand-service-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #36383d; }
.brand-service-list li { min-height: 68px; display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 12px; border-bottom: 1px solid #36383d; }
.brand-service-list li > span { color: var(--red); font-size: .72rem; font-weight: 850; }
.brand-service-list li strong { font-size: .93rem; }
.brand-service-list li svg { color: #666970; }
.brand-method { background: #fff; }
.brand-method__grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.brand-method article { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: var(--paper); border: 1px solid #dfdbd4; border-radius: 15px; }
.brand-method article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--red); background: #f7e4e6; border-radius: 12px; }
.brand-method article p { margin: 32px 0 0; font-size: .86rem; font-weight: 750; line-height: 1.45; }
.related-brands { background: #ebe7e0; }
.contact-page h2, .about-grid h2 { margin: 0; font-size: clamp(2.35rem,4vw,3.8rem); line-height: 1.04; letter-spacing: -.045em; }
.contact-panel { display: grid; align-content: start; gap: 1px; overflow: hidden; background: #d9d4cc; border: 1px solid #d9d4cc; border-radius: 18px; }
.contact-panel > div { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 25px; background: #fff; }
.contact-panel > div > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--red); background: #f8e8e9; border-radius: 13px; }
.contact-panel small { display: block; margin-bottom: 3px; color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-panel a, .contact-panel p { margin: 0; font-weight: 750; }
.about-grid { color: var(--ink); }
.about-grid .why__media::before { background: var(--red); }

.service-hero { position: relative; overflow: hidden; padding: 105px 0 95px; color: #fff; background: var(--ink); }
.service-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(227,6,19,.2), transparent 36%); }
.service-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.service-hero h1 { margin: 0; font-size: clamp(3rem,5.5vw,5.5rem); line-height: .97; letter-spacing: -.055em; }
.service-hero__lead { margin: 24px 0 32px; color: #b9bbc0; font-size: 1.1rem; }
.service-hero__image { overflow: hidden; aspect-ratio: 4/3; border-radius: 22px; box-shadow: var(--shadow); }
.service-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail { padding: 100px 0; }
.service-detail__grid { display: grid; grid-template-columns: 1fr 340px; gap: 90px; }
.service-detail__main h2 { margin: 0 0 22px; font-size: clamp(2.2rem,4vw,3.7rem); line-height: 1.05; letter-spacing: -.045em; }
.service-detail__main > p { color: var(--muted); font-size: 1.04rem; }
.detail-block { margin-top: 58px; }
.detail-block h3 { margin: 0 0 18px; font-size: 1.45rem; }
.check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-grid li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; padding: 15px; background: #fff; border: 1px solid #e2ded7; border-radius: 12px; font-size: .88rem; }
.check-grid svg { color: var(--red); }
.service-sidebar { position: sticky; top: 120px; align-self: start; padding: 28px; color: #fff; background: var(--ink); border-radius: 18px; }
.service-sidebar h2 { margin: 0; font-size: 1.45rem; }
.service-sidebar p { color: #b7b9bd; font-size: .88rem; }
.service-sidebar .button { width: 100%; margin-top: 10px; }

@media (max-width: 1080px) {
  .button--header { display: none; }
  .hero__grid { gap: 45px; }
  .hero__badge--top { left: -18px; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .why__grid { gap: 60px; }
  .process__grid { grid-template-columns: repeat(2,1fr); }
  .brand-card { grid-template-columns: 70px 1fr; padding: 24px; }
  .brand-card__code { width: 68px; height: 68px; font-size: 1.2rem; }
  .model-grid { grid-template-columns: repeat(4,1fr); }
  .brand-method__grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .topbar__item:first-child { display: none; }
  .topbar__inner { justify-content: center; }
  .site-header__inner { min-height: 72px; }
  .brand, .brand img, .brand .custom-logo { width: 148px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 110px 0 auto; display: none; margin: 0; padding: 20px; color: #fff; background: #101113; border-top: 1px solid #2b2d31; box-shadow: 0 25px 45px rgba(0,0,0,.24); }
  .site-nav.is-open { display: block; }
  .site-nav__list { align-items: stretch; gap: 0; flex-direction: column; }
  .site-nav__list li { border-bottom: 1px solid #2a2c30; }
  .site-nav__list a { display: block; padding: 15px 4px; }
  .hero__grid { min-height: 0; grid-template-columns: 1fr; padding-top: 65px; }
  .hero__content { max-width: 700px; }
  .hero__visual { width: min(90%, 600px); margin: 15px auto 0; }
  .hero__image-wrap { margin: 0 auto; }
  .trust-bar__grid { grid-template-columns: repeat(2,1fr); padding: 18px 0; }
  .trust-bar__grid > div { min-height: 78px; padding: 0 20px; }
  .trust-bar__grid > div:nth-child(2) { border-right: 0; }
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 18px; }
  .service-grid, .archive-grid { grid-template-columns: repeat(2,1fr); }
  .brand-grid, .brand-grid--archive { grid-template-columns: 1fr; }
  .brand-card { min-height: 220px; grid-template-columns: 90px 1fr; }
  .brand-card__code { width: 88px; height: 88px; }
  .brand-expertise__note { grid-template-columns: 48px 1fr; }
  .brand-expertise__note .text-link { grid-column: 2; }
  .why__grid { grid-template-columns: 1fr; }
  .why__media { width: min(80%, 480px); margin: 0 auto; }
  .faq-section__grid { grid-template-columns: 1fr; gap: 50px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid blockquote > p { min-height: auto; }
  .location-card { padding: 50px 40px; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .site-footer__brand { grid-column: 1/-1; }
  .service-hero__grid { grid-template-columns: 1fr; }
  .service-hero__image { max-width: 620px; }
  .service-detail__grid { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .brand-hero__grid { grid-template-columns: 1fr; }
  .brand-hero__visual { width: min(88%,560px); margin: 20px auto 0; }
  .brand-facts__grid { grid-template-columns: repeat(2,1fr); padding: 16px 0; }
  .brand-facts__grid > div:nth-child(2) { border-right: 0; }
  .brand-intro__grid, .brand-services__grid { grid-template-columns: 1fr; gap: 48px; }
  .model-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .hero__grid { padding-top: 52px; padding-bottom: 64px; }
  .hero h1 { font-size: 3.05rem; }
  .hero__lead { font-size: .98rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__visual { width: 94%; }
  .hero__badge--top { top: 18px; left: -12px; }
  .hero__badge--bottom { right: -12px; bottom: 18px; }
  .trust-bar__grid > div { padding: 0 12px; }
  .trust-bar strong { font-size: 1.35rem; }
  .trust-bar span { font-size: .63rem; }
  .section-heading { margin-bottom: 34px; }
  .service-grid, .archive-grid, .process__grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 210px; grid-template-columns: 66px 1fr; padding: 22px; }
  .brand-card__code { width: 64px; height: 64px; font-size: 1.1rem; }
  .brand-card h3 { font-size: 1.7rem; }
  .brand-expertise__note { grid-template-columns: 1fr; }
  .brand-expertise__note .text-link { grid-column: auto; }
  .service-card p { min-height: auto; }
  .why__media { width: 90%; }
  .why__media::before { inset: 15px -15px -15px 15px; }
  .why__seal { right: -20px; width: 120px; height: 120px; }
  .check-grid { grid-template-columns: 1fr; }
  .brand-hero__grid { padding-top: 56px; padding-bottom: 65px; }
  .brand-hero h1 { font-size: 3rem; }
  .brand-hero__visual { width: 92%; }
  .brand-hero__monogram { top: -24px; right: -16px; width: 92px; height: 92px; border-width: 7px; font-size: 1.55rem; }
  .brand-hero__label { left: -14px; bottom: 18px; min-width: 180px; }
  .brand-facts__grid > div { min-height: 76px; padding: 0 12px; }
  .brand-facts strong { font-size: 1.05rem; }
  .brand-facts span { font-size: .6rem; }
  .model-grid { grid-template-columns: repeat(2,1fr); }
  .model-grid li { min-height: 96px; }
  .brand-method__grid { grid-template-columns: 1fr; }
  .brand-method article { min-height: 150px; }
  .location-card { min-height: 440px; padding: 38px 26px; }
  .location-card__actions { align-items: flex-start; flex-direction: column; }
  .final-cta { padding: 70px 0; }
  .final-cta .button { width: 100%; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 52px; padding: 0; justify-content: center; }
  .floating-whatsapp span { display: none; }
}

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

/* Direcao visual clara — branco como superficie principal */
:root {
  --paper: #f6f6f3;
  --muted: #62666d;
  --line: #deded9;
  --shadow: 0 24px 64px rgba(18, 20, 24, .10);
}

body { background: #fff; }

.topbar {
  color: #5b5e64;
  background: #f3f3f0;
  border-bottom: 1px solid #e5e5e0;
}

.site-header {
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(16, 17, 19, .09);
  box-shadow: 0 8px 30px rgba(16, 17, 19, .055);
}

.brand img,
.brand .custom-logo,
.site-footer__brand img { filter: brightness(0) saturate(100%); }

.site-nav__list a { color: #2b2d31; }
.menu-toggle { color: var(--ink); }

.hero {
  color: var(--ink);
  background: #fff;
}

.hero::before {
  background-image: linear-gradient(rgba(16, 17, 19, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 17, 19, .035) 1px, transparent 1px);
  mask-image: linear-gradient(to right, #000, transparent 78%);
}

.hero h1 em { color: #565a61; }
.hero__lead,
.hero__proof { color: var(--muted); }
.hero__proof strong { color: var(--ink); }
.hero__image-wrap::before { border-color: rgba(227, 6, 19, .48); }
.hero__image-wrap::after { box-shadow: inset 0 0 0 1px rgba(16, 17, 19, .12); }
.hero__badge { border: 1px solid #e6e6e1; }

.button--ghost { background: var(--paper); }
.button--dark { color: #fff; background: var(--ink); }

.brand-expertise { background: #fff; }
.brand-expertise::after { color: rgba(16, 17, 19, .025); }

.brand-card,
.brand-card:nth-child(2),
.brand-card:nth-child(3) {
  position: relative;
  color: var(--ink);
  background: linear-gradient(145deg, #fff 0%, #fafaf8 100%);
  border: 1px solid #dfdfda;
  border-top: 4px solid var(--red);
  box-shadow: 0 12px 34px rgba(15, 16, 18, .07);
}

.brand-card:hover { box-shadow: 0 24px 50px rgba(15, 16, 18, .13); }
.brand-card p { color: #74777d; }
.brand-card div > a:last-child { color: var(--ink); }

.why {
  color: var(--ink);
  background: #f4f4f1;
}

.why::after { color: rgba(16, 17, 19, .028); }
.why__seal { border-color: #f4f4f1; }
.why h2 em,
.why__lead { color: #62666d; }
.feature-list__icon { color: var(--red); background: rgba(227, 6, 19, .08); }
.feature-list__icon svg { color: var(--red); }
.feature-list p { color: #696d74; }

.testimonials { background: #f1f1ee; }
.testimonial-grid blockquote { border: 1px solid #e2e2dc; }

.location-card {
  color: var(--ink);
  background: #fff;
  border: 1px solid #deded8;
  box-shadow: var(--shadow);
}

.location-card::before {
  background: radial-gradient(circle at 82% 14%, rgba(227, 6, 19, .12), transparent 36%), linear-gradient(110deg, transparent 60%, rgba(16, 17, 19, .022) 60%);
}

.location-card__content > p { color: var(--muted); }
.location-card__mark { color: rgba(16, 17, 19, .045); }
.location-card .text-link--light { color: var(--red); }

.site-footer {
  color: #34363a;
  background: #f5f5f2;
  border-top: 1px solid #deded8;
}

.site-footer__brand p,
.footer-nav a,
.contact-list a,
.contact-list span { color: #666a70; }
.site-footer__title { color: var(--ink); }
.footer-nav a:hover { color: var(--red); }
.site-footer__bottom { color: #7a7d82; border-top-color: #d9d9d3; }

.page-hero,
.brand-hero,
.service-hero {
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid #e2e2dd;
}

.page-hero { background: var(--paper); }
.page-hero p,
.brand-hero__lead,
.service-hero__lead { color: var(--muted); }

.brand-hero::before {
  background-image: linear-gradient(rgba(16, 17, 19, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 17, 19, .035) 1px, transparent 1px);
}

.brand-hero__proof { color: #4e5259; }
.brand-hero__monogram { border-color: #fff; }
.brand-hero__image,
.service-hero__image { border: 1px solid #deded8; }

.brand-services {
  color: var(--ink);
  background: var(--paper);
}

.brand-services__grid > div > p:not(.eyebrow) { color: var(--muted); }
.brand-service-list { border-top-color: #d8d8d2; }
.brand-service-list li { border-bottom-color: #d8d8d2; }
.brand-service-list li svg { color: #8b8e93; }

.related-brands { background: #f1f1ee; }
.service-detail { background: #fff; }
.service-sidebar {
  color: var(--ink);
  background: #fff;
  border: 1px solid #deded8;
  box-shadow: 0 18px 44px rgba(16, 17, 19, .09);
}
.service-sidebar p { color: var(--muted); }

@media (max-width: 860px) {
  .site-nav {
    color: var(--ink);
    background: #fff;
    border-top-color: #e1e1dc;
    box-shadow: 0 25px 45px rgba(16, 17, 19, .14);
  }
  .site-nav__list li { border-bottom-color: #e4e4df; }
}

/* Direcao minimalista e contemporanea */
:root {
  --radius: 16px;
  --shadow: 0 16px 42px rgba(18, 20, 24, .08);
}

body {
  font-family: Inter, "Segoe UI Variable", Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: -.005em;
}

.section { padding: 96px 0; }

.hero::before,
.hero::after,
.brand-expertise::after,
.why::after,
.brand-hero::before,
.service-hero::before { display: none; }

.site-header__inner { min-height: 78px; }
.brand,
.brand img,
.brand .custom-logo { width: 164px; }
.site-nav__list { gap: 26px; }
.site-nav__list a { font-size: .84rem; font-weight: 700; }

.button {
  min-height: 50px;
  border-radius: 11px;
  font-size: .86rem;
  font-weight: 750;
}

.button--header { min-height: 42px; border-radius: 10px; }
.button--primary { box-shadow: 0 10px 22px rgba(227, 6, 19, .16); }
.button--large { min-height: 56px; }

.eyebrow {
  margin-bottom: 16px;
  font-size: .7rem;
  letter-spacing: .13em;
}

.eyebrow > span { width: 22px; }

.hero__grid {
  min-height: 620px;
  gap: 64px;
  padding-top: 66px;
  padding-bottom: 72px;
}

.hero h1 { font-size: clamp(3.15rem, 5vw, 5rem); }
.hero h1 em,
.why h2 em,
.brand-hero h1 em {
  font-family: inherit;
  font-style: normal;
  letter-spacing: -.045em;
}

.hero h1 em {
  margin-top: 12px;
  font-size: .6em;
  font-weight: 560;
  line-height: 1.08;
}

.hero__lead { margin-top: 24px; font-size: 1.04rem; line-height: 1.7; }
.hero__actions { margin-top: 30px; }
.hero__proof { margin-top: 32px; }
.hero__image-wrap::before { inset: -10px 10px 10px -10px; border-radius: 18px; }
.hero__image-wrap::after,
.hero__image-wrap > img { border-radius: 14px; }
.hero__badge { border-radius: 10px; box-shadow: 0 12px 28px rgba(18, 20, 24, .10); }

.trust-bar {
  color: var(--ink);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-bar__grid { min-height: 100px; }
.trust-bar__grid > div { border-right-color: var(--line); }
.trust-bar strong { color: var(--red); font-size: 1.45rem; }
.trust-bar span { color: var(--muted); font-size: .68rem; }

.section-heading { margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(2.25rem, 3.5vw, 3.55rem); line-height: 1.06; }

.service-card {
  border-radius: 14px;
  box-shadow: 0 3px 14px rgba(18, 20, 24, .035);
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(18, 20, 24, .09); }
.service-card__tag {
  color: var(--ink);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(16, 17, 19, .10);
  border-radius: 8px;
}

.brand-card,
.brand-card:nth-child(2),
.brand-card:nth-child(3) {
  min-height: 220px;
  grid-template-columns: 66px 1fr;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border-top: 1px solid #dfdfda;
  border-radius: 14px;
  box-shadow: 0 5px 20px rgba(18, 20, 24, .045);
}

.brand-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(18, 20, 24, .09); }
.brand-card__code {
  width: 62px;
  height: 62px;
  align-self: center;
  border-radius: 13px;
  box-shadow: none;
  font-size: 1.15rem;
  letter-spacing: -.035em;
}
.brand-card__code:has(img) { background: #fff; border: 1px solid #deded8; }
.brand-card h3 { margin-bottom: 18px; font-size: 1.7rem; }
.brand-expertise__note { border-radius: 12px; }

.why__media > img { border-radius: 14px; filter: saturate(.86) contrast(1.02); }
.why__media::before { display: none; }
.why__media { padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.why__seal {
  right: -22px;
  bottom: 30px;
  width: 134px;
  height: 92px;
  border: 6px solid #f4f4f1;
  border-radius: 14px;
  transform: none;
}
.why__seal strong { font-size: 1.25rem; }
.why h2 { font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.05; }
.why h2 em { color: var(--ink); font-weight: 650; }
.feature-list { gap: 18px; }
.feature-list__icon { border-radius: 10px; }

.process__grid article,
.testimonial-grid blockquote,
.brand-method article,
.model-grid li,
.check-grid li { border-radius: 12px; }
.process__grid article { min-height: 250px; }
.process__number { color: #d7d7d1; font-size: 2.7rem; }

.testimonial-grid blockquote > p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.65;
}

.location-card {
  min-height: 360px;
  padding: 58px;
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(18, 20, 24, .07);
}
.location-card::before,
.location-card__mark { display: none; }

.final-cta { padding: 76px 0; }
.final-cta h2 { font-size: clamp(2.5rem, 4.5vw, 4.2rem); }

.site-footer { padding-top: 70px; }
.site-footer__grid { gap: 70px; padding-bottom: 54px; }

.page-hero { padding: 84px 0 70px; }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.brand-hero__grid { min-height: 610px; gap: 64px; padding-top: 64px; padding-bottom: 70px; }
.brand-hero h1 { font-size: clamp(3rem, 5.1vw, 5.1rem); }
.brand-hero h1 em { color: var(--red); font-weight: 650; }
.brand-hero__image { border-radius: 14px; }
.brand-hero__monogram {
  top: -24px;
  right: -20px;
  width: 96px;
  height: 96px;
  border-width: 6px;
  font-size: 1.65rem;
}
.brand-hero__monogram:has(img) { background: #fff; box-shadow: 0 12px 30px rgba(18,20,24,.12); }
.brand-hero__label { left: -28px; border-radius: 10px; box-shadow: 0 12px 28px rgba(18, 20, 24, .10); }

.brand-facts {
  color: var(--ink);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.brand-facts__grid { min-height: 100px; }
.brand-facts__grid > div { border-right-color: var(--line); }
.brand-facts strong { color: var(--red); }
.brand-facts span { color: var(--muted); }

.service-hero { padding: 84px 0 78px; }
.service-hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.service-hero__image,
.service-sidebar { border-radius: 14px; }

.floating-whatsapp { border-radius: 14px; box-shadow: 0 10px 26px rgba(12, 90, 43, .18); }

@media (max-width: 860px) {
  .section { padding: 76px 0; }
  .site-header__inner { min-height: 70px; }
  .brand,
  .brand img,
  .brand .custom-logo { width: 144px; }
  .brand-card { grid-template-columns: 66px 1fr; }
  .why__media { padding: 7px; }
}

@media (max-width: 560px) {
  .section { padding: 62px 0; }
  .hero__grid { padding-top: 46px; padding-bottom: 58px; }
  .hero h1 { font-size: 2.8rem; }
  .hero h1 em { font-size: .62em; }
  .hero__lead { font-size: .96rem; }
  .section-heading h2 { font-size: 2.25rem; }
  .brand-card { min-height: 190px; padding: 22px; }
  .brand-card__code { width: 58px; height: 58px; }
  .why__seal { right: -12px; width: 118px; height: 82px; }
  .location-card { min-height: 400px; padding: 34px 24px; }
  .brand-hero h1 { font-size: 2.75rem; }
  .brand-hero__monogram { width: 82px; height: 82px; font-size: 1.4rem; }
  .floating-whatsapp { border-radius: 50%; }
}
