/* VERBATIM port of Pictures/atp-new/index.html <style> block. Do not hand-edit — regenerate via port_mockup.php. */
/*
  Palette and type scale below are reverse-engineered from computed styles on
  sprayersandparts.com (the reference site) — same vertical, same Bootstrap/Inter
  base, well-executed. Structure: slate ink + white + thin slate-200 borders,
  ONE accent color used sparingly. Accent swapped to the client's brand red.
*/
:root{
  --primary:#B30520;
  --primary-dark:#8A0419;
  --primary-soft:#FBE7EA;
  --ink:#0F172A;
  --body:#475569;
  --muted:#94A3B8;
  --border:#E2E8F0;
  --bg-subtle:#F8FAFC;
  --success:#15803D;
  --success-bg:#DCFCE7;
  --star:#F59E0B;
  --r-sm:.5rem;
  --r-md:.625rem;
  --r-lg:.875rem;
  --r-pill:100px;
  --font-mono:'IBM Plex Mono',ui-monospace,Menlo,Consolas,monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--body);background:#fff;font-size:16px;line-height:1.6}
h1,h2,h3,h4,h5{font-family:'Inter',system-ui,sans-serif;color:var(--ink);font-weight:800;line-height:1.2}
a{text-decoration:none}
img{max-width:100%;height:auto;display:block}
button{font-family:inherit}

/* buttons — flat, restrained, no glow/gradient */
.btn{font-weight:700;border-radius:var(--r-sm);padding:.65rem 1.25rem;font-size:.92rem}
.btn-primary-atp{background:var(--primary);border:1.5px solid var(--primary);color:#fff}
.btn-primary-atp:hover,.btn-primary-atp:focus{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff}
.btn-outline-atp{background:#fff;border:1.5px solid var(--ink);color:var(--ink)}
.btn-outline-atp:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.btn-line-atp{background:transparent;border:1.5px solid var(--primary);color:var(--primary)}
.btn-line-atp:hover{background:var(--primary);color:#fff}
.btn-pill{border-radius:var(--r-pill);padding:.85rem 1.75rem}
.text-primary-atp{color:var(--primary)!important}

/* layout rhythm */
.section{padding:4.5rem 0}
.section-sm{padding:3rem 0}
.section-alt{background:var(--bg-subtle)}
.eyebrow{display:block;color:var(--primary);font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.6rem}
.section-head{max-width:620px}
.section-head p{color:var(--body);margin-bottom:0}
.section-title{font-size:clamp(1.6rem,3vw,2.125rem);margin-bottom:.65rem}

.js-anim .reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.js-anim .reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.js-anim .reveal{opacity:1;transform:none;transition:none}}

/* topbar */
.topbar{background:var(--ink);color:#B8BEC7;font-size:.82rem}
.topbar a{color:#fff;font-weight:600}
.topbar a:hover{color:#FFC9D2}
.topbar .sep{opacity:.3;margin:0 .65rem}

/* header */
.site-header{background:#fff;border-bottom:1px solid var(--border)}
.site-header .logo img{height:90px;width:auto}
.search-form .form-control{border:1.5px solid var(--border);border-right:0;border-radius:var(--r-sm) 0 0 var(--r-sm);height:48px;font-size:.92rem;padding-left:1rem}
.search-form .form-control:focus{box-shadow:none;border-color:var(--primary)}
.search-form .btn{border-radius:0 var(--r-sm) var(--r-sm) 0;height:48px;min-width:52px;padding:0 1rem}
.header-contact .small-label{font-size:.72rem;color:#8B93A0;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.header-contact a{color:var(--ink);font-weight:700;font-size:1rem}
.header-contact a:hover{color:var(--primary)}
.cart-btn{position:relative;color:var(--ink);font-size:1.3rem}
.cart-btn:hover{color:var(--primary)}
.cart-btn .count{position:absolute;top:-8px;right:-10px;background:var(--primary);color:#fff;font-size:.62rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}

/* nav */
.mainnav{background:var(--ink)}
.mainnav.scrolled{box-shadow:0 8px 20px rgba(10,15,20,.2)}
.mainnav .nav-link{color:#DEE2E7;font-weight:600;font-size:.9rem;padding:.85rem 1rem}
.mainnav .nav-link:hover,.mainnav .nav-link:focus{color:#fff;background:rgba(255,255,255,.06)}
.mainnav .dropdown-menu{border:0;border-radius:var(--r-md);box-shadow:0 16px 34px rgba(10,15,20,.18);padding:.5rem;min-width:250px}
.mainnav .dropdown-item{border-radius:var(--r-sm);font-weight:500;padding:.55rem .8rem;font-size:.9rem}
.mainnav .dropdown-item i{width:18px;color:#9AA1AB}
.mainnav .dropdown-item:hover{background:var(--primary-soft);color:var(--primary)}
.mainnav .dropdown-item:hover i{color:var(--primary)}
.nav-help{color:#B8BEC7!important;font-size:.85rem}

/* ============ HERO — flat solid PRIMARY RED (brand color, not the reference
   site's navy), zero gradients/patterns. Search form is the centerpiece. ============ */
.hero{background:var(--primary)}
.hero-inner{padding:4rem 0 0}
.hero-eyebrow{color:#FBD3D9;font-weight:700;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}
.hero h1{font-size:clamp(2.1rem,4.4vw,3.125rem);line-height:1.1;color:#fff;margin-bottom:1.1rem}
.hero-lead{font-size:1.05rem;color:rgba(255,255,255,.85);max-width:540px;margin-bottom:1.75rem}

/* the search form — primary hero action, sized and styled to be unmistakably the main thing to do here */
.hero-search-wrap{max-width:560px}
.hero-search{background:#fff;border-radius:var(--r-md);padding:.4rem;display:flex;box-shadow:0 18px 40px rgba(0,0,0,.25)}
.hero-search input{flex:1;border:0;background:transparent;padding:.85rem 1rem;font-size:1rem;color:var(--ink);min-width:0}
.hero-search input:focus{outline:none}
.hero-search button{border:0;background:var(--ink);color:#fff;font-weight:700;border-radius:var(--r-sm);padding:0 1.5rem;font-size:.92rem;display:flex;align-items:center;gap:.5rem;white-space:nowrap}
.hero-search button:hover{background:#000}
.hero-quicklinks{margin-top:.9rem;font-size:.87rem;color:rgba(255,255,255,.6);display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .5rem}
.hero-quicklinks a{color:#fff;font-weight:600;border-bottom:1px solid rgba(255,255,255,.4)}
.hero-quicklinks a:hover{border-color:#fff}
.hero-browse-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:.9rem;margin-top:1.5rem}
.hero-browse-link:hover{gap:.7rem}

.hero-trust{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);display:flex;flex-wrap:wrap;gap:1.1rem 1.9rem}
.hero-trust li{display:flex;align-items:center;gap:.5rem;font-size:.86rem;color:rgba(255,255,255,.85);font-weight:500}
.hero-trust li i{color:#fff;font-size:.9rem}

/* hero visual — a real featured product card (image, badge, price, add to cart),
   not a diagram floating in the hero */
.hero-photo{position:relative;display:flex;align-items:center;justify-content:center;min-height:320px}
.featured-card{background:#fff;border-radius:var(--r-lg);padding:1.5rem;box-shadow:0 24px 50px rgba(0,0,0,.28);max-width:400px;width:100%}
.featured-card .top{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.1rem}
.featured-card .thumb{flex:0 0 84px;width:84px;height:84px;border-radius:var(--r-sm);background:var(--bg-subtle);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;padding:.5rem}
.featured-card .thumb img{max-width:100%;max-height:100%;object-fit:contain}
.featured-card .badge-tag{display:flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary);margin-bottom:.4rem}
.featured-card h3{font-size:1rem;line-height:1.35;margin-bottom:.3rem}
.featured-card .sku{font-family:var(--font-mono);font-size:.72rem;color:var(--muted)}
.featured-card .price-row{display:flex;align-items:baseline;gap:.6rem;margin-bottom:.85rem}
.featured-card .price{font-size:1.75rem;font-weight:800;color:var(--ink)}
.featured-card .was{font-size:.95rem;color:var(--muted);text-decoration:line-through}
.featured-card .badges{display:flex;flex-wrap:wrap;gap:.4rem .9rem;margin-bottom:1.1rem}
.featured-card .badges span{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--body);font-weight:500}
.featured-card .badges i{color:var(--success)}
.featured-card .cta-row{display:flex;gap:.6rem}
.featured-card .cta-row .btn{flex:1 1 0;min-width:0;font-size:.88rem;padding:.75rem .5rem}
.featured-links{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:.9rem}
.featured-links a{background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);padding:.7rem .5rem;text-align:center;font-size:.78rem;font-weight:600;color:var(--ink)}
.featured-links a:hover{border-color:var(--primary);color:var(--primary)}
.featured-links a i{display:block;font-size:1.1rem;margin-bottom:.35rem;color:var(--primary)}

.hero-stats{margin-top:2.5rem;border-top:1px solid rgba(255,255,255,.2);padding:1.5rem 0}
.hero-stats .num{font-weight:800;font-size:1.35rem;color:#fff}
.hero-stats .lbl{font-size:.78rem;color:rgba(255,255,255,.65);margin-top:.1rem}

/* how it works */
.step-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:1.75rem;height:100%}
.step-num{width:32px;height:32px;border-radius:var(--r-sm);background:var(--primary-soft);color:var(--primary);font-weight:800;font-size:.9rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.step-card h3{font-size:1.02rem;margin-bottom:.5rem}
.step-card p{font-size:.9rem;margin-bottom:0}
.steps-connector{position:absolute;top:16px;left:8%;right:8%;border-top:1px dashed var(--border);z-index:0;display:none}
@media (min-width:768px){.steps-connector{display:block}}
.steps-wrap{position:relative}

/* SEO copy */
.tag-link{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--border);color:var(--ink);font-size:.85rem;font-weight:600;border-radius:var(--r-sm);padding:.55rem .9rem}
.tag-link:hover{border-color:var(--primary);color:var(--primary)}
.fact-card{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.75rem}
.fact-card h3{font-size:1rem;margin-bottom:1rem}
.fact-card ul li{font-size:.9rem;line-height:1.6;display:flex;gap:.6rem;margin-bottom:.75rem}
.fact-card ul li:last-child{margin-bottom:0}
.fact-card ul li i{margin-top:.3rem;color:var(--primary);flex:0 0 auto}

/* category cards */
.cat-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;height:100%;transition:border-color .15s ease,box-shadow .15s ease}
.cat-card:hover{border-color:var(--primary);box-shadow:0 10px 26px rgba(15,22,30,.08)}
.cat-card .imgwrap{background:var(--bg-subtle);height:160px;display:flex;align-items:center;justify-content:center;padding:1.25rem}
.cat-card .imgwrap img{max-height:100%;width:auto;object-fit:contain;mix-blend-mode:multiply;transition:transform .2s ease}
.cat-card:hover .imgwrap img{transform:scale(1.04)}
.cat-card .body{padding:1.1rem 1.25rem}
.cat-card h3{font-size:.95rem;margin-bottom:.4rem}
.cat-card .go{color:var(--primary);font-weight:600;font-size:.83rem}
.cat-card-all{background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:1.75rem;border:1px solid var(--ink)}
.cat-card-all i{font-size:1.75rem;color:#fff;margin-bottom:.9rem}
.cat-card-all .t{font-weight:700;font-size:1.05rem;color:#fff;margin-bottom:.3rem}
.cat-card-all .s{font-size:.85rem;color:#B8BEC7;margin-bottom:1rem}
.cat-card-all .go{color:#fff}
.cat-card-all:hover{color:#fff;border-color:var(--primary)}

/* model tiles */
.model-tile{background:#fff;border:1px solid var(--border);border-radius:var(--r-md);height:100%;text-align:center;transition:border-color .15s ease,box-shadow .15s ease;padding-bottom:1rem}
.model-tile:hover{border-color:var(--primary);box-shadow:0 10px 24px rgba(15,22,30,.08)}
.model-tile .tag{font-size:.68rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.04em;padding:.6rem .6rem 0}
.model-tile .imgwrap{height:100px;display:flex;align-items:center;justify-content:center;padding:.75rem}
.model-tile img{max-height:100%;width:auto;object-fit:contain}
.model-tile .body{padding:0 .9rem}
.model-tile h3{font-size:.85rem;line-height:1.3;margin-bottom:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}
.model-tile .diag{font-size:.76rem;color:var(--primary);font-weight:600}

/* product cards — favorite + add to cart + buy now */
.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);height:100%;display:flex;flex-direction:column;transition:border-color .15s ease,box-shadow .15s ease;position:relative}
.product-card:hover{border-color:var(--primary);box-shadow:0 12px 28px rgba(15,22,30,.09)}
.fav-btn{position:absolute;top:.9rem;right:.9rem;z-index:2;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:#9AA1AB;font-size:1rem;transition:all .15s ease}
.fav-btn:hover{border-color:var(--primary);color:var(--primary)}
.fav-btn.is-fav{color:var(--primary);border-color:var(--primary)}
.fav-btn.is-fav i{font-weight:900}
.product-media{background:var(--bg-subtle);height:180px;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-radius:var(--r-lg) var(--r-lg) 0 0}
.product-media img{max-height:100%;width:auto;object-fit:contain;transition:transform .2s ease}
.product-card:hover .product-media img{transform:scale(1.04)}
.product-body{padding:1.1rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex-grow:1}
.product-sku{font-family:var(--font-mono);font-size:.72rem;color:#8B93A0;margin-bottom:.35rem}
.product-title{color:var(--ink);font-weight:700;font-size:.92rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em;margin-bottom:.5rem}
.product-title:hover{color:var(--primary)}
.product-price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem}
.product-price{font-family:'Archivo','Inter',sans-serif;font-size:1.3rem;font-weight:800;color:var(--ink)}
.product-meta{font-size:.78rem;color:#8B93A0;margin-bottom:1rem}
.product-meta.best-seller{color:var(--success);font-weight:600}
.product-actions{display:flex;gap:.5rem;margin-top:auto}
.product-actions .btn{flex:1 1 0;min-width:0;font-size:.83rem;padding:.6rem .5rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-actions .btn i{margin-right:.3rem}
.add-to-cart-toast{position:fixed;bottom:20px;right:20px;z-index:1080;background:var(--ink);color:#fff;padding:.85rem 1.15rem;border-radius:var(--r-md);font-size:.88rem;font-weight:600;display:flex;align-items:center;gap:.6rem;box-shadow:0 14px 30px rgba(0,0,0,.3);opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}
.add-to-cart-toast.show{opacity:1;transform:none}
.add-to-cart-toast i{color:var(--success)}
@media (max-width:991.98px){.add-to-cart-toast{bottom:78px}}

/* reviews — light, consistent with rest of page */
.review-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;height:100%}
.rating-summary .big{font-family:'Archivo','Inter',sans-serif;font-size:2.5rem;font-weight:800;color:var(--ink);line-height:1}
.stars i{color:var(--star);font-size:.85rem}
.review-card .quote{color:var(--body);font-size:.93rem;line-height:1.65;margin-bottom:1.25rem}
.review-card .who{color:var(--ink);font-weight:700;font-size:.88rem}
.review-card .where{color:#8B93A0;font-size:.78rem}
.review-card .verified{color:var(--success);font-size:.75rem;font-weight:600}
.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.9rem}

/* faq */
.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--r-md)!important;overflow:hidden;margin-bottom:.7rem;background:#fff}
.faq-accordion .accordion-button{font-weight:700;color:var(--ink);font-size:.95rem;padding:1.05rem 1.25rem;background:#fff;box-shadow:none}
.faq-accordion .accordion-button:not(.collapsed){color:var(--primary);background:var(--primary-soft)}
.faq-accordion .accordion-button:focus{box-shadow:none}
.faq-accordion .accordion-body{color:var(--body);font-size:.9rem;line-height:1.7;padding:0 1.25rem 1.1rem}

/* newsletter */
.newsletter{background:var(--primary);color:#fff}
.newsletter h2{color:#fff}
.newsletter p{color:#F6D3D9;margin-bottom:0}
.newsletter .ic-big{width:52px;height:52px;border-radius:var(--r-md);background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex:0 0 auto}
.news-form .form-control{height:52px;border:0;border-radius:var(--r-sm) 0 0 var(--r-sm);padding-left:1.1rem;font-size:.92rem}
.news-form .form-control:focus{box-shadow:none}
.news-form .btn{height:52px;border-radius:0 var(--r-sm) var(--r-sm) 0;background:var(--ink);color:#fff;font-weight:700;padding:0 1.4rem;border:0}
.news-form .btn:hover{background:#000}
.news-note{font-size:.78rem;color:#F6D3D9;margin-top:.6rem}
.news-success{display:none;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.35);border-radius:var(--r-sm);padding:.85rem 1.05rem;font-weight:600;margin-top:.6rem}

/* resources */
.manuals-card{background:var(--ink);color:#fff;border-radius:var(--r-lg);padding:2.25rem;height:100%;display:flex;flex-direction:column}
.manuals-card i.big{font-size:1.9rem;color:#fff;margin-bottom:1rem}
.manuals-card h2{color:#fff;font-size:1.35rem}
.manuals-card p{color:#B8BEC7}
.guide-link{display:flex;align-items:center;gap:.85rem;background:#fff;border:1px solid var(--border);border-radius:var(--r-md);padding:.9rem 1.1rem;color:var(--ink);font-weight:600;font-size:.9rem;transition:border-color .15s ease}
.guide-link:hover{border-color:var(--primary);color:var(--primary)}
.guide-link .ic{flex:0 0 32px;width:32px;height:32px;border-radius:var(--r-sm);background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:.8rem}

/* brands */
.brand-pill{font-family:'Archivo','Inter',sans-serif;font-weight:800;font-size:1.1rem;letter-spacing:.1em;color:#B8BEC7}

/* cta band */
.cta-band{background:var(--ink);color:#fff}
.cta-band h2{color:#fff;margin-bottom:.5rem}
.cta-band p{color:#B8BEC7;margin-bottom:0}

/* footer */
.footer{background:#111318;color:#8B93A0}
.footer h2{color:#fff;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}
.footer a{color:#8B93A0;font-size:.88rem}
.footer a:hover{color:#fff}
.footer .logo-chip{background:#fff;border-radius:var(--r-sm);padding:.5rem .75rem;display:inline-block}
.footer .logo-chip img{height:40px;width:auto}
.footer .contact-line{display:flex;gap:.65rem;align-items:flex-start;font-size:.88rem}
.footer .contact-line i{color:var(--primary);margin-top:.25rem;flex:0 0 auto}
.footer .pay i{font-size:1.5rem;margin-right:.5rem;color:#5B6472}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);font-size:.8rem}

/* back to top */
.to-top{position:fixed;bottom:84px;right:18px;z-index:1040;width:42px;height:42px;border-radius:var(--r-sm);background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease;box-shadow:0 8px 20px rgba(10,15,20,.3)}
.to-top.show{opacity:1;pointer-events:auto}
.to-top:hover{background:var(--primary)}
@media (min-width:992px){.to-top{bottom:24px}}

/* mobile sticky bar */
.mobile-bar{position:fixed;bottom:0;left:0;right:0;z-index:1040;background:#fff;border-top:1px solid var(--border);box-shadow:0 -4px 16px rgba(15,22,30,.08)}
.mobile-bar a{flex:1;text-align:center;padding:.55rem 0 .5rem;color:var(--ink);font-size:.66rem;font-weight:600}
.mobile-bar a i{display:block;font-size:1.1rem;margin-bottom:.15rem;color:var(--primary)}
@media (max-width:991.98px){body{padding-bottom:62px}}
@media (max-width:575.98px){.section{padding:3rem 0}.site-header .logo img{height:38px}.hero-inner{padding:2.5rem 0 2rem}}

/* ===== legacy-CSS compatibility shim (values copied from the mockup above) ===== */
.mainnav .navbar-nav .nav-link,
.mainnav .nav-link{color:#DEE2E7!important;font-weight:600!important;font-size:.9rem!important;padding:.85rem 1rem!important}
.mainnav .navbar-nav .nav-link:hover,.mainnav .navbar-nav .nav-link:focus,
.mainnav .nav-link:hover,.mainnav .nav-link:focus{color:#fff!important;background:rgba(255,255,255,.06)}
.mainnav .nav-help,.mainnav .nav-link.nav-help{color:#B8BEC7!important;font-size:.85rem!important}
.mainnav .dropdown-item{color:#212529!important;font-weight:500!important;font-size:.9rem!important;padding:.55rem .8rem!important}
.mainnav .dropdown-item:hover{background:var(--primary-soft)!important;color:var(--primary)!important}
.search-form .form-control{background-color:#fff!important;height:48px!important}
.news-form .form-control{background-color:#fff!important;height:52px!important}
/* custom-css.css:568 forces .form-control::placeholder white — invisible on the
   mockup's white inputs. Restore a readable muted grey. */
.search-form .form-control::placeholder,
.news-form .form-control::placeholder{color:#8B93A0!important;font-size:.92rem!important;opacity:1!important}

/* atp-theme.css (legacy) centres .section-head and narrows its <p>. The mockup's
   section heads are left-aligned and full-width. Scoped to the mockup's own
   .section/.section-sm wrappers so legacy .section-pad modules stay centred. */
.section .section-head,.section-sm .section-head{text-align:left!important}
.section .section-head p,.section-sm .section-head p{max-width:none!important;margin-left:0!important;margin-right:0!important;font-size:1rem!important}

/* ============ VISUAL DEPTH ============
   The flat mockup reads washed-out once sections stack on a live page. These
   additions keep the mockup's palette but add contrast, rhythm and accent. */

/* Accent rule under every section eyebrow so headings anchor visually */
.section .section-head .eyebrow,.section-sm .section-head .eyebrow{position:relative;padding-bottom:.55rem}
.section .section-head .eyebrow::after{content:'';position:absolute;left:0;bottom:0;width:34px;height:3px;border-radius:3px;background:var(--primary)}

/* Alternate section tint — stops 4 white sections stacking into a grey blur */
.section-alt{background:linear-gradient(180deg,#F8FAFC 0%,#EEF2F7 100%)!important}

/* Category cards: lift + accent edge on hover instead of a flat border swap */
.cat-card{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.cat-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(15,22,30,.12)}
.cat-card .body{border-top:1px solid var(--border)}

/* Model tiles: same lift, and make the "Parts diagram" affordance read as a link */
.model-tile{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.model-tile:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(15,22,30,.12)}
.model-tile .tag{color:var(--primary);font-weight:700}

/* Step cards: numbered badge in brand red, not a pale pink chip */
.step-card{transition:box-shadow .18s ease,transform .18s ease}
.step-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(15,22,30,.08)}
.step-num{background:var(--primary)!important;color:#fff!important;font-size:1rem!important}

/* Product tab slider — match the site theme (module ships its own neutral CSS) */
#best-sellers{background:linear-gradient(180deg,#F8FAFC 0%,#fff 100%)}
.s-tab.on,.s-tab:hover{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}
.s-nav-btn:hover{border-color:var(--primary)!important;color:var(--primary)!important}
.product-slider .owl-dot.active span,.owl-carousel .owl-dot.active span{background:var(--primary)!important}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{color:var(--ink)!important}

/* Fact card gets a subtle brand wash so the SEO block isn't two grey columns */
.fact-card{background:linear-gradient(180deg,#fff 0%,var(--primary-soft) 240%)!important;border-color:#EAD4D9!important}

/* ---- Hero stats alignment ----
   Legacy atp-theme.css sets .hero-stats{display:flex;gap:32px}. The mockup's
   markup is a Bootstrap .row of 4 col-md-3, so 4x25% + 3x32px overflowed and
   wrapped the 4th stat onto its own line. Drop the gap; the row gutters space it. */
.hero .hero-stats,.hero-stats.row{gap:0!important}
.hero .hero-stats > [class*="col-"]{padding-top:.25rem;padding-bottom:.25rem}

/* ---- Product slider: equal-height cards ----
   Owl leaves .owl-item at content height, so cards with a 2-line title or a
   "Save" row ran taller and the Add-to-Cart buttons went ragged. Stretch the
   stage and pin the action row to the bottom of every card.

   flex:0 0 auto on .owl-item is load-bearing: making the stage a flex container
   turns the items into flex items, which then shrink from the inline width Owl
   assigns them according to how much content each card holds. That is why a
   short-titled card (no second title line, no star row) rendered visibly
   narrower than its neighbours. Pinning flex-grow/shrink to 0 keeps Owl's
   width authoritative while still giving every card the same height. */
.product-slider .owl-stage{display:flex!important;align-items:stretch!important}
.product-slider .owl-item{display:flex!important;height:auto!important;flex:0 0 auto!important}
.product-slider .owl-item > *{width:100%;display:flex}
.product-slider .sap-card{height:100%!important;display:flex!important;flex-direction:column!important;width:100%!important;flex:1 1 auto!important;min-width:0!important}
/* width/flex/min-width above are the reason all four cards are the same width.
   .sap-slider-item is display:flex, so .sap-card is a flex item and defaults to
   flex:0 1 auto — basis auto means it sizes to its own content and may shrink.
   A card with a one-line title and no star row therefore rendered ~214px inside
   the same 279px slot its neighbours filled at 267px. min-width:0 keeps long
   product titles from pushing it back out again. */
/* .sap-actions is a sibling of .sap-body, so the body must absorb the slack and
   the price row must sit at its bottom — otherwise the buttons land at
   different heights on cards that carry a "Save" row. */
.product-slider .sap-body{flex:1 1 auto!important;display:flex!important;flex-direction:column!important}
.product-slider .sap-price-row{margin-top:auto!important}
/* Give the action row a deterministic height (fixed button height + padding) so
   it can't absorb the leftover space — all slack goes to .sap-body instead and
   every Add-to-Cart lands on the same baseline. */
.product-slider .sap-actions{margin-top:0!important;flex:0 0 auto!important;align-items:stretch;padding:0 14px 14px!important}
.product-slider .sap-actions .sap-btn-cart,
.product-slider .sap-actions .sap-btn-buy{height:40px!important;flex:1 1 0!important;
  white-space:nowrap!important;font-size:12px!important;padding:0 6px!important;min-width:0}

/* ---- Slider header rhythm: tabs left, arrows right, one row ---- */
.slider-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:18px 0 26px}
.slider-controls .slider-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0;flex:1 1 auto}
.slider-controls .slider-nav{display:flex;gap:8px;flex:0 0 auto}
.slider-section .section-label{position:relative;padding-bottom:.55rem;display:inline-block}
.slider-section .section-label::after{content:'';position:absolute;left:0;bottom:0;width:34px;height:3px;border-radius:3px;background:var(--primary)}
/* Progress track was near-invisible on white, so the red fill read as a stray line */
.slider-progress{background:var(--border)!important;border-radius:3px;overflow:hidden;max-width:260px;margin-top:22px!important}

/* ==================================================================
   TYPE SYSTEM
   Big Inter-800 headings with default (0) tracking read loose and
   generic. Tightening the display sizes and lifting body contrast is
   what makes the page feel designed rather than templated.
   ================================================================== */
body{color:#3E4A5C;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
h1,h2,h3,h4,h5{letter-spacing:-.02em}

.hero h1{letter-spacing:-1.5px!important;line-height:1.05!important}

/* ==================================================================
   HERO — depth pass
   A flat single-colour panel with an opaque white card floating on it
   reads cheap. Rebuilt with a deep gradient, soft light bloom, and a
   translucent "glass" product card (the search bar stays the primary
   action). Brand red still owns the section; ink anchors the corners.
   ================================================================== */
/* FLAT brand red — no gradient anywhere. Depth comes from contrast and
   translucency (structure measured off the reference hero), not from shading:
   a deeper red for the badge, a near-black ink panel for the product card so
   it reads as a distinct object rather than a white box floating on colour. */
.hero{background:var(--primary)!important;background-image:none!important;position:relative}
.hero::before,.hero::after{display:none!important}

/* Badge pill: deeper red than the background + warm accent text */
.hero-eyebrow{display:inline-flex!important;align-items:center;gap:.55rem;
  background:rgba(0,0,0,.22)!important;border:1px solid rgba(255,255,255,.26);
  padding:.4rem .95rem;border-radius:40px;color:#FFC7D0!important;
  font-size:.76rem!important;letter-spacing:.08em!important;font-weight:700!important}
.hero-eyebrow::before{content:'';width:7px;height:7px;border-radius:50%;background:#FFC7D0;flex:0 0 auto}

/* Accent phrase: warm amber reads as a true accent against red,
   where a pink tint just blended into the background. */
.hero h1 em{font-style:normal;color:#FFC94D}

/* Lead copy recedes so headline + search own the hierarchy */
.hero-lead{color:rgba(255,255,255,.72)!important;line-height:1.75!important}

.hero-search{box-shadow:0 10px 30px rgba(0,0,0,.22)!important;border:0}

/* Product card = flat ink panel on the red. Solid, no blur, no gradient. */
.hero-photo .featured-card{background:#0F172A!important;
  border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;
  box-shadow:none!important;backdrop-filter:none!important;padding:24px!important}
/* Card contents invert to light on the glass surface.
   (The card renders the mockup's .badge-tag / h3 / .sku / .price markup.) */
.hero-photo .featured-card h3,
.hero-photo .featured-card h3 a{color:#fff!important;font-weight:800;letter-spacing:-.015em}
.hero-photo .featured-card .sku{color:rgba(255,255,255,.62)!important}
.hero-photo .featured-card .price{color:#fff!important}
.hero-photo .featured-card .was{color:rgba(255,255,255,.5)!important}
.hero-photo .featured-card .badge-tag{color:#FFC94D!important;font-weight:800;letter-spacing:.06em}
.hero-photo .featured-card .badges span{color:rgba(255,255,255,.88)!important;font-weight:500}
.hero-photo .featured-card .badges i{color:#8FE3AE!important}
.hero-photo .featured-card .thumb{background:#fff!important;border:0!important;border-radius:12px!important}
/* Primary CTA flips to white-on-red for maximum contrast against the glass */
.hero-photo .featured-card .cta-row .btn-primary-atp{background:#fff!important;border-color:#fff!important;
  color:var(--primary)!important;font-weight:800!important;box-shadow:0 8px 20px rgba(0,0,0,.22)}
.hero-photo .featured-card .cta-row .btn-primary-atp:hover{background:#FFE9ED!important;border-color:#FFE9ED!important}
.hero-photo .featured-card .cta-row .btn-outline-atp{background:transparent!important;
  border-color:rgba(255,255,255,.55)!important;color:#fff!important}
.hero-photo .featured-card .cta-row .btn-outline-atp:hover{background:rgba(255,255,255,.14)!important;color:#fff!important}
/* Legacy [[hero_product]] markup, in case the older classes are ever emitted */
.hero-photo .featured-card .hero-prod-name,.hero-photo .featured-card .hero-prod-price{color:#fff!important}
.hero-photo .featured-card .hero-prod-sku,.hero-photo .featured-card .hero-prod-was{color:rgba(255,255,255,.6)!important}

/* Quick-link tiles: same flat ink panel language as the card */
.featured-links a{background:rgba(15,23,42,.55)!important;border:1px solid rgba(255,255,255,.14)!important;
  color:#fff!important;border-radius:12px!important;transition:background .15s ease,transform .15s ease}
.featured-links a:hover{background:#0F172A!important;color:#fff!important;transform:translateY(-2px)}
.featured-links a i{color:#FFC94D!important}

/* Stats + trust row sit on a soft rule rather than a hard line */
.hero-stats{border-top:1px solid rgba(255,255,255,.18)!important}
.hero-trust{border-top-color:rgba(255,255,255,.18)!important}
.hero-trust li i{color:#FFC94D!important}
.hero-eyebrow{font-size:.8rem!important;letter-spacing:.1em!important;font-weight:800!important;color:#FBD3D9!important}
.hero-lead{font-size:1.075rem!important;line-height:1.7!important;color:rgba(255,255,255,.88)!important;max-width:33rem}
.hero-trust li{font-size:.875rem!important}
.hero-quicklinks a{border-bottom-color:rgba(255,255,255,.55)}

/* Section headings: one clear rhythm everywhere */
.section-title,.slider-section h2{letter-spacing:-.028em!important;line-height:1.12!important}
.section-head p{font-size:1.02rem!important;line-height:1.72!important;color:#4A5768!important}
.eyebrow,.section-label{font-size:.78rem!important;letter-spacing:.1em!important;font-weight:800!important}

/* Numerals: tabular so prices/stats line up, and tightened */
.hero-stats .num,.rating-summary .big,.sap-price,.sap-was,.product-price{font-variant-numeric:tabular-nums;letter-spacing:-.025em}
.hero-stats .num{font-size:1.5rem!important}
.hero-stats .lbl{font-size:.8rem!important;color:rgba(255,255,255,.7)!important}

/* Card/product titles pick up a touch of negative tracking too */
.cat-card h3,.model-tile h3,.step-card h3,.sap-name,.review-card .who,.faq-accordion .accordion-button{letter-spacing:-.012em}

/* ===================== SECTION POLISH ===================== */

/* "3 Steps": bigger numeral chip, roomier cards */
.step-card{padding:2rem 1.85rem!important;border-radius:16px!important}
.step-num{width:40px!important;height:40px!important;border-radius:11px!important;font-size:1.05rem!important}
.step-card h3{font-size:1.1rem!important;margin-bottom:.55rem!important}
.step-card p{font-size:.95rem!important;line-height:1.72!important}

/* Category cards */
.cat-card{border-radius:16px!important}
.cat-card h3{font-size:1rem!important;font-weight:700!important;line-height:1.35}
.cat-card .go,.model-tile .diag{font-weight:700!important;font-size:.83rem!important}
.cat-card-all{border-radius:16px!important}
.cat-card-all .t{font-size:1.1rem!important}

/* Model tiles: less dead space, name carries the weight */
.model-tile{border-radius:14px!important}
.model-tile h3{font-size:.92rem!important;font-weight:700!important;min-height:2.4em}
.model-tile .tag{font-size:.66rem!important;letter-spacing:.08em!important}

/* SEO copy block */
#about-parts p{font-size:1.03rem!important;line-height:1.8!important;color:#45526480}
#about-parts p{color:#455264!important}
.tag-link{font-size:.86rem!important;font-weight:600!important;border-radius:8px!important;padding:.6rem .95rem!important}
/* ---- "Why AllTitanParts" section ----
   The right column ran out of content long before the left, leaving a big void,
   and the link cloud read as an unlabelled pile of chips. Sticky the card so it
   tracks the copy, cap the reading measure, and give the links a titled panel. */
#about-parts .col-lg-7 p{max-width:64ch}
@media (min-width:992px){#about-parts .col-lg-5{position:sticky;top:96px}}
#about-parts .d-flex.flex-wrap.gap-2{margin-top:2.25rem;padding-top:1.6rem;
  border-top:1px solid var(--border);gap:.6rem!important}
#about-parts .d-flex.flex-wrap.gap-2::before{content:'Popular parts diagrams';
  flex:0 0 100%;font-size:.76rem;font-weight:800;letter-spacing:.1em;
  text-transform:uppercase;color:var(--primary);margin-bottom:.35rem}
.fact-card{border-radius:16px!important;padding:2rem!important}
/* Solid white card with a real edge beats the washed pink gradient */
.fact-card{background:#fff!important;border:1px solid var(--border)!important;
  box-shadow:0 10px 30px rgba(15,22,30,.06)!important}
.fact-card h3{padding-bottom:.95rem;border-bottom:1px solid var(--border)}
.tag-link{background:#fff!important;box-shadow:0 1px 2px rgba(15,22,30,.04)}
.tag-link:hover{box-shadow:0 6px 16px rgba(179,5,32,.12)}

/* ============ CONTENT / LEGAL PAGES ============
   Shared shell for Privacy, Terms, Cookie Policy, Contact and the order
   status pages, so they stop looking like raw CMS dumps. */
/* Flat brand red, matching the homepage hero — no gradient, no ink. */
.lp-banner{background:var(--primary);color:#fff;padding:56px 0 44px}
.lp-banner h1{color:#fff!important;font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.03em;margin:0 0 .5rem}
.lp-eyebrow{display:inline-block;color:#FFC94D;font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.7rem}
.lp-updated{color:rgba(255,255,255,.6)!important;font-size:.9rem;margin:0}
.lp-updated i{margin-right:.4rem}
.lp-section{padding:3.5rem 0 4.5rem;background:var(--bg-subtle)}

.lp-toc{position:sticky;top:96px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.35rem 1.5rem}
.lp-toc h2{font-size:.76rem!important;letter-spacing:.1em;text-transform:uppercase;color:var(--primary)!important;margin:0 0 .85rem!important}
.lp-toc ol{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.55rem}
.lp-toc a{color:var(--body);font-size:.9rem;line-height:1.45}
.lp-toc a:hover{color:var(--primary)}
@media (max-width:991.98px){.lp-toc{position:static;margin-bottom:1.5rem}}

.lp-doc{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2.75rem 3rem;
  box-shadow:0 10px 30px rgba(15,22,30,.05)}
@media (max-width:575.98px){.lp-doc{padding:1.75rem 1.35rem}}
.lp-lead{font-size:1.08rem!important;line-height:1.75!important;color:var(--ink)!important;
  padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:2rem!important}
.lp-block{scroll-margin-top:110px}
.lp-block + .lp-block{margin-top:2.25rem;padding-top:2.25rem;border-top:1px solid var(--border)}
.lp-block h2{font-size:1.25rem!important;letter-spacing:-.02em;margin:0 0 .9rem!important}
.lp-doc p{font-size:1rem;line-height:1.78;color:var(--body);margin-bottom:1rem}
.lp-doc ul{margin:0 0 1rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.6rem}
.lp-doc li{font-size:1rem;line-height:1.7;color:var(--body)}
.lp-doc a{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.lp-inline-btn{background:none;border:0;padding:0;color:var(--primary);font-weight:600;
  text-decoration:underline;text-underline-offset:2px;cursor:pointer;font-size:inherit}

.lp-table-wrap{overflow-x:auto;margin:0 0 1rem}
.lp-table{width:100%;border-collapse:collapse;font-size:.92rem;min-width:520px}
.lp-table th{text-align:left;background:var(--bg-subtle);color:var(--ink);font-weight:700;
  padding:.75rem .9rem;border-bottom:1px solid var(--border);white-space:nowrap}
.lp-table td{padding:.75rem .9rem;border-bottom:1px solid var(--border);color:var(--body);vertical-align:top}
.lp-table tr:last-child td{border-bottom:0}

.lp-contact-card{display:flex;gap:1.1rem;align-items:flex-start;margin-top:2.5rem;
  background:var(--ink);border-radius:14px;padding:1.5rem 1.75rem}
.lp-contact-card .lp-cc-icon{flex:0 0 42px;width:42px;height:42px;border-radius:11px;background:var(--primary);
  color:#fff;display:flex;align-items:center;justify-content:center}
.lp-contact-card h3{color:#fff!important;font-size:1.02rem!important;margin:0 0 .3rem!important}
.lp-contact-card p{color:#B8BEC7!important;margin:0!important;font-size:.94rem}
.lp-contact-card a{color:#fff!important}

/* Contact page cards */
.lp-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2rem;height:100%}
.lp-card-icon{width:46px;height:46px;border-radius:12px;background:var(--primary);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:1.1rem}
.lp-card h2{font-size:1.1rem!important;margin:0 0 .55rem!important}
.lp-card p{font-size:.95rem;line-height:1.7;color:var(--body);margin-bottom:.6rem}
.lp-card .lp-strong a{font-size:1.05rem;font-weight:800;color:var(--ink);text-decoration:none}
.lp-card .lp-strong a:hover{color:var(--primary)}
.lp-help-strip{display:flex;gap:2rem;flex-wrap:wrap;justify-content:space-between;align-items:center;
  background:#fff;border:1px solid var(--border);border-radius:16px;padding:2rem;margin-top:1.5rem}
.lp-help-strip h2{font-size:1.15rem!important;margin:0 0 .5rem!important}
.lp-help-strip p{margin:0;color:var(--body);line-height:1.7;max-width:62ch}
.lp-help-links{display:flex;gap:.6rem;flex-wrap:wrap}
.lp-help-links a{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);
  border-radius:10px;padding:.7rem 1rem;font-size:.9rem;font-weight:600;color:var(--ink)}
.lp-help-links a:hover{border-color:var(--primary);color:var(--primary)}
.lp-help-links i{color:var(--primary)}

/* Order status pages */
.lp-status{background:var(--bg-subtle)}
.lp-status-card{max-width:660px;margin:0 auto;background:#fff;border:1px solid var(--border);
  border-radius:18px;padding:3rem 2.5rem;text-align:center;box-shadow:0 12px 34px rgba(15,22,30,.06)}
.lp-status-icon{width:66px;height:66px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  margin:0 auto 1.4rem;font-size:1.6rem;color:#fff}
.lp-status-ok .lp-status-icon{background:var(--success)}
.lp-status-fail .lp-status-icon{background:var(--primary)}
.lp-status-card h1{font-size:clamp(22px,3vw,30px);letter-spacing:-.025em;margin-bottom:.85rem}
.lp-status-card > p{color:var(--body);line-height:1.75;margin-bottom:1.75rem}
.lp-status-actions{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}
.lp-btn{display:inline-flex;align-items:center;border-radius:9px;font-weight:700;font-size:.94rem;
  padding:.8rem 1.4rem;border:1.5px solid transparent}
.lp-btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}
.lp-btn-primary:hover{background:#8A0419;color:#fff}
.lp-btn-ghost{background:#fff;color:var(--ink);border-color:var(--border)}
.lp-btn-ghost:hover{border-color:var(--ink);color:var(--ink)}
.lp-status-note{font-size:.9rem;color:var(--muted)!important;margin:0!important}

/* ==================== BLOG ====================
   The listing markup comes from clsMain::Create_Blog_Html (.blog-posts /
   .blog-post / .blog-post-image ...), which is shared by the blog index,
   blog categories and repair guides — so styling those classes upgrades all
   three without touching the generator. */
.blog-banner{padding-bottom:52px}
.blog-banner-lead{color:rgba(255,255,255,.7)!important;font-size:1.05rem;line-height:1.7;max-width:62ch;margin:.35rem 0 0}
.blog-banner-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.6rem}
.blog-banner-actions a{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);border-radius:100px;padding:.6rem 1.1rem;
  color:#fff;font-size:.88rem;font-weight:600;transition:background .15s ease}
.blog-banner-actions a:hover{background:rgba(255,255,255,.18);color:#fff}
.blog-banner-actions i{color:#FFC94D}

.blog-listing{background:var(--bg-subtle);padding:3.5rem 0 4.5rem}

/* Card grid — the generator emits plain divs, so grid does the layout */
.blog-posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}
@media (max-width:991.98px){.blog-posts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:575.98px){.blog-posts{grid-template-columns:1fr}}

.blog-post{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);
  border-radius:16px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.blog-post:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 16px 36px rgba(15,22,30,.10)}

.blog-post-image{display:block;width:100%;aspect-ratio:16/10;background-size:cover;background-position:center;
  background-repeat:no-repeat;background-color:#fff;transition:transform .3s ease}
.blog-post:hover .blog-post-image{transform:scale(1.04)}
/* Posts with no image still need the card to line up */
.blog-post > .blog-post-title-wr:first-child{padding-top:1.5rem}

.blog-post-title-wr{display:block;padding:1.35rem 1.5rem 0}
.blog-post-title{font-size:1.05rem!important;font-weight:800!important;line-height:1.35!important;
  letter-spacing:-.015em;color:var(--ink)!important;margin:0!important;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}
.blog-post-title-wr:hover .blog-post-title{color:var(--primary)!important}

.blog-post-date-wr{padding:.65rem 1.5rem 0;font-size:.8rem;color:var(--muted);font-weight:600;
  display:flex;align-items:center;gap:.45rem}
.blog-post-date-wr i{color:var(--primary)}

.blog-post-desc{padding:.75rem 1.5rem 0;margin:0!important;font-size:.93rem!important;line-height:1.65!important;
  color:var(--body)!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

.blog-post-btn{margin-top:auto!important;padding:1.15rem 1.5rem 1.5rem}
.blog-post-btn .btn-link-fm{display:inline-flex;align-items:center;gap:.45rem;color:var(--primary);
  font-weight:700;font-size:.9rem;text-decoration:none}
.blog-post-btn .btn-link-fm::after{content:'\2192';transition:transform .15s ease}
.blog-post:hover .btn-link-fm::after{transform:translateX(4px)}

/* Pagination.
   The generator emits the pager INSIDE .blog-posts, so as a grid child it was
   squeezed into a single column. Span every column so it sits on its own row. */
.blog-posts > div:not(.blog-post){grid-column:1 / -1}
.fme_pagination{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-top:3rem}
.fme_pagination a,.fme_pagination span{display:inline-flex;align-items:center;justify-content:center;
  min-width:42px;height:42px;padding:0 .8rem;border:1px solid var(--border);border-radius:10px;
  background:#fff;color:var(--ink);font-weight:700;font-size:.9rem;text-decoration:none}
.fme_pagination a:hover{border-color:var(--primary);color:var(--primary)}
.fme_pagination .active,.fme_pagination .current,.fme_pagination span.active{
  background:var(--primary);border-color:var(--primary);color:#fff}

/* ===================== COOKIE CONSENT ===================== */
.cc-banner{position:fixed;left:0;right:0;bottom:0;z-index:2000;background:var(--ink);color:#fff;
  border-top:3px solid var(--primary);box-shadow:0 -10px 40px rgba(0,0,0,.28)}
.cc-banner-inner{max-width:1320px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;gap:1.75rem;
  align-items:center;justify-content:space-between;flex-wrap:wrap}
.cc-copy{flex:1 1 460px;min-width:0}
.cc-copy h2{color:#fff!important;font-size:1.05rem!important;margin:0 0 .35rem!important;letter-spacing:-.015em}
.cc-copy p{color:#B8BEC7!important;font-size:.9rem!important;line-height:1.6!important;margin:0!important;max-width:70ch}
.cc-actions{display:flex;gap:.6rem;flex-wrap:wrap;flex:0 0 auto}
.cc-btn{border-radius:8px;font-weight:700;font-size:.88rem;padding:.65rem 1.15rem;border:1.5px solid transparent;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease}
.cc-btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}
.cc-btn-primary:hover{background:#8A0419;border-color:#8A0419}
.cc-btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.32)}
.cc-btn-ghost:hover{background:rgba(255,255,255,.12)}

.cc-modal{position:fixed;inset:0;z-index:2100;display:flex;align-items:center;justify-content:center;padding:1rem}
.cc-modal[hidden]{display:none}
.cc-modal-backdrop{position:absolute;inset:0;background:rgba(10,15,20,.6)}
.cc-modal-panel{position:relative;background:#fff;border-radius:16px;max-width:620px;width:100%;
  max-height:88vh;display:flex;flex-direction:column;box-shadow:0 30px 70px rgba(0,0,0,.35)}
.cc-modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}
.cc-modal-head h2{font-size:1.15rem!important;margin:0!important;letter-spacing:-.02em}
.cc-x{background:transparent;border:0;font-size:1rem;color:#8B93A0;cursor:pointer;padding:.35rem}
.cc-x:hover{color:var(--ink)}
.cc-modal-body{padding:.5rem 1.5rem;overflow-y:auto}
.cc-modal-foot{display:flex;gap:.6rem;justify-content:flex-end;padding:1.15rem 1.5rem;border-top:1px solid var(--border);flex-wrap:wrap}
.cc-modal-foot .cc-btn-ghost{color:var(--ink);border-color:var(--border)}
.cc-modal-foot .cc-btn-ghost:hover{background:var(--bg-subtle)}
.cc-cat{padding:1.15rem 0;border-bottom:1px solid var(--border)}
.cc-cat:last-child{border-bottom:0}
.cc-cat-head{display:flex;gap:1.25rem;align-items:flex-start;justify-content:space-between}
.cc-cat h3{font-size:.98rem!important;margin:0 0 .3rem!important;letter-spacing:-.012em}
.cc-cat p{font-size:.88rem!important;line-height:1.6!important;color:#5A6678!important;margin:0!important}
.cc-always{flex:0 0 auto;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  color:var(--success);background:var(--success-bg);border-radius:100px;padding:.35rem .7rem}
.cc-switch{flex:0 0 auto;position:relative;display:inline-block;width:46px;height:26px;cursor:pointer}
.cc-switch input{opacity:0;width:0;height:0}
.cc-switch span{position:absolute;inset:0;background:#CBD5E1;border-radius:26px;transition:background .18s ease}
.cc-switch span::before{content:'';position:absolute;height:20px;width:20px;left:3px;top:3px;background:#fff;
  border-radius:50%;transition:transform .18s ease}
.cc-switch input:checked + span{background:var(--primary)}
.cc-switch input:checked + span::before{transform:translateX(20px)}
.cc-switch input:focus-visible + span{outline:2px solid var(--primary);outline-offset:2px}
@media (max-width:767.98px){
  .cc-banner-inner{padding:1rem 1.1rem;gap:1rem}
  .cc-actions{width:100%}
  .cc-actions .cc-btn{flex:1 1 auto;text-align:center}
  .cc-copy p{font-size:.85rem!important}
}
/* Footer "Cookie settings" trigger */
.cc-open-link{background:none;border:0;padding:0;color:#8B93A0;font-size:.88rem;cursor:pointer}
.cc-open-link:hover{color:#fff;text-decoration:underline}

/* Fitment-help card: ink panel so the column ends on a strong CTA */
.fitment-help{display:flex;gap:1rem;background:var(--ink);border-radius:16px;padding:1.6rem 1.75rem;color:#fff}
.fitment-help .fh-icon{flex:0 0 42px;width:42px;height:42px;border-radius:11px;
  background:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.05rem;color:#fff}
.fitment-help h3{color:#fff!important;font-size:1.05rem!important;margin:0 0 .4rem!important;letter-spacing:-.015em}
/* #about-parts is an ID selector, so "#about-parts p{color:#455264!important}"
   above (dark slate, meant for the light SEO copy) was beating this rule even
   with !important on both sides — ID specificity always wins over class.
   Re-scope with the #about-parts ID so this wins on its own dark card. */
#about-parts .fitment-help p{color:#B8BEC7!important;font-size:.92rem!important;line-height:1.65!important;margin:0 0 .85rem!important}
.fitment-help .fh-call{display:inline-flex;align-items:center;background:#fff;color:var(--primary)!important;
  font-weight:800;font-size:.95rem;border-radius:9px;padding:.6rem 1.05rem;transition:background .15s ease}
.fitment-help .fh-call:hover{background:#FFE9ED}
.fact-card h3{font-size:1.05rem!important;margin-bottom:1.1rem!important}
.fact-card ul li{font-size:.95rem!important;line-height:1.68!important}

/* ---- "3 Steps": connect the cards into a real sequence ---- */
.steps-wrap{position:relative}
.steps-connector{display:none!important}
.step-card{position:relative;border-radius:16px!important;overflow:hidden}
/* Red rail on the left edge grows on hover — reads as progress, not decoration */
.step-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;
  background:var(--primary);opacity:.16;transition:opacity .18s ease}
.step-card:hover::before{opacity:1}
/* Oversized ghost numeral anchors each card */
.step-card::after{content:attr(data-step);position:absolute;right:1.1rem;bottom:.4rem;
  font-size:5.5rem;font-weight:800;line-height:1;color:var(--primary);opacity:.05;pointer-events:none}
.step-num{position:relative;z-index:1}

/* Reviews */
.review-card{border-radius:16px!important;padding:1.75rem!important;
  display:flex;flex-direction:column;height:100%;position:relative}
/* Quote mark instead of an empty top-left corner */
.review-card::before{content:'\201C';position:absolute;top:.4rem;right:1.25rem;
  font-family:Georgia,serif;font-size:4.5rem;line-height:1;color:var(--primary);opacity:.10;pointer-events:none}
.review-card .quote{flex:1 1 auto}
.review-card .rv-meta{min-width:0}
.review-card .where{font-size:.78rem;color:#8B93A0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:190px}
.review-card .where a{color:#8B93A0}
.review-card .where a:hover{color:var(--primary)}
.review-card .rv-date{font-size:.75rem;color:#9AA1AB;font-weight:600;white-space:nowrap;flex:0 0 auto}
.rating-summary .stars i{font-size:1rem}
.rating-summary .stars .far{color:#D8DEE6}
.review-card .quote{font-size:.98rem!important;line-height:1.72!important;color:#42506380}
.review-card .quote{color:#425063!important}
.rating-summary .big{font-size:2.75rem!important}
.review-avatar{width:44px!important;height:44px!important}

/* Manuals / guides */
.manuals-card{border-radius:16px!important;padding:2.4rem!important}
.manuals-card h2{font-size:1.45rem!important;letter-spacing:-.02em}
.manuals-card p{line-height:1.72!important}
.guide-link{border-radius:12px!important;padding:1rem 1.15rem!important;font-size:.94rem!important}
.guide-link:hover{box-shadow:0 8px 20px rgba(15,22,30,.07);transform:translateX(2px)}
.guide-link{transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}

/* FAQ */
.faq-accordion .accordion-item{border-radius:12px!important;margin-bottom:.65rem!important}
.faq-accordion .accordion-button{font-size:1rem!important;padding:1.15rem 1.35rem!important}
.faq-accordion .accordion-body{font-size:.95rem!important;line-height:1.75!important}

/* Brand row */
.brand-pill{font-size:1.15rem!important;letter-spacing:.16em!important;color:#A7AFBC!important;transition:color .15s ease}
.brand-pill:hover{color:var(--ink)!important}

/* Newsletter + CTA */
.cta-band h2{letter-spacing:-.028em!important}
.cta-band p{font-size:1.02rem!important;line-height:1.7!important}

/* ==================== NEWSLETTER — reference structure ====================
   Reference (sprayersandparts.com) puts the newsletter on a light section as
   a CONTAINED rounded card (24px radius, generous padding), with a pill-shaped
   glass input group and a pill button — not a full-bleed solid band. Adopting
   that structure with the brand's flat red (no gradient, per the "no gradient,
   too outdated" direction already given for the hero). */
.newsletter{background:var(--bg-subtle)!important;color:inherit!important;padding:4rem 0!important}
.newsletter .container > .row{background:var(--primary);border-radius:24px;
  padding:3rem 3.25rem;margin:0;color:#fff}
@media (max-width:575.98px){.newsletter .container > .row{padding:2rem 1.5rem}}

.newsletter h2{color:#fff!important;font-size:1.9rem!important;letter-spacing:-.025em!important;margin:0!important}
.newsletter p{color:rgba(255,255,255,.65)!important;font-size:.95rem!important;line-height:1.65!important;margin-top:.4rem!important}
.newsletter .ic-big{background:rgba(255,255,255,.14)!important}

/* Pill-shaped "glass" input group, matching the reference exactly */
.news-form{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);
  border-radius:100px;padding:.3rem .3rem .3rem 1.2rem!important}
.news-form .form-control{background:transparent!important;border:0!important;height:44px!important;
  padding-left:0!important;color:#fff!important;font-size:.92rem!important}
.news-form .form-control::placeholder{color:rgba(255,255,255,.55)!important}
.news-form .btn{height:44px!important;border-radius:100px!important;background:var(--ink)!important;
  padding:0 1.5rem!important}
.news-form .btn:hover{background:#000!important}
.news-note{color:rgba(255,255,255,.55)!important}
.news-success{background:rgba(255,255,255,.14)!important}
