﻿*{margin:0;padding:0;box-sizing:border-box}
:root{--ink:#102a43;--muted:#627386;--teal:#0f766e;--teal2:#14b8a6;--orange:#f97316;--cream:#fbfaf6;--line:#dbe7e3;--dark:#092421;--card:#ffffff;--shadow:0 18px 50px rgba(15,42,67,.10)}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,Helvetica,sans-serif;background:var(--cream);color:var(--ink);line-height:1.65}
.container{width:min(1180px,92%);margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(251,250,246,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);min-width:340px}
.brand-logo{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--teal),var(--teal2));display:grid;place-items:center;color:white;font-weight:900}.brand-logo-img{width:96px;height:54px;object-fit:contain;display:block;flex:0 0 auto}
.brand strong{display:block;line-height:1.1}.brand small{color:var(--muted);font-size:12px}
.menu{display:flex;gap:22px;align-items:center;justify-content:center;flex:1}.menu a{color:var(--ink);text-decoration:none;font-weight:800;font-size:14px}.menu a:hover{color:var(--teal)}
.nav-call{background:var(--ink);color:white;text-decoration:none;border-radius:999px;padding:12px 20px;font-weight:900}
.hero{padding:92px 0 82px;background:linear-gradient(135deg,#fbfaf6 0%,#e9f7f4 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:58px;align-items:center}
.kicker{color:var(--teal);font-weight:900;letter-spacing:.7px;text-transform:uppercase;font-size:13px;margin-bottom:13px}.kicker.dark{color:var(--orange)}
.hero h1{font-size:clamp(38px,5.8vw,68px);line-height:1.06;letter-spacing:-2px;margin-bottom:22px;color:#0b2b28}
.lead{font-size:18px;color:var(--muted);max-width:720px;margin-bottom:28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:14px 24px;font-weight:900;border:1px solid transparent}.btn.primary{background:linear-gradient(135deg,var(--teal),var(--teal2));color:white;box-shadow:0 14px 30px rgba(20,184,166,.28)}.btn.secondary{background:white;color:var(--teal);border-color:#b7dcd7}
.trust-row{display:flex;gap:10px;flex-wrap:wrap}.trust-row span{background:white;border:1px solid var(--line);padding:10px 14px;border-radius:999px;color:#31566a;font-weight:800;font-size:13px}
.hero-visual{min-height:475px;position:relative}.device-map{position:relative;height:475px;background:radial-gradient(circle at center,#d6f3ed 0%,transparent 45%);border-radius:36px}
.map-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:170px;height:170px;border-radius:50%;background:#0b2b28;color:white;display:grid;place-items:center;text-align:center;z-index:2;box-shadow:var(--shadow)}.map-center span{font-size:42px;font-weight:900}.map-center b{font-size:14px;max-width:100px}
.map-card{position:absolute;z-index:3;background:white;border:1px solid var(--line);border-radius:24px;padding:12px;width:150px;box-shadow:var(--shadow);text-align:center}.map-card img{width:100%;border-radius:18px}.map-card b{font-size:14px}.card-a{left:0;top:20px}.card-b{right:0;top:20px}.card-c{left:0;bottom:20px}.card-d{right:0;bottom:20px}
.connections{position:absolute;inset:0}.connections path{fill:none;stroke:#0f766e;stroke-width:4;stroke-dasharray:10 10;opacity:.38}
.info-strip{background:#0b2b28;color:white}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.strip-grid div{padding:24px;border-right:1px solid rgba(255,255,255,.12)}.strip-grid b{display:block}.strip-grid span{color:#b7dcd7;font-size:14px}
.section{padding:86px 0}.split{display:grid;grid-template-columns:1fr .8fr;gap:44px;align-items:center}.split h2,.dashboard-grid h2,.compliance-box h2,.contact-grid h2{font-size:clamp(30px,4vw,48px);line-height:1.14;letter-spacing:-1px;margin-bottom:14px}.split p,.dashboard-grid p,.compliance-box p,.contact-grid p{color:var(--muted)}
.intro-card{background:#0b2b28;color:white;border-radius:30px;padding:32px;box-shadow:var(--shadow)}.intro-card h3{font-size:26px;margin-bottom:18px}.intro-card ul{list-style:none;display:grid;gap:13px}.intro-card li{color:#d9f2ee}.intro-card li:before{content:"âœ“";color:#5eead4;margin-right:9px;font-weight:900}
.products-section{background:white}.section-title{text-align:center;max-width:850px;margin:0 auto 42px}.section-title h2{font-size:clamp(30px,4vw,48px);line-height:1.14;letter-spacing:-1px;margin-bottom:10px}.section-title span{color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.product-card{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center;background:#ffffff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 12px 30px rgba(15,42,67,.08)}.product-card img{width:190px;height:190px;object-fit:contain;background:#f8fbfa;border:1px solid #e6f0ee;border-radius:20px;padding:12px}.product-card small{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.5px}.product-card h3{font-size:24px;margin:6px 0;color:#0b2b28}.product-card p{color:var(--muted)}.product-card ul{display:flex;gap:8px;flex-wrap:wrap;list-style:none;margin-top:12px}.product-card li{background:white;border:1px solid var(--line);border-radius:999px;padding:7px 11px;color:#31566a;font-size:13px;font-weight:800}
.dashboard-section{background:#0b2b28;color:white}.dashboard-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}.dashboard-grid p{color:#cfe7e2}.tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.tags span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:10px 14px;border-radius:999px;font-weight:800;color:#d9f2ee}
.dashboard-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:28px;box-shadow:0 28px 70px rgba(0,0,0,.18)}.dash-head{display:flex;justify-content:space-between;margin-bottom:20px}.dash-head span{background:rgba(249,115,22,.18);color:#fed7aa;padding:7px 12px;border-radius:999px;font-weight:900}.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dash-grid div{background:rgba(255,255,255,.08);border-radius:16px;padding:16px}.dash-grid small{color:#b7dcd7}.dash-grid strong{display:block;font-size:28px}.line-chart{height:130px;background:linear-gradient(135deg,rgba(20,184,166,.25),rgba(249,115,22,.18));border-radius:18px;margin:18px 0;position:relative;overflow:hidden}.line-chart i{position:absolute;left:-10%;right:-10%;top:55%;height:4px;background:#5eead4;box-shadow:0 0 20px #5eead4;transform:rotate(-4deg)}.dash-note{color:#d9f2ee!important;text-align:center}
.workflow-section{background:#fbfaf6}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps article{background:white;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 10px 30px rgba(15,42,67,.06)}.steps b{font-size:32px;color:var(--teal)}.steps h3{margin:12px 0 8px;color:#0b2b28}.steps p{color:var(--muted)}
.industries-section{background:#eef8f6}.industry-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.industry-list span{background:white;border:1px solid var(--line);border-radius:16px;padding:17px;text-align:center;font-weight:900;color:#0b2b28}
.compliance-section{background:white}.compliance-box{display:grid;grid-template-columns:1fr .9fr;gap:34px;background:#fff8ef;border:1px solid #fed7aa;border-radius:30px;padding:38px}.compliance-box ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px}.compliance-box li{background:white;border:1px solid #fed7aa;border-radius:14px;padding:14px;font-weight:900}.compliance-box li:before{content:"âœ“";color:var(--orange);margin-right:8px}
.contact-section{padding:86px 0;background:linear-gradient(135deg,#0b2b28,#0f766e);color:white}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.contact-grid p{color:#d9f2ee}.contact-card{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:30px;box-shadow:0 28px 70px rgba(0,0,0,.18)}.contact-card h3{font-size:26px;margin-bottom:15px}.contact-card p{margin:10px 0}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.footer{background:#061d1a;color:#b7dcd7;padding:26px 0}.footer-grid{display:flex;justify-content:space-between;gap:20px}.footer strong{color:white}
@media(max-width:1050px){.menu{display:none}.hero-grid,.split,.dashboard-grid,.compliance-box,.contact-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.nav-call{display:none}.brand{min-width:auto}.brand-logo-img{width:72px;height:42px}.brand small{display:none}.hero{padding:60px 0}.hero h1{font-size:36px}.hero-visual{min-height:620px}.device-map{height:620px}.map-center{width:140px;height:140px}.map-card{width:135px}.map-card img{border-radius:14px}.card-a{left:0;top:15px}.card-b{right:0;top:130px}.card-c{left:0;bottom:130px}.card-d{right:0;bottom:15px}.strip-grid,.dash-grid,.steps,.industry-list,.compliance-box ul{grid-template-columns:1fr}.product-card{grid-template-columns:1fr}.product-card img{width:100%;height:220px}.strip-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.section{padding:62px 0}.product-card img{width:100%}.footer-grid{flex-direction:column}}


/* Floating Contact Buttons */
.floating-contact{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.float-btn{
  min-width:134px;
  height:48px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 14px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.18);
  transition:transform .18s ease, box-shadow .18s ease;
}
.float-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(0,0,0,.28);
}
.float-btn span{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  font-size:15px;
}
.float-btn b{
  font-size:14px;
  letter-spacing:.2px;
}
.float-btn.whatsapp{background:#25D366;}
.float-btn.call{background:#0f766e;}
.float-btn.email{background:#f97316;}

@media(max-width:720px){
  .floating-contact{
    right:10px;
    left:10px;
    bottom:10px;
    flex-direction:row;
    justify-content:center;
    gap:8px;
  }
  .float-btn{
    min-width:0;
    flex:1;
    height:46px;
    justify-content:center;
    padding:0 8px;
  }
  .float-btn b{
    font-size:12px;
  }
  .float-btn span{
    width:24px;
    height:24px;
    font-size:13px;
  }
}

