.elementor-583 .elementor-element.elementor-element-ccdf2ad{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-583{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* =========================================================
   ALARIONEX — ALX-B SOLAR WARNING LIGHTS
   COMPLETE COMPACT CSS
   OUTER CLASS: alxb5-content
========================================================= */


/* =========================
   01 — ELEMENTOR RESET
========================= */

.alxb5-content,
.alxb5-content.e-con,
.alxb5-content>.e-con-inner,
.alxb5-content .elementor-widget-html,
.alxb5-content .elementor-widget-html>.elementor-widget-container{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}

.alxb5-content,
.alxb5-content.e-con,
.alxb5-content>.e-con-inner{
  gap:0!important;
}

.alxb5-content{
  --width:100%;
  --content-width:100%;
  overflow-x:clip;
}

.alxb5-content .elementor-widget-html{
  flex:0 0 100%!important;
}


/* =========================
   02 — BASE
========================= */

.alxb5-page{
  --primary:#075ac8;
  --primary-hover:#064ba6;
  --heading:#0b2347;
  --text:#35465f;
  --muted:#66758a;
  --light:#f8fafc;
  --soft:#f6f8fb;
  --blue:#eef4fb;
  --border:#d9e3ef;
  --border-light:#e5eaf1;
  --radius:6px;
  --section:80px;

  width:100%;
  min-width:0;
  color:var(--text);
  background:#fff;
  font-family:inherit;
  overflow-x:clip;
}

.alxb5-page *,
.alxb5-page *::before,
.alxb5-page *::after{
  box-sizing:border-box;
}

.alxb5-page img{
  display:block;
  max-width:100%;
}

.alxb5-page a{
  text-decoration:none;
}

.alxb5-page button,
.alxb5-page input,
.alxb5-page select,
.alxb5-page textarea{
  font:inherit;
}

.alxb5-page [hidden]{
  display:none!important;
}

.alxb5-container{
  width:min(1200px,calc(100% - 64px));
  min-width:0;
  margin-inline:auto;
}

.alxb5-content :focus-visible{
  outline:2px solid rgba(7,90,200,.65);
  outline-offset:3px;
}


/* =========================
   03 — SHARED
========================= */

.alxb5-section-heading{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.alxb5-section-heading__eyebrow,
.alxb5-eyebrow{
  color:var(--primary);
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.1em;
}

.alxb5-section-heading__eyebrow{
  margin-bottom:8px;
}

.alxb5-section-heading h2{
  margin:0;
  color:var(--heading);
  font-size:32px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.015em;
}

.alxb5-section-heading p{
  max-width:760px;
  margin:12px auto 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}

.alxb5-btn{
  min-height:44px;
  padding:10px 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:5px;
  box-shadow:none;
  font-size:13.5px;
  line-height:1.25;
  font-weight:700;
  text-align:center;
}

.alxb5-btn--primary{
  color:#fff!important;
  background:var(--primary)!important;
  border-color:var(--primary)!important;
}

.alxb5-btn--primary:hover{
  background:var(--primary-hover)!important;
}

.alxb5-btn--secondary{
  color:var(--primary)!important;
  background:#fff!important;
  border-color:var(--primary)!important;
}

.alxb5-btn--secondary:hover{
  color:#fff!important;
  background:var(--primary)!important;
}


/* =========================
   04 — OVERVIEW
========================= */

.alxb5-overview{
  padding-bottom:68px;
}

.alxb5-breadcrumb{
  min-height:22px;
  padding-top:22px;
  margin-bottom:30px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  color:#748399;
  font-size:13px;
  line-height:1.5;
}

.alxb5-breadcrumb a{
  color:inherit;
}

.alxb5-breadcrumb a:hover{
  color:var(--primary);
}

.alxb5-breadcrumb>span:not([aria-current]){
  color:#a6b1c0;
}

.alxb5-breadcrumb [aria-current]{
  color:#53647b;
}

.alxb5-overview__grid{
  display:grid;
  grid-template-columns:minmax(0,5fr) minmax(0,7fr);
  align-items:start;
  gap:52px;
}


/* =========================
   05 — GALLERY
========================= */

.alxb5-gallery{
  width:100%;
  min-width:0;
}

.alxb5-gallery__main{
  width:100%;
  aspect-ratio:1;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f5f7fa;
  border:1px solid #e1e7ef;
  border-radius:var(--radius);
}

.alxb5-gallery__main-button{
  appearance:none;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  cursor:zoom-in;
}

.alxb5-gallery__main-image{
  width:100%;
  height:100%;
  object-fit:contain;
}

.alxb5-gallery__placeholder{
  color:#8b99aa;
  font-size:13px;
  line-height:1.55;
  font-weight:600;
  text-align:center;
}

.alxb5-gallery__thumbs{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
}

.alxb5-gallery__thumb{
  appearance:none;
  position:relative;
  width:100%;
  aspect-ratio:1;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#fff!important;
  border:1px solid var(--border)!important;
  border-radius:5px!important;
  box-shadow:none!important;
  cursor:pointer;
}

.alxb5-gallery__thumb:hover,
.alxb5-gallery__thumb.is-active,
.alxb5-gallery__thumb[aria-current="true"]{
  border-color:var(--primary)!important;
}

.alxb5-gallery__thumb.is-active{
  box-shadow:inset 0 0 0 1px var(--primary)!important;
}

.alxb5-gallery__thumb img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
}


/* =========================
   06 — HERO SUMMARY
========================= */

.alxb5-summary{
  min-width:0;
  padding-top:4px;
}

.alxb5-eyebrow{
  margin-bottom:11px;
}

.alxb5-summary__title{
  max-width:680px;
  margin:0;
  color:var(--heading);
  font-size:46px;
  line-height:1.12;
  font-weight:700;
  letter-spacing:-.025em;
}

.alxb5-summary__subtitle{
  max-width:680px;
  margin:17px 0 0;
  color:#405774;
  font-size:17px;
  line-height:1.55;
  font-weight:500;
}

.alxb5-summary__description{
  max-width:700px;
  margin-top:20px;
  color:#4d5f75;
  font-size:15px;
  line-height:1.7;
}

.alxb5-summary__description p{
  margin:0;
}


/* Product type map */

.alxb5-config-nav{
  margin-top:20px;
  padding:15px 16px;
  background:#f7f9fc;
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alxb5-config-nav__label{
  display:block;
  margin-bottom:10px;
  color:#65778d;
  font-size:11px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.alxb5-config-nav__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.alxb5-config-nav__grid a{
  min-width:0;
  min-height:38px;
  padding:8px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  color:#40546e!important;
  background:#fff;
  border:1px solid #dbe4ed;
  border-radius:4px;
  font-size:12px;
  line-height:1.4;
  font-weight:600;
}

.alxb5-config-nav__grid a:hover{
  color:var(--primary)!important;
  border-color:#9ab6d8;
}

.alxb5-config-nav__grid a span{
  color:var(--primary);
}


/* Series meta + CTA */

.alxb5-series-meta{
  min-height:44px;
  width:auto;
  margin-top:18px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  vertical-align:middle;
  color:#52657d;
  background:var(--blue);
  border-radius:4px;
  font-size:13px;
  line-height:1.3;
}

.alxb5-series-meta strong{
  color:var(--primary);
}

.alxb5-summary__actions{
  margin:18px 0 0 10px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  vertical-align:middle;
}


/* Quick facts */

.alxb5-key-facts{
  margin-top:18px;
  padding:18px 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-block:1px solid #dfe6ef;
}

.alxb5-key-fact{
  min-width:0;
  padding:0 16px;
  display:flex;
  flex-direction:column;
  gap:5px;
  border-right:1px solid #e2e8f0;
}

.alxb5-key-fact:first-child{
  padding-left:0;
}

.alxb5-key-fact:last-child{
  padding-right:0;
  border-right:0;
}

.alxb5-key-fact__value{
  color:var(--heading);
  font-size:17px;
  line-height:1.25;
  font-weight:700;
}

.alxb5-key-fact__label{
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}

.alxb5-feature-tags{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.alxb5-feature-tag{
  padding:6px 10px;
  color:#40546e;
  background:var(--soft);
  border:1px solid #dce5ef;
  border-radius:4px;
  font-size:12px;
  font-weight:600;
}


/* =========================
   07 — COMMERCIAL
========================= */

.alxb5-commercial{
  background:var(--light);
  border-block:1px solid #e1e7ef;
}

.alxb5-commercial__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.alxb5-commercial__item{
  min-width:0;
  min-height:94px;
  padding:20px 24px;
  display:flex;
  align-items:center;
  gap:14px;
}

.alxb5-commercial__item+.alxb5-commercial__item{
  border-left:1px solid #e1e7ef;
}

.alxb5-commercial__icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  color:var(--primary);
}

.alxb5-commercial__icon svg{
  width:28px;
  height:28px;
}

.alxb5-commercial__content h3{
  margin:0;
  color:var(--heading);
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}

.alxb5-commercial__content p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.5;
}


/* =========================
   08 — MODEL SELECTION
========================= */

.alxb5-variants{
  padding:var(--section) 0;
}

.alxb5-model-selection{
  display:grid;
  gap:48px;
}

.alxb5-variant-group{
  scroll-margin-top:100px;
}

.alxb5-variant-group__heading{
  margin-bottom:18px;
  padding-bottom:14px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:11px;
  border-bottom:1px solid var(--border);
}

.alxb5-variant-group__number{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  color:var(--primary);
  background:var(--blue);
  border-radius:50%;
  font-size:10px;
  font-weight:700;
}

.alxb5-variant-group__heading h3{
  margin:0;
  color:var(--heading);
  font-size:20px;
  line-height:1.3;
  font-weight:700;
}

.alxb5-variant-group__heading p{
  max-width:760px;
  margin:5px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.alxb5-variant-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}


/* Model card — ALX-100 DNA */

.alxb5-model-card{
  position:relative;
  min-width:0;
  display:block;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  cursor:pointer;
  transition:.18s ease;
}

.alxb5-model-card:hover{
  border-color:#9db8d8;
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(11,35,71,.06);
}

.alxb5-model-card.is-selected{
  border-color:var(--primary);
  background:#fafdff;
  box-shadow:
    inset 0 0 0 1px var(--primary),
    0 7px 22px rgba(7,90,200,.08);
}

.alxb5-model-card:focus-within{
  outline:2px solid rgba(7,90,200,.25);
  outline-offset:2px;
}

.alxb5-model-card__radio{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

.alxb5-model-card__content{
  min-width:0;
  height:100%;
  padding:18px;
  display:flex;
  flex-direction:column;
}

.alxb5-model-card__model{
  display:block;
  margin-bottom:4px;
  color:var(--primary);
  font-size:17px;
  line-height:1.3;
  font-weight:700;
}

.alxb5-model-card__title{
  display:block;
  color:var(--heading);
  font-size:14px;
  line-height:1.42;
  font-weight:650;
  overflow-wrap:anywhere;
}

.alxb5-model-card__image{
  width:100%;
  height:200px;
  margin:14px 0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#fff;
  border:1px solid #eef2f6;
  border-radius:4px;
}

.alxb5-model-card__image img{
  width:100%;
  height:100%;
  padding:7px;
  object-fit:contain;
}

.alxb5-model-card__image.is-placeholder{
  color:#8b99aa;
  background:#f8fafc;
  border:1px dashed #ccd7e3;
}

.alxb5-model-card__placeholder{
  padding:10px;
  font-size:11.5px;
  line-height:1.45;
  font-weight:600;
  text-align:center;
}

.alxb5-model-card__description{
  display:block;
  color:#52657d;
  font-size:13px;
  line-height:1.55;
}

.alxb5-model-card__facts{
  margin-top:11px;
  display:grid;
  align-content:start;
  gap:4px;
}

.alxb5-model-card__facts>span{
  position:relative;
  padding-left:17px;
  color:#42566f;
  font-size:12px;
  line-height:1.45;
}

.alxb5-model-card__facts>span::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--primary);
  font-weight:700;
}

.alxb5-model-card__action{
  margin-top:auto;
  padding-top:13px;
  display:inline-flex;
  align-self:flex-start;
  color:var(--primary);
  font-size:12.5px;
  line-height:1.4;
  font-weight:700;
}

.alxb5-model-card__action::after{
  content:"→";
  margin-left:5px;
}

.alxb5-model-card.is-selected .alxb5-model-card__action{
  font-size:0;
}

.alxb5-model-card.is-selected .alxb5-model-card__action::before{
  content:"✓ Selected";
  font-size:12.5px;
}

.alxb5-model-card.is-selected .alxb5-model-card__action::after{
  display:none;
}


/* Selection status */

.alxb5-selection-status{
  margin-top:24px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:var(--blue);
  border:1px solid #cbdcf0;
  border-left:3px solid var(--primary);
  border-radius:4px;
}

.alxb5-selection-status__content{
  color:#52657d;
  font-size:13px;
}

.alxb5-selection-status__content strong{
  margin-left:4px;
  color:var(--primary);
  font-size:14px;
}

.alxb5-selection-status__cta{
  min-height:38px;
  padding:8px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff!important;
  background:var(--primary);
  border-radius:4px;
  font-size:12.5px;
  font-weight:700;
}

.alxb5-selection-status__cta:hover{
  background:var(--primary-hover);
}

.alxb5-variants__availability{
  margin:18px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}


/* =========================
   09 — APPLICATIONS
========================= */

.alxb5-applications{
  padding:var(--section) 0;
  background:var(--light);
}

.alxb5-applications__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px;
}

.alxb5-application-item{
  min-width:0;
  display:flex;
  align-items:flex-start;
  gap:15px;
}

.alxb5-application-item__icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
  display:grid;
  place-items:center;
  color:var(--primary);
}

.alxb5-application-item__icon svg{
  width:46px;
  height:46px;
}

.alxb5-application-item__content{
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
}

.alxb5-application-item__content h3{
  margin:0;
  color:var(--heading);
  font-size:15px;
  line-height:1.4;
  font-weight:700;
}

.alxb5-application-item__content p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.58;
}

.alxb5-application-item__content a{
  width:fit-content;
  margin-top:auto;
  padding-top:8px;
  display:inline-block;
  color:var(--primary)!important;
  font-size:12px;
  font-weight:700;
}

.alxb5-application-item__content a:hover{
  color:var(--primary-hover)!important;
}


/* Shared notes */

.alxb5-applications__note,
.alxb5-specifications__note{
  max-width:940px;
  margin:28px auto 0;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:8px;
  color:var(--muted);
  text-align:center;
}

.alxb5-applications__note-icon,
.alxb5-specifications__note-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  color:var(--primary);
}

.alxb5-applications__note-icon svg,
.alxb5-specifications__note-icon svg{
  width:100%;
  height:100%;
}

.alxb5-applications__note p,
.alxb5-specifications__note p{
  margin:0;
  font-size:12.5px;
  line-height:1.55;
}


/* =========================
   10 — SPECIFICATIONS
========================= */

.alxb5-specifications{
  padding:var(--section) 0;
}

.alxb5-comparison{
  max-width:1100px;
  margin-inline:auto;
}

.alxb5-comparison__wrap{
  overflow-x:auto;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}

.alxb5-comparison table{
  width:100%;
  min-width:980px;
  border-collapse:separate;
  border-spacing:0;
}

.alxb5-comparison th,
.alxb5-comparison td{
  padding:12px 13px;
  color:#53657b;
  border-right:1px solid #edf1f5;
  border-bottom:1px solid #e4eaf1;
  font-size:11.5px;
  line-height:1.45;
  vertical-align:middle;
}

.alxb5-comparison tr>*:last-child{
  border-right:0;
}

.alxb5-comparison tbody tr:last-child>*{
  border-bottom:0;
}

.alxb5-comparison thead th{
  color:var(--heading);
  background:#eef4fb;
  font-weight:700;
}

.alxb5-comparison tbody th{
  width:160px;
  color:var(--heading);
  background:#fafbfd;
  font-weight:600;
}

.alxb5-comparison th:first-child{
  position:sticky;
  left:0;
  z-index:2;
}

.alxb5-comparison thead th:first-child{
  z-index:3;
  background:#e8f0fa;
}


/* =========================
   11 — ENGINEERING RESOURCES
========================= */

.alxb5-resources{
  padding:var(--section) 0;
  background:var(--light);
}

.alxb5-resources__list,
.alxb5-resource-note,
.alxb5-faq__list{
  width:min(980px,100%);
  margin-inline:auto;
}

.alxb5-resources__list{
  display:grid;
  gap:12px;
}

.alxb5-resource-item{
  appearance:none;
  width:100%;
  min-height:84px;
  margin:0;
  padding:16px 18px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 22px;
  align-items:center;
  gap:16px;
  text-align:left;
  background:#fff!important;
  border:1px solid var(--border)!important;
  border-radius:var(--radius)!important;
  box-shadow:none!important;
  cursor:pointer;
}

.alxb5-resource-item:hover{
  border-color:#9db9da!important;
}

.alxb5-resource-item__icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  color:var(--primary);
}

.alxb5-resource-item__icon svg{
  width:42px;
  height:42px;
}

.alxb5-resource-item__content strong{
  display:block;
  color:var(--heading);
  font-size:14px;
}

.alxb5-resource-item__content>span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.5;
}

.alxb5-resource-item__arrow{
  color:var(--primary);
  font-size:18px;
}


/* Before ordering */

.alxb5-resource-note{
  margin-top:18px;
  padding:17px 20px;
  background:var(--blue);
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alxb5-resource-note strong{
  display:block;
  color:var(--heading);
  font-size:14px;
}

.alxb5-resource-note p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.55;
}


/* =========================
   12 — FAQ
========================= */

.alxb5-faq{
  padding:var(--section) 0;
}

.alxb5-faq__list{
  border-top:1px solid var(--border);
}

.alxb5-faq__item{
  border-bottom:1px solid var(--border);
}

.alxb5-faq__question{
  appearance:none;
  width:100%;
  min-height:62px;
  margin:0;
  padding:16px 2px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 30px;
  align-items:center;
  gap:18px;
  color:var(--heading)!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-align:left;
  cursor:pointer;
}

.alxb5-faq__question>span:first-child{
  min-width:0;
  font-size:16px;
  line-height:1.5;
  font-weight:650;
  overflow-wrap:anywhere;
}

.alxb5-faq__question:hover,
.alxb5-faq__item.is-open .alxb5-faq__question{
  color:var(--primary)!important;
}

.alxb5-faq__icon{
  position:relative;
  width:28px;
  height:28px;
  justify-self:end;
  color:var(--primary);
  background:#fff;
  border:1px solid #d8e3ea;
  border-radius:50%;
}

.alxb5-faq__icon-horizontal,
.alxb5-faq__icon-vertical{
  position:absolute;
  top:50%;
  left:50%;
  width:11px;
  height:1.5px;
  background:currentColor;
  transform:translate(-50%,-50%);
}

.alxb5-faq__icon-vertical{
  transform:translate(-50%,-50%) rotate(90deg);
}

.alxb5-faq__item.is-open .alxb5-faq__icon-vertical{
  display:none;
}

.alxb5-faq__answer{
  max-width:850px;
  padding:0 48px 21px 2px;
}

.alxb5-faq__answer p{
  margin:0;
  color:#5e7484;
  font-size:14px;
  line-height:1.68;
}


/* =========================
   13 — INQUIRY
========================= */

.alxb5-inquiry{
  padding:var(--section) 0;
  background:var(--soft);
}

.alxb5-inquiry__layout{
  display:grid;
  grid-template-columns:minmax(220px,.28fr) minmax(0,.72fr);
  gap:36px;
  align-items:start;
}

.alxb5-inquiry-summary{
  position:sticky;
  top:110px;
  min-width:0;
  padding:22px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alxb5-inquiry-summary__heading{
  margin-bottom:16px;
  color:var(--heading);
  font-size:17px;
  font-weight:700;
}

.alxb5-inquiry-summary__list{
  margin:0;
}

.alxb5-inquiry-summary__row{
  padding:12px 0;
  border-bottom:1px solid var(--border-light);
}

.alxb5-inquiry-summary__row:first-child{
  padding-top:0;
}

.alxb5-inquiry-summary__row dt{
  margin:0 0 4px;
  color:var(--muted);
  font-size:11.5px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.alxb5-inquiry-summary__row dd{
  margin:0;
  color:var(--heading);
  font-size:14px;
  font-weight:600;
  overflow-wrap:anywhere;
}

.alxb5-inquiry-summary__note{
  margin:16px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}


/* Form */

.alxb5-inquiry-form{
  min-width:0;
  padding:28px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alxb5-form-section+.alxb5-form-section{
  margin-top:32px;
  padding-top:28px;
  border-top:1px solid #e1e7ef;
}

.alxb5-form-section h3{
  margin:0 0 18px;
  color:var(--heading);
  font-size:17px;
  font-weight:700;
}

.alxb5-form-grid{
  display:grid;
  gap:18px;
}

.alxb5-form-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.alxb5-form-field{
  min-width:0;
}

.alxb5-form-field--full{
  margin-top:18px;
}

.alxb5-form-grid+.alxb5-form-grid,
.alxb5-form-grid+.alxb5-form-field{
  margin-top:18px;
}

.alxb5-form-field label{
  display:block;
  margin-bottom:7px;
  color:var(--heading);
  font-size:12px;
  font-weight:650;
}

.alxb5-form-field label span{
  color:#d53b32;
}

.alxb5-form-field input[type="text"],
.alxb5-form-field input[type="email"],
.alxb5-form-field input[type="tel"],
.alxb5-form-field select,
.alxb5-form-field textarea{
  width:100%;
  margin:0;
  color:#263c58;
  background:#fbfdff;
  border:1px solid #bfcede;
  border-radius:5px;
  outline:0;
  font-size:13px;
  line-height:1.45;
}

.alxb5-form-field input[type="text"],
.alxb5-form-field input[type="email"],
.alxb5-form-field input[type="tel"],
.alxb5-form-field select{
  height:44px;
  padding:0 11px;
}

.alxb5-form-field textarea{
  min-height:100px;
  padding:10px 11px;
  resize:vertical;
}

.alxb5-form-field :is(input,select,textarea):focus{
  background:#fff;
  border-color:var(--primary);
  box-shadow:0 0 0 2px rgba(7,90,200,.08);
}

.alxb5-form-field select{
  appearance:none;
  padding-right:42px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230b2347' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 13px center;
  background-size:15px;
}


/* Upload */

.alxb5-file-upload{
  padding:13px;
  background:#fbfdff;
  border:1px dashed #aac3dc;
  border-radius:5px;
}

.alxb5-file-upload__control{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
}

.alxb5-file-upload__button{
  min-height:34px;
  margin:0!important;
  padding:6px 11px!important;
  color:#173a63!important;
  background:#fff!important;
  border:1px solid #b9cadd!important;
  border-radius:4px!important;
  box-shadow:none!important;
  font-size:11px!important;
  font-weight:700!important;
}

.alxb5-file-upload__text{
  min-width:0;
  overflow:hidden;
  color:#657b95;
  font-size:11px;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.alxb5-file-upload p{
  margin:7px 0 0;
  color:#8192a5;
  font-size:10.5px;
  line-height:1.45;
}


/* Submit */

.alxb5-form-submit{
  margin-top:24px;
}

.alxb5-form-submit__button{
  min-height:46px;
  margin:0!important;
  padding:10px 20px!important;
  color:#fff!important;
  background:var(--primary)!important;
  border:1px solid var(--primary)!important;
  border-radius:5px!important;
  box-shadow:none!important;
  font-size:13px!important;
  font-weight:700!important;
}

.alxb5-form-submit__button:hover{
  background:var(--primary-hover)!important;
}

.alxb5-form-submit__button:disabled{
  opacity:.7;
  cursor:wait;
}

.alxb5-form-submit__privacy{
  margin:9px 0 0;
  color:var(--muted);
  font-size:11px;
}

.alxb5-form-status{
  margin-top:14px;
  padding:10px 12px;
  border-radius:5px;
  font-size:12.5px;
  line-height:1.5;
}

.alxb5-form-status--success{
  color:#326249;
  background:#f2faf5;
  border:1px solid #cce4d5;
}

.alxb5-form-status--error{
  color:#942c2c;
  background:#fff7f7;
  border:1px solid #edcccc;
}


/* =========================
   14 — LIGHTBOX
========================= */

.alxb5-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(5,18,36,.9);
}

.alxb5-lightbox[hidden]{
  display:none!important;
}

body.alxb5-lightbox-open{
  overflow:hidden;
}

.alxb5-lightbox__dialog{
  position:relative;
  width:min(1100px,96vw);
  max-height:94vh;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.alxb5-lightbox__image{
  max-width:100%;
  max-height:82vh;
  object-fit:contain;
  background:#fff;
  border-radius:6px;
}

.alxb5-lightbox__close{
  position:absolute;
  top:-16px;
  right:0;
  width:40px;
  height:40px;
  padding:0!important;
  color:var(--heading)!important;
  background:#fff!important;
  border:0!important;
  border-radius:50%!important;
  box-shadow:none!important;
  font-size:28px!important;
}

.alxb5-lightbox__nav{
  position:absolute;
  top:50%;
  width:42px;
  height:50px;
  padding:0!important;
  color:var(--primary)!important;
  background:#fff!important;
  border:0!important;
  border-radius:4px!important;
  box-shadow:none!important;
  font-size:32px!important;
  transform:translateY(-50%);
}

.alxb5-lightbox__nav--prev{
  left:0;
}

.alxb5-lightbox__nav--next{
  right:0;
}


/* =========================
   15 — TABLET
========================= */

@media(max-width:960px){

  .alxb5-container{
    width:min(calc(100% - 48px),1120px);
  }

  .alxb5-overview__grid{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    gap:34px;
  }

  .alxb5-summary__title{
    font-size:38px;
  }

  .alxb5-summary__subtitle{
    font-size:16px;
  }

  .alxb5-gallery__thumbs{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding-bottom:3px;
    scrollbar-width:thin;
  }

  .alxb5-gallery__thumb{
    width:68px;
    height:68px;
    flex:0 0 68px;
    aspect-ratio:auto;
  }

  .alxb5-commercial__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .alxb5-commercial__item:nth-child(3){
    border-left:0;
    border-top:1px solid #e1e7ef;
  }

  .alxb5-commercial__item:nth-child(4){
    border-top:1px solid #e1e7ef;
  }

  .alxb5-variant-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .alxb5-model-card__image{
    height:190px;
  }

  .alxb5-applications__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 36px;
  }

  .alxb5-application-item:last-child{
    grid-column:1/-1;
    max-width:560px;
  }

  .alxb5-inquiry__layout{
    grid-template-columns:minmax(190px,.32fr) minmax(0,.68fr);
    gap:26px;
  }

}


/* =========================
   16 — MOBILE
========================= */

@media(max-width:767px){

  .alxb5-page{
    --section:56px;
  }

  .alxb5-container{
    width:calc(100% - 32px);
  }

  .alxb5-section-heading{
    margin-bottom:32px;
    text-align:left;
  }

  .alxb5-section-heading h2{
    font-size:29px;
  }

  .alxb5-section-heading p{
    margin-left:0;
    font-size:14px;
  }

  .alxb5-overview{
    padding-bottom:52px;
  }

  .alxb5-breadcrumb{
    padding-top:18px;
    margin-bottom:22px;
    font-size:11.5px;
  }

  .alxb5-overview__grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .alxb5-gallery{
    max-width:520px;
    margin-inline:auto;
  }

  .alxb5-summary__title{
    font-size:34px;
  }

  .alxb5-summary__subtitle{
    font-size:15px;
  }

  .alxb5-summary__description{
    font-size:14px;
  }

  .alxb5-series-meta{
    margin-top:18px;
  }

  .alxb5-summary__actions{
    margin-top:10px;
    margin-left:0;
    display:flex;
  }

  .alxb5-key-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:0;
  }

  .alxb5-key-fact{
    padding:15px;
    border-bottom:1px solid #e2e8f0;
  }

  .alxb5-key-fact:first-child{
    padding-left:15px;
  }

  .alxb5-key-fact:nth-child(2),
  .alxb5-key-fact:last-child{
    border-right:0;
  }

  .alxb5-key-fact:nth-child(n+3){
    border-bottom:0;
  }

  .alxb5-key-fact:last-child{
    padding-right:15px;
  }

  .alxb5-commercial__item{
    padding:16px;
  }

  .alxb5-model-selection{
    gap:42px;
  }

  .alxb5-variant-group__heading{
    grid-template-columns:30px minmax(0,1fr);
  }

  .alxb5-variant-group__number{
    width:28px;
    height:28px;
  }

  .alxb5-variant-group__heading h3{
    font-size:18px;
  }

  .alxb5-variant-group__heading p{
    font-size:13px;
  }

  .alxb5-variant-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .alxb5-model-card__content{
    padding:15px;
  }

  .alxb5-model-card__model{
    font-size:15px;
  }

  .alxb5-model-card__title{
    font-size:14px;
  }

  .alxb5-model-card__image{
    height:175px;
    margin:12px 0;
  }

  .alxb5-model-card__description{
    font-size:13px;
  }

  .alxb5-model-card__facts>span{
    font-size:12px;
  }

  .alxb5-selection-status{
    display:block;
  }

  .alxb5-selection-status__cta{
    width:100%;
    margin-top:12px;
  }

  .alxb5-applications__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px 18px;
  }

  .alxb5-application-item{
    display:block;
  }

  .alxb5-application-item:last-child{
    grid-column:auto;
    max-width:none;
  }

  .alxb5-application-item__icon{
    width:44px;
    height:44px;
    margin-bottom:10px;
  }

  .alxb5-application-item__icon svg{
    width:42px;
    height:42px;
  }

  .alxb5-applications__note,
  .alxb5-specifications__note{
    justify-content:flex-start;
    text-align:left;
  }

  .alxb5-resource-item{
    grid-template-columns:40px minmax(0,1fr) 20px;
    gap:12px;
    padding:14px;
  }

  .alxb5-faq__question{
    grid-template-columns:minmax(0,1fr) 28px;
    gap:10px;
  }

  .alxb5-faq__question>span:first-child{
    font-size:14.5px;
  }

  .alxb5-faq__answer{
    padding-right:32px;
  }

  .alxb5-faq__answer p{
    font-size:13.5px;
  }

  .alxb5-inquiry__layout{
    grid-template-columns:1fr;
    gap:18px;
  }

  .alxb5-inquiry-summary{
    position:static;
  }

  .alxb5-inquiry-form{
    padding:18px;
  }

  .alxb5-form-grid--2{
    grid-template-columns:1fr;
  }

  .alxb5-form-field input[type="text"],
  .alxb5-form-field input[type="email"],
  .alxb5-form-field input[type="tel"],
  .alxb5-form-field select,
  .alxb5-form-field textarea{
    font-size:16px;
  }

  .alxb5-form-submit__button{
    width:100%;
  }

}


/* =========================
   17 — SMALL MOBILE
========================= */

@media(max-width:430px){

  .alxb5-container{
    width:calc(100% - 28px);
  }

  .alxb5-summary__title{
    font-size:32px;
  }

  .alxb5-config-nav__grid{
    grid-template-columns:1fr;
  }

  .alxb5-series-meta{
    display:flex;
    width:fit-content;
  }

  .alxb5-summary__actions{
    width:100%;
    margin:10px 0 0;
    display:grid;
    grid-template-columns:1fr;
  }

  .alxb5-btn{
    width:100%;
  }

  .alxb5-commercial__grid,
  .alxb5-variant-grid,
  .alxb5-applications__grid{
    grid-template-columns:1fr;
  }

  .alxb5-commercial__item,
  .alxb5-commercial__item:nth-child(3),
  .alxb5-commercial__item:nth-child(4){
    border-left:0;
    border-top:1px solid #e1e7ef;
  }

  .alxb5-commercial__item:first-child{
    border-top:0;
  }

  .alxb5-model-card__content{
    padding:17px;
  }

  .alxb5-model-card__model{
    font-size:16px;
  }

  .alxb5-model-card__title{
    font-size:15px;
  }

  .alxb5-model-card__image{
    height:200px;
  }

  .alxb5-model-card__description{
    font-size:13.5px;
  }

  .alxb5-model-card__facts>span{
    font-size:12.5px;
  }

  .alxb5-application-item{
    display:flex;
  }

  .alxb5-application-item__icon{
    margin-bottom:0;
  }

  .alxb5-file-upload__control{
    align-items:flex-start;
    flex-direction:column;
  }

  .alxb5-file-upload__text{
    width:100%;
  }

}


/* =========================
   18 — REDUCED MOTION
========================= */

@media(prefers-reduced-motion:reduce){

  .alxb5-page *,
  .alxb5-page *::before,
  .alxb5-page *::after{
    transition:none!important;
    animation:none!important;
    scroll-behavior:auto!important;
  }

}/* End custom CSS */