:root {
  /* ============================================================
     McCrary Mazda (Mazda: Jet Black / Champagne Gold — premium)
     Edit values here to retheme. Body tokenized (var(--osp-*));
     muted meta text uses --osp-muted-rgb (Machine Grey); select-
     chevron stroke (x8) literal set Machine Grey (lightened) for the dark surface.
     ============================================================ */
  --osp-bg:            #0D0D0F;
  --osp-bg-2:          #16171A;
  --osp-bg-3:          #202125;
  --osp-bg-4:          #000000;
  --osp-surface:       #16171A;
  --osp-surface-2:     #202125;
  --osp-accent:        #D8BE86;
  --osp-accent-mid:    #C6AA72;
  --osp-accent-deep:   #B2945C;
  --osp-text:          #F4F4F5;
  --osp-on-surface:    #F4F4F5;   /* text on dark cards/page */
  --osp-on-accent:     #0D0D0F;   /* text on gold accent fills */
  --osp-muted:         #AEB2B8;   /* Machine Grey (lightened for on-black legibility) — single meta grey */
  --osp-border:        #2E2E33;
  --osp-ev:            #3DB87A;
  --osp-apr:           #4AA8F0;
  --osp-lease:         #5AAA7A;
  --osp-alert:         #D9534F;
  --osp-bg-rgb:          13,13,15;
  --osp-surface-2-rgb:   32,33,37;
  --osp-accent-mid-rgb:  198,170,114;
  --osp-accent-deep-rgb: 178,148,92;
  --osp-text-rgb:        244,244,245;
  --osp-muted-rgb:       174,178,184;
}

/* ════════════════════════════════════════════════════════════════
   ODYSSEY SPECIALS — Sales Specials Page CSS (responsive, single file)
   Paste into the DDC site's Custom CSS. Scoped entirely to .od-specials
   / .ods-* . No CSS variables. STORE-AGNOSTIC — identical for every store
   (no Ford/Kia specifics live in CSS; colors are the shared dark/gold theme).
   Desktop base + mobile overrides via @media (max-width:980px).
   ════════════════════════════════════════════════════════════════ */

/* ── DESKTOP / BASE ── */
/* container backdrop: opaque bg so backgroundless sections (disclaimer, trade, etc.) never show the light DDC page through on dark-theme stores. Token-driven: dark on dark stores, white on light. */
.od-specials{background:var(--osp-bg)!important}
.od-specials .ods-mobile-only{display:none!important}
.od-specials .ods-hero{background:var(--osp-bg)!important;padding:56px 72px 52px!important;position:relative!important;overflow:hidden!important}
.od-specials .ods-hero::before{content:''!important;position:absolute!important;inset:0!important;background:radial-gradient(ellipse 70% 60% at 50% -10%,rgba(var(--osp-muted-rgb),.07),transparent 65%)!important;pointer-events:none!important}
.od-specials .ods-hero::after{content:''!important;position:absolute!important;bottom:0!important;left:50%!important;transform:translateX(-50%)!important;width:80%!important;max-width:1000px!important;height:2px!important;background:linear-gradient(90deg,transparent 0%,rgba(var(--osp-accent-deep-rgb),.15) 15%,var(--osp-accent-mid) 50%,rgba(var(--osp-accent-deep-rgb),.15) 85%,transparent 100%)!important}
.od-specials .ods-hero-inner{position:relative!important;z-index:1!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important}
.od-specials .ods-hero-eyebrow{font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-accent)!important;margin-bottom:12px!important}
.od-specials .ods-hero-title{font-family:'Roboto',sans-serif!important;font-size:48px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:1px!important;color:var(--osp-on-surface)!important;line-height:1!important;margin-bottom:10px!important}
.od-specials .ods-hero-title span{color:var(--osp-accent)!important}
.od-specials .ods-hero-sub{font-family:'Roboto',sans-serif!important;font-size:15px!important;font-weight:400!important;color:rgba(var(--osp-muted-rgb),.75)!important;line-height:1.65!important;max-width:480px!important}
.od-specials .ods-hero-stats{display:flex!important;gap:32px!important;padding-bottom:4px!important}
.od-specials .ods-hero-stat-num{font-family:'Roboto',sans-serif!important;font-size:30px!important;font-weight:900!important;color:var(--osp-accent)!important;line-height:1!important}
.od-specials .ods-hero-stat-lbl{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.6)!important;margin-top:4px!important}
.od-specials .ods-filter-panel{background:var(--osp-bg-4)!important;border-bottom:1px solid rgba(var(--osp-muted-rgb),.12)!important;padding:0 72px!important;display:flex!important;align-items:stretch!important;position:sticky!important;top:0!important;z-index:20!important}
.od-specials .ods-filter-group{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:14px 0!important}
.od-specials .ods-filter-lbl{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.55)!important;margin-bottom:7px!important}
.od-specials .ods-filter-select{font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:9px 32px 9px 13px!important;background:rgba(var(--osp-bg-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.25)!important;color:var(--osp-accent)!important;outline:none!important;cursor:pointer!important;transition:border-color .2s!important;appearance:none!important;-webkit-appearance:none!important;color-scheme:dark!important;min-width:130px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 11px center!important}
.od-specials .ods-filter-select:focus,.od-specials .ods-filter-select:hover{border-color:var(--osp-accent-mid)!important}
.od-specials .ods-filter-select:disabled{opacity:.4!important;cursor:not-allowed!important}
.od-specials .ods-filter-select option{background:var(--osp-bg)!important;color:var(--osp-accent)!important;font-family:'Roboto',sans-serif!important;text-transform:none!important}
.od-specials .ods-filter-div{width:1px!important;height:34px!important;background:rgba(var(--osp-muted-rgb),.1)!important;margin:0 16px!important;flex-shrink:0!important;align-self:center!important}
.od-specials .ods-filter-right{margin-left:auto!important;display:flex!important;align-items:center!important;gap:14px!important}
.od-specials .ods-results-count{font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.5)!important;white-space:nowrap!important}
.od-specials .ods-results-count span{color:var(--osp-accent)!important}
.od-specials .ods-sort-select{font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:8px 28px 8px 12px!important;background:rgba(var(--osp-bg-rgb),.8)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;color:var(--osp-accent)!important;outline:none!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important}
.od-specials .ods-spotlight-label,.od-specials .ods-grid-label{display:flex!important;align-items:center!important;gap:14px!important;margin-bottom:16px!important}
.od-specials .ods-spotlight-label-text,.od-specials .ods-grid-label-text{font-family:'Roboto',sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.55)!important;white-space:nowrap!important}
.od-specials .ods-spotlight-label-line,.od-specials .ods-grid-label-line{flex:1!important;height:1px!important;background:rgba(var(--osp-muted-rgb),.1)!important}
.od-specials .ods-spotlight-wrap{padding:36px 72px 0!important}
.od-specials .ods-spotlight-card{background:linear-gradient(135deg,var(--osp-surface-2) 0%,var(--osp-bg-2) 50%,var(--osp-surface-2) 100%)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;border-top:3px solid var(--osp-accent-mid)!important;display:grid!important;grid-template-columns:380px 1fr!important;overflow:hidden!important;position:relative!important}
.od-specials .ods-spotlight-tag{position:absolute!important;top:14px!important;right:20px!important;font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:var(--osp-accent-mid)!important;padding:4px 12px!important;z-index:2!important}
.od-specials .ods-spotlight-left{display:flex!important;flex-direction:column!important;border-right:1px solid rgba(var(--osp-muted-rgb),.1)!important}
.od-specials .ods-spotlight-img{height:320px!important;background:linear-gradient(135deg,var(--osp-surface),var(--osp-bg-4))!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;flex-shrink:0!important}
.od-specials .ods-spotlight-img img{width:100%!important;height:100%!important;object-fit:cover!important}
.od-specials .ods-spotlight-img-ph{font-family:'Roboto',sans-serif!important;font-size:9px!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.12)!important}
.od-specials .ods-spotlight-ctas{padding:14px 18px!important;display:flex!important;flex-direction:column!important;gap:8px!important;background:rgba(var(--osp-bg-rgb),.3)!important}
.od-specials .ods-spotlight-right{padding:28px 32px!important;display:flex!important;flex-direction:column!important}
.od-specials .ods-spotlight-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;margin-bottom:14px!important}
.od-specials .ods-spotlight-name{font-family:'Roboto',sans-serif!important;font-size:22px!important;font-weight:900!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;letter-spacing:1px!important;line-height:1.1!important}
.od-specials .ods-spotlight-badge{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(90deg,var(--osp-accent),var(--osp-accent-mid))!important;padding:5px 14px!important;white-space:nowrap!important;flex-shrink:0!important;margin-left:16px!important;margin-top:2px!important}
.od-specials .ods-spotlight-trims{display:flex!important;flex-wrap:wrap!important;gap:0!important;margin-bottom:16px!important}
.od-specials .ods-trim-chip{font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.6)!important;background:transparent!important;border:1px solid rgba(var(--osp-muted-rgb),.2)!important;padding:8px 16px!important;cursor:pointer!important;transition:all .2s!important;margin:0 -1px -1px 0!important}
.od-specials .ods-trim-chip:hover{color:var(--osp-accent)!important;border-color:rgba(var(--osp-muted-rgb),.4)!important;z-index:1!important;position:relative!important}
.od-specials .ods-trim-chip.active{color:var(--osp-accent)!important;border-color:var(--osp-accent-mid)!important;background:rgba(var(--osp-muted-rgb),.08)!important;z-index:2!important;position:relative!important}
.od-specials .ods-card-trim-wrap{padding:0 13px 4px!important}
.od-specials .ods-card-trim-select{font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:7px 28px 7px 10px!important;background:rgba(var(--osp-bg-rgb),.7)!important;border:1px solid rgba(var(--osp-muted-rgb),.25)!important;color:var(--osp-accent)!important;outline:none!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;color-scheme:dark!important;width:100%!important;transition:border-color .2s!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important}
.od-specials .ods-card-trim-select:hover,.od-specials .ods-card-trim-select:focus{border-color:var(--osp-accent-mid)!important}
.od-specials .ods-card-trim-select option{background:var(--osp-bg)!important;color:var(--osp-accent)!important;text-transform:none!important}
.od-specials .ods-spotlight-offers{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:8px!important;margin-bottom:0!important;flex:1!important}
.od-specials .ods-offer-tile{padding:12px 14px!important;background:rgba(var(--osp-bg-rgb),.5)!important;border-left:2px solid transparent!important;display:flex!important;flex-direction:column!important}
.od-specials .ods-tile-price{border-left-color:rgba(var(--osp-muted-rgb),.35)!important}
.od-specials .ods-tile-savings{border-left-color:var(--osp-accent-deep)!important}
.od-specials .ods-tile-bonus{border-left-color:var(--osp-accent)!important}
.od-specials .ods-tile-apr{border-left-color:var(--osp-apr)!important}
.od-specials .ods-tile-lease{border-left-color:var(--osp-lease)!important}
.od-specials .ods-offer-lbl{font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.7)!important;margin-bottom:5px!important}
.od-specials .ods-offer-val{font-family:'Roboto',sans-serif!important;font-size:32px!important;font-weight:900!important;color:var(--osp-on-surface)!important;line-height:1!important}
.od-specials .ods-offer-na{font-family:'Roboto',sans-serif!important;font-size:20px!important;font-weight:700!important;color:rgba(var(--osp-muted-rgb),.35)!important;line-height:1!important}
.od-specials .ods-sm{font-size:18px!important;font-weight:600!important;color:rgba(var(--osp-text-rgb),.65)!important}
.od-specials .ods-offer-sub{font-family:'Roboto',sans-serif!important;font-size:12px!important;color:rgba(var(--osp-muted-rgb),.6)!important;margin-top:2px!important}
.od-specials .ods-offer-details-row{margin-top:auto!important;padding-top:10px!important;border-top:1px solid rgba(var(--osp-muted-rgb),.1)!important}
.od-specials .ods-offer-details-link{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.45)!important;background:none!important;border:none!important;cursor:pointer!important;padding:0!important;transition:color .2s!important}
.od-specials .ods-offer-details-link:hover{color:var(--osp-accent)!important}
.od-specials .ods-fn-num{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;color:rgba(var(--osp-muted-rgb),.4)!important;background:none!important;border:none!important;cursor:pointer!important;padding:0!important;vertical-align:super!important;transition:color .2s!important}
.od-specials .ods-fn-num:hover{color:var(--osp-accent)!important}
.od-specials .ods-fn-icon{font-size:10px!important;opacity:.6!important}
.od-specials .ods-cash-lines{display:flex!important;flex-direction:column!important;gap:4px!important;margin-bottom:4px!important}
.od-specials .ods-cash-line{display:flex!important;align-items:baseline!important;gap:6px!important}
.od-specials .ods-cash-amt{font-family:'Roboto',sans-serif!important;font-size:22px!important;font-weight:900!important;color:var(--osp-on-surface)!important}
.od-specials .ods-cash-type{font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.6)!important}
.od-specials .ods-offer-tile.sm .ods-cash-lines{gap:2px!important;width:100%!important}
.od-specials .ods-offer-tile.sm .ods-cash-line{justify-content:flex-end!important}
.od-specials .ods-offer-tile.sm .ods-cash-amt{font-size:14px!important}
.od-specials .ods-offer-tile.sm .ods-cash-type{font-size:8px!important}
.od-specials .ods-cta{font-family:'Roboto',sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;padding:13px 28px!important;text-decoration:none!important;transition:all .25s!important;cursor:pointer!important;border:none!important;text-align:center!important;display:block!important}
.od-specials .ods-cta.primary{color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;border:2px solid var(--osp-accent)!important}
.od-specials .ods-cta.primary:hover{box-shadow:0 0 22px rgba(var(--osp-accent-mid-rgb),.45)!important}
.od-specials .ods-cta.ghost{color:var(--osp-accent)!important;background:transparent!important;border:2px solid rgba(var(--osp-muted-rgb),.35)!important}
.od-specials .ods-cta.ghost:hover{border-color:var(--osp-accent-mid)!important;color:var(--osp-on-surface)!important}
.od-specials .ods-grid-wrap{padding:28px 72px 0!important}
.od-specials .ods-card-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important}
.od-specials .ods-offer-card{background:linear-gradient(160deg,var(--osp-surface),var(--osp-bg-3))!important;border:1px solid rgba(var(--osp-muted-rgb),.13)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;transition:transform .28s,border-color .28s,box-shadow .28s!important}
.od-specials .ods-offer-card:hover{transform:translateY(-4px)!important;border-color:rgba(var(--osp-muted-rgb),.38)!important;box-shadow:0 14px 44px rgba(0,0,0,.5),0 0 26px rgba(var(--osp-accent-mid-rgb),.07)!important}
.od-specials .ods-card-img{height:160px!important;background:linear-gradient(135deg,var(--osp-surface),var(--osp-bg-4))!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;flex-shrink:0!important;overflow:hidden!important}
.od-specials .ods-card-img::after{content:''!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;height:30px!important;background:linear-gradient(0deg,var(--osp-bg-3),transparent)!important}
.od-specials .ods-card-img img{width:100%!important;height:100%!important;object-fit:cover!important}
.od-specials .ods-card-img-ph{font-family:'Roboto',sans-serif!important;font-size:8px!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.12)!important}
.od-specials .ods-card-model{padding:9px 13px 0!important}
.od-specials .ods-card-name{font-family:'Roboto',sans-serif!important;font-size:22px!important;font-weight:900!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;line-height:1!important}
.od-specials .ods-card-year{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.65)!important;margin-top:2px!important}
.od-specials .ods-card-offers{padding:8px 13px!important;display:flex!important;flex-direction:column!important;gap:4px!important;flex:1!important}
.od-specials .ods-offer-tile.sm{padding:6px 9px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:2px!important;background:rgba(255,255,255,.03)!important;align-content:flex-start!important}
.od-specials .ods-tile-price.sm{min-height:60px!important}
.od-specials .ods-tile-savings.sm{min-height:60px!important}
.od-specials .ods-tile-bonus.sm{min-height:130px!important}
.od-specials .ods-tile-apr.sm{min-height:70px!important}
.od-specials .ods-tile-lease.sm{min-height:70px!important}
.od-specials .ods-offer-tile.sm .ods-offer-lbl{font-size:9px!important;margin-bottom:0!important;flex-shrink:0!important}
.od-specials .ods-offer-tile.sm .ods-offer-val{font-size:18px!important;text-align:right!important}
.od-specials .ods-offer-tile.sm .ods-offer-quote{font-size:9px!important;padding:6px 10px!important;letter-spacing:1px!important;margin:0!important}
.od-specials .ods-offer-tile.sm .ods-offer-na{font-size:14px!important;text-align:right!important}
.od-specials .ods-offer-tile.sm .ods-sm{font-size:12px!important}
.od-specials .ods-offer-tile.sm .ods-offer-sub{font-size:9px!important;width:100%!important;text-align:right!important;margin-top:0!important}
.od-specials .ods-offer-tile.sm .ods-offer-details-row{width:100%!important;text-align:right!important;margin-top:2px!important}
.od-specials .ods-offer-tile.sm .ods-offer-details-link{font-size:8px!important}
.od-specials .ods-offer-tile.sm .ods-fn-num{font-size:8px!important}
.od-specials .ods-card-ctas{padding:0 13px 12px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}
.od-specials .ods-c-cta{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;text-align:center!important;padding:9px 4px!important;text-decoration:none!important;display:block!important;transition:all .22s!important;cursor:pointer!important}
.od-specials .ods-c-cta.details{color:var(--osp-accent)!important;border:1px solid rgba(var(--osp-muted-rgb),.32)!important;background:transparent!important}
.od-specials .ods-c-cta.details:hover{border-color:var(--osp-accent-mid)!important;color:var(--osp-on-surface)!important}
.od-specials .ods-c-cta.shop{color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;border:1px solid var(--osp-accent)!important}
.od-specials .ods-c-cta.shop:hover{box-shadow:0 0 14px rgba(var(--osp-accent-mid-rgb),.45)!important}
.od-specials .ods-empty-state{grid-column:1 / -1!important;padding:40px!important;text-align:center!important;font-family:'Roboto',sans-serif!important;font-size:12px!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.35)!important}
.od-specials .ods-disclaimer{margin:28px 72px 36px!important;padding:16px 20px!important;border:1px solid rgba(var(--osp-muted-rgb),.07)!important;border-top:2px solid rgba(var(--osp-muted-rgb),.1)!important;font-family:'Roboto',sans-serif!important;font-size:12px!important;color:rgba(var(--osp-muted-rgb),.5)!important;line-height:1.7!important}
.od-specials .ods-disclaimer strong{color:rgba(var(--osp-muted-rgb),.75)!important;font-weight:600!important}
.od-specials ~ .ods-disc-popup-backdrop,.ods-disc-popup-backdrop{position:fixed!important;inset:0!important;z-index:1001!important;background:rgba(var(--osp-bg-rgb),.92)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:20px!important}
.ods-disc-popup-box{max-width:520px!important;background:linear-gradient(160deg,var(--osp-surface-2),var(--osp-bg-3))!important;border:1px solid rgba(var(--osp-muted-rgb),.28)!important;border-top:3px solid var(--osp-accent-mid)!important;padding:28px 28px 24px!important;position:relative!important}
.ods-disc-popup-close{position:absolute!important;top:12px!important;right:16px!important;background:none!important;border:none!important;color:rgba(var(--osp-muted-rgb),.45)!important;font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;cursor:pointer!important}
.ods-disc-popup-close:hover{color:var(--osp-accent)!important}
.ods-disc-popup-label{font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-accent-deep)!important;margin-bottom:14px!important}
.ods-disc-popup-text{font-family:'Roboto',sans-serif!important;font-size:11px!important;color:rgba(var(--osp-muted-rgb),.65)!important;line-height:1.8!important}
.od-specials .ods-modal-backdrop{position:fixed!important;inset:0!important;z-index:100000!important;background:rgba(0,0,0,.75)!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:24px 20px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;transition:opacity .25s!important}
.od-specials .ods-modal-backdrop.open{opacity:1!important;pointer-events:all!important}
.od-specials .ods-modal-box{position:relative!important;width:100%!important;max-width:620px!important;max-height:calc(100vh - 48px)!important;overflow-y:auto!important;margin:0!important;background:linear-gradient(170deg,var(--osp-surface-2) 0%,var(--osp-bg-3) 100%)!important;border:1.5px solid rgba(var(--osp-accent-deep-rgb),.35)!important;border-radius:12px!important;box-shadow:0 20px 60px rgba(0,0,0,.5)!important;padding:36px 32px!important;color:var(--osp-text)!important;transform:translateY(18px)!important;transition:transform .28s!important;scroll-padding-top:140px!important; scrollbar-width:thin!important;scrollbar-color:rgba(var(--osp-muted-rgb),.4) rgba(var(--osp-bg-rgb),.4)!important}
.od-specials .ods-modal-box::-webkit-scrollbar{width:8px!important}
.od-specials .ods-modal-box::-webkit-scrollbar-track{background:rgba(var(--osp-bg-rgb),.4)!important;border-radius:0 12px 12px 0!important}
.od-specials .ods-modal-box::-webkit-scrollbar-thumb{background:rgba(var(--osp-muted-rgb),.4)!important;border-radius:4px!important}
.od-specials .ods-modal-box::-webkit-scrollbar-thumb:hover{background:rgba(var(--osp-muted-rgb),.65)!important}
.od-specials .ods-modal-box input,.od-specials .ods-modal-box select,.od-specials .ods-modal-box textarea{scroll-margin-top:140px!important}
.od-specials .ods-modal-box .od-form-disclaimer,.od-specials .ods-modal-box .od-form-disclaimer p,.od-specials .ods-modal-box .od-form-disclaimer a{color:rgba(var(--osp-text-rgb),.55)!important}
.od-specials .ods-modal-backdrop.open .ods-modal-box{transform:translateY(0)!important}
.od-specials .ods-modal-close{position:sticky!important;top:0!important;float:right!important;margin:-20px -16px 0 0!important;z-index:5!important;cursor:pointer!important;font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;line-height:1!important;color:rgba(var(--osp-text-rgb),.55)!important;background:rgba(var(--osp-surface-2-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;border-radius:4px!important;padding:9px 14px!important;transition:color .2s,background .2s,border-color .2s!important}
.od-specials .ods-modal-close:hover{color:var(--osp-accent)!important;background:rgba(var(--osp-surface-2-rgb),1)!important;border-color:rgba(var(--osp-muted-rgb),.5)!important}
.od-specials .ods-modal-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;margin-bottom:14px!important;font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(90deg,var(--osp-accent),var(--osp-accent-mid))!important;padding:5px 14px!important;border-radius:4px!important}
.od-specials .ods-modal-model{font-family:'Roboto',sans-serif!important;font-size:26px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:var(--osp-text)!important;line-height:1.1!important;margin-bottom:4px!important}
.od-specials .ods-modal-sub{font-family:'Roboto',sans-serif!important;font-size:13px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important;color:rgba(var(--osp-text-rgb),.6)!important;line-height:1.5!important;margin-bottom:22px!important}
.od-specials .ods-modal-offer-strip{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:6px!important;margin-bottom:20px!important}
.od-specials .ods-mos{padding:8px 8px!important;background:rgba(var(--osp-bg-rgb),.6)!important;border-left:2px solid transparent!important}
.od-specials .ods-mos-price{border-left-color:rgba(var(--osp-muted-rgb),.3)!important}
.od-specials .ods-mos-savings{border-left-color:var(--osp-accent-deep)!important}
.od-specials .ods-mos-bonus{border-left-color:var(--osp-accent)!important}
.od-specials .ods-mos-apr{border-left-color:var(--osp-apr)!important}
.od-specials .ods-mos-lease{border-left-color:var(--osp-lease)!important}
.od-specials .ods-mos-lbl{font-family:'Roboto',sans-serif!important;font-size:8px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.65)!important;margin-bottom:3px!important}
.od-specials .ods-mos-val{font-family:'Roboto',sans-serif!important;font-size:18px!important;font-weight:900!important;color:var(--osp-on-surface)!important;line-height:1!important}
.od-specials .ods-mos-val .s{font-size:11px!important;color:rgba(var(--osp-text-rgb),.65)!important}
.od-specials .ods-mos-term{font-family:'Roboto',sans-serif!important;font-size:9px!important;color:rgba(var(--osp-muted-rgb),.6)!important;margin-top:1px!important}
.od-specials .ods-mos-bonus .ods-mos-val{font-size:13px!important;font-weight:900!important;line-height:1.25!important;display:flex!important;flex-direction:column!important;gap:3px!important;margin-top:2px!important}
.od-specials .ods-modal-cash-line{display:flex!important;flex-direction:column!important;align-items:flex-start!important;line-height:1.1!important}
.od-specials .ods-modal-cash-amt{font-family:'Roboto',sans-serif!important;font-size:13px!important;font-weight:900!important;color:var(--osp-on-surface)!important}
.od-specials .ods-modal-cash-type{font-family:'Roboto',sans-serif!important;font-size:7.5px!important;font-weight:700!important;letter-spacing:1.2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.7)!important;margin-top:1px!important}
.od-specials .ods-mf-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-bottom:12px!important}
.od-specials .ods-mf-group{display:flex!important;flex-direction:column!important;gap:5px!important}
.od-specials .ods-mf-label{font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.75)!important}
.od-specials .ods-mf-input,.od-specials .ods-mf-select{font-family:'Roboto',sans-serif!important;font-size:16px!important;padding:11px 13px!important;background:rgba(var(--osp-bg-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;color:var(--osp-accent)!important;outline:none!important;transition:border-color .22s!important;-webkit-appearance:none!important;appearance:none!important;color-scheme:dark!important;width:100%!important}
.od-specials .ods-mf-input:focus,.od-specials .ods-mf-select:focus{border-color:var(--osp-accent-mid)!important}
.od-specials .ods-mf-input::placeholder{color:rgba(var(--osp-muted-rgb),.28)!important}
.od-specials .ods-mf-input:-webkit-autofill,.od-specials .ods-mf-input:-webkit-autofill:hover,.od-specials .ods-mf-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px rgba(var(--osp-bg-rgb),.95) inset!important;-webkit-text-fill-color:var(--osp-accent)!important;caret-color:var(--osp-accent)!important;border-color:var(--osp-accent-mid)!important;transition:background-color 5000s ease-in-out 0s!important}
.od-specials .ods-mf-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 13px center!important;padding-right:36px!important;background-color:rgba(var(--osp-bg-rgb),.85)!important;cursor:pointer!important}
.od-specials .ods-mf-select option{background:var(--osp-bg)!important;color:var(--osp-accent)!important}
.od-specials .ods-mf-submit{width:100%!important;font-family:'Roboto',sans-serif!important;font-size:13px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;border:2px solid var(--osp-accent)!important;padding:14px!important;cursor:pointer!important;transition:box-shadow .25s!important;margin-top:14px!important}
.od-specials .ods-mf-submit:hover{box-shadow:0 0 24px rgba(var(--osp-accent-mid-rgb),.45)!important}
.od-specials .ods-mf-disc{font-family:'Roboto',sans-serif!important;font-size:12px!important;color:rgba(var(--osp-muted-rgb),.4)!important;margin-top:8px!important;text-align:center!important;line-height:1.55!important}
.od-specials .ods-modal-form.hide{display:none!important}
.od-specials .ods-modal-success{display:none!important;text-align:center!important;padding:20px 10px!important}
.od-specials .ods-modal-success.show{display:block!important}
.od-specials .ods-success-icon{font-size:40px!important;margin-bottom:14px!important;line-height:1!important;color:var(--osp-accent)!important}
.od-specials .ods-success-title{font-family:'Roboto',sans-serif!important;font-size:20px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;margin-bottom:8px!important}
.od-specials .ods-success-sub{font-family:'Roboto',sans-serif!important;font-size:15px!important;color:rgba(var(--osp-muted-rgb),.75)!important;line-height:1.65!important;margin-bottom:20px!important}
.od-specials .ods-success-sub strong{color:var(--osp-accent)!important}
.od-specials .ods-success-close{font-family:'Roboto',sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid))!important;border:none!important;padding:12px 32px!important;cursor:pointer!important}
.od-specials .ods-seo-fallback{padding:48px 72px!important}
.od-specials .ods-seo-fallback h2{font-family:'Roboto',sans-serif!important;font-size:28px!important;font-weight:900!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;margin-bottom:16px!important}
.od-specials .ods-seo-fallback h3{font-family:'Roboto',sans-serif!important;font-size:18px!important;font-weight:700!important;text-transform:uppercase!important;color:var(--osp-accent)!important;margin:24px 0 8px!important}
.od-specials .ods-seo-fallback p{font-family:'Roboto',sans-serif!important;font-size:14px!important;color:rgba(var(--osp-muted-rgb),.65)!important;line-height:1.7!important;max-width:800px!important}
.od-specials .ods-spotlight-header{margin-bottom:20px!important}
.od-specials .ods-card-model{padding:9px 13px 6px!important}
.od-specials .ods-offer-quote{display:inline-block!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;color:var(--osp-on-accent)!important;border:1px solid var(--osp-accent)!important;font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;padding:9px 16px!important;cursor:pointer!important;margin:4px 0!important;transition:box-shadow .25s,border-color .25s!important;align-self:flex-start!important;line-height:1!important}
.od-specials .ods-offer-quote:hover{box-shadow:0 0 16px rgba(var(--osp-accent-mid-rgb),.45)!important;border-color:var(--osp-accent-mid)!important;color:var(--osp-on-accent)!important}

/* ── MOBILE OVERRIDES (≤980px) ── */
@media (max-width:980px){
.od-specials .ods-desktop-only{display:none!important}
.od-specials .ods-hero{background:var(--osp-bg)!important;padding:36px 20px 32px!important;position:relative!important;overflow:hidden!important}
.od-specials .ods-hero::before{content:''!important;position:absolute!important;inset:0!important;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(var(--osp-muted-rgb),.06),transparent 65%)!important;pointer-events:none!important}
.od-specials .ods-hero::after{content:''!important;position:absolute!important;bottom:0!important;left:50%!important;transform:translateX(-50%)!important;width:90%!important;height:2px!important;background:linear-gradient(90deg,transparent 0%,rgba(var(--osp-accent-deep-rgb),.15) 15%,var(--osp-accent-mid) 50%,rgba(var(--osp-accent-deep-rgb),.15) 85%,transparent 100%)!important}
.od-specials .ods-hero-inner{position:relative!important;z-index:1!important;display:flex!important;flex-direction:column!important;gap:24px!important}
.od-specials .ods-hero-eyebrow{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-accent)!important;margin-bottom:8px!important}
.od-specials .ods-hero-title{font-family:'Roboto',sans-serif!important;font-size:32px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:1px!important;color:var(--osp-on-surface)!important;line-height:1!important;margin-bottom:8px!important}
.od-specials .ods-hero-title span{color:var(--osp-accent)!important}
.od-specials .ods-hero-sub{font-family:'Roboto',sans-serif!important;font-size:13px!important;font-weight:400!important;color:rgba(var(--osp-muted-rgb),.7)!important;line-height:1.6!important}
.od-specials .ods-hero-stats{display:flex!important;gap:24px!important}
.od-specials .ods-hero-stat-num{font-family:'Roboto',sans-serif!important;font-size:24px!important;font-weight:900!important;color:var(--osp-accent)!important;line-height:1!important}
.od-specials .ods-hero-stat-lbl{font-family:'Roboto',sans-serif!important;font-size:8px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.55)!important;margin-top:3px!important}
.od-specials .ods-filter-panel{background:var(--osp-bg-4)!important;border-bottom:1px solid rgba(var(--osp-muted-rgb),.12)!important;padding:12px 16px!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;position:sticky!important;top:0!important;z-index:20!important}
.od-specials .ods-filter-group{display:flex!important;flex-direction:column!important;gap:4px!important;flex:1 1 calc(50% - 10px)!important;min-width:130px!important}
.od-specials .ods-filter-lbl{font-family:'Roboto',sans-serif!important;font-size:8px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.5)!important}
.od-specials .ods-filter-select{font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:10px 32px 10px 12px!important;background:rgba(var(--osp-bg-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.25)!important;color:var(--osp-accent)!important;outline:none!important;appearance:none!important;-webkit-appearance:none!important;color-scheme:dark!important;width:100%!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 11px center!important}
.od-specials .ods-filter-select:disabled{opacity:.4!important}
.od-specials .ods-filter-select option{background:var(--osp-bg)!important;color:var(--osp-accent)!important;text-transform:none!important}
.od-specials .ods-filter-div{display:none!important}
.od-specials .ods-filter-right{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding-top:4px!important;border-top:1px solid rgba(var(--osp-muted-rgb),.08)!important}
.od-specials .ods-results-count{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.5)!important}
.od-specials .ods-results-count span{color:var(--osp-accent)!important}
.od-specials .ods-sort-select{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:8px 28px 8px 10px!important;background:rgba(var(--osp-bg-rgb),.8)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;color:var(--osp-accent)!important;outline:none!important;appearance:none!important;-webkit-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important}
.od-specials .ods-spotlight-label,.od-specials .ods-grid-label{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important}
.od-specials .ods-spotlight-label-text,.od-specials .ods-grid-label-text{font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.55)!important;white-space:nowrap!important}
.od-specials .ods-spotlight-label-line,.od-specials .ods-grid-label-line{flex:1!important;height:1px!important;background:rgba(var(--osp-muted-rgb),.1)!important}
.od-specials .ods-spotlight-wrap{padding:20px 16px 0!important}
.od-specials .ods-spotlight-card{background:linear-gradient(135deg,var(--osp-surface-2) 0%,var(--osp-bg-2) 50%,var(--osp-surface-2) 100%)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;border-top:3px solid var(--osp-accent-mid)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;position:relative!important}
.od-specials .ods-spotlight-tag{position:absolute!important;top:10px!important;right:12px!important;font-family:'Roboto',sans-serif!important;font-size:8px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:var(--osp-accent-mid)!important;padding:3px 10px!important;z-index:2!important}
.od-specials .ods-spotlight-left{display:flex!important;flex-direction:column!important}
.od-specials .ods-spotlight-img{height:260px!important;background:linear-gradient(135deg,var(--osp-surface),var(--osp-bg-4))!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.od-specials .ods-spotlight-img img{width:100%!important;height:100%!important;object-fit:cover!important}
.od-specials .ods-spotlight-ctas{padding:12px 16px!important;display:flex!important;flex-direction:column!important;gap:8px!important;background:rgba(var(--osp-bg-rgb),.3)!important}
.od-specials .ods-spotlight-trims{display:none!important}
.od-specials .ods-trim-chip{font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.6)!important;background:transparent!important;border:1px solid rgba(var(--osp-muted-rgb),.2)!important;padding:8px 12px!important;cursor:pointer!important;transition:all .2s!important;margin:0 -1px -1px 0!important}
.od-specials .ods-trim-chip.active{color:var(--osp-accent)!important;border-color:var(--osp-accent-mid)!important;background:rgba(var(--osp-muted-rgb),.08)!important;z-index:2!important;position:relative!important}
.od-specials .ods-card-trim-wrap{padding:0 14px 4px!important}
.od-specials .ods-card-trim-select{font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:9px 32px 9px 12px!important;background:rgba(var(--osp-bg-rgb),.7)!important;border:1px solid rgba(var(--osp-muted-rgb),.25)!important;color:var(--osp-accent)!important;outline:none!important;appearance:none!important;-webkit-appearance:none!important;color-scheme:dark!important;width:100%!important;border-radius:0!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important}
.od-specials .ods-card-trim-select option{background:var(--osp-bg)!important;color:var(--osp-accent)!important;text-transform:none!important}
.od-specials .ods-spotlight-mob-trim{display:block!important;padding:0 0 4px!important}
.od-specials .ods-spotlight-ctas-bottom{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding-top:8px!important}
.od-specials .ods-spotlight-name{font-family:'Roboto',sans-serif!important;font-size:24px!important;font-weight:900!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;letter-spacing:1px!important;line-height:1.1!important;margin-bottom:4px!important}
.od-specials .ods-spotlight-right{padding:12px 14px 14px!important}
.od-specials .ods-spotlight-offers{display:flex!important;flex-direction:column!important;gap:4px!important}
.od-specials .ods-offer-tile{padding:10px 12px!important;background:rgba(var(--osp-bg-rgb),.5)!important;border-left:2px solid transparent!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:2px!important}
.od-specials .ods-tile-price{border-left-color:rgba(var(--osp-muted-rgb),.35)!important}
.od-specials .ods-tile-savings{border-left-color:var(--osp-accent-deep)!important}
.od-specials .ods-tile-bonus{border-left-color:var(--osp-accent)!important}
.od-specials .ods-tile-apr{border-left-color:var(--osp-apr)!important}
.od-specials .ods-tile-lease{border-left-color:var(--osp-lease)!important}
.od-specials .ods-offer-lbl{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.7)!important;margin-bottom:0!important;flex-shrink:0!important}
.od-specials .ods-offer-val{font-family:'Roboto',sans-serif!important;font-size:22px!important;font-weight:900!important;color:var(--osp-on-surface)!important;line-height:1!important;text-align:right!important}
.od-specials .ods-offer-na{font-family:'Roboto',sans-serif!important;font-size:16px!important;font-weight:700!important;color:rgba(var(--osp-muted-rgb),.35)!important;text-align:right!important}
.od-specials .ods-sm{font-size:13px!important;font-weight:600!important;color:rgba(var(--osp-text-rgb),.65)!important}
.od-specials .ods-offer-sub{font-family:'Roboto',sans-serif!important;font-size:9px!important;color:rgba(var(--osp-muted-rgb),.55)!important;width:100%!important;text-align:right!important;margin-top:0!important}
.od-specials .ods-offer-details-row{width:100%!important;text-align:right!important;margin-top:8px!important;padding-top:6px!important;border-top:1px solid rgba(var(--osp-muted-rgb),.1)!important}
.od-specials .ods-offer-details-link{font-family:'Roboto',sans-serif!important;font-size:8px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.45)!important;background:none!important;border:none!important;cursor:pointer!important;padding:0!important}
.od-specials .ods-fn-num{font-size:8px!important;font-weight:700!important;color:rgba(var(--osp-muted-rgb),.4)!important;background:none!important;border:none!important;cursor:pointer!important;padding:0!important;vertical-align:super!important}
.od-specials .ods-fn-icon{font-size:9px!important;opacity:.6!important}
.od-specials .ods-cash-lines{display:flex!important;flex-direction:column!important;gap:3px!important;width:100%!important}
.od-specials .ods-cash-line{display:flex!important;align-items:baseline!important;gap:6px!important;justify-content:flex-end!important}
.od-specials .ods-cash-amt{font-family:'Roboto',sans-serif!important;font-size:16px!important;font-weight:900!important;color:var(--osp-on-surface)!important}
.od-specials .ods-cash-type{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.6)!important}
.od-specials .ods-offer-tile.sm .ods-cash-amt{font-size:14px!important}
.od-specials .ods-offer-tile.sm .ods-cash-type{font-size:8px!important}
.od-specials .ods-cta{font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;padding:13px 20px!important;text-decoration:none!important;text-align:center!important;display:block!important;cursor:pointer!important;border:none!important}
.od-specials .ods-cta.primary{color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;border:2px solid var(--osp-accent)!important}
.od-specials .ods-cta.ghost{color:var(--osp-accent)!important;background:transparent!important;border:2px solid rgba(var(--osp-muted-rgb),.35)!important}
.od-specials .ods-grid-wrap{padding:20px 16px 0!important}
.od-specials .ods-card-grid{display:flex!important;flex-direction:column!important;gap:10px!important}
.od-specials .ods-offer-card{background:linear-gradient(160deg,var(--osp-surface),var(--osp-bg-3))!important;border:1px solid rgba(var(--osp-muted-rgb),.13)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}
.od-specials .ods-card-img{height:180px!important;background:linear-gradient(135deg,var(--osp-surface),var(--osp-bg-4))!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important}
.od-specials .ods-card-img::after{content:''!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;height:30px!important;background:linear-gradient(0deg,var(--osp-bg-3),transparent)!important}
.od-specials .ods-card-img img{width:100%!important;height:100%!important;object-fit:cover!important}
.od-specials .ods-card-model{padding:10px 14px 0!important}
.od-specials .ods-card-name{font-family:'Roboto',sans-serif!important;font-size:24px!important;font-weight:900!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;line-height:1!important}
.od-specials .ods-card-year{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.65)!important;margin-top:3px!important}
.od-specials .ods-card-offers{padding:8px 14px!important;display:flex!important;flex-direction:column!important;gap:4px!important}
.od-specials .ods-offer-tile.sm{padding:8px 12px!important}
.od-specials .ods-offer-tile.sm .ods-offer-val{font-size:20px!important}
.od-specials .ods-offer-tile.sm .ods-offer-na{font-size:14px!important}
.od-specials .ods-offer-tile.sm .ods-sm{font-size:12px!important}
.od-specials .ods-card-ctas{padding:0 14px 14px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
.od-specials .ods-c-cta{font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;text-align:center!important;padding:12px 8px!important;text-decoration:none!important;display:block!important;cursor:pointer!important}
.od-specials .ods-c-cta.details{color:var(--osp-accent)!important;border:1px solid rgba(var(--osp-muted-rgb),.32)!important;background:transparent!important}
.od-specials .ods-c-cta.shop{color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;border:1px solid var(--osp-accent)!important}
.od-specials .ods-empty-state{padding:32px 16px!important;text-align:center!important;font-family:'Roboto',sans-serif!important;font-size:11px!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.35)!important}
.od-specials .ods-disclaimer{margin:20px 16px 28px!important;padding:14px 16px!important;border:1px solid rgba(var(--osp-muted-rgb),.07)!important;border-top:2px solid rgba(var(--osp-muted-rgb),.1)!important;font-family:'Roboto',sans-serif!important;font-size:11px!important;color:rgba(var(--osp-muted-rgb),.5)!important;line-height:1.7!important}
.od-specials .ods-disclaimer strong{color:rgba(var(--osp-muted-rgb),.75)!important;font-weight:600!important}
.ods-disc-popup-backdrop{position:fixed!important;inset:0!important;z-index:1001!important;background:rgba(var(--osp-bg-rgb),.92)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important}
.ods-disc-popup-box{max-width:100%!important;background:linear-gradient(160deg,var(--osp-surface-2),var(--osp-bg-3))!important;border:1px solid rgba(var(--osp-muted-rgb),.28)!important;border-top:3px solid var(--osp-accent-mid)!important;padding:24px 20px 20px!important;position:relative!important}
.ods-disc-popup-close{position:absolute!important;top:10px!important;right:12px!important;background:none!important;border:none!important;color:rgba(var(--osp-muted-rgb),.45)!important;font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;cursor:pointer!important}
.ods-disc-popup-label{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-accent-deep)!important;margin-bottom:12px!important}
.ods-disc-popup-text{font-family:'Roboto',sans-serif!important;font-size:11px!important;color:rgba(var(--osp-muted-rgb),.65)!important;line-height:1.8!important}
.od-specials .ods-modal-backdrop{position:fixed!important;inset:0!important;z-index:100000!important;background:rgba(0,0,0,.75)!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:16px 12px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;transition:opacity .25s!important}
.od-specials .ods-modal-backdrop.open{opacity:1!important;pointer-events:all!important}
.od-specials .ods-modal-box{position:relative!important;width:100%!important;max-height:calc(100vh - 32px)!important;overflow-y:auto!important;margin:0!important;background:linear-gradient(170deg,var(--osp-surface-2) 0%,var(--osp-bg-3) 100%)!important;border:1.5px solid rgba(var(--osp-accent-deep-rgb),.35)!important;border-radius:12px!important;box-shadow:0 20px 60px rgba(0,0,0,.5)!important;padding:28px 20px 22px!important;color:var(--osp-text)!important;scrollbar-width:thin!important;scrollbar-color:rgba(var(--osp-muted-rgb),.4) rgba(var(--osp-bg-rgb),.4)!important}
.od-specials .ods-modal-box::-webkit-scrollbar{width:6px!important}
.od-specials .ods-modal-box::-webkit-scrollbar-track{background:rgba(var(--osp-bg-rgb),.4)!important}
.od-specials .ods-modal-box::-webkit-scrollbar-thumb{background:rgba(var(--osp-muted-rgb),.4)!important;border-radius:3px!important}
.od-specials .ods-modal-box .od-form-disclaimer,.od-specials .ods-modal-box .od-form-disclaimer p,.od-specials .ods-modal-box .od-form-disclaimer a{color:rgba(var(--osp-text-rgb),.55)!important}
.od-specials .ods-modal-close{position:sticky!important;top:0!important;float:right!important;margin:-16px -10px 0 0!important;z-index:5!important;cursor:pointer!important;font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;line-height:1!important;color:rgba(var(--osp-text-rgb),.55)!important;background:rgba(var(--osp-surface-2-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;border-radius:4px!important;padding:8px 12px!important}
.od-specials .ods-modal-badge{display:inline-flex!important;margin-bottom:12px!important;font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(90deg,var(--osp-accent),var(--osp-accent-mid))!important;padding:4px 12px!important;border-radius:4px!important}
.od-specials .ods-modal-model{font-family:'Roboto',sans-serif!important;font-size:22px!important;font-weight:900!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;line-height:1!important;margin-bottom:2px!important}
.od-specials .ods-modal-sub{font-family:'Roboto',sans-serif!important;font-size:8px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.6)!important;margin-bottom:14px!important}
.od-specials .ods-modal-offer-strip{display:flex!important;flex-direction:column!important;gap:4px!important;margin-bottom:16px!important}
.od-specials .ods-mos{padding:8px 12px!important;background:rgba(var(--osp-bg-rgb),.6)!important;border-left:2px solid transparent!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
.od-specials .ods-mos-price{border-left-color:rgba(var(--osp-muted-rgb),.3)!important}
.od-specials .ods-mos-savings{border-left-color:var(--osp-accent-deep)!important}
.od-specials .ods-mos-bonus{border-left-color:var(--osp-accent)!important}
.od-specials .ods-mos-apr{border-left-color:var(--osp-apr)!important}
.od-specials .ods-mos-lease{border-left-color:var(--osp-lease)!important}
.od-specials .ods-mos-lbl{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.65)!important}
.od-specials .ods-mos-val{font-family:'Roboto',sans-serif!important;font-size:18px!important;font-weight:900!important;color:var(--osp-on-surface)!important;line-height:1!important}
.od-specials .ods-mos-val .s{font-size:11px!important;color:rgba(var(--osp-text-rgb),.65)!important}
.od-specials .ods-mos-term{font-family:'Roboto',sans-serif!important;font-size:9px!important;color:rgba(var(--osp-muted-rgb),.6)!important}
.od-specials .ods-mos-bonus .ods-mos-val{font-size:12px!important;font-weight:900!important;line-height:1.2!important;display:flex!important;flex-direction:column!important;gap:3px!important;margin-top:2px!important}
.od-specials .ods-modal-cash-line{display:flex!important;flex-direction:column!important;align-items:flex-start!important;line-height:1.1!important}
.od-specials .ods-modal-cash-amt{font-family:'Roboto',sans-serif!important;font-size:12px!important;font-weight:900!important;color:var(--osp-on-surface)!important}
.od-specials .ods-modal-cash-type{font-family:'Roboto',sans-serif!important;font-size:7px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.7)!important;margin-top:1px!important}
.od-specials .ods-mf-row{display:flex!important;flex-direction:column!important;gap:12px!important;margin-bottom:12px!important}
.od-specials .ods-mf-group{display:flex!important;flex-direction:column!important;gap:5px!important}
.od-specials .ods-mf-label{font-family:'Roboto',sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.75)!important}
.od-specials .ods-mf-input,.od-specials .ods-mf-select{font-family:'Roboto',sans-serif!important;font-size:16px!important;padding:12px 13px!important;background:rgba(var(--osp-bg-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;color:var(--osp-accent)!important;outline:none!important;-webkit-appearance:none!important;appearance:none!important;color-scheme:dark!important;width:100%!important;border-radius:0!important}
.od-specials .ods-mf-input:focus,.od-specials .ods-mf-select:focus{border-color:var(--osp-accent-mid)!important}
.od-specials .ods-mf-input::placeholder{color:rgba(var(--osp-muted-rgb),.28)!important}
.od-specials .ods-mf-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 13px center!important;padding-right:36px!important;background-color:rgba(var(--osp-bg-rgb),.85)!important}
.od-specials .ods-mf-select option{background:var(--osp-bg)!important;color:var(--osp-accent)!important}
.od-specials .ods-mf-submit{width:100%!important;font-family:'Roboto',sans-serif!important;font-size:13px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;border:2px solid var(--osp-accent)!important;padding:14px!important;cursor:pointer!important;margin-top:14px!important}
.od-specials .ods-mf-disc{font-family:'Roboto',sans-serif!important;font-size:11px!important;color:rgba(var(--osp-muted-rgb),.4)!important;margin-top:8px!important;text-align:center!important;line-height:1.55!important}
.od-specials .ods-modal-form.hide{display:none!important}
.od-specials .ods-modal-success{display:none!important;text-align:center!important;padding:16px 8px!important}
.od-specials .ods-modal-success.show{display:block!important}
.od-specials .ods-success-icon{font-size:36px!important;margin-bottom:12px!important;color:var(--osp-accent)!important}
.od-specials .ods-success-title{font-family:'Roboto',sans-serif!important;font-size:18px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;margin-bottom:8px!important}
.od-specials .ods-success-sub{font-family:'Roboto',sans-serif!important;font-size:14px!important;color:rgba(var(--osp-muted-rgb),.75)!important;line-height:1.6!important;margin-bottom:18px!important}
.od-specials .ods-success-sub strong{color:var(--osp-accent)!important}
.od-specials .ods-success-close{font-family:'Roboto',sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid))!important;border:none!important;padding:12px 28px!important;cursor:pointer!important}
.od-specials .ods-seo-fallback{padding:32px 16px!important}
.od-specials .ods-seo-fallback h2{font-family:'Roboto',sans-serif!important;font-size:22px!important;font-weight:900!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;margin-bottom:12px!important}
.od-specials .ods-seo-fallback h3{font-family:'Roboto',sans-serif!important;font-size:16px!important;font-weight:700!important;text-transform:uppercase!important;color:var(--osp-accent)!important;margin:20px 0 6px!important}
.od-specials .ods-seo-fallback p{font-family:'Roboto',sans-serif!important;font-size:13px!important;color:rgba(var(--osp-muted-rgb),.6)!important;line-height:1.65!important}
.od-specials .ods-spotlight-header{margin-bottom:18px!important}
.od-specials .ods-card-model{padding:9px 13px 6px!important}
.od-specials .ods-offer-quote{display:inline-block!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;color:var(--osp-on-accent)!important;border:1px solid var(--osp-accent)!important;font-family:'Roboto',sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:1.2px!important;text-transform:uppercase!important;padding:8px 14px!important;cursor:pointer!important;margin:0 0 0 auto!important;transition:box-shadow .25s,border-color .25s!important;line-height:1!important}
.od-specials .ods-offer-quote:hover,.od-specials .ods-offer-quote:active{box-shadow:0 0 12px rgba(var(--osp-accent-mid-rgb),.45)!important;border-color:var(--osp-accent-mid)!important;color:var(--osp-on-accent)!important}

/* mobile: center per-offer CTA tiles (desktop unchanged) */.od-specials .ods-offer-tile:has(.ods-offer-quote){flex-direction:column!important;align-items:center!important;text-align:center!important;gap:6px!important}.od-specials .ods-offer-quote{margin:0 auto!important}
}

/* ════════════════════════════════════════════════════════════════
   ↑↑↑ SALES SPECIALS (.od-specials / .ods-*) — unchanged, verbatim ↑↑↑
   ↓↓↓ SERVICE SPECIALS (.od-service-specials / .odss-*) — appended ↓↓↓
   Both bodies are governed by the SINGLE :root at the very top of this
   file. Namespaces are disjoint (ods- vs odss-), so the two never collide.
   Per-store retheme = edit :root ONCE. Chevron literal is the only baked,
   theme-coupled value and is identical in both bodies for this store.
   ════════════════════════════════════════════════════════════════ */

/* ════════════════════════════════════════════════════════════════
   ODYSSEY SERVICE SPECIALS — Service Specials Page CSS (responsive, single file)
   Paste into the DDC site's Custom CSS (BOTH desktop + mobile sitewide slots).
   Scoped entirely to .od-service-specials / .odss-* . CANONICAL BODY —
   byte-identical across every store; only the :root block above and the
   select-chevron stroke literal (x6, theme-coupled, set per store) differ.
   Desktop base + mobile overrides via @media (max-width:980px).
   Category accent colors (oil=gold, tires=blue, repair=red, electrical=green)
   are injected inline by the renderer JS and are intentionally store-agnostic;
   this stylesheet never overrides them except on the .active chip state.
   ════════════════════════════════════════════════════════════════ */

/* ── WRAPPER / RESET ── */
.od-service-specials{background:var(--osp-bg)!important;font-family:'Inter','Roboto',sans-serif!important;color:var(--osp-on-surface)!important;-webkit-font-smoothing:antialiased!important;text-rendering:optimizeLegibility!important}
.od-service-specials *,.od-service-specials *::before,.od-service-specials *::after{box-sizing:border-box!important}
.od-service-specials h1,.od-service-specials h2,.od-service-specials h3,.od-service-specials p{margin:0!important}
.od-service-specials .odss-mobile-only{display:none!important}

/* ── HERO ── */
.od-service-specials .odss-hero{background:var(--osp-bg)!important;padding:56px 72px 52px!important;position:relative!important;overflow:hidden!important}
.od-service-specials .odss-hero::before{content:''!important;position:absolute!important;inset:0!important;background:radial-gradient(ellipse 70% 60% at 50% -10%,rgba(var(--osp-muted-rgb),.07),transparent 65%)!important;pointer-events:none!important}
.od-service-specials .odss-hero::after{content:''!important;position:absolute!important;bottom:0!important;left:50%!important;transform:translateX(-50%)!important;width:80%!important;max-width:1000px!important;height:2px!important;background:linear-gradient(90deg,transparent 0%,rgba(var(--osp-accent-deep-rgb),.15) 15%,var(--osp-accent-mid) 50%,rgba(var(--osp-accent-deep-rgb),.15) 85%,transparent 100%)!important}
.od-service-specials .odss-hero-inner{position:relative!important;z-index:1!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:32px!important}
.od-service-specials .odss-hero-eyebrow{font-size:11px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-accent)!important;margin-bottom:12px!important}
.od-service-specials .odss-hero-title{font-size:48px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:1px!important;color:var(--osp-on-surface)!important;line-height:1!important;margin-bottom:14px!important}
.od-service-specials .odss-hero-title span{color:var(--osp-accent)!important}
.od-service-specials .odss-hero-sub{font-size:15px!important;font-weight:400!important;color:rgba(var(--osp-muted-rgb),.75)!important;line-height:1.65!important;max-width:520px!important}
.od-service-specials .odss-hero-sub strong,.od-service-specials #odss-tier-label{color:var(--osp-accent)!important;font-weight:700!important}
.od-service-specials .odss-hero-stats{display:flex!important;gap:32px!important;padding-bottom:4px!important;flex-shrink:0!important}
.od-service-specials .odss-hero-stat{text-align:left!important}
.od-service-specials .odss-hero-stat-num{font-size:30px!important;font-weight:900!important;color:var(--osp-accent)!important;line-height:1!important}
.od-service-specials .odss-hero-stat-lbl{font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.6)!important;margin-top:6px!important;line-height:1.4!important}

/* ── VEHICLE SELECTOR BAR ── */
.od-service-specials .odss-selector-bar{background:var(--osp-bg-4)!important;border-bottom:1px solid rgba(var(--osp-muted-rgb),.12)!important;padding:18px 72px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;position:sticky!important;top:0!important;z-index:20!important;flex-wrap:wrap!important}
.od-service-specials .odss-selector-left{display:flex!important;flex-direction:column!important;gap:10px!important}
.od-service-specials .odss-selector-label{font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.55)!important}
.od-service-specials .odss-selector-dropdowns{display:flex!important;gap:14px!important;flex-wrap:wrap!important}
.od-service-specials .odss-selector-group{display:flex!important;flex-direction:column!important;gap:5px!important}
.od-service-specials .odss-selector-dd-label{font-size:9px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.5)!important}
.od-service-specials .odss-selector-dd{font-size:12px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:10px 34px 10px 13px!important;background:rgba(var(--osp-bg-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.25)!important;color:var(--osp-accent)!important;outline:none!important;cursor:pointer!important;transition:border-color .2s!important;appearance:none!important;-webkit-appearance:none!important;color-scheme:dark!important;min-width:180px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 13px center!important}
.od-service-specials .odss-selector-dd:focus,.od-service-specials .odss-selector-dd:hover{border-color:var(--osp-accent-mid)!important}
.od-service-specials .odss-selector-dd:disabled{opacity:.4!important;cursor:not-allowed!important}
.od-service-specials .odss-selector-dd option{background:var(--osp-bg)!important;color:var(--osp-accent)!important;text-transform:none!important}
.od-service-specials .odss-selector-meta{display:flex!important;align-items:center!important;flex-shrink:0!important}
.od-service-specials .odss-selector-count{font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.5)!important;white-space:nowrap!important}
.od-service-specials .odss-selector-count span{color:var(--osp-accent)!important}

/* ── SERVICE TYPE FILTER (chips desktop / dropdown mobile) ── */
.od-service-specials .odss-svcfilter-chips{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;padding:20px 72px 0!important}
.od-service-specials .odss-chip{display:inline-flex!important;align-items:center!important;font-size:10px!important;font-weight:700!important;letter-spacing:1.2px!important;text-transform:uppercase!important;padding:8px 15px!important;border-width:1px!important;border-style:solid!important;cursor:pointer!important;transition:box-shadow .2s,opacity .2s!important;white-space:nowrap!important;line-height:1!important}
.od-service-specials .odss-chip[data-odss-svcchip="all"]{color:var(--osp-accent)!important;border-color:rgba(var(--osp-muted-rgb),.3)!important;background:transparent!important}
.od-service-specials .odss-chip:hover{opacity:.82!important}
.od-service-specials .odss-chip.active{background:var(--chip-color,var(--osp-accent))!important;color:#15151a!important;border-color:var(--chip-color,var(--osp-accent))!important}
.od-service-specials .odss-chip.active[data-odss-svcchip="all"]{background:var(--osp-accent)!important;color:var(--osp-on-accent)!important;border-color:var(--osp-accent)!important}
.od-service-specials .odss-chip-divider{width:1px!important;height:18px!important;background:rgba(var(--osp-muted-rgb),.18)!important;margin:0 4px!important;flex-shrink:0!important}
.od-service-specials .odss-svcfilter-dd-wrap{padding:16px 20px 0!important}
.od-service-specials .odss-svcfilter-dd{font-size:11px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:11px 34px 11px 13px!important;background:rgba(var(--osp-bg-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.25)!important;color:var(--osp-accent)!important;outline:none!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;color-scheme:dark!important;width:100%!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 13px center!important}
.od-service-specials .odss-svcfilter-dd:disabled{opacity:.4!important;cursor:not-allowed!important}
.od-service-specials .odss-svcfilter-dd option{background:var(--osp-bg)!important;color:var(--osp-accent)!important;text-transform:none!important}

/* ── SERVICE CARD GRID ── */
.od-service-specials .odss-grid-wrap{padding:34px 72px 8px!important}
.od-service-specials .odss-grid-header{display:flex!important;align-items:center!important;gap:14px!important;margin-bottom:20px!important}
.od-service-specials .odss-grid-label{font-size:12px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.55)!important;white-space:nowrap!important}
.od-service-specials .odss-grid-line{flex:1!important;height:1px!important;background:rgba(var(--osp-muted-rgb),.1)!important}
.od-service-specials .odss-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))!important;gap:16px!important}
.od-service-specials .odss-empty{grid-column:1/-1!important;padding:54px 24px!important;text-align:center!important;font-size:13px!important;font-weight:500!important;letter-spacing:.5px!important;color:rgba(var(--osp-muted-rgb),.5)!important;border:1px dashed rgba(var(--osp-muted-rgb),.2)!important;background:rgba(var(--osp-bg-rgb),.3)!important}
.od-service-specials .odss-empty a{color:var(--osp-accent)!important}

/* ── SERVICE CARD ── */
.od-service-specials .odss-card{background:linear-gradient(135deg,var(--osp-surface-2) 0%,var(--osp-bg-2) 50%,var(--osp-surface-2) 100%)!important;border-right:1px solid rgba(var(--osp-muted-rgb),.18)!important;border-bottom:1px solid rgba(var(--osp-muted-rgb),.18)!important;border-left:1px solid rgba(var(--osp-muted-rgb),.18)!important;border-top:3px solid var(--osp-accent-mid);display:flex!important;flex-direction:column!important;overflow:hidden!important;position:relative!important;transition:box-shadow .25s,transform .25s!important}
.od-service-specials .odss-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.18)!important;transform:translateY(-2px)!important}
/* image cards: photo (URL injected by JS as --card-img) under a theme-aware scrim.
   Scrim is built from surface-2 tokens, so it auto-darkens on dark stores and
   auto-lightens on light MKM — keeping the card text legible over the photo on every theme.
   Cards with no img in the catalog never match this selector and keep the gradient above. */
.od-service-specials .odss-card[style*="--card-img"]{background-color:var(--osp-surface-2)!important;background-image:linear-gradient(96deg,rgba(var(--osp-surface-2-rgb),.97) 0%,rgba(var(--osp-surface-2-rgb),.92) 30%,rgba(var(--osp-surface-2-rgb),.62) 60%,rgba(var(--osp-surface-2-rgb),.46) 100%),var(--card-img,none)!important;background-size:cover,cover!important;background-position:center,right center!important;background-repeat:no-repeat,no-repeat!important}
.od-service-specials .odss-card-header{padding:16px 18px 14px!important;border-bottom:1px solid rgba(var(--osp-muted-rgb),.1)!important}
.od-service-specials .odss-card-title{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important}
.od-service-specials .odss-card-name{font-size:16px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:var(--osp-on-surface)!important;line-height:1.15!important}
.od-service-specials .odss-card-price-inline{display:inline-flex!important;align-items:flex-start!important;line-height:1!important;flex-shrink:0!important;white-space:nowrap!important}
.od-service-specials .odss-price-dollar{font-size:14px!important;font-weight:700!important;color:var(--osp-on-surface)!important;margin-top:3px!important}
.od-service-specials .odss-price-whole{font-size:30px!important;font-weight:900!important;color:var(--osp-on-surface)!important;line-height:.9!important}
.od-service-specials .odss-price-cents{font-size:13px!important;font-weight:700!important;color:rgba(var(--osp-text-rgb),.65)!important;margin-top:3px!important}
.od-service-specials .odss-card-sub{margin-top:8px!important;font-size:9px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:var(--osp-accent)}
.od-service-specials .odss-card-tier{display:inline-block!important;margin-top:9px!important;font-size:7.5px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.7)!important;border:1px solid rgba(var(--osp-muted-rgb),.3)!important;background:transparent!important;padding:3px 8px!important;border-radius:3px!important}
.od-service-specials .odss-card-includes{padding:14px 18px!important;display:flex!important;flex-direction:column!important;gap:7px!important;flex:1 0 auto!important}
.od-service-specials .odss-inc-item{display:flex!important;align-items:center!important;gap:8px!important;font-size:11.5px!important;font-weight:500!important;color:rgba(var(--osp-text-rgb),.8)!important;line-height:1.3!important}
.od-service-specials .odss-inc-item svg{flex-shrink:0!important;width:12px!important;height:12px!important}
.od-service-specials .odss-disc-wrap{margin-top:5px!important}
.od-service-specials .odss-disc-toggle{display:inline-block!important;font-size:9.5px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:var(--osp-accent)!important;background:none!important;border:none!important;border-bottom:1px solid rgba(var(--osp-accent-mid-rgb),.4)!important;padding:0 0 1px!important;cursor:pointer!important;transition:border-color .2s!important}
.od-service-specials .odss-disc-toggle:hover{border-bottom-color:var(--osp-accent)!important}
.od-service-specials .odss-savings-banner{margin:0 18px 14px!important;padding:9px 13px!important;background:rgba(var(--osp-bg-rgb),.45)!important;display:flex!important;flex-direction:column!important;gap:2px!important;border-left:3px solid var(--osp-accent-deep)}
.od-service-specials .odss-savings-banner-amt{font-size:13px!important;font-weight:900!important;color:var(--osp-on-surface)!important;line-height:1.1!important}
.od-service-specials .odss-savings-banner-vs{font-size:10px!important;font-weight:500!important;letter-spacing:.4px!important;color:rgba(var(--osp-muted-rgb),.6)!important}
.od-service-specials .odss-cta-claim{margin:0 18px 18px!important;width:calc(100% - 36px)!important;font-size:11px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;border:1px solid var(--osp-accent)!important;padding:13px!important;cursor:pointer!important;transition:box-shadow .25s,border-color .25s!important}
.od-service-specials .odss-cta-claim:hover{box-shadow:0 0 14px rgba(var(--osp-accent-mid-rgb),.45)!important;border-color:var(--osp-accent-mid)!important}

/* ── SECTION HEADERS (shared by affinity / trust / reviews / recall) ── */
.od-service-specials .odss-section-divider{height:1px!important;background:linear-gradient(90deg,transparent,rgba(var(--osp-muted-rgb),.18),transparent)!important;margin:0 72px!important}
.od-service-specials .odss-section-header{display:flex!important;align-items:center!important;gap:14px!important;padding:36px 72px 0!important;margin-bottom:20px!important}
.od-service-specials .odss-section-label{font-size:12px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.55)!important;white-space:nowrap!important}
.od-service-specials .odss-section-line{flex:1!important;height:1px!important;background:rgba(var(--osp-muted-rgb),.1)!important}

/* ── AFFINITY DISCOUNTS ── */
.od-service-specials .odss-affinity-wrap{padding-bottom:8px!important}
.od-service-specials .odss-affinity-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))!important;gap:12px!important;padding:0 72px!important}
.od-service-specials .odss-affinity-card{background:linear-gradient(135deg,var(--osp-surface-2),var(--osp-bg-2))!important;border:1px solid rgba(var(--osp-muted-rgb),.18)!important;border-top:2px solid var(--osp-accent-mid)!important;padding:20px 16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:5px!important}
.od-service-specials .odss-affinity-name{font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.8px!important;color:var(--osp-on-surface)!important}
.od-service-specials .odss-affinity-pct{font-size:32px!important;font-weight:900!important;color:var(--osp-accent)!important;line-height:1!important}
.od-service-specials .odss-affinity-label{font-size:8.5px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.6)!important}
.od-service-specials .odss-affinity-details{margin-top:6px!important;font-size:9px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:var(--osp-accent)!important;background:none!important;border:none!important;border-bottom:1px solid rgba(var(--osp-accent-mid-rgb),.4)!important;padding:0 0 1px!important;cursor:pointer!important;transition:border-color .2s!important}
.od-service-specials .odss-affinity-details:hover{border-bottom-color:var(--osp-accent)!important}
.od-service-specials .odss-affinity-cta-wrap{text-align:center!important;padding:22px 72px 0!important}
.od-service-specials .odss-cta-claim.odss-affinity-claim{display:inline-block!important;width:auto!important;margin:0!important;padding:14px 30px!important}

/* ── TRUST / WHY SERVICE ── */
.od-service-specials .odss-trust-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:16px!important;padding:0 72px!important}
.od-service-specials .odss-trust-card{background:rgba(var(--osp-surface-2-rgb),.5)!important;border:1px solid rgba(var(--osp-muted-rgb),.14)!important;padding:24px 22px!important;display:flex!important;flex-direction:column!important;gap:10px!important}
.od-service-specials .odss-trust-icon{width:24px!important;height:24px!important}
.od-service-specials .odss-trust-icon svg{stroke:var(--osp-accent)!important;width:24px!important;height:24px!important}
.od-service-specials .odss-trust-name{font-size:13px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.6px!important;color:var(--osp-on-surface)!important}
.od-service-specials .odss-trust-desc{font-size:12px!important;font-weight:400!important;color:rgba(var(--osp-muted-rgb),.65)!important;line-height:1.6!important}

/* ── GOOGLE REVIEWS ── */
.od-service-specials .odss-reviews-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(270px,1fr))!important;gap:14px!important;padding:0 72px!important}
.od-service-specials .odss-review-card{background:rgba(var(--osp-surface-2-rgb),.5)!important;border:1px solid rgba(var(--osp-muted-rgb),.14)!important;padding:20px!important;display:flex!important;flex-direction:column!important;gap:10px!important}
.od-service-specials .odss-review-stars{font-size:14px!important;letter-spacing:2px!important;color:var(--osp-accent)!important;line-height:1!important}
.od-service-specials .odss-review-text{font-size:12.5px!important;font-weight:400!important;font-style:italic!important;color:rgba(var(--osp-text-rgb),.82)!important;line-height:1.65!important}
.od-service-specials .odss-review-author{font-size:11px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;color:var(--osp-accent)!important}
.od-service-specials .odss-review-source{font-size:9px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.5)!important;margin-top:-6px!important}

/* ── RECALL & MAINTENANCE ── */
.od-service-specials .odss-recall-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;padding:0 72px!important}
.od-service-specials .odss-recall-card{background:linear-gradient(135deg,var(--osp-surface-2),var(--osp-bg-2))!important;border:1px solid rgba(var(--osp-muted-rgb),.18)!important;padding:26px 24px!important;display:flex!important;flex-direction:column!important;gap:12px!important}
.od-service-specials .odss-recall-icon{width:40px!important;height:40px!important}
.od-service-specials .odss-recall-icon svg{width:40px!important;height:40px!important}
.od-service-specials .odss-recall-wrap .odss-recall-card:last-child .odss-recall-icon svg{stroke:var(--osp-accent)!important}
.od-service-specials .odss-recall-title{font-size:16px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:var(--osp-on-surface)!important}
.od-service-specials .odss-recall-desc{font-size:12px!important;font-weight:400!important;color:rgba(var(--osp-muted-rgb),.65)!important;line-height:1.65!important}
.od-service-specials .odss-recall-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:4px!important}
.od-service-specials .odss-recall-input{flex:1 1 200px!important;font-size:14px!important;font-weight:600!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:11px 13px!important;background:rgba(var(--osp-bg-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;color:var(--osp-accent)!important;outline:none!important;-webkit-appearance:none!important;appearance:none!important;color-scheme:dark!important;border-radius:0!important;transition:border-color .2s!important}
.od-service-specials .odss-recall-input:focus{border-color:var(--osp-accent-mid)!important}
.od-service-specials .odss-recall-input::placeholder{color:rgba(var(--osp-muted-rgb),.32)!important;text-transform:none!important;letter-spacing:0!important}
.od-service-specials .odss-recall-links{display:flex!important;flex-wrap:wrap!important;gap:10px!important}
.od-service-specials .odss-recall-cta{display:inline-block!important;font-size:10px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;padding:12px 18px!important;text-decoration:none!important;cursor:pointer!important;color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid))!important;border:1px solid var(--osp-accent)!important;transition:box-shadow .25s,border-color .25s!important;white-space:nowrap!important}
.od-service-specials .odss-recall-cta:hover{box-shadow:0 0 12px rgba(var(--osp-accent-mid-rgb),.4)!important;border-color:var(--osp-accent-mid)!important}
.od-service-specials .odss-recall-cta.ghost{color:var(--osp-accent)!important;background:transparent!important;border:1px solid rgba(var(--osp-accent-mid-rgb),.5)!important}
.od-service-specials .odss-recall-cta.ghost:hover{box-shadow:none!important;border-color:var(--osp-accent)!important}
.od-service-specials .odss-recall-helper{font-size:10px!important;font-weight:500!important;letter-spacing:.4px!important;color:rgba(var(--osp-muted-rgb),.5)!important;line-height:1.5!important}

/* ── SEO FALLBACK ── */
.od-service-specials .odss-seo-fallback{padding:34px 72px!important}
.od-service-specials .odss-seo-fallback h2{font-size:22px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:var(--osp-on-surface)!important;margin-bottom:12px!important}
.od-service-specials .odss-seo-fallback h3{font-size:16px!important;font-weight:700!important;text-transform:uppercase!important;color:var(--osp-accent)!important;margin:20px 0 6px!important}
.od-service-specials .odss-seo-fallback p{font-size:13px!important;font-weight:400!important;color:rgba(var(--osp-muted-rgb),.6)!important;line-height:1.65!important}

/* ── DISCLAIMER ── */
.od-service-specials .odss-disclaimer{padding:24px 72px 40px!important;font-size:11px!important;font-weight:400!important;color:rgba(var(--osp-muted-rgb),.55)!important;line-height:1.75!important;letter-spacing:.2px!important}
.od-service-specials .odss-disclaimer strong{color:var(--osp-on-surface)!important;font-weight:700!important}

/* ── MODAL ── */
.od-service-specials .odss-modal-backdrop{position:fixed!important;inset:0!important;z-index:100000!important;background:rgba(0,0,0,.75)!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:16px 12px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;transition:opacity .25s!important}
.od-service-specials .odss-modal-backdrop.open{opacity:1!important;pointer-events:all!important}
.od-service-specials .odss-modal-box{position:relative!important;width:100%!important;max-width:560px!important;max-height:calc(100vh - 32px)!important;overflow-y:auto!important;margin:0!important;background:linear-gradient(170deg,var(--osp-surface-2) 0%,var(--osp-bg-3) 100%)!important;border:1.5px solid rgba(var(--osp-accent-deep-rgb),.35)!important;border-radius:12px!important;box-shadow:0 20px 60px rgba(0,0,0,.5)!important;padding:28px 24px 22px!important;color:var(--osp-text)!important;scrollbar-width:thin!important;scrollbar-color:rgba(var(--osp-muted-rgb),.4) rgba(var(--osp-bg-rgb),.4)!important}
.od-service-specials .odss-modal-box::-webkit-scrollbar{width:6px!important}
.od-service-specials .odss-modal-box::-webkit-scrollbar-track{background:rgba(var(--osp-bg-rgb),.4)!important}
.od-service-specials .odss-modal-box::-webkit-scrollbar-thumb{background:rgba(var(--osp-muted-rgb),.4)!important;border-radius:3px!important}
.od-service-specials .odss-modal-close{position:sticky!important;top:0!important;float:right!important;margin:-16px -12px 0 0!important;z-index:5!important;cursor:pointer!important;font-size:10px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;line-height:1!important;color:rgba(var(--osp-text-rgb),.55)!important;background:rgba(var(--osp-surface-2-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;border-radius:4px!important;padding:9px 13px!important;transition:color .2s,border-color .2s!important}
.od-service-specials .odss-modal-close:hover{color:var(--osp-accent)!important;border-color:rgba(var(--osp-muted-rgb),.5)!important}
.od-service-specials .odss-modal-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;margin-bottom:14px!important;font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(90deg,var(--osp-accent),var(--osp-accent-mid))!important;padding:5px 14px!important;border-radius:4px!important}
.od-service-specials .odss-modal-service-name{font-size:24px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:var(--osp-text)!important;line-height:1.1!important;margin-bottom:6px!important}
.od-service-specials .odss-modal-service-price{font-size:24px!important;font-weight:900!important;color:var(--osp-accent)!important;line-height:1!important;margin-bottom:6px!important}
.od-service-specials .odss-modal-savings{font-size:13px!important;font-weight:700!important;color:var(--osp-on-surface)!important;margin-bottom:8px!important}
.od-service-specials #odssModalSavings span{color:rgba(var(--osp-muted-rgb),.6)!important}
.od-service-specials .odss-modal-vehicle{font-size:12px!important;font-weight:500!important;letter-spacing:.3px!important;color:rgba(var(--osp-muted-rgb),.65)!important;margin-bottom:4px!important}
.od-service-specials #odssModalDisclaimer{border-top-color:rgba(var(--osp-muted-rgb),.15)!important;color:rgba(var(--osp-muted-rgb),.55)!important}
.od-service-specials .odss-mf-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-bottom:12px!important}
.od-service-specials .odss-mf-row.full{grid-template-columns:1fr!important}
.od-service-specials .odss-mf-group{display:flex!important;flex-direction:column!important;gap:5px!important}
.od-service-specials .odss-mf-label{font-size:10px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:rgba(var(--osp-muted-rgb),.75)!important}
.od-service-specials .odss-mf-input,.od-service-specials .odss-mf-select{font-size:16px!important;font-weight:500!important;padding:11px 13px!important;background:rgba(var(--osp-bg-rgb),.85)!important;border:1px solid rgba(var(--osp-muted-rgb),.22)!important;color:var(--osp-accent)!important;outline:none!important;transition:border-color .22s!important;-webkit-appearance:none!important;appearance:none!important;color-scheme:dark!important;width:100%!important;border-radius:0!important}
.od-service-specials .odss-mf-input:focus,.od-service-specials .odss-mf-select:focus{border-color:var(--osp-accent-mid)!important}
.od-service-specials .odss-mf-input::placeholder{color:rgba(var(--osp-muted-rgb),.28)!important}
.od-service-specials .odss-mf-input:-webkit-autofill,.od-service-specials .odss-mf-input:-webkit-autofill:hover,.od-service-specials .odss-mf-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px rgba(var(--osp-bg-rgb),.95) inset!important;-webkit-text-fill-color:var(--osp-accent)!important;caret-color:var(--osp-accent)!important;border-color:var(--osp-accent-mid)!important;transition:background-color 5000s ease-in-out 0s!important}
.od-service-specials .odss-mf-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23AEB2B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 13px center!important;padding-right:36px!important;background-color:rgba(var(--osp-bg-rgb),.85)!important;cursor:pointer!important}
.od-service-specials .odss-mf-select option{background:var(--osp-bg)!important;color:var(--osp-accent)!important}
.od-service-specials .odss-mf-submit{width:100%!important;font-size:13px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid),var(--osp-accent-deep))!important;border:2px solid var(--osp-accent)!important;padding:14px!important;cursor:pointer!important;margin-top:14px!important;transition:box-shadow .25s!important}
.od-service-specials .odss-mf-submit:hover{box-shadow:0 0 16px rgba(var(--osp-accent-mid-rgb),.45)!important}
.od-service-specials .odss-mf-disc{font-size:11px!important;font-weight:400!important;color:rgba(var(--osp-muted-rgb),.4)!important;margin-top:10px!important;text-align:center!important;line-height:1.55!important}
.od-service-specials .odss-modal-form.hide{display:none!important}
.od-service-specials .odss-modal-success{display:none!important;text-align:center!important;padding:18px 8px!important}
.od-service-specials .odss-modal-success.show{display:block!important}
.od-service-specials .odss-success-icon{font-size:38px!important;margin-bottom:12px!important;color:var(--osp-accent)!important;line-height:1!important}
.od-service-specials .odss-success-title{font-size:18px!important;font-weight:900!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--osp-on-surface)!important;margin-bottom:8px!important}
.od-service-specials .odss-success-service{font-size:14px!important;font-weight:700!important;color:var(--osp-accent)!important;margin-bottom:6px!important}
.od-service-specials .odss-success-sub{font-size:13px!important;font-weight:400!important;color:rgba(var(--osp-muted-rgb),.75)!important;line-height:1.6!important;margin-bottom:6px!important}
.od-service-specials .odss-success-cal{font-size:11px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:var(--osp-accent)!important;background:transparent!important;border:1px solid rgba(var(--osp-accent-mid-rgb),.5)!important;padding:11px 22px!important;cursor:pointer!important;transition:border-color .2s!important}
.od-service-specials .odss-success-cal:hover{border-color:var(--osp-accent)!important}
.od-service-specials .odss-success-links{display:flex!important;gap:10px!important;justify-content:center!important;flex-wrap:wrap!important;margin-top:16px!important}
.od-service-specials .odss-success-cta{display:inline-block!important;font-size:11px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;padding:12px 22px!important;text-decoration:none!important;cursor:pointer!important;transition:box-shadow .25s,border-color .25s!important}
.od-service-specials .odss-success-cta.primary{color:var(--osp-on-accent)!important;background:linear-gradient(180deg,var(--osp-accent),var(--osp-accent-mid))!important;border:1px solid var(--osp-accent)!important}
.od-service-specials .odss-success-cta.primary:hover{box-shadow:0 0 14px rgba(var(--osp-accent-mid-rgb),.45)!important;border-color:var(--osp-accent-mid)!important}
.od-service-specials .odss-success-cta.ghost{color:var(--osp-accent)!important;background:transparent!important;border:1px solid rgba(var(--osp-accent-mid-rgb),.5)!important}
.od-service-specials .odss-success-cta.ghost:hover{border-color:var(--osp-accent)!important}

/* ════════════════ MOBILE (≤980px) ════════════════ */
@media (max-width:980px){
  .od-service-specials .odss-desktop-only{display:none!important}
  .od-service-specials .odss-mobile-only{display:block!important}
  .od-service-specials .odss-hero{padding:38px 20px 34px!important}
  .od-service-specials .odss-hero-inner{flex-direction:column!important;align-items:flex-start!important;gap:24px!important}
  .od-service-specials .odss-hero-title{font-size:32px!important}
  .od-service-specials .odss-hero-sub{font-size:14px!important;max-width:100%!important}
  .od-service-specials .odss-hero-stats{gap:24px!important;width:100%!important}
  .od-service-specials .odss-hero-stat-num{font-size:24px!important}
  .od-service-specials .odss-selector-bar{padding:16px 20px!important;flex-direction:column!important;align-items:stretch!important;gap:14px!important;position:static!important}
  .od-service-specials .odss-selector-dropdowns{flex-direction:column!important}
  .od-service-specials .odss-selector-dd{min-width:0!important;width:100%!important}
  .od-service-specials .odss-grid-wrap{padding:28px 20px 8px!important}
  .od-service-specials .odss-grid{grid-template-columns:1fr!important;gap:14px!important}
  .od-service-specials .odss-card[style*="--card-img"]{background-image:linear-gradient(96deg,rgba(var(--osp-surface-2-rgb),.98) 0%,rgba(var(--osp-surface-2-rgb),.95) 40%,rgba(var(--osp-surface-2-rgb),.78) 72%,rgba(var(--osp-surface-2-rgb),.64) 100%),var(--card-img,none)!important}
  .od-service-specials .odss-section-divider{margin:0 20px!important}
  .od-service-specials .odss-section-header{padding:32px 20px 0!important}
  .od-service-specials .odss-affinity-grid,.od-service-specials .odss-trust-grid,.od-service-specials .odss-reviews-grid{padding:0 20px!important;grid-template-columns:1fr!important}
  .od-service-specials .odss-affinity-cta-wrap{padding:22px 20px 0!important}
  .od-service-specials .odss-recall-grid{padding:0 20px!important;grid-template-columns:1fr!important}
  .od-service-specials .odss-seo-fallback{padding:28px 20px!important}
  .od-service-specials .odss-disclaimer{padding:22px 20px 36px!important}
  .od-service-specials .odss-modal-box{max-width:100%!important;padding:24px 18px 20px!important}
  .od-service-specials .odss-mf-row{grid-template-columns:1fr!important}
  .od-service-specials .odss-success-links{flex-direction:column!important}
  .od-service-specials .odss-success-cta{width:100%!important}
}