:root{
  --navy:#0F172A;
  --blue:#2563EB;
  --blue-2:#1D4ED8;
  --cyan:#06B6D4;
  --text:#0F172A;
  --muted:#64748B;
  --line:#E2E8F0;
  --bg:#FFFFFF;
  --soft:#F8FAFC;
  --shadow:0 18px 45px rgba(15,23,42,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}

.container{
  width:min(1160px,calc(100% - 40px));
  margin-inline:auto;
}
.section{padding:84px 0}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(15,23,42,.08);
}
.nav-wrap{
  min-height:78px;
  display:flex;
  align-items:center;
  gap:30px;
}
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.brand img{
  width:84px;
  height:auto;
  display:block;
}
.main-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:28px;
}
.main-nav a{
  position:relative;
  font-size:.95rem;
  font-weight:600;
  color:#334155;
}
.main-nav a::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-12px;
  height:2px;
  background:var(--blue);
  transform:scaleX(0);
  transition:.2s ease;
}
.main-nav a:hover::after,
.main-nav a.active::after{transform:scaleX(1)}

.menu-toggle{
  display:none;
  margin-left:auto;
  border:0;
  background:transparent;
  font-size:1.5rem;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:12px;
  font-weight:700;
  transition:.2s ease;
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  box-shadow:0 10px 25px rgba(37,99,235,.22);
}
.btn-primary:hover{transform:translateY(-2px)}
.btn-outline{
  border:1.5px solid var(--blue);
  color:var(--blue);
  background:#fff;
}
.nav-cta{margin-left:12px}

.hero{
  position:relative;
  overflow:hidden;
  padding-top:82px;
  padding-bottom:96px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(6,182,212,.08),transparent 32%),
    linear-gradient(145deg,#081124 0%,#0F172A 54%,#0B1B36 100%);
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 92%);
  pointer-events:none;
}
.hero-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(10px);
  pointer-events:none;
}
.hero-glow-one{
  width:420px;
  height:420px;
  right:-120px;
  top:-150px;
  background:radial-gradient(circle,rgba(6,182,212,.22),transparent 68%);
}
.hero-glow-two{
  width:360px;
  height:360px;
  left:-140px;
  bottom:-170px;
  background:radial-gradient(circle,rgba(37,99,235,.20),transparent 68%);
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  gap:64px;
}
.eyebrow,.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--cyan);
  background:rgba(6,182,212,.10);
  border-radius:999px;
  padding:7px 12px;
  font-size:.85rem;
  font-weight:700;
}
.hero .eyebrow{
  color:#CFFAFE;
  background:rgba(6,182,212,.12);
  border:1px solid rgba(103,232,249,.18);
}
.eyebrow img{
  width:22px;
  height:22px;
  object-fit:contain;
}
.hero h1{
  margin:22px 0 20px;
  font-size:clamp(3rem,5.5vw,5.4rem);
  line-height:.98;
  letter-spacing:-.055em;
  color:#fff;
}
.hero h1 span{
  color:var(--cyan);
  text-shadow:0 0 30px rgba(6,182,212,.18);
}
.hero p{
  margin:0;
  max-width:690px;
  color:rgba(226,232,240,.78);
  font-size:1.08rem;
}
.hero-actions{
  display:flex;
  gap:14px;
  margin-top:30px;
  flex-wrap:wrap;
}
.hero-outline{
  color:#fff;
  border-color:rgba(255,255,255,.38);
  background:rgba(255,255,255,.04);
}
.hero-outline:hover{
  border-color:rgba(255,255,255,.7);
  background:rgba(255,255,255,.08);
}
.hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:28px;
  color:rgba(226,232,240,.74);
  font-size:.88rem;
  font-weight:500;
}
.hero-points span{
  position:relative;
  padding-left:16px;
}
.hero-points span::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 14px rgba(6,182,212,.65);
}
.hero-visual{
  position:relative;
  min-height:500px;
  display:grid;
  place-items:center;
}
.hero-illustration{
  width:min(680px,100%);
  height:auto;
  display:block;
  filter:drop-shadow(0 28px 42px rgba(0,0,0,.24));
}
.section-heading{margin-bottom:34px}
.section-heading.centered{text-align:center}
.section-heading h2{
  margin:14px 0 0;
  color:var(--navy);
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.15;
  letter-spacing:-.03em;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.service-card{
  display:flex;
  gap:18px;
  align-items:flex-start;
  padding:28px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow);
}
.icon-badge,.benefit-icon{
  flex:0 0 auto;
  width:58px;height:58px;
  display:grid;place-items:center;
  border-radius:18px;
  background:rgba(37,99,235,.08);
  font-size:1.6rem;
}
.service-card h3,.benefit h3{margin:2px 0 8px;color:var(--navy)}
.service-card p,.benefit p{margin:0;color:var(--muted)}

.why{background:var(--soft)}
.benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.benefit{
  padding:28px;
  text-align:center;
}
.benefit-icon{
  margin:0 auto 18px;
  color:var(--blue);
  font-weight:800;
}

.about-card{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:40px;
  align-items:center;
  padding:42px;
  border-radius:24px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,#fff,#F8FAFC);
  box-shadow:var(--shadow);
}
.about-card h2{
  margin:14px 0 0;
  color:var(--navy);
  font-size:2.3rem;
  line-height:1.15;
}
.about-card p{margin:0;color:var(--muted);font-size:1.05rem}

.contact{padding-top:24px}
.cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:32px 36px;
  border-radius:24px;
  color:#fff;
  background:linear-gradient(120deg,#0F172A 0%,#2563EB 58%,#06B6D4 100%);
  box-shadow:0 24px 50px rgba(37,99,235,.22);
}
.cta-copy{display:flex;align-items:center;gap:18px}
.cta-icon{
  width:62px;height:62px;
  display:grid;place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  font-size:1.6rem;
}
.cta h2{margin:0 0 6px}
.cta p{margin:0;max-width:620px;color:rgba(255,255,255,.88)}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn-light{background:#fff;color:var(--blue)}
.btn-whatsapp{border:1.5px solid rgba(255,255,255,.8);color:#fff}

.site-footer{
  margin-top:80px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 20%,rgba(6,182,212,.10),transparent 34%),
    linear-gradient(135deg,#071020 0%,#0F172A 65%,#0B1426 100%);
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-wrap{
  min-height:176px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  padding:38px 0;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:20px;
}
.footer-mark-box{
  width:92px;
  height:92px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:24px;
  background:rgba(255,255,255,.96);
  box-shadow:0 16px 34px rgba(0,0,0,.24);
}
.footer-mark{
  width:65px;
  height:auto;
  filter:grayscale(1) brightness(.12) contrast(1.2);
}
.footer-copy{display:flex;flex-direction:column;gap:5px}
.footer-wordmark{
  display:flex;
  align-items:baseline;
  gap:10px;
  line-height:1;
}
.footer-wordmark strong{
  font-size:1.72rem;
  font-weight:800;
  letter-spacing:.08em;
  color:#fff;
}
.footer-wordmark span{
  font-size:1.18rem;
  font-weight:600;
  letter-spacing:.28em;
  color:rgba(255,255,255,.70);
}
.footer-tagline{
  margin:2px 0 0;
  color:rgba(255,255,255,.62);
  font-size:.96rem;
}
.footer-services{
  color:rgba(255,255,255,.86);
  font-size:.90rem;
  letter-spacing:.01em;
}
.footer-side{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}
.footer-contact-label{
  color:rgba(255,255,255,.58);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:600;
}
.footer-domain{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:#fff;
  font-weight:600;
  transition:.2s ease;
}
.footer-domain:hover{
  border-color:rgba(255,255,255,.28);
  transform:translateY(-1px);
}
.footer-domain-icon{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,255,255,.09);
}
.footer-note{
  color:rgba(255,255,255,.54);
  font-size:.88rem;
  text-align:right;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.07);
  background:rgba(0,0,0,.08);
}
.footer-bottom-wrap{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:rgba(255,255,255,.48);
  font-size:.80rem;
}

@media (max-width: 920px){
  .menu-toggle{display:block}
  .nav-cta{display:none}
  .main-nav{
    display:none;
    position:absolute;
    top:78px;
    left:20px;right:20px;
    padding:20px;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    box-shadow:var(--shadow);
  }
  .main-nav.open{display:flex}
  .main-nav a::after{display:none}
  .hero-grid,.about-card{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .hero p{margin-inline:auto}
  .hero-actions,.hero-points{justify-content:center}
  .hero-visual{max-width:720px;margin-inline:auto;min-height:420px}
  .service-grid,.benefit-grid{grid-template-columns:1fr}
  .cta{flex-direction:column;align-items:flex-start}
  .footer-wrap,
  .footer-brand{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-side{align-items:flex-start}
  .footer-note{text-align:left}
  .footer-bottom-wrap{flex-direction:column;align-items:flex-start;justify-content:center;padding:12px 0}
}

@media (max-width: 640px){
  .brand img{width:68px}
  .container{width:min(100% - 24px,1160px)}
  .section{padding:64px 0}
  .hero{padding-top:48px}
  .eyebrow img{
    width:22px;
    height:22px;
    object-fit:contain;
  }
  .hero h1{font-size:3rem}
  .hero{padding-top:56px;padding-bottom:72px}
  .hero-visual{min-height:320px}
  .hero-illustration{width:100%}
  .service-card{padding:22px}
  .about-card{padding:28px}
  .cta{padding:28px 24px}
  .cta-copy{align-items:flex-start}
  .footer-wrap{padding:28px 0}
  .footer-wordmark{flex-direction:column;align-items:flex-start;gap:6px}
  .footer-wordmark strong{font-size:1.42rem}
  .footer-wordmark span{font-size:.96rem}
  .footer-mark-box{width:82px;height:82px}
  .footer-mark{width:56px}
}
