.petrocore-home-contact-cta { background: #f4f7f6; }
.petrocore-home-contact-cta__inner { width: 100%; max-width: var(--global-content-width, 1290px); margin: 0 auto; padding: clamp(80px, 9vw, 125px) var(--global-content-edge-padding, 1.5rem); text-align: center; }
.petrocore-home-contact-cta__inner > p { margin: 0 0 16px; color: var(--global-palette2, #f15a24); font-size: .9rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.petrocore-home-contact-cta h2 { max-width: 600px; margin: 0 auto; color: var(--global-palette3, #003f51); font-size: clamp(1.7rem, 2.55vw, 2.7rem); font-weight: 500; line-height: 1.16; }
.petrocore-home-contact-cta__button { margin-top: 30px; background: var(--global-palette2, #f15a24); color: #fff; }
.petrocore-home-contact-cta__button:hover, .petrocore-home-contact-cta__button:focus-visible { background: #d84b1c; color: #fff; }
.petrocore-site-footer { background: var(--global-palette1, #003f51); color: rgba(255,255,255,.75); }
.petrocore-site-footer__inner { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(130px, .55fr) minmax(180px, .65fr); gap: clamp(40px, 7vw, 110px); width: 100%; max-width: var(--global-content-width, 1290px); margin: 0 auto; padding: clamp(60px, 8vw, 100px) var(--global-content-edge-padding, 1.5rem) 52px; }
.petrocore-site-footer .custom-logo-link { display: inline-block; margin-bottom: 22px; }
.petrocore-site-footer .custom-logo { display: block; width: min(180px, 100%); height: auto; filter: brightness(0) invert(1); }
.petrocore-site-footer__name { display: inline-block; margin-bottom: 22px; color: #fff; font-size: 1.15rem; font-weight: 700; text-decoration: none; }
.petrocore-site-footer__brand p { max-width: 510px; margin: 0; font-size: .95rem; line-height: 1.7; }
.petrocore-site-footer h2 { margin: 0 0 18px; color: #fff; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.petrocore-site-footer__links, .petrocore-site-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.petrocore-site-footer a { color: rgba(255,255,255,.75); text-decoration: none; }
.petrocore-site-footer a:hover, .petrocore-site-footer a:focus-visible { color: #fff; }
.petrocore-site-footer__contact p { margin: 0; }
.petrocore-site-footer__contact p strong { color: #fff; font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.petrocore-site-footer__contact a:last-child { margin-top: 12px; color: #fff; font-weight: 700; }
.petrocore-site-footer__contact a:last-child span { color: var(--global-palette2, #f15a24); }
.petrocore-site-footer__bottom { border-top: 1px solid rgba(255,255,255,.16); }
.petrocore-site-footer__bottom > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; width: 100%; max-width: var(--global-content-width, 1290px); margin: 0 auto; padding: 20px var(--global-content-edge-padding, 1.5rem); font-size: .78rem; }
.petrocore-site-footer__contact a.petrocore-site-footer__contact-link { margin-top: 4px; color: #fff; font-weight: 500; }
@media (max-width: 700px) { .petrocore-site-footer__inner { grid-template-columns: 1fr 1fr; } .petrocore-site-footer__brand { grid-column: 1 / -1; } }
@media (max-width: 460px) { .petrocore-site-footer__inner { grid-template-columns: 1fr; } }
