/* ==================== SERVICE PAGE HERO ==================== */

.service-page-hero { position: relative; overflow: hidden; padding: 76px 0; background: linear-gradient(135deg,#f8f5ef 0%,#f4efe6 62%,#eee6d9 100%); border-bottom: 1px solid #e2ded6; }
.service-page-grid-bg { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(8,38,59,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(8,38,59,.025) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg,transparent 0%,#000 42%,#000 100%); }
.service-page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.62fr); gap: 72px; align-items: center; }
.service-page-hero-copy { max-width: 760px; }
.service-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; color: #77848b; font-size: 12px; font-weight: 700; }
.service-breadcrumb a { color: var(--navy); }
.service-breadcrumb span:last-child { color: var(--red); }
.service-page-hero h1 { margin: 18px 0 22px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: clamp(54px,6vw,82px); line-height: .96; letter-spacing: -2.4px; text-transform: uppercase; }
.service-page-hero-copy>p { max-width: 720px; margin: 0; color: #52616a; font-size: 18px; line-height: 1.75; }
.service-page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.service-price-panel { padding: 30px; border: 1px solid #d7dde0; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.service-price-panel>span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.service-price-panel h2 { margin: 8px 0 18px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 30px; line-height: 1.05; text-transform: uppercase; }
.service-price { padding: 20px 0; border-top: 1px solid #e6eaec; border-bottom: 1px solid #e6eaec; }
.service-price small { display: block; color: #859198; font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.service-price strong { display: block; margin-top: 4px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 52px; line-height: 1; }
.service-price-panel ul { margin: 20px 0; padding: 0; list-style: none; }
.service-price-panel li { position: relative; padding: 8px 0 8px 22px; color: #66747c; font-size: 14px; line-height: 1.55; }
.service-price-panel li:before { content: "✓"; position: absolute; left: 0; top: 8px; color: var(--green); font-weight: 900; }
.service-price-panel>a { color: var(--red); font-size: 13px; font-weight: 800; }

/* ==================== CONTENT HEADINGS ==================== */

.service-page-heading { max-width: 820px; margin-bottom: 34px; }
.service-page-heading h2 { margin: 8px 0 0; color: var(--navy); font-family: "Oswald",sans-serif; font-size: clamp(38px,4vw,54px); line-height: 1.05; letter-spacing: -1.2px; text-transform: uppercase; }
.service-page-heading>p { margin: 12px 0 0; color: #6c7980; font-size: 16px; line-height: 1.7; }
.service-page-heading-light h2 { color: #fff; }

/* ==================== SERVICE DETAILS ==================== */

.service-page-section { background: var(--paper); }
.service-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-detail-grid article { padding: 28px; border: 1px solid #dde3e5; border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(8,38,59,.04); }
.service-detail-grid h3 { margin: 0 0 10px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 24px; text-transform: uppercase; }
.service-detail-grid p { margin: 0; color: #68757c; font-size: 16px; line-height: 1.75; }

/* ==================== PROCESS ==================== */

.service-process-section { background: linear-gradient(145deg,#071f31,#08263b); }
.service-process-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.service-process-list article { display: block; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.service-process-list article:last-child { border-right: 0; }
.service-process-list h3 { margin: 0 0 7px; color: #fff; font-family: "Oswald",sans-serif; font-size: 22px; text-transform: uppercase; }
.service-process-list p { margin: 0; color: #b9c8d0; font-size: 14px; line-height: 1.7; }

/* ==================== PRICING / APPROVAL ==================== */

.service-pricing-section { background: #f8f6f1; border-top: 1px solid #e3e6e7; border-bottom: 1px solid #e3e6e7; }
.service-pricing-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.7fr); gap: 60px; align-items: center; }
.service-pricing-grid h2 { margin: 8px 0 18px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: clamp(38px,4vw,54px); line-height: 1.05; text-transform: uppercase; }
.service-pricing-grid p { margin: 0 0 13px; color: #66747c; font-size: 16px; line-height: 1.75; }
.service-approval-card { padding: 28px; border: 1px solid #dbe1e4; border-radius: 13px; background: #fff; box-shadow: 0 14px 32px rgba(8,38,59,.05); }
.service-approval-card>strong { display: block; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 25px; text-transform: uppercase; }
.service-approval-card p { margin: 10px 0 20px; }

/* ==================== FAQ / RELATED SERVICES ==================== */

.service-faq-section { background: var(--paper); }
.service-faq-grid { margin-top: 0; }
.related-services-section { padding-top: 0; background: var(--paper); }
.service-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-related-card { padding: 24px; border: 1px solid #dfe4e6; border-radius: 11px; background: #fff; transition: .2s ease; }
.service-related-card:hover { transform: translateY(-2px); border-color: #c9d1d5; box-shadow: 0 12px 30px rgba(8,38,59,.07); }
.service-related-card>span { display: block; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.service-related-card strong { display: block; margin-top: 7px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 23px; text-transform: uppercase; }
.service-related-card small { display: block; margin-top: 16px; color: #6c7980; font-size: 12px; font-weight: 800; }

/* ==================== SERVICE AREAS ==================== */

.service-area-panel .service-price { display: none; }
.coverage-factor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.coverage-factor-grid article { padding: 26px; border: 1px solid #dfe4e6; border-radius: 12px; background: #fff; }
.coverage-factor-grid h3 { margin: 10px 0 8px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 22px; text-transform: uppercase; }
.coverage-factor-grid p { margin: 0; color: #68757c; font-size: 14px; line-height: 1.7; }
.area-services-section { background: #f8f6f1; }
.area-service-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.area-service-card { min-height: 170px; display: flex; flex-direction: column; padding: 22px; border: 1px solid #dce2e5; border-radius: 11px; background: #fff; }
.area-service-card strong { color: var(--navy); font-family: "Oswald",sans-serif; font-size: 22px; text-transform: uppercase; }
.area-service-card span { margin-top: 8px; color: var(--red); font-size: 12px; font-weight: 800; }
.area-service-card small { margin-top: auto; padding-top: 18px; color: #6f7c83; font-size: 11px; font-weight: 800; }

/* ==================== CTA ==================== */

.service-page-cta { padding: 54px 0; background: var(--navy-deep); color: #fff; }
.service-page-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.service-page-cta-inner>div:first-child>span { color: #ff9d93; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.service-page-cta h2 { margin: 7px 0 5px; font-family: "Oswald",sans-serif; font-size: clamp(32px,4vw,44px); line-height: 1.05; text-transform: uppercase; }
.service-page-cta p { margin: 0; color: #afc0c9; font-size: 14px; }
.service-page-cta-inner>div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
.service-page-cta .btn-outline { border-color: rgba(255,255,255,.28); background: transparent; color: #fff; }

/* ==================== RESPONSIVE ==================== */

@media (max-width:1050px) { .service-page-hero-grid { grid-template-columns: 1fr; gap: 40px; } .service-price-panel { max-width: 650px; } .area-service-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width:820px) { .service-detail-grid,.service-process-list,.coverage-factor-grid { grid-template-columns: 1fr; } .service-process-list article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); } .service-process-list article:last-child { border-bottom: 0; } .service-pricing-grid { grid-template-columns: 1fr; gap: 30px; } .service-related-grid { grid-template-columns: 1fr; } .area-service-grid { grid-template-columns: 1fr 1fr; } .service-page-cta-inner { grid-template-columns: 1fr; } }
@media (max-width:560px) { .service-page-hero { padding: 52px 0; } .service-page-hero h1 { font-size: 50px; } .service-page-hero-copy>p { font-size: 16px; } .service-page-actions { display: grid; } .service-price-panel { padding: 22px; } .service-detail-grid article { padding: 22px; } .service-process-list article { padding: 24px 0; } .area-service-grid { grid-template-columns: 1fr; } .service-page-cta-inner>div:last-child { display: grid; } }

/* ==================== SERVICES HUB ==================== */

.services-hub-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.services-hub-card { display: flex; flex-direction: column; min-height: 300px; padding: 28px; border: 1px solid #dde3e5; border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(8,38,59,.04); }
.services-hub-card>span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.services-hub-card h2 { margin: 8px 0 0; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 30px; line-height: 1.05; text-transform: uppercase; }
.services-hub-price { margin-top: 14px; color: #748188; font-size: 12px; font-weight: 800; }
.services-hub-price strong { color: var(--red); font-family: "Oswald",sans-serif; font-size: 27px; }
.services-hub-card p { margin: 16px 0 24px; color: #68757c; font-size: 14px; line-height: 1.75; }
.services-hub-card .btn { width: 100%; margin-top: auto; }
@media (max-width:820px) { .services-hub-grid { grid-template-columns: 1fr; } }

/* ==================== SERVICE PAGE FAQ ==================== */

.service-faq-section { background: #f4f6f6; border-top: 1px solid #e3e7e8; border-bottom: 1px solid #e3e7e8; }
.service-faq-section .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.service-faq-section details { overflow: hidden; border: 1px solid #dce1e3; border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgba(8,38,59,.035); transition: .2s ease; }
.service-faq-section details:hover { border-color: #c7d0d4; box-shadow: 0 10px 28px rgba(8,38,59,.06); }
.service-faq-section details[open] { border-color: #c8d2d7; box-shadow: 0 12px 30px rgba(8,38,59,.07); }
.service-faq-section summary { position: relative; padding: 21px 54px 21px 22px; color: var(--navy); font-size: 16px; font-weight: 800; line-height: 1.45; cursor: pointer; list-style: none; }
.service-faq-section summary::-webkit-details-marker { display: none; }
.service-faq-section summary:after { content: "+"; position: absolute; right: 20px; top: 15px; color: var(--red); font-size: 24px; font-weight: 500; line-height: 1; }
.service-faq-section details[open] summary:after { content: "–"; }
.service-faq-section details[open] summary { border-bottom: 1px solid #edf0f1; }
.service-faq-section details p { margin: 0; padding: 18px 22px 22px; color: #68757d; font-size: 16px; line-height: 1.75; }
@media (max-width:820px) { .service-faq-section .faq-grid { grid-template-columns: 1fr; } }

/* ==================== CONTENT PAGES ==================== */

.content-page-hero { padding: 70px 0 64px; }
.content-hero-inner { position: relative; z-index: 1; max-width: 900px; }
.content-hero-inner h1 { margin: 18px 0 20px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: clamp(52px,6vw,78px); line-height: .96; letter-spacing: -2px; text-transform: uppercase; }
.content-hero-inner>p { max-width: 800px; margin: 0; color: #52616a; font-size: 18px; line-height: 1.75; }
.core-content-section { background: var(--paper); }
.content-muted-section { background: #f5f6f5; border-top: 1px solid #e1e5e6; border-bottom: 1px solid #e1e5e6; }
.content-dark-section { background: linear-gradient(145deg,#071f31,#08263b); }
.content-two-column { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.48fr); gap: 60px; align-items: start; }
.content-two-column h2 { margin: 8px 0 18px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: clamp(38px,4vw,52px); line-height: 1.05; text-transform: uppercase; }
.content-two-column>div>p { margin: 0 0 16px; color: #66747c; font-size: 16px; line-height: 1.8; }
.content-callout { padding: 28px; border: 1px solid #dce2e5; border-radius: 13px; background: #fff; box-shadow: 0 14px 34px rgba(8,38,59,.06); }
.content-callout>span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.content-callout h3 { margin: 8px 0 10px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 28px; line-height: 1.05; text-transform: uppercase; }
.content-callout p { margin: 0 0 20px; color: #69767e; font-size: 14px; line-height: 1.7; }
.content-callout .btn { width: 100%; }
.text-action { display: inline-flex; margin-top: 16px; color: var(--red); font-size: 13px; font-weight: 800; }
.sticky-callout { position: sticky; top: 112px; }
.content-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.content-card-grid article { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.04); }
.content-card-grid h3 { margin: 0 0 9px; color: #fff; font-family: "Oswald",sans-serif; font-size: 23px; text-transform: uppercase; }
.content-card-grid p { margin: 0; color: #b9c8d0; font-size: 14px; line-height: 1.7; }
.content-card-grid.light { grid-template-columns: repeat(2,1fr); }
.content-card-grid.light article { border-color: #dce2e5; background: #fff; }
.content-card-grid.light h3 { color: var(--navy); }
.content-card-grid.light p { color: #68757c; }
.pricing-page-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pricing-page-card { min-height: 275px; display: flex; flex-direction: column; padding: 26px; border: 1px solid #dde3e5; border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(8,38,59,.04); transition: .2s ease; }
.pricing-page-card:hover { transform: translateY(-2px); border-color: #c7d0d4; box-shadow: 0 14px 32px rgba(8,38,59,.07); }
.pricing-page-card>span { color: var(--navy); font-family: "Oswald",sans-serif; font-size: 23px; font-weight: 700; text-transform: uppercase; }
.pricing-page-card>strong { margin-top: 20px; color: var(--red); font-family: "Oswald",sans-serif; font-size: 48px; line-height: 1; }
.pricing-page-card>small { margin-top: 4px; color: #859198; font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.pricing-page-card>p { margin: auto 0 0; padding-top: 22px; color: #68757c; font-size: 14px; line-height: 1.65; }
.pricing-page-card-dark { background: var(--navy); border-color: var(--navy); }
.pricing-page-card-dark>span,.pricing-page-card-dark>strong { color: #fff; }
.pricing-page-card-dark>small { color: #ffafa7; }
.pricing-page-card-dark>p { color: #c4d0d6; }
.article-content h2 { margin: 32px 0 10px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 30px; line-height: 1.1; text-transform: uppercase; }
.article-content h2:first-child { margin-top: 0; }
.article-content p { margin: 0 0 16px; color: #66747c; font-size: 16px; line-height: 1.82; }
.source-note { margin-top: 34px; padding: 22px; border-left: 4px solid var(--red); border-radius: 0 10px 10px 0; background: #f5f1ed; }
.source-note strong { color: var(--navy); font-size: 16px; }
.source-note p { margin: 6px 0 0; font-size: 13px; }
.source-note a { color: var(--red); font-weight: 800; }
.main-nav a.active { color: var(--navy); }
.main-nav a.active:after { right: 0; }

@media (max-width:980px) { .pricing-page-grid { grid-template-columns: 1fr 1fr; } .content-card-grid { grid-template-columns: 1fr; } }
@media (max-width:820px) { .content-two-column { grid-template-columns: 1fr; gap: 34px; } .sticky-callout { position: static; } .content-card-grid.light { grid-template-columns: 1fr; } }
@media (max-width:560px) { .content-page-hero { padding: 52px 0; } .content-hero-inner h1 { font-size: 48px; } .content-hero-inner>p { font-size: 16px; } .pricing-page-grid { grid-template-columns: 1fr; } }

/* ==================== SERVICE COVERAGE ==================== */

.coverage-radius-strip { background: #fff; border-top: 1px solid #e2e6e8; border-bottom: 1px solid #e2e6e8; }
.coverage-radius-inner { display: grid; grid-template-columns: repeat(3,1fr); }
.coverage-radius-inner>div { padding: 24px 28px; border-right: 1px solid #e5e8ea; }
.coverage-radius-inner>div:first-child { padding-left: 0; }
.coverage-radius-inner>div:last-child { padding-right: 0; border-right: 0; }
.coverage-radius-inner span { display: block; color: #7c888f; font-size: 10px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.coverage-radius-inner strong { display: block; margin-top: 5px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 22px; text-transform: uppercase; }
.service-coverage-note { margin-top: 18px; padding: 13px 15px; border-radius: 8px; background: #f4f7f8; color: #66747c; font-size: 12px; line-height: 1.6; }
.service-coverage-note strong { color: var(--navy); }
.trust-strip a { color: var(--red); font-weight: 800; }
@media (max-width:820px) { .coverage-radius-inner { grid-template-columns: 1fr; } .coverage-radius-inner>div,.coverage-radius-inner>div:first-child,.coverage-radius-inner>div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid #e5e8ea; } .coverage-radius-inner>div:last-child { border-bottom: 0; } }

.coverage-all-services-note { padding-top: 22px; color: var(--navy); font-size: 16px; font-weight: 700; line-height: 1.65; }

.service-precision-note { margin-top: 22px; padding: 14px 16px; border-left: 3px solid var(--red); border-radius: 0 8px 8px 0; background: rgba(193,58,47,.06); color: #5f6870; font-size: 16px; line-height: 1.65; }
.service-precision-note strong { color: var(--navy); }


/* ==================== VANGUARD NO-IMAGE VISUAL SYSTEM ==================== */

/* Stronger hierarchy without generated imagery */
body { overflow-x: hidden; }
.section { position: relative; }
.service-page-hero { position: relative; background: linear-gradient(135deg,#f7f3ec 0%,#fbfaf7 54%,#eef3f5 100%); }
.service-page-hero:before { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; top: -260px; border: 1px solid rgba(8,38,59,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,38,59,.025),0 0 0 140px rgba(8,38,59,.018); pointer-events: none; }
.service-page-hero:after { content: ""; position: absolute; width: 220px; height: 5px; left: 50%; bottom: 0; transform: translateX(-50%); background: linear-gradient(90deg,transparent,var(--red),transparent); opacity: .8; }
.service-page-hero-grid { grid-template-columns: minmax(0,1.05fr) minmax(360px,.58fr); gap: 58px; }
.service-page-hero-copy { max-width: 760px; }
.service-page-hero h1 { max-width: 760px; }
.service-price-panel { position: relative; overflow: hidden; border-top: 4px solid var(--red); box-shadow: 0 20px 48px rgba(8,38,59,.09); }
.service-price-panel:before { content: ""; position: absolute; width: 170px; height: 170px; right: -90px; top: -100px; border-radius: 50%; background: rgba(8,38,59,.04); }
.service-price-panel li { font-size: 16px; }
.service-price-panel>a { display: inline-flex; margin-top: 4px; font-size: 14px; }
.service-coverage-note { font-size: 14px; }

/* Give every service page its own visual identity using CSS only */
.page-tire-plug .service-page-hero { background: linear-gradient(135deg,#fbf4ee 0%,#fbfaf7 52%,#f2eee8 100%); }
.page-tire-change .service-page-hero { background: linear-gradient(135deg,#f5f7f8 0%,#fbfaf7 52%,#edf3f6 100%); }
.page-battery-jump .service-page-hero { background: linear-gradient(135deg,#f8f4e8 0%,#fbfaf7 52%,#f4ead8 100%); }
.page-lockout .service-page-hero { background: linear-gradient(135deg,#eef4f7 0%,#fbfaf7 52%,#e6eef2 100%); }
.page-fuel .service-page-hero { background: linear-gradient(135deg,#f8f0e8 0%,#fbfaf7 52%,#f3e7dc 100%); }

/* Large service watermark icon language without external images */
.page-tire-plug .service-page-hero:after,
.page-tire-change .service-page-hero:after,
.page-battery-jump .service-page-hero:after,
.page-lockout .service-page-hero:after,
.page-fuel .service-page-hero:after { width: auto; height: auto; left: auto; bottom: 30px; right: 4vw; transform: none; background: none; opacity: .055; color: var(--navy); font-family: "Oswald",sans-serif; font-size: clamp(120px,14vw,220px); font-weight: 700; line-height: .8; letter-spacing: -8px; }
.page-tire-plug .service-page-hero:after { content: "TIRE"; }
.page-tire-change .service-page-hero:after { content: "SPARE"; }
.page-battery-jump .service-page-hero:after { content: "JUMP"; }
.page-lockout .service-page-hero:after { content: "UNLOCK"; }
.page-fuel .service-page-hero:after { content: "FUEL"; }

/* More visual section separation */
.service-page-section { background: linear-gradient(180deg,#fbfaf7 0%,#f6f7f7 100%); }
.service-detail-grid article { position: relative; overflow: hidden; min-height: 245px; padding: 30px; border-top: 3px solid var(--navy); }
.service-detail-grid article:before { content: ""; position: absolute; width: 90px; height: 90px; right: -35px; top: -35px; border-radius: 50%; background: rgba(193,58,47,.06); }
.service-detail-grid h3 { position: relative; z-index: 1; }
.service-detail-grid p { position: relative; z-index: 1; }

.service-process-section { position: relative; overflow: hidden; }
.service-process-section:before { content: ""; position: absolute; width: 650px; height: 650px; left: -420px; bottom: -440px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018),0 0 0 160px rgba(255,255,255,.01); }
.service-process-list article { min-height: 210px; }
.service-process-list h3 { font-size: 24px; }
.service-process-list p { font-size: 16px; line-height: 1.75; }

.service-pricing-section { background: linear-gradient(135deg,#f8f6f1 0%,#fff 100%); }
.service-approval-card { border-top: 4px solid var(--red); }
.service-approval-card>strong { font-size: 27px; }

.related-services-section { background: #f7f8f8; padding-top: 72px; }
.service-related-card { min-height: 160px; border-top: 3px solid var(--navy); }
.service-related-card:hover { border-top-color: var(--red); }

/* Services hub cards */
.services-hub-grid { gap: 22px; }
.services-hub-card { position: relative; overflow: hidden; min-height: 330px; padding: 30px; border-top: 4px solid var(--navy); }
.services-hub-card:before { content: ""; position: absolute; width: 150px; height: 150px; right: -85px; top: -80px; border-radius: 50%; background: rgba(8,38,59,.035); }
.services-hub-card:hover { border-top-color: var(--red); transform: translateY(-3px); }
.services-hub-card h2,.services-hub-card p,.services-hub-price,.services-hub-card .btn { position: relative; z-index: 1; }
.services-hub-card p { font-size: 16px; }

/* Home hero: keep original dispatch card; improve composition */
.page-home .hero { padding: 88px 0 84px; }
.page-home .hero-grid { grid-template-columns: minmax(0,1.05fr) minmax(420px,.68fr); gap: 64px; }
.page-home .dispatch-card { border-top: 4px solid var(--red); }
.page-home .dispatch-header { background: linear-gradient(180deg,#fff 0%,#fbfcfc 100%); }
.page-home .dispatch-services a { min-height: 82px; }
.page-home .dispatch-services strong { font-size: 16px; }
.page-home .dispatch-services small { font-size: 15px; }
.page-home .hero:after { content: ""; position: absolute; width: 600px; height: 600px; right: -380px; top: -350px; border: 1px solid rgba(8,38,59,.055); border-radius: 50%; box-shadow: 0 0 0 90px rgba(8,38,59,.018),0 0 0 180px rgba(8,38,59,.012); pointer-events: none; }
.page-home .trust-strip-grid>div { position: relative; }
.page-home .trust-strip-grid>div:before { content: ""; position: absolute; left: 0; top: 25px; width: 3px; height: 48px; background: var(--red); opacity: .75; }
.page-home .trust-strip-grid>div { padding-left: 18px; }
.page-home .service-card { min-height: 390px; border-top: 3px solid #d8dee1; }
.page-home .service-card:hover { border-top-color: var(--red); }
.page-home .service-featured { border-top-color: #fff; }

/* Content pages: break up 'blob' feeling */
.content-page-hero { position: relative; overflow: hidden; }
.content-page-hero:after { content: ""; position: absolute; width: 500px; height: 500px; right: -260px; top: -300px; border: 1px solid rgba(8,38,59,.07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,38,59,.02); }
.content-hero-inner { max-width: 860px; }
.content-two-column { gap: 72px; }
.content-callout { border-top: 4px solid var(--red); }
.content-card-grid.light article { border-top: 3px solid var(--navy); }
.pricing-page-card { border-top: 4px solid var(--navy); }
.pricing-page-card:hover { border-top-color: var(--red); }

/* FAQ cards feel like designed components instead of raw text */
.service-faq-section { background: linear-gradient(180deg,#f3f5f5 0%,#fbfaf7 100%); }
.service-faq-section details { border-left: 4px solid transparent; }
.service-faq-section details:hover,.service-faq-section details[open] { border-left-color: var(--red); }
.service-faq-section summary { font-size: 16px; }

/* Service areas */
.page-service-areas .service-page-hero { background: linear-gradient(135deg,#eef4f7 0%,#fbfaf7 55%,#edf3f6 100%); }
.page-service-areas .coverage-radius-strip { background: var(--navy); color: #fff; }
.page-service-areas .coverage-radius-inner span { color: #aebdc5; }
.page-service-areas .coverage-radius-inner strong { color: #fff; }
.page-service-areas .coverage-radius-inner>div { border-right-color: rgba(255,255,255,.12); }
.page-service-areas .coverage-all-services-note { color: #fff; }

/* Desktop polish */
@media (min-width:1051px) {
  .service-page-hero { padding: 88px 0; }
  .service-page-hero-grid { min-height: 480px; }
  .page-home .hero-grid { min-height: 600px; }
}

/* Responsive */
@media (max-width:1050px) {
  .page-home .hero-grid { grid-template-columns: 1fr; }
  .service-page-hero-grid { grid-template-columns: 1fr; }
  .service-price-panel { max-width: 720px; }
  .page-tire-plug .service-page-hero:after,
  .page-tire-change .service-page-hero:after,
  .page-battery-jump .service-page-hero:after,
  .page-lockout .service-page-hero:after,
  .page-fuel .service-page-hero:after { font-size: 120px; right: 20px; bottom: 18px; }
}
@media (max-width:700px) {
  .page-tire-plug .service-page-hero:after,
  .page-tire-change .service-page-hero:after,
  .page-battery-jump .service-page-hero:after,
  .page-lockout .service-page-hero:after,
  .page-fuel .service-page-hero:after { display: none; }
  .service-detail-grid article { min-height: auto; }
  .page-home .trust-strip-grid>div { padding-left: 14px; }
}


/* ==================== IMAGE IMPLEMENTATION - FIXED ==================== */

.home-service-visual { overflow: hidden; border: 1px solid #d8dee1; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.home-service-visual img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: center center; }
.home-service-visual-footer { padding: 18px 22px; border-top: 1px solid #e5e9eb; background: #fff; }
.home-service-visual-footer strong { display: block; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 20px; text-transform: uppercase; }
.home-service-visual-footer span { display: block; margin-top: 4px; color: #748087; font-size: 14px; }

.page-image-band { padding: 34px 0 0; background: var(--paper); }
.page-image-frame { margin: 0; overflow: hidden; border: 1px solid #dce2e5; border-radius: 16px; background: #eef2f3; box-shadow: 0 16px 34px rgba(8,38,59,.06); }
.page-image-frame img { width: 100%; height: auto; aspect-ratio: 16 / 6; object-fit: cover; object-position: center center; }

.services-hub-media,.home-card-media { overflow: hidden; margin: 0 0 18px; border: 1px solid #dce2e5; border-radius: 11px; background: #eef2f3; }
.services-hub-media { aspect-ratio: 16 / 9; }
.home-card-media { aspect-ratio: 16 / 10; }
.services-hub-media img,.home-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform .25s ease; }
.services-hub-card:hover .services-hub-media img,.service-card:hover .home-card-media img { transform: scale(1.025); }
.service-featured .home-card-media { border-color: rgba(255,255,255,.16); }

.page-lockout .page-image-frame img { object-position: center 52%; }
.page-tire-plug .page-image-frame img { object-position: center 56%; }
.page-tire-change .page-image-frame img { object-position: center 60%; }
.page-battery-jump .page-image-frame img { object-position: center 48%; }
.page-fuel .page-image-frame img { object-position: center 52%; }

@media (max-width:1050px) { .home-service-visual { max-width: 760px; } }
@media (max-width:700px) { .page-image-frame img { aspect-ratio: 16 / 9; } .home-service-visual img { aspect-ratio: 16 / 9; } }
