/* AUTOOL canonical CSS module: autool-homepage.css. Generated from consolidated project CSS. */
.autool-hp-page-wrapper {
  --black: var(--theme-palette-color-4,#080808);
  --gray-950: var(--theme-palette-color-4,#0b0b0b);
  --gray-900: var(--theme-headings-color,var(--theme-palette-color-4,#111111));
  --gray-800: color-mix(in srgb,var(--theme-palette-color-4,#111111) 88%,var(--theme-palette-color-8,#ffffff));
  --gray-700: color-mix(in srgb,var(--theme-palette-color-4,#111111) 76%,var(--theme-palette-color-8,#ffffff));
  --gray-600: color-mix(in srgb,var(--theme-palette-color-4,#111111) 64%,var(--theme-palette-color-8,#ffffff));
  --gray-500: var(--theme-text-color,#555555);
  --gray-400: color-mix(in srgb,var(--theme-palette-color-8,#ffffff) 70%,var(--theme-palette-color-4,#111111));
  --gray-300: color-mix(in srgb,var(--theme-palette-color-8,#ffffff) 82%,var(--theme-palette-color-4,#111111));
  --gray-200: var(--theme-border-color,#d4d4d4);
  --gray-100: var(--theme-palette-color-6,#ebebeb);
  --gray-50: var(--theme-palette-color-7,#f5f5f5);
  --white: var(--theme-palette-color-8,#ffffff);
  --accent: var(--theme-palette-color-1,#FEB511);
  --accent-dark: var(--theme-palette-color-2,#E5A30F);
  --danger: var(--theme-error-color,#e02020);
  --info: var(--theme-palette-color-3,#1a6fbf);
  --font-display: var(--theme-heading-font-family,'Barlow Condensed',sans-serif);
  --font-body: var(--theme-font-family,'Barlow',sans-serif);
  --font-mono: 'IBM Plex Mono',monospace;
  --border: 1px solid var(--theme-border-color,var(--gray-700));
  --border-light: 1px solid var(--theme-border-color,var(--gray-200));
  --radius: var(--autool-radius,var(--theme-border-radius,0px));
  --max-w: var(--theme-normal-container-max-width,1440px);
  --content-w: var(--theme-container-width,min(100%,var(--theme-container-edge-spacing,90vw)));
  --section-pad: clamp(44px,5vw,80px) 0;
  --text-on-light: var(--theme-text-color,#4A5568);
  --heading-on-light: var(--theme-headings-color,var(--theme-palette-color-4,#111111));
  --text-on-dark: var(--theme-palette-color-8,#ffffff);
  --muted-on-dark: color-mix(in srgb,var(--theme-palette-color-8,#ffffff) 78%,var(--theme-palette-color-4,#111111));
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  font-family: var(--font-body);
  background: var(--white);
  color: var(--text-on-light);
  line-height: 1.6;
}

.autool-hp-page-wrapper, .autool-hp-page-wrapper *, .autool-hp-page-wrapper *::before, .autool-hp-page-wrapper *::after {
  box-sizing: border-box;
}

.autool-hp-page-wrapper * {
  margin: 0;
  padding: 0;
}

.autool-hp-page-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.autool-hp-page-wrapper a {
  color: inherit;
  text-decoration: none;
}

.autool-hp-page-wrapper ul {
  list-style: none;
}

.autool-hp-page-wrapper button {
  font-family: inherit;
  cursor: pointer;
}

.autool-hp-container {
  width: var(--content-w);
  max-width: var(--max-w);
  margin: 0 auto;
  padding-inline: 0;
}

.autool-hp-section {
  padding: var(--section-pad);
}

.autool-hp-section--dark {
  background: var(--gray-900);
  color: var(--white);
}

.autool-hp-section--black {
  background: var(--black);
  color: var(--white);
}

.autool-hp-section--gray {
  background: var(--gray-50);
}

.autool-hp-grid {
  display: grid;
  gap: 24px;
}

.autool-hp-grid-2 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.autool-hp-grid-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.autool-hp-grid-4 {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.autool-hp-skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--accent);
  color: var(--black);
  padding: 8px 12px;
  z-index: 9999;
  font-family: var(--font-mono);
  font-size: 11px;
}

.autool-hp-skip-link:focus {
  left: 8px;
}

.autool-hp-section-header {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.autool-hp-section-header--center {
  display: block;
  text-align: center;
}

.autool-hp-section-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--gray-900);
  padding: 4px 10px;
  margin-bottom: 14px;
}

.autool-hp-section-title {
  font-family: var(--font-display);
  font-size: clamp(30px,4vw,46px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.autool-hp-section-subtitle {
  margin-top: 12px;
  font-size: 15px;
  color: var(--gray-500);
  max-width: 640px;
  line-height: 1.75;
}

.autool-hp-section--dark .autool-hp-section-subtitle, .autool-hp-section--black .autool-hp-section-subtitle {
  color: var(--gray-300);
}

.autool-hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  transition: background .18s,color .18s,border-color .18s,transform .18s;
  white-space: nowrap;
  background: transparent;
  color: var(--heading-on-light);
}

.autool-hp-btn:hover {
  transform: translateY(-1px);
}

.autool-hp-btn:focus-visible {
  outline: 3px solid rgba(245,196,0,.45);
  outline-offset: 3px;
}

.autool-hp-btn-primary {
  background: var(--accent);
  color: var(--black);
  border-color: var(--accent);
}

.autool-hp-btn-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: var(--black);
}

.autool-hp-btn-secondary {
  background: var(--gray-900);
  color: var(--white);
  border-color: var(--gray-900);
}

.autool-hp-btn-secondary:hover {
  background: var(--gray-700);
  border-color: var(--gray-700);
  color: var(--white);
}

.autool-hp-btn-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.autool-hp-btn-outline:hover {
  background: var(--white);
  color: var(--black);
}

.autool-hp-btn-outline--dark {
  background: transparent;
  color: var(--gray-900);
  border-color: var(--gray-900);
}

.autool-hp-btn-outline--dark:hover {
  background: var(--gray-900);
  color: var(--white);
}

.autool-hp-btn-sm {
  padding: 9px 18px;
  font-size: 11px;
}

.autool-hp-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius);
}

.autool-hp-badge--hot {
  background: var(--danger);
  color: var(--white);
}

.autool-hp-badge--new {
  background: var(--info);
  color: var(--white);
}

.autool-hp-badge--factory {
  background: var(--accent);
  color: var(--black);
}

.autool-hp-badge--oem {
  background: var(--gray-700);
  color: var(--white);
}

.autool-hp-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 2px 7px;
  border: 1px solid var(--gray-300);
  color: var(--gray-500);
}

.autool-hp-top-bar {
  background: var(--gray-900);
  color: var(--gray-300);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  padding: 8px 0;
  border-bottom: 1px solid var(--gray-700);
}

.autool-hp-top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.autool-hp-top-bar__promo {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.autool-hp-top-bar__promo span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.autool-hp-top-bar__promo span::before {
  content: '■';
  color: var(--accent);
  font-size: 7px;
}

.autool-hp-top-bar__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.autool-hp-top-bar__actions a {
  color: var(--gray-300);
  transition: color .15s;
}

.autool-hp-top-bar__actions a:hover {
  color: var(--accent);
}

.autool-hp-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--black);
  border-bottom: 2px solid var(--accent);
}

.autool-hp-header-inner {
  display: flex;
  align-items: stretch;
  height: 64px;
  gap: 0;
}

.autool-hp-site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px 0 0;
  border-right: 1px solid var(--gray-700);
  min-width: 210px;
  flex-shrink: 0;
}

.autool-hp-site-logo__mark {
  width: 36px;
  height: 36px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.autool-hp-site-logo__mark svg {
  width: 20px;
  height: 20px;
}

.autool-hp-site-logo__text {
  line-height: 1.1;
}

.autool-hp-site-logo__name {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .06em;
  color: var(--white);
  text-transform: uppercase;
}

.autool-hp-site-logo__sub {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .12em;
  color: var(--gray-400);
  text-transform: uppercase;
}

.autool-hp-desktop-nav {
  display: flex;
  align-items: stretch;
  flex: 1;
}

.autool-hp-desktop-nav ul {
  display: flex;
  align-items: stretch;
}

.autool-hp-desktop-nav li {
  display: flex;
  align-items: stretch;
}

.autool-hp-desktop-nav a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray-300);
  border-right: 1px solid var(--gray-800);
  transition: color .15s,background .15s;
  white-space: nowrap;
}

.autool-hp-desktop-nav a:hover, .autool-hp-desktop-nav a.autool-hp-active {
  color: var(--accent);
  background: rgba(245,196,0,.06);
}

.autool-hp-header-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
  border-left: 1px solid var(--gray-700);
}

.autool-hp-header-actions a, .autool-hp-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 16px;
  background: none;
  border: 0;
  border-right: 1px solid var(--gray-700);
  color: var(--gray-300);
  font-family: var(--font-mono);
  font-size: 11px;
  transition: color .15s,background .15s;
}

.autool-hp-header-actions a:hover, .autool-hp-hamburger:hover {
  color: var(--accent);
}

.autool-hp-btn-quote-header {
  background: var(--accent);
  color: var(--black);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 0 20px;
  border: 0;
}

.autool-hp-btn-quote-header:hover {
  background: var(--accent-dark);
}

.autool-hp-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.autool-hp-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.autool-hp-mobile-menu {
  display: none;
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  background: var(--black);
  border-top: 1px solid var(--gray-700);
  z-index: 999;
  max-height: calc(100vh - 66px);
  overflow: auto;
}

.autool-hp-mobile-menu.autool-hp-open {
  display: block;
}

.autool-hp-mobile-menu li {
  border-bottom: 1px solid var(--gray-800);
}

.autool-hp-mobile-menu a {
  display: block;
  padding: 15px 24px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-200);
}

.autool-hp-mobile-menu a:hover {
  color: var(--accent);
  background: rgba(245,196,0,.05);
}

.autool-hp-mobile-menu__cta {
  padding: 16px 24px;
}

.autool-hp-hero-section {
  background: var(--black);
  color: var(--white);
  min-height: 680px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.autool-hp-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg,rgba(8,8,8,.92) 0%,rgba(8,8,8,.72) 48%,rgba(8,8,8,.82) 100%),var(--autool-hp-hero-bg);
  background-size: cover;
  background-position: center;
}

.autool-hp-hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--gray-800) 1px,transparent 1px),linear-gradient(90deg,var(--gray-800) 1px,transparent 1px);
  background-size: 48px 48px;
  opacity: .18;
  pointer-events: none;
}

.autool-hp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  width: 100%;
}

.autool-hp-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(245,196,0,.4);
  padding: 5px 12px;
  margin-bottom: 20px;
}

.autool-hp-hero-tag::before {
  content: '▶';
  font-size: 7px;
}

.autool-hp-hero-title {
  font-family: var(--font-display);
  font-size: clamp(38px,5.6vw,72px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.autool-hp-hero-title .autool-hp-accent {
  color: var(--accent);
}

.autool-hp-hero-desc {
  font-size: 16px;
  color: var(--gray-300);
  line-height: 1.75;
  margin-bottom: 34px;
  max-width: 560px;
}

.autool-hp-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.autool-hp-hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--gray-700);
  flex-wrap: wrap;
}

.autool-hp-hero-stat__num {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
}

.autool-hp-hero-stat__label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  color: var(--gray-400);
  text-transform: uppercase;
  margin-top: 2px;
}

.autool-hp-hero-visual {
  position: relative;
  min-height: 430px;
}

.autool-hp-hero-img-main {
  position: absolute;
  right: 0;
  top: 0;
  width: 82%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 1px solid var(--gray-700);
  background: var(--gray-900);
}

.autool-hp-hero-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autool-hp-hero-img-secondary {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 48%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 1px solid var(--gray-700);
  border-left: 3px solid var(--accent);
  background: var(--gray-900);
}

.autool-hp-hero-img-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autool-hp-hero-param-card {
  position: absolute;
  bottom: 0;
  right: 18px;
  background: var(--gray-900);
  border: 1px solid var(--gray-700);
  border-left: 3px solid var(--accent);
  padding: 14px 18px;
  min-width: 230px;
}

.autool-hp-hero-param-card__label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .1em;
  color: var(--gray-400);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.autool-hp-hero-param-card__item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gray-200);
  padding: 4px 0;
  border-bottom: 1px solid var(--gray-800);
}

.autool-hp-hero-param-card__item:last-child {
  border-bottom: 0;
}

.autool-hp-hero-param-card__val {
  color: var(--accent);
  font-weight: 600;
}

.autool-hp-stats-strip {
  background: var(--gray-900);
  border-top: 3px solid var(--accent);
  border-bottom: 1px solid var(--gray-700);
}

.autool-hp-stats-strip__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.autool-hp-stat-item {
  padding: 34px 28px;
  border-right: 1px solid var(--gray-700);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: var(--white);
}

.autool-hp-stat-item:last-child {
  border-right: 0;
}

.autool-hp-stat-item__icon {
  width: 44px;
  height: 44px;
  background: rgba(245,196,0,.1);
  border: 1px solid rgba(245,196,0,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 22px;
}

.autool-hp-stat-item__num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
}

.autool-hp-stat-item__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--gray-200);
  text-transform: uppercase;
  margin-top: 4px;
}

.autool-hp-stat-item__desc {
  font-size: 12px;
  color: var(--gray-300);
  margin-top: 2px;
}

.autool-hp-category-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border-top: 1px solid var(--gray-200);
  border-left: 1px solid var(--gray-200);
}

.autool-hp-category-card {
  border-right: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  overflow: hidden;
  position: relative;
  background: var(--white);
  transition: border-color .18s,box-shadow .18s;
}

.autool-hp-category-card:hover {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
  z-index: 1;
}

.autool-hp-category-card:hover img {
  transform: scale(1.04);
}

.autool-hp-category-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--gray-100);
}

.autool-hp-category-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform .4s ease;
}

.autool-hp-category-card__body {
  padding: 18px 18px 20px;
}

.autool-hp-category-card__num {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .1em;
  color: var(--gray-400);
  margin-bottom: 4px;
}

.autool-hp-category-card__name {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--gray-900);
  margin-bottom: 6px;
  line-height: 1.15;
}

.autool-hp-category-card__desc {
  font-size: 12px;
  color: var(--gray-500);
  line-height: 1.5;
}

.autool-hp-category-card__action {
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--black);
  padding: 6px 10px;
  opacity: 0;
  transition: opacity .2s;
}

.autool-hp-category-card:hover .autool-hp-category-card__action {
  opacity: 1;
}

.autool-hp-feature-band {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}

.autool-hp-feature-media {
  position: relative;
  min-height: 420px;
}

.autool-hp-feature-media__main {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid var(--gray-200);
}

.autool-hp-feature-media__product {
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 260px;
  background: var(--gray-900);
  border: 1px solid var(--gray-700);
  border-top: 3px solid var(--accent);
  padding: 14px;
  color: var(--white);
}

.autool-hp-feature-media__product img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: var(--white);
  margin-bottom: 12px;
}

.autool-hp-mini-product-title {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 8px;
}

.autool-hp-price {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  color: var(--accent);
}

.autool-hp-text-box__small {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}

.autool-hp-text-box__title {
  font-family: var(--font-display);
  font-size: clamp(28px,3.5vw,44px);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.05;
}

.autool-hp-text-box__desc {
  font-size: 15px;
  color: var(--gray-500);
  line-height: 1.75;
  margin-bottom: 24px;
}

.autool-hp-spec-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1px;
  background: var(--gray-200);
  border: 1px solid var(--gray-200);
  margin-bottom: 28px;
}

.autool-hp-spec-tile {
  background: var(--white);
  padding: 16px;
}

.autool-hp-spec-tile strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}

.autool-hp-spec-tile span {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gray-500);
  margin-top: 4px;
}

.autool-hp-solution-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  border-left: 1px solid var(--gray-700);
  border-top: 1px solid var(--gray-700);
}

.autool-hp-solution-card {
  border-right: 1px solid var(--gray-700);
  border-bottom: 1px solid var(--gray-700);
  padding: 32px 28px;
  position: relative;
  transition: background .18s;
}

.autool-hp-solution-card:hover {
  background: rgba(245,196,0,.04);
}

.autool-hp-solution-card__num {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .15em;
  color: var(--gray-600);
  margin-bottom: 18px;
}

.autool-hp-solution-card__media {
  aspect-ratio: 4/3;
  background: var(--gray-800);
  border: 1px solid var(--gray-700);
  margin-bottom: 20px;
  overflow: hidden;
}

.autool-hp-solution-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform .35s ease;
}

.autool-hp-solution-card:hover .autool-hp-solution-card__media img {
  transform: scale(1.04);
}

.autool-hp-solution-card__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.05;
}

.autool-hp-solution-card__desc {
  font-size: 13px;
  color: var(--gray-400);
  line-height: 1.65;
  margin-bottom: 18px;
}

.autool-hp-solution-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--gray-700);
  padding-top: 14px;
}

.autool-hp-solution-card__price {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 900;
  color: var(--accent);
}

.autool-hp-solution-card__link {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  transition: letter-spacing .15s;
}

.autool-hp-solution-card__link:hover {
  letter-spacing: .14em;
}

.autool-hp-suite-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}

.autool-hp-suite-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--black);
  border: 1px solid var(--gray-700);
  color: var(--white);
  display: flex;
  align-items: flex-end;
}

.autool-hp-suite-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(8,8,8,.12),rgba(8,8,8,.88));
  z-index: 1;
}

.autool-hp-suite-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.autool-hp-suite-card:hover img {
  transform: scale(1.05);
}

.autool-hp-suite-card__body {
  position: relative;
  z-index: 2;
  padding: 24px;
}

.autool-hp-suite-card__label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}

.autool-hp-suite-card__title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 10px;
}

.autool-hp-suite-card__desc {
  font-size: 13px;
  color: var(--gray-300);
  line-height: 1.6;
  margin-bottom: 16px;
}

.autool-hp-products-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}

.autool-hp-product-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  display: flex;
  flex-direction: column;
  transition: border-color .18s,box-shadow .18s;
}

.autool-hp-product-card:hover {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

.autool-hp-product-card__img-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--gray-100);
  position: relative;
}

.autool-hp-product-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform .35s ease;
}

.autool-hp-product-card:hover .autool-hp-product-card__img-wrap img {
  transform: scale(1.035);
}

.autool-hp-product-card__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.autool-hp-product-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.autool-hp-product-card__name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--gray-900);
  margin-bottom: 8px;
  line-height: 1.18;
}

.autool-hp-product-card__desc {
  font-size: 12px;
  color: var(--gray-500);
  line-height: 1.5;
  margin-bottom: 12px;
}

.autool-hp-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--gray-100);
}

.autool-hp-product-card__price {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 900;
  color: var(--gray-900);
}

.autool-hp-product-card__sku {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gray-500);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.autool-hp-product-card__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.autool-hp-product-card__actions .autool-hp-btn {
  flex: 1;
  font-size: 10px;
  padding: 9px 10px;
}

.autool-hp-contact-strip {
  background: var(--gray-900);
  border-top: 3px solid var(--accent);
}

.autool-hp-contact-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1px;
  background: var(--gray-700);
  border: 1px solid var(--gray-700);
}

.autool-hp-contact-card {
  background: var(--gray-900);
  color: var(--white);
  padding: 32px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.autool-hp-contact-card img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(1.15);
}

.autool-hp-contact-card__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  color: var(--accent);
  filter: brightness(1.15);
}

.autool-hp-contact-card__icon * {
  vector-effect: non-scaling-stroke;
}

.autool-hp-contact-card h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 6px;
}

.autool-hp-contact-card p {
  font-size: 13px;
  color: var(--gray-400);
  margin-bottom: 12px;
}

.autool-hp-contact-card a {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
}

.autool-hp-faq-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.autool-hp-faq-list {
  border: 1px solid var(--gray-200);
  background: var(--white);
}

.autool-hp-faq-item + .autool-hp-faq-item {
  border-top: 1px solid var(--gray-200);
}

.autool-hp-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: var(--white);
  border: 0;
  text-align: left;
  transition: background .15s;
}

.autool-hp-faq-q:hover, .autool-hp-faq-q.autool-hp-open {
  background: var(--gray-50);
}

.autool-hp-faq-q__text {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--gray-900);
}

.autool-hp-faq-q__icon {
  width: 28px;
  height: 28px;
  background: var(--gray-900);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 300;
  transition: background .15s,transform .2s;
}

.autool-hp-faq-q.autool-hp-open .autool-hp-faq-q__icon {
  background: var(--accent);
  color: var(--black);
  transform: rotate(45deg);
}

.autool-hp-faq-a {
  display: none;
  padding: 0 22px 20px;
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.7;
  border-top: 1px solid var(--gray-100);
  padding-top: 14px;
}

.autool-hp-faq-a.autool-hp-open {
  display: block;
}

.autool-hp-faq-a ul {
  list-style: disc;
  margin: 10px 0 0 18px;
}

.autool-hp-blog-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}

.autool-hp-blog-card {
  border: 1px solid var(--gray-200);
  background: var(--white);
  display: flex;
  flex-direction: column;
  transition: border-color .18s;
}

.autool-hp-blog-card:hover {
  border-color: var(--accent);
}

.autool-hp-blog-card__img-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--gray-100);
}

.autool-hp-blog-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.autool-hp-blog-card:hover .autool-hp-blog-card__img-wrap img {
  transform: scale(1.04);
}

.autool-hp-blog-card__body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.autool-hp-blog-card__cat {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--gray-900);
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 10px;
  align-self: flex-start;
}

.autool-hp-blog-card__title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--gray-900);
  line-height: 1.2;
  margin-bottom: 14px;
  flex: 1;
}

.autool-hp-blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--gray-100);
}

.autool-hp-blog-card__date {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.autool-hp-blog-card__read {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray-900);
}

.autool-hp-blog-card__read:hover {
  color: var(--accent);
}

.autool-hp-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.autool-hp-testimonial-card {
  background: var(--gray-900);
  border: 1px solid var(--gray-700);
  border-top: 3px solid var(--accent);
  padding: 28px 24px;
}

.autool-hp-stars {
  color: var(--accent);
  letter-spacing: -1px;
  font-size: 13px;
  margin-bottom: 16px;
}

.autool-hp-testimonial-card__text {
  font-size: 14px;
  color: var(--gray-300);
  line-height: 1.75;
  margin-bottom: 20px;
  font-style: italic;
}

.autool-hp-testimonial-card__text::before {
  content: "\201C";
  color: var(--accent);
  font-size: 28px;
  font-style: normal;
  line-height: 0;
  vertical-align: -8px;
  margin-right: 4px;
}

.autool-hp-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-700);
}

.autool-hp-testimonial-card__avatar {
  width: 42px;
  height: 42px;
  background: var(--gray-700);
  overflow: hidden;
  flex-shrink: 0;
}

.autool-hp-testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autool-hp-testimonial-card__name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
}

.autool-hp-testimonial-card__role {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gray-300);
  margin-top: 2px;
  text-transform: uppercase;
}

.autool-hp-about-cta {
  position: relative;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
  padding: 96px 0;
}

.autool-hp-about-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg,rgba(8,8,8,.92),rgba(8,8,8,.62)),var(--autool-hp-about-bg);
  background-size: cover;
  background-position: center;
}

.autool-hp-about-cta::after {
  content: 'AUTOOL';
  position: absolute;
  right: -18px;
  bottom: -34px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 160px;
  color: rgba(255,255,255,.035);
  line-height: 1;
  pointer-events: none;
}

.autool-hp-about-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.autool-hp-about-cta h6 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.autool-hp-about-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(42px,7vw,86px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .9;
  margin-bottom: 16px;
}

.autool-hp-about-cta p {
  font-size: 16px;
  color: var(--gray-300);
  line-height: 1.75;
  margin-bottom: 30px;
}

.autool-hp-site-footer {
  background: var(--black);
  color: var(--gray-300);
  border-top: 3px solid var(--gray-800);
}

.autool-hp-footer-top {
  padding: 64px 0 40px;
}

.autool-hp-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.autool-hp-footer-brand__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.autool-hp-footer-brand__mark {
  width: 32px;
  height: 32px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  color: var(--black);
}

.autool-hp-footer-brand__name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .05em;
}

.autool-hp-footer-brand__desc {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 20px;
}

.autool-hp-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: var(--gray-400);
  margin-bottom: 10px;
}

.autool-hp-footer-contact-item span:first-child {
  color: var(--accent);
}

.autool-hp-footer-col__title {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-800);
}

.autool-hp-footer-col li {
  margin-bottom: 8px;
}

.autool-hp-footer-col a {
  font-size: 13px;
  color: var(--gray-500);
  transition: color .15s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.autool-hp-footer-col a::before {
  content: '—';
  color: var(--gray-700);
  font-size: 10px;
}

.autool-hp-footer-col a:hover {
  color: var(--accent);
}

.autool-hp-footer-bottom {
  border-top: 1px solid var(--gray-800);
  padding: 20px 0;
}

.autool-hp-footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.autool-hp-footer-bottom__copy {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gray-600);
}

.autool-hp-footer-bottom__links {
  display: flex;
  gap: 20px;
}

.autool-hp-footer-bottom__links a {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gray-600);
}

.autool-hp-footer-bottom__links a:hover {
  color: var(--accent);
}

.autool-hp-page-wrapper :where(.autool-hp-section-subtitle,.autool-hp-text-box__desc,.autool-hp-category-card__desc,.autool-hp-product-card__desc,.autool-hp-faq-a,.autool-hp-blog-card__date) {
  color: var(--text-on-light);
}

.autool-hp-page-wrapper :where(.autool-hp-section-title,.autool-hp-category-card__name,.autool-hp-text-box__title,.autool-hp-product-card__name,.autool-hp-blog-card__title,.autool-hp-faq-q__text,.autool-hp-product-card__price) {
  color: var(--heading-on-light);
}

.autool-hp-page-wrapper .autool-hp-section-label {
  color: var(--accent);
  background: var(--heading-on-light);
}

.autool-hp-section--dark .autool-hp-section-label, .autool-hp-section--black .autool-hp-section-label {
  background: var(--accent);
  color: var(--black);
}

.autool-hp-hero-section :where(.autool-hp-hero-title,.autool-hp-btn-outline), .autool-hp-section--dark :where(.autool-hp-section-title,.autool-hp-solution-card__title), .autool-hp-section--black :where(.autool-hp-section-title,.autool-hp-testimonial-card__name), .autool-hp-contact-strip :where(h3), .autool-hp-about-cta :where(h2,h6), .autool-hp-site-footer :where(.autool-hp-footer-brand__name,.autool-hp-footer-col__title) {
  color: var(--text-on-dark);
}

.autool-hp-hero-desc, .autool-hp-hero-stat__label, .autool-hp-stat-item__desc, .autool-hp-section--dark :where(.autool-hp-section-subtitle,.autool-hp-solution-card__desc), .autool-hp-section--black :where(.autool-hp-section-subtitle,.autool-hp-testimonial-card__text,.autool-hp-testimonial-card__role), .autool-hp-contact-strip :where(p), .autool-hp-about-cta :where(p), .autool-hp-site-footer :where(.autool-hp-footer-brand__desc,.autool-hp-footer-col a,.autool-hp-footer-contact-item,.autool-hp-footer-bottom__copy,.autool-hp-footer-bottom__links a) {
  color: var(--muted-on-dark);
}

.autool-hp-page-wrapper :where(.autool-hp-accent,.autool-hp-price,.autool-hp-solution-card__price,.autool-hp-solution-card__link,.autool-hp-footer-contact-item span:first-child) {
  color: var(--accent);
}

.autool-hp-page-wrapper :where(.autool-hp-hero-img-main,.autool-hp-hero-img-secondary,.autool-hp-hero-param-card,.autool-hp-category-card,.autool-hp-feature-media__main,.autool-hp-feature-media__product,.autool-hp-spec-grid,.autool-hp-solution-card__media,.autool-hp-suite-card,.autool-hp-product-card,.autool-hp-contact-grid,.autool-hp-faq-list,.autool-hp-blog-card,.autool-hp-testimonial-card,.autool-hp-testimonial-card__avatar) {
  border-radius: var(--radius);
}

body.page-id-63 .autool-hp-feature-product-shortcode {
  bottom: -22px;
  position: absolute;
  right: -18px;
  width: 260px;
  z-index: 3;
}

body.page-id-63 .autool-hp-feature-product-shortcode .woocommerce {
  margin: 0;
  width: 100%;
}

body.page-id-63 .autool-hp-feature-product-shortcode :is(ul.products, [data-products]) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

body.page-id-63 .autool-hp-solution-card__media {
  background: var(--white, var(--theme-palette-color-8, #ffffff));
  border-color: var(--gray-200, var(--theme-border-color, #e5e7eb));
}

body.page-id-63 .autool-hp-solution-card__media img {
  padding: 16px;
}

body.page-id-63 .autool-hp-suite-card::before {
  background: linear-gradient(180deg, rgba(8, 8, 8, .28) 0%, rgba(8, 8, 8, .72) 46%, rgba(8, 8, 8, .94) 100%);
}

body.page-id-63 .autool-hp-suite-card__body {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .55);
}

body.page-id-63 .autool-hp-suite-card__title {
  color: var(--white, #ffffff);
}

body.page-id-63 .autool-hp-suite-card__desc {
  color: var(--gray-100, #f3f4f6);
}

body.page-id-63 .autool-hp-card-linkwrap {
  display: block;
  min-width: 0;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

body.page-id-63 .autool-hp-card-linkwrap:hover, body.page-id-63 .autool-hp-card-linkwrap:focus, body.page-id-63 .autool-hp-card-linkwrap:focus-visible {
  color: inherit;
  text-decoration: none;
}

body.page-id-63 .autool-hp-card-linkwrap:focus-visible {
  outline: 2px solid var(--theme-palette-color-1, #FEB511);
  outline-offset: 3px;
}

body.page-id-63 .autool-hp-card-linkwrap .autool-hp-solution-card__link, body.page-id-63 .autool-hp-card-linkwrap .autool-hp-btn {
  pointer-events: none;
}

body.single-post .autool-standard-post-related .autool-hp-blog-card {
  border: 1px solid var(--gray-200);
  background: var(--white);
  display: flex;
  flex-direction: column;
  transition: border-color .18s;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius);
}

body.single-post .autool-standard-post-related .autool-hp-blog-card:hover {
  border-color: var(--accent);
}

body.single-post .autool-standard-post-related .autool-hp-blog-card__img-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--gray-100);
}

body.single-post .autool-standard-post-related .autool-hp-blog-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

body.single-post .autool-standard-post-related .autool-hp-blog-card:hover .autool-hp-blog-card__img-wrap img {
  transform: scale(1.04);
}

body.single-post .autool-standard-post-related .autool-hp-blog-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

body.single-post .autool-standard-post-related .autool-hp-blog-card__cat {
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--accent);
  background: var(--gray-900);
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 10px;
  align-self: flex-start;
}

body.single-post .autool-standard-post-related .autool-hp-blog-card__title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--heading-on-light);
  line-height: 1.2;
  margin: 0 0 14px;
  flex: 1;
}

body.single-post .autool-standard-post-related .autool-hp-blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--gray-100);
}

body.single-post .autool-standard-post-related .autool-hp-blog-card__date {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--text-on-light);
  text-transform: uppercase;
  letter-spacing: .06em;
}

body.single-post .autool-standard-post-related .autool-hp-blog-card__read {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray-900);
}

body.single-post .autool-standard-post-related .autool-hp-blog-card__read:hover {
  color: var(--accent);
}

body.page-id-63 .autool-hp-solution-grid {
  align-items: stretch;
}

body.page-id-63 .autool-hp-card-linkwrap--solution {
  display: flex;
  height: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.page-id-63 .autool-hp-card-linkwrap--solution > .autool-hp-solution-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

body.page-id-63 .autool-hp-card-linkwrap--solution .autool-hp-solution-card__desc {
  flex: 1;
}

body.page-id-63 .autool-hp-card-linkwrap--solution .autool-hp-solution-card__meta {
  margin-top: auto;
}

@media (max-width:1199px) {
  .autool-hp-page-wrapper {
    --section-pad: 64px 0;
  }
}

@media (max-width:1199px) {
  .autool-hp-container {
    padding: 0 20px;
  }
}

@media (max-width:1199px) {
  .autool-hp-products-grid, .autool-hp-blog-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width:1199px) {
  .autool-hp-suite-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:1199px) {
  .autool-hp-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width:1023px) {
  .autool-hp-page-wrapper {
    --section-pad: 56px 0;
  }
}

@media (max-width:1023px) {
  .autool-hp-desktop-nav {
    display: none;
  }
}

@media (max-width:1023px) {
  .autool-hp-header-actions .autool-hp-hide-tablet {
    display: none;
  }
}

@media (max-width:1023px) {
  .autool-hp-hamburger {
    display: flex;
  }
}

@media (max-width:1023px) {
  .autool-hp-hero-inner, .autool-hp-feature-band, .autool-hp-faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width:1023px) {
  .autool-hp-hero-section {
    min-height: auto;
  }
}

@media (max-width:1023px) {
  .autool-hp-hero-visual {
    display: none;
  }
}

@media (max-width:1023px) {
  .autool-hp-stats-strip__grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:1023px) {
  .autool-hp-stat-item:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width:1023px) {
  .autool-hp-stat-item:nth-child(3), .autool-hp-stat-item:nth-child(4) {
    border-top: 1px solid var(--gray-700);
  }
}

@media (max-width:1023px) {
  .autool-hp-category-grid, .autool-hp-products-grid, .autool-hp-solution-grid, .autool-hp-blog-grid, .autool-hp-testimonial-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:1023px) {
  .autool-hp-feature-media__product {
    right: 10px;
    bottom: -12px;
  }
}

@media (max-width:1023px) {
  .autool-hp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:767px) {
  .autool-hp-page-wrapper {
    --section-pad: 44px 0;
  }
}

@media (max-width:767px) {
  .autool-hp-container {
    padding: 0 16px;
  }
}

@media (max-width:767px) {
  .autool-hp-top-bar__promo span:not(:first-child) {
    display: none;
  }
}

@media (max-width:767px) {
  .autool-hp-site-logo {
    min-width: auto;
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width:767px) {
  .autool-hp-site-logo__sub {
    display: none;
  }
}

@media (max-width:767px) {
  .autool-hp-header-actions .autool-hp-btn-quote-header {
    display: none;
  }
}

@media (max-width:767px) {
  .autool-hp-hero-title {
    font-size: 38px;
  }
}

@media (max-width:767px) {
  .autool-hp-hero-btns, .autool-hp-quote-actions {
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width:767px) {
  .autool-hp-hero-btns .autool-hp-btn, .autool-hp-quote-actions .autool-hp-btn {
    width: 100%;
  }
}

@media (max-width:767px) {
  .autool-hp-hero-stats {
    gap: 18px;
  }
}

@media (max-width:767px) {
  .autool-hp-stats-strip__grid, .autool-hp-category-grid, .autool-hp-products-grid, .autool-hp-solution-grid, .autool-hp-suite-grid, .autool-hp-blog-grid, .autool-hp-testimonial-grid, .autool-hp-contact-grid, .autool-hp-spec-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:767px) {
  .autool-hp-stat-item {
    border-right: 0;
    border-top: 1px solid var(--gray-700);
    padding: 24px 16px;
  }
}

@media (max-width:767px) {
  .autool-hp-stat-item:first-child {
    border-top: 0;
  }
}

@media (max-width:767px) {
  .autool-hp-category-grid {
    border-left: 1px solid var(--gray-200);
  }
}

@media (max-width:767px) {
  .autool-hp-feature-media {
    min-height: 0;
  }
}

@media (max-width:767px) {
  .autool-hp-feature-media__product {
    position: static;
    width: 100%;
    margin-top: 14px;
  }
}

@media (max-width:767px) {
  .autool-hp-suite-card {
    min-height: 300px;
  }
}

@media (max-width:767px) {
  .autool-hp-section-header {
    display: block;
    margin-bottom: 32px;
  }
}

@media (max-width:767px) {
  .autool-hp-contact-card {
    padding: 24px;
  }
}

@media (max-width:767px) {
  .autool-hp-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width:767px) {
  .autool-hp-footer-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width:767px) {
  .autool-hp-btn {
    min-height: 48px;
  }
}

@media (max-width: 999px) {
  body.page-id-63 .autool-hp-feature-product-shortcode {
    bottom: -12px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  body.page-id-63 .autool-hp-feature-product-shortcode {
    margin-top: 14px;
    position: static;
    width: 100%;
  }
}
