
:root{
  --navy:#07111f;
  --navy-2:#0d1a2d;
  --card:#11233b;
  --card-2:#142945;
  --yellow:#f4bf2b;
  --yellow-2:#ffd75d;
  --text:#eef4ff;
  --muted:#a8b7ca;
  --line:rgba(255,255,255,.10);
  --white:#fff;
  --shadow:0 24px 60px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 85% 10%,rgba(244,191,43,.10),transparent 22%),
    var(--navy);
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(1180px,92%);margin:auto}
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(7,17,31,.86);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px);
}
.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px}
.brand-symbol{
  width:44px;height:44px;border-radius:13px;
  display:grid;place-items:center;
  color:#101827;background:linear-gradient(135deg,var(--yellow),var(--yellow-2));
  font-weight:1000;font-size:22px;box-shadow:0 10px 28px rgba(244,191,43,.24)
}
.brand-copy strong{display:block;letter-spacing:.6px;font-size:15px}
.brand-copy small{display:block;color:var(--muted);font-size:10px;letter-spacing:1px;margin-top:1px}
.main-nav{display:flex;align-items:center;gap:22px;font-size:14px}
.main-nav>a:not(.nav-cta):hover{color:var(--yellow)}
.nav-cta{padding:11px 16px;border-radius:11px;background:var(--yellow);color:#111826;font-weight:800}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px 0}
.hero{position:relative;padding:84px 0 70px;overflow:hidden}
.hero-bg{
  position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(circle at 12% 55%,rgba(33,92,170,.15),transparent 27%),
    radial-gradient(circle at 88% 25%,rgba(244,191,43,.10),transparent 20%);
}
.hero-grid{position:relative;display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center}
.eyebrow,.kicker{
  display:inline-block;color:var(--yellow);font-size:12px;font-weight:900;
  text-transform:uppercase;letter-spacing:1.4px
}
.hero h1{font-size:clamp(44px,6vw,72px);line-height:1.03;letter-spacing:-2.4px;margin:18px 0 20px}
.hero h1 span{color:var(--yellow)}
.hero-copy>p{font-size:18px;max-width:720px;color:var(--muted);margin:0}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin:30px 0 34px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:12px;font-weight:850;transition:.2s}
.btn-primary{background:var(--yellow);color:#101827}
.btn-primary:hover{background:var(--yellow-2);transform:translateY(-2px)}
.btn-ghost{border:1px solid rgba(255,255,255,.20)}
.btn-ghost:hover{border-color:var(--yellow);color:var(--yellow)}
.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hero-metrics div{border:1px solid var(--line);border-radius:16px;padding:17px;background:rgba(255,255,255,.025)}
.hero-metrics strong{display:block;color:var(--yellow);font-size:24px}
.hero-metrics span{display:block;color:var(--muted);font-size:11px;line-height:1.4;margin-top:4px}
.hero-panel{position:relative;height:545px;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
.hero-panel>img{width:100%;height:100%;object-fit:cover}
.hero-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,17,31,.04),rgba(7,17,31,.18))}
.floating-card{
  position:absolute;z-index:2;max-width:225px;padding:15px 16px;border-radius:15px;
  border:1px solid rgba(255,255,255,.16);background:rgba(7,17,31,.78);backdrop-filter:blur(10px)
}
.floating-card b{display:block;margin-bottom:3px}
.floating-card span{color:#d2def0;font-size:11px}
.fc-a{left:22px;bottom:22px}.fc-b{right:22px;top:22px}.fc-c{right:22px;bottom:22px}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.015)}
.trust-items{min-height:74px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;color:#dce7f6;font-size:13px;font-weight:750}
.trust-items i{width:5px;height:5px;border-radius:50%;background:var(--yellow)}
.section{padding:86px 0}
.muted-section{background:rgba(255,255,255,.018);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.two-col{display:grid;grid-template-columns:.94fr 1.06fr;gap:46px;align-items:center}
.image-card{border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
.image-card img{width:100%;height:520px;object-fit:cover}
.section-copy h2,.section-head h2,.why-copy h2,.contact-copy h2{
  font-size:clamp(32px,4.4vw,50px);line-height:1.12;letter-spacing:-1.2px;margin:9px 0 15px
}
.section-copy p,.section-head p,.why-copy p,.contact-copy p{color:var(--muted)}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.check-grid span{padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.02)}
.check-grid span:before{content:"✓";color:var(--yellow);font-weight:1000;margin-right:8px}
.section-head{max-width:780px;margin-bottom:34px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.service-card{border:1px solid var(--line);border-radius:20px;padding:23px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));transition:.2s}
.service-card:hover{transform:translateY(-4px);border-color:rgba(244,191,43,.40)}
.service-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:rgba(244,191,43,.11);color:var(--yellow);font-size:22px;margin-bottom:14px}
.service-card h3{margin:0 0 8px}
.service-card p{color:var(--muted);font-size:14px;margin:0}
.category-title{display:flex;align-items:center;gap:18px;margin:16px 0 20px}
.category-title h3{font-size:30px;margin:5px 0 0}
.category-title .line{height:1px;flex:1;background:linear-gradient(90deg,rgba(244,191,43,.4),transparent)}
.category-space{margin-top:56px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{overflow:hidden;border:1px solid var(--line);border-radius:19px;background:linear-gradient(180deg,#10223a,#0c192a);transition:.22s}
.product-card:hover{transform:translateY(-5px);border-color:rgba(244,191,43,.42);box-shadow:0 16px 35px rgba(0,0,0,.24)}
.product-card img{width:100%;height:170px;object-fit:cover;border-bottom:1px solid var(--line)}
.product-copy{padding:17px 18px 20px}
.product-copy>span{display:block;color:var(--yellow);font-size:10px;font-weight:950;letter-spacing:1.15px;text-transform:uppercase}
.product-copy h4{font-size:17px;margin:6px 0 7px}
.product-copy p{font-size:13px;color:var(--muted);margin:0}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.industry{padding:19px 16px;border-radius:15px;border:1px solid var(--line);background:var(--card);font-weight:760;text-align:center}
.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}
.why-copy{position:sticky;top:110px}
.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.why-card{border:1px solid var(--line);border-radius:20px;padding:24px;background:var(--card)}
.why-card b{color:var(--yellow);font-size:13px}
.why-card h3{margin:8px 0}
.why-card p{color:var(--muted);font-size:14px;margin:0}
.contact-section{padding-top:40px}
.contact-wrap{
  padding:42px;border-radius:27px;border:1px solid rgba(244,191,43,.28);
  background:linear-gradient(135deg,rgba(244,191,43,.11),rgba(255,255,255,.025)),var(--card)
}
.contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center}
.contact-cards{display:grid;gap:11px}
.contact-card{padding:17px 18px;border-radius:15px;background:rgba(7,17,31,.45);border:1px solid var(--line)}
.contact-card span,.contact-card small{display:block;color:var(--muted);font-size:11px}
.contact-card strong{display:block;margin:3px 0;font-size:16px}
.whatsapp-fab{
  position:fixed;right:24px;bottom:24px;z-index:800;
  width:52px;height:52px;border-radius:50%;display:grid;place-items:center;
  background:var(--yellow);color:#101827;font-weight:1000;font-size:22px;box-shadow:0 14px 35px rgba(0,0,0,.35)
}
footer{border-top:1px solid var(--line);padding:46px 0 18px;background:#050c16}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:34px}
.footer-brand{margin-bottom:12px}
.footer-grid p{color:var(--muted)}
.footer-grid h4{margin:0 0 11px}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}
.footer-grid>div:not(:first-child) a,.footer-grid>div:not(:first-child) span{color:var(--muted);font-size:13px}
.footer-grid a:hover{color:var(--yellow)}
.footer-bottom{border-top:1px solid var(--line);margin-top:30px;padding-top:18px;color:var(--muted);font-size:12px}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){
  .main-nav{position:absolute;left:0;right:0;top:74px;display:none;flex-direction:column;align-items:stretch;padding:18px 4%;background:#081321;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}.menu-toggle{display:block}
  .hero-grid,.two-col,.why-grid,.contact-wrap{grid-template-columns:1fr}
  .why-copy{position:static}
  .service-grid{grid-template-columns:1fr 1fr}
  .product-grid{grid-template-columns:1fr 1fr}
  .industry-grid{grid-template-columns:1fr 1fr}
  .hero-panel{height:480px}
  .image-card img{height:420px}
}
@media(max-width:620px){
  .hero{padding-top:55px}.hero h1{letter-spacing:-1.4px}
  .hero-metrics,.service-grid,.product-grid,.industry-grid,.why-cards,.check-grid,.footer-grid{grid-template-columns:1fr}
  .hero-panel{height:420px}
  .image-card img{height:320px}
  .floating-card{max-width:175px;padding:11px}.fc-b{right:13px;top:13px}.fc-a{left:13px;bottom:13px}.fc-c{right:13px;bottom:13px}
  .section{padding:68px 0}
  .category-title h3{font-size:25px}
  .contact-wrap{padding:28px}
}
