.elementor-62 .elementor-element.elementor-element-f7d14e4{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   ALARIONEX HOMEPAGE
========================================================= */

.alx-homepage{
  --blue:#075ac8;
  --blue-hover:#064ba6;
  --navy:#062957;
  --heading:#0b2948;
  --text:#354b5f;
  --muted:#687b8d;
  --yellow:#f5b516;
  --line:#d9e3eb;
  --soft:#f5f7f9;
  --soft-blue:#edf3f7;
  --img:#f2f5f7;
  --max:1280px;

  width:100%;
  max-width:none!important;
  color:var(--text);
  font-family:inherit;
}

.alx-homepage,
.alx-homepage *,
.alx-homepage *::before,
.alx-homepage *::after{
  box-sizing:border-box;
}

.alx-homepage a{
  color:inherit;
  text-decoration:none;
}

.alx-homepage h1,
.alx-homepage h2,
.alx-homepage h3,
.alx-homepage p{
  margin-top:0;
}

.alx-homepage svg{
  display:block;
}

.alx-homepage .alx-section{
  position:relative;
  width:100%;
  scroll-margin-top:90px;
}

.alx-homepage .alx-container{
  width:min(var(--max),calc(100% - 48px));
  margin-inline:auto;
}


/* =========================================================
   COMMON
========================================================= */

.alx-homepage .alx-section-heading{
  max-width:790px;
  margin:0 auto 34px;
  text-align:center;
}

.alx-homepage .alx-section-eyebrow{
  display:block;
  margin-bottom:13px;
  color:var(--blue);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.alx-homepage .alx-section-heading h2{
  margin:0 0 11px;
  color:var(--heading);
  font-size:40px;
  line-height:1.15;
  font-weight:750;
  letter-spacing:-.03em;
}

.alx-homepage .alx-section-heading p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}


/* =========================================================
   BUTTONS / LINKS
========================================================= */

.alx-homepage .alx-button{
  min-height:49px;
  margin:0!important;
  padding:12px 20px!important;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;

  border:1px solid transparent;
  border-radius:4px;

  font:inherit;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:700!important;

  white-space:nowrap;
  cursor:pointer;
  transform:none!important;

  transition:
    color .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    opacity .2s ease;
}

.alx-homepage .alx-button:hover,
.alx-homepage .alx-button:focus,
.alx-homepage .alx-button:active{
  margin:0!important;
  padding:12px 20px!important;
  font-weight:700!important;
  transform:none!important;
}

.alx-homepage .alx-button:disabled{
  opacity:.65;
  cursor:not-allowed;
  box-shadow:none;
}

.alx-homepage .alx-button__arrow{
  width:18px;
  flex:0 0 18px;
  text-align:center;
}

.alx-homepage .alx-button--primary{
  color:#fff!important;
  background:var(--blue);
  border-color:var(--blue);
}

.alx-homepage .alx-button--primary:hover{
  color:#fff!important;
  background:var(--blue-hover);
  border-color:var(--blue-hover);
  box-shadow:0 7px 18px rgba(0,45,105,.16);
}

.alx-homepage .alx-button--secondary{
  color:#fff!important;
  background:rgba(5,35,73,.35);
  border-color:rgba(255,255,255,.72);
}

.alx-homepage .alx-button--secondary:hover{
  color:#fff!important;
  background:rgba(255,255,255,.13);
  border-color:#fff;
}

.alx-homepage .alx-text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--blue);
  font-size:13.5px;
  font-weight:750;
}

.alx-homepage .alx-text-link span{
  transition:transform .2s ease;
}

.alx-homepage a:hover .alx-text-link span,
.alx-homepage .alx-text-link:hover span{
  transform:translateX(4px);
}

.alx-homepage .alx-section-action{
  margin-top:28px;
  text-align:center;
}

.alx-homepage .alx-text-link--section{
  position:relative;
  padding-bottom:7px;
  color:var(--heading);
  font-size:14px;
}

.alx-homepage .alx-text-link--section::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:34px;
  height:2px;
  background:var(--yellow);
  transition:width .2s ease;
}

.alx-homepage .alx-text-link--section:hover::after{
  width:100%;
}


/* =========================================================
   01 — HERO
========================================================= */

.alx-homepage .alx-hero{
  min-height:560px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:var(--navy);
}

.alx-homepage .alx-hero__background{
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(4,29,65,.98) 0%,
      rgba(4,32,72,.87) 34%,
      rgba(4,32,72,.35) 65%,
      rgba(4,32,72,.08) 100%
    ),
    url("https://alarionex.com/wp-content/uploads/2026/09/home_home-hero-desktop-final.webp")
    center/cover no-repeat;
}

.alx-homepage .alx-hero__inner{
  position:relative;
  z-index:1;
  padding-block:68px;
}

.alx-homepage .alx-hero__content{
  width:59%;
  max-width:770px;
}

.alx-homepage .alx-hero__title{
  max-width:770px;
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(44px,3.5vw,56px);
  line-height:1.08;
  font-weight:750;
  letter-spacing:-.035em;
}

.alx-homepage .alx-hero__description{
  max-width:650px;
  margin-bottom:29px;
  color:rgba(255,255,255,.92);
  font-size:16px;
  line-height:1.65;
}

.alx-homepage .alx-hero__description p{
  margin:0;
}

.alx-homepage .alx-hero__actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}

.alx-homepage .alx-hero__actions .alx-button{
  width:auto!important;
  min-width:0;
  flex:0 0 auto!important;
}


/* Desktop first screen */

@media (min-width:1025px){

  .alx-homepage{
    --alx-first-screen-reserved:250px;
  }

  .alx-homepage .alx-hero{
    height:calc(100svh - var(--alx-first-screen-reserved));
    min-height:540px;
  }

}


/* =========================================================
   02 — QUICK REQUIREMENT ENTRY
========================================================= */

.alx-homepage .alx-recommendation-strip{
  padding:12px 0 6px;
  background:#fff;
}

.alx-homepage .alx-recommendation-strip__panel{
  min-height:108px;

  display:grid;
  grid-template-columns:330px minmax(0,1fr) 225px;
  overflow:hidden;

  background:linear-gradient(105deg,#fafcff,var(--soft-blue));

  border:1px solid var(--line);
  border-top:3px solid var(--yellow);
}

.alx-homepage .alx-recommendation-strip__intro{
  min-width:0;
  padding:17px 20px;
  display:flex;
  align-items:center;
  gap:13px;
}

.alx-homepage .alx-recommendation-strip__intro-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;

  display:grid;
  place-items:center;

  color:var(--blue);
  background:#fff;

  border:1px solid var(--line);
  border-radius:50%;
}

.alx-homepage .alx-recommendation-strip__intro-icon svg{
  width:22px;
  height:22px;
}

.alx-homepage .alx-recommendation-strip__title{
  margin:0 0 4px;
  color:var(--heading);
  font-size:17px;
  line-height:1.25;
  font-weight:750;
}

.alx-homepage .alx-recommendation-strip__description{
  margin:0;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.45;
}

.alx-homepage .alx-recommendation-strip__options{
  min-width:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-left:1px solid var(--line);
}

.alx-homepage .alx-recommendation-option{
  min-width:0;
  padding:14px 12px;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;

  color:var(--heading);
  border-right:1px solid var(--line);

  font-size:12.5px;
  line-height:1.35;
  font-weight:650;

  transition:color .2s ease,background .2s ease;
}

.alx-homepage .alx-recommendation-option:hover{
  color:var(--blue);
  background:rgba(255,255,255,.72);
}

.alx-homepage .alx-recommendation-option__icon{
  width:28px;
  height:28px;
  flex:0 0 28px;

  display:grid;
  place-items:center;
  color:var(--blue);
}

.alx-homepage .alx-recommendation-option__icon svg{
  width:22px;
  height:22px;
}

.alx-homepage .alx-recommendation-option__text{
  min-width:0;
  overflow-wrap:anywhere;
}

.alx-homepage .alx-recommendation-strip__action{
  min-width:0;
  padding:14px;
  display:flex;
  align-items:center;
}

.alx-homepage .alx-button--recommendation{
  width:100%!important;
  min-width:0;
  min-height:52px;
  padding:11px 12px!important;
  white-space:normal;
  text-align:center;
  font-size:12.5px!important;
  line-height:1.3!important;
}


/* =========================================================
   03 + 04 — PRODUCT / SOLUTION CARDS
========================================================= */

.alx-homepage .alx-categories{
  padding:72px 0 68px;
  background:#fff;
}

.alx-homepage .alx-solutions{
  padding:72px 0;
  background:var(--soft);
}

.alx-homepage .alx-category-grid,
.alx-homepage .alx-solution-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

.alx-homepage .alx-category-card,
.alx-homepage .alx-solution-card{
  min-width:0;
  height:100%;

  display:flex;
  flex-direction:column;
  overflow:hidden;

  background:#fff;
  border:1px solid var(--line);

  transition:border-color .2s ease,box-shadow .2s ease;
}

.alx-homepage .alx-category-card{
  border-top:3px solid var(--heading);
}

.alx-homepage .alx-category-card:nth-child(even){
  border-top-color:var(--yellow);
}

.alx-homepage .alx-category-card:hover,
.alx-homepage .alx-solution-card:hover{
  border-color:#b9cad8;
  box-shadow:0 10px 28px rgba(11,35,71,.07);
}

.alx-homepage .alx-category-card__media{
  width:100%;
  aspect-ratio:16/10;

  background:
    var(--card-image)
    center/contain no-repeat
    var(--img);

  border-bottom:1px solid var(--line);
}

.alx-homepage .alx-solution-card__media{
  position:relative;
  width:100%;
  aspect-ratio:16/9;

  background:
    var(--solution-image)
    center/cover no-repeat
    #e9eef2;

  border-bottom:1px solid var(--line);
}

.alx-homepage .alx-solution-card__media::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:46px;
  height:3px;
  background:var(--yellow);
}

.alx-homepage .alx-category-card__content,
.alx-homepage .alx-solution-card__content{
  flex:1;
  min-height:0;

  padding:20px 18px 18px;

  display:flex;
  flex-direction:column;
}

.alx-homepage .alx-category-card h3,
.alx-homepage .alx-solution-card h3{
  min-height:2.56em;
  margin:0 0 9px;
  color:var(--heading);
  line-height:1.28;
  font-weight:750;
}

.alx-homepage .alx-category-card h3{
  font-size:19px;
}

.alx-homepage .alx-solution-card h3{
  font-size:18px;
}

.alx-homepage .alx-category-card p,
.alx-homepage .alx-solution-card p{
  margin:0 0 17px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.56;
}

.alx-homepage .alx-category-card .alx-text-link,
.alx-homepage .alx-solution-card .alx-text-link{
  margin-top:auto;
}


/* =========================================================
   05 — PRODUCT SUPPORT
========================================================= */

.alx-homepage .alx-matching{
  padding:74px 0;
  background:#fff;
}

.alx-homepage .alx-matching__panel{
  display:grid;
  grid-template-columns:minmax(330px,32%) minmax(0,1fr);
  overflow:hidden;

  background:linear-gradient(110deg,#f9fbfd,var(--soft-blue));
  border:1px solid var(--line);
}

.alx-homepage .alx-matching__media{
  min-height:420px;

  background:
    var(--matching-image)
    center/cover no-repeat
    #e9eef2;
}

.alx-homepage .alx-matching__content{
  min-width:0;
  padding:36px 38px 32px;

  display:flex;
  flex-direction:column;
  justify-content:center;
}

.alx-homepage .alx-matching__heading h2{
  margin:0 0 11px;
  color:var(--heading);
  font-size:37px;
  line-height:1.14;
  font-weight:750;
  letter-spacing:-.03em;
}

.alx-homepage .alx-matching__heading p{
  max-width:780px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.62;
}

.alx-homepage .alx-matching__track{
  position:relative;
  margin-top:30px;

  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.alx-homepage .alx-matching__track::before{
  content:"";
  position:absolute;
  top:28px;
  left:16.5%;
  right:16.5%;
  height:2px;

  background:
    linear-gradient(
      90deg,
      rgba(7,90,200,.18),
      var(--blue),
      rgba(7,90,200,.18)
    );
}

.alx-homepage .alx-matching-step{
  position:relative;
  z-index:1;
  min-width:0;
  padding-inline:10px;
  text-align:center;
}

.alx-homepage .alx-matching-step__node{
  position:relative;
  width:56px;
  height:56px;
  margin:0 auto 14px;
}

.alx-homepage .alx-matching-step__icon{
  width:56px;
  height:56px;

  display:grid;
  place-items:center;

  color:var(--blue);
  background:#fff;

  border:1px solid rgba(7,90,200,.24);
  border-radius:50%;
}

.alx-homepage .alx-matching-step__icon svg{
  width:25px;
  height:25px;

  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.alx-homepage .alx-matching-step__number{
  position:absolute;
  z-index:2;
  top:-7px;
  right:-13px;

  min-width:29px;
  height:21px;
  padding-inline:5px;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:var(--blue);

  border:2px solid var(--soft-blue);
  border-radius:12px;

  font-size:10px;
  font-weight:800;
}

.alx-homepage .alx-matching-step h3{
  margin:0 0 7px;
  color:var(--heading);
  font-size:15px;
  line-height:1.3;
  font-weight:750;
}

.alx-homepage .alx-matching-step p{
  max-width:210px;
  margin:0 auto;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.5;
}

.alx-homepage .alx-matching__footer{
  margin-top:27px;
  padding-top:19px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;

  border-top:1px solid rgba(11,35,71,.1);
}

.alx-homepage .alx-matching__check-note{
  max-width:620px;
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}


/* =========================================================
   06 — FAQ
========================================================= */

.alx-homepage .alx-faq{
  padding:70px 0 74px;
  background:var(--soft);
}

.alx-homepage .alx-faq__heading{
  margin-bottom:30px;
}

.alx-homepage .alx-faq__grid{
  width:min(100%,1080px);
  margin-inline:auto;
  display:grid;
  gap:12px;
}

.alx-homepage .alx-faq-item{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
}

.alx-homepage .alx-faq-item__heading{
  margin:0;
}

.alx-homepage .alx-faq-item__button{
  position:relative;

  width:100%;
  min-height:66px;
  padding:18px 58px 18px 20px;

  display:block;

  color:var(--heading);
  background:#fff;
  border:0;

  font:inherit;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
  text-align:left;

  overflow-wrap:anywhere;
  cursor:pointer;

  transition:color .2s ease,background .2s ease;
}

.alx-homepage .alx-faq-item__button:hover{
  color:var(--blue);
  background:#fbfdff;
}

.alx-homepage .alx-faq-item__button > span:first-child{
  display:block;
  min-width:0;
  max-width:100%;
}

.alx-homepage .alx-faq-item__icon{
  position:absolute;
  top:50%;
  right:20px;

  width:28px;
  height:28px;

  background:var(--soft-blue);
  border-radius:50%;
  transform:translateY(-50%);
}

.alx-homepage .alx-faq-item__icon::before,
.alx-homepage .alx-faq-item__icon::after,
.alx-homepage .alx-technical-toggle__icon::before,
.alx-homepage .alx-technical-toggle__icon::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  height:2px;
  background:var(--blue);
  transform:translate(-50%,-50%);
}

.alx-homepage .alx-faq-item__icon::before,
.alx-homepage .alx-faq-item__icon::after{
  width:11px;
}

.alx-homepage .alx-faq-item__icon::after,
.alx-homepage .alx-technical-toggle__icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}

.alx-homepage
.alx-faq-item__button[aria-expanded="true"]
.alx-faq-item__icon::after,
.alx-homepage
.alx-technical-toggle[aria-expanded="true"]
.alx-technical-toggle__icon::after{
  transform:translate(-50%,-50%);
}

.alx-homepage .alx-faq-item__answer[hidden],
.alx-homepage .alx-technical-fields[hidden],
.alx-homepage .alx-form-message[hidden]{
  display:none!important;
}

.alx-homepage .alx-faq-item__answer-inner{
  margin:0 20px;
  padding:15px 0 18px;
  border-top:1px solid rgba(11,35,71,.09);
}

.alx-homepage .alx-faq-item__answer p{
  max-width:900px;
  margin:0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.65;
}


/* =========================================================
   07 — INQUIRY
========================================================= */

.alx-homepage .alx-inquiry{
  padding:74px 0;
  background:var(--navy);
}

.alx-homepage .alx-inquiry__panel{
  display:grid;
  grid-template-columns:minmax(300px,34%) minmax(0,1fr);
  overflow:hidden;

  background:var(--soft);
  box-shadow:0 18px 44px rgba(0,18,44,.15);
}

.alx-homepage .alx-inquiry__intro{
  padding:44px 36px;
  color:#fff;

  background:
    radial-gradient(
      circle at 12% 4%,
      rgba(7,90,200,.32),
      transparent 38%
    ),
    var(--navy);
}

.alx-homepage .alx-inquiry__eyebrow{
  display:block;
  margin-bottom:12px;
  color:var(--yellow);
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
}

.alx-homepage .alx-inquiry__intro h2{
  margin:0 0 15px;
  color:#fff;
  font-size:36px;
  line-height:1.15;
  font-weight:750;
  letter-spacing:-.03em;
}

.alx-homepage .alx-inquiry__lead{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:14px;
  line-height:1.65;
}

.alx-homepage .alx-inquiry__support{
  margin:27px 0 0;
  padding:0;
  display:grid;
  gap:12px;
  list-style:none;
}

.alx-homepage .alx-inquiry__support li{
  display:flex;
  align-items:center;
  gap:9px;
  color:rgba(255,255,255,.92);
  font-size:13.5px;
  font-weight:650;
}

.alx-homepage .alx-inquiry__support li span{
  width:22px;
  height:22px;
  flex:0 0 22px;

  display:grid;
  place-items:center;

  color:#fff;
  background:var(--blue);

  border-radius:50%;
  font-size:11px;
}

.alx-homepage .alx-inquiry__intro-note{
  margin-top:28px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.16);
}

.alx-homepage .alx-inquiry__intro-note p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:12.5px;
  line-height:1.55;
}

.alx-homepage .alx-inquiry__form-area{
  min-width:0;
  padding:36px;
  background:var(--soft);
}

.alx-homepage .alx-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px 18px;
}

.alx-homepage .alx-form-field{
  min-width:0;
}

.alx-homepage .alx-form-field--full{
  grid-column:1/-1;
}

.alx-homepage .alx-form-field label{
  display:block;
  margin-bottom:6px;
  color:var(--heading);
  font-size:12.5px;
  font-weight:750;
}

.alx-homepage .alx-form-field label span{
  color:#c94040;
}

.alx-homepage .alx-form-field input,
.alx-homepage .alx-form-field select,
.alx-homepage .alx-form-field textarea{
  width:100%;
  min-height:48px;
  padding:11px 13px;

  color:var(--heading);
  background:#fff;

  border:1px solid #ccd9e4;
  border-radius:4px;

  font:inherit;
  font-size:13.5px;
  line-height:1.45;
}

.alx-homepage .alx-form-field textarea{
  min-height:100px;
  resize:vertical;
}

.alx-homepage .alx-form-field input:focus,
.alx-homepage .alx-form-field select:focus,
.alx-homepage .alx-form-field textarea:focus,
.alx-homepage .alx-file-upload:focus-within{
  outline:0;
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(7,90,200,.1);
}

.alx-homepage .alx-form-field small{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:10.5px;
  line-height:1.45;
}


/* File upload */

.alx-homepage .alx-file-upload{
  position:relative;

  width:100%;
  min-height:48px;

  display:flex;
  align-items:center;
  overflow:hidden;

  background:#fff;
  border:1px solid #ccd9e4;
  border-radius:4px;
}

.alx-homepage .alx-file-upload__input{
  position:absolute;

  width:1px!important;
  height:1px!important;
  padding:0!important;

  opacity:0;
  pointer-events:none;
}

.alx-homepage .alx-file-upload__button{
  align-self:stretch;
  flex:0 0 auto;

  margin:0!important;
  padding:0 15px;

  display:flex!important;
  align-items:center;

  color:var(--heading)!important;
  background:var(--soft-blue);

  border-right:1px solid #ccd9e4;

  font-size:12.5px!important;
  font-weight:700!important;

  cursor:pointer;
  user-select:none;
}

.alx-homepage .alx-file-upload__button:hover{
  color:var(--blue)!important;
  background:#e6f0fa;
}

.alx-homepage .alx-file-upload__name{
  min-width:0;
  padding:0 13px;
  color:var(--muted);
  font-size:12.5px;

  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


/* Technical details */

.alx-homepage .alx-technical-toggle{
  width:100%;
  min-height:47px;

  margin-top:20px;
  padding:11px 14px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;

  color:var(--blue);
  background:var(--soft-blue);

  border:1px solid rgba(7,90,200,.18);
  border-radius:4px;

  font:inherit;
  font-size:13px;
  font-weight:750;
  text-align:left;

  cursor:pointer;
}

.alx-homepage .alx-technical-toggle__icon{
  position:relative;

  width:22px;
  height:22px;
  flex:0 0 22px;

  background:#fff;
  border-radius:50%;
}

.alx-homepage .alx-technical-toggle__icon::before,
.alx-homepage .alx-technical-toggle__icon::after{
  width:10px;
}

.alx-homepage .alx-technical-fields{
  margin-top:16px;
  padding:19px;
  background:#fff;
  border:1px solid var(--line);
}

.alx-homepage .alx-form-actions{
  margin-top:22px;
  display:flex;
  align-items:center;
  gap:17px;
}

.alx-homepage .alx-form-submit{
  min-width:160px;
}

.alx-homepage .alx-form-privacy{
  margin:0;
  color:var(--muted);
  font-size:11.5px;
  line-height:1.45;
}

.alx-homepage .alx-form-message{
  margin-top:16px;
  padding:12px 14px;
  font-size:12.5px;
  line-height:1.5;
}

.alx-homepage .alx-form-message.is-error{
  color:#8f2424;
  background:#fff0f0;
  border:1px solid #efcaca;
}

.alx-homepage .alx-form-message.is-info{
  color:#174a82;
  background:#edf5ff;
  border:1px solid #c8ddf5;
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width:768px) and (max-width:1024px){

  .alx-homepage .alx-container{
    width:calc(100% - 40px);
  }

  .alx-homepage .alx-section-heading h2{
    font-size:35px;
  }


  /* Hero */

  .alx-homepage .alx-hero{
    min-height:520px;
  }

  .alx-homepage .alx-hero__content{
    width:66%;
  }

  .alx-homepage .alx-hero__title{
    font-size:40px;
  }


  /* Quick entry */

  .alx-homepage .alx-recommendation-strip__panel{
    grid-template-columns:minmax(0,1fr) 215px;

    grid-template-areas:
      "intro action"
      "options options";
  }

  .alx-homepage .alx-recommendation-strip__intro{
    grid-area:intro;
  }

  .alx-homepage .alx-recommendation-strip__options{
    grid-area:options;
    border-top:1px solid var(--line);
    border-left:0;
  }

  .alx-homepage .alx-recommendation-strip__action{
    grid-area:action;
  }


  /* Cards */

  .alx-homepage .alx-category-grid,
  .alx-homepage .alx-solution-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }


  /* Product support */

  .alx-homepage .alx-matching__panel{
    display:block;
  }

  .alx-homepage .alx-matching__media{
    min-height:300px;
  }

  .alx-homepage .alx-matching__content{
    padding:32px 28px;
  }


  /* Inquiry */

  .alx-homepage .alx-inquiry__panel{
    grid-template-columns:minmax(250px,33%) minmax(0,1fr);
  }

  .alx-homepage .alx-inquiry__intro{
    padding:36px 26px;
  }

  .alx-homepage .alx-inquiry__form-area{
    padding:30px 26px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px){

  .alx-homepage .alx-container{
    width:calc(100% - 32px);
  }

  .alx-homepage .alx-section-heading{
    margin-bottom:24px;
    text-align:left;
  }

  .alx-homepage .alx-section-heading h2{
    font-size:30px;
  }

  .alx-homepage .alx-section-heading p{
    font-size:14px;
  }

  .alx-homepage .alx-section-eyebrow{
    margin-bottom:10px;
    font-size:11.5px;
  }


  /* =====================================================
     MOBILE HERO
     Pure-color content area + image below buttons
  ===================================================== */

  .alx-homepage .alx-hero{
    min-height:auto;
    display:block;
    overflow:hidden;

    color:var(--heading);
    background:#f1f6f9;
  }

  .alx-homepage .alx-hero__background{
    position:absolute;

    top:auto;
    left:0;
    right:0;
    bottom:0;

    height:clamp(310px,88vw,400px);

    background:
      url("https://alarionex.com/wp-content/uploads/2026/09/home_home-hero-mobile-final-e1788845313434.webp")
      center top/100% auto no-repeat;
  }

  .alx-homepage .alx-hero__inner{
    position:relative;
    z-index:1;

    min-height:auto;

    padding-top:30px;
    padding-bottom:calc(clamp(310px,88vw,400px) + 26px);
  }

  .alx-homepage .alx-hero__content{
    width:100%;
    max-width:none;
  }

  .alx-homepage .alx-hero__title{
    max-width:390px;
    margin-bottom:15px;

    color:var(--heading);

    font-size:clamp(30px,8.4vw,35px);
    line-height:1.13;
  }

  .alx-homepage .alx-hero__description{
    max-width:380px;
    margin-bottom:21px;

    color:var(--text);

    font-size:14px;
    line-height:1.52;
  }

  .alx-homepage .alx-hero__actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .alx-homepage .alx-hero__actions .alx-button{
    width:100%!important;
    flex:1 1 auto!important;
  }

  .alx-homepage .alx-button--secondary{
    color:var(--blue)!important;
    background:#fff;
    border-color:var(--blue);
  }

  .alx-homepage .alx-button--secondary:hover{
    color:var(--blue)!important;
    background:#fff;
    border-color:var(--blue-hover);
  }


  /* Quick entry */

  .alx-homepage .alx-recommendation-strip{
    padding-top:12px;
  }

  .alx-homepage
  .alx-recommendation-strip
  .alx-container{
    width:calc(100% - 24px);
  }

  .alx-homepage .alx-recommendation-strip__panel{
    display:block;
  }

  .alx-homepage .alx-recommendation-strip__intro{
    padding:15px 14px;
  }

  .alx-homepage .alx-recommendation-strip__options{
    display:block;
    border-top:1px solid var(--line);
    border-left:0;
  }

  .alx-homepage .alx-recommendation-option{
    min-height:54px;
    padding:10px 14px;

    justify-content:flex-start;

    border-right:0;
    border-bottom:1px solid var(--line);

    font-size:13.5px;
  }

  .alx-homepage .alx-recommendation-option:last-child{
    border-bottom:0;
  }

  .alx-homepage .alx-recommendation-strip__action{
    padding:13px 14px 15px;
  }


  /* Content */

  .alx-homepage .alx-categories,
  .alx-homepage .alx-solutions,
  .alx-homepage .alx-matching,
  .alx-homepage .alx-faq{
    padding:52px 0;
  }

  .alx-homepage .alx-category-grid,
  .alx-homepage .alx-solution-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .alx-homepage .alx-category-card__media{
    aspect-ratio:16/9;
  }

  .alx-homepage .alx-category-card__content,
  .alx-homepage .alx-solution-card__content{
    min-height:0;
    padding:18px 17px;
  }

  .alx-homepage .alx-category-card h3,
  .alx-homepage .alx-solution-card h3{
    min-height:0;
  }


  /* Product support */

  .alx-homepage .alx-matching__panel{
    display:block;
  }

  .alx-homepage .alx-matching__media{
    min-height:225px;
  }

  .alx-homepage .alx-matching__content{
    padding:26px 19px 28px;
  }

  .alx-homepage .alx-matching__heading h2{
    font-size:29px;
  }

  .alx-homepage .alx-matching__track{
    margin-top:27px;
    grid-template-columns:1fr;
    gap:0;
  }

  .alx-homepage .alx-matching__track::before{
    display:none;
  }

  .alx-homepage .alx-matching-step{
    position:relative;

    min-height:112px;
    padding:0 0 27px;

    display:grid;
    grid-template-columns:56px minmax(0,1fr);
    grid-template-areas:
      "node title"
      "node desc";

    column-gap:15px;
    text-align:left;
  }

  .alx-homepage
  .alx-matching-step:not(:last-child)::after{
    content:"";
    position:absolute;

    top:56px;
    bottom:0;
    left:28px;

    width:2px;

    background:
      linear-gradient(
        var(--blue),
        rgba(7,90,200,.18)
      );
  }

  .alx-homepage .alx-matching-step:last-child{
    min-height:0;
    padding-bottom:0;
  }

  .alx-homepage .alx-matching-step__node{
    grid-area:node;
    margin:0;
  }

  .alx-homepage .alx-matching-step h3{
    grid-area:title;
    margin:4px 0 6px;
    font-size:17px;
    text-align:left;
  }

  .alx-homepage .alx-matching-step p{
    grid-area:desc;
    max-width:none;
    margin:0;
    font-size:13.5px;
    text-align:left;
  }

  .alx-homepage .alx-matching__footer{
    margin-top:25px;
    padding-top:17px;
    display:block;
  }

  .alx-homepage
  .alx-matching__footer
  .alx-text-link{
    margin-top:14px;
  }


  /* FAQ */

  .alx-homepage .alx-faq__grid{
    width:100%;
    gap:10px;
  }

  .alx-homepage .alx-faq-item__button{
    min-height:64px;
    padding:15px 52px 15px 15px;
    font-size:14px;
  }

  .alx-homepage .alx-faq-item__icon{
    right:14px;
    width:27px;
    height:27px;
  }

  .alx-homepage .alx-faq-item__answer-inner{
    margin-inline:15px;
  }


  /* Inquiry */

  .alx-homepage .alx-inquiry{
    padding:52px 0;
  }

  .alx-homepage .alx-inquiry__panel{
    display:block;
  }

  .alx-homepage .alx-inquiry__intro{
    padding:31px 22px;
  }

  .alx-homepage .alx-inquiry__intro h2{
    font-size:30px;
  }

  .alx-homepage .alx-inquiry__form-area{
    padding:27px 18px 29px;
  }

  .alx-homepage .alx-form-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .alx-homepage .alx-form-field--full{
    grid-column:auto;
  }

  .alx-homepage .alx-technical-fields{
    padding:16px 14px;
  }

  .alx-homepage .alx-form-actions{
    display:block;
  }

  .alx-homepage .alx-form-submit{
    width:100%!important;
  }

  .alx-homepage .alx-form-privacy{
    margin-top:11px;
    text-align:center;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px){

  .alx-homepage .alx-container{
    width:calc(100% - 28px);
  }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.alx-homepage a:focus-visible,
.alx-homepage button:focus-visible,
.alx-homepage input:focus-visible,
.alx-homepage select:focus-visible,
.alx-homepage textarea:focus-visible{
  outline:3px solid rgba(245,181,22,.55);
  outline-offset:3px;
}

@media (prefers-reduced-motion:reduce){

  .alx-homepage *,
  .alx-homepage *::before,
  .alx-homepage *::after{
    transition:none!important;
  }

}/* End custom CSS */