
:root{
  --blue:#0066ff;
  --blue-dark:#0052d6;
  --navy:#062b57;
  --text:#081f49;
  --muted:#435875;
  --line:#dfe9f6;
  --light:#edf6ff;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
.container{max-width:1320px;margin:0 auto;padding:0 32px}

/* Header */
.header{height:60px;background:#fff;border-bottom:1px solid #edf2f8;display:flex;align-items:center;position:sticky;top:0;z-index:99}
.nav{display:flex;align-items:center;justify-content:space-between;width:100%}
.logo img{height:35px;width:auto;display:block}
.menu{display:flex;align-items:center;gap:42px;font-size:14px;font-weight:650;color:#071d43}
.menu a:hover{color:var(--blue)}
.nav-actions{display:flex;gap:22px;align-items:center;font-size:14px;font-weight:650}

/* Hero */
.hero{background:linear-gradient(105deg,#f8fbff 0%,#edf6ff 43%,#dcebff 100%);border-bottom:1px solid #e4eef8;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:0.93fr 1.32fr;gap:36px;align-items:center;height:330px}
.kicker{font-size:13px;text-transform:uppercase;letter-spacing:.11em;color:var(--blue);font-weight:800;margin-bottom:14px}
.hero h1{font-size:42px;line-height:1.12;letter-spacing:-.03em;margin:0 0 16px;color:#071d43;max-width:620px}
.hero p{font-size:15.5px;line-height:1.55;color:#243c5e;max-width:540px;margin:0 0 22px}
.btns{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:5px;background:var(--blue);color:#fff;font-weight:750;font-size:14px;padding:13px 24px;box-shadow:0 10px 20px rgba(0,102,255,.14)}
.btn.secondary{background:#fff;color:var(--blue);border:1px solid var(--blue);box-shadow:none}
.hero-visual{height:330px;display:flex;align-items:center;justify-content:flex-end;position:relative}
.hero-visual img{width:100%;height:100%;object-fit:contain;object-position:right center;display:block}

/* Features */
.feature-strip{background:#fff}
.features{display:grid;grid-template-columns:repeat(4,1fr);height:88px;align-items:center;border-bottom:1px solid #e9f0f8}
.feature{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:center;padding:0 30px;border-right:1px solid #e3ecf6;min-height:62px}
.feature:last-child{border-right:0}
.icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--blue)}
.icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:2.5}
.feature h3{font-size:14px;margin:0 0 6px;color:#071d43}
.feature p{font-size:12px;line-height:1.48;color:#52647f;margin:0}

/* Sections */
.section{padding:18px 0 0}
.section-title{font-size:18px;margin:0 0 14px;color:#071d43;font-weight:800}
.products{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.card{background:#fff;border:1px solid #e0eaf6;border-radius:8px;box-shadow:0 4px 12px rgba(28,72,128,.035)}
.product-card{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;min-height:126px;padding:16px}
.product-visual{height:90px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fbfdff;overflow:hidden}
.product-visual img{max-width:100%;max-height:100%;object-fit:contain}
.card h3{font-size:14px;line-height:1.25;margin:0 0 8px;color:#071d43}
.card p{font-size:11px;line-height:1.45;color:#52647f;margin:0 0 8px}
.view{font-size:12px;color:var(--blue);font-weight:700}

.solutions-title{margin-top:18px}
.solutions{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.solution{display:grid;grid-template-columns:54px 1fr 18px;gap:12px;align-items:center;padding:14px 16px;min-height:66px}
.solution h3{font-size:13px;margin:0 0 4px}
.solution p{font-size:11px;margin:0;line-height:1.38}

.support-cta{display:grid;grid-template-columns:84px 1fr auto;gap:20px;align-items:center;background:#eaf4ff;border-radius:9px;margin-top:12px;margin-bottom:8px;padding:16px 22px}
.support-cta h3{font-size:16px;margin:0 0 6px}
.support-cta p{font-size:12px;line-height:1.45;margin:0;color:#435875}
.support-cta .icon svg{width:58px;height:58px}

/* Footer */
.footer{background:#052b57;color:#fff;margin-top:0;padding:28px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.55fr .9fr 1fr 1fr 1.5fr 1.5fr;gap:28px}
.footer-logo img{height:34px;filter:brightness(1.35)}
.footer p,.footer a{color:#d4e2f5;font-size:12px;line-height:1.65}
.footer h4{margin:0 0 10px;font-size:13px;color:#fff}
.footer-links{display:flex;flex-direction:column;gap:7px}
.social{display:flex;gap:14px;margin-top:12px}
.social span{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#052b57;width:24px;height:24px;border-radius:5px;font-size:13px;font-weight:800}
.copy{text-align:center;color:#c5d7ee;font-size:12px;margin-top:18px}

/* Inner pages */
.page-hero{padding:70px 0;background:linear-gradient(105deg,#fbfdff,#eaf4ff)}
.page-hero h1{font-size:44px;margin:0 0 14px}
.page-hero p{font-size:18px;line-height:1.65;color:#52647f;max-width:780px}
.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.inner-card{padding:24px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.form{display:grid;gap:14px}
input,textarea{padding:14px;border:1px solid #dbe7f5;border-radius:8px;font:inherit}
textarea{min-height:130px}

/* responsive */
@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr;height:auto;padding:44px 0 0}
  .hero-visual{height:auto}
  .hero h1{font-size:40px}
  .features,.products,.solutions,.footer-grid,.content-grid{grid-template-columns:1fr 1fr;height:auto}
  .feature{padding:20px;border-bottom:1px solid #e3ecf6}
  .support-cta{grid-template-columns:1fr}
}
@media(max-width:700px){
  .container{padding:0 20px}
  .header{height:auto;padding:16px 0}
  .nav{flex-direction:column;gap:14px}
  .menu{gap:16px;flex-wrap:wrap;justify-content:center}
  .nav-actions{display:none}
  .hero h1{font-size:34px}
  .hero p{font-size:15px}
  .features,.products,.solutions,.footer-grid,.content-grid,.contact-grid{grid-template-columns:1fr}
  .product-card{grid-template-columns:1fr}
}


/* Restored stable product cards */
.products{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:14px;
}

.product-card{
  display:block;
  min-height:190px;
  padding:18px;
  text-align:center;
  overflow:hidden;
}

.product-visual{
  height:88px;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fbfdff;
  border-radius:8px;
  overflow:hidden;
}

.product-visual img{
  max-width:100%;
  max-height:82px;
  object-fit:contain;
}

.product-card h3{
  font-size:13px;
  line-height:1.25;
  margin:0 0 8px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.product-card p{
  font-size:11px;
  line-height:1.45;
  margin:0 0 10px;
}

.product-card .view{
  font-size:12px;
  font-weight:700;
}

@media(max-width:1050px){
  .products{grid-template-columns:repeat(2, 1fr);}
  .product-card h3{white-space:normal;}
}

@media(max-width:700px){
  .products{grid-template-columns:1fr;}
}


/* Final Hero and Products professional refinements */
.hero-grid{
  grid-template-columns:0.88fr 1.34fr;
  gap:34px;
  height:360px;
}

.hero h1{
  font-size:43px;
  line-height:1.12;
  max-width:640px;
}

.hero p{
  max-width:560px;
  font-size:15.8px;
  line-height:1.58;
}

.hero-visual{
  justify-content:flex-end;
  overflow:visible;
}

.hero-visual img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:right center;
  filter:drop-shadow(0 16px 24px rgba(20,80,150,.10));
}

.products{
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:16px;
}

.product-card{
  display:block;
  min-height:188px;
  padding:18px 16px;
  text-align:center;
  overflow:hidden;
}

.product-visual{
  height:94px;
  margin-bottom:13px;
  background:linear-gradient(135deg,#fbfdff,#f1f7ff);
  border:1px solid #edf3fa;
}

.product-visual img{
  max-width:100%;
  max-height:88px;
  object-fit:contain;
}

.product-card h3{
  font-size:13px;
  line-height:1.2;
  margin:0 0 8px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.product-card p{
  font-size:11px;
  line-height:1.45;
  margin:0 0 10px;
  color:#52647f;
}

.product-card .view{
  font-size:12px;
}

.product-detail-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}

.product-detail{
  display:grid;
  grid-template-columns:310px 1fr;
  gap:28px;
  align-items:stretch;
  border:1px solid #dfe9f5;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 26px rgba(28,72,128,.055);
  overflow:hidden;
}

.product-detail-visual{
  background:linear-gradient(135deg,#fbfdff,#edf6ff);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:230px;
  padding:24px;
}

.product-detail-visual img{
  max-width:92%;
  max-height:190px;
  object-fit:contain;
  filter:drop-shadow(0 14px 22px rgba(20,75,140,.16));
}

.product-detail-content{
  padding:28px;
}

.product-detail-content h2{
  margin:0 0 10px;
  font-size:27px;
  letter-spacing:-.02em;
}

.product-detail-content p{
  color:#52647f;
  line-height:1.65;
  margin:0 0 16px;
}

.spec-table{
  width:100%;
  border-collapse:collapse;
  margin:16px 0;
  font-size:14px;
}

.spec-table th,.spec-table td{
  border-bottom:1px solid #e5eef8;
  padding:10px 8px;
  text-align:left;
  vertical-align:top;
}

.spec-table th{
  width:32%;
  color:#071d43;
  background:#f8fbff;
}

.badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:0 0 16px;
}

.badge{
  border:1px solid #b8d5ff;
  background:#f4f9ff;
  color:#005ae0;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:700;
}

@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr;height:auto;padding:44px 0 0;}
  .products{grid-template-columns:repeat(2,1fr);}
  .product-detail{grid-template-columns:1fr;}
}

@media(max-width:700px){
  .products{grid-template-columns:1fr;}
  .hero h1{font-size:34px;}
}


/* UI Upgrade Pack */
:root{
  --shadow-soft:0 18px 42px rgba(20,72,130,.10);
  --shadow-card:0 12px 28px rgba(20,72,130,.075);
}

.header{
  box-shadow:0 8px 30px rgba(5,40,90,.035);
}

.logo img{
  height:38px;
}

.menu a{
  position:relative;
  padding:8px 0;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:2px;
  background:var(--blue);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .18s ease;
}

.menu a:hover::after{
  transform:scaleX(1);
}

.hero{
  background:
    radial-gradient(circle at 72% 45%, rgba(0,102,255,.12), transparent 31%),
    linear-gradient(105deg,#fbfdff 0%,#f2f9ff 42%,#dceeff 100%);
}

.hero-grid{
  min-height:390px;
}

.kicker{
  font-weight:850;
}

.hero h1{
  text-wrap:balance;
}

.btn{
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 32px rgba(0,102,255,.22);
}

.btn.secondary:hover{
  background:#f7fbff;
  box-shadow:0 10px 24px rgba(0,102,255,.08);
}

.feature{
  transition:background .18s ease;
}

.feature:hover{
  background:#fbfdff;
}

.card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-card);
  border-color:#c9def7;
}

.product-card{
  min-height:204px;
}

.product-visual{
  height:102px;
  background:
    radial-gradient(circle at center,rgba(255,255,255,.95),rgba(255,255,255,.15) 55%),
    linear-gradient(135deg,#fbfdff,#eef7ff);
}

.product-visual img{
  max-height:96px;
  filter:drop-shadow(0 10px 14px rgba(20,72,130,.11));
  transition:transform .18s ease;
}

.product-card:hover .product-visual img{
  transform:scale(1.04);
}

.support-cta{
  border:1px solid #d7e9ff;
  box-shadow:0 14px 34px rgba(0,102,255,.075);
}

.footer-logo img{
  height:34px;
  width:auto;
  filter:none;
}

.footer{
  background:
    radial-gradient(circle at 18% 10%,rgba(0,102,255,.14),transparent 26%),
    linear-gradient(135deg,#052b57,#021b38);
}

.footer a:hover{
  color:#fff;
}

/* Download highlight badge */
.download-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#eef6ff;
  color:#005ae0;
  border:1px solid #b8d5ff;
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  font-weight:800;
  margin-bottom:14px;
}

@media(max-width:700px){
  .logo img{height:34px}
}


/* Footer logo fixed: transparent white version, no white box */
.footer-logo img{
  height:42px !important;
  width:auto !important;
  background:transparent !important;
  filter:none !important;
  display:block;
}
.footer-logo{
  background:transparent !important;
}


/* Maintainable datasheet product page */
.product-detail-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}

.product-detail{
  display:grid;
  grid-template-columns:310px 1fr;
  gap:28px;
  align-items:stretch;
  border:1px solid #dfe9f5;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 26px rgba(28,72,128,.055);
  overflow:hidden;
}

.product-detail-visual{
  background:linear-gradient(135deg,#fbfdff,#edf6ff);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:230px;
  padding:24px;
}

.product-detail-visual img{
  max-width:92%;
  max-height:190px;
  object-fit:contain;
  filter:drop-shadow(0 14px 22px rgba(20,75,140,.16));
}

.product-detail-content{
  padding:28px;
}

.product-kicker{
  color:var(--blue);
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  margin-bottom:8px;
}

.product-detail-content h2{
  margin:0 0 10px;
  font-size:27px;
  letter-spacing:-.02em;
}

.product-detail-content p{
  color:#52647f;
  line-height:1.65;
  margin:0 0 16px;
}

.spec-table{
  width:100%;
  border-collapse:collapse;
  margin:16px 0;
  font-size:14px;
}

.spec-table th,.spec-table td{
  border-bottom:1px solid #e5eef8;
  padding:10px 8px;
  text-align:left;
  vertical-align:top;
}

.spec-table th{
  width:32%;
  color:#071d43;
  background:#f8fbff;
}

@media(max-width:1050px){
  .product-detail{grid-template-columns:1fr;}
}


/* Force footer to use transparent light logo */
.footer-logo img{
  content:url("logo-white.png");
  height:42px !important;
  width:auto !important;
  background:transparent !important;
  filter:none !important;
  display:block;
}
