.info-body { background: #f7faf8; }
.info-main { min-height: 70vh; }
.page-hero { position: relative; overflow: hidden; padding: 92px max(7vw, 36px) 78px; background: linear-gradient(135deg, #082b3a, #0d4152); color: #fff; }
.page-hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -90px; top: -230px; border-radius: 50%; background: radial-gradient(circle, rgba(166,212,49,.2), transparent 66%); }
.page-hero-inner { position: relative; z-index: 1; max-width: 1220px; margin: 0 auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 26px; color: #a6bbc1; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a { color: var(--green); text-decoration: none; }
.page-hero h1 { max-width: 790px; margin-bottom: 18px; font-size: clamp(40px, 6vw, 70px); line-height: 1.02; letter-spacing: -.05em; }
.page-hero p { max-width: 690px; margin-bottom: 0; color: #b7c8cd; font-size: 15px; line-height: 1.75; }
.hero-page-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.hero-page-actions .button-ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.hero-page-actions .button-ghost:hover { background: rgba(255,255,255,.08); }

.page-section { padding: 82px max(7vw, 36px); background: #fff; }
.page-section.alt { background: #f2f7f4; }
.page-container { max-width: 1220px; margin: 0 auto; }
.content-heading { max-width: 770px; margin-bottom: 38px; }
.content-heading h2 { margin-bottom: 14px; color: var(--navy); font-size: clamp(30px, 4vw, 46px); line-height: 1.1; letter-spacing: -.04em; }
.content-heading p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-detail-card { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: 0 12px 32px rgba(8,43,58,.06); }
.service-detail-card img { width: 100%; height: 190px; display: block; object-fit: cover; }
.service-card-body { padding: 26px; }
.service-card-body > span { color: var(--green-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.service-card-body h3 { margin: 8px 0 14px; color: var(--navy); font-size: 22px; }
.service-card-body ul { padding: 0; margin: 0; list-style: none; }
.service-card-body li { position: relative; padding: 7px 0 7px 17px; border-bottom: 1px solid #edf2ef; color: #5e7178; font-size: 11px; }
.service-card-body li:last-child { border: 0; }
.service-card-body li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.service-card-body .text-link { display: inline-block; margin-top: 19px; color: var(--green-dark); text-decoration: none; }

.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.gallery-grid a { aspect-ratio: 1; overflow: hidden; border-radius: 13px; background: #dfe9e5; }
.gallery-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s; }
.gallery-grid a:hover img { transform: scale(1.05); }
.brand-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }
.brand-cloud span { padding: 10px 14px; border: 1px solid #d8e4df; border-radius: 999px; background: #fff; color: #294853; font-size: 10px; font-weight: 800; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.story-copy h2, .article-content h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(30px, 4vw, 45px); line-height: 1.1; letter-spacing: -.04em; }
.story-copy p, .article-content p { color: #566d75; font-size: 16px; line-height: 1.8; }
.story-visual { min-height: 390px; position: relative; overflow: hidden; border-radius: 26px; background: linear-gradient(145deg, #0c3d4e, #102d39); }
.story-visual::before { content: "15+"; position: absolute; right: 30px; top: 28px; color: rgba(255,255,255,.12); font-size: 92px; font-weight: 800; letter-spacing: -.07em; }
.story-visual::after { content: "anos de experiência técnica"; position: absolute; left: 35px; bottom: 37px; max-width: 220px; color: #fff; font-size: 24px; font-weight: 800; line-height: 1.15; }
.story-values { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.story-values div { padding: 17px; border-radius: 13px; background: #f1f7f4; }
.story-values strong { display: block; color: var(--navy); font-size: 11px; }
.story-values span { display: block; margin-top: 5px; color: #7b8d93; font-size: 9px; line-height: 1.5; }

.specialty-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.specialty-card { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.specialty-card span { display: block; color: var(--green-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.specialty-card strong { display: block; margin: 8px 0 5px; color: var(--navy); font-size: 15px; }
.specialty-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 62px; align-items: start; }
.article-content h3 { margin: 34px 0 12px; color: var(--navy); font-size: 21px; }
.article-content ul { padding-left: 20px; color: #566d75; font-size: 16px; line-height: 1.8; }
.article-content li { margin: 6px 0; }
.article-side { position: sticky; top: 110px; padding: 26px; border-radius: 18px; background: var(--navy); color: #fff; }
.article-side img { width: 100%; height: 170px; margin-bottom: 20px; border-radius: 12px; object-fit: cover; }
.article-side strong { display: block; font-size: 17px; }
.article-side p { margin: 8px 0 20px; color: #a8bdc4; font-size: 10px; line-height: 1.65; }
.article-side .button { width: 100%; }
.callout { padding: 20px 22px; margin: 28px 0; border-left: 4px solid var(--green); border-radius: 0 13px 13px 0; background: #eff6e2; color: #3f5a2b; font-size: 11px; line-height: 1.7; }

.brands-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.brand-card { min-width: 0; min-height: 310px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(36,39,42,.055); }
.brand-card strong { color: var(--navy); font-size: 16px; }
.brand-card > span:not(.official-label) { margin-top: 7px; color: #6f777c; font-size: 12px; line-height: 1.55; }
.brand-card-official { position: relative; border-top: 3px solid #e31620; }
.brand-card-multibrand { position: relative; border-top: 3px solid #777d82; }
.brand-card-multibrand .official-label { background: #eceeef; color: #555c61; }
.brand-card .official-label { width: fit-content; margin: 0 0 14px; padding: 6px 9px; border-radius: 999px; background: #f9e9ea; color: #d4141e; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.brand-card-logo { height: 82px; display: flex; align-items: center; justify-content: center; margin-bottom: 17px; padding: 10px 16px; border: 1px solid #eceeef; border-radius: 13px; background: #fafafa; }
.brand-card-logo img { width: 100%; height: 100%; display: block; object-fit: contain; mix-blend-mode: multiply; }
.brand-wordmark { display: block; margin: 0; color: #25282b; font-size: 22px; font-weight: 900; line-height: 1; letter-spacing: -.045em; text-align: center; }
.brand-wordmark-mitsubishi, .brand-wordmark-fujitsu, .brand-wordmark-general { color: #d71920; }
.brand-wordmark-junkers { color: #315b9a; letter-spacing: .02em; }
.brand-wordmark-suneco { color: #36834a; letter-spacing: .02em; }
.brand-wordmark-kubo { color: #111; letter-spacing: .08em; }
.brand-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 19px; }
.brand-card-actions a:only-child { grid-column: 1 / -1; }
.brand-card-actions a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 11px; border: 1px solid #e31620; border-radius: 10px; font-size: 11px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.brand-card-actions a:hover { transform: translateY(-2px); }
.brand-card-actions .brand-action-assistance { color: #c9111a; background: #fff; }
.brand-card-actions .brand-action-assistance:hover { background: #fbecee; }
.brand-card-actions .brand-action-parts { color: #fff; background: #e31620; }
.brand-card-actions .brand-action-parts:hover { background: #c9111a; }
.official-inline { margin-top: 38px; padding: 28px; border-radius: 18px; background: #292c2f; color: #fff; }
.official-inline > strong { font-size: 16px; }
.official-inline > p { margin: 7px 0 0; color: #adb4b8; font-size: 10px; }
.official-inline .brand-cloud { margin-top: 20px; }
.official-inline .brand-cloud span { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.07); color: #fff; }
.other-brands { margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.other-brands h3 { margin: 0; color: var(--navy); font-size: 18px; }
.other-brands .brand-cloud { margin-top: 16px; }
.resource-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.resource-list a { display: flex; justify-content: space-between; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; text-decoration: none; }
.resource-list a:hover { border-color: #aecb72; }
.resource-list small { color: #91a0a5; font-weight: 500; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { padding: 33px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.contact-card > span { color: var(--green-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-card h2 { margin: 9px 0 20px; color: var(--navy); font-size: 27px; }
.contact-row { display: grid; grid-template-columns: 115px 1fr; gap: 15px; padding: 13px 0; border-bottom: 1px solid #edf2ef; font-size: 11px; }
.contact-row:last-child { border: 0; }
.contact-row strong { color: #829196; }
.contact-row a, .contact-row span { color: var(--navy); text-decoration: none; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.equipment-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.equipment-link-grid a { min-height: 150px; display: grid; grid-template-columns: 1fr auto; align-content: end; padding: 24px; border: 1px solid var(--line); border-top: 4px solid #e31620; border-radius: 17px; background: #fff; color: var(--navy); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.equipment-link-grid a:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(36,39,42,.1); }
.equipment-link-grid strong { font-size: 17px; }
.equipment-link-grid span { grid-column: 1; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.equipment-link-grid b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #e31620; font-size: 20px; }

.legal-banner { padding: 14px 17px; margin-bottom: 32px; border: 1px solid #efd89b; border-radius: 12px; background: #fff9e8; color: #725a24; font-size: 10px; line-height: 1.6; }
.legal-content { max-width: 900px; }
.legal-content h2 { margin: 36px 0 12px; color: var(--navy); font-size: 24px; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h3 { margin: 26px 0 10px; color: var(--navy); font-size: 17px; }
.legal-content p, .legal-content li { color: #556b73; font-size: 11px; line-height: 1.85; }
.legal-content ol, .legal-content ul { padding-left: 22px; }

.compact-footer .footer-full { margin-top: 0; }

@media (max-width: 960px) {
  .service-detail-grid, .brands-grid { grid-template-columns: 1fr 1fr; }
  .equipment-link-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .story-grid, .article-grid { grid-template-columns: 1fr; gap: 38px; }
  .article-side { position: static; }
}

@media (max-width: 650px) {
  .page-hero, .page-section { padding-left: 20px; padding-right: 20px; }
  .page-hero { padding-top: 70px; padding-bottom: 58px; }
  .service-detail-grid, .brands-grid, .resource-list, .contact-grid, .specialty-grid, .equipment-link-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .story-visual { min-height: 300px; }
  .contact-row { grid-template-columns: 1fr; gap: 4px; }
  .brand-card { min-height: 290px; }
}

/* Identidade visual Eletrovac Service */
.info-body { background: #f5f6f7; }
.page-hero { background: linear-gradient(135deg, #24272a, #44484c); }
.page-hero::before { background: radial-gradient(circle, rgba(227,22,32,.36), transparent 66%); }
.page-hero .page-hero-inner h1 { color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.14); }
.breadcrumbs { color: #c6c9cc; }
.breadcrumbs a { color: #ff3c45; }
.page-hero p { color: #d2d5d7; }
.page-section.alt { background: #f2f3f4; }
.service-detail-card { box-shadow: 0 12px 32px rgba(36,39,42,.07); }
.service-card-body li { border-bottom-color: #eceeef; color: #646a6f; }
.gallery-grid a { background: #dfe1e3; }
.brand-cloud span { border-color: #d8dbde; color: #3d4246; }
.story-visual { background: linear-gradient(145deg, #4b5055, #232629); }
.story-visual::before { color: rgba(227,22,32,.25); }
.story-values div { background: #f3f4f5; border-left: 3px solid #e31620; }
.article-side { background: #292c2f; }
.callout { border-left-color: #e31620; background: #f9e9ea; color: #68363a; }
.brand-card-actions .brand-action-assistance { color: #d4141e; }
.resource-list a:hover { border-color: #e37278; }
.legal-banner { border-color: #e3c3c5; background: #fbefef; color: #6d3b3e; }

/* Superfícies com cor Eletrovac */
.page-section {
  background:
    radial-gradient(circle at 96% 4%, rgba(227,22,32,.07), transparent 22%),
    #fff;
}
.page-section.alt { background: linear-gradient(145deg, #e9ebed, #f5f5f6); }
.service-detail-card:nth-child(2), .specialty-card:nth-child(2), .specialty-card:nth-child(3) { background: #f9eded; }
.service-detail-card:nth-child(3), .specialty-card:nth-child(4) { background: #eceeef; }
.equipment-links-section { background: linear-gradient(145deg, #292c2f, #3b3f43); }
.equipment-links-section .content-heading h2 { color: #fff; }
.equipment-links-section .content-heading p { color: #c5c9cc; }
.equipment-links-section .kicker { color: #ff5961; }
.equipment-link-grid a:nth-child(2), .equipment-link-grid a:nth-child(4) { background: #f9eded; }
.brand-card:nth-child(3n+2) { background: #f9eded; }
.brand-card:nth-child(3n) { background: #eceeef; }
.contact-card:first-child { background: #f9eded; }
.contact-card:last-child { background: #eceeef; }
