:root {

  /* =====================================================
  PRIMARY PERFORMANCE RED
  ===================================================== */

  --red: #D71920;
  --red-deep: #B30000;
  --red-soft: #FBE7E8;

  /* =====================================================
  PURE BLACK / WHITE
  ===================================================== */

  --black: #050505;
  --black-soft: #D71920;
  --black-card: #D71920;

  --white: #FFFFFF;
  --white-soft: #F5F5F5;

  /* =====================================================
  BORDERS / TEXT
  ===================================================== */

  --border: #E4E4E4;
  --text-gray: #777777;

  /* =====================================================
  LAYOUT
  ===================================================== */

  --container-x: clamp(22px, 5vw, 60px);
}


/* =========================================================
GLOBAL
========================================================= */

body {
  background: var(--white);
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


/* =========================================================
HEADER
========================================================= */

.at-site-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--border);
}

.at-menu-toggle {
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
}

.at-menu-toggle span {
  background: var(--black);
}


/* =========================================================
NAVIGATION
========================================================= */

.at-nav-links a,
.at-nav-links .at-mega-trigger {
  color: var(--black);
}

.at-nav-cta {
  background: var(--red);
  color: #fff !important;
  transition:
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.at-nav-cta:hover {
  background: var(--red-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(215,25,32,.18);
}

.at-nav-phone span {
  color: var(--red);
}


/* =========================================================
MEGA MENU
========================================================= */

.at-mega-menu {
  background: var(--white);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

.at-mega-menu a:hover {
  color: rgba(255, 255, 255, .7);
}


/* =========================================================
HERO
========================================================= */

.hero {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.hero-eyebrow {
  color: var(--red);
}

.hero h1 {
  color: var(--black);
}

.hero h1 em {
  color: var(--red);
}

.hero-sub {
  color: var(--text-gray);
}

.hero-stat {
  background: var(--white);
  border: 1px solid rgba(0,0,0,.05);
  border-top: 3px solid var(--red);
}

.hero-stat-num {
  color: var(--red);
}

.hero-stat-label {
  color: var(--text-gray);
}

.btn-primary {
  background: var(--red);
  color: #fff;
  transition:
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.btn-primary:hover {
  background: var(--red-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(215,25,32,.18);
}


/* =========================================================
BRANDS
========================================================= */

.ticker-heading,
.ticker {
  background: var(--white);
  border-color: var(--border);
}

.ticker-heading h1 {
  color: var(--black);
}


/* =========================================================
PRODUCTS
========================================================= */

.at-products {
  background: var(--white-soft);
}

.at-section-kicker {
  color: var(--red);
}

.at-section-head h2 {
  color: var(--black);
}

.at-section-head p {
  color: var(--text-gray);
}

.at-product-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,.02);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.at-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(215,25,32,.10);
  box-shadow:
    0 24px 60px rgba(0,0,0,.08),
    0 2px 0 rgba(215,25,32,.10);
}

.at-product-card h3 {
  color: var(--black);
}

.at-product-card p {
  color: var(--text-gray);
}

.at-product-card a {
  color: var(--red);
}

.at-product-image-card {
  background: var(--black-soft);
}


/* =========================================================
INDUSTRIES
========================================================= */

.at-industries-strip {
  background: var(--white);
  border-color: var(--border);
}

.at-industries-head {
  border-color: var(--border);
}

.at-industries-head h2 {
  color: var(--black);
}

.at-industry-item {
  border-color: var(--border);
}

.at-industry-item:hover {
  background: var(--red-soft);
}

.at-industry-item p {
  color: var(--black);
}


/* =========================================================
WORKSHOP
========================================================= */

.at-workshop {
  background: var(--black-soft);
  color: #fff;
}

.at-workshop-head h2 {
  color: #fff;
}

.at-workshop-head p {
  color: rgba(255,255,255,.72);
}

.at-workshop-grid {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.10);
}

.at-workshop-card {
  background: var(--black-soft);
  transition:
    background .25s ease,
    transform .25s ease;
}

.at-workshop-card:hover {
  background: var(--red-deep);
}

.at-workshop-number {
  color: var(--red);
}

.at-workshop-card p {
  color: rgba(255,255,255,.68);
}


/* =========================================================
AMSOIL
========================================================= */

.at-amsoil {
  background: var(--white);
}

.at-amsoil-content h2 {
  color: var(--black);
}

.at-amsoil-content p {
  color: var(--text-gray);
}

.at-amsoil-btn {
  background: var(--red);
  color: #fff;
}

.at-amsoil-btn:hover {
  background: var(--red-deep);
}


/* =========================================================
AVILOO
========================================================= */

.at-aviloo {
  background: var(--black-soft);
}

.at-aviloo-content h2 {
  color: #fff;
}

.at-aviloo-content p {
  color: rgba(255,255,255,.72);
}

.at-aviloo-btn {
  background: var(--red);
  color: #fff;
}


/* =========================================================
WHY AUTO TURBO
========================================================= */

.at-why {
  background: var(--white-soft);
}

.at-why-head h2 {
  color: var(--black);
}

.at-why-head p {
  color: var(--text-gray);
}

.at-why-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,.02);
}

.at-why-card strong {
  color: var(--red);
}

.at-why-card span {
  color: var(--black);
}


/* =========================================================
FOOTER
========================================================= */

.at-footer {
  background: var(--black-soft);
  color: #fff;
}

.at-footer-inner {
  background: var(--black-soft);
}

.at-footer-brand p,
.at-footer-col a,
.at-footer-col span {
  color: rgba(255,255,255,.68);
}

.at-footer-col a:hover {
  color: #fff;
}

.at-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  background: var(--red-deep);
}

.at-footer-bottom p {
  color: rgba(255,255,255,.42);
}

/* =========================================================
HEADER
========================================================= */

.at-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
  transition: transform .35s ease;
}

/* Smart header — hidden when scrolling down */
.at-site-header.at-header-hidden {
  transform: translateY(-100%);
}

/* Push page content below the fixed header */
body {
  padding-top: 78px;
}

/* If WP admin bar is visible (logged-in users) */
.admin-bar .at-site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .at-site-header {
    top: 46px;
  }
}

.at-navbar {
  min-height: 78px;
  padding: 0 var(--container-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
}

.at-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(26, 8, 8,.18);
  background: #fff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.at-menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--red);
  border-radius: 999px;
  transition: .25s ease;
}

.at-logo-box img {
  height: 90px;
  width: auto;
  display: block;
}

.at-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  flex: 1;
}

.at-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.at-nav-links li {
  list-style: none;
}

.at-has-nav-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.at-nav-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}

.at-nav-label--red {
  color: var(--red);
}

.at-nav-label--white {
  color: #fff;
  background: var(--red);
  padding: 2px 7px;
  border-radius: 4px;
}

.at-nav-links a,
.at-nav-links .at-mega-trigger {
  text-decoration: none;
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.at-nav-links .at-mega-trigger {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.at-nav-links .at-mega-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
  margin-top: -3px;
}

.at-has-mega.is-open .at-mega-trigger::after {
  transform: rotate(-135deg);
  margin-top: 3px;
}

.at-nav-cta {
  background: var(--red);
  color: white !important;
  padding: 12px 20px;
}

.at-nav-phone {
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
}

.at-nav-phone a {
  text-decoration: none;
}

.at-nav-phone span {
  color: var(--red);
  font-weight: 800;
  display: block;
}

.at-nav-phone small {
  display: block;
  color: #8B7A75;
  font-size: 14px;
}

.at-has-mega {
  position: relative;
}

.at-mega-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(860px, calc(100vw - 80px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 34px;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity .25s ease,
    transform .25s ease,
    visibility .25s ease;
  z-index: 999;
}

/* B2B DOWNLOAD LINK
===================================================== */

.at-b2b-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--red);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .2s ease;
}

.at-b2b-download:hover {
  background: var(--red-deep);
  color: #fff !important;
}

/* B2B link inside feature card */
.at-page-feature-card .at-b2b-download {
  margin-top: 12px;
}

/* B2B link inside footer */
.at-footer-col .at-b2b-download {
  margin-top: 16px;
}

/* ===================================================== */
.at-mega-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.at-has-mega.is-open .at-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.at-mega-col {
  display: flex;
  flex-direction: column;
}

.at-mega-title {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .58;
}

.at-mega-menu a {
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  transition:
    color .2s ease,
    padding-left .2s ease;
}

.at-mega-menu a:hover {
  color: rgba(255, 255, 255, .7);
  padding-left: 6px;
}

.at-mega-menu a:last-child {
  border-bottom: none;
}

/* =========================================================
HERO
========================================================= */

.hero {
  background: var(--white);
  color: var(--dark);
  padding: clamp(52px, 7vw, 86px) var(--container-x);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--border);
  max-width: 1720px;
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.hero-eyebrow {
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 800;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: var(--dark);
}

.hero h1 em {
  font-style: normal;
  color: var(--red);
}

.hero-sub {
  font-size: clamp(15px, 1.25vw, 17px);
  color: #6B5A55;
  line-height: 1.72;
  margin-bottom: 34px;
  max-width: 560px;
  font-weight: 600;
}

/* Photo column stretches full height of hero grid row */
.hero-photo {
  position: relative;
  overflow: hidden;
}

.turbo-wrapper {
  position: absolute;
  inset: 0;
}

.turbo-static {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.hero-visual {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.hero-stat {
  background: var(--light-gray);
  border: 1px solid var(--border);
  border-top: 3px solid var(--red);
  padding: 20px 14px;
  min-height: 118px;
}

.hero-stat-num {
  font-size: clamp(34px, 3.6vw, 46px);
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}

.hero-stat-label {
  font-size: 13px;
  color: #6B5A55;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.3;
}

.btn-primary {
  background: var(--red);
  color: var(--white);
  padding: 15px 28px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

/* =========================================================
LOGO TICKER
========================================================= */

.ticker-heading {
  background: var(--white);
  text-align: center;
  padding: 44px var(--container-x) 12px;
  border-top: 1px solid var(--border);
}

.ticker-heading h1 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900;
  color: var(--dark);
  letter-spacing: 1px;
  margin: 0;
}

.ticker {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 34px var(--container-x);
  overflow: hidden;
}

.ticker-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 56px 44px;
  align-items: center;
  justify-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.ticker-inner img {
  width: 180px;
  height: 70px;
  object-fit: contain;
}

.ticker-inner .ticker-logo:nth-child(2) img {
  height: 110px;
  width: 220px;
}

.ticker-inner .sep {
  display: none;
}

.ticker-inner .ticker-logo:last-child {
  grid-column: 3;
}

.ticker-inner .ticker-logo:last-child img {
  width: 360px;
  height: 140px;
  object-fit: contain;
}

/* =========================================================
PRODUCTS SECTION
========================================================= */

.at-products {
  padding: 110px var(--container-x);
  background: #FFFFFF;
}

.at-section-head {
  max-width: 760px;
  margin-bottom: 54px;
}

.at-section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.25;
  text-transform: uppercase;
}

.at-section-kicker--white {
  color: #fff;
}

.at-section-head h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #000000;
}

.at-section-head p {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.7;
  color: #6B5A55;
  font-weight: 600;
}

.at-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* Default card (text card) */
.at-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(26, 8, 8,.08);
  border-radius: 24px;
  overflow: hidden;
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.at-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(194, 31, 38, .18);
  box-shadow: 0 26px 60px rgba(26, 8, 8,.08);
}

.at-product-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: rgba(194, 31, 38, .08);
  border-radius: 18px;
  font-size: 30px;
}

.at-product-card h3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.15;
  color: #000000;
}

.at-product-card p {
  margin-bottom: auto;
  font-size: 15px;
  line-height: 1.75;
  color: #6B5A55;
}

.at-product-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.at-product-card a::after {
  content: "→";
  margin-left: 10px;
  transition: transform .2s ease;
}

.at-product-card:hover a::after {
  transform: translateX(4px);
}

/* Image card variant — scoped overrides */
.at-product-image-card {
  border-radius: 22px;
  background: #fff;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  transition:
    transform .55s cubic-bezier(.22, .61, .36, 1),
    box-shadow .55s cubic-bezier(.22, .61, .36, 1);
}

.at-product-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  isolation: isolate;
  flex-shrink: 0;
  border-radius: 22px 22px 0 0;
}

.at-product-img-wrap > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1.2s cubic-bezier(.22, .61, .36, 1);
}

.at-product-image-card:hover .at-product-img-wrap > img {
  transform: scale(1.06);
}

.at-product-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, .65) 0%,
      rgba(0, 0, 0, .15) 40%,
      rgba(0, 0, 0, .0) 100%
    );
}

.at-product-image-card .at-product-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 28px;
}

.at-product-desc {
  padding: 20px 28px;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  background: #fff;
  border-radius: 0 0 22px 22px;
  border: 1px solid rgba(0,0,0,.06);
  border-top: none;
}

.at-product-image-card h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  line-height: 1.05;
  font-weight: 900;
}

.at-product-img-wrap p {
  margin-bottom: 22px;
  max-width: 420px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 700;
}

.at-product-image-card a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .5px;
  text-decoration: none;
  transition: opacity .3s ease;
}

.at-product-image-card:hover {
  transform: translateY(-6px);
}

/* =========================================================
INDUSTRIES STRIP
========================================================= */

.at-industries-strip {
  background: var(--red);
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.at-industries-head {
  padding: clamp(56px, 6vw, 90px) var(--container-x) 42px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.at-industries-head .at-section-kicker {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.at-industries-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.at-industries-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1720px;
  margin: 0 auto;
}

.at-industry-item {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 34px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .2);
  transition: background .2s ease;
}

.at-industry-item:last-child {
  border-right: none;
}

.at-industry-item:hover {
  background: var(--red-deep);
}

.at-industry-icon {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 92px;
}

.at-industry-icon img {
  width: 78px;
  height: 78px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.at-industry-icon img.industry-icon-car,
.at-industry-icon img.industry-icon-truck {
  width: 92px;
  height: 92px;
}

.at-industry-icon img.industry-icon-car {
  transform: scaleX(-1);
}

.at-industry-item p {
  margin: 0;
  min-height: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

/* First two items keep base size, the rest are tighter */
.at-industries-strip .at-industry-item:nth-child(n+3) p {
  font-size: 13px;
}

/* =========================================================
WORKSHOP REPAIR
========================================================= */

.at-workshop {
  padding: 130px var(--container-x);
  background: var(--red);
  color: #fff;
}

.at-workshop-inner {
  max-width: 1720px;
  margin: 0 auto;
}

.at-workshop-head {
  max-width: 820px;
  margin-bottom: 64px;
}

.at-workshop-head h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #fff;
}

.at-workshop-head p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .72);
  font-weight: 600;
}

.at-workshop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .12);
}

.at-workshop-card {
  min-height: 360px;
  padding: 42px 34px;
  background: var(--red);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
  transition:
    background .25s ease,
    transform .25s ease;
}

.at-workshop-card-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.at-workshop-card:hover {
  background: var(--red-deep);
}

.at-workshop-number {
  display: block;
  margin-bottom: 24px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px;
}

.at-workshop-card-img {
  width: 55%;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0;
}

.at-workshop-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid rgba(255,255,255,.4);
  padding-bottom: 2px;
  transition: border-color .2s;
}

.at-workshop-link:hover {
  border-color: #fff;
  color: #fff;
}

.at-workshop-card h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}

.at-workshop-card p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

/* =========================================================
AMSOIL BLOCK
========================================================= */

.at-amsoil {
  padding: 120px var(--container-x);
  background: #fff;
}

.at-amsoil-inner {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.at-amsoil-content h2 {
  margin-bottom: 24px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #000000;
}

.at-amsoil-content p {
  max-width: 620px;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.8;
  color: #6B5A55;
  font-weight: 600;
}

.at-amsoil-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform .25s ease,
    opacity .25s ease;
}

.at-amsoil-btn:hover {
  transform: translateY(-2px);
  opacity: .92;
}

.at-amsoil-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.at-amsoil-visual img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

/* =========================================================
AVILOO / EV BLOCK
========================================================= */

.at-aviloo {
  padding: 120px var(--container-x);
  background: var(--red);
  color: #fff;
}

.at-aviloo-inner {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}

.at-aviloo-visual {
  overflow: hidden;
  border-radius: 28px;
}

.at-aviloo-visual img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.at-aviloo-content h2 {
  margin-bottom: 24px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #fff;
}

.at-aviloo-content p {
  max-width: 620px;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .72);
  font-weight: 600;
}

.at-aviloo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform .25s ease,
    opacity .25s ease;
}

.at-aviloo-btn:hover {
  transform: translateY(-2px);
  opacity: .92;
}

/* =========================================================
WHY AUTO TURBO
========================================================= */

.at-why {
  padding: 120px var(--container-x);
  background: #fff;
}

.at-why-inner {
  max-width: 1720px;
  margin: 0 auto;
}

.at-why-head {
  max-width: 780px;
  margin-bottom: 70px;
}

.at-why-head h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #000;
}

.at-why-head p {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  font-weight: 600;
}

/* Stats Bar */
.at-why-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}

.at-why-stat {
  padding: 40px 34px;
  background: var(--red);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.at-why-stat-num {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.at-why-stat-suffix {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  color: rgba(255,255,255,.6);
  line-height: 1;
  margin-top: -8px;
}

.at-why-stat p {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}

/* Reasons Grid */
.at-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.at-why-card {
  padding: 36px 32px;
  background: #f8f8f8;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background .25s ease, transform .25s ease;
}

.at-why-card:hover {
  background: #f0f0f0;
  transform: translateY(-4px);
}

.at-why-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.at-why-card strong {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.at-why-card span {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

/* =========================================================
PRODUCT / SERVICE PAGES
========================================================= */

/* Page Hero */
.at-page-hero {
  background: var(--red);
  padding: 100px var(--container-x) 80px;
}

.at-page-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.at-page-hero h1 {
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -.02em;
  line-height: 1.05;
  margin: 16px 0 20px;
}

.at-page-hero p {
  font-size: 18px;
  color: rgba(255,255,255,.85);
  font-weight: 500;
  max-width: 680px;
  line-height: 1.7;
}

/* Intro: image + text */
.at-page-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
  padding: 100px var(--container-x);
  max-width: 1720px;
  margin: 0 auto;
}

.at-page-intro.at-page-intro--reverse {
  direction: rtl;
}

.at-page-intro.at-page-intro--reverse > * {
  direction: ltr;
}

.at-page-intro-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.at-page-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.at-page-intro-text .at-section-kicker {
  margin-bottom: 16px;
  display: inline-block;
}

.at-page-intro-text h2 {
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.at-page-intro-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}

/* Tables inside page content — scroll within their own box, never expand the page */
.at-page-intro-text table,
.at-simple-content table,
.entry-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
}

.at-page-intro-text table th,
.at-page-intro-text table td,
.at-simple-content table th,
.at-simple-content table td {
  padding: 10px 14px;
  border: 1px solid var(--border);
  font-size: 14px;
  white-space: nowrap;
}

.at-page-intro-text table th,
.at-simple-content table th {
  background: var(--red);
  color: #fff;
  font-weight: 700;
}

/* Features Grid */
.at-page-features {
  background: #f8f8f8;
  padding: 80px var(--container-x);
}

.at-page-features-inner {
  max-width: 1720px;
  margin: 0 auto;
}

.at-page-features-head {
  margin-bottom: 48px;
}

.at-page-features-head h2 {
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-top: 12px;
}

.at-page-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.at-page-feature-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.at-page-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.at-page-feature-card strong {
  font-size: 17px;
  font-weight: 800;
  color: #000;
}

.at-page-feature-card span {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Brands strip */
.at-page-brands {
  padding: 70px var(--container-x);
  max-width: 1720px;
  margin: 0 auto;
}

.at-page-brands h3 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 36px;
}

.at-page-brands-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 56px;
  align-items: center;
}

.at-page-brands-logos img {
  height: 50px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .65;
  transition: filter .2s, opacity .2s;
}

.at-page-brands-logos--uniform {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 32px 24px;
  align-items: center;
  justify-items: center;
}

.at-page-brands-logos--uniform img {
  width: 100%;
  max-width: 130px;
  height: 55px;
  object-fit: contain;
}

.at-page-brands-logos img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* Process Steps (for repair pages) */
.at-page-process {
  padding: 80px var(--container-x);
  max-width: 1720px;
  margin: 0 auto;
}

.at-page-process h2 {
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin: 12px 0 48px;
}

.at-page-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  counter-reset: step;
}

.at-page-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.at-page-step::after {
  content: '→';
  position: absolute;
  right: -14px;
  top: 10px;
  font-size: 20px;
  color: var(--red);
}

.at-page-step:last-child::after {
  display: none;
}

.at-page-step-num {
  font-size: 42px;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}

.at-page-step strong {
  font-size: 15px;
  font-weight: 800;
  color: #000;
}

.at-page-step span {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

/* CTA Banner */
.at-page-cta {
  background: var(--red);
  padding: 80px var(--container-x);
  text-align: center;
}

.at-page-cta h2 {
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}

.at-page-cta p {
  color: rgba(255,255,255,.85);
  font-size: 17px;
  margin-bottom: 36px;
}

.at-page-cta .btn-white {
  display: inline-block;
  background: #fff;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 44px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity .2s;
}

.at-page-cta .btn-white:hover {
  opacity: .9;
}

@media (max-width: 991px) {
  .at-page-intro {
    grid-template-columns: 1fr;
    padding: 60px var(--container-x);
  }
  .at-page-intro.at-page-intro--reverse {
    direction: ltr;
  }
  .at-page-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .at-page-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .at-page-step::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .at-page-features-grid {
    grid-template-columns: 1fr;
  }
  .at-page-steps {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
FOOTER
========================================================= */

.at-footer {
  background: var(--red);
  color: #fff;
}

.at-footer-inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 90px var(--container-x) 70px;
  display: grid;
  grid-template-columns: 1.3fr 1.5fr 0.8fr;
  gap: 60px;
}

.at-footer-brand img {
  width: 220px;
  max-width: 100%;
  height: auto;
  margin-bottom: 26px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, .25);
}

.at-footer-brand p {
  max-width: 420px;
  color: rgba(255, 255, 255, .65);
  font-size: 15px;
  line-height: 1.8;
}

.at-footer-copy {
  color: rgba(255, 255, 255, .45) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin: 16px 0 20px !important;
}

.at-footer-social {
  display: flex;
  gap: 14px;
}

.at-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  text-decoration: none;
  transition: background .2s ease;
}

.at-footer-social a:hover {
  background: var(--red);
}

.at-footer-col {
  display: flex;
  flex-direction: column;
}

.at-footer-col h4 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.at-footer-col a,
.at-footer-col span {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s ease;
}

.at-footer-col span {
  color: #fff;
  font-weight: 700;
}

.at-footer-col a:hover {
  color: #fff;
}

.at-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 24px var(--container-x);
  text-align: center;
}

.at-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .45);
  font-size: 13px;
  letter-spacing: .5px;
}

.at-footer-legal {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.at-footer-legal a {
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
}

.at-footer-legal a:hover {
  color: #fff;
}


/* =========================================================
COOKIE BANNER
========================================================= */

.at-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #111;
  border-top: 3px solid var(--red);
  padding: 18px var(--container-x);
  box-shadow: 0 -4px 30px rgba(0, 0, 0, .35);
  transition: transform .4s ease, opacity .4s ease;
}

.at-cookie-banner[hidden] {
  display: none;
}

.at-cookie-banner.at-cookie-hiding {
  transform: translateY(100%);
  opacity: 0;
}

.at-cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1720px;
  margin: 0 auto;
}

.at-cookie-text {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}

.at-cookie-icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1.4;
}

.at-cookie-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, .80);
  line-height: 1.6;
  margin: 0;
}

.at-cookie-text a {
  color: var(--red);
  text-decoration: underline;
  font-weight: 600;
}

.at-cookie-text a:hover {
  color: #fff;
}

.at-cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.at-cookie-btn {
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .2s ease;
  white-space: nowrap;
}

.at-cookie-btn--accept {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

.at-cookie-btn--accept:hover {
  background: var(--red-deep);
  border-color: var(--red-deep);
}

.at-cookie-btn--reject {
  background: transparent;
  color: rgba(255, 255, 255, .70);
  border-color: rgba(255, 255, 255, .25);
}

.at-cookie-btn--reject:hover {
  border-color: rgba(255, 255, 255, .60);
  color: #fff;
}

@media (max-width: 640px) {
  .at-cookie-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .at-cookie-actions {
    width: 100%;
  }

  .at-cookie-btn {
    flex: 1;
    text-align: center;
  }
}


/* =========================================================
RESPONSIVE — LARGE TABLET / SMALL DESKTOP (<= 1180px)
========================================================= */

@media (max-width: 1180px) {
  .at-amsoil-inner,
  .at-aviloo-inner {
    grid-template-columns: 1fr;
  }

  .at-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .at-footer-inner {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
RESPONSIVE — TABLET / MOBILE NAVBAR (<= 991px)
========================================================= */

@media (max-width: 991px) {

  /* HERO — single column */
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    min-height: 320px;
    order: -1;
  }

  /* NAVBAR */
  .at-navbar {
    padding: 0 var(--container-x);
    gap: 12px;
  }

  .at-logo-box {
    min-width: 0;
    flex-shrink: 1;
  }

  .at-logo-box img {
    height: 62px;
    width: auto;
    max-width: 100%;
  }

  .at-menu-toggle {
    display: flex !important;
    position: static;
    transform: none;
    margin-left: auto;
    flex-shrink: 0;
    z-index: 5000;
  }

  .at-nav-wrap {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    display: block;
    background: var(--red);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: .25s ease;
    z-index: 999;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  body.at-mobile-open .at-nav-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.at-mobile-open::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 998;
    background: transparent;
  }

  .at-nav-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .at-nav-links li {
    list-style: none;
  }

  .at-nav-links a,
  .at-nav-links .at-mega-trigger {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 15px;
    font-weight: 600;
  }

  .at-nav-links .at-mega-trigger {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    border-radius: 0;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* MEGA MENU — always expanded inline on mobile */
  .at-mega-menu {
    position: static;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    gap: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    margin: 10px 0 16px;
    padding: 18px;
    box-shadow: none;
    opacity: 1;
    transform: none;
    /* visibility + pointer-events inherit from nav-wrap when closed → no tap-through */
  }

  /* When the mobile nav IS open → mega menus always visible & interactive */
  body.at-mobile-open .at-mega-menu {
    visibility: visible;
    pointer-events: auto;
  }

  .at-mega-title {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .5;
  }

  .at-mega-menu a {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    color: rgba(255, 255, 255, .82);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .at-mega-menu a:last-child {
    border-bottom: none;
  }

  /* PHONE in mobile menu */
  .at-nav-phone {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    text-align: left;
  }

  .at-nav-phone small {
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    margin-top: 8px;
  }

  .at-nav-phone span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  .at-nav-phone a {
    color: #fff;
  }

  /* Hamburger transform when open */
  body.at-mobile-open .at-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.at-mobile-open .at-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.at-mobile-open .at-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* TICKER */
  .ticker-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .ticker-inner img {
    width: 100%;
    max-width: 150px;
    height: 58px;
    margin: 0 auto;
  }

  .ticker-inner .ticker-logo:last-child {
    grid-column: auto;
  }

  /* INDUSTRIES */
  .at-industries-inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .at-industry-item {
    min-height: 190px;
  }

  /* PRODUCTS — image cards smaller on tablet */
  .at-product-image-card {
    min-height: 420px;
  }

  .at-product-image-card .at-product-content {
    padding: 28px;
  }

  .at-product-image-card h3 {
    font-size: 2rem;
  }

  .at-product-img-wrap {
    min-height: 380px;
  }
}

/* =========================================================
RESPONSIVE — SMALL MOBILE (<= 640px)
========================================================= */

@media (max-width: 640px) {

  /* WORKSHOP — mobile */
  .at-workshop-grid {
    grid-template-columns: 1fr;
  }

  .at-workshop-card {
    flex-direction: column;
    min-height: unset;
    padding: 28px 20px;
    gap: 16px;
  }

  .at-workshop-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  /* PRODUCTS — mobile */
  .at-product-img-wrap {
    min-height: 280px;
  }

  .at-product-image-card h3 {
    font-size: 1.4rem;
    line-height: 1.2;
    word-break: break-word;
    hyphens: auto;
  }

  .at-product-image-card .at-product-content {
    padding: 20px;
  }

  .hero {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .hero-visual {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .turbo-wrapper {
    width: 96%;
  }

  /* TICKER */
  .ticker-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .ticker-inner img {
    width: 100%;
    max-width: 150px;
    height: 60px;
    margin: 0 auto;
  }

  .ticker-inner .ticker-logo:last-child {
    grid-column: auto;
  }

  /* PRODUCTS */
  .at-products {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .at-products-grid {
    grid-template-columns: 1fr;
  }

  .at-product-card {
    min-height: auto;
    padding: 28px;
  }

  .at-product-image-card {
    min-height: 340px;
  }

  .at-section-head {
    margin-bottom: 40px;
  }

  .at-section-head p {
    font-size: 16px;
  }

  /* INDUSTRIES */
  .at-industries-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .at-industry-item {
    min-height: 170px;
    padding: 24px 18px;
    border-bottom: 1px solid var(--border);
  }

  .at-industry-icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .at-industry-icon img {
    width: 62px;
    height: 62px;
  }

  .at-industry-icon img.industry-icon-car,
  .at-industry-icon img.industry-icon-truck {
    width: 72px;
    height: 72px;
  }

  .at-industry-item p {
    font-size: 14px;
    line-height: 1.3;
  }

  .at-industries-strip .at-industry-item:nth-child(n+3) p {
    font-size: 13px;
  }

  /* WORKSHOP */
  .at-workshop {
    padding: 86px var(--container-x);
  }

  .at-workshop-grid {
    grid-template-columns: 1fr;
  }

  .at-workshop-card {
    min-height: 300px;
  }

  .at-workshop-number {
    margin-bottom: 60px;
  }

  /* AMSOIL & AVILOO */
  .at-amsoil,
  .at-aviloo {
    padding: 82px var(--container-x);
  }

  .at-amsoil-visual img,
  .at-aviloo-visual img {
    min-height: 340px;
  }

  /* WHY */
  .at-why {
    padding: 82px var(--container-x);
  }

  .at-why-grid {
    grid-template-columns: 1fr;
  }

  .at-why-card {
    min-height: 200px;
  }

  /* FOOTER */
  .at-footer-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 72px;
    padding-bottom: 52px;
  }
}

/* =====================================================
   CONTACT PAGE
===================================================== */

/* SIMPLE PAGE
===================================================== */

.at-simple-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
}

.at-simple-content h2 {
  display: none;
}

.at-simple-content h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 36px 0 10px;
  color: #111;
}

.at-simple-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 24px 0 6px;
  color: #111;
}

.at-simple-content p {
  margin-bottom: 16px;
}

.at-simple-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.at-simple-content ul li {
  margin-bottom: 8px;
}

.at-simple-content a {
  color: var(--red);
}

/* ===================================================== */
.at-contact-section {
  padding: 80px 0;
  background: #fff;
}

.at-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

/* Cards row */
.at-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.at-contact-card {
  background: #f8f8f8;
  border-top: 3px solid var(--red);
  border-radius: 4px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.at-contact-card-icon {
  font-size: 22px;
  margin-bottom: 8px;
}

.at-contact-card h3 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #111;
  margin: 0 0 8px;
}

.at-contact-card a {
  color: var(--red);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.at-contact-card a:hover {
  text-decoration: underline;
}

.at-contact-card span {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.at-contact-card small {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

/* Locations / Maps */
.at-contact-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.at-contact-location h3 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 6px;
}

.at-contact-location p {
  font-size: 15px;
  color: #555;
  margin: 0 0 10px;
}

.at-contact-map-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.at-contact-map-link:hover {
  text-decoration: underline;
}

.at-contact-map {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.at-contact-map iframe {
  display: block;
}

@media (max-width: 991px) {
  .at-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .at-contact-locations {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .at-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
AVILOO — offer band / buyer-seller split / CTA actions
========================================================= */
.at-aviloo-offer {
  max-width: 960px;
  margin: 56px auto;
  padding: 36px 28px;
  border: 2px solid var(--red);
  border-radius: 16px;
  text-align: center;
}
.at-aviloo-offer-kick {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
}
.at-aviloo-offer-price {
  font-size: clamp(42px, 6vw, 60px);
  font-weight: 900;
  line-height: 1;
  color: var(--black);
  margin: 8px 0;
}
.at-aviloo-offer-desc {
  font-size: 17px;
  color: #444;
  margin-bottom: 24px;
}
.at-aviloo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.at-btn-call {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 8px;
  transition: background .2s;
}
.at-btn-call:hover { background: var(--red-deep); color: #fff; }
.at-btn-email {
  display: inline-block;
  background: #fff;
  color: var(--red);
  border: 2px solid var(--red);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: 8px;
  transition: background .2s;
}
.at-btn-email:hover { background: var(--red-soft); color: var(--red); }

.at-aviloo-split {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 var(--container-x) 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.at-aviloo-split-card {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.at-aviloo-split-card h3 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  color: #000;
  letter-spacing: -.01em;
  margin: 4px 0 6px;
}
.at-aviloo-split-card p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin: 0 0 18px;
}

.at-page-cta .at-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.at-page-cta .btn-outline-white {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 42px;
  border-radius: 6px;
  text-decoration: none;
  transition: background .2s;
}
.at-page-cta .btn-outline-white:hover { background: rgba(255,255,255,.14); }

@media (max-width: 991px) {
  .at-aviloo-split { grid-template-columns: 1fr; }
}

/* AVILOO — B2B (έμποροι & συνεργάτες) */
.at-aviloo-b2b {
  background: #f8f8f8;
  padding: 80px var(--container-x);
}
.at-aviloo-b2b-inner {
  max-width: 1720px;
  margin: 0 auto;
}
.at-aviloo-b2b-head {
  margin-bottom: 40px;
}
.at-aviloo-b2b-head h2 {
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-top: 12px;
}
.at-aviloo-b2b-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.at-aviloo-b2b-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.at-aviloo-b2b-card h3 {
  font-size: clamp(19px, 1.9vw, 24px);
  font-weight: 900;
  color: #000;
  letter-spacing: -.01em;
  margin: 6px 0;
}
.at-aviloo-b2b-card p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin: 0 0 18px;
}
.at-aviloo-b2b-card--feature {
  background: var(--black);
  border-color: var(--black);
}
.at-aviloo-b2b-card--feature h3 { color: #fff; }
.at-aviloo-b2b-card--feature p { color: rgba(255,255,255,.82); }
.at-b2b-badge {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .at-aviloo-b2b-grid { grid-template-columns: 1fr; }
}

/* AVILOO — Battery Warranty */
.at-aviloo-warranty {
  background: var(--red-soft);
  padding: 80px var(--container-x);
}
.at-aviloo-warranty-inner {
  max-width: 1720px;
  margin: 0 auto;
}
.at-aviloo-warranty-head {
  max-width: 860px;
  margin-bottom: 36px;
}
.at-aviloo-warranty-head h2 {
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin: 12px 0 14px;
}
.at-aviloo-warranty-head p {
  font-size: 17px;
  color: #333;
  line-height: 1.6;
}
.at-aviloo-warranty-head p strong { color: var(--red-deep); }
.at-warranty-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 26px;
}
.at-warranty-stat {
  background: #fff;
  border-radius: 14px;
  padding: 26px 22px;
}
.at-warranty-stat .n {
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 900;
  color: var(--red);
  line-height: 1.1;
}
.at-warranty-stat .t {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-top: 6px;
}
.at-warranty-note {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  max-width: 980px;
}
@media (max-width: 991px) {
  .at-warranty-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .at-warranty-stats { grid-template-columns: 1fr; }
}