/*
Theme Name: Axiom Thermo
Theme URI: http://localhost/axiom/
Author: Axiom Thermo Furnaces
Author URI: http://localhost/axiom/
Description: Custom WordPress theme for Axiom Thermo Furnaces industrial landing page.
Version: 1.29.8
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: axiom-thermo
*/

:root {
  --ax-bg: #ffffff;
  --ax-ink: #111111;
  --ax-muted: #666666;
  --ax-panel: #e6e6e6;
  --ax-line: #e6e6e6;
  --ax-dark: #111111;
  --ax-dark-2: #333333;
  --ax-slate: #333333;
  --ax-primary: #e10600;
  --ax-primary-2: #ff5a00;
  --ax-white: #ffffff;
  --ax-gradient: linear-gradient(90deg, #e10600 0%, #ff5a00 100%);
  --ax-shadow: 0 24px 70px rgba(17, 17, 17, 0.14);
  --ax-radius: 4px;
  --ax-max: 1520px;
  --ax-display: "Outfit", "Manrope", Arial, sans-serif;
  --ax-body: "Manrope", Arial, sans-serif;
}


* {
  box-sizing: border-box;
}


html {
  scroll-behavior: smooth;
}


body {
  margin: 0;
  background: var(--ax-bg);
  color: var(--ax-ink);
  font-family: var(--ax-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}


img {
  display: block;
  height: auto;
  max-width: 100%;
}


a {
  color: inherit;
  text-decoration: none;
}


button,


input,


textarea,


select {
  font: inherit;
}


.ax-container {
  width: min(var(--ax-max), calc(100% - clamp(24px, 4vw, 64px)));
  margin-inline: auto;
}


.ax-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--ax-radius);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--ax-body);
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  min-height: 52px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}


.ax-button:hover {
  transform: translateY(-1px);
}


.ax-button-primary {
  background: var(--ax-primary);
  color: var(--ax-white);
}


.ax-button-primary:hover {
  background: #c74613;
}


.ax-button-light {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--ax-white);
}


.ax-button-light:hover {
  background: rgba(255, 255, 255, 0.14);
}


.ax-button-outline {
  border-color: #cfc5bd;
  color: #3b312b;
}


.ax-button-outline:hover {
  border-color: var(--ax-primary);
  color: var(--ax-primary);
}


.ax-topbar {
  background: var(--ax-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}


.ax-topbar-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 38px;
}


.ax-topbar-links {
  display: flex;
  gap: 18px;
  white-space: nowrap;
}


.ax-site-header {
  background: #111111;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ax-white);
  position: sticky;
  top: 0;
  z-index: 50;
}


.admin-bar .ax-site-header {
  top: 32px;
}


.ax-header-inner {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: space-between;
  min-height: 90px;
}


.ax-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 210px;
}


.ax-logo {
  display: block;
  height: 72px;
  object-fit: contain;
  width: auto;
}


.ax-brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}


.ax-brand-title {
  color: var(--ax-ink);
  font-family: var(--ax-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}


.ax-brand-subtitle {
  color: var(--ax-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}


.ax-brand-mark {
  background: linear-gradient(135deg, var(--ax-primary), var(--ax-primary-2));
  border-radius: 2px;
  box-shadow: 0 0 24px rgba(225, 6, 0, 0.35);
  height: 38px;
  position: relative;
  width: 38px;
}


.ax-brand-mark::after {
  border: 2px solid rgba(255, 255, 255, 0.78);
  content: "";
  inset: 9px;
  position: absolute;
}


.ax-brand-name {
  display: block;
  font-family: var(--ax-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}


.ax-brand-sub {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.1;
  margin-top: 3px;
  text-transform: uppercase;
}


.ax-nav {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
}


.ax-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


.ax-nav a:hover {
  color: var(--ax-primary-2);
}


.ax-header-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}


.ax-menu-toggle {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--ax-white);
  display: none;
  height: 42px;
  padding: 0 12px;
}


.ax-menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 20px;
}


.ax-hero {
  align-items: center;
  background: var(--ax-dark);
  color: var(--ax-white);
  display: flex;
  min-height: 86vh;
  overflow: hidden;
  position: relative;
}


.ax-hero-bg {
  inset: 0;
  position: absolute;
}


.ax-hero-bg img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transform: scale(1.045);
  transition: opacity 1.4s ease-in-out, transform 3s ease-out;
  will-change: opacity, transform;
  width: 100%;
}

.ax-hero-bg img.is-active {
  opacity: 0.52;
  transform: scale(1);
}


.ax-hero-bg::before,


.ax-hero-bg::after {
  content: "";
  inset: 0;
  position: absolute;
}


.ax-hero-bg::before {
  background: linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0.9) 44%, rgba(17, 17, 17, 0.12) 100%);
}


.ax-hero-bg::after {
  background: linear-gradient(0deg, rgba(13, 10, 8, 0.7), transparent 54%);
}


.ax-hero-glow {
  background: rgba(225, 6, 0, 0.14);
  border-radius: 999px;
  bottom: -60px;
  filter: blur(90px);
  height: 320px;
  pointer-events: none;
  position: absolute;
  right: 10%;
  width: 520px;
}


.ax-hero-content {
  max-width: 760px;
  padding: 92px 0;
  position: relative;
  z-index: 2;
}


.ax-badge {
  align-items: center;
  background: rgba(225, 6, 0, 0.17);
  border: 1px solid rgba(225, 6, 0, 0.42);
  color: #ff5a00;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
  padding: 8px 12px;
  text-transform: uppercase;
}


.ax-live-dot {
  background: var(--ax-primary);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(225, 6, 0, 0.18);
  height: 9px;
  width: 9px;
}


.ax-hero h1 {
  font-family: var(--ax-display);
  font-size: clamp(46px, 7.2vw, 86px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.04;
  margin: 0 0 24px;
  text-transform: uppercase;
}


.ax-hero h1 span {
  color: var(--ax-primary);
}


.ax-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 38px;
  max-width: 690px;
}


.ax-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ax-hero-slider-controls {
  align-items: center;
  bottom: 30px;
  display: flex;
  gap: 12px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.ax-hero-slider-controls > button {
  align-items: center;
  background: rgba(11, 15, 20, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: var(--ax-white);
  cursor: pointer;
  display: flex;
  font-size: 25px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  width: 34px;
}

.ax-hero-slider-dots {
  align-items: center;
  display: flex;
  gap: 8px;
}

.ax-hero-slider-dots button {
  background: rgba(255, 255, 255, 0.48);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: background 0.25s ease, width 0.25s ease;
  width: 8px;
}

.ax-hero-slider-dots button.is-active {
  background: var(--ax-primary);
  width: 26px;
}

@media (prefers-reduced-motion: reduce) {
  .ax-hero-bg img {
    transition: none;
  }
}


.ax-trust-strip {
  background: var(--ax-primary);
  color: var(--ax-white);
  padding: 12px 0;
}


.ax-trust-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  justify-content: center;
}


.ax-trust-list span {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


.ax-trust-list span::before {
  background: rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  content: "";
  height: 5px;
  width: 5px;
}


.ax-section {
  padding: 96px 0;
}


.ax-section-light {
  background: #f8f6f4;
}


.ax-section-white {
  background: var(--ax-white);
}


.ax-section-dark {
  background: var(--ax-dark);
  color: var(--ax-white);
}


.ax-section-primary {
  background: var(--ax-primary);
  color: var(--ax-white);
}


.ax-section-head {
  margin: 0 auto 56px;
  max-width: 760px;
  text-align: center;
}


.ax-eyebrow {
  color: var(--ax-primary);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
  margin-bottom: 14px;
  text-transform: uppercase;
}


.ax-section-head h2,


.ax-split-copy h2,


.ax-quote-panel h2,


.ax-cta h2 {
  font-family: var(--ax-display);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}


.ax-section-head p {
  color: var(--ax-muted);
  font-size: 19px;
  margin: 16px 0 0;
}


.ax-products-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}


.ax-product-card {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow: 0 20px 46px rgba(17, 17, 17, 0.14);
  cursor: pointer;
  display: block;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: box-shadow 260ms ease, transform 260ms ease;
}


.ax-product-card:hover {
  box-shadow: 0 26px 60px rgba(17, 17, 17, 0.22);
  transform: translateY(-6px);
}


.ax-product-card:focus-visible {
  box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.25), var(--ax-shadow);
  outline: 0;
}


.ax-product-media {
  aspect-ratio: 4 / 4.6;
  background: #d8d2cd;
  overflow: hidden;
  position: relative;
}


.ax-product-media::after {
  background: linear-gradient(180deg, rgba(6, 10, 18, 0.02) 20%, rgba(6, 10, 18, 0.38) 56%, rgba(6, 10, 18, 0.92) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}


.ax-product-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
  width: 100%;
}


.ax-product-card:hover .ax-product-media:not(.ax-product-media-slider) img {
  transform: scale(1.06);
}


.ax-product-media-slider {
  position: relative;
}


.ax-product-media-slider img {
  filter: saturate(0.9);
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(0.94) translateY(10px);
  transition: opacity 950ms ease, transform 1150ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 950ms ease;
  will-change: opacity, transform;
}


.ax-product-media-slider img.is-active {
  filter: saturate(1);
  opacity: 1;
  transform: scale(1.04) translateY(0);
}


.ax-product-body {
  bottom: 0;
  left: 0;
  padding: 18px;
  position: absolute;
  right: 0;
  z-index: 3;
}


.ax-product-body h3 {
  color: var(--ax-white);
  font-family: var(--ax-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.16;
  margin: 0;
  padding-right: 28px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}


.ax-product-body::after {
  align-items: center;
  background: var(--ax-primary);
  border-radius: 999px;
  bottom: 18px;
  color: var(--ax-white);
  content: "›";
  display: flex;
  font-size: 22px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  transition: transform 260ms ease;
  width: 28px;
}


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


.ax-product-body p {
  color: var(--ax-muted);
  flex: 1;
  font-size: 15px;
  margin: 0 0 18px;
}


.ax-center-action {
  margin-top: 42px;
  text-align: center;
}


.ax-customer-logo-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  border: 0;
  border-radius: 22px;
  box-shadow: 0 22px 58px rgba(17, 17, 17, 0.06);
  padding: clamp(18px, 2.4vw, 30px);
  width: 100%;
}


.ax-customer-logo-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}


.ax-customer-logo-tile {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 14px;
  box-shadow: none;
  display: flex;
  height: 124px;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}


.ax-customer-logo-tile:hover {
  border-color: rgba(17, 17, 17, 0.1);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
  transform: translateY(-2px);
}


.ax-customer-logo-tile img {
  display: block;
  height: 100%;
  max-height: 104px;
  max-width: 112%;
  object-fit: contain;
  pointer-events: none;
  transform: scale(1.1);
  transition: transform 220ms ease;
  width: 100%;
}


.ax-customer-logo-tile:hover img {
  transform: scale(1.14);
}


.ax-approvals-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


.ax-approval-card {
  background: #f8f6f4;
  border: 1px solid var(--ax-line);
  min-height: 160px;
  padding: 22px;
  transition: background 180ms ease, border-color 180ms ease;
}


.ax-approval-card:hover {
  background: rgba(225, 6, 0, 0.06);
  border-color: rgba(225, 6, 0, 0.32);
}


.ax-approval-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}


.ax-approval-icon {
  align-items: center;
  background: rgba(225, 6, 0, 0.12);
  color: var(--ax-primary);
  display: inline-flex;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  width: 40px;
}


.ax-sector {
  color: #9a9088;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  max-width: 92px;
  text-align: right;
  text-transform: uppercase;
}


.ax-approval-card h3 {
  font-family: var(--ax-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 6px;
}


.ax-approval-card p {
  color: var(--ax-muted);
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
}


.ax-cert-band {
  background: #f8f6f4;
  border: 1px solid var(--ax-line);
  display: flex;
  gap: 34px;
  justify-content: space-between;
  margin-top: 50px;
  padding: 28px;
}


.ax-cert-copy {
  max-width: 350px;
}


.ax-cert-copy strong {
  color: #7a6f68;
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
  text-transform: uppercase;
}


.ax-cert-copy p {
  color: var(--ax-muted);
  margin: 0;
}


.ax-cert-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}


.ax-cert-item {
  align-items: center;
  background: var(--ax-white);
  border: 1px solid var(--ax-line);
  display: flex;
  gap: 12px;
  min-width: 210px;
  padding: 14px 16px;
}


.ax-cert-item b {
  color: var(--ax-primary);
  font-family: var(--ax-display);
  font-size: 22px;
}


.ax-cert-item span {
  color: var(--ax-muted);
  display: block;
  font-size: 12px;
}


.ax-advantage {
  display: grid;
  gap: 62px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}


.ax-split-copy p {
  color: var(--ax-muted);
  font-size: 19px;
  line-height: 1.7;
  margin: 22px 0 34px;
}


.ax-feature-list {
  display: grid;
  gap: 22px;
}


.ax-feature {
  display: grid;
  gap: 16px;
  grid-template-columns: 50px 1fr;
}


.ax-feature-icon {
  align-items: center;
  background: rgba(225, 6, 0, 0.1);
  color: var(--ax-primary);
  display: flex;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  width: 50px;
}


.ax-feature h3 {
  font-size: 19px;
  margin: 0 0 4px;
}


.ax-feature p {
  color: var(--ax-muted);
  margin: 0;
}


.ax-quote-panel {
  background: var(--ax-dark);
  color: var(--ax-white);
  overflow: hidden;
  padding: 42px;
  position: relative;
}


.ax-quote-panel::before {
  background: rgba(225, 6, 0, 0.14);
  border-radius: 999px;
  content: "";
  filter: blur(72px);
  height: 240px;
  position: absolute;
  right: -80px;
  top: -80px;
  width: 240px;
}


.ax-quote-panel > * {
  position: relative;
  z-index: 1;
}


.ax-quote-panel h2 {
  font-size: clamp(28px, 3vw, 40px);
}


.ax-quote-panel p {
  color: rgba(255, 255, 255, 0.62);
  margin: 16px 0 28px;
}


.ax-mini-form {
  display: grid;
  gap: 14px;
}


.ax-mini-form .ax-form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}


.ax-mini-form input,


.ax-mini-form select,


.ax-contact-form input,


.ax-contact-form textarea,


.ax-contact-form select {
  background: #211a15;
  border: 1px solid #40342d;
  border-radius: var(--ax-radius);
  color: var(--ax-white);
  min-height: 48px;
  outline: none;
  padding: 12px 14px;
  width: 100%;
}


.ax-contact-form input,


.ax-contact-form textarea,


.ax-contact-form select {
  background: #ffffff;
  border-color: #d9d1ca;
  color: var(--ax-ink);
}


.ax-mini-form input:focus,


.ax-mini-form select:focus,


.ax-contact-form input:focus,


.ax-contact-form textarea:focus,


.ax-contact-form select:focus {
  border-color: var(--ax-primary);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.14);
}


.ax-industries {
  text-align: center;
}


.ax-industries h2 {
  font-family: var(--ax-display);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
}


.ax-industries p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  margin: 0 auto 34px;
  max-width: 720px;
}


.ax-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}


.ax-chip {
  background: rgba(0, 0, 0, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--ax-white);
  font-weight: 800;
  padding: 10px 16px;
}


.ax-testimonials-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(246, 248, 255, 0.94), rgba(255, 255, 255, 0.86)),
    #f4f7ff;
  overflow: hidden;
}


.ax-testimonial-carousel {
  margin-inline: auto;
  max-width: 1160px;
  position: relative;
}


.ax-testimonial-stage {
  height: 390px;
  margin-inline: calc((100vw - min(var(--ax-max), calc(100vw - clamp(24px, 4vw, 64px)))) / -2);
  overflow: hidden;
  position: relative;
}


.ax-testimonial-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(229, 221, 214, 0.52);
  border-radius: 8px;
  box-shadow: 0 30px 64px rgba(71, 82, 130, 0.14);
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: center;
  left: 50%;
  min-height: 330px;
  opacity: 0;
  padding: 48px clamp(28px, 5vw, 82px);
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 24px;
  transform: translateX(-50%) scale(0.9);
  transition: opacity 420ms ease, transform 520ms ease;
  width: min(760px, calc(100vw - 96px));
}


.ax-testimonial-card::before {
  color: rgba(65, 58, 190, 0.12);
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 1;
  position: absolute;
  right: 38px;
  top: 22px;
}


.ax-testimonial-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
  z-index: 3;
}


.ax-testimonial-card.is-prev {
  opacity: 0.72;
  transform: translateX(calc(-50% - min(720px, 72vw))) scale(0.88);
  z-index: 1;
}


.ax-testimonial-card.is-next {
  opacity: 0.72;
  transform: translateX(calc(-50% + min(720px, 72vw))) scale(0.88);
  z-index: 1;
}


.ax-testimonial-card p {
  color: #8a8d97;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  max-width: 650px;
  position: relative;
  z-index: 1;
}


.ax-testimonial-person {
  align-items: center;
  display: grid;
  gap: 12px;
  justify-items: center;
}


.ax-testimonial-person img,
.ax-testimonial-person > span {
  background: var(--ax-dark);
  border-radius: 50%;
  color: var(--ax-white);
  flex: 0 0 auto;
  height: 58px;
  object-fit: cover;
  width: 58px;
}


.ax-testimonial-person > span {
  align-items: center;
  display: inline-flex;
  font-family: var(--ax-display);
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  text-transform: uppercase;
}


.ax-testimonial-person strong,
.ax-testimonial-person small {
  display: block;
  line-height: 1.3;
}


.ax-testimonial-person strong {
  color: #362f9c;
  font-family: var(--ax-display);
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}


.ax-testimonial-person small {
  color: var(--ax-muted);
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
}


.ax-testimonial-dots {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 28px;
}


.ax-testimonial-dots button {
  background: #cfd2d9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 8px;
}


.ax-testimonial-dots button.is-active {
  background: #2821c8;
  box-shadow: 0 0 0 8px rgba(40, 33, 200, 0.08);
  transform: scale(1.08);
}


.ax-testimonial-dots button:focus-visible {
  outline: 3px solid rgba(40, 33, 200, 0.22);
  outline-offset: 5px;
}


.ax-testimonial-arrow {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(207, 210, 217, 0.88);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(71, 82, 130, 0.14);
  color: #2821c8;
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 188px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 52px;
  z-index: 5;
}


.ax-testimonial-arrow span {
  display: block;
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 0.8;
  margin-top: -4px;
}


.ax-testimonial-arrow-prev {
  left: clamp(8px, 6vw, 96px);
}


.ax-testimonial-arrow-next {
  right: clamp(8px, 6vw, 96px);
}


.ax-testimonial-arrow:hover,
.ax-testimonial-arrow:focus-visible {
  background: #2821c8;
  border-color: #2821c8;
  color: #ffffff;
  transform: translateY(-2px);
}


.ax-testimonial-arrow:focus-visible {
  outline: 3px solid rgba(40, 33, 200, 0.22);
  outline-offset: 5px;
}


.ax-contact-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 0.9fr 1.1fr;
}


.ax-contact-card {
  background: var(--ax-dark);
  color: var(--ax-white);
  padding: 38px;
}


.ax-contact-card h2 {
  font-family: var(--ax-display);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
}


.ax-contact-card p {
  color: rgba(255, 255, 255, 0.68);
}


.ax-contact-list {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}


.ax-contact-list b {
  color: var(--ax-primary-2);
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  text-transform: uppercase;
}


.ax-contact-form {
  background: #f8f6f4;
  border: 1px solid var(--ax-line);
  padding: 34px;
}


.ax-contact-form h3 {
  font-family: var(--ax-display);
  font-size: 30px;
  margin: 0 0 24px;
  text-transform: uppercase;
}


.ax-contact-form form {
  display: grid;
  gap: 16px;
}


.ax-contact-form .ax-form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}


.ax-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}


.ax-page-hero {
  background: var(--ax-dark);
  color: var(--ax-white);
  min-height: 430px;
  overflow: hidden;
  position: relative;
}


.ax-page-hero-bg {
  inset: 0;
  position: absolute;
}


.ax-page-hero-bg img {
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  width: 100%;
}


.ax-page-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(13, 10, 8, 0.96), rgba(13, 10, 8, 0.72), rgba(13, 10, 8, 0.22)),
    linear-gradient(0deg, rgba(13, 10, 8, 0.78), transparent 58%);
  content: "";
  inset: 0;
  position: absolute;
}


.ax-page-hero-inner {
  padding: 88px 0 82px;
  position: relative;
  z-index: 1;
}


.ax-page-hero h1 {
  font-family: var(--ax-display);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.03;
  margin: 0;
  max-width: 900px;
  text-transform: uppercase;
}


.ax-page-hero p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  margin: 24px 0 0;
  max-width: 720px;
}


.ax-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}


.ax-products-shell {
  background: #f8f6f4;
  padding: 70px 0 90px;
}


.ax-products-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 260px minmax(0, 1fr);
}


.ax-products-sidebar {
  background: #ffffff;
  border: 1px solid var(--ax-line);
  padding: 20px;
  position: sticky;
  top: 110px;
}


.admin-bar .ax-products-sidebar {
  top: 142px;
}


.ax-products-sidebar span {
  color: var(--ax-primary);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}


.ax-products-sidebar a {
  border-top: 1px solid var(--ax-line);
  color: #2d2621;
  display: block;
  font-weight: 800;
  padding: 13px 0;
}


.ax-products-sidebar a:hover {
  color: var(--ax-primary);
}


.ax-catalog {
  display: grid;
  gap: 54px;
}


.ax-catalog-section {
  scroll-margin-top: 112px;
}


.ax-catalog-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}


.ax-catalog-heading h2 {
  font-family: var(--ax-display);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}


.ax-catalog-heading p {
  color: var(--ax-muted);
  margin: 12px 0 0;
  max-width: 680px;
}


.ax-product-count {
  background: var(--ax-dark);
  color: var(--ax-white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 9px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}


.ax-catalog-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


.ax-catalog-card {
  background: #ffffff;
  border: 1px solid var(--ax-line);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}


.ax-catalog-card:hover {
  border-color: rgba(225, 6, 0, 0.38);
  box-shadow: 0 18px 46px rgba(29, 22, 18, 0.12);
  transform: translateY(-2px);
}


.ax-catalog-media {
  align-items: center;
  aspect-ratio: 1 / 0.84;
  background: #f2eeea;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
}


.ax-catalog-media img {
  height: 100%;
  object-fit: contain;
  transition: transform 500ms ease;
  width: 100%;
}


.ax-catalog-card:hover .ax-catalog-media img {
  transform: scale(1.04);
}


.ax-catalog-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}


.ax-catalog-body span {
  color: var(--ax-primary);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}


.ax-catalog-body h3 {
  color: var(--ax-ink);
  flex: 1;
  font-family: var(--ax-display);
  font-size: 22px;
  line-height: 1.18;
  margin: 0 0 18px;
}


.ax-catalog-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}


.ax-catalog-actions a {
  border: 1px solid var(--ax-line);
  color: #332b25;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 10px 8px;
  text-align: center;
  text-transform: uppercase;
}


.ax-catalog-actions a:first-child {
  background: var(--ax-primary);
  border-color: var(--ax-primary);
  color: var(--ax-white);
}


.ax-catalog-actions a:hover {
  border-color: var(--ax-primary);
  color: var(--ax-primary);
}


.ax-catalog-actions a:first-child:hover {
  background: #c74613;
  color: var(--ax-white);
}


.ax-site-footer {
  background: #080604;
  color: rgba(255, 255, 255, 0.66);
  padding: 54px 0 24px;
}


.ax-footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}


.ax-footer-grid h3 {
  color: var(--ax-white);
  font-family: var(--ax-display);
  font-size: 22px;
  margin: 0 0 14px;
  text-transform: uppercase;
}


.ax-footer-grid p,


.ax-footer-grid li {
  margin: 0;
}


.ax-footer-grid ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}


.ax-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 20px;
}


.ax-footer-bottom a {
  color: var(--ax-primary-2);
}


@media (max-width: 1024px) {
  .ax-products-grid,

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


  .ax-customer-logo-grid {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  }


  .ax-customer-logo-tile {
    height: 168px;
  }


  .ax-advantage,


  .ax-contact-grid,


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


  .ax-products-sidebar {
    position: static;
  }


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


  .ax-cert-band {
    flex-direction: column;
  }

}


@media (max-width: 820px) {
  .admin-bar .ax-site-header {
    top: 46px;
  }


  .ax-topbar {
    display: none;
  }


  .ax-header-inner {
    min-height: 68px;
  }


  .ax-nav {
    background: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 20px 20px;
    position: absolute;
    right: 0;
    top: 100%;
  }


  .ax-nav.is-open {
    display: flex;
  }


  .ax-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 13px 0;
    width: min(var(--ax-max), calc(100% - 32px));
  }


  .ax-header-actions .ax-button {
    display: none;
  }


  .ax-menu-toggle {
    display: inline-block;
  }

}


@media (max-width: 680px) {
  .ax-container {
    width: min(100% - 24px, var(--ax-max));
  }


  .ax-brand {
    gap: 12px;
    min-width: 0;
  }


  .ax-brand-name {
    font-size: 16px;
  }


  .ax-brand-sub {
    font-size: 10px;
  }


  .ax-logo {
    height: 56px;
  }


  .ax-brand-title {
    font-size: 19px;
  }


  .ax-brand-subtitle {
    font-size: 10px;
    letter-spacing: 0.08em;
  }


  .ax-hero {
    min-height: auto;
  }


  .ax-hero-content {
    padding: 76px 0;
  }


  .ax-hero h1 {
    font-size: 44px;
  }


  .ax-testimonial-stage {
    height: auto;
    margin-inline: 0;
    overflow: visible;
  }


  .ax-testimonial-card {
    min-height: 360px;
    padding: 34px 22px;
    top: 0;
    width: 100%;
  }


  .ax-testimonial-card.is-prev,

  .ax-testimonial-card.is-next {
    opacity: 0;
    transform: translateX(-50%) scale(0.94);
  }


  .ax-testimonial-arrow {
    height: 42px;
    top: 158px;
    width: 42px;
  }


  .ax-testimonial-arrow span {
    font-size: 34px;
  }


  .ax-testimonial-arrow-prev {
    left: 8px;
  }


  .ax-testimonial-arrow-next {
    right: 8px;
  }


  .ax-products-grid,


  .ax-catalog-grid,


  .ax-approvals-grid,


  .ax-footer-grid,


  .ax-contact-form .ax-form-row,


  .ax-mini-form .ax-form-row {
    grid-template-columns: 1fr;
  }


  .ax-customer-logo-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .ax-page-hero-inner {
    padding: 66px 0;
  }


  .ax-page-hero h1 {
    font-size: 40px;
  }


  .ax-catalog-heading {
    align-items: start;
    flex-direction: column;
  }


  .ax-catalog-actions {
    grid-template-columns: 1fr;
  }


  .ax-section {
    padding: 68px 0;
  }


  .ax-cert-items {
    display: grid;
  }


  .ax-footer-bottom {
    flex-direction: column;
  }

}


/* Modern visual refresh */

:root {
  --ax-bg: #ffffff;
  --ax-ink: #111111;
  --ax-muted: #666666;
  --ax-panel: #e6e6e6;
  --ax-line: #e6e6e6;
  --ax-dark: #111111;
  --ax-dark-2: #333333;
  --ax-slate: #666666;
  --ax-primary: #e10600;
  --ax-primary-2: #ff5a00;
  --ax-signal: #ff5a00;
  --ax-gradient: linear-gradient(90deg, #e10600 0%, #ff5a00 100%);
  --ax-shadow: 0 18px 42px rgba(17, 17, 17, 0.1);
  --ax-radius: 8px;
  --ax-display: "Outfit", "Manrope", Arial, sans-serif;
  --ax-body: "Manrope", Arial, sans-serif;
}


body {
  background: var(--ax-bg);
  color: var(--ax-ink);
  font-size: 15.5px;
}


.ax-site {
  background: var(--ax-bg);
}


.ax-topbar {
  display: none;
}


.ax-button {
  border-radius: 8px;
  font-size: 13px;
  min-height: 48px;
  padding: 0 22px;
}


.ax-button-primary {
  background: linear-gradient(135deg, var(--ax-primary), #ff7a3d);
  box-shadow: 0 10px 26px rgba(225, 6, 0, 0.22);
}


.ax-button-primary:hover {
  background: #c90000;
}


.ax-site-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
  color: var(--ax-ink);
}


.admin-bar .ax-site-header {
  top: 0;
}


.ax-header-inner {
  min-height: 92px;
}


.ax-brand-mark {
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(225, 6, 0, 0.22);
}


.ax-brand-name {
  color: var(--ax-ink);
  font-size: 18px;
  letter-spacing: 0;
}


.ax-brand-sub {
  color: var(--ax-muted);
  letter-spacing: 0.12em;
}


.ax-nav a {
  color: #333333;
  font-size: 12px;
  letter-spacing: 0.08em;
}


.ax-nav a:hover {
  color: var(--ax-primary);
}


.ax-header-actions .ax-button-primary {
  color: #ffffff;
}


.ax-menu-toggle {
  border-color: #e6e6e6;
  color: var(--ax-ink);
}


.ax-hero {
  min-height: 78vh;
}


.ax-hero-bg img.is-active {
  opacity: 0.42;
}


.ax-hero-bg::before {
  background: linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0.9) 44%, rgba(17, 17, 17, 0.22) 100%);
}


.ax-hero-bg::after {
  background: linear-gradient(0deg, rgba(11, 15, 20, 0.72), transparent 58%);
}


.ax-hero-glow {
  display: none;
}


.ax-hero h1 {
  font-size: 5.25rem;
  letter-spacing: 0;
}


.ax-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
}


.ax-badge {
  background: rgba(14, 165, 168, 0.12);
  border-color: rgba(14, 165, 168, 0.34);
  border-radius: 999px;
  color: #67e8f9;
  letter-spacing: 0.08em;
}


.ax-live-dot {
  background: var(--ax-signal);
  box-shadow: 0 0 0 6px rgba(14, 165, 168, 0.18);
}


.ax-trust-strip {
  background: #111111;
  border-top: 1px solid #263244;
}


.ax-trust-list span {
  letter-spacing: 0.08em;
}


.ax-trust-list span::before {
  background: var(--ax-primary);
}


.ax-section {
  padding: 88px 0;
}


.ax-section-light,


.ax-products-shell {
  background: #f6f6f6;
}


.ax-section-head h2,


.ax-split-copy h2,


.ax-quote-panel h2,


.ax-cta h2,


.ax-page-hero h1,


.ax-catalog-heading h2,


.ax-industries h2,


.ax-contact-card h2 {
  font-size: 3rem;
  letter-spacing: 0;
}


.ax-section-head p,


.ax-split-copy p,


.ax-catalog-heading p,


.ax-page-hero p {
  color: var(--ax-muted);
}


.ax-product-card,


.ax-approval-card,


.ax-cert-band,


.ax-cert-item,


.ax-contact-form,


.ax-products-sidebar,


.ax-catalog-card {
  border-color: var(--ax-line);
  border-radius: 8px;
}


.ax-product-card,


.ax-approval-card,


.ax-catalog-card,


.ax-cert-item,


.ax-contact-form {
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03);
}


.ax-product-card:hover,


.ax-catalog-card:hover {
  box-shadow: var(--ax-shadow);
}


.ax-product-media,


.ax-catalog-media {
  background: #eef2f7;
}


.ax-product-body h3,


.ax-catalog-body h3,


.ax-approval-card h3,


.ax-footer-grid h3 {
  letter-spacing: 0;
}


.ax-catalog-body span,


.ax-eyebrow,


.ax-products-sidebar span,


.ax-contact-list b {
  letter-spacing: 0.1em;
}


.ax-approval-card {
  background: #ffffff;
}


.ax-cert-band {
  background: #ffffff;
}


.ax-quote-panel,


.ax-contact-card {
  background: linear-gradient(180deg, #111111, #111111);
  border-radius: 8px;
}


.ax-quote-panel::before {
  display: none;
}


.ax-mini-form input,


.ax-mini-form select {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}


.ax-contact-form input,


.ax-contact-form textarea,


.ax-contact-form select {
  border-radius: 8px;
}


.ax-page-hero {
  min-height: 400px;
}


.ax-page-hero-inner {
  padding: 84px 0 78px;
}


.ax-page-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(11, 15, 20, 0.96), rgba(11, 15, 20, 0.74), rgba(11, 15, 20, 0.24)),
    linear-gradient(0deg, rgba(11, 15, 20, 0.74), transparent 58%);
}


.ax-products-sidebar {
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}


.ax-product-count {
  border-radius: 999px;
}


.ax-catalog-actions a {
  border-radius: 8px;
}


.ax-section-primary {
  background: linear-gradient(135deg, #e10600, #c90000);
}


.ax-chip {
  border-radius: 999px;
}


@media (max-width: 820px) {
  .ax-nav {
    background: #ffffff;
    border-top: 1px solid var(--ax-line);
  }


  .ax-nav a {
    border-bottom: 1px solid var(--ax-line);
    color: var(--ax-ink);
  }

}


@media (max-width: 680px) {
  .ax-hero h1 {
    font-size: 2.75rem;
  }


  .ax-section-head h2,


  .ax-split-copy h2,


  .ax-quote-panel h2,


  .ax-cta h2,


  .ax-page-hero h1,


  .ax-catalog-heading h2,


  .ax-industries h2,


  .ax-contact-card h2 {
    font-size: 2.25rem;
  }


  .ax-hero p,


  .ax-page-hero p {
    font-size: 1rem;
  }

}


.ax-industries-action {
  margin-top: 32px;
}


.ax-industries-page-shell {
  background: #f6f6f6;
  padding: 78px 0 96px;
}


.ax-industries-page-head {
  margin-bottom: 34px;
}


.ax-industry-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


.ax-industry-card {
  background: #ffffff;
  border: 1px solid var(--ax-line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}


.ax-industry-card:hover {
  border-color: rgba(225, 6, 0, 0.42);
  box-shadow: var(--ax-shadow);
  transform: translateY(-2px);
}


.ax-industry-icon {
  align-items: center;
  background: #eef2f7;
  border-radius: 8px;
  color: #333333;
  display: inline-flex;
  flex-shrink: 0;
  height: 56px;
  justify-content: center;
  margin-bottom: 24px;
  transition: background 180ms ease, color 180ms ease;
  width: 56px;
}


.ax-industry-icon svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 30px;
}


.ax-industry-card:hover .ax-industry-icon {
  background: rgba(225, 6, 0, 0.1);
  color: var(--ax-primary);
}


.ax-industry-card h3 {
  color: var(--ax-ink);
  font-family: var(--ax-display);
  font-size: 1.55rem;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 14px;
}


.ax-industry-card p {
  color: var(--ax-muted);
  flex: 1;
  margin: 0 0 26px;
}


.ax-industry-equipment {
  border-top: 1px solid var(--ax-line);
  padding-top: 18px;
}


.ax-industry-equipment span {
  color: var(--ax-primary);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}


.ax-industry-equipment ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}


.ax-industry-equipment li {
  color: #333333;
  font-size: 0.95rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}


.ax-industry-equipment li::before {
  background: var(--ax-primary);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 5px;
}


.ax-industry-cta {
  align-items: center;
  background: linear-gradient(180deg, #111111, #111111);
  border-radius: 8px;
  color: var(--ax-white);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 44px;
}


.ax-industry-cta h2 {
  font-family: var(--ax-display);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 14px;
}


.ax-industry-cta p {
  color: rgba(255, 255, 255, 0.74);
  margin: 0;
  max-width: 760px;
}


@media (max-width: 1024px) {
  .ax-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .ax-industry-cta {
    align-items: start;
    grid-template-columns: 1fr;
  }

}


@media (max-width: 680px) {
  .ax-industries-action {
    margin-top: 24px;
  }


  .ax-industries-page-shell {
    padding: 56px 0 68px;
  }


  .ax-industry-grid {
    grid-template-columns: 1fr;
  }


  .ax-industry-card {
    padding: 24px;
  }


  .ax-industry-cta {
    padding: 28px;
  }

}


@keyframes axFadeLift {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes axGlowSweep {
  0% {
    opacity: 0;
    transform: translateX(-160%) rotate(12deg);
  }

  16%,
  84% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(430%) rotate(12deg);
  }
}


.ax-products-page {
  --ax-product-soft-line: #e6e6e6;
  --ax-product-surface: #ffffff;
  --ax-product-tint: #f5f8fb;
}


.ax-products-page .ax-page-hero h1,


.ax-products-page .ax-catalog-heading h2,


.ax-products-page .ax-contact-card h2,


.ax-products-page .ax-contact-form h3 {
  font-family: var(--ax-display);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}


.ax-products-page .ax-page-hero h1 {
  max-width: 980px;
}


.ax-products-page .ax-page-hero p,


.ax-products-page .ax-catalog-heading p,


.ax-products-page .ax-contact-card p {
  font-weight: 500;
  line-height: 1.72;
}


.ax-products-page .ax-products-shell {
  background:
    radial-gradient(circle at 14% 0%, rgba(225, 6, 0, 0.09), transparent 34%),
    linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%);
}


.ax-products-page .ax-products-sidebar {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--ax-product-soft-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
}


.ax-products-page .ax-products-sidebar a {
  border-color: #e6e6e6;
  border-radius: 6px;
  margin-top: 4px;
  padding: 12px 10px;
  transition: background 180ms ease, color 180ms ease, padding 180ms ease;
}


.ax-products-page .ax-products-sidebar a:hover {
  background: rgba(225, 6, 0, 0.08);
  color: var(--ax-primary);
  padding-left: 14px;
}


.ax-products-page .ax-catalog {
  gap: 68px;
}


.ax-products-page .ax-catalog-section {
  animation: axFadeLift 640ms ease both;
}


.ax-products-page .ax-catalog-section:nth-child(2) {
  animation-delay: 80ms;
}


.ax-products-page .ax-catalog-section:nth-child(3) {
  animation-delay: 150ms;
}


.ax-products-page .ax-catalog-section:nth-child(4) {
  animation-delay: 220ms;
}


.ax-products-page .ax-catalog-heading {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(219, 228, 238, 0.92);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.05);
  padding: 24px;
}


.ax-products-page .ax-product-count {
  background: #111111;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
}


.ax-products-page .ax-catalog-grid {
  gap: 24px;
}


.ax-products-page .ax-catalog-card {
  border-color: var(--ax-product-soft-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.07);
  isolation: isolate;
  position: relative;
  transform: translateY(0);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}


.ax-products-page .ax-catalog-card::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  content: "";
  height: 150%;
  left: -48%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -25%;
  width: 38%;
  z-index: 2;
}


.ax-products-page .ax-catalog-card:hover {
  border-color: rgba(225, 6, 0, 0.44);
  box-shadow: 0 24px 58px rgba(17, 17, 17, 0.14);
  transform: translateY(-6px);
}


.ax-products-page .ax-catalog-card:hover::before {
  animation: axGlowSweep 900ms ease-out both;
  opacity: 1;
}


.ax-products-page .ax-catalog-media {
  background:
    radial-gradient(circle at 50% 36%, rgba(225, 6, 0, 0.12), transparent 44%),
    linear-gradient(180deg, #f9fbfd, #e6e6e6);
  border: 0;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  padding: 18px;
  position: relative;
  width: 100%;
}


.ax-products-page .ax-catalog-media:focus-visible {
  outline: 3px solid rgba(225, 6, 0, 0.6);
  outline-offset: -3px;
}


.ax-products-page .ax-catalog-media img {
  filter: drop-shadow(0 14px 22px rgba(17, 17, 17, 0.16));
  transition: filter 360ms ease, transform 520ms ease;
}


.ax-products-page .ax-catalog-card:hover .ax-catalog-media img {
  filter: drop-shadow(0 18px 26px rgba(17, 17, 17, 0.2));
  transform: scale(1.055) translateY(-3px);
}


.ax-products-page .ax-catalog-body {
  padding: 22px;
}


.ax-products-page .ax-catalog-body span {
  color: #dc4f1f;
  font-weight: 800;
  letter-spacing: 0.06em;
}


.ax-products-page .ax-catalog-body h3 {
  font-family: var(--ax-display);
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.28;
}


.ax-products-page .ax-catalog-actions a {
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}


.ax-products-page .ax-catalog-actions a:hover {
  transform: translateY(-1px);
}


.ax-products-page #products-contact {
  background:
    radial-gradient(circle at 12% 10%, rgba(225, 6, 0, 0.16), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(14, 165, 168, 0.13), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  scroll-margin-top: 108px;
}


.ax-products-page #products-contact .ax-contact-grid {
  align-items: stretch;
}


.ax-products-page #products-contact .ax-contact-card,


.ax-products-page #products-contact .ax-contact-form {
  animation: axFadeLift 680ms ease both;
}


.ax-products-page #products-contact .ax-contact-form {
  animation-delay: 110ms;
  border: 1px solid var(--ax-product-soft-line);
  border-radius: 8px;
  box-shadow: 0 26px 72px rgba(17, 17, 17, 0.12);
}


.ax-products-page #products-contact .ax-contact-card {
  background:
    linear-gradient(150deg, rgba(17, 24, 39, 0.98), rgba(17, 17, 17, 0.88)),
    radial-gradient(circle at top right, rgba(225, 6, 0, 0.36), transparent 36%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(17, 17, 17, 0.22);
}


.ax-products-page #products-contact .ax-contact-form input,


.ax-products-page #products-contact .ax-contact-form textarea,


.ax-products-page #products-contact .ax-contact-form select {
  background: #f6f6f6;
  border-color: #d9e2ec;
  color: #1f2937;
  font-weight: 600;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}


.ax-products-page #products-contact .ax-contact-form input:focus,


.ax-products-page #products-contact .ax-contact-form textarea:focus,


.ax-products-page #products-contact .ax-contact-form select:focus {
  background: #ffffff;
  transform: translateY(-1px);
}


.ax-lightbox-open {
  overflow: hidden;
}


.ax-product-lightbox[hidden] {
  display: none;
}


.ax-product-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 28px;
  position: fixed;
  transition: opacity 220ms ease;
  z-index: 9999;
}


.ax-product-lightbox.is-open {
  opacity: 1;
}


.ax-product-lightbox-backdrop {
  background: rgba(5, 10, 18, 0.82);
  backdrop-filter: blur(8px);
  inset: 0;
  position: absolute;
}


.ax-product-lightbox-dialog {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  display: grid;
  max-height: calc(100vh - 56px);
  max-width: 1080px;
  overflow: hidden;
  position: relative;
  transform: scale(0.96) translateY(12px);
  transition: transform 220ms ease;
  width: 100%;
  z-index: 1;
}


.ax-product-lightbox.is-open .ax-product-lightbox-dialog {
  transform: scale(1) translateY(0);
}


.ax-product-lightbox-close {
  align-items: center;
  background: rgba(17, 24, 39, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 30px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: background 180ms ease, transform 180ms ease;
  width: 44px;
  z-index: 2;
}


.ax-product-lightbox-close:hover,


.ax-product-lightbox-close:focus-visible {
  background: #dc4f1f;
  transform: rotate(4deg) scale(1.04);
}


.ax-product-lightbox-close:focus-visible {
  outline: 3px solid rgba(225, 6, 0, 0.46);
  outline-offset: 3px;
}


.ax-product-lightbox-media {
  align-items: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(225, 6, 0, 0.1), transparent 46%),
    linear-gradient(180deg, #f6f6f6, #e6e6e6);
  display: flex;
  justify-content: center;
  min-height: 320px;
  padding: 34px;
}


.ax-product-lightbox-media img {
  filter: drop-shadow(0 22px 32px rgba(17, 17, 17, 0.22));
  max-height: calc(100vh - 190px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}


.ax-product-lightbox-caption {
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  padding: 18px 24px 20px;
}


.ax-product-lightbox-caption h2 {
  color: #111111;
  font-family: var(--ax-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
}


@media (max-width: 640px) {
  .ax-products-page .ax-page-hero h1 {
    font-size: 2rem;
    line-height: 1.12;
    max-width: 100%;
    overflow-wrap: anywhere;
  }


  .ax-products-page .ax-page-hero p {
    max-width: 100%;
  }


  .ax-products-page .ax-page-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }


  .ax-products-page .ax-page-hero-actions .ax-button {
    line-height: 1.2;
    padding-inline: 16px;
    white-space: normal;
    width: 100%;
  }


  .ax-product-lightbox {
    padding: 14px;
  }


  .ax-product-lightbox-dialog {
    max-height: calc(100vh - 28px);
  }


  .ax-product-lightbox-close {
    right: 10px;
    top: 10px;
  }


  .ax-product-lightbox-media {
    min-height: 240px;
    padding: 24px 14px;
  }


  .ax-product-lightbox-media img {
    max-height: calc(100vh - 150px);
  }


  .ax-product-lightbox-caption {
    padding: 15px 18px 17px;
  }

}


@media (prefers-reduced-motion: reduce) {
  .ax-products-page .ax-catalog-section,

  .ax-products-page #products-contact .ax-contact-card,

  .ax-products-page #products-contact .ax-contact-form {
    animation: none;
  }


  .ax-products-page .ax-catalog-card,


  .ax-products-page .ax-catalog-media img,


  .ax-products-page #products-contact .ax-contact-form input,


  .ax-products-page #products-contact .ax-contact-form textarea,


  .ax-products-page #products-contact .ax-contact-form select,


  .ax-product-lightbox,


  .ax-product-lightbox-dialog,


  .ax-product-lightbox-close {
    transition: none;
  }

}


/* Product catalog details refresh */

.ax-products-page .ax-catalog-card {
  overflow: hidden;
}


.ax-products-page .ax-catalog-media {
  aspect-ratio: 4 / 3;
  cursor: pointer;
  padding: 14px;
}


.ax-products-page .ax-catalog-body {
  padding: 18px;
}


.ax-products-page .ax-catalog-kicker {
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-bottom: 7px;
}


.ax-products-page .ax-catalog-body h3 {
  font-size: 1.1rem;
  margin-bottom: 14px;
}


.ax-card-specs {
  border-bottom: 1px solid #e5ebf2;
  border-top: 1px solid #e5ebf2;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 14px;
  padding: 10px 0;
}


.ax-card-specs div {
  min-width: 0;
  padding-right: 10px;
}


.ax-card-specs div + div {
  border-left: 1px solid #e5ebf2;
  padding-left: 10px;
  padding-right: 0;
}


.ax-card-specs dt {
  color: #94a3b8;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  margin-bottom: 3px;
  text-transform: uppercase;
}


.ax-card-specs dd {
  color: #666666;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}


.ax-products-page .ax-catalog-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


.ax-products-page .ax-catalog-actions a,


.ax-products-page .ax-catalog-actions button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-family: var(--ax-body);
  font-size: 11px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 38px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}


.ax-products-page .ax-catalog-actions a {
  background: #e10600;
  border-color: #e10600;
  color: #ffffff;
}


.ax-products-page .ax-catalog-actions a:hover,


.ax-products-page .ax-catalog-actions a:focus-visible {
  background: #c90000;
  border-color: #c90000;
  color: #ffffff;
  transform: translateY(-1px);
}


.ax-products-page .ax-catalog-actions button:hover,


.ax-products-page .ax-catalog-actions button:focus-visible {
  border-color: #94a3b8;
  color: #111111;
  transform: translateY(-1px);
}


.ax-products-page .ax-catalog-actions button:focus-visible {
  outline: 2px solid rgba(71, 85, 105, 0.38);
  outline-offset: 2px;
}


.ax-modal-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--ax-body);
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 40px;
  padding: 9px 14px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}


.ax-modal-button:hover,


.ax-modal-button:focus-visible {
  transform: translateY(-1px);
}


.ax-modal-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}


.ax-modal-button-primary {
  background: #e10600;
  border-color: #e10600;
  color: #ffffff;
}


.ax-modal-button-primary:hover,


.ax-modal-button-primary:focus-visible {
  background: #c90000;
  border-color: #c90000;
  color: #ffffff;
}


.ax-modal-button-muted {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}


.ax-modal-button-muted:hover,


.ax-modal-button-muted:focus-visible {
  background: #253244;
  border-color: #253244;
  color: #ffffff;
}


.ax-modal-button-outline {
  background: #ffffff;
  border-color: #e6e6e6;
  color: #333333;
}


.ax-modal-button-outline:hover,


.ax-modal-button-outline:focus-visible {
  border-color: #94a3b8;
  color: #111111;
}


.ax-product-lightbox-dialog {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 48px);
  max-width: 1180px;
}


.ax-product-lightbox-header {
  align-items: center;
  background:
    linear-gradient(110deg, rgba(17, 17, 17, 0.98), rgba(17, 24, 39, 0.94)),
    radial-gradient(circle at top right, rgba(225, 6, 0, 0.38), transparent 38%);
  border-bottom: 3px solid #e10600;
  color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 20px 24px;
}


.ax-product-lightbox-header > div {
  min-width: 0;
}


.ax-product-lightbox-header span {
  color: #ff5a00;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  text-transform: uppercase;
}


.ax-product-lightbox-header h2 {
  color: #ffffff;
  font-family: var(--ax-display);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}


.ax-product-lightbox-close {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  flex: 0 0 auto;
  height: 40px;
  position: static;
  width: 40px;
}


.ax-product-lightbox-content {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  min-height: 0;
  overflow: hidden;
}


.ax-product-lightbox-media {
  min-height: 0;
  padding: 28px;
}


.ax-product-lightbox-media img {
  max-height: calc(100vh - 250px);
}


.ax-product-lightbox-details {
  background: #ffffff;
  border-left: 1px solid #e6e6e6;
  overflow: auto;
  padding: 26px;
}


.ax-product-lightbox-details > p {
  color: #dc4f1f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  text-transform: uppercase;
}


.ax-product-lightbox-details h3 {
  color: #111111;
  font-family: var(--ax-display);
  font-size: 1.15rem;
  letter-spacing: 0;
  margin: 0 0 14px;
}


.ax-product-lightbox-details dl {
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
}


.ax-product-lightbox-details dl div {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  min-width: 0;
  padding: 12px 14px;
}


.ax-product-lightbox-details dl div:nth-child(odd) {
  border-right: 1px solid #e6e6e6;
}


.ax-product-lightbox-details dt {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  margin-bottom: 4px;
  text-transform: uppercase;
}


.ax-product-lightbox-details dd {
  color: #333333;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
}


.ax-product-lightbox-footer {
  align-items: center;
  background: #f6f6f6;
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  justify-content: space-between;
  padding: 16px 24px;
}


.ax-product-lightbox-footer p {
  color: #666666;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  max-width: 430px;
}


.ax-product-lightbox-footer > div {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}


@media (max-width: 900px) {
  .ax-product-lightbox-content {
    grid-template-columns: 1fr;
    overflow: auto;
  }


  .ax-product-lightbox-media {
    min-height: 280px;
  }


  .ax-product-lightbox-media img {
    max-height: 360px;
  }


  .ax-product-lightbox-details {
    border-left: 0;
    border-top: 1px solid #e6e6e6;
    overflow: visible;
  }


  .ax-product-lightbox-footer {
    align-items: stretch;
    flex-direction: column;
  }


  .ax-product-lightbox-footer p {
    max-width: none;
  }


  .ax-product-lightbox-footer > div {
    flex-wrap: wrap;
  }

}


@media (max-width: 640px) {

  .ax-card-specs {
    grid-template-columns: 1fr;
  }


  .ax-card-specs div {
    padding: 0 0 8px;
  }


  .ax-card-specs div + div {
    border-left: 0;
    border-top: 1px solid #e6e6e6;
    padding: 8px 0 0;
  }


  .ax-product-lightbox-header {
    padding: 15px 16px;
  }


  .ax-product-lightbox-header h2 {
    font-size: 1.2rem;
  }


  .ax-product-lightbox-details {
    padding: 18px;
  }


  .ax-product-lightbox-details dl {
    grid-template-columns: 1fr;
  }


  .ax-product-lightbox-details dl div:nth-child(odd) {
    border-right: 0;
  }


  .ax-product-lightbox-footer {
    padding: 14px 16px;
  }


  .ax-product-lightbox-footer > div {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }


  .ax-modal-button {
    width: 100%;
  }

}


/* Homepage trust signals and footer refresh */

.ax-approval-card {
  min-height: 184px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}


.ax-approval-card:hover {
  background: #ffffff;
  border-color: rgba(14, 165, 168, 0.4);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.08);
  transform: translateY(-3px);
}


.ax-approval-logo {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  padding: 7px;
  width: 54px;
}


.ax-approval-logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}


.ax-approval-card h3 {
  overflow-wrap: anywhere;
}


.ax-cert-items {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


.ax-cert-item {
  min-width: 0;
}


.ax-cert-logo {
  flex: 0 0 auto;
  height: 44px;
  object-fit: contain;
  width: 44px;
}


.ax-cert-item > div {
  color: #1e293b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}


.ax-feature {
  align-items: start;
  grid-template-columns: 56px 1fr;
}


.ax-feature-icon {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  height: 56px;
  object-fit: contain;
  padding: 6px;
  width: 56px;
}


.ax-mini-form select option {
  background: #ffffff;
  color: #111111;
}


.ax-site-footer {
  background: #080c12;
  color: rgba(255, 255, 255, 0.68);
  padding: 64px 0 24px;
}


.ax-footer-grid {
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.7fr) minmax(130px, 0.6fr) minmax(270px, 1.15fr);
}


.ax-footer-brand-column p {
  line-height: 1.7;
  margin-top: 20px;
  max-width: 390px;
}


.ax-footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 18px;
}


.ax-footer-brand img {
  background: #ffffff;
  border-radius: 10px;
  height: 92px;
  object-fit: contain;
  padding: 4px;
  width: 92px;
}


.ax-footer-brand span {
  display: grid;
  gap: 3px;
}


.ax-footer-brand strong {
  color: #ffffff;
  font-family: var(--ax-display);
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
}


.ax-footer-brand small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


.ax-footer-certifications {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}


.ax-footer-certifications span {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
}


.ax-footer-certifications img {
  height: 22px;
  object-fit: contain;
  width: 22px;
}


.ax-footer-grid h3 {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}


.ax-footer-grid ul {
  gap: 10px;
}


.ax-footer-grid a {
  transition: color 160ms ease;
}


.ax-footer-grid a:hover {
  color: #ffffff;
}


.ax-footer-contact ul {
  gap: 14px;
}


.ax-footer-contact li {
  align-items: flex-start;
  display: flex;
  gap: 11px;
  line-height: 1.65;
}


.ax-footer-contact li > img {
  flex: 0 0 auto;
  height: 18px;
  margin-top: 3px;
  object-fit: contain;
  width: 18px;
}


.ax-footer-contact address {
  font-style: normal;
  margin: 0;
}


.ax-footer-whatsapp {
  align-items: center;
  background: #1e9e50;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.04em;
  margin-top: 22px;
  min-height: 42px;
  padding: 8px 14px;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease;
}


.ax-footer-whatsapp:hover {
  background: #167f3f;
  color: #ffffff;
  transform: translateY(-1px);
}


.ax-footer-whatsapp img {
  height: 22px;
  width: 22px;
}


.ax-footer-bottom {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  margin-top: 52px;
}


@media (max-width: 1120px) {
  .ax-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


@media (max-width: 820px) {
  .ax-cert-items {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 680px) {
  .ax-approval-card {
    min-height: 0;
  }


  .ax-cert-band {
    padding: 22px;
  }


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

}


/* Navigation and product interaction polish */

.ax-nav a.is-active,


.ax-nav a[aria-current] {
  color: var(--ax-primary);
}


.ax-products-page .ax-catalog-actions {
  align-items: center;
  gap: 8px;
  grid-template-columns: minmax(104px, 1fr) 62px 62px;
}


.ax-products-page .ax-catalog-actions a,


.ax-products-page .ax-catalog-actions button {
  gap: 6px;
  line-height: 1.25;
  min-height: 40px;
  white-space: nowrap;
}


.ax-products-page .ax-catalog-actions button {
  background: #f6f6f6;
  padding: 8px 10px;
}


.ax-products-page .ax-catalog-actions a {
  border-radius: 8px;
  padding: 0 9px;
  position: relative;
}


.ax-products-page .ax-catalog-actions img,


.ax-modal-button img {
  flex: 0 0 auto;
  height: 17px;
  object-fit: contain;
  width: 17px;
}


.ax-products-page .ax-catalog-actions a span {
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}


.ax-products-page .ax-catalog-actions .ax-card-email {
  background: #e10600;
  border-color: #e10600;
  color: #ffffff;
}


.ax-products-page .ax-catalog-actions .ax-card-whatsapp {
  background: #1e9e50;
  border-color: #1e9e50;
  color: #ffffff;
}


.ax-products-page .ax-catalog-actions a::after {
  background: #111111;
  border-radius: 6px;
  bottom: calc(100% + 8px);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.16);
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 11px;
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 1;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  text-transform: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
  z-index: 8;
}


.ax-products-page .ax-catalog-actions a::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #111111;
  bottom: calc(100% + 3px);
  content: "";
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 8;
}


.ax-products-page .ax-catalog-actions a:hover::after,


.ax-products-page .ax-catalog-actions a:hover::before,


.ax-products-page .ax-catalog-actions a:focus-visible::after,


.ax-products-page .ax-catalog-actions a:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, 0);
}


.ax-products-page .ax-catalog-actions a::before,


.ax-products-page .ax-catalog-actions a::after {
  display: none;
}


.ax-products-page .ax-catalog-actions .ax-card-email img,


.ax-products-page .ax-catalog-actions .ax-card-whatsapp img,


.ax-modal-email img,


.ax-modal-whatsapp img {
  filter: brightness(0) invert(1);
}


.ax-products-page .ax-catalog-actions .ax-card-email:hover,


.ax-products-page .ax-catalog-actions .ax-card-email:focus-visible {
  background: #c90000;
  border-color: #c90000;
  color: #ffffff;
}


.ax-products-page .ax-catalog-actions .ax-card-whatsapp:hover,


.ax-products-page .ax-catalog-actions .ax-card-whatsapp:focus-visible {
  background: #167f3f;
  border-color: #167f3f;
  color: #ffffff;
}


.ax-modal-button {
  gap: 7px;
}


.ax-modal-whatsapp {
  background: #1e9e50;
  border-color: #1e9e50;
  color: #ffffff;
}


.ax-modal-whatsapp:hover,


.ax-modal-whatsapp:focus-visible {
  background: #167f3f;
  border-color: #167f3f;
  color: #ffffff;
}


.ax-product-lightbox-close {
  display: grid;
  font-size: 0;
  line-height: 1;
  padding: 0;
  place-items: center;
}


.ax-product-lightbox-close span {
  display: grid;
  font-family: Arial, sans-serif;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  place-items: center;
  width: 100%;
}


.ax-product-lightbox-close span {
  font-size: 32px;
  transform: translateY(3px);
}


.ax-product-lightbox-media {
  overflow: hidden;
  position: relative;
}


.ax-product-lightbox-media img {
  transition: filter 220ms ease, transform 240ms ease;
  will-change: transform;
}


@media (hover: hover) and (pointer: fine) {
  .ax-product-lightbox-media {
    cursor: zoom-in;
  }


  .ax-product-lightbox-media.is-zoomed {
    cursor: zoom-out;
  }


  .ax-product-lightbox-media.is-zoomed img {
    transform: scale(2.15);
  }

}


@media (max-width: 520px) {
  .ax-products-page .ax-catalog-actions {
    grid-template-columns: minmax(104px, 1fr) 62px 62px;
  }


  .ax-products-page .ax-catalog-actions button {
    grid-column: auto;
  }

}


.ax-floating-tooltip {
  background: #111111;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.18);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  left: 0;
  letter-spacing: 0.02em;
  line-height: 1;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate(-50%, -6px);
  transition: opacity 150ms ease, transform 150ms ease;
  white-space: nowrap;
  z-index: 100000;
}


.ax-floating-tooltip::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #111111;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}


.ax-floating-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, -10px);
}


.ax-form-alert {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 16px;
  padding: 12px 14px;
}


.ax-form-alert-success {
  background: #dcfce7;
  border: 1px solid #86efac;
  color: #166534;
}


.ax-form-alert-error {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}


/* Front-facing operations portal */

.ax-portal-page {
  background:
    radial-gradient(circle at 10% 0%, rgba(225, 6, 0, 0.12), transparent 30%),
    linear-gradient(180deg, #f6f6f6, #e6e6e6);
  min-height: 100vh;
}


.ax-portal-shell {
  min-height: 100vh;
  padding: clamp(18px, 3vw, 34px);
}


.ax-portal-panel {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.12);
  margin: 0 auto;
  max-width: 1320px;
  min-height: calc(100vh - clamp(36px, 6vw, 68px));
  overflow: hidden;
}


.ax-portal-header {
  align-items: center;
  background: #0f172a;
  color: #ffffff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 82px;
  padding: 18px clamp(20px, 3vw, 34px);
}


.ax-portal-brand {
  align-items: center;
  display: inline-flex;
  gap: 14px;
}


.ax-portal-brand img {
  background: #ffffff;
  border-radius: 8px;
  height: 50px;
  object-fit: contain;
  padding: 3px;
  width: 62px;
}


.ax-portal-brand span {
  display: grid;
  gap: 4px;
}


.ax-portal-brand strong {
  color: #ffffff;
  font-family: var(--ax-display);
  font-size: 23px;
  line-height: 1;
}


.ax-portal-brand small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


.ax-portal-logout {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 13px;
  text-transform: uppercase;
}


.ax-portal-logout:hover,


.ax-portal-logout:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}


.ax-portal-login {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 440px);
  padding: clamp(28px, 6vw, 72px);
}


.ax-portal-login h1,


.ax-portal-title h1 {
  font-family: var(--ax-display);
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: 0;
  line-height: 1;
  margin: 8px 0 16px;
}


.ax-portal-login p,


.ax-portal-title p {
  color: #666666;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}


.ax-portal-login form {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 24px;
}


.ax-portal-login label {
  color: #333333;
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}


.ax-portal-login input[type="text"],


.ax-portal-login input[type="password"] {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #111111;
  min-height: 46px;
  outline: 0;
  padding: 10px 12px;
}


.ax-portal-login input:focus {
  border-color: var(--ax-primary);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.14);
}


.ax-portal-check {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 8px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}


.ax-portal-check input {
  accent-color: var(--ax-primary);
}


.ax-portal-dashboard {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
}


.ax-portal-title {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}


.ax-portal-modules {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
}


.ax-portal-modules a,


.ax-portal-modules span {
  border-radius: 7px;
  color: #666666;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 10px 13px;
  text-transform: uppercase;
}


.ax-portal-modules .is-active {
  background: #111111;
  color: #ffffff;
}


.ax-portal-modules span {
  opacity: 0.55;
}


.ax-portal-table-wrap {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: auto;
}


.ax-portal-table {
  border-collapse: collapse;
  min-width: 980px;
  width: 100%;
}


.ax-portal-table th,


.ax-portal-table td {
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-size: 13px;
  line-height: 1.45;
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}


.ax-portal-table th {
  background: #f6f6f6;
  color: #666666;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}


.ax-portal-table tr:last-child td {
  border-bottom: 0;
}


.ax-portal-table a {
  color: #dc4f1f;
  font-weight: 800;
}


.ax-portal-table span {
  color: #666666;
}


@media (max-width: 760px) {
  .ax-portal-login {
    grid-template-columns: 1fr;
  }


  .ax-portal-header,


  .ax-portal-title {
    align-items: start;
    flex-direction: column;
  }


  .ax-portal-title .ax-button {
    width: 100%;
  }

}


/* About page */

.ax-about-page .ax-page-hero h1,


.ax-about-page h2,


.ax-about-page h3 {
  letter-spacing: 0;
  text-transform: none;
}


.ax-about-page .ax-page-hero h1 {
  max-width: 960px;
}


.ax-about-page .ax-page-hero p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 1.72;
}


.ax-about-hero .ax-page-hero-bg img {
  object-position: center 42%;
  opacity: 0.4;
}


.ax-about-stats {
  background: #111111;
  border-top: 1px solid #263244;
  color: #ffffff;
  padding: 18px 0;
}


.ax-about-stats-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


.ax-about-stats-grid div {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 14px;
  min-height: 58px;
  padding-right: 18px;
}


.ax-about-stats-grid div:last-child {
  border-right: 0;
}


.ax-about-stats-grid strong {
  color: var(--ax-primary-2);
  font-family: var(--ax-display);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1;
}


.ax-about-stats-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}


.ax-about-story {
  background: #ffffff;
  padding: 92px 0;
}


.ax-about-story-grid {
  align-items: center;
  display: grid;
  gap: clamp(38px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}


.ax-about-story-media {
  background: #eef2f7;
  border: 1px solid var(--ax-line);
  border-radius: 8px;
  overflow: hidden;
}


.ax-about-story-media img {
  aspect-ratio: 5 / 4;
  height: 100%;
  object-fit: cover;
  width: 100%;
}


.ax-about-story-copy h2,


.ax-about-process-intro h2,


.ax-about-credibility h2 {
  font-family: var(--ax-display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06;
  margin: 0 0 22px;
}


.ax-about-story-copy p,


.ax-about-process-intro p,


.ax-about-credibility p {
  color: var(--ax-muted);
  font-size: 17px;
  line-height: 1.78;
  margin: 0 0 18px;
}


.ax-about-highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}


.ax-about-highlight-row span {
  background: #f6f6f6;
  border: 1px solid var(--ax-line);
  border-radius: 999px;
  color: #333333;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 10px 13px;
  text-transform: uppercase;
}


.ax-about-capabilities {
  background: #f6f6f6;
}


.ax-about-capability-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


.ax-about-capability-card {
  background: #ffffff;
  border: 1px solid var(--ax-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
  min-height: 100%;
  padding: 28px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}


.ax-about-capability-card:hover {
  border-color: rgba(225, 6, 0, 0.4);
  box-shadow: var(--ax-shadow);
  transform: translateY(-3px);
}


.ax-about-icon {
  align-items: center;
  background: rgba(225, 6, 0, 0.1);
  border-radius: 8px;
  color: var(--ax-primary);
  display: inline-flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 22px;
  width: 54px;
}


.ax-about-icon svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 30px;
}


.ax-about-capability-card h3 {
  font-family: var(--ax-display);
  font-size: 1.4rem;
  line-height: 1.16;
  margin: 0 0 12px;
}


.ax-about-capability-card p {
  color: var(--ax-muted);
  line-height: 1.68;
  margin: 0;
}


.ax-about-process {
  background: #ffffff;
}


.ax-about-process-grid {
  align-items: start;
  display: grid;
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}


.ax-about-process-intro {
  position: sticky;
  top: 116px;
}


.ax-about-step-list {
  display: grid;
  gap: 16px;
}


.ax-about-step {
  background: #f6f6f6;
  border: 1px solid var(--ax-line);
  border-radius: 8px;
  display: grid;
  gap: 20px;
  grid-template-columns: 70px 1fr;
  padding: 24px;
}


.ax-about-step > span {
  align-items: center;
  background: #111111;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-family: var(--ax-display);
  font-size: 20px;
  height: 54px;
  justify-content: center;
  width: 54px;
}


.ax-about-step h3 {
  font-family: var(--ax-display);
  font-size: 1.25rem;
  margin: 0 0 7px;
}


.ax-about-step p {
  color: var(--ax-muted);
  line-height: 1.65;
  margin: 0;
}


.ax-about-credibility {
  background: #f6f6f6;
}


.ax-about-credibility-panel {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}


.ax-about-credibility-copy {
  margin-inline: auto;
  max-width: 820px;
  text-align: center;
}


.ax-about-credibility-copy p {
  margin-inline: auto;
  max-width: 760px;
}


.ax-about-logo-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


.ax-about-logo-grid span {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--ax-line);
  border-radius: 8px;
  color: #333333;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 12px;
  min-height: 78px;
  padding: 14px;
}


.ax-about-logo-grid img {
  background: #f6f6f6;
  border-radius: 8px;
  height: 42px;
  object-fit: contain;
  padding: 6px;
  width: 50px;
}


.ax-about-cta {
  background: #ffffff;
  padding-top: 0;
}


@media (max-width: 1100px) {
  .ax-about-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .ax-about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .ax-about-stats-grid div:nth-child(2) {
    border-right: 0;
  }

}


@media (max-width: 900px) {
  .ax-about-story-grid,

  .ax-about-process-grid,

  .ax-about-credibility-panel {
    grid-template-columns: 1fr;
  }


  .ax-about-process-intro {
    position: static;
  }

}


@media (max-width: 680px) {
  .ax-about-story {
    padding: 64px 0;
  }


  .ax-about-stats-grid,


  .ax-about-capability-grid,


  .ax-about-logo-grid {
    grid-template-columns: 1fr;
  }


  .ax-about-stats-grid div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 0;
    padding: 0 0 14px;
  }


  .ax-about-stats-grid div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }


  .ax-about-step {
    grid-template-columns: 1fr;
  }

}


/* Portal dashboard refresh */

.ax-form-alert[data-auto-dismiss] {
  max-height: 120px;
  overflow: hidden;
  transition: opacity 220ms ease, transform 220ms ease, max-height 260ms ease, margin 260ms ease, padding 260ms ease;
}


.ax-form-alert.is-dismissing {
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  transform: translateY(-6px);
}


.ax-portal-page {
  background: #203238;
  color: #111111;
  min-height: 100vh;
}


.ax-portal-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: clamp(18px, 3vw, 46px);
}


.ax-portal-login-panel,


.ax-portal-app {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  width: min(1480px, 100%);
}


.ax-portal-login-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 500px);
  min-height: 620px;
}


.ax-portal-login-copy {
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(32, 50, 56, 0.92)),
    url("assets/images/hero-furnace.png") center / cover;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(32px, 5vw, 58px);
}


.ax-portal-login-brand,


.ax-portal-brand {
  align-items: center;
  display: inline-flex;
  gap: 14px;
}


.ax-portal-login-brand img,


.ax-portal-brand img {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  height: 52px;
  object-fit: contain;
  padding: 4px;
  width: 64px;
}


.ax-portal-login-brand span,


.ax-portal-brand span {
  display: grid;
  gap: 4px;
}


.ax-portal-login-brand strong,


.ax-portal-brand strong {
  color: inherit;
  font-family: var(--ax-display);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
}


.ax-portal-login-brand small,


.ax-portal-brand small {
  color: currentColor;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  opacity: 0.64;
  text-transform: uppercase;
}


.ax-portal-login-copy h1 {
  font-family: var(--ax-display);
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: 0;
  line-height: 1;
  margin: 10px 0 18px;
  text-transform: none;
}


.ax-portal-login-copy p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.72;
  margin: 0;
  max-width: 640px;
}


.ax-portal-login-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.ax-portal-login-notes span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  padding: 9px 12px;
}


.ax-portal-login-form {
  align-self: center;
  display: grid;
  gap: 15px;
  min-height: 100%;
  padding: clamp(28px, 4vw, 44px);
}

.ax-portal-login-form form {
  align-self: center;
  display: grid;
  gap: 15px;
}


.ax-portal-form-head h2 {
  font-family: var(--ax-display);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 8px;
  text-transform: none;
}


.ax-portal-form-head p {
  color: #666666;
  margin: 0 0 8px;
}


.ax-portal-forgot-link {
  color: var(--ax-red);
  font-size: 14px;
  font-weight: 800;
  justify-self: start;
  text-decoration: none;
}

.ax-portal-website-link {
  align-items: center;
  align-self: end;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  color: #333333;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  justify-self: stretch;
  min-height: 46px;
  padding: 11px 18px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}


.ax-portal-forgot-link:hover,
.ax-portal-forgot-link:focus-visible {
  color: #991b1b;
  text-decoration: underline;
}

.ax-portal-website-link:hover,
.ax-portal-website-link:focus-visible {
  background: #ffffff;
  border-color: #e10600;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.12);
  color: #991b1b;
  text-decoration: none;
  transform: translateY(-1px);
}


.ax-portal-modal-copy {
  color: #666666;
  line-height: 1.65;
  margin: 0 0 4px;
}


.ax-portal-login-form label {
  color: #333333;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}


.ax-portal-login-form input[type="text"],


.ax-portal-login-form input[type="password"] {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #111111;
  min-height: 48px;
  outline: 0;
  padding: 11px 13px;
}


.ax-portal-login-form input[type="text"]:focus,


.ax-portal-login-form input[type="password"]:focus {
  border-color: var(--ax-primary);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.14);
}


.ax-portal-credential-hint {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 13px 14px;
}


.ax-portal-credential-hint span {
  color: #666666;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


.ax-portal-credential-hint strong {
  color: #111111;
  font-size: 13px;
}


.ax-portal-check {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 9px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}


.ax-portal-check input {
  accent-color: var(--ax-primary);
}


.ax-portal-app {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: min(840px, calc(100vh - clamp(36px, 6vw, 92px)));
}


.ax-portal-sidebar {
  background: #ffffff;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 28px 24px;
}


.ax-portal-sidebar .ax-portal-brand {
  color: #111111;
}


.ax-portal-user-card {
  align-items: center;
  display: flex;
  gap: 13px;
  padding: 8px 0 18px;
}


.ax-portal-avatar {
  align-items: center;
  background: linear-gradient(135deg, #6157f2, #8b7cf6);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--ax-display);
  font-size: 20px;
  height: 48px;
  justify-content: center;
  width: 48px;
}


.ax-portal-user-card strong,


.ax-portal-user-card small {
  display: block;
}


.ax-portal-user-card strong {
  color: #111111;
  font-size: 15px;
}


.ax-portal-user-card small {
  color: #666666;
  margin-top: 2px;
}


.ax-portal-menu {
  display: grid;
  gap: 8px;
}


.ax-portal-menu a {
  align-items: center;
  border-radius: 8px;
  color: #666666;
  display: flex;
  font-weight: 900;
  gap: 12px;
  min-height: 46px;
  padding: 0 13px;
}


.ax-portal-menu a::before {
  background: currentColor;
  border-radius: 3px;
  content: "";
  height: 15px;
  opacity: 0.72;
  width: 15px;
}


.ax-portal-menu a.is-active {
  background: rgba(97, 87, 242, 0.1);
  color: #6157f2;
}


.ax-portal-sidebar-footer {
  border-top: 1px solid #e6e6e6;
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
}


.ax-portal-sidebar-footer a {
  color: #666666;
  font-size: 13px;
  font-weight: 800;
}


.ax-portal-sidebar-footer a:hover {
  color: var(--ax-primary);
}


.ax-portal-main {
  background: #f6f6f6;
  min-width: 0;
  overflow: auto;
  padding: clamp(24px, 3vw, 34px);
}


.ax-portal-topbar {
  align-items: start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 26px;
}


.ax-portal-topbar h1 {
  font-family: var(--ax-display);
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: none;
}


.ax-portal-topbar p {
  color: #666666;
  margin: 0;
}


.ax-portal-stat-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 22px;
}


.ax-portal-stat-grid article,


.ax-portal-content-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
}


.ax-portal-stat-grid article {
  min-height: 138px;
  padding: 22px;
}


.ax-portal-stat-grid span,


.ax-portal-stat-grid small {
  color: #666666;
  display: block;
  font-size: 12px;
  font-weight: 800;
}


.ax-portal-stat-grid span {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}


.ax-portal-stat-grid strong {
  color: #111111;
  display: block;
  font-family: var(--ax-display);
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.1;
  margin: 15px 0 7px;
  overflow-wrap: anywhere;
}


.ax-portal-content-card {
  overflow: hidden;
}


.ax-portal-card-header {
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 22px 24px;
}


.ax-portal-card-header h2 {
  font-family: var(--ax-display);
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 7px;
  text-transform: none;
}


.ax-portal-card-header p,


.ax-portal-card-header > span {
  color: #666666;
  margin: 0;
}


.ax-portal-card-header > span {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 11px;
  white-space: nowrap;
}


.ax-portal-table-wrap {
  border: 0;
  border-radius: 0;
  overflow: auto;
}


.ax-portal-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 1060px;
  width: 100%;
}


.ax-portal-table th,


.ax-portal-table td {
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-size: 13px;
  line-height: 1.5;
  padding: 15px 18px;
  text-align: left;
  vertical-align: top;
}


.ax-portal-table th {
  background: #f6f6f6;
  color: #666666;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}


.ax-portal-table tr:last-child td {
  border-bottom: 0;
}


.ax-portal-table a {
  color: #6157f2;
  font-weight: 800;
}


.ax-portal-table span {
  color: #666666;
}


@media (max-width: 1160px) {
  .ax-portal-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


@media (max-width: 900px) {
  .ax-portal-login-panel,

  .ax-portal-app {
    grid-template-columns: 1fr;
  }


  .ax-portal-login-copy {
    gap: 34px;
    min-height: 440px;
  }


  .ax-portal-sidebar {
    border-bottom: 1px solid #e6e6e6;
    border-right: 0;
  }


  .ax-portal-sidebar-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


@media (max-width: 680px) {
  .ax-portal-shell {
    align-items: stretch;
    padding: 0;
  }


  .ax-portal-login-panel,


  .ax-portal-app {
    border-radius: 0;
    min-height: 100vh;
  }


  .ax-portal-login-copy {
    min-height: auto;
  }


  .ax-portal-topbar,


  .ax-portal-card-header {
    align-items: start;
    flex-direction: column;
  }


  .ax-portal-stat-grid {
    width: 100%;
  }


  .ax-portal-stat-grid {
    grid-template-columns: 1fr;
  }

}

/* Floating WhatsApp quick action */

.ax-whatsapp-float {
  align-items: center;
  background: #16a34a;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px 0 0 999px;
  bottom: 15px;
  box-shadow: 0 18px 42px rgba(22, 163, 74, 0.32);
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 10px;
  height: 56px;
  justify-content: flex-start;
  letter-spacing: 0.02em;
  overflow: hidden;
  padding: 0 16px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  transition: width 220ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  white-space: nowrap;
  width: 64px;
  z-index: 8000;
}

.ax-whatsapp-float:hover,
.ax-whatsapp-float:focus-visible {
  background: #128c3f;
  box-shadow: 0 22px 48px rgba(22, 163, 74, 0.42);
  color: #ffffff;
  transform: translateX(-2px);
  width: 218px;
}

.ax-whatsapp-float:focus-visible {
  outline: 3px solid rgba(22, 163, 74, 0.28);
  outline-offset: 4px;
}

.ax-whatsapp-float img {
  display: block;
  flex: 0 0 auto;
  height: 26px;
  width: 26px;
}

.ax-whatsapp-float span {
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 160ms ease, transform 180ms ease;
}

.ax-whatsapp-float:hover span,
.ax-whatsapp-float:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 680px) {
  .ax-whatsapp-float {
    bottom: 15px;
    border-radius: 999px;
    height: 54px;
    right: 14px;
    width: 54px;
  }

  .ax-whatsapp-float:hover,
  .ax-whatsapp-float:focus-visible {
    transform: translateY(-2px);
    width: 202px;
  }
}

.ax-back-top-float {
  align-items: center;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  bottom: 18px;
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.2);
  color: #ffffff;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  position: fixed;
  right: 18px;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  width: 48px;
  z-index: 7990;
}

.home .ax-back-top-float {
  bottom: 84px;
}

.ax-back-top-float:hover,
.ax-back-top-float:focus-visible {
  background: var(--ax-primary);
  box-shadow: 0 20px 42px rgba(225, 6, 0, 0.3);
  color: #ffffff;
  transform: translateY(-2px);
}

.ax-back-top-float:focus-visible {
  outline: 3px solid rgba(225, 6, 0, 0.28);
  outline-offset: 4px;
}

.ax-back-top-float svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 24px;
}

@media (max-width: 680px) {
  .ax-back-top-float {
    bottom: 16px;
    height: 46px;
    right: 78px;
    width: 46px;
  }

  .home .ax-back-top-float {
    bottom: 16px;
  }
}

/* Portal catalog modules */

.ax-portal-authenticated .ax-portal-shell,
.ax-portal-guest .ax-portal-shell {
  align-items: stretch;
  padding: 0;
}

.ax-portal-authenticated .ax-portal-app,
.ax-portal-guest .ax-portal-login-panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 100vh;
  width: 100%;
}

.ax-portal-authenticated .ax-portal-app {
  grid-template-columns: 286px minmax(0, 1fr);
}

.ax-portal-authenticated .ax-portal-main {
  min-height: 100vh;
  padding: clamp(24px, 3vw, 40px);
}

.ax-portal-icon {
  fill: none;
  flex: 0 0 auto;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.ax-portal-menu a::before {
  content: none;
}

.ax-portal-menu a {
  gap: 11px;
}

.ax-portal-menu a .ax-portal-icon {
  color: currentColor;
  height: 19px;
  opacity: 0.9;
  width: 19px;
}

.ax-portal-menu a span {
  color: inherit;
}

.ax-portal-sidebar-footer a {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.ax-portal-sidebar-footer .ax-portal-icon {
  height: 17px;
  width: 17px;
}

.ax-portal-clock {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
  color: #111111;
  display: inline-flex;
  gap: 12px;
  min-width: 210px;
  padding: 12px 14px;
}

.ax-portal-clock .ax-portal-icon {
  color: var(--ax-primary);
  height: 24px;
  width: 24px;
}

.ax-portal-clock strong,
.ax-portal-clock small {
  display: block;
  line-height: 1.25;
  white-space: nowrap;
}

.ax-portal-clock strong {
  font-size: 14px;
}

.ax-portal-clock small {
  color: #666666;
  font-size: 12px;
  font-weight: 800;
  margin-top: 2px;
}

.ax-portal-menu a:nth-child(2)::before {
  border-radius: 50%;
}

.ax-portal-menu a:nth-child(3)::before {
  border-radius: 2px;
}

.ax-portal-notice {
  background: #dcfce7;
  border: 1px solid #86efac;
  border-radius: 8px;
  color: #166534;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
  max-height: 90px;
  overflow: hidden;
  padding: 12px 14px;
  transition: opacity 220ms ease, transform 220ms ease, max-height 260ms ease, margin 260ms ease, padding 260ms ease;
}

.ax-portal-notice.is-dismissing {
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  transform: translateY(-6px);
}

.ax-portal-page.ax-portal-is-loading::before {
  background: rgba(248, 250, 252, 0.66);
  content: "";
  inset: 0;
  position: fixed;
  z-index: 120;
}

.ax-portal-loader {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(17, 17, 17, 0.18);
  color: #111111;
  display: none;
  gap: 12px;
  left: 50%;
  min-width: 130px;
  padding: 14px 18px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 121;
}

.ax-portal-page.ax-portal-is-loading .ax-portal-loader {
  display: inline-flex;
}

.ax-portal-loader span {
  animation: ax-portal-roll 860ms linear infinite;
  border: 3px solid #e6e6e6;
  border-left-color: var(--ax-primary);
  border-radius: 50%;
  display: inline-flex;
  height: 30px;
  width: 30px;
}

.ax-portal-loader strong{
  display: block;
  line-height: 1.1;
}

.ax-portal-loader strong {
  font-family: var(--ax-display);
  font-size: 16px;
  letter-spacing: 0.06em;
}

/* .ax-portal-loader small {
  color: #666666;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-left: -2px;
  text-transform: uppercase;
} */

@keyframes ax-portal-roll {
  to {
    transform: rotate(360deg);
  }
}

.ax-portal-analytics {
  display: grid;
  gap: 22px;
}

.ax-portal-stat-grid article {
  align-items: center;
  display: flex;
  gap: 18px;
  isolation: isolate;
  min-height: 126px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.ax-portal-stat-grid article::after {
  background: radial-gradient(circle, rgba(17, 17, 17, 0.08), transparent 62%);
  content: "";
  height: 120px;
  position: absolute;
  right: -54px;
  top: -56px;
  width: 120px;
  z-index: -1;
}

.ax-portal-stat-grid article > div {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.ax-portal-stat-grid .ax-portal-card-icon {
  align-items: center;
  background: linear-gradient(135deg, #ef4444, #f97316);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 14px 24px rgba(225, 6, 0, 0.2);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0;
  height: 54px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-transform: none;
  width: 54px;
}

.ax-portal-stat-grid .ax-portal-card-icon::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0));
  border-radius: 999px;
  content: "";
  height: 46px;
  pointer-events: none;
  position: absolute;
  right: -18px;
  top: -18px;
  width: 46px;
}

.ax-portal-stat-grid article:nth-child(2) .ax-portal-card-icon {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.2);
}

.ax-portal-stat-grid article:nth-child(3) .ax-portal-card-icon {
  background: linear-gradient(135deg, #059669, #84cc16);
  box-shadow: 0 14px 24px rgba(5, 150, 105, 0.18);
}

.ax-portal-stat-grid article:nth-child(4) .ax-portal-card-icon {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  box-shadow: 0 14px 24px rgba(124, 58, 237, 0.2);
}

.ax-portal-stat-grid article:nth-child(5) .ax-portal-card-icon {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  box-shadow: 0 14px 24px rgba(15, 118, 110, 0.18);
}

.ax-portal-stat-grid .ax-portal-card-icon .ax-portal-icon {
  color: #ffffff;
  height: 25px;
  position: relative;
  stroke: #ffffff;
  stroke-width: 2.2;
  width: 25px;
  z-index: 1;
}

.ax-portal-stat-grid .ax-portal-card-icon .ax-portal-icon * {
  stroke: #ffffff;
}

.ax-portal-analytics-card {
  min-height: 0;
}

.ax-portal-chart {
  padding: 18px 20px 20px;
}

.ax-portal-line-chart {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.95)),
    radial-gradient(circle at 78% 18%, rgba(225, 6, 0, 0.12), transparent 32%);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: block;
  height: auto;
  max-height: 250px;
  width: 100%;
}

.ax-portal-chart-grid {
  fill: none;
  stroke: rgba(148, 163, 184, 0.28);
  stroke-width: 1;
}

.ax-portal-chart-area {
  fill: url("#axPortalTrendFill");
}

.ax-portal-chart-shadow-line {
  fill: none;
  filter: url("#axPortalTrendShadow");
  stroke: rgba(225, 6, 0, 0.36);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
}

.ax-portal-chart-line {
  fill: none;
  stroke: var(--ax-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ax-portal-chart-point circle {
  fill: #ffffff;
  stroke: var(--ax-primary);
  stroke-width: 2;
}

.ax-portal-chart-point text {
  fill: #333333;
  font-size: 13px;
  font-weight: 900;
  paint-order: stroke;
  stroke: #ffffff;
  stroke-width: 4px;
  text-anchor: middle;
}

.ax-portal-chart-labels {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 10px;
}

.ax-portal-chart-labels span {
  color: #666666;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.ax-portal-module-grid {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
}

.ax-portal-products-grid {
  grid-template-columns: minmax(380px, 0.46fr) minmax(0, 1fr);
}

.ax-portal-enquiries-grid {
  grid-template-columns: minmax(390px, 0.46fr) minmax(0, 1fr);
}

.ax-portal-modal-module,
.ax-portal-products-grid.ax-portal-modal-module,
.ax-portal-enquiries-grid.ax-portal-modal-module {
  grid-template-columns: 1fr;
}

.ax-portal-card-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ax-portal-card-tools > span {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  color: #666666;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 11px;
  white-space: nowrap;
}

.ax-portal-add-button,
.ax-portal-export-button {
  align-items: center;
  background: var(--ax-primary);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  min-height: 36px;
  padding: 0 14px;
}

.ax-portal-add-button .ax-portal-icon,
.ax-portal-export-button .ax-portal-icon {
  height: 15px;
  width: 15px;
}

.ax-portal-export-button {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #2563eb;
}

.ax-portal-add-button:hover,
.ax-portal-add-button:focus-visible,
.ax-portal-export-button:hover,
.ax-portal-export-button:focus-visible {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.ax-portal-modal-backdrop {
  background: rgba(17, 17, 17, 0.58);
  inset: 0;
  position: fixed;
  z-index: 80;
}

.ax-portal-modal-card {
  left: 50%;
  max-height: calc(100vh - 54px);
  max-width: min(560px, calc(100vw - 32px));
  overflow: auto;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 90;
}

.ax-portal-modal-card-wide {
  max-width: min(820px, calc(100vw - 32px));
}

.ax-portal-modal-head {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ax-portal-modal-head h2 {
  margin: 0;
}

.ax-portal-modal-close {
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  color: #333333;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}

.ax-portal-modal-close:hover,
.ax-portal-modal-close:focus-visible {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.ax-portal-form-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
  padding: 24px;
}

.ax-portal-form-card h2 {
  font-family: var(--ax-display);
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 18px;
}

.ax-portal-form-card form {
  display: grid;
  gap: 14px;
}

.ax-portal-settings-module {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
}

.ax-portal-settings-card {
  max-width: 560px;
}

.ax-portal-helper-text {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin: -6px 0 18px;
}

.ax-portal-settings-info ul {
  color: #666666;
  display: grid;
  font-size: 14px;
  gap: 12px;
  line-height: 1.6;
  margin: 0;
  padding-left: 20px;
}

.ax-portal-form-card label {
  color: #333333;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ax-portal-form-card input,
.ax-portal-form-card textarea,
.ax-portal-form-card select {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #111111;
  min-height: 44px;
  outline: 0;
  padding: 10px 12px;
  text-transform: none;
  width: 100%;
}

.ax-portal-form-card textarea {
  line-height: 1.55;
  min-height: 110px;
  resize: vertical;
}

.ax-portal-visibility-control {
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  min-height: 44px;
  padding: 9px 12px;
  width: 100%;
}

.ax-portal-visibility-control input[type="checkbox"] {
  height: 1px;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ax-portal-form-toggle {
  background: #e6e6e6;
  border-radius: 999px;
  display: inline-flex;
  height: 24px;
  padding: 3px;
  transition: background 180ms ease;
  width: 44px;
}

.ax-portal-form-toggle::before {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(17, 17, 17, 0.2);
  content: "";
  display: block;
  height: 18px;
  transition: transform 180ms ease;
  width: 18px;
}

.ax-portal-visibility-control input[type="checkbox"]:checked + .ax-portal-form-toggle {
  background: #16a34a;
}

.ax-portal-visibility-control input[type="checkbox"]:checked + .ax-portal-form-toggle::before {
  transform: translateX(20px);
}

.ax-portal-visibility-control strong {
  color: #111111;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.ax-portal-form-card input:focus,
.ax-portal-form-card textarea:focus,
.ax-portal-form-card select:focus {
  background: #ffffff;
  border-color: var(--ax-primary);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.13);
}

.ax-portal-form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ax-portal-export-form {
  gap: 18px;
}

.ax-portal-export-columns {
  display: grid;
  gap: 10px;
}

.ax-portal-export-columns > span {
  color: #333333;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ax-portal-export-columns > div {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 330px;
  overflow: auto;
  padding: 12px;
}

.ax-portal-export-columns label {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0;
  min-height: 38px;
  padding: 8px 10px;
  text-transform: none;
}

.ax-portal-export-columns input {
  accent-color: var(--ax-primary);
  min-height: auto;
  width: auto;
}

.ax-portal-form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.ax-portal-secondary-link {
  color: #666666;
  font-size: 13px;
  font-weight: 900;
}

.ax-portal-product-preview {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  height: 120px;
  object-fit: contain;
  padding: 10px;
  width: 160px;
}

.ax-portal-testimonial-preview {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  height: 96px;
  object-fit: cover;
  width: 96px;
}

.ax-portal-compact-table {
  min-width: 760px;
}

.ax-portal-module-grid .ax-portal-table-wrap {
  max-height: min(62vh, 640px);
  overflow: auto;
}

.ax-portal-enquiries-grid .ax-portal-table {
  min-width: 1320px;
}

.ax-portal-customers-grid .ax-portal-table {
  min-width: 1480px;
}

.ax-portal-testimonials-grid .ax-portal-table {
  min-width: 980px;
}

.ax-portal-customers-table th:nth-child(5),
.ax-portal-customers-table td:nth-child(5) {
  max-width: 260px;
}

.ax-portal-multiselect {
  min-height: 190px;
  padding: 8px;
}

.ax-portal-multiselect option {
  border-radius: 6px;
  padding: 8px 10px;
}

.ax-portal-enquiries-grid .ax-portal-table th:nth-child(6),
.ax-portal-enquiries-grid .ax-portal-table td:nth-child(6),
.ax-portal-enquiries-grid .ax-portal-table th:nth-child(7),
.ax-portal-enquiries-grid .ax-portal-table td:nth-child(7) {
  width: 132px;
}

.ax-portal-module-grid .ax-portal-table th:last-child,
.ax-portal-module-grid .ax-portal-table td:last-child {
  text-align: center;
  width: 118px;
}

.ax-portal-row-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 9px;
  justify-content: center;
  min-width: 82px;
  white-space: nowrap;
}

.ax-portal-row-actions a,
.ax-portal-row-actions button {
  align-items: center;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 50%;
  color: #2563eb;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 34px;
  justify-content: center;
  min-height: 34px;
  padding: 0;
  width: 34px;
}

.ax-portal-row-actions button {
  background: #fef2f2;
  border-color: #fecaca;
  color: #dc2626;
}

.ax-portal-row-actions .ax-portal-icon {
  height: 17px;
  width: 17px;
}

.ax-portal-row-actions a:hover,
.ax-portal-row-actions a:focus-visible,
.ax-portal-row-actions button:hover,
.ax-portal-row-actions button:focus-visible {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
  transform: translateY(-1px);
}

.ax-portal-row-actions form {
  display: inline-flex;
  margin: 0;
}

.ax-portal-inline-form {
  display: inline-flex;
  margin: 0;
}

.ax-portal-table-select {
  appearance: none;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #333333;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  outline: 0;
  padding: 7px 28px 7px 11px;
}

.ax-portal-table-select.ax-priority-high {
  background: #fff1f2;
  border-color: #fecdd3;
  color: #be123c;
}

.ax-portal-table-select.ax-priority-medium {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}

.ax-portal-table-select.ax-priority-low {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #15803d;
}

.ax-portal-table-select:focus-visible {
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.14);
}

.ax-portal-toggle-button {
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  color: #666666;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  min-height: 34px;
  padding: 6px 10px 6px 7px;
}

.ax-portal-toggle-button span {
  background: #94a3b8;
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.ax-portal-toggle-button.is-active {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #15803d;
}

.ax-portal-toggle-button.is-active span {
  background: #16a34a;
}

.ax-portal-toggle-button.is-inactive {
  background: #f6f6f6;
  border-color: #e6e6e6;
  color: #666666;
}

.ax-portal-toggle-button:hover,
.ax-portal-toggle-button:focus-visible {
  background: #ecfdf5;
  border-color: #86efac;
  color: #15803d;
}

.ax-portal-toggle-button.is-inactive:hover,
.ax-portal-toggle-button.is-inactive:focus-visible {
  background: #f1f5f9;
  border-color: #e6e6e6;
  color: #666666;
}

.ax-portal-status {
  background: #eef2ff;
  border-radius: 999px;
  color: #4f46e5 !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 9px;
}

.ax-portal-product-cell {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 260px;
}

.ax-portal-product-cell img {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  height: 58px;
  object-fit: contain;
  padding: 5px;
  width: 72px;
}

.ax-portal-testimonial-cell {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 360px;
}

.ax-portal-testimonial-cell img,
.ax-portal-testimonial-cell > span {
  background: #111111;
  border-radius: 50%;
  color: #ffffff;
  flex: 0 0 auto;
  height: 54px;
  object-fit: cover;
  width: 54px;
}

.ax-portal-testimonial-cell > span {
  align-items: center;
  display: inline-flex;
  font-family: var(--ax-display);
  font-size: 22px;
  font-weight: 700;
  justify-content: center;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .ax-portal-authenticated .ax-portal-app,
  .ax-portal-module-grid,
  .ax-portal-settings-module,
  .ax-portal-products-grid {
    grid-template-columns: 1fr;
  }

  .ax-portal-authenticated .ax-portal-sidebar {
    border-bottom: 1px solid #e6e6e6;
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .ax-portal-authenticated .ax-portal-main {
    padding: 18px;
  }

  .ax-portal-clock {
    justify-content: flex-start;
    width: 100%;
  }

  .ax-portal-stat-grid article {
    min-height: auto;
  }

  .ax-portal-chart {
    padding: 18px 14px;
  }

  .ax-portal-chart-labels {
    gap: 6px;
  }

  .ax-portal-chart-labels span {
    font-size: 11px;
  }

  .ax-portal-form-row {
    grid-template-columns: 1fr;
  }

  .ax-portal-form-card {
    padding: 18px;
  }
}
