:root {
  --pt-red: #ef1c24;
  --pt-red-dark: #c90e17;
  --pt-ink: #101523;
  --pt-muted: #697080;
  --pt-line: #e5e8ed;
  --pt-soft: #f5f7f9;
  --pt-white: #fff;
  --pt-black: #151619;
  --pt-radius: 14px;
  --pt-shadow: 0 10px 30px rgba(17, 24, 39, .08);
  --pt-container: 1200px;
}

html { scroll-behavior: smooth; }
body.pt-site { margin: 0; color: var(--pt-ink); background: #fff; font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.6; }
body.pt-site * { box-sizing: border-box; }
body.pt-site a { color: inherit; text-decoration: none; }
body.pt-site button, body.pt-site input, body.pt-site textarea, body.pt-site select { font: inherit; }
body.pt-site img { max-width: 100%; height: auto; }
body.pt-site h1, body.pt-site h2, body.pt-site h3, body.pt-site h4 { color: var(--pt-ink); font-weight: 800; letter-spacing: -.025em; line-height: 1.18; }
body.pt-site p { color: #4e5665; }
.pt-container { width: min(calc(100% - 32px), var(--pt-container)); margin-inline: auto; }
.pt-section { padding: 66px 0; }
.pt-wrapper { min-height: 100vh; overflow: clip; }
.pt-main { min-height: 50vh; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed !important; z-index: 100000; top: 12px; left: 12px; width: auto; height: auto; clip: auto; margin: 0; padding: 10px 16px; background: #fff; color: #111; }

/* Header */
.pt-header { position: relative; z-index: 50; background: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, .06); }
.pt-topbar { background: #12141b; color: #fff; font-size: 11px; }
.pt-topbar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pt-topbar__items { display: flex; align-items: center; gap: 22px; white-space: nowrap; overflow: hidden; }
.pt-topbar__items span { color: #f0f1f4; }
.pt-topbar__items span::first-letter { color: #ffba00; }
.pt-topbar__social { display: flex; gap: 12px; font-weight: 800; }
.pt-topbar__social a { color: #fff; opacity: .85; }
.pt-header-main { background: #fff; }
.pt-header-main__inner { min-height: 78px; display: flex; align-items: center; gap: 18px; }
.pt-logo { flex: 0 0 auto; }
.pt-logo .custom-logo-link { display: flex; align-items: center; }
.pt-logo .custom-logo { width: auto; max-width: 165px; max-height: 58px; }
.pt-wordmark { display: inline-flex; width: 160px; min-height: 55px; border: 2px solid var(--pt-red); border-radius: 4px; color: var(--pt-red); flex-direction: column; justify-content: center; align-items: center; line-height: 1; }
.pt-wordmark strong { font-size: 18px; letter-spacing: -.04em; }
.pt-wordmark small { margin-top: 6px; font-size: 9px; color: #2a2d34; }
.pt-vehicle-pills, .pt-brand-pills { display: flex; align-items: center; gap: 9px; }
.pt-vehicle-pills a, .pt-brand-pills span { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 18px; border: 1px solid #e6e8ec; border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; color: #303540; box-shadow: 0 2px 7px rgba(0,0,0,.03); }
.pt-vehicle-pills a:hover, .pt-brand-pills span:hover { border-color: #ffc0c3; color: var(--pt-red); }
.pt-brand-pills { margin-left: auto; }
.pt-brand-pills span { min-width: 62px; padding-inline: 12px; color: var(--pt-red); font-style: italic; }
.pt-header-hotline { display: flex; align-items: center; gap: 9px; color: var(--pt-red); white-space: nowrap; }
.pt-header-hotline svg { width: 34px; height: 34px; padding: 8px; border-radius: 50%; fill: #fff; background: var(--pt-red); }
.pt-header-hotline span { display: flex; flex-direction: column; line-height: 1.05; }
.pt-header-hotline small { font-size: 8px; letter-spacing: .08em; color: #444b58; }
.pt-header-hotline strong { font-size: 17px; }
.pt-holding-button { display: inline-flex; align-items: center; gap: 10px; padding: 11px 16px; background: #1c1e24; color: #fff !important; border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.pt-search-toggle { border: 0; background: transparent; cursor: pointer; width: 38px; height: 38px; padding: 9px; border-radius: 50%; color: #2a2e37; }
.pt-search-toggle svg { width: 100%; height: 100%; fill: currentColor; }
.pt-search-toggle:hover { background: var(--pt-soft); color: var(--pt-red); }
.pt-search-toggle--nav { margin-left: auto; color: #fff; background: rgba(255,255,255,.16); }
.pt-mobile-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.pt-mobile-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #15191f; }
.pt-nav-bar { background: var(--pt-red); color: #fff; }
.pt-nav-bar__inner { min-height: 50px; display: flex; align-items: center; }
.pt-primary-nav { flex: 1; }
.pt-primary-menu { display: flex; align-items: stretch; list-style: none; margin: 0; padding: 0; }
.pt-primary-menu > li { margin: 0; }
.pt-primary-menu > li > a { display: flex; min-height: 50px; align-items: center; padding: 0 19px; color: #fff; font-size: 13px; font-weight: 700; }
.pt-primary-menu > li > a:hover, .pt-primary-menu > li.current-menu-item > a, .pt-primary-menu > li.current-product_cat-ancestor > a { background: rgba(143,0,7,.22); }
.pt-primary-menu > li:nth-child(-n+4) > a::before { content: '◆'; margin-right: 7px; font-size: 8px; color: #ffd222; }
.pt-search-panel { padding: 15px 0; background: #fff; border-bottom: 1px solid var(--pt-line); box-shadow: var(--pt-shadow); }
.pt-search-panel form { display: flex; max-width: 760px; margin: auto; }
.pt-search-panel input { flex: 1; height: 46px; padding: 0 18px; border: 1px solid #d8dce3; border-radius: 9px 0 0 9px; outline: none; }
.pt-search-panel button { display: flex; align-items: center; gap: 7px; border: 0; background: var(--pt-red); color: #fff; padding: 0 20px; border-radius: 0 9px 9px 0; font-weight: 700; }
.pt-search-panel svg { width: 18px; fill: currentColor; }

/* Buttons and headings */
.pt-button { min-height: 43px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 9px; border: 1px solid transparent; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.pt-button:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(17,24,39,.12); }
.pt-button svg { width: 17px; height: 17px; fill: currentColor; }
.pt-button--primary { background: var(--pt-red); color: #fff !important; border-color: var(--pt-red); }
.pt-button--primary:hover { background: var(--pt-red-dark); border-color: var(--pt-red-dark); }
.pt-button--outline { background: #fff; color: var(--pt-red) !important; border-color: var(--pt-red); }
.pt-button--light { background: #fff; color: var(--pt-red) !important; border-color: #fff; }
.pt-button--ghost-light { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.75); }
.pt-kicker { display: inline-block; color: var(--pt-red); font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pt-section-title { text-align: center; margin-bottom: 34px; }
.pt-section-title h1, .pt-section-title h2 { display: inline-block; position: relative; margin: 0; padding-bottom: 14px; font-size: clamp(28px, 3vw, 38px); }
.pt-section-title h1::after, .pt-section-title h2::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 64px; height: 4px; border-radius: 4px; background: var(--pt-red); transform: translateX(-50%); }
.pt-section-title--left { text-align: left; margin-bottom: 22px; }
.pt-section-title--left h1::after, .pt-section-title--left h2::after { left: 0; transform: none; width: 44px; height: 3px; }
.pt-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; }
.pt-section-head .pt-section-title { margin-bottom: 0; }
.pt-more-link, .pt-readmore { display: inline-flex; align-items: center; gap: 6px; color: var(--pt-red) !important; font-weight: 800; font-size: 13px; }
.pt-more-link svg, .pt-readmore svg { width: 17px; fill: currentColor; }

/* Home hero */
.pt-home-hero { padding: 34px 0 12px; background: #f5f7f9; }
.pt-home-hero__panel { position: relative; min-height: 345px; border-radius: 15px; overflow: hidden; display: flex; align-items: center; padding: 54px 62px; background:
  linear-gradient(90deg, rgba(198,0,9,.96), rgba(239,28,36,.84) 56%, rgba(239,28,36,.2)),
  var(--pt-hero-image, linear-gradient(145deg, #ed1c24 0%, #ff575d 58%, #a8050d 100%));
  background-position: center; background-size: cover; box-shadow: var(--pt-shadow); color: #fff;
}
.pt-home-hero__panel::after { content: ''; position: absolute; inset: auto -8% -42% 35%; height: 92%; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); box-shadow: 0 0 0 35px rgba(255,255,255,.05), 0 0 0 75px rgba(255,255,255,.04); }
.pt-home-hero__copy { position: relative; z-index: 2; max-width: 650px; }
.pt-home-hero .pt-kicker { color: #fff; opacity: .9; }
.pt-home-hero h1 { color: #fff; font-size: clamp(38px, 5vw, 64px); max-width: 700px; margin: 12px 0 15px; text-transform: uppercase; }
.pt-home-hero p { color: rgba(255,255,255,.9); max-width: 660px; font-size: 16px; }
.pt-home-hero__actions { display: flex; gap: 12px; margin-top: 25px; }
.pt-home-hero__branches { position: absolute; right: 38px; bottom: 30px; z-index: 2; display: grid; grid-template-columns: auto auto; gap: 0 9px; align-items: baseline; padding: 16px 20px; background: rgba(20,20,25,.65); border: 1px solid rgba(255,255,255,.25); border-radius: 12px; backdrop-filter: blur(8px); }
.pt-home-hero__branches strong { font-size: 29px; color: #fff; line-height: 1; }
.pt-home-hero__branches span { color: #fff; font-size: 11px; }
.pt-quicklinks { padding: 20px 0 34px; background: #f5f7f9; }
.pt-quicklinks__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pt-quicklinks__grid > a { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 14px; min-height: 88px; padding: 18px; border: 1px solid #e8ebef; border-radius: 12px; background: #fff; box-shadow: 0 4px 14px rgba(17,24,39,.04); }
.pt-quicklinks__grid > a:hover { border-color: #ffb7ba; transform: translateY(-2px); }
.pt-quicklinks__icon { display: grid; place-items: center; width: 42px; height: 42px; background: #fff0f1; color: var(--pt-red); border-radius: 10px; font-weight: 900; }
.pt-quicklinks strong, .pt-quicklinks small { display: block; }
.pt-quicklinks strong { font-size: 14px; }
.pt-quicklinks small { margin-top: 4px; font-size: 11px; color: #777f8d; }
.pt-quicklinks b { color: #a2a8b1; font-size: 24px; }

/* Product cards */
.pt-products-showcase { background: #fff; }
.pt-section-head--tabs { align-items: center; }
.pt-tabs, .pt-category-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pt-tabs a, .pt-category-pills a { display: inline-flex; min-height: 36px; align-items: center; padding: 0 17px; border-radius: 999px; border: 1px solid var(--pt-line); background: #fff; color: #6a7280; font-size: 12px; font-weight: 700; }
.pt-tabs a.is-active, .pt-tabs a:hover, .pt-category-pills a.is-active, .pt-category-pills a:hover { background: var(--pt-red); border-color: var(--pt-red); color: #fff; }
.pt-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.pt-product-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pt-product-card { min-width: 0; position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--pt-line); border-radius: 13px; background: #fff; box-shadow: 0 5px 18px rgba(17,24,39,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pt-product-card:hover { transform: translateY(-4px); border-color: #ffd0d2; box-shadow: 0 15px 30px rgba(17,24,39,.10); }
.pt-product-card__image { position: relative; display: flex; min-height: 260px; align-items: center; justify-content: center; background: linear-gradient(180deg, #fff, #f8f9fb); overflow: hidden; }
.pt-product-card__image img { width: 100%; height: 245px; object-fit: contain; padding: 18px; transition: transform .3s ease; }
.pt-product-card:hover .pt-product-card__image img { transform: scale(1.035); }
.pt-product-badge { position: absolute; top: 12px; left: 12px; z-index: 3; width: 67px; height: 67px; display: grid; place-items: center; padding: 8px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffeb00, #ffbc00 58%, #f11b23 60%, #d60f17); border: 3px solid #fff; color: #e51017; font-size: 10px; line-height: 1.05; text-align: center; font-weight: 1000; text-transform: uppercase; box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.pt-product-ribbon { position: absolute; left: 0; right: 0; bottom: 0; min-height: 37px; display: flex; align-items: center; justify-content: center; padding: 7px 10px; background: linear-gradient(90deg, #d9000a, #ff1e27, #d9000a); color: #fff; font-weight: 900; font-size: 17px; line-height: 1; text-transform: uppercase; text-shadow: 0 1px 1px rgba(0,0,0,.2); }
.pt-product-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px 16px 16px; }
.pt-product-card__body h3 { margin: 0 0 4px; font-size: 18px; }
.pt-product-card__body h3 a:hover { color: var(--pt-red); }
.pt-product-card__category { min-height: 22px; color: #8b919c; font-size: 11px; }
.pt-product-card__category a { color: inherit; }
.pt-spec-chips { display: flex; flex-wrap: wrap; gap: 5px; margin: 12px 0 16px; }
.pt-spec-chips span { padding: 4px 7px; background: #f4f6f8; border: 1px solid #e6e9ee; border-radius: 4px; color: #657080; font-size: 10px; line-height: 1.2; }
.pt-product-card__actions { display: grid; grid-template-columns: 1fr 1.15fr; gap: 8px; margin-top: auto; }
.pt-product-card__actions .pt-button { min-height: 38px; padding-inline: 10px; font-size: 11px; }
.pt-empty { grid-column: 1 / -1; padding: 40px; background: var(--pt-soft); border-radius: 12px; text-align: center; }

/* Stats and promotions */
.pt-stats { padding: 44px 0; background: #fafbfc; border-block: 1px solid #eef0f3; }
.pt-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pt-stats__grid > div { text-align: center; padding: 18px 30px; border-right: 1px solid #e7e9ed; }
.pt-stats__grid > div:last-child { border-right: 0; }
.pt-stats__icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 50%; background: #fff0f1; color: var(--pt-red); box-shadow: 0 5px 15px rgba(239,28,36,.12); }
.pt-stats h3 { font-size: 13px; margin: 0 0 6px; }
.pt-stats strong { display: block; color: var(--pt-red); font-size: 34px; font-style: italic; line-height: 1.1; }
.pt-stats p { margin: 5px 0 0; font-size: 12px; }
.pt-promotions { background: #fff; }
.pt-promotion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pt-promotion-card { position: relative; min-height: 260px; overflow: hidden; border-radius: 14px; border: 1px solid #e5e7eb; box-shadow: var(--pt-shadow); background: #eef1f4; }
.pt-promotion-card__media { display: block; height: 100%; }
.pt-promotion-card__media img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .35s ease; }
.pt-promotion-card__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 25px; background: rgba(5,12,20,.68); color: #fff; opacity: 0; transform: scale(1.03); transition: opacity .25s ease, transform .25s ease; text-align: center; }
.pt-promotion-card:hover .pt-promotion-card__overlay, .pt-promotion-card:focus .pt-promotion-card__overlay { opacity: 1; transform: scale(1); }
.pt-promotion-card:hover img { transform: scale(1.035); }
.pt-promotion-card__overlay strong { font-size: 22px; }
.pt-promotion-card__overlay em { padding: 11px 17px; border-radius: 8px; background: var(--pt-red); font-style: normal; font-size: 12px; font-weight: 800; }
.pt-media-placeholder { display: grid; place-items: center; width: 100%; min-height: 220px; padding: 24px; background: repeating-linear-gradient(135deg, #f2f3f5, #f2f3f5 12px, #e9ebee 12px, #e9ebee 24px); color: #848b96; text-align: center; font-size: 13px; font-weight: 700; }

/* Posts and services */
.pt-news { background: #fafbfc; }
.pt-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.pt-post-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pt-post-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pt-post-card { min-width: 0; overflow: hidden; border: 1px solid var(--pt-line); border-radius: 12px; background: #fff; box-shadow: 0 5px 18px rgba(17,24,39,.04); transition: transform .2s ease, box-shadow .2s ease; }
.pt-post-card:hover { transform: translateY(-3px); box-shadow: var(--pt-shadow); }
.pt-post-card__image { display: block; height: 210px; overflow: hidden; background: #eef1f4; }
.pt-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.pt-post-card:hover .pt-post-card__image img { transform: scale(1.04); }
.pt-post-card__image .pt-media-placeholder { min-height: 210px; }
.pt-post-card__body { padding: 18px; }
.pt-post-card__label { display: inline-block; margin-bottom: 8px; color: var(--pt-red); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.pt-post-card h3 { margin: 0 0 8px; font-size: 18px; }
.pt-post-card h3 a:hover { color: var(--pt-red); }
.pt-post-card p { min-height: 50px; margin: 0 0 14px; font-size: 13px; line-height: 1.5; }
.pt-readmore { font-size: 12px; }
.pt-delivery { background: #fff; }
.pt-delivery__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.pt-delivery__copy { padding-left: 36px; }
.pt-delivery__copy ul { padding-left: 20px; color: #515968; }
.pt-delivery__copy li { margin: 10px 0; }
.pt-delivery__media { min-height: 330px; position: relative; display: flex; align-items: center; }
.pt-delivery__media::before { content: ''; position: absolute; z-index: 0; inset: 15% -3% -2% 12%; border-radius: 16px; background: #ffe1a5; transform: rotate(2deg); }
.pt-delivery__media img, .pt-delivery__media .pt-media-placeholder { position: relative; z-index: 1; width: 100%; min-height: 320px; object-fit: cover; border-radius: 14px; box-shadow: var(--pt-shadow); }

/* Breadcrumb and archives */
.pt-breadcrumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; color: #818895; font-size: 12px; }
.pt-breadcrumb a:hover { color: var(--pt-red); }
.pt-breadcrumb span { color: #b0b5bd; }
.pt-page-head { padding: 40px 0 20px; background: #f7f8fa; }
.pt-page-head > .pt-container > p { max-width: 760px; }
.pt-archive-services { padding-top: 35px; background: #f7f8fa; }
.pt-pagination { margin-top: 35px; }
.pt-pagination ul, .pt-pagination .nav-links { display: flex; gap: 7px; align-items: center; list-style: none; padding: 0; }
.pt-pagination a, .pt-pagination span.page-numbers { display: grid; min-width: 34px; height: 34px; place-items: center; border: 1px solid var(--pt-line); border-radius: 7px; background: #fff; font-size: 12px; }
.pt-pagination .current { background: var(--pt-red) !important; border-color: var(--pt-red) !important; color: #fff; }
.pt-product-archive { background: #f6f7f9; }
.pt-product-filter { margin-bottom: 22px; }
.pt-product-filter form { position: relative; display: flex; width: min(100%, 780px); margin-bottom: 12px; }
.pt-product-filter input { width: 100%; height: 45px; padding: 0 48px 0 16px; border: 1px solid var(--pt-line); border-radius: 999px; background: #fff; outline: none; }
.pt-product-filter form button { position: absolute; right: 6px; top: 5px; width: 35px; height: 35px; border: 0; border-radius: 50%; background: transparent; color: #8290a2; cursor: pointer; }
.pt-product-filter form svg { width: 18px; fill: currentColor; }
.pt-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.pt-filter-chips a, .pt-filter-chips button { min-height: 34px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid var(--pt-line); border-radius: 999px; background: #fff; color: #647080; font-size: 11px; font-weight: 700; cursor: pointer; }
.pt-product-archive__layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 24px; align-items: start; }
.pt-archive-promo { position: sticky; top: 20px; padding: 24px; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #db0d17, #f42c34); box-shadow: var(--pt-shadow); overflow: hidden; }
.pt-archive-promo::after { content: ''; position: absolute; width: 160px; height: 160px; right: -60px; bottom: -65px; border-radius: 50%; border: 1px solid rgba(255,255,255,.26); box-shadow: 0 0 0 20px rgba(255,255,255,.05); }
.pt-archive-promo span { font-size: 9px; font-weight: 900; }
.pt-archive-promo h2 { color: #fff; margin: 7px 0; font-size: 22px; }
.pt-archive-promo p { color: rgba(255,255,255,.86); font-size: 13px; }
.pt-archive-promo .pt-button { position: relative; z-index: 1; width: 100%; }

/* Service single */
.pt-service-single { background: #f7f8fa; }
.pt-service-single__layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 34px; align-items: start; }
.pt-service-single__content { padding: 0 0 20px; }
.pt-service-single__hero { min-height: 320px; margin-bottom: 22px; overflow: hidden; border-radius: 14px; background: #e8ebef; box-shadow: 0 8px 22px rgba(17,24,39,.06); }
.pt-service-single__hero img { width: 100%; height: 360px; object-fit: cover; }
.pt-service-single__hero .pt-media-placeholder { min-height: 360px; }
.pt-service-single h1 { margin: 4px 0 20px; font-size: clamp(31px, 4vw, 45px); }
.pt-entry-content { font-size: 15px; }
.pt-entry-content h2 { margin-top: 32px; font-size: 26px; }
.pt-entry-content h3 { margin-top: 26px; }
.pt-entry-content img { border-radius: 10px; }
.pt-service-sidebar { position: sticky; top: 22px; }
.pt-service-contact-card { padding: 25px; border-radius: 13px; background: var(--pt-red); color: #fff; text-align: center; }
.pt-service-contact-card > svg { width: 43px; height: 43px; fill: #fff; }
.pt-service-contact-card h2 { color: #fff; margin: 8px 0; font-size: 22px; }
.pt-service-contact-card p { color: rgba(255,255,255,.9); font-size: 12px; }
.pt-service-contact-card > a { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 7px; margin: 15px 0 8px; border: 1px solid #fff; border-radius: 8px; color: #fff; font-weight: 800; }
.pt-service-contact-card a svg { width: 17px; fill: currentColor; }
.pt-service-contact-card .pt-button { width: 100%; }
.pt-service-sidebar__list { margin-top: 18px; padding: 20px; border-radius: 12px; background: #fff; border: 1px solid var(--pt-line); }
.pt-service-sidebar__list h3 { margin: 0 0 12px; font-size: 16px; }
.pt-service-sidebar__list ul { list-style: none; margin: 0; padding: 0; }
.pt-service-sidebar__list li { border-top: 1px solid #eceef1; }
.pt-service-sidebar__list li:first-child { border-top: 0; }
.pt-service-sidebar__list a { display: block; padding: 10px 0; color: #5c6572; font-size: 13px; }
.pt-service-sidebar__list a::before { content: '›'; margin-right: 7px; color: var(--pt-red); font-weight: 900; }
.pt-related-services { background: #f7f8fa; }

/* Product single */
.pt-single-product { padding-top: 35px; background: #f8f9fb; }
.pt-single-product__hero { display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: start; }
.pt-product-gallery { min-width: 0; }
.pt-product-gallery__main { position: relative; min-height: 470px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: var(--pt-shadow); }
.pt-product-gallery__main > img { width: 100%; height: 470px; object-fit: contain; padding: 28px; }
.pt-product-gallery__main .pt-product-badge { width: 82px; height: 82px; font-size: 11px; }
.pt-product-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; }
.pt-product-gallery__thumbs button { flex: 0 0 74px; height: 70px; border: 1px solid var(--pt-line); border-radius: 9px; background: #fff; cursor: pointer; padding: 4px; }
.pt-product-gallery__thumbs button:hover, .pt-product-gallery__thumbs button.is-active { border-color: var(--pt-red); }
.pt-product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.pt-product-summary { padding: 12px 0; }
.pt-product-summary h1 { margin: 8px 0 5px; font-size: clamp(36px, 4.5vw, 53px); }
.pt-product-subtitle { margin: 0 0 12px; color: var(--pt-red) !important; font-weight: 800; }
.pt-product-shortdesc { font-size: 14px; }
.pt-summary-specs { display: grid; grid-template-columns: repeat(2, 1fr); margin: 20px 0; border: 1px solid var(--pt-line); border-radius: 10px; overflow: hidden; background: #fff; }
.pt-summary-specs > div { padding: 12px; border-right: 1px solid var(--pt-line); border-bottom: 1px solid var(--pt-line); }
.pt-summary-specs > div:nth-child(2n) { border-right: 0; }
.pt-summary-specs span, .pt-summary-specs strong { display: block; }
.pt-summary-specs span { color: #8a909a; font-size: 10px; }
.pt-summary-specs strong { margin-top: 2px; font-size: 13px; }
.pt-product-finance { padding: 16px 18px; border: 1px solid #ffd1d3; border-radius: 10px; background: #fff6f6; font-size: 13px; }
.pt-product-finance > strong { display: block; color: var(--pt-red); margin-bottom: 8px; }
.pt-product-finance ul { margin: 0; padding-left: 20px; }
.pt-product-finance li { margin: 5px 0; }
.pt-product-summary__actions { display: grid; grid-template-columns: 1.15fr 1fr; gap: 10px; margin-top: 18px; }
.pt-native-cart { margin-top: 18px; }
.pt-native-cart .quantity input { min-height: 42px; }
.pt-native-cart .single_add_to_cart_button { min-height: 42px; background: var(--pt-red) !important; }
.pt-product-features { background: #fff; }
.pt-feature-row { min-height: 370px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin: 70px 0; }
.pt-feature-row--right .pt-feature-row__media { order: 2; }
.pt-feature-row--right .pt-feature-row__copy { order: 1; }
.pt-feature-row__media { min-height: 330px; overflow: hidden; border-radius: 13px; box-shadow: var(--pt-shadow); background: #f0f2f5; }
.pt-feature-row__media img { width: 100%; height: 360px; object-fit: cover; }
.pt-feature-row__media .pt-media-placeholder { min-height: 360px; }
.pt-feature-row__copy { padding: 30px; }
.pt-feature-row__copy h3 { margin: 8px 0 12px; font-size: 31px; }
.pt-review-gallery { background: #f7f8fa; }
.pt-review-gallery__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 175px; gap: 10px; }
.pt-review-gallery__grid a { overflow: hidden; border-radius: 9px; background: #e8ebef; }
.pt-review-gallery__grid a:first-child { grid-row: span 2; }
.pt-review-gallery__grid img { width: 100%; height: 100%; object-fit: cover; }
.pt-review-gallery__grid > .pt-media-placeholder { grid-column: 1 / -1; min-height: 300px; }
.pt-spec-table { background: #fff; }
.pt-spec-table dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--pt-line); border-left: 1px solid var(--pt-line); }
.pt-spec-table dl > div { display: grid; grid-template-columns: 1fr 1fr; min-height: 50px; border-right: 1px solid var(--pt-line); border-bottom: 1px solid var(--pt-line); }
.pt-spec-table dt, .pt-spec-table dd { margin: 0; padding: 13px; }
.pt-spec-table dt { background: #f7f8fa; color: #6c7480; }
.pt-spec-table dd { font-weight: 700; }
.pt-related-products { background: #f8f9fb; }
.pt-related-products .products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; list-style: none; margin: 0 !important; padding: 0; }
.pt-related-products .products::before, .pt-related-products .products::after { display: none !important; }
.pt-related-products .products > * { width: auto !important; margin: 0 !important; }

/* Footer */
.pt-footer-cta { padding: 28px 0; background: var(--pt-red); color: #fff; }
.pt-footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.pt-footer-cta h2 { margin: 0 0 5px; color: #fff; font-size: 26px; }
.pt-footer-cta p { margin: 0; color: rgba(255,255,255,.88); font-size: 12px; }
.pt-footer-cta__inner > div:last-child { display: flex; gap: 10px; flex: 0 0 auto; }
.pt-benefits { background: #222326; color: #fff; border-bottom: 1px solid #343538; }
.pt-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pt-benefits__grid > div { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid #343538; }
.pt-benefits__grid > div:last-child { border-right: 0; }
.pt-benefits svg { width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(239,28,36,.45); border-radius: 50%; fill: var(--pt-red); }
.pt-benefits strong, .pt-benefits small { display: block; }
.pt-benefits strong { font-size: 13px; }
.pt-benefits small { color: #999fa9; font-size: 10px; }
.pt-footer { background: #18191b; color: #d6d9df; }
.pt-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr .8fr; gap: 42px; padding-top: 48px; padding-bottom: 45px; }
.pt-footer .pt-wordmark { width: 150px; min-height: 48px; background: #fff; margin-bottom: 18px; }
.pt-footer h3 { margin: 0 0 17px; padding-bottom: 10px; border-bottom: 2px solid #777a80; color: #fff; font-size: 13px; letter-spacing: .02em; }
.pt-footer__company h3 { border: 0; padding: 0; }
.pt-footer p, .pt-footer li, .pt-footer a { color: #c5c9d1; font-size: 12px; }
.pt-footer p { margin: 7px 0; }
.pt-footer ul { list-style: none; margin: 0; padding: 0; }
.pt-footer li { margin: 9px 0; }
.pt-footer nav li a::before, .pt-footer__grid > div > ul li a::before { content: '›'; margin-right: 8px; color: var(--pt-red); font-weight: 900; }
.pt-contact-list li { padding-left: 0; }
.pt-contact-list a { color: #fff; }
.pt-trust-badge { display: inline-block; margin-top: 12px; padding: 8px 12px; border: 2px solid #20a8ee; border-radius: 28px; color: #20a8ee; font-weight: 900; font-size: 11px; line-height: 1.1; text-align: center; }
.pt-trust-badge small { font-size: 7px; }
.pt-footer-bottom { border-top: 1px solid #282a2d; }
.pt-footer-bottom .pt-container { min-height: 46px; display: flex; align-items: center; justify-content: space-between; color: #7f858f; font-size: 10px; }
.pt-footer-bottom a { margin-left: 18px; color: #8f949c; }
.pt-floating-actions { position: fixed; z-index: 70; right: 20px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 12px; }
.pt-floating-actions > * { width: 46px; height: 46px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--pt-red); color: #fff !important; box-shadow: 0 8px 20px rgba(239,28,36,.32); cursor: pointer; font-weight: 900; }
.pt-floating-actions svg { width: 20px; height: 20px; fill: currentColor; }

/* Quote modal */
.pt-modal { position: fixed; z-index: 9999; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; }
.pt-modal.is-open { display: flex; }
.pt-modal__backdrop { position: absolute; inset: 0; background: rgba(5,9,17,.72); backdrop-filter: blur(3px); }
.pt-modal__dialog { position: relative; z-index: 1; width: min(100%, 650px); max-height: calc(100vh - 40px); overflow-y: auto; padding: 34px; border-radius: 16px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.32); }
.pt-modal__dialog h2 { margin: 6px 0; font-size: 30px; }
.pt-modal__dialog > p { margin-top: 0; }
.pt-modal__close { position: absolute; right: 12px; top: 10px; width: 38px; height: 38px; border: 0; background: transparent; color: #4d5561; font-size: 28px; cursor: pointer; }
.pt-modal-open { overflow: hidden; }
.pt-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.pt-quote-form label { display: block; color: #313844; font-size: 12px; font-weight: 700; }
.pt-quote-form label span { color: var(--pt-red); }
.pt-quote-form input[type="text"], .pt-quote-form input[type="tel"], .pt-quote-form input[type="email"], .pt-quote-form textarea { width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid #d8dce2; border-radius: 8px; background: #fff; outline: none; font-weight: 400; }
.pt-quote-form input:focus, .pt-quote-form textarea:focus { border-color: var(--pt-red); box-shadow: 0 0 0 3px rgba(239,28,36,.09); }
.pt-quote-form > label { margin-top: 13px; }
.pt-consent { display: flex !important; gap: 8px; align-items: flex-start; font-weight: 400 !important; }
.pt-consent input { margin-top: 3px; }
.pt-quote-form .pt-button { width: 100%; margin-top: 16px; }
.pt-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.pt-form-message { margin: 12px 0; padding: 11px 13px; border-radius: 8px; font-size: 13px; }
.pt-form-message.is-success { background: #e8f8ee; color: #166534; }
.pt-form-message.is-error { background: #fff0f0; color: #b91c1c; }

/* Flatsome / Woo cleanup */
.pt-site .row, .pt-site .container { max-width: none; }
.pt-site .woocommerce-notices-wrapper { width: min(calc(100% - 32px), var(--pt-container)); margin: 15px auto; }
.pt-site .woocommerce-message, .pt-site .woocommerce-info, .pt-site .woocommerce-error { border-radius: 8px; }
.pt-site .badge-container, .pt-site .box-text-products .price-wrapper { display: none; }

@media (hover: none) {
  .pt-promotion-card__overlay { opacity: 1; transform: none; justify-content: flex-end; align-items: flex-start; background: linear-gradient(0deg, rgba(4,9,15,.76), transparent 75%); }
  .pt-promotion-card__overlay em { display: none; }
}

@media (max-width: 1100px) {
  .pt-brand-pills { display: none; }
  .pt-vehicle-pills a { padding-inline: 13px; }
  .pt-header-main__inner { gap: 12px; }
  .pt-holding-button { padding-inline: 12px; }
  .pt-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pt-post-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pt-footer__grid { grid-template-columns: 1.1fr 1fr 1fr; }
  .pt-footer__grid > div:last-child { grid-column: 3; }
  .pt-product-archive__layout { grid-template-columns: 1fr; }
  .pt-archive-promo { position: static; order: -1; max-width: none; }
}

@media (max-width: 900px) {
  .pt-topbar__items span:nth-child(n+3) { display: none; }
  .pt-mobile-toggle { display: block; }
  .pt-header-main__inner { min-height: 68px; }
  .pt-logo { margin-right: auto; }
  .pt-wordmark { width: 130px; min-height: 45px; }
  .pt-wordmark strong { font-size: 15px; }
  .pt-vehicle-pills, .pt-holding-button, .pt-search-toggle:not(.pt-search-toggle--nav) { display: none; }
  .pt-header-hotline span { display: none; }
  .pt-header-hotline svg { width: 38px; height: 38px; }
  .pt-nav-bar__inner { min-height: 0; }
  .pt-primary-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; color: var(--pt-ink); box-shadow: var(--pt-shadow); }
  .pt-menu-open .pt-primary-nav { display: block; }
  .pt-primary-menu { display: block; padding: 10px 16px 18px; }
  .pt-primary-menu > li > a { min-height: 45px; padding: 0 8px; color: var(--pt-ink); border-bottom: 1px solid #eceef1; }
  .pt-primary-menu > li > a:hover { background: transparent; color: var(--pt-red); }
  .pt-search-toggle--nav { display: none; }
  .pt-home-hero__panel { padding: 44px 35px; }
  .pt-home-hero__branches { display: none; }
  .pt-quicklinks__grid { grid-template-columns: 1fr; }
  .pt-product-grid, .pt-product-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pt-promotion-grid { grid-template-columns: 1fr; }
  .pt-promotion-card { min-height: 320px; }
  .pt-post-grid, .pt-post-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pt-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .pt-stats__grid > div:nth-child(2) { border-right: 0; }
  .pt-stats__grid > div:nth-child(-n+2) { border-bottom: 1px solid #e7e9ed; }
  .pt-delivery__grid { grid-template-columns: 1fr; }
  .pt-delivery__copy { padding-left: 0; }
  .pt-service-single__layout { grid-template-columns: 1fr; }
  .pt-service-sidebar { position: static; }
  .pt-single-product__hero { grid-template-columns: 1fr; }
  .pt-feature-row { gap: 24px; }
  .pt-feature-row__copy { padding: 15px; }
  .pt-footer-cta__inner { align-items: flex-start; flex-direction: column; }
  .pt-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .pt-footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  .pt-container { width: min(calc(100% - 24px), var(--pt-container)); }
  .pt-section { padding: 46px 0; }
  .pt-topbar__inner { justify-content: center; }
  .pt-topbar__items { gap: 12px; }
  .pt-topbar__items span:nth-child(n+2), .pt-topbar__social { display: none; }
  .pt-home-hero { padding-top: 16px; }
  .pt-home-hero__panel { min-height: 410px; padding: 32px 24px; align-items: flex-end; }
  .pt-home-hero h1 { font-size: 37px; }
  .pt-home-hero p { font-size: 14px; }
  .pt-home-hero__actions { flex-direction: column; align-items: stretch; }
  .pt-home-hero__actions .pt-button { width: 100%; }
  .pt-section-head, .pt-section-head--tabs { align-items: flex-start; flex-direction: column; }
  .pt-tabs, .pt-category-pills { flex-wrap: nowrap; width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .pt-tabs a, .pt-category-pills a { flex: 0 0 auto; }
  .pt-product-grid, .pt-product-grid--3 { grid-template-columns: 1fr; }
  .pt-product-card__image { min-height: 280px; }
  .pt-product-card__image img { height: 270px; }
  .pt-stats__grid { grid-template-columns: 1fr 1fr; }
  .pt-stats__grid > div { padding: 16px 9px; }
  .pt-stats strong { font-size: 28px; }
  .pt-post-grid, .pt-post-grid--4, .pt-post-grid--3 { grid-template-columns: 1fr; }
  .pt-post-card__image { height: 235px; }
  .pt-delivery__grid { gap: 25px; }
  .pt-product-gallery__main, .pt-product-gallery__main > img { min-height: 340px; height: 340px; }
  .pt-product-summary h1 { font-size: 38px; }
  .pt-summary-specs { grid-template-columns: 1fr 1fr; }
  .pt-feature-row, .pt-feature-row--right { grid-template-columns: 1fr; margin: 45px 0; }
  .pt-feature-row--right .pt-feature-row__media, .pt-feature-row--right .pt-feature-row__copy { order: initial; }
  .pt-feature-row__media, .pt-feature-row__media img, .pt-feature-row__media .pt-media-placeholder { min-height: 270px; height: 270px; }
  .pt-feature-row__copy { padding: 5px; }
  .pt-feature-row__copy h3 { font-size: 26px; }
  .pt-review-gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 130px; }
  .pt-review-gallery__grid a:first-child { grid-column: 1 / -1; grid-row: span 2; }
  .pt-spec-table dl { grid-template-columns: 1fr; }
  .pt-related-products .products { grid-template-columns: 1fr !important; }
  .pt-product-summary__actions { grid-template-columns: 1fr; }
  .pt-footer-cta__inner > div:last-child { width: 100%; flex-direction: column; }
  .pt-footer-cta__inner .pt-button { width: 100%; }
  .pt-benefits__grid { grid-template-columns: 1fr; }
  .pt-benefits__grid > div { justify-content: flex-start; padding: 0 22px; border-right: 0; border-bottom: 1px solid #343538; }
  .pt-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .pt-footer-bottom .pt-container { padding: 15px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .pt-footer-bottom a { margin: 0 15px 0 0; }
  .pt-floating-actions { right: 10px; top: auto; bottom: 14px; transform: none; flex-direction: row; }
  .pt-floating-actions > * { width: 42px; height: 42px; }
  .pt-modal__dialog { padding: 28px 19px 22px; }
  .pt-form-grid { grid-template-columns: 1fr; }
  .pt-product-archive { padding-top: 28px; }
}
