:root{--green:#16a34a;--green-dark:#0f8b3d;--orange:#f26a1b;--navy:#081624;--text:#1c2430;--muted:#697386;--border:#e5e9ef;--bg:#f7f9fb;--white:#fff;--shadow:0 10px 28px rgba(8,22,36,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1280px,calc(100% - 32px));margin:0 auto}
.topbar{background:linear-gradient(90deg,#07111f,#0a1b2f);color:#fff;font-size:13px}.topbar-inner,.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-inner{padding:9px 0}.top-left,.top-right{display:flex;align-items:center;gap:20px}.topbar a{opacity:.96}.topbar i{margin-right:6px}
.nav-shell{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.nav-inner{padding:14px 0}.brand img{height:56px;width:auto}.main-nav{display:flex;align-items:center;gap:30px;font-weight:650;font-size:15px}.main-nav a{padding:18px 0;position:relative}.main-nav a.active,.main-nav a:hover{color:var(--green)}.main-nav a.active:after{content:"";position:absolute;height:3px;background:var(--green);left:0;right:0;bottom:0;border-radius:9px}.nav-actions{display:flex;align-items:center;gap:10px}.round-btn{width:42px;height:42px;border:1px solid var(--border);background:#fff;border-radius:50%;display:grid;place-items:center;position:relative}.cart span{position:absolute;right:-3px;top:-4px;width:20px;height:20px;border-radius:50%;background:var(--orange);color:#fff;font-size:11px;font-weight:800;display:grid;place-items:center}.quote-btn{background:var(--green);color:#fff;padding:13px 19px;border-radius:11px;font-weight:800}.quote-btn:hover{background:var(--green-dark)}.menu-toggle{display:none}
.hero-wrap{padding:18px 0 8px}.hero-layout{display:grid;grid-template-columns:minmax(0,3.25fr) minmax(290px,1fr);gap:16px;align-items:start}.hero-left{min-width:0;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.hero-card{position:relative;overflow:hidden;background:#0b0f14}.hero-image{width:100%;height:auto;aspect-ratio:1600/660;object-fit:cover}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.75);background:rgba(4,11,18,.56);color:#fff;display:grid;place-items:center}.hero-arrow.left{left:12px}.hero-arrow.right{right:12px}.hero-dots{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:8px}.hero-dots span{width:9px;height:9px;border-radius:50%;background:#fff;opacity:.9}.hero-dots span.active{outline:2px solid var(--green);outline-offset:2px}
.thumb-row{display:grid;grid-template-columns:repeat(7,minmax(115px,1fr));gap:8px;padding:8px 14px 14px;overflow-x:auto}.thumb{position:relative;min-width:115px;height:104px;border-radius:12px;overflow:hidden;border:1px solid #dfe5eb;background:#151a20}.thumb.active{border:2px solid var(--green)}.thumb img{width:100%;height:100%;object-fit:cover;filter:brightness(.68)}.thumb span{position:absolute;left:10px;right:8px;bottom:8px;color:#fff;font-size:13px;font-weight:800;line-height:1.15;text-shadow:0 2px 5px rgba(0,0,0,.75)}
.hero-side{display:grid;gap:14px}.side-card{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:18px}.side-card h2{margin:0 0 12px;font-size:22px}.why-item{display:flex;gap:14px;padding:13px 0;border-top:1px solid var(--border)}.why-item:first-of-type{border-top:0}.why-item i{color:var(--green);font-size:22px;width:27px;margin-top:3px}.why-item div{display:grid;gap:4px}.why-item strong{font-size:14px}.why-item span{font-size:12px;color:var(--muted)}.quote-card h2{color:var(--orange);margin-bottom:4px}.quote-card h2 span{color:var(--orange)}.quote-card h3{color:var(--green);font-size:14px;margin:0 0 12px}.quote-card ul{list-style:none;padding:0;margin:0 0 14px;display:grid;gap:10px;font-size:13px}.quote-card li{display:flex;gap:10px;align-items:center}.quote-card i{color:var(--green)}.side-cta{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--green);color:#fff;padding:11px;border-radius:8px;font-size:13px;font-weight:800}.side-cta:hover{background:var(--green-dark)}
.benefits{padding:6px 0 16px}.benefits-card{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:15px;display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden}.benefits-card>div{padding:13px 14px;display:flex;gap:10px;align-items:center;border-right:1px solid var(--border)}.benefits-card>div:last-child{border-right:0}.benefits-card i{width:35px;height:35px;border:1px solid #d9e8df;border-radius:50%;color:var(--green);display:grid;place-items:center}.benefits-card span{display:grid}.benefits-card strong{font-size:13px}.benefits-card small{font-size:11px;color:var(--muted);margin-top:2px}
.products{padding:12px 0 30px}.section-top{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:12px}.kicker{font-size:12px;font-weight:800;color:var(--green);letter-spacing:.12em}.section-top h2{margin:8px 0 0;font-size:30px}.outline-btn{border:1px solid var(--green);color:var(--green);padding:10px 15px;border-radius:8px;font-weight:750;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:#fff;border:1px solid var(--border);border-radius:15px;padding:14px;box-shadow:0 8px 22px rgba(8,22,36,.05)}.product-card img{width:100%;height:155px;object-fit:contain}.product-card h3{font-size:16px;margin:10px 0 6px}.product-card p{font-size:12px;line-height:1.5;color:var(--muted);min-height:38px}.product-card strong{color:var(--orange);font-size:18px}
footer{background:#fff;border-top:1px solid var(--border);padding:26px 0}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr .9fr 1fr;gap:28px}.footer-brand img{height:48px;width:auto}.footer-brand p{font-size:12px;color:var(--muted);line-height:1.65;max-width:300px}.socials{display:flex;gap:8px}.socials a{width:32px;height:32px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center}.footer-grid h4{margin:0 0 12px;font-size:14px}.footer-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.footer-grid li,.footer-grid a{font-size:12px;color:#465063}.contact-list li{display:flex;gap:8px}.contact-list i{color:var(--green);margin-top:2px}
@media(max-width:1050px){.top-right{display:none}.main-nav{display:none;position:absolute;left:16px;right:16px;top:100%;background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start;gap:2px}.main-nav.open{display:flex}.main-nav a{padding:10px}.menu-toggle{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--border);border-radius:10px;background:#fff}.nav-inner{position:relative}.hero-layout{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr}.benefits-card{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.container{width:min(100% - 20px,1280px)}.top-left{gap:8px;flex-direction:column;align-items:flex-start}.brand img{height:45px}.nav-actions .quote-btn{display:none}.hero-wrap{padding-top:10px}.hero-image{aspect-ratio:1.35/1;object-fit:cover;object-position:center}.thumb-row{grid-template-columns:repeat(7,130px);padding:8px 10px 12px}.hero-side{grid-template-columns:1fr}.benefits-card{grid-template-columns:1fr 1fr}.benefits-card>div{border-bottom:1px solid var(--border)}.product-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.section-top{align-items:flex-start;flex-direction:column}.topbar-inner{padding:7px 0}.hero-arrow{width:32px;height:32px}}
@media(max-width:480px){.benefits-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.round-btn{width:38px;height:38px}.nav-inner{padding:10px 0}}


/* Secure24x7 v15 header/footer polish */
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.brand img{
  height:64px !important;
  width:auto !important;
  max-width:300px !important;
  object-fit:contain;
}
.footer-brand img{
  height:56px !important;
  width:auto !important;
  max-width:270px !important;
}
.nav-inner{
  min-height:82px;
}
@media(max-width:980px){
  .brand img{height:56px !important;max-width:240px !important;}
  .nav-inner{min-height:74px;}
}
@media(max-width:720px){
  .brand img{height:48px !important;max-width:205px !important;}
  .footer-brand img{height:48px !important;}
}


/* =========================================================
   Secure24x7 v16 — HD brand logo + approved hero color polish
   ========================================================= */
.brand{
  min-width: 300px;
  display:flex;
  align-items:center;
}
.brand img{
  height:76px !important;
  width:auto !important;
  max-width:360px !important;
  object-fit:contain !important;
  image-rendering:auto;
}
.nav-inner{
  min-height:96px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.footer-brand img{
  height:66px !important;
  width:auto !important;
  max-width:330px !important;
  object-fit:contain !important;
}
@media(max-width:1050px){
  .brand{min-width:240px;}
  .brand img{height:64px !important;max-width:290px !important;}
  .nav-inner{min-height:84px !important;}
}
@media(max-width:720px){
  .brand{min-width:0;}
  .brand img{height:54px !important;max-width:225px !important;}
  .nav-inner{min-height:72px !important;}
  .footer-brand img{height:54px !important;max-width:240px !important;}
}

/* =========================================================
   Secure24x7 v18 — two approved hero sliders integrated
   ========================================================= */
.hero-card{
  background:#071018 !important;
  border-radius:16px;
}
.hero-image{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
}
/* Approved design has no side arrows. Keep only HTML guide dots. */
.hero-arrow{display:none !important;}
.hero-dots{
  bottom:14px !important;
  z-index:3;
}
.hero-dots span{
  width:9px !important;
  height:9px !important;
  background:rgba(255,255,255,.9) !important;
}
.hero-dots span.active{
  background:#fff !important;
  outline:2px solid var(--green) !important;
  outline-offset:2px !important;
}
/* Keep the uploaded HD transparent logo crisp and prominent. */
.brand img{
  height:72px !important;
  max-width:355px !important;
  object-fit:contain !important;
}
.footer-brand img{
  height:62px !important;
  max-width:320px !important;
  object-fit:contain !important;
}
@media(max-width:1050px){
  .brand img{height:62px !important;max-width:290px !important;}
}
@media(max-width:720px){
  .hero-image{width:100% !important;height:auto !important;aspect-ratio:auto !important;object-fit:contain !important;}
  .brand img{height:50px !important;max-width:225px !important;}
  .footer-brand img{height:50px !important;max-width:230px !important;}
}


/* Secure24x7 v18 — add second hero slide support */
.hero-dots{z-index:3}
.hero-dots button{width:9px;height:9px;border-radius:50%;background:#fff;opacity:.9;border:0;padding:0;cursor:pointer}
.hero-dots button.active{outline:2px solid var(--green);outline-offset:2px}


/* Secure24x7 v19 — wider desktop canvas + improved header spacing */
@media (min-width: 1101px){
  .container{width:min(1480px,calc(100% - 48px));}
  .nav-inner{gap:32px;}
  .brand{flex:0 0 auto;margin-right:34px;}
  .brand img{height:64px;width:auto;}
  .main-nav{flex:1;justify-content:center;gap:30px;}
  .nav-actions{margin-left:auto;}
}
@media (min-width: 1480px){
  .hero-grid{grid-template-columns:minmax(0,1fr) 360px;}
}


/* Secure24x7 v21 — three approved hero sliders + full rounded image corners */
.hero-left{overflow:hidden;border-radius:18px;}
.hero-card{border-radius:18px;overflow:hidden;}
.hero-image{border-radius:18px;}
.thumb-row{padding-top:12px;}
