.elementor-7 .elementor-element.elementor-element-b074eb0{--display:flex;}.elementor-7 .elementor-element.elementor-element-4321922{width:100%;max-width:100%;top:0px;}.elementor-7 .elementor-element.elementor-element-4321922.elementor-element{--flex-grow:1;--flex-shrink:0;}body:not(.rtl) .elementor-7 .elementor-element.elementor-element-4321922{left:0px;}body.rtl .elementor-7 .elementor-element.elementor-element-4321922{right:0px;}/* Start custom CSS for html, class: .elementor-element-4321922 */.asu-site{
  --primary:#0f172a;
  --secondary:#1e3a5f;
  --accent:#d4a017;
  --accent-dark:#b58510;
  --bg:#f8fafc;
  --white:#ffffff;
  --text:#111827;
  --muted:#6b7280;
  --line:#dbe2ea;
  --line-soft:#e8edf3;
  --shadow:0 16px 40px rgba(15,23,42,.08);
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:12px;
  --max:1320px;
  --max-wide:1440px;
  --font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;

  font-family:var(--font);
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
}

.asu-site,
.asu-site *{
  box-sizing:border-box;
}

.asu-site a{
  color:inherit;
  text-decoration:none;
}

.asu-site img{
  max-width:100%;
  display:block;
}

.asu-container{
  width:min(var(--max), calc(100% - 36px));
  margin:0 auto;
}

.asu-containerWide{
  width:min(var(--max-wide), calc(100% - 36px));
  margin:0 auto;
}

/* Header */
.asu-header{
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line-soft);
}

.asu-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
}

.asu-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:260px;
}

.asu-logo{
  width:46px;
  height:46px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--white);
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.asu-logo img{
  width:28px;
  height:28px;
  object-fit:contain;
}

.asu-brandText{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.asu-brandText strong{
  font-size:14px;
  line-height:1.15;
  color:var(--primary);
}

.asu-brandText em{
  font-style:normal;
  font-size:12px;
  line-height:1.15;
  color:var(--muted);
}

.asu-menu{
  display:flex;
  align-items:center;
  gap:6px;
}

.asu-menu a{
  padding:10px 12px;
  border-radius:10px;
  font-size:14px;
  font-weight:600;
  color:var(--text);
  transition:all .2s ease;
}

.asu-menu a:hover{
  background:#eef3f8;
  color:var(--primary);
}

.asu-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.asu-mobileToggle{
  display:none;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--white);
  color:var(--primary);
  font-weight:700;
  cursor:pointer;
}

.asu-mobileMenu{
  display:none;
  padding:0 0 12px;
}

.asu-mobileMenu a{
  display:block;
  margin-top:8px;
  padding:12px;
  border-radius:12px;
  background:var(--white);
  border:1px solid var(--line-soft);
}

.asu-mobileMenu.asu-show{
  display:block;
}

.asu-mobileCta{
  margin-top:10px;
}

/* Top bar */
.asu-topbar{
  background:linear-gradient(90deg, var(--primary), var(--secondary));
  color:#fff;
  padding:10px 0;
}

.asu-topbar p{
  margin:0;
  font-size:14px;
  text-align:center;
  color:rgba(255,255,255,.92);
}

/* Buttons */
.asu-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px;
  border-radius:999px;
  border:1px solid var(--line);
  background:var(--white);
  color:var(--primary);
  font-weight:700;
  cursor:pointer;
  transition:all .25s ease;
}

.asu-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(15,23,42,.08);
}

.asu-btnPrimary{
  background:linear-gradient(180deg, var(--accent), var(--accent-dark));
  border-color:transparent;
  color:#fff;
}

.asu-btnPrimary:hover{
  filter:brightness(1.04);
}

/* Generic */
.asu-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:#edf3fa;
  border:1px solid #dbe7f2;
  color:var(--secondary);
  font-size:12px;
  font-weight:800;
  letter-spacing:.2px;
}

.asu-kicker{
  display:inline-block;
  margin-bottom:10px;
  color:var(--accent-dark);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.8px;
}

.asu-kickerSmall{
  display:inline-block;
  margin-bottom:8px;
  color:var(--accent-dark);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.asu-section{
  padding:56px 0;
}

.asu-sectionHead{
  margin-bottom:24px;
}

.asu-sectionHeadCenter{
  text-align:center;
}

.asu-sectionHead h2{
  margin:0;
  font-size:clamp(28px, 3.2vw, 42px);
  line-height:1.12;
  color:var(--primary);
}

.asu-sectionHead p{
  margin:10px 0 0;
  color:var(--muted);
  font-size:15px;
  max-width:760px;
}

.asu-sectionHeadCenter p{
  margin-left:auto;
  margin-right:auto;
}

/* Hero */
.asu-hero{
  padding:56px 0 36px;
  background:
    radial-gradient(900px 320px at 10% 0%, rgba(212,160,23,.10), transparent 55%),
    radial-gradient(900px 320px at 90% 0%, rgba(30,58,95,.08), transparent 55%),
    var(--bg);
}

.asu-heroGrid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
}

.asu-heroContent h1{
  margin:14px 0 16px;
  font-size:clamp(34px, 4.4vw, 60px);
  line-height:1.04;
  color:var(--primary);
}

.asu-heroContent p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:16px;
  max-width:65ch;
}

.asu-heroLead{
  font-size:17px;
}

.asu-heroCtas{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

.asu-linkRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.asu-linkRow a{
  padding:9px 13px;
  border-radius:999px;
  background:#eef3f8;
  border:1px solid #dde7f0;
  font-size:13px;
  font-weight:700;
  color:var(--secondary);
}

.asu-heroVisual{
  display:grid;
  gap:16px;
}

.asu-heroCard{
  background:var(--white);
  border:1px solid var(--line-soft);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.asu-heroCardMain{
  min-height:320px;
}

.asu-heroCardMain img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.asu-heroStats{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}

.asu-statBox{
  background:var(--white);
  border:1px solid var(--line-soft);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:18px;
}

.asu-statBox h3{
  margin:0 0 8px;
  font-size:18px;
  color:var(--primary);
}

.asu-statBox p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* Strip */
.asu-strip{
  padding:10px 0 0;
}

.asu-stripGrid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}

.asu-stripItem{
  background:var(--white);
  border:1px solid var(--line-soft);
  border-radius:16px;
  padding:16px 18px;
  text-align:center;
  font-weight:700;
  color:var(--secondary);
  box-shadow:var(--shadow);
}

/* Panels */
.asu-panel,
.asu-featureCard,
.asu-areaCard,
.asu-highlightPanel,
.asu-contactCard,
.asu-faqItem,
.asu-productCard{
  background:var(--white);
  border:1px solid var(--line-soft);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
}

.asu-aboutGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.asu-panel{
  padding:24px;
}

.asu-panel p{
  margin:0;
  color:var(--muted);
  font-size:15px;
}

/* Products */
.asu-productsSection{
  background:linear-gradient(180deg, transparent, rgba(255,255,255,.6));
}

.asu-productGrid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:22px;
}

.asu-productCard{
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease;
}

.asu-productCard:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 44px rgba(15,23,42,.11);
}

.asu-productCardLink{
  display:block;
}

.asu-productImage{
  aspect-ratio:4 / 3;
  overflow:hidden;
  background:#eef3f8;
}

.asu-productImage img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}

.asu-productCard:hover .asu-productImage img{
  transform:scale(1.05);
}

.asu-productBody{
  padding:20px;
}

.asu-productBody h3{
  margin:0 0 10px;
  font-size:24px;
  color:var(--primary);
}

.asu-productBody p{
  margin:0;
  color:var(--muted);
  font-size:14.5px;
}

.asu-productActions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:0 20px 20px;
}

/* Why */
.asu-whyGrid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}

.asu-featureCard{
  padding:22px;
}

.asu-featureCard h3{
  margin:0 0 8px;
  font-size:20px;
  color:var(--primary);
}

.asu-featureCard p{
  margin:0;
  color:var(--muted);
}

/* Areas */
.asu-areaGrid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}

.asu-areaCard{
  padding:20px;
  font-weight:700;
  color:var(--secondary);
  text-align:center;
}

/* Highlight panel */
.asu-highlightPanel{
  padding:28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  background:
    linear-gradient(135deg, rgba(15,23,42,.96), rgba(30,58,95,.94));
  color:#fff;
}

.asu-highlightPanel h2{
  margin:0;
  font-size:clamp(26px, 3vw, 38px);
  line-height:1.12;
}

.asu-highlightPanel p{
  margin:10px 0 0;
  color:rgba(255,255,255,.84);
}

.asu-highlightPanel .asu-kicker{
  color:#f4ca63;
}

.asu-highlightActions{
  flex:0 0 auto;
}

/* FAQ */
.asu-faqWrap{
  display:grid;
  gap:14px;
}

.asu-faqItem{
  overflow:hidden;
}

.asu-faqItem summary{
  list-style:none;
  cursor:pointer;
  padding:18px 22px;
  font-weight:800;
  color:var(--primary);
}

.asu-faqItem summary::-webkit-details-marker{
  display:none;
}

.asu-faqItem p{
  padding:0 22px 18px;
  margin:0;
  color:var(--muted);
}

/* Contact */
.asu-contactGrid{
  display:grid;
  grid-template-columns:5fr 7fr;
  gap:20px;
}

.asu-contactCard{
  padding:24px;
}

.asu-infoItem{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:14px 0;
  border-bottom:1px solid var(--line-soft);
}

.asu-infoItem strong{
  color:var(--primary);
  font-size:14px;
}

.asu-infoItem a,
.asu-infoItem span{
  color:var(--muted);
}

.asu-contactButtons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

#asuQuoteForm{
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  gap:14px;
  margin-top:16px;
}

.asu-field{
  grid-column:span 6;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.asu-field.asu-full{
  grid-column:span 12;
}

#asuQuoteForm label{
  font-size:12.5px;
  font-weight:700;
  color:var(--primary);
}

#asuQuoteForm input,
#asuQuoteForm select,
#asuQuoteForm textarea{
  width:100%;
  padding:14px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fbfdff;
  color:var(--text);
  outline:none;
  font-size:14px;
  transition:border-color .2s ease, box-shadow .2s ease;
}

#asuQuoteForm input:focus,
#asuQuoteForm select:focus,
#asuQuoteForm textarea:focus{
  border-color:#b9cbe0;
  box-shadow:0 0 0 4px rgba(30,58,95,.08);
}

#asuQuoteForm textarea{
  min-height:140px;
  resize:vertical;
}

.asu-formActions{
  grid-column:span 12;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.asu-formHint{
  color:var(--muted);
  font-size:12.5px;
}

/* Footer */
.asu-footer{
  background:var(--primary);
  color:#fff;
  padding:28px 0;
  margin-top:10px;
}

.asu-footerGrid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.2fr;
  gap:20px;
  align-items:start;
}

.asu-footerBrand{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.asu-footerBrand strong{
  display:block;
  font-size:15px;
}

.asu-footerBrand span{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.7);
  font-size:13px;
}

.asu-footerLinks{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.asu-footerLinks a{
  color:rgba(255,255,255,.85);
  font-weight:600;
}

.asu-footerCopy{
  color:rgba(255,255,255,.7);
  font-size:13px;
  line-height:1.7;
}

.asu-footerCopy a{
  color:#f4ca63;
  font-weight:700;
}

/* WA Float */
.asu-waFloat{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:99;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 16px;
  border-radius:999px;
  background:#25D366;
  color:#0f172a;
  font-weight:800;
  box-shadow:0 14px 30px rgba(0,0,0,.16);
}

/* Reveal */
.asu-reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .55s ease, transform .55s ease;
}

.asu-reveal.asu-show{
  opacity:1;
  transform:translateY(0);
}

/* Safe click */
.asu-productActions,
.asu-quoteBtn{
  position:relative;
  z-index:4;
}

/* Responsive */
@media (max-width: 1180px){
  .asu-productGrid{
    grid-template-columns:repeat(2, 1fr);
  }

  .asu-heroGrid{
    grid-template-columns:1fr;
  }

  .asu-heroStats{
    grid-template-columns:1fr 1fr 1fr;
  }

  .asu-footerGrid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 980px){
  .asu-menu{
    display:none;
  }

  .asu-mobileToggle{
    display:inline-flex;
  }

  .asu-cta{
    display:none !important;
  }

  .asu-brandText{
    display:none !important;
  }

  .asu-stripGrid,
  .asu-whyGrid,
  .asu-areaGrid,
  .asu-aboutGrid{
    grid-template-columns:1fr 1fr;
  }

  .asu-contactGrid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .asu-container,
  .asu-containerWide{
    width:min(100%, calc(100% - 20px));
  }

  .asu-section{
    padding:38px 0;
  }

  .asu-topbar p{
    font-size:13px;
  }

  .asu-hero{
    padding:34px 0 22px;
  }

  .asu-heroStats,
  .asu-stripGrid,
  .asu-aboutGrid,
  .asu-productGrid,
  .asu-whyGrid,
  .asu-areaGrid,
  .asu-footerGrid{
    grid-template-columns:1fr;
  }

  .asu-highlightPanel{
    flex-direction:column;
    align-items:flex-start;
  }

  .asu-field{
    grid-column:span 12;
  }

  .asu-waFloat{
    padding:12px 14px;
  }
}/* End custom CSS */