:root{
  --blue: #0A4DFF;
  --blue2:#2A7CFF;
  --ink:  #070A12;
  --black:#0B0F18;
  --white:#FFFFFF;
  --muted:#C9D2E3;
  --line: rgba(255,255,255,.08);
  --glass: rgba(255,255,255,.06);
  --shadow: 0 18px 60px rgba(0,0,0,.45);
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
  background: radial-gradient(900px 500px at 10% 0%, rgba(10,77,255,.20), transparent 62%),
              radial-gradient(700px 420px at 90% 12%, rgba(42,124,255,.12), transparent 55%),
              linear-gradient(180deg, #060814 0%, #070A12 40%, #05060b 100%);
  color: var(--white);
  line-height:1.55;
}

a{ color: inherit; text-decoration:none; }
.container{ max-width:1200px; margin:0 auto; padding:0 20px; }

/* Header */
.site-header{
  position: sticky;
  top:0;
  z-index:50;
  background: linear-gradient(180deg, #F6F8FC 0%, #EEF2F9 100%);
  backdrop-filter: none;
  border-bottom: 1px solid rgba(10,16,32,.08);
  box-shadow: 0 4px 20px rgba(10,16,32,.06);
}
.nav{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
}
.brand-mark{
  width:12px;
  height:12px;
  border-radius:4px;
  background: linear-gradient(135deg, var(--blue) 0%, #7aa7ff 100%);
  box-shadow: 0 0 22px rgba(10,77,255,.55);
}
.brand-text{
  font-weight:800;
  letter-spacing:.14em;
  text-transform: uppercase;
  font-size:16px;
  color: #1C355E;
}

.menu{
  display:flex;
  align-items:center;
  gap:18px;
}
.menu a{
  height:40px;
  display:flex;
  align-items:center;
  color: rgba(10,16,32,.75);
  font-size:14px;
  transition: color .25s ease;
}
.menu a:hover{ color: rgba(10,16,32,.95); }

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(10,77,255,.45);
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.02);
  transition: transform .18s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  font-size:14px;
  cursor:pointer;
}
.btn:hover{
  transform: translateY(-1px);
  border-color: rgba(10,77,255,.75);
  box-shadow: 0 10px 30px rgba(10,77,255,.18);
}
.btn.primary{
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue2) 100%);
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 14px 40px rgba(10,77,255,.22);
}
.btn.primary:hover{
  box-shadow: 0 18px 54px rgba(10,77,255,.30);
}
.btn.ghost{
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
}

/* Mobile menu */
.mobile-toggle{
  display:none;
  border:none;
  background: transparent;
  color: rgba(255,255,255,.92);
  font-size: 24px;
  cursor:pointer;
}
.mobile-menu{
  display:none;
  padding: 16px 20px 22px;
  border-top: 1px solid var(--line);
  background: rgba(7,10,18,.82);
}
.mobile-menu a{
  display:block;
  padding: 12px 0;
  color: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.mobile-menu a:hover{ color: rgba(255,255,255,.98); }
.mobile-menu .btn{ margin-top: 14px; width: 100%; }

/* Sections */
section{ padding: 40px 0;
background: linear-gradient(180deg, #070A12 0%, #0B0F18 100%); }
.section-light{
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(10,77,255,.10), transparent 60%),
    linear-gradient(180deg, #F6F8FC 0%, #EEF2F9 100%);
  color: #0a1020;
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.section-head h2{
  margin:0;
  font-size: 34px;
  letter-spacing: -0.02em;
}
.section-intro{
  margin:0;
  max-width: 780px;
  color: rgba(255,255,255,.74);
}
.section-intro-light{
  color: rgba(10,16,32,.76);
}

/* Hero */
.hero{
  position:relative;
  overflow:hidden;
  padding: 86px 0 60px;
}
.hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
#dotGrid{
  width:100%;
  height:100%;
  display:block;
  opacity:.88;
  filter: blur(.25px);
}
.aurora{
  position:absolute;
  inset:-40% -40%;
  border-radius: 50%;
  filter: blur(40px);
  opacity:.9;
}
.aurora.a1{
  background: radial-gradient(circle at 30% 40%, rgba(10,77,255,.30), transparent 55%);
  transform: translate(-12%, -18%);
}
.aurora.a2{
  background: radial-gradient(circle at 70% 30%, rgba(120,170,255,.18), transparent 58%);
  transform: translate(18%, -10%);
}
.grid-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity:.12;
  mask-image: radial-gradient(60% 60% at 50% 20%, black 0%, transparent 72%);
}
.noise{
  position:absolute;
  inset:0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  opacity:.06;
  mix-blend-mode: overlay;
}

.hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 28px;
  align-items: center;
}
.hero-single.hero-inner{
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
}
.hero h1{
  margin: 10px 0 16px;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.lead{
  margin:0 0 22px;
  max-width: 780px;
  color: rgba(255,255,255,.74);
  font-size: 16px;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.86);
  font-size: 12px;
}
.badge-dot{
  width:8px; height:8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 16px rgba(10,77,255,.65);
}

.cta-row{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 6px; }

.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 18px;
}
.trust-pill{
  padding: 8px 10px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.78);
  font-size: 12px;
}

/* Hero panel */
.hero-panel .panel-card{
  border-radius: 18px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)),
    radial-gradient(1000px 400px at 20% 0%, rgba(10,77,255,.18), transparent 60%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
}
.panel-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.panel-kicker{
  font-size: 12px;
  color: rgba(255,255,255,.70);
}
.panel-chip{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(10,77,255,.12);
  border: 1px solid rgba(10,77,255,.28);
  color: rgba(255,255,255,.90);
}
.panel-steps{ margin-top: 14px; display:flex; flex-direction:column; gap:10px; }
.step{
  display:flex;
  gap:12px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.08);
}
.step-idx{
  font-weight: 800;
  letter-spacing: .06em;
  color: rgba(255,255,255,.78);
  min-width: 34px;
}
.step-body strong{ display:block; }
.step-body span{ display:block; color: rgba(255,255,255,.66); font-size: 12px; margin-top: 2px; }

.panel-divider{
  height:1px;
  background: rgba(255,255,255,.10);
  margin: 14px 0;
}
.panel-metrics{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
}
.metric{
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.metric-val{
  font-weight: 800;
  letter-spacing: .02em;
}
.metric-lbl{
  font-size: 12px;
  color: rgba(255,255,255,.62);
  margin-top: 2px;
}
.panel-link{
  margin-top: 14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(10,77,255,.10);
  border: 1px solid rgba(10,77,255,.24);
  color: rgba(255,255,255,.92);
  transition: transform .18s ease, background .25s ease;
}
.panel-link:hover{ transform: translateY(-1px); background: rgba(10,77,255,.14); }
.panel-link span{ opacity:.9; }

/* Grid & cards */
.grid{ display:grid; gap: 18px; }
.grid.cols-3{ grid-template-columns: repeat(3, 1fr); }

.card-link{
  text-decoration:none;
  color:inherit;
  display:block;
}

.card{
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: 0 10px 40px rgba(0,0,0,.18);
}
.card h3{ margin:0 0 10px; font-size: 18px; }
.card p{ margin:0; color: rgba(255,255,255,.72); }

.glass{
  background:
    radial-gradient(800px 240px at 20% 0%, rgba(10,77,255,.14), transparent 62%),
    rgba(255,255,255,.04);
}

.section-light .card{
  background: #fff;
  color: #0a1020;
  border-color: rgba(10,16,32,.10);
  box-shadow: 0 12px 40px rgba(10,16,32,.10);
}
.section-light .card p{ color: rgba(10,16,32,.70); }

/* Product cards (with photo slot) */
.product-card{
  position:relative;
  overflow:hidden;
}
.product-card{
  transition: border .3s ease, box-shadow .3s ease, transform .3s ease;
}

.product-card:hover{
  border-color: rgba(10,77,255,.65);
  box-shadow:
    0 0 0 1px rgba(10,77,255,.35),
    0 25px 70px rgba(10,77,255,.22);
  transform: translateY(-6px);
}
/* Pills */
.pill-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.pill{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(10,16,32,.10);
  background: rgba(255,255,255,.70);
  color: rgba(10,16,32,.78);
  font-size: 13px;
}

/* FAQ */
.faq-item{
  border-radius: 16px;
  border: 1px solid rgba(10,16,32,.10);
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 12px;
  box-shadow: 0 12px 40px rgba(10,16,32,.08);
}
.faq-item summary{
  cursor:pointer;
  font-weight: 700;
  color: rgba(10,16,32,.90);
}
.faq-item p{
  margin-top: 10px;
  color: rgba(10,16,32,.75);
}
/* Subpage mini navigation */
.mini-nav{
  display:flex;
  align-items:center;
  gap:16px;
}
.mini-nav a{
  height:40px;
  display:flex;
  align-items:center;
  color: rgba(10,16,32,.75);
  font-size:14px;
}
.mini-nav a:hover{ color: rgba(10,16,32,.95); }

.breadcrumbs{
  font-size: 13px;
  color: rgba(255,255,255,.70);
  margin-bottom: 10px;
}
.breadcrumbs a{ color: rgba(255,255,255,.82); }
.breadcrumbs span{ margin: 0 6px; opacity:.7; }

/* Industrial hero layout (text left, photo right) */
.hero-subpage{
  padding: 70px 0 70px;
}
.hero-subpage-inner{
  display:grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 28px;
  align-items: center;
}

.hero-media{
  position:relative;
}
.hero-media-img{
  width:100%;
  height: 340px;
  border-radius: 18px;
  object-fit: cover;
  display:block;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}

.hero-media-placeholder{
  height: 340px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(700px 260px at 30% 30%, rgba(10,77,255,.22), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  overflow:hidden;
  position:relative;
}
.hero-media-glow{
  position:absolute;
  inset:-60%;
  background: radial-gradient(circle at 50% 40%, rgba(10,77,255,.38), transparent 60%);
  filter: blur(46px);
  opacity:.9;
}
.hero-media-label{
  position:absolute;
  left: 16px;
  bottom: 14px;
  font-size: 12px;
  color: rgba(255,255,255,.78);
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.12);
  padding: 8px 10px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
}
.hero-media-label span{ color: rgba(255,255,255,.92); }

/* Subheads / SEO text */
.subhead{
  margin-top: 26px;
  margin-bottom: 10px;
}
.seo-bullets{
  margin: 0;
  padding-left: 18px;
}
.seo-bullets li{ margin: 8px 0; }

.seo-paragraph{
  color: rgba(255,255,255,.72);
  margin-top: 10px;
}

/* FAQ grid on subpage */
.faq-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Make the existing mobile menu also hide mini-nav on small screens */
@media (max-width: 980px){
  .mini-nav{ display:none; }

  .hero-subpage-inner{
    grid-template-columns: 1fr;
  }
  .hero-media-img,
  .hero-media-placeholder{
    height: 260px;
  }
  .faq-grid{ grid-template-columns: 1fr; }
}
.media{
  position:relative;
  height: 170px;
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid rgba(10,77,255,.25);
transition: border .3s ease, box-shadow .3s ease, transform .3s ease;
  background:
    radial-gradient(400px 180px at 30% 30%, rgba(10,77,255,.18), transparent 60%),
    linear-gradient(180deg, rgba(10,16,32,.06), rgba(10,16,32,.02));
  margin-bottom: 14px;
}
.product-card:hover .media{
  border: 1px solid rgba(10,77,255,.55);
  box-shadow:
    0 0 0 1px rgba(10,77,255,.25),
    0 0 18px rgba(10,77,255,.25);
}
.media-img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  opacity: 1;
}
.media-img.is-empty{
  opacity: 0;
}
.media::after{
  content: attr(data-fallback);
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(10,16,32,.55);
  background:
    radial-gradient(700px 240px at 30% 30%, rgba(10,77,255,.14), transparent 58%);
}
.section-light .media::after{
  content: "";
}
.media-glow{
  position:absolute;
  inset:-40%;
  background: radial-gradient(circle at 50% 40%, rgba(10,77,255,.18), transparent 60%);
  filter: blur(30px);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events:none;
}

.product-card:hover .media-glow{
  opacity: .6;
}
/* Dealer two-column layout */
.grid.cols-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

#dealer a{
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

#dealer a:hover{
  text-decoration: underline;
}

#dealer h3{
  font-size: 20px;
  margin-bottom: 12px;
}

#dealer p{
  font-size: 15px;
  line-height: 1.6;
}
.note-row{
  margin-top: 18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
}
.note{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(10,16,32,.10);
  background: rgba(255,255,255,.70);
  color: rgba(10,16,32,.78);
}

/* Dealer */
.dealer-card{
  display:flex;
  gap: 16px;
  align-items: flex-start;
}
.dealer-badge{
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(10,77,255,.10);
  border: 1px solid rgba(10,77,255,.25);
  color: rgba(10,16,32,.78);
  font-weight: 700;
  font-size: 12px;
}
.dealer-body h3{ margin-top: 0; }

/* Form */
.contact-card{ background: rgba(255,255,255,.05); }
.section-light .contact-card{ background:#fff; }

.form-grid{
  display:grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.92);
  outline: none;
}
.section-light input, .section-light textarea{
  background: #F7F9FD;
  border-color: rgba(10,16,32,.12);
  color: #0a1020;
}
input:focus, textarea:focus{
  border-color: rgba(10,77,255,.55);
  box-shadow: 0 0 0 4px rgba(10,77,255,.14);
}
.full-width{ width:100%; }
.top-margin{ margin-top: 12px; }

.checkbox-row{
  display:grid;
  grid-template-columns: 18px 1fr;
  column-gap: 10px;
  align-items:flex-start;
  margin: 12px 0 0;
}
.checkbox-row span{
  font-size: 13px;
  color: rgba(255,255,255,.68);
}
.section-light .checkbox-row span{ color: rgba(10,16,32,.70); }

button[type="submit"]{ width:100%; margin-top: 12px; }

.loader{
  display:none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: rgba(255,255,255,.95);
  animation: spin 1s linear infinite;
}
@keyframes spin{ to{ transform: rotate(360deg);} }
.form-submitting .loader{ display:block; }
.form-submitting button{ opacity:.85; pointer-events:none; }

/* Footer */
.site-footer{
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: rgba(0,0,0,.18);
}
.footer-grid{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  align-items:start;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 10px;
}
.legal{
  margin:0;
  color: rgba(255,255,255,.70);
  font-size: 13px;
}
.footer-right{
  text-align:right;
}
.footer-domain{
  font-weight: 800;
  letter-spacing: .06em;
  color: rgba(255,255,255,.80);
}

/* Animations */
.fade-in, .slide-in-left, .slide-in-right{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
.slide-in-left{ transform: translateX(-26px); }
.slide-in-right{ transform: translateX(26px); }
.visible{ opacity: 1; transform: translate(0,0); }

/* Logo sizing */
.logo{
  height: 42px;
  width: auto;
  max-width: 180px;
  display: block;
}

.brand img{
  height: 42px;
  width: auto;
  max-width: 180px;
  display: block;
}

.footer-logo{
  height: 34px;
  width: auto;
  max-width: 160px;
  display: block;
  margin-bottom: 10px;
}
/* Responsive */
@media (max-width: 980px){
  .hero-inner{ grid-template-columns: 1fr; }
  .grid.cols-3{ grid-template-columns: 1fr; }
  .panel-metrics{ grid-template-columns: 1fr; }
  .menu{ display:none; }
  .mobile-toggle{ display:block; }
  .hero h1{ font-size: 34px; }
  .footer-grid{ grid-template-columns: 1fr; }
  .footer-right{ text-align:left; }
  .form-grid{ grid-template-columns: 1fr; }
  .grid.cols-2{
    grid-template-columns: 1fr;
  }
}
