
:root{
  --bg:#f6f9fc;
  --surface:#ffffff;
  --surface-2:#eef5fb;
  --text:#0b1736;
  --muted:#5f6f8f;
  --line:rgba(16,35,74,.08);
  --blue:#153d8a;
  --blue-deep:#0f2d68;
  --teal:#19c4c6;
  --shadow:0 20px 60px rgba(17,36,74,.12);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(25,196,198,.14), transparent 26%),
    linear-gradient(180deg, #fbfdff 0%, var(--bg) 65%, #eef4fa 100%);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1120px, calc(100% - 32px)); margin:0 auto}
.section{padding:92px 0}
.soft-section{
  background:linear-gradient(180deg, rgba(255,255,255,.68), rgba(237,245,251,.88));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.bg-orb{
  position:fixed;
  border-radius:999px;
  filter:blur(70px);
  z-index:-1;
  opacity:.35;
}
.orb-1{width:260px;height:260px;background:#19c4c6;top:80px;left:-40px}
.orb-2{width:320px;height:320px;background:#1b55d6;right:-80px;top:220px}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(16px);
  background:rgba(255,255,255,.76);
  border-bottom:1px solid rgba(16,35,74,.06);
}
.nav-wrap{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand-logo{height:56px}
.site-nav{
  display:flex;
  align-items:center;
  gap:26px;
}
.site-nav a{
  color:var(--text);
  font-weight:600;
  font-size:15px;
}
.nav-cta{
  padding:13px 18px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--teal), var(--blue));
  color:#fff !important;
  box-shadow:0 12px 28px rgba(21,61,138,.24);
}
.menu-toggle{
  display:none;
  background:none;
  border:none;
  padding:0;
  width:42px;
  height:42px;
}
.menu-toggle span{
  display:block;
  height:3px;
  margin:7px 0;
  background:var(--text);
  border-radius:999px;
}

.hero{padding-top:70px}
.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:38px;
  align-items:center;
}
.eyebrow{
  display:inline-block;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(25,196,198,.10);
  color:var(--blue);
  font-weight:700;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.hero-copy h1{
  margin:18px 0 16px;
  font-size:clamp(40px, 6vw, 64px);
  line-height:1.04;
  letter-spacing:-.04em;
  max-width:10.5ch;
}
.hero-copy p{
  margin:0;
  max-width:620px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.hero-actions{
  display:flex;
  gap:14px;
  margin-top:28px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 26px;
  border-radius:999px;
  font-weight:700;
  font-size:15px;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(90deg, var(--teal), var(--blue));
  box-shadow:0 18px 36px rgba(21,61,138,.22);
}
.btn-secondary{
  border:1px solid rgba(16,35,74,.12);
  background:rgba(255,255,255,.8);
  color:var(--text);
}
.hero-metrics{
  display:flex;
  gap:26px;
  margin-top:34px;
  flex-wrap:wrap;
}
.hero-metrics div{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.hero-metrics strong{
  font-size:30px;
  line-height:1;
}
.hero-metrics span{
  color:var(--muted);
  font-size:14px;
}

.hero-card{
  position:relative;
  min-height:540px;
}
.hero-panel{
  position:absolute;
  inset:86px 0 0 48px;
  padding:28px;
  border-radius:32px;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(240,247,252,.94));
  border:1px solid rgba(16,35,74,.08);
  box-shadow:var(--shadow);
}
.panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.panel-badge{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(21,61,138,.08);
  color:var(--blue);
  font-weight:700;
  font-size:13px;
}
.panel-dots span{
  display:inline-block;
  width:10px;height:10px;border-radius:999px;margin-left:6px;
  background:linear-gradient(180deg, var(--teal), var(--blue));
}
.hero-panel h3{
  margin:0 0 20px;
  font-size:34px;
  line-height:1.15;
  letter-spacing:-.03em;
}
.feature-list{
  margin:0;padding:0;list-style:none;
  display:grid;gap:14px;
}
.feature-list li{
  position:relative;
  padding:18px 18px 18px 48px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  font-weight:600;
}
.feature-list li:before{
  content:"";
  position:absolute;
  left:18px; top:50%; transform:translateY(-50%);
  width:16px;height:16px;border-radius:999px;
  background:linear-gradient(180deg, var(--teal), var(--blue));
  box-shadow:0 4px 12px rgba(25,196,198,.35);
}

.mini-card{
  position:absolute;
  width:220px;
  padding:20px;
  border-radius:24px;
  color:#fff;
  background:linear-gradient(160deg, rgba(25,196,198,.98), rgba(21,61,138,.98));
  box-shadow:0 18px 34px rgba(21,61,138,.22);
}
.mini-card span{display:block;font-size:13px;opacity:.88;margin-bottom:8px}
.mini-card strong{font-size:22px;line-height:1.2}
.card-a{top:0;left:20px}
.card-b{top:42px;right:0}
.card-c{bottom:16px;left:0}

.trust-bar{
  padding:18px 0 0;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.trust-item{
  background:rgba(255,255,255,.82);
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px 20px;
  box-shadow:0 10px 24px rgba(17,36,74,.06);
}
.trust-item strong{
  display:block;
  font-size:28px;
  margin-bottom:8px;
}
.trust-item span{color:var(--muted);font-weight:500}

.section-head{
  max-width:720px;
  margin-bottom:34px;
}
.section-head h2{
  margin:16px 0 12px;
  font-size:clamp(30px, 4vw, 46px);
  line-height:1.1;
  letter-spacing:-.03em;
}
.section-head p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.service-card{
  background:rgba(255,255,255,.88);
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 30px rgba(17,36,74,.06);
  transition:transform .25s ease, box-shadow .25s ease;
}
.service-card:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 38px rgba(17,36,74,.11);
}
.icon-wrap{
  width:62px;height:62px;border-radius:18px;
  display:grid;place-items:center;
  background:linear-gradient(180deg, rgba(25,196,198,.18), rgba(21,61,138,.15));
}
.service-icon{font-size:28px}
.service-card h3{
  margin:18px 0 10px;
  font-size:26px;
  letter-spacing:-.02em;
}
.service-card p{
  margin:0 0 18px;
  color:var(--muted);
  line-height:1.7;
}
.service-card ul{
  margin:0;padding-left:18px;color:var(--text)
}
.service-card li{margin:10px 0;color:var(--muted);font-weight:500}

.two-col{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:28px;
  align-items:center;
}
.points-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:22px;
}
.point-card{
  padding:18px 20px;
  background:rgba(255,255,255,.82);
  border-radius:20px;
  border:1px solid var(--line);
  font-weight:700;
}
.info-panel{
  padding:24px;
  border-radius:30px;
  background:linear-gradient(160deg, var(--blue-deep), var(--blue));
  color:#fff;
  box-shadow:var(--shadow);
}
.info-block{
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}
.info-block + .info-block{margin-top:14px}
.info-block span{display:block;font-size:13px;opacity:.8;margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em}
.info-block strong{font-size:26px;line-height:1.2}

.tech-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.tech-pill{
  text-align:center;
  padding:18px 16px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  font-weight:700;
  box-shadow:0 10px 24px rgba(17,36,74,.06);
}

.industry-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.industry-card{
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  font-weight:700;
  box-shadow:0 10px 24px rgba(17,36,74,.05);
}

.contact-wrap{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:24px;
  align-items:center;
}
.contact-card{
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(239,246,252,.96));
  border:1px solid var(--line);
  border-radius:30px;
  padding:28px;
  box-shadow:var(--shadow);
}
.contact-item{
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.contact-item:last-child{border-bottom:none}
.contact-item span{
  display:block;
  color:var(--muted);
  margin-bottom:8px;
  font-size:14px;
}
.contact-item a{
  font-weight:800;
  font-size:20px;
  word-break:break-word;
}

.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  width:58px;height:58px;
  display:grid;place-items:center;
  border-radius:999px;
  background:linear-gradient(180deg, #2ad46c, #14a44d);
  color:#fff;
  font-size:28px;
  box-shadow:0 18px 36px rgba(20,164,77,.28);
  z-index:30;
}
.site-footer{
  padding:28px 0 40px;
}
.footer-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--line);
  padding-top:22px;
}
.footer-logo{height:44px}
.site-footer p{margin:0;color:var(--muted)}

.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.active{
  opacity:1;
  transform:none;
}

@media (max-width: 980px){
  .hero-grid,.two-col,.contact-wrap,.services-grid,.industry-grid,.tech-grid,.trust-grid{
    grid-template-columns:1fr 1fr;
  }
  .hero-card{
    min-height:520px;
  }
}
@media (max-width: 760px){
  .section{padding:74px 0}
  .menu-toggle{display:block}
  .site-nav{
    position:absolute;
    top:84px;
    left:16px;
    right:16px;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding:18px;
    border-radius:22px;
    background:rgba(255,255,255,.96);
    border:1px solid var(--line);
    box-shadow:var(--shadow);
    display:none;
  }
  .site-nav.open{display:flex}
  .hero{padding-top:36px}
  .hero-grid,.services-grid,.two-col,.contact-wrap,.industry-grid,.tech-grid,.trust-grid{
    grid-template-columns:1fr;
  }
  .hero-copy h1{max-width:none}
  .hero-panel{
    position:relative;
    inset:auto;
    margin-top:150px;
    padding:22px;
  }
  .hero-card{
    min-height:auto;
  }
  .mini-card{
    width:calc(100% - 40px);
    position:absolute;
  }
  .card-a{left:0;top:0}
  .card-b{right:0;top:86px}
  .card-c{left:14px;bottom:auto;top:172px}
  .brand-logo{height:50px}
  .footer-wrap{
    flex-direction:column;
    align-items:flex-start;
  }
  .contact-item a{font-size:18px}
}
