.elementor-311 .elementor-element.elementor-element-69600dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-185937a */.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;
  --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;
}

/* 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;
}

/* 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-sectionCompact{
  padding:26px 0 56px;
}

.asu-sectionHead{
  margin-bottom:24px;
}

.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;
}

/* Breadcrumb */
.asu-breadcrumbWrap{
  padding:16px 0 0;
}

.asu-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:var(--muted);
  font-size:13px;
}

.asu-breadcrumb a{
  color:var(--primary);
  font-weight:600;
}

/* Hero */
.asu-productHero{
  padding:34px 0 34px;
  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-productHeroGrid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:28px;
  align-items:center;
}

.asu-productHeroContent h1{
  margin:14px 0 16px;
  font-size:clamp(34px, 4.2vw, 58px);
  line-height:1.04;
  color:var(--primary);
}

.asu-productHeroContent p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:16px;
  max-width:65ch;
}

.asu-lead{
  font-size:17px;
}

.asu-productHeroActions{
  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-productHeroMedia{
  display:grid;
  gap:16px;
}

.asu-productImageCard{
  background:var(--white);
  border:1px solid var(--line-soft);
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow);
  min-height:340px;
}

.asu-productImageCard img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.asu-productQuickStats{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}

.asu-quickStat{
  background:var(--white);
  border:1px solid var(--line-soft);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:18px;
}

.asu-quickStat h3{
  margin:0 0 8px;
  font-size:18px;
  color:var(--primary);
}

.asu-quickStat p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* Panels and cards */
.asu-panel,
.asu-card,
.asu-featureCard,
.asu-areaCard,
.asu-highlightPanel,
.asu-contactCard,
.asu-faqItem{
  background:var(--white);
  border:1px solid var(--line-soft);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
}

.asu-overviewGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.asu-panel{
  padding:24px;
}

.asu-panel p{
  margin:0;
  color:var(--muted);
  font-size:15px;
}

.asu-cardGrid{
  display:grid;
  gap:20px;
}

.asu-cardGrid-4{
  grid-template-columns:repeat(4, 1fr);
}

.asu-card{
  padding:22px;
}

.asu-card h3{
  margin:0 0 10px;
  font-size:22px;
  color:var(--primary);
}

.asu-card p{
  margin:0 0 12px;
  color:var(--muted);
}

.asu-card ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
}

.asu-card li{
  margin:7px 0;
}

/* Table */
.asu-specTableWrap{
  background:var(--white);
  border:1px solid var(--line-soft);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
  overflow:auto;
}

.asu-specTable{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.asu-specTable th,
.asu-specTable td{
  padding:16px 18px;
  text-align:left;
  border-bottom:1px solid var(--line-soft);
  font-size:14px;
}

.asu-specTable th{
  background:#f7fafc;
  color:var(--primary);
  font-weight:800;
}

.asu-specTable td{
  color:var(--muted);
}

.asu-specTable tbody tr:last-child td{
  border-bottom:none;
}

/* Feature cards */
.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);
}

/* Area */
.asu-areaGrid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}

.asu-areaCard{
  padding:20px;
  text-align:center;
  font-weight:700;
  color:var(--secondary);
}

/* Highlight */
.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-relatedLinks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.asu-relatedLinks a{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-weight:700;
}

/* 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);
}

/* Responsive */
@media (max-width: 1180px){
  .asu-productHeroGrid{
    grid-template-columns:1fr;
  }

  .asu-productQuickStats{
    grid-template-columns:1fr 1fr 1fr;
  }

  .asu-cardGrid-4{
    grid-template-columns: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-overviewGrid,
  .asu-areaGrid{
    grid-template-columns:1fr 1fr;
  }

  .asu-contactGrid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .asu-container{
    width:min(100%, calc(100% - 20px));
  }

  .asu-section{
    padding:38px 0;
  }

  .asu-productHero{
    padding:26px 0 26px;
  }

  .asu-overviewGrid,
  .asu-cardGrid-4,
  .asu-areaGrid,
  .asu-productQuickStats,
  .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 */