.internal-page { background: #fff; }
.internal-page h2 { margin: 0; color: #10243d; font-size: clamp(28px, 3vw, 42px); font-weight: 600; line-height: 1.15; letter-spacing: -.035em; }
.internal-page h3 { font-weight: 600; }
.internal-hero { min-height: auto; }
.internal-hero .site-header { position: fixed; top: 24px; left: 50%; margin: 0; transform: translateX(-50%); }
.internal-hero .hero__texture { top: -330px; }
.internal-hero__content { min-height: 540px; padding-top: 188px; padding-bottom: 105px; }
.internal-hero .hero__lead { max-width: 610px; }
.internal-hero .eyebrow { color: var(--green); }
.internal-hero .main-menu .is-active { color: #fff; }
.internal-hero .main-menu .is-active::after { right: 0; }
.internal-hero .main-menu { gap: clamp(22px, 2vw, 34px); }
.internal-hero .main-menu a { font-size: 14px; }

.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 94px 0; }
.section--soft { background: #f4f7f9; }
.section-kicker { margin: 0 0 12px; color: #168dcc; font-size: 11px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.section-intro { max-width: 580px; margin: 18px 0 28px; color: #596a7e; font-size: 17px; line-height: 1.7; }
.section-heading { margin-bottom: 50px; }
.section-heading--split { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading--center { text-align: center; }
.text-link { padding-bottom: 6px; color: #078b47; border-bottom: 1px solid #b7e8cc; font-size: 13px; font-weight: 500; white-space: nowrap; }
.text-link span { margin-left: 7px; }

.hero-benefits { position: relative; z-index: 12; width: min(1180px, calc(100% - 48px)); min-height: 150px; margin: -46px auto 0; padding: 27px 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; color: #fff; background: #0d3977; border: 1px solid #072a5b; border-radius: 17px; box-shadow: 0 18px 36px rgb(4 38 82 / .2); }
.hero-benefit { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 15px; padding: 0 16px; border-right: 1px solid rgb(255 255 255 / .12); }
.hero-benefit:last-child { border-right: 0; }
.hero-benefit > span { width: 48px; height: 48px; display: grid; place-items: center; color: #0d3977; background: #80d6f3; border-radius: 6px; }
.hero-benefit svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-benefit p { margin: 0; color: #f1f6fc; font-size: 15px; line-height: 1.4; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px 50px; }
.service-card { padding-right: 12px; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; color: #168dcc; background: #e8f6fd; border-radius: 13px; }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 10px; color: #132740; font-size: 20px; }
.service-card p { min-height: 78px; margin: 0 0 16px; color: #5e6f82; font-size: 16px; line-height: 1.65; }
.service-card a { color: #078b47; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }

.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.split-layout--reverse { grid-template-columns: 1fr 1fr; }
.feature-image { position: relative; margin: 0; }
.feature-image::before { content: ""; position: absolute; inset: 28px -25px -25px 30px; border: 2px solid #bce8f8; border-radius: 22px; }
.feature-image img { position: relative; width: 100%; height: 560px; display: block; object-fit: cover; border-radius: 20px; box-shadow: 0 24px 45px rgb(12 52 83 / .14); }
.check-list, .icon-list { margin: 31px 0 34px; padding: 0; display: grid; gap: 22px; list-style: none; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 13px; align-items: start; }
.check-list i { width: 24px; height: 24px; display: grid; place-items: center; color: #fff; background: #168dcc; border-radius: 50%; font-size: 12px; font-style: normal; }
.check-list span { color: #5e6f82; font-size: 16px; line-height: 1.6; }
.check-list strong { display: block; margin-bottom: 4px; color: #152941; font-size: 18px; font-weight: 500; }
.content-button { min-height: 44px; display: inline-flex; align-items: center; padding: 0 20px; color: #fff; background: #0d3977; border-radius: 22px; font-size: 13px; font-weight: 500; transition: background .2s, transform .2s; }
.content-button:hover { background: #092e65; transform: translateY(-2px); }

.image-collage { display: grid; grid-template-columns: .9fr 1.1fr; grid-template-rows: 255px 180px 88px; grid-template-areas: "main main" "drill plate" "day plate"; gap: 14px; align-items: stretch; }
.image-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; }
.image-collage__main { grid-area: main; height: 100% !important; object-fit: contain !important; background: #f4f8fb; }
.image-collage img:nth-of-type(2) { grid-area: drill; }
.image-collage img:nth-of-type(3) { grid-area: plate; }
.image-collage > span { grid-area: day; display: grid; place-items: center; align-content: center; padding: 15px; color: #66778b; background: #f2f7fa; border-radius: 15px; font-size: 14px; text-align: center; }
.image-collage > span strong { display: block; margin-bottom: 3px; color: #0d3977; font-family: Montserrat, sans-serif; font-size: 26px; font-weight: 600; }
.icon-list { gap: 21px; }
.icon-list li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; }
.icon-list > li > span { width: 28px; height: 28px; display: grid; place-items: center; color: #168dcc; background: #e8f6fd; border-radius: 8px; font-weight: 500; }
.icon-list strong { color: #152941; font-size: 18px; font-weight: 500; }
.icon-list p { margin: 5px 0 0; color: #5e6f82; font-size: 16px; line-height: 1.55; }

.map-wrap { position: relative; padding-bottom: 75px; }
.map-wrap iframe { width: 100%; height: 380px; display: block; border: 0; border-radius: 18px; filter: saturate(.75); box-shadow: 0 18px 35px rgb(14 53 84 / .1); }
.contact-cards { position: absolute; left: 50%; bottom: 0; width: min(820px, calc(100% - 40px)); display: grid; grid-template-columns: repeat(3, 1fr); transform: translateX(-50%); }
.contact-cards a { min-height: 145px; display: grid; justify-items: center; align-content: center; padding: 22px; background: #fff; border-right: 1px solid #e5edf3; box-shadow: 0 14px 30px rgb(12 57 91 / .11); text-align: center; }
.contact-cards a:first-child { border-radius: 14px 0 0 14px; }
.contact-cards a:last-child { border: 0; border-radius: 0 14px 14px 0; }
.contact-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 10px; color: #fff; background: #0d3977; border-radius: 50%; font-size: 18px; }
.contact-cards small { margin-bottom: 6px; color: #6c7c8f; font-size: 13px; }
.contact-cards strong { color: #172b43; font-size: 15px; font-weight: 500; }

.cta-banner { position: relative; overflow: hidden; padding: 85px 0; color: #fff; background: #087fbd; }
.cta-banner::before { content: ""; position: absolute; inset: 0; opacity: .18; background: url("imagens/emplacar mercosul (1).webp") center 58% / cover no-repeat; }
.cta-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(6 95 155 / .95), rgb(7 135 193 / .58)); }
.cta-banner .container { position: relative; z-index: 2; }
.cta-banner__content { max-width: 760px; }
.cta-banner h2 { color: #fff; }
.cta-banner h2 span { white-space: nowrap; }
.cta-banner .section-kicker { color: #b9f7ce; }
.cta-benefits { display: flex; gap: 24px; margin: 23px 0; color: #e4f4fb; font-size: 13px; }
.cta-banner .content-button { background: #04b958; }

.faq-layout { align-items: start; }
.faq-image { margin: 0 0 20px; }
.faq-image img { width: 100%; height: 330px; display: block; object-fit: cover; border-radius: 18px; }
.faq-layout h3 { margin: 0 0 6px; color: #152941; font-size: 20px; }
.faq-layout > div:first-child > p { margin: 0 0 20px; color: #5e6f82; font-size: 16px; line-height: 1.65; }
.accordion { display: grid; gap: 9px; margin-top: 28px; }
.accordion details { background: #f5f8fa; border: 1px solid #e5edf2; border-radius: 10px; }
.accordion summary { position: relative; padding: 19px 48px 19px 20px; color: #20344c; cursor: pointer; list-style: none; font-size: 16px; font-weight: 500; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; top: 50%; right: 18px; color: #168dcc; font-size: 20px; transform: translateY(-50%); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: 0; padding: 0 20px 20px; color: #5e6f82; font-size: 15px; line-height: 1.7; }

.site-footer { padding: 70px 0 22px; color: #c9d9ee; background: #0d3977; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 38px; }
.footer-brand img { width: 170px; height: auto; }
.footer-brand p, .site-footer p { color: #9eb5d2; font-size: 12px; line-height: 1.7; }
.site-footer h3 { margin: 0 0 16px; color: #fff; font-size: 14px; }
.site-footer a { display: block; margin: 0 0 9px; color: #adc1dc; font-size: 12px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgb(255 255 255 / .11); color: #89a4c4; font-size: 10px; }
.footer-bottom a { margin: 0; font-size: inherit; }

@media (max-width: 900px) {
  .section { padding: 78px 0; }
  .services-grid { gap: 38px 25px; }
  .split-layout, .split-layout--reverse { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .hero-benefits { grid-template-columns: repeat(2, 1fr); }
  .hero-benefit:nth-child(2) { border-right: 0; }
}

@media (max-width: 800px) {
  .internal-hero .site-header { top: 14px; }
  .internal-hero .main-menu { gap: 0; }
  .internal-hero__content { padding-top: 158px; padding-bottom: 30px; }
  .section-heading--split { align-items: start; flex-direction: column; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .split-layout, .split-layout--reverse { grid-template-columns: 1fr; }
  .feature-image { max-width: 560px; margin-inline: auto; }
  .feature-image img { height: min(560px, 80vw); }
  .mandatory .image-collage { order: 2; }
  .contact-cards { position: relative; bottom: auto; margin: -45px auto 0; transform: none; left: auto; }
  .map-wrap { padding-bottom: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-benefits { margin-top: -20px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 64px 0; }
  .internal-page h2 { font-size: 28px; }
  .services-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-card p { min-height: 0; }
  .hero-benefits { width: calc(100% - 28px); min-height: auto; padding: 22px 18px; grid-template-columns: 1fr; gap: 0; }
  .hero-benefit { min-height: 88px; padding: 12px 5px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / .12); }
  .hero-benefit:last-child { border-bottom: 0; }
  .image-collage { grid-template-rows: 205px 145px 78px; }
  .contact-cards { width: calc(100% - 22px); grid-template-columns: 1fr; }
  .contact-cards a { min-height: 120px; border-right: 0; border-bottom: 1px solid #e5edf3; }
  .contact-cards a:first-child { border-radius: 14px 14px 0 0; }
  .contact-cards a:last-child { border-radius: 0 0 14px 14px; }
  .cta-banner { padding: 65px 0; }
  .cta-banner h2 span { white-space: normal; }
  .cta-benefits { flex-direction: column; gap: 8px; }
  .faq-image img { height: 250px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { margin-top: 35px; flex-direction: column; }
}
