:root {
  --ink: #101821;
  --ink-2: #17232f;
  --text: #18212b;
  --muted: #69737d;
  --accent: #d9ff43;
  --accent-dark: #a7c800;
  --line: #dfe4e8;
  --soft: #f1f4f5;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 92px; }
body { max-width: 100%; overflow-x: clip; font-family: "Manrope", sans-serif; color: var(--text); background: #fff; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; }

.topbar { background: var(--ink); color: #cbd2d8; }
.topbar a { color: #fff; }
.topbar i { color: var(--accent); margin-right: .35rem; }
.topbar-link { font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }

.navbar { min-height: 92px; box-shadow: 0 8px 30px rgba(16, 24, 33, .07); }
.navbar-brand, .footer-logo { display: grid; grid-template-columns: 48px auto; align-items: center; column-gap: .65rem; padding: 0; }
.logo-mark { grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: var(--accent); border-radius: 12px 4px 12px 4px; font-size: 1.5rem; }
.logo-text { font-size: 1.65rem; line-height: 1; font-weight: 800; letter-spacing: -.06em; }
.logo-text span { color: var(--accent-dark); }
.navbar-brand small { font-size: .57rem; color: var(--muted); letter-spacing: .13em; text-transform: uppercase; }
.navbar-nav { gap: .25rem; }
.nav-link { color: var(--text); font-size: .9rem; font-weight: 700; padding: .75rem !important; }
.nav-link:hover { color: var(--accent-dark); }
.btn { border-radius: 4px; font-weight: 800; padding: .78rem 1.25rem; border-width: 2px; }
.btn-lg { padding: 1rem 1.4rem; font-size: .92rem; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.btn-accent:hover { background: #c9ed37; border-color: #c9ed37; color: var(--ink); transform: translateY(-1px); }

.hero { position: relative; color: #fff; background-image: linear-gradient(90deg, rgba(10, 19, 28, .97) 0%, rgba(10, 19, 28, .87) 48%, rgba(10, 19, 28, .25) 100%), image-set(url('../images/hero-transmission.webp') type('image/webp'), url('../images/hero-transmission.jpg') type('image/jpeg')); background-position: center; background-size: cover; background-repeat: no-repeat; overflow: hidden; }
.hero::after { 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: 42px 42px; }
.min-vh-hero { min-height: 610px; }
.hero .container { z-index: 1; }
.eyebrow, .section-kicker { color: var(--accent-dark); font-weight: 800; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.hero .eyebrow { color: var(--accent); }
.eyebrow span { display: inline-block; width: 30px; height: 2px; background: var(--accent); vertical-align: middle; margin-right: .7rem; }
.hero h1 { max-width: 850px; margin: 1.15rem 0; font-size: clamp(2.5rem, 5.3vw, 4.75rem); line-height: 1.03; font-weight: 800; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 720px; color: #d6dce1; font-size: 1.08rem; line-height: 1.75; }
.hero-points { margin-top: 1.8rem; font-size: .88rem; font-weight: 700; }
.hero-points i { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: .35rem; color: var(--ink); background: var(--accent); border-radius: 50%; }

.facts-bar { background: var(--accent); }
.fact { display: flex; flex-direction: column; padding: 1.65rem 2rem; border-right: 1px solid rgba(16,24,33,.18); }
.fact:last-child { border-right: 0; }
.fact strong { font-size: 1.55rem; font-weight: 800; letter-spacing: -.04em; }
.fact span { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-heading { margin-bottom: 2.6rem; }
.section-heading > p { max-width: 480px; margin: 1rem 0 0; color: var(--muted); line-height: 1.75; }
.section h2, .callback-box h2 { margin: .65rem 0 1rem; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.12; letter-spacing: -.055em; font-weight: 800; }
.section p { color: var(--muted); line-height: 1.75; }

.service-card { overflow: hidden; background: #fff; border: 1px solid var(--line); transition: .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 45px rgba(18,31,43,.12); border-color: transparent; }
.service-image { position: relative; height: 215px; overflow: hidden; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(11,20,29,.65)); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover img { transform: scale(1.05); }
.service-image span { position: absolute; right: 1rem; bottom: .7rem; z-index: 1; color: #fff; font-size: 2rem; font-weight: 800; }
.service-body { padding: 1.5rem; }
.service-body h3 { font-size: 1.25rem; font-weight: 800; }
.service-body p { min-height: 78px; font-size: .9rem; }
.service-body a { color: var(--accent-dark); font-size: .82rem; font-weight: 800; text-transform: uppercase; }

.section-dark { color: #fff; background: var(--ink); }
.section-dark .section-kicker { color: var(--accent); }
.text-secondary-light { color: #aab4bc !important; }
.advantage { height: 100%; padding: 1.7rem; background: var(--ink-2); border: 1px solid rgba(255,255,255,.08); }
.advantage > i { color: var(--accent); font-size: 1.8rem; }
.advantage h3 { margin-top: 1rem; font-size: 1.02rem; font-weight: 800; }
.advantage p { margin-bottom: 0; color: #9ba7b0; font-size: .86rem; }

.process-row { counter-reset: process; }
.process-step { position: relative; height: 100%; padding: 1.9rem; background: #fff; border: 1px solid var(--line); }
.process-step > span { position: absolute; top: 1rem; right: 1.2rem; color: #d6dde1; font-size: 2.2rem; font-weight: 800; }
.process-step > i { display: grid; place-items: center; width: 58px; height: 58px; background: var(--accent); border-radius: 50%; font-size: 1.35rem; }
.process-step h3 { margin: 1.4rem 0 .5rem; font-size: 1.05rem; font-weight: 800; }
.process-step p { margin: 0; font-size: .86rem; }

.price-note { display: flex; gap: .8rem; padding: 1rem; background: #fff; border-left: 3px solid var(--accent-dark); font-size: .84rem; }
.price-note i { color: var(--accent-dark); }
.price-list { background: #fff; border: 1px solid var(--line); }
.price-list > div { display: flex; justify-content: space-between; gap: 2rem; padding: 1.15rem 1.4rem; border-bottom: 1px solid var(--line); font-size: .9rem; }
.price-list > div:last-child { border-bottom: 0; }
.price-list strong { white-space: nowrap; }
.price-list .free { color: #6e8700; }

.accordion-item { border-color: var(--line); }
.accordion-button { padding: 1.35rem 0; font-weight: 800; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--text); background: transparent; }
.accordion-button::after { padding: 1rem; border-radius: 50%; background-color: var(--accent); background-position: center; }
.accordion-body { padding: 0 0 1.5rem; color: var(--muted); line-height: 1.75; }

.callback-section { padding: 0 0 100px; }
.callback-box { padding: 3.2rem; color: #fff; background: var(--ink); }
.callback-box p, .callback-box small { color: #aab4bc; }
.callback-box .section-kicker { color: var(--accent); }
.form-control { min-height: 54px; padding: .8rem 1rem; border-radius: 3px; border-color: #ced5da; }
.form-label { font-size: .8rem; font-weight: 700; }
.form-message { display: none; padding: .8rem 1rem; color: var(--ink); background: var(--accent); font-size: .85rem; font-weight: 700; }
.form-message.show { display: block; }
.form-message.is-success { color: var(--ink); background: var(--accent); }
.form-message.is-error { color: #fff; background: #b42318; }
.footer-form button:disabled { cursor: wait; opacity: .7; }

footer { color: #c1c9cf; background: #0a1118; }
footer .footer-logo { display: inline-grid; margin-bottom: 1.3rem; color: #fff; }
footer h3 { color: #fff; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
footer a, footer span { display: block; margin-bottom: .6rem; font-size: .85rem; }
footer a:hover { color: var(--accent); }
.footer-form .form-control { min-height: 46px; color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.footer-form .form-control::placeholder { color: #99a4ad; }
.footer-form small { display: block; margin-top: .65rem; color: #78848e; font-size: .65rem; line-height: 1.45; }
.form-consent { display: flex; align-items: flex-start; gap: .55rem; margin-top: .75rem; color: #9da8b1; font-size: .7rem; line-height: 1.45; cursor: pointer; }
.form-consent input { flex: 0 0 auto; width: 1rem; height: 1rem; margin-top: .05rem; accent-color: var(--accent); }
.form-consent a { color: #d9ff43; text-decoration: underline; text-underline-offset: 2px; }
.footer-form .form-message { margin-top: .65rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); color: #78848e; }
.mobile-call { position: fixed; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 1020; display: flex; align-items: center; gap: .55rem; min-height: 54px; padding: .75rem 1rem; color: var(--ink); background: var(--accent); border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,.24); font-size: .76rem; font-weight: 800; }
.mobile-call i { font-size: 1.1rem; }

@media (max-width: 991.98px) {
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
  .mobile-call { left: 0; right: 0; bottom: 0; justify-content: center; min-height: calc(56px + env(safe-area-inset-bottom)); padding: 0 1rem env(safe-area-inset-bottom); border-radius: 0; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
  .btn, .nav-link, .navbar-toggler, .dropdown-item, footer a, .breadcrumbs a, .topbar a { min-height: 44px; }
  .navbar-toggler { min-width: 44px; }
  footer a { display: flex; align-items: center; }
}

@media (max-width: 991.98px) {
  .navbar { min-height: 76px; }
  .navbar-collapse { padding: 1rem 0 1.3rem; }
  .navbar-collapse .btn { margin-top: .75rem; }
  .min-vh-hero { min-height: 570px; }
  .hero { background-position: 62% center; }
  .section { padding: 76px 0; }
  .callback-section { padding-bottom: 76px; }
  .fact { border-bottom: 1px solid rgba(16,24,33,.18); }
}

@media (max-width: 575.98px) {
  .row.g-5 { --bs-gutter-x: 1.5rem; }
  .hero { background-image: linear-gradient(rgba(10,19,28,.9), rgba(10,19,28,.94)), image-set(url('../images/hero-transmission.webp') type('image/webp'), url('../images/hero-transmission.jpg') type('image/jpeg')); background-position: center; background-size: cover; }
  .hero h1 { font-size: 2.35rem; }
  .hero-lead { font-size: .96rem; }
  .hero-points { display: grid !important; gap: .7rem !important; }
  .fact { padding: 1.2rem .8rem; }
  .fact strong { font-size: 1.25rem; }
  .fact span { font-size: .62rem; }
  .section { padding: 62px 0; }
  .callback-section { padding-bottom: 62px; }
  .callback-box { padding: 2rem 1.25rem; }
  .price-list > div { align-items: flex-start; gap: 1rem; padding: 1rem; font-size: .8rem; }
}

/* Inner pages */
.inner-hero { position: relative; padding: 92px 0; color: #fff; background-image: linear-gradient(100deg, rgba(10,19,28,.97), rgba(10,19,28,.77)), image-set(url('../images/hero-transmission.webp') type('image/webp'), url('../images/hero-transmission.jpg') type('image/jpeg')); background-position: center; background-size: cover; }
.inner-hero h1 { max-width: 850px; margin: .7rem 0 1rem; font-size: clamp(2.35rem, 5vw, 4.25rem); line-height: 1.04; font-weight: 800; letter-spacing: -.055em; }
.inner-hero p { max-width: 720px; color: #d3dae0; font-size: 1.04rem; line-height: 1.75; }
.breadcrumbs { margin-bottom: 1.2rem; color: #b7c0c7; font-size: .78rem; }
.breadcrumbs a { color: var(--accent); }
.content-card { height: 100%; padding: 2rem; background: #fff; border: 1px solid var(--line); transition: .2s ease; }
.content-card:hover { transform: translateY(-4px); border-color: var(--accent-dark); box-shadow: 0 16px 36px rgba(16,24,33,.08); }
.content-card .card-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 1.3rem; color: var(--ink); background: var(--accent); border-radius: 50%; font-size: 1.35rem; }
.content-card h2, .content-card h3 { font-size: 1.15rem; font-weight: 800; }
.content-card p { margin-bottom: 1.2rem; font-size: .88rem; }
.content-card > a { color: var(--accent-dark); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.brand-model-search { position: relative; max-width: 520px; margin-bottom: 1.25rem; }
.brand-model-search i { position: absolute; top: 50%; left: 1rem; color: var(--muted); transform: translateY(-50%); }
.brand-model-search input { width: 100%; min-height: 52px; padding: .8rem 1rem .8rem 2.8rem; background: #fff; border: 1px solid var(--line); border-radius: 0; outline: 0; }
.brand-model-search input:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(141,182,0,.12); }
.brand-model-browser { display: grid; grid-template-columns: minmax(390px, .9fr) minmax(0, 1.35fr); gap: 20px; align-items: start; }
.brand-model-browser__brands { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; max-height: 610px; padding-right: 6px; overflow-y: auto; scrollbar-width: thin; }
.brand-model-trigger { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; align-items: center; gap: .85rem; min-height: 92px; padding: .7rem .85rem; text-align: left; color: var(--ink); background: #fff; border: 1px solid var(--line); cursor: pointer; transition: .18s ease; }
.brand-model-trigger .brand-logo { width: 96px; height: 64px; padding: 0; }
.brand-model-trigger strong, .brand-model-trigger small { display: block; }
.brand-model-trigger strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.brand-model-trigger small { margin-top: .2rem; color: var(--muted); font-size: .66rem; }
.brand-model-trigger > i { color: #98a2aa; font-size: .7rem; }
.brand-model-trigger:hover, .brand-model-trigger:focus-visible, .brand-model-trigger.is-active { background: var(--accent); border-color: var(--accent); outline: 0; }
.brand-model-trigger.is-active > i { color: var(--ink); transform: translateX(2px); }
.brand-model-browser__content { position: sticky; top: 112px; min-width: 0; }
.brand-model-panel { min-height: 420px; padding: 2rem; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--accent-dark); box-shadow: 0 18px 40px rgba(16,24,33,.07); scroll-margin-top: 100px; }
.brand-model-panel[hidden] { display: none !important; }
.brand-model-panel__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.brand-model-panel__heading h3 { margin: .45rem 0 .45rem; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; }
.brand-model-panel__heading p { margin: 0; color: var(--muted); }
.brand-model-panel__heading > a { flex: 0 0 auto; color: var(--accent-dark); font-size: .74rem; font-weight: 800; }
.brand-model-panel .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.brand-model-empty { grid-column: 1 / -1; padding: 1.2rem; color: var(--muted); text-align: center; background: #fff; border: 1px solid var(--line); }
.main-service-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-bottom: 20px; }
.main-service-tab { display: grid; gap: .25rem; min-height: 122px; padding: 1.15rem; text-align: left; color: var(--ink); background: #fff; border: 1px solid var(--line); cursor: pointer; transition: .18s ease; }
.main-service-tab > span { color: var(--accent-dark); font-size: .72rem; font-weight: 800; }
.main-service-tab strong { font-size: .95rem; }
.main-service-tab small { color: var(--muted); font-size: .68rem; line-height: 1.45; }
.main-service-tab:hover, .main-service-tab:focus-visible, .main-service-tab.is-active { background: var(--accent); border-color: var(--accent); outline: 0; }
.main-service-tab.is-active > span, .main-service-tab.is-active small { color: var(--ink); }
.main-service-pane[hidden] { display: none !important; }
.main-service-pane__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin: 2rem 0 1.2rem; }
.main-service-pane__top h3 { margin: .35rem 0 0; font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 800; }
.main-service-pane__top > a { color: var(--accent-dark); font-size: .78rem; font-weight: 800; }
.brand-link { position: relative; display: grid; grid-template-columns: 120px 1fr auto; min-height: 108px; align-items: center; gap: 1rem; padding: .85rem 1rem; background: #fff; border: 1px solid var(--line); font-size: .75rem; font-weight: 800; text-transform: uppercase; transition: .2s ease; }
.brand-link::after { content: '\2197'; color: var(--accent-dark); font-size: 1rem; }
.brand-link:hover { color: var(--ink); background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.brand-logo { flex: 0 0 auto; display: grid; place-items: center; width: 54px; height: 54px; padding: 0; overflow: hidden; background: transparent; border: 0; border-radius: 0; }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-logo--type { color: var(--ink); background: var(--accent); font-size: 1.25rem; }
.brand-link .brand-logo { width: 120px; height: 78px; }
.brand-title-lockup { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; }
.brand-title-lockup .brand-logo { width: 92px; height: 72px; }
.brand-title-lockup h2 { margin-bottom: 0; }
.finder-section { color: #fff; background: var(--ink); }
.vehicle-finder { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: 4rem; }
.vehicle-finder-intro h2 { margin-bottom: .8rem; }
.vehicle-finder-intro p { max-width: 520px; margin: 0; color: #aeb9c1; }
.vehicle-finder-controls { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.vehicle-finder-controls label { display: block; margin-bottom: .45rem; color: #c5cdd3; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vehicle-finder-controls .form-select { min-height: 54px; border: 1px solid rgba(255,255,255,.2); border-radius: 3px; }
.vehicle-finder-controls .form-select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(217,255,67,.15); }
.vehicle-finder-controls .form-select:disabled { color: #8b969e; background-color: #e6eaec; }
.finder-go { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; min-height: 54px; margin-top: .25rem; padding: .85rem 1rem; color: #fff; border: 1px solid var(--accent); font-size: .82rem; font-weight: 800; transition: .2s ease; }
.finder-go:not(.is-disabled):hover { color: var(--ink); background: var(--accent); }
.finder-go.is-disabled { color: #7f8a92; border-color: rgba(255,255,255,.16); cursor: not-allowed; }
.vehicle-finder.is-unavailable { display: none; }
.service-search { position: relative; width: min(100%, 360px); margin-top: 1rem; }
.service-search i { position: absolute; left: 1rem; top: 50%; color: var(--muted); transform: translateY(-50%); }
.service-search input { width: 100%; min-height: 52px; padding: .75rem 1rem .75rem 2.8rem; background: #fff; border: 1px solid var(--line); border-radius: 3px; outline: 0; }
.service-search input:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(167,200,0,.12); }
.service-tree { background: #fff; border: 1px solid var(--line); }
.service-tree-section { border-bottom: 1px solid var(--line); }
.service-tree-section:last-child { border-bottom: 0; }
.service-tree-section summary { display: flex; align-items: center; gap: 1rem; padding: 1.35rem 1.5rem; cursor: pointer; list-style: none; }
.service-tree-section summary::-webkit-details-marker { display: none; }
.service-tree-section summary:hover { background: #f8faf9; }
.service-tree-section summary strong, .service-tree-section summary small { display: block; }
.service-tree-section summary strong { font-size: 1.08rem; }
.service-tree-section summary small { margin-top: .25rem; color: var(--muted); }
.service-tree-section summary > i { transition: transform .2s ease; }
.service-tree-section[open] summary > i { transform: rotate(45deg); }
.service-tree-number { display: grid; place-items: center; width: 46px; height: 46px; color: var(--ink); background: var(--accent); border-radius: 50%; font-weight: 800; }
.service-tree-body { padding: 0 1.5rem 1.5rem 5.95rem; }
.service-menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.service-menu-item { display: flex; align-items: center; gap: .7rem; min-width: 0; padding: .65rem; background: var(--soft); border: 1px solid transparent; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.service-menu-item .brand-logo { width: 72px; height: 48px; padding: 0; }
.service-menu-item:hover { color: var(--ink); background: #fff; border-color: var(--accent-dark); }
.service-menu-item[hidden] { display: none !important; }
.service-tree-more { display: inline-flex; gap: .5rem; margin-top: 1rem; color: var(--accent-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.service-search-empty { display: none; margin-top: 1rem; padding: 1rem; background: #fff3cd; border: 1px solid #ffe69c; }
.service-search-empty.show { display: block; }
.model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.model-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 58px; padding: .9rem 1rem; background: #fff; border: 1px solid var(--line); font-size: .82rem; font-weight: 700; transition: .2s ease; }
.model-link i { color: var(--accent-dark); }
.model-link:hover { color: var(--ink); background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.model-back-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: 2rem; color: var(--accent-dark); font-size: .82rem; font-weight: 800; }
.model-picker { scroll-margin-top: 100px; }
.service-aside { position: sticky; top: 112px; padding: 1.6rem; color: #fff; background: var(--ink); }
.service-aside h3 { font-size: 1.05rem; font-weight: 800; }
.service-aside a:not(.btn) { display: flex; justify-content: space-between; padding: .8rem 0; color: #c5cdd3; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .83rem; }
.service-aside a:hover { color: var(--accent); }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; margin-bottom: .85rem; padding-left: 2rem; color: var(--muted); }
.check-list li::before { content: '\2713'; position: absolute; left: 0; top: -.1rem; display: grid; place-items: center; width: 22px; height: 22px; color: var(--ink); background: var(--accent); border-radius: 50%; font-size: .75rem; font-weight: 800; }
.article-card { overflow: hidden; height: 100%; background: #fff; border: 1px solid var(--line); }
.article-card .article-cover { min-height: 180px; display: flex; align-items: flex-end; padding: 1.4rem; color: #fff; background: linear-gradient(120deg, var(--ink), #2d4355); }
.article-card .article-cover--image { padding: 0; }
.article-card .article-cover img { display: block; width: 100%; height: 180px; object-fit: cover; }
.article-card .article-cover i { color: var(--accent); font-size: 2.5rem; }
.article-card .article-body { padding: 1.5rem; }
.article-card h2, .article-card h3 { font-size: 1.15rem; font-weight: 800; }
.article-card p { font-size: .88rem; }
.contact-panel { height: 100%; padding: 2rem; background: var(--soft); border-left: 4px solid var(--accent-dark); }
.contact-panel h2 { font-size: 1.3rem; }
.contact-panel a { font-weight: 800; }
.service-map { overflow: hidden; height: 100%; background: #fff; border: 1px solid var(--line); }
.service-map__heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 88px; padding: 1.1rem 1.25rem; }
.service-map__heading strong, .service-map__heading span { display: block; }
.service-map__heading strong { font-size: 1rem; }
.service-map__heading span { margin-top: .2rem; color: var(--muted); font-size: .72rem; }
.service-map__heading a { flex: 0 0 auto; color: var(--accent-dark); font-size: .78rem; font-weight: 800; }
.service-map iframe { display: block; width: 100%; height: 410px; border: 0; background: var(--soft); }
.article-content { font-size: 1rem; line-height: 1.85; }
.article-content h2 { margin-top: 2.2rem; font-size: 1.75rem; }
.article-content p, .article-content li { color: var(--muted); }
.article-content img { display: block; max-width: 100%; height: auto; }
.article-with-floats::after { content: ""; display: table; clear: both; }
.article-with-floats h2,
.article-with-floats .faq-visible,
.article-with-floats .cta-call { clear: both; }
.article-float { float: right; width: min(48%, 620px); margin: .35rem 0 1.15rem 1.75rem; }
.article-float--left { float: left; margin: .35rem 1.75rem 1.15rem 0; }
.article-float--portrait { width: min(40%, 460px); }
.article-float img { display: block; width: 100%; height: auto; border-radius: 16px; box-shadow: 0 16px 36px rgba(17,26,35,.12); }
@media (max-width: 767.98px) {
  .article-float,
  .article-float--left,
  .article-float--portrait { float: none; width: 100%; margin: 1.15rem 0; }
}
.price-orientiry { margin: 1rem 0 1.3rem; padding-left: 1.2rem; }
.cta-call { margin: 1.25rem 0; }
.faq-visible { display: grid; gap: 1rem; margin-top: 1.4rem; }
.faq-visible article { padding: 1.1rem 1.2rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-visible h3 { margin: 0 0 .45rem; font-size: 1.06rem; }
.faq-visible p { margin: 0; }
.seo-block { max-width: 860px; }
.seo-with-photo .seo-block { max-width: none; }
.seo-block h2 { margin: 0 0 1rem; }
.seo-block p { margin: 0 0 1rem; }
.seo-block ul { margin: 0 0 1rem; padding-left: 1.2rem; }
.seo-block li { margin-bottom: .45rem; }
.seo-photo { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 44px rgba(15,24,33,.1); }
.seo-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.seo-photo figcaption { padding: .75rem 1rem; color: var(--muted); font-size: .78rem; line-height: 1.5; background: #fff; }
@media (max-width: 991.98px) {
  .seo-photo { max-width: 420px; margin-inline: auto; }
}
.work-media, .work-media--wide, .work-media--medium, .work-media--compact { display: block; clear: both; width: min(100%, 620px); max-width: 620px; margin: 2.2rem auto; }
.article-hero-image { margin: 0 0 2rem; }
.article-hero-image img { display: block; width: 100%; max-height: 620px; object-fit: cover; border-radius: 18px; }
.work-media img, .work-media video { display: block; width: 100%; height: auto; max-height: 480px; object-fit: contain; border-radius: 18px; background: #eef2f3; box-shadow: 0 18px 48px rgba(17,26,35,.14); }
.work-media figcaption { padding: .75rem .2rem 0; color: var(--muted); font-size: .82rem; line-height: 1.5; text-align: center; }
figure[data-cms-selected] { outline: 3px solid var(--accent); outline-offset: 5px; }
@media (max-width: 767.98px) { .work-media, .work-media--wide, .work-media--medium, .work-media--compact { width: min(94%, 620px); margin: 1.5rem auto; } .work-media img, .work-media video { max-height: 420px; border-radius: 12px; } }
.content-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; width: min(100%, 1100px); max-width: 1100px; margin: 2.2rem auto; overflow: hidden; }
.content-gallery img { display: block; width: 100%; height: 330px; object-fit: contain; border-radius: 14px; background: #182128; box-shadow: 0 10px 28px rgba(17,26,35,.11); }
.content-gallery--count-3 img:first-child { grid-column: 1 / -1; height: 430px; }
.content-gallery--count-5 { grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 225px; }
.content-gallery--count-5 img { height: 100%; }
.content-gallery--count-5 img:first-child { grid-column: span 2; grid-row: span 2; }
.content-gallery__item { position: relative; height: 330px; margin: 0; overflow: hidden; border-radius: 14px; background: #182128; box-shadow: 0 10px 28px rgba(17,26,35,.11); isolation: isolate; }
.content-gallery__item .content-gallery__backdrop { position: absolute; z-index: 0; inset: -24px; display: block; width: calc(100% + 48px); height: calc(100% + 48px); max-width: none; object-fit: cover; border-radius: 0; filter: blur(18px); opacity: .52; transform: scale(1.06); box-shadow: none; }
.content-gallery__item .content-gallery__photo { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 0; background: transparent; box-shadow: none; }
.content-gallery--count-3 > .content-gallery__item:first-child { grid-column: 1 / -1; height: 430px; }
.content-gallery--count-5 > .content-gallery__item { height: 100%; }
.content-gallery--count-5 > .content-gallery__item:first-child { grid-column: span 2; grid-row: span 2; }
.work-media:has(.content-gallery) { width: min(100%, 1100px); max-width: 1100px; }
.work-media:has(.content-gallery) > img, .work-media:has(.content-gallery) > video { width: min(100%, 620px); margin-right: auto; margin-left: auto; }
@media (max-width: 767.98px) { .content-gallery { gap: 7px; margin: 1.5rem auto; } .content-gallery img { height: 145px; border-radius: 9px; } .content-gallery__item { height: 145px; border-radius: 9px; } .content-gallery__item .content-gallery__backdrop { width: calc(100% + 48px); height: calc(100% + 48px); border-radius: 0; } .content-gallery__item .content-gallery__photo { height: 100%; border-radius: 0; } .content-gallery--count-3 img:first-child,.content-gallery--count-3 > .content-gallery__item:first-child { height: 220px; } .content-gallery--count-5 { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 145px; } .content-gallery--count-5 img:first-child,.content-gallery--count-5 > .content-gallery__item:first-child { grid-column: 1 / -1; grid-row: auto; height: 220px; } }
.team-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--line); transition: .25s ease; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(16,24,33,.1); }
.team-photo { aspect-ratio: 4 / 5; overflow: hidden; background: #dce2e5; }
.team-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.team-body { padding: 1.3rem; }
.team-body h3 { margin-bottom: .65rem; font-size: 1rem; font-weight: 800; }
.team-body p { margin: 0; font-size: .78rem; line-height: 1.6; }

/* Service + brand landing pages */
.landing-hero { position: relative; padding: 84px 0 92px; color: #fff; background-image: linear-gradient(100deg, rgba(10,19,28,.98), rgba(10,19,28,.82)), image-set(url('../images/hero-transmission.webp') type('image/webp'), url('../images/hero-transmission.jpg') type('image/jpeg')); background-position: center; background-size: cover; overflow: hidden; }
.landing-hero::after { 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: 42px 42px; }
.landing-hero .container { position: relative; z-index: 1; }
.landing-brand { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.landing-brand .brand-logo { width: 66px; height: 58px; }
.landing-hero h1 { max-width: 790px; margin: .7rem 0 1.2rem; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.03; font-weight: 800; letter-spacing: -.055em; }
.landing-hero p { max-width: 720px; margin-bottom: 1.8rem; color: #ced6dc; font-size: 1.04rem; line-height: 1.75; }
.landing-phone { margin-top: 1rem; color: #9eabb5; font-size: .78rem; }
.landing-phone a { display: inline-block; margin-left: .25rem; color: #fff; font-weight: 800; }
.landing-anchor-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1rem; color: var(--accent); font-size: .8rem; font-weight: 800; border-bottom: 1px solid rgba(217,255,67,.45); }
.landing-anchor-link:hover { color: #fff; }
.landing-offer { padding: 2.2rem; background: rgba(23,35,47,.94); border: 1px solid rgba(255,255,255,.12); border-top: 4px solid var(--accent); box-shadow: 0 25px 55px rgba(0,0,0,.25); }
.landing-offer h2 { margin: .6rem 0 1.3rem; font-size: 1.75rem; font-weight: 800; }
.landing-offer ul { display: grid; gap: .85rem; margin: 0; padding: 0; list-style: none; color: #c9d1d7; font-size: .86rem; }
.landing-offer li { position: relative; padding-left: 1.6rem; }
.landing-offer li::before { content: '\2713'; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.trust-strip { color: var(--ink); background: var(--accent); }
.trust-strip .col-6 { padding: 1.55rem 1.25rem; border-right: 1px solid rgba(16,24,33,.17); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 1.35rem; font-weight: 800; }
.trust-strip span { margin-top: .2rem; font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.verified-trust { color: #fff; background: linear-gradient(125deg, #16222d 0%, #101821 65%, #243443 100%); }
.verified-trust h2 { max-width: 720px; margin: .55rem 0 1rem; color: #fff; }
.verified-trust p { max-width: 760px; color: #c8d0d6; }
.verified-trust .section-kicker { color: var(--accent); }
.verified-trust__facts { padding: 1.5rem; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.05); }
.verified-trust__facts p { margin: 0; padding: .9rem 0; }
.verified-trust__facts p + p { border-top: 1px solid rgba(255,255,255,.12); }
.verified-trust__facts strong, .verified-trust__facts span { display: block; }
.verified-trust__facts strong { margin-bottom: .35rem; color: #fff; }
.verified-trust__facts a { color: var(--accent); text-decoration: none; }

.branch-link-card { display: flex; min-height: 140px; padding: 1.5rem; color: var(--ink); border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(15,24,33,.06); flex-direction: column; justify-content: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.branch-link-card:hover { color: var(--ink); transform: translateY(-3px); box-shadow: 0 18px 42px rgba(15,24,33,.11); }
.branch-link-card strong { font-size: 1.18rem; }
.branch-link-card span { margin-top: .45rem; color: var(--muted); }

.article-meta { display: flex; margin-bottom: 1.5rem; padding-bottom: 1rem; color: var(--muted); border-bottom: 1px solid var(--line); gap: .5rem 1.2rem; flex-wrap: wrap; font-size: .9rem; }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.service-detail-grid > div { padding: 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.service-detail-grid h3 { font-size: 1.05rem; }
.location-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.location-facts > div { padding: 1.25rem; border-radius: 14px; background: var(--soft); }
.location-map iframe { width: 100%; min-height: 390px; border: 0; border-radius: 16px; }
.landing-symptoms { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.landing-symptoms li { display: flex; gap: .75rem; padding: 1rem; color: var(--text); background: var(--soft); font-size: .86rem; font-weight: 700; }
.landing-symptoms i { color: #d14242; }
.call-panel { position: sticky; top: 112px; padding: 2.1rem; color: #fff; background: var(--ink); border-bottom: 5px solid var(--accent); }
.call-panel > i { color: var(--accent); font-size: 2rem; }
.call-panel h3 { margin: 1rem 0 .7rem; font-size: 1.4rem; font-weight: 800; }
.call-panel p { color: #aeb9c1; font-size: .88rem; }
.landing-prices > div { padding: 1.25rem 1.5rem; }
.landing-note { padding: 1.8rem; background: var(--accent); }
.landing-note strong { display: block; margin-bottom: .6rem; font-size: 1.1rem; }
.landing-note p { margin: 0; color: var(--ink); font-size: .86rem; }
.landing-work { display: flex; align-items: center; gap: .8rem; min-height: 76px; height: 100%; padding: 1.1rem 1.25rem; border: 1px solid var(--line); font-size: .86rem; font-weight: 800; }
.landing-work i { flex: 0 0 auto; color: var(--accent-dark); font-size: 1.3rem; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid rgba(255,255,255,.1); }
.process-grid > div { min-height: 210px; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.1); }
.process-grid > div:last-child { border-right: 0; }
.process-grid span { color: var(--accent); font-size: 1.6rem; font-weight: 800; }
.process-grid h3 { margin: 2.3rem 0 .6rem; font-size: 1rem; font-weight: 800; }
.process-grid p { margin: 0; color: #9eabb5; font-size: .79rem; line-height: 1.6; }
.landing-faq .accordion-item { border-width: 0 0 1px; }
.landing-final { padding: 64px 0; color: #fff; background: var(--ink-2); }
.landing-final h2 { margin: .5rem 0; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -.05em; }
.landing-final p { margin: 0; color: #aab4bc; }
.related-transmissions__box { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--accent-dark); }
.related-transmissions__box h2 { margin: .4rem 0 .6rem; font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 800; }
.related-transmissions__box p { max-width: 760px; margin: 0; color: var(--muted); }
.related-transmissions__box .btn { flex: 0 0 auto; }

/* Model-page phase 0: unique visual/content blocks */
.model-hero-visual, .model-tech-visual { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: var(--ink); box-shadow: 0 22px 54px rgba(5,13,20,.2); }
.model-hero-visual img, .model-tech-visual img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.model-hero-visual figcaption, .model-tech-visual figcaption { padding: .7rem 1rem; color: #9eabb5; background: var(--ink); font-size: .72rem; line-height: 1.5; }
.model-tech-visual { border-color: var(--line); box-shadow: 0 18px 44px rgba(15,24,33,.11); }
[data-cms-model-profile] .table { margin: 1.5rem 0 0; border-color: var(--line); background: #fff; }
[data-cms-model-profile] .table th, [data-cms-model-profile] .table td { min-width: 180px; padding: 1rem; vertical-align: middle; }
.model-link-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.model-link-grid a { display: flex; min-height: 74px; padding: 1rem 1.2rem; align-items: center; justify-content: space-between; color: #fff; border: 1px solid rgba(255,255,255,.13); text-decoration: none; font-weight: 800; transition: border-color .2s ease, transform .2s ease; }
.model-link-grid a:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.model-link-grid i { color: var(--accent); }

/* Real service photo galleries */
.gallery-preview-section { overflow: hidden; }
.gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.gallery-heading > div { max-width: 720px; }
.gallery-heading p { margin: .8rem 0 0; color: var(--muted); line-height: 1.7; }
.gallery-all-link { flex: 0 0 auto; padding-bottom: .35rem; color: var(--ink); font-size: .82rem; font-weight: 800; }
.gallery-all-link i { margin-left: .35rem; color: var(--accent-dark); transition: transform .2s ease; }
.gallery-all-link:hover i { transform: translateX(5px); }
.gallery-preview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 185px; gap: 12px; }
.gallery-preview-item { position: relative; display: block; overflow: hidden; background: #dfe4e8; }
.gallery-preview-item--large { grid-column: span 2; grid-row: span 2; }
.gallery-preview-item::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 60%, rgba(10,19,28,.22)); opacity: 0; transition: opacity .25s ease; }
.gallery-preview-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-preview-item:hover img { transform: scale(1.045); }
.gallery-preview-item:hover::after { opacity: 1; }
.gallery-masonry { columns: 3 320px; column-gap: 14px; }
.gallery-item { position: relative; display: block; margin: 0 0 14px; overflow: hidden; break-inside: avoid; background: #dfe4e8; }
.gallery-item img { display: block; width: 100%; height: auto; transition: transform .45s ease, filter .25s ease; }
.gallery-item span { position: absolute; right: 1rem; bottom: 1rem; display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--accent); opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: brightness(.82); }
.gallery-item:hover span { opacity: 1; transform: translateY(0); }

@media (max-width: 1199.98px) { .brand-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .service-menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 991.98px) { .service-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vehicle-finder { grid-template-columns: 1fr; gap: 2rem; } .main-service-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); } .brand-model-browser { grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); } .brand-model-browser__brands { grid-template-columns: 1fr; } .brand-model-panel .model-grid { grid-template-columns: 1fr; } .process-grid { grid-template-columns: repeat(2, 1fr); } .process-grid > div { min-height: 180px; } .model-link-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .gallery-heading { display: block; } .gallery-all-link { display: inline-block; margin-top: 1rem; } .gallery-preview-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767.98px) { .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vehicle-finder-controls { grid-template-columns: 1fr; } .finder-go { grid-column: auto; } .inner-hero { padding: 68px 0; } .main-service-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); } .main-service-tab { min-height: 104px; padding: .85rem; } .main-service-pane__top { align-items: flex-start; flex-direction: column; } .brand-model-browser { grid-template-columns: 1fr; } .brand-model-browser__brands { grid-template-columns: repeat(2,minmax(0,1fr)); max-height: 330px; margin-bottom: .5rem; } .brand-model-browser__content { position: static; } .brand-model-panel { min-height: 0; padding: 1.25rem; } .brand-model-panel__heading { display: block; } .brand-model-panel__heading > a { display: inline-block; margin-top: .8rem; } .brand-model-panel .model-grid { grid-template-columns: 1fr; } .service-tree-body { padding: 0 1rem 1rem; } .service-menu-grid, .model-grid, .service-detail-grid, .location-facts { grid-template-columns: 1fr; } .service-tree-section summary { padding: 1rem; } .landing-hero { padding: 62px 0 70px; } .landing-symptoms { grid-template-columns: 1fr; } .trust-strip .col-6 { border-bottom: 1px solid rgba(16,24,33,.17); } .process-grid { grid-template-columns: 1fr; } .process-grid > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); } .process-grid h3 { margin-top: 1rem; } .related-transmissions__box { align-items: flex-start; flex-direction: column; padding: 1.4rem; } .gallery-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 150px; } .gallery-preview-item--large { grid-column: span 2; } .gallery-masonry { columns: 2 220px; } }
@media (max-width: 575.98px) { .model-link-grid { grid-template-columns: 1fr; } .gallery-preview-grid { grid-auto-rows: 130px; gap: 8px; } .gallery-masonry { columns: 1; } .gallery-item { margin-bottom: 10px; } .service-map__heading { align-items: flex-start; flex-direction: column; } .service-map iframe { height: 340px; } }
@media (max-width: 399.98px) { .brand-grid { grid-template-columns: 1fr; } }
