
:root{
  --bg:#06111f;
  --bg2:#0a1930;
  --text:#0f172a;
  --muted:#475569;
  --line:#dbe4f0;
  --blue:#165dff;
  --blue-2:#3b82f6;
  --dark:#07101d;
  --white:#ffffff;
  --card:#ffffff;
  --shadow:0 18px 40px rgba(10,25,48,.10);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 28%);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}

.container{width:min(1160px, calc(100% - 32px)); margin:0 auto}

.bg-orb{
  position:fixed;
  z-index:-1;
  border-radius:50%;
  filter:blur(70px);
  opacity:.35;
}
.orb-1{width:260px;height:260px;background:#3b82f6;top:60px;right:60px}
.orb-2{width:220px;height:220px;background:#93c5fd;top:420px;left:20px}

.site-header{
  position:sticky; top:0; z-index:40;
  backdrop-filter: blur(14px);
  background:rgba(255,255,255,.72);
  border-bottom:1px solid rgba(219,228,240,.8);
}
.nav{
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  min-height:82px;
}
.brand{display:flex; align-items:center; gap:14px}
.logo{width:64px; border-radius:16px; background:#fff; box-shadow:var(--shadow)}
.brand strong{display:block; font-size:1rem}
.brand span{display:block; color:#64748b; font-size:.92rem}

.menu{display:flex; gap:24px; color:#334155; font-weight:500}
.menu a{position:relative}
.menu a:after{
  content:""; position:absolute; left:0; bottom:-6px; width:0; height:2px;
  background:var(--blue); transition:.25s ease;
}
.menu a:hover:after{width:100%}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:48px; padding:0 18px; border-radius:16px; font-weight:700;
  border:1px solid transparent; transition:transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg, var(--blue), var(--blue-2)); color:#fff; box-shadow:0 16px 30px rgba(22,93,255,.24)}
.btn-secondary{background:#fff; border-color:#dbe4f0; color:#0f172a}

.hero{padding:72px 0 44px}
.hero-grid{
  display:grid; grid-template-columns:1.05fr .95fr; gap:34px; align-items:center;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 14px; border-radius:999px;
  background:#0f172a; color:#fff; font-size:.76rem; letter-spacing:.14em; text-transform:uppercase; font-weight:700;
}
.eyebrow.blue{background:#eaf2ff; color:var(--blue)}
h1{
  margin:18px 0 16px;
  font-size:clamp(2.25rem, 6vw, 4.5rem);
  line-height:1.02;
  letter-spacing:-.04em;
}
.lead{
  font-size:1.05rem; line-height:1.8; color:var(--muted); max-width:720px;
}
.hero-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:28px}
.hero-metrics{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:30px;
}
.hero-metrics div{
  background:rgba(255,255,255,.8); border:1px solid #e6edf6; border-radius:20px; padding:16px;
  box-shadow:var(--shadow)
}
.hero-metrics strong{display:block; margin-bottom:6px}
.hero-metrics span{font-size:.92rem; color:var(--muted)}

.hero-panel{display:grid; gap:18px}
.glass-card{
  background:rgba(8,18,34,.92); color:#fff;
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px; padding:26px; box-shadow:0 22px 40px rgba(7,16,29,.22);
}
.card-kicker{display:block; color:#93c5fd; text-transform:uppercase; letter-spacing:.14em; font-size:.76rem; margin-bottom:12px; font-weight:700}
.feature-list{margin:0; padding-left:18px; display:grid; gap:12px; line-height:1.7}
.hero-project-card{
  position:relative; overflow:hidden; border-radius:28px; box-shadow:var(--shadow); min-height:340px;
}
.hero-project-card img{width:100%; height:100%; object-fit:cover; transition:transform .7s ease}
.hero-project-card:hover img{transform:scale(1.05)}
.overlay{
  position:absolute; inset:auto 0 0 0;
  padding:22px;
  background:linear-gradient(180deg, rgba(6,17,31,0), rgba(6,17,31,.88));
  color:#fff;
}
.overlay strong{display:block; font-size:1.05rem; margin-bottom:4px}
.overlay span{color:#d8e5ff}

.section{padding:86px 0}
.section-dark{
  background:linear-gradient(180deg, #081223, #0b1830);
  color:#fff;
}
.section-head{max-width:760px; margin-bottom:28px}
.section-head h2{
  margin:14px 0 10px;
  font-size:clamp(1.8rem, 4vw, 3rem);
  line-height:1.08;
  letter-spacing:-.03em;
}
.section-head p{margin:0; color:var(--muted); line-height:1.8}
.section-dark .section-head p{color:#c9d7ee}

.service-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:18px;
}
.service-card{
  background:#fff; border:1px solid #e5edf7; border-radius:24px; padding:24px; box-shadow:var(--shadow)
}
.service-card h3{margin:0 0 10px; font-size:1.1rem}
.service-card p{margin:0; color:var(--muted); line-height:1.75}

.segments-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:18px;
}
.segment{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  border-radius:22px;
  padding:22px;
}
.segment strong{display:block; margin-bottom:8px; font-size:1.05rem}
.segment span{color:#d6e2f4; line-height:1.7}

.projects-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
}
.project-card{
  background:#fff; border:1px solid #e5edf7; border-radius:26px; overflow:hidden; box-shadow:var(--shadow)
}
.project-image{
  display:block; width:100%; border:none; background:none; padding:0; cursor:pointer;
}
.project-image img{
  width:100%; aspect-ratio: 16 / 11; object-fit:cover; transition:transform .6s ease, filter .3s ease;
}
.project-card:hover .project-image img{transform:scale(1.04)}
.project-body{padding:18px 18px 22px}
.tag{
  display:inline-block; font-size:.76rem; font-weight:700; letter-spacing:.08em;
  text-transform:uppercase; color:var(--blue); background:#edf4ff; padding:7px 10px; border-radius:999px;
}
.project-body h3{margin:12px 0 10px; font-size:1.1rem}
.project-body p{margin:0; color:var(--muted); line-height:1.72}

.cta-section{padding-top:20px}
.cta-box{
  background:linear-gradient(135deg, #081223, #0d1b33);
  color:#fff; border-radius:32px; padding:34px; box-shadow:0 24px 50px rgba(7,16,29,.22)
}
.cta-box h2{margin:12px 0 8px; font-size:clamp(1.8rem, 4vw, 2.6rem)}
.cta-box p{color:#d6e2f4}
.contact-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:24px;
}
.contact-item{
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08);
  border-radius:18px; padding:16px;
}
.contact-item span{display:block; color:#aac2e8; font-size:.76rem; text-transform:uppercase; letter-spacing:.12em; margin-bottom:8px}
.contact-item strong{font-size:.96rem}
.address{
  margin-top:14px; padding:16px 18px; border-radius:18px; background:rgba(255,255,255,.06); color:#e8f0ff
}

.site-footer{padding:26px 0 38px}
.footer-wrap{
  display:flex; justify-content:space-between; gap:16px; color:#64748b; font-size:.95rem
}

.reveal{
  opacity:0; transform:translateY(30px); transition:opacity .7s ease, transform .7s ease;
}
.reveal.in-view{opacity:1; transform:translateY(0)}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.22s}

.lightbox{
  position:fixed; inset:0; z-index:100;
  display:none; align-items:center; justify-content:center;
  background:rgba(3,10,20,.82); padding:20px;
}
.lightbox.open{display:flex}
.lightbox-content{
  margin:0; max-width:min(1100px, 96vw);
}
.lightbox-content img{
  max-height:82vh; border-radius:20px; box-shadow:0 24px 50px rgba(0,0,0,.35)
}
.lightbox-content figcaption{
  color:#fff; margin-top:12px; text-align:center; font-weight:600
}
.lightbox-close{
  position:absolute; top:18px; right:20px;
  width:48px; height:48px; border:none; border-radius:999px;
  background:rgba(255,255,255,.12); color:#fff; font-size:2rem; cursor:pointer;
}

@media (max-width: 1100px){
  .service-grid, .segments-grid{grid-template-columns:repeat(2,1fr)}
  .projects-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 920px){
  .menu{display:none}
  .hero-grid, .service-grid, .segments-grid, .projects-grid, .contact-grid, .hero-metrics{grid-template-columns:1fr}
  .nav{min-height:74px}
}
@media (max-width: 640px){
  .brand span{display:none}
  .btn{width:100%}
  .hero-actions{flex-direction:column}
  .footer-wrap{flex-direction:column}
  .cta-box, .glass-card{padding:22px}
}


.logo-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.logo{
  width:78px;
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 36px rgba(10,25,48,.14);
  transition:transform .35s ease;
}
.brand:hover .logo{transform:scale(1.04)}
.logo-spark{
  position:absolute;
  right:-6px;
  top:8px;
  width:10px;
  height:46px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(22,93,255,.0), rgba(22,93,255,.95), rgba(147,197,253,.0));
  filter:blur(.2px);
  box-shadow:0 0 18px rgba(59,130,246,.55);
  animation:logoPulse 2.4s ease-in-out infinite;
}
@keyframes logoPulse{
  0%,100%{opacity:.45; transform:scaleY(.7)}
  50%{opacity:1; transform:scaleY(1.08)}
}

.hero-technical-line{
  display:flex;
  gap:10px;
  margin:18px 0 8px;
}
.hero-technical-line span{
  display:block;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--blue), #9dc4ff);
  position:relative;
  overflow:hidden;
}
.hero-technical-line span:nth-child(1){width:120px}
.hero-technical-line span:nth-child(2){width:74px}
.hero-technical-line span:nth-child(3){width:38px}
.hero-technical-line span:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent);
  transform:translateX(-120%);
  animation:scan 2.2s linear infinite;
}
.hero-technical-line span:nth-child(2):after{animation-delay:.25s}
.hero-technical-line span:nth-child(3):after{animation-delay:.5s}

@keyframes scan{
  to{transform:translateX(120%)}
}

.engineering-panel{
  position:relative;
  overflow:hidden;
}
.engineering-panel:before{
  content:"";
  position:absolute;
  inset:auto -40px -40px auto;
  width:180px;
  height:180px;
  border-radius:50%;
  border:1px solid rgba(147,197,253,.14);
}
.engineering-panel:after{
  content:"";
  position:absolute;
  inset:18px 18px auto auto;
  width:84px;
  height:84px;
  border-top:1px solid rgba(147,197,253,.18);
  border-right:1px solid rgba(147,197,253,.18);
  border-radius:0 18px 0 0;
}
.blueprint-grid{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(147,197,253,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147,197,253,.16) 1px, transparent 1px);
  background-size:26px 26px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.35));
}
.blueprint-grid span{
  position:absolute;
  border:1px solid rgba(147,197,253,.28);
  animation:floatLine 6s ease-in-out infinite;
}
.blueprint-grid span:nth-child(1){left:22px; top:26px; width:110px; height:58px; animation-delay:0s}
.blueprint-grid span:nth-child(2){right:30px; top:52px; width:70px; height:70px; border-radius:50%; animation-delay:1s}
.blueprint-grid span:nth-child(3){left:110px; bottom:40px; width:140px; height:18px; animation-delay:2s}
.blueprint-grid span:nth-child(4){right:80px; bottom:34px; width:18px; height:110px; animation-delay:3s}
@keyframes floatLine{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}

.engineering-stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:18px;
  position:relative;
  z-index:1;
}
.engineering-stats div{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
  border-radius:18px;
  padding:14px;
}
.engineering-stats b{
  display:block;
  margin-bottom:6px;
  color:#fff;
}
.engineering-stats small{
  color:#cbd8ef;
  line-height:1.5;
  display:block;
}

@media (max-width: 640px){
  .engineering-stats{grid-template-columns:1fr}
  .logo{width:68px}
}


.trusted-section{
  padding-top: 30px;
  padding-bottom: 30px;
}
.trusted-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:16px;
  align-items:stretch;
}
.trusted-logo-card{
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:24px;
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  box-shadow:var(--shadow);
  transition:transform .25s ease, box-shadow .25s ease;
}
.trusted-logo-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 44px rgba(10,25,48,.12);
}
.trusted-logo-card img{
  max-width:100%;
  max-height:84px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter: saturate(1.02);
}

@media (max-width: 1100px){
  .trusted-grid{grid-template-columns: repeat(3, 1fr);}
}
@media (max-width: 700px){
  .trusted-grid{grid-template-columns: repeat(2, 1fr);}
  .trusted-logo-card{min-height:120px; padding:16px;}
  .trusted-logo-card img{max-height:64px;}
}


.logo-badge{
  position:relative;
  width:108px;
  height:108px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(240,247,255,.96));
  border:1px solid rgba(165,190,230,.45);
  box-shadow:
    0 22px 46px rgba(10,25,48,.14),
    inset 0 1px 0 rgba(255,255,255,.95);
  overflow:hidden;
  animation:badgeIntro 1.2s ease both;
}
.logo-badge:before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:22px;
  border:1px solid rgba(22,93,255,.12);
  pointer-events:none;
}
.logo-ring{
  position:absolute;
  border-radius:50%;
  border:1px dashed rgba(22,93,255,.18);
  animation:rotateRing 18s linear infinite;
}
.ring-1{width:92px; height:92px;}
.ring-2{
  width:72px; height:72px;
  border-style:solid;
  border-color:rgba(59,130,246,.10);
  animation-direction:reverse;
  animation-duration:12s;
}
.logo-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:3;
}
.logo{
  width:82px;
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 36px rgba(10,25,48,.14);
  transition:transform .35s ease;
  animation:logoSettle 1.2s cubic-bezier(.2,.8,.2,1) both;
}
.brand:hover .logo{transform:scale(1.05)}
.logo-spark{
  position:absolute;
  right:-6px;
  top:8px;
  width:10px;
  height:46px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(22,93,255,.0), rgba(22,93,255,.95), rgba(147,197,253,.0));
  box-shadow:0 0 18px rgba(59,130,246,.55);
  animation:logoPulse 2.4s ease-in-out infinite;
  z-index:4;
}
.logo-blue-glow{
  position:absolute;
  width:24px;
  height:78px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(59,130,246,0), rgba(59,130,246,.95), rgba(147,197,253,0));
  filter:blur(8px);
  left:56px;
  top:15px;
  opacity:.75;
  animation:bluePass 3.2s ease-in-out infinite;
  z-index:2;
}
.logo-trace{
  position:absolute;
  background:linear-gradient(90deg, transparent, rgba(22,93,255,.95), transparent);
  z-index:1;
  opacity:.95;
}
.trace-top{
  top:12px;
  left:14px;
  height:2px;
  width:78px;
  transform-origin:left;
  animation:drawX 1.2s ease .15s both;
}
.trace-side{
  right:14px;
  top:14px;
  width:2px;
  height:80px;
  background:linear-gradient(180deg, transparent, rgba(22,93,255,.95), transparent);
  transform-origin:top;
  animation:drawY 1.2s ease .3s both;
}
.trace-bottom{
  bottom:12px;
  left:18px;
  width:72px;
  height:2px;
  transform-origin:left;
  animation:drawX 1.2s ease .45s both;
}

@keyframes badgeIntro{
  0%{opacity:0; transform:translateY(12px) scale(.92) rotate(-4deg)}
  100%{opacity:1; transform:translateY(0) scale(1) rotate(0)}
}
@keyframes logoSettle{
  0%{opacity:0; transform:scale(.86) rotate(-3deg)}
  100%{opacity:1; transform:scale(1) rotate(0)}
}
@keyframes drawX{
  0%{transform:scaleX(0); opacity:0}
  100%{transform:scaleX(1); opacity:1}
}
@keyframes drawY{
  0%{transform:scaleY(0); opacity:0}
  100%{transform:scaleY(1); opacity:1}
}
@keyframes bluePass{
  0%,100%{transform:translateX(-10px); opacity:.35}
  50%{transform:translateX(8px); opacity:.9}
}
@keyframes rotateRing{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

@media (max-width: 640px){
  .logo-badge{
    width:88px;
    height:88px;
    border-radius:24px;
  }
  .logo{width:66px}
  .ring-1{width:74px;height:74px}
  .ring-2{width:58px;height:58px}
  .trace-top{width:62px}
  .trace-side{height:62px}
  .trace-bottom{width:58px}
  .logo-blue-glow{
    left:44px;
    top:12px;
    height:60px;
  }
}


/* Upgrades v6 */
.trusted-grid{
  position:relative;
}
.trusted-logo-card img{
  filter: grayscale(1) opacity(.88);
  transition: filter .35s ease, transform .35s ease;
}
.trusted-logo-card:hover img{
  filter: grayscale(0) opacity(1);
  transform: scale(1.04);
}

/* Stronger engineering hero background */
.hero{
  position:relative;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(22,93,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,93,255,.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.15));
  pointer-events:none;
}
.hero:after{
  content:"";
  position:absolute;
  right:-120px;
  top:40px;
  width:560px;
  height:560px;
  background:
    radial-gradient(circle at center, rgba(59,130,246,.10), transparent 55%);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  z-index:1;
}

.hero-structural-bg{
  position:absolute;
  right:4%;
  top:110px;
  width:320px;
  height:220px;
  pointer-events:none;
  opacity:.22;
  z-index:0;
}
.hero-structural-bg span{
  position:absolute;
  display:block;
  background:#1d4ed8;
  border-radius:999px;
  animation: beamPulse 3.4s ease-in-out infinite;
}
.hero-structural-bg .b1{left:0; top:32px; width:220px; height:3px;}
.hero-structural-bg .b2{left:28px; top:84px; width:230px; height:3px; animation-delay:.4s;}
.hero-structural-bg .b3{left:80px; top:136px; width:180px; height:3px; animation-delay:.8s;}
.hero-structural-bg .v1{left:34px; top:34px; width:3px; height:102px; animation-delay:.2s;}
.hero-structural-bg .v2{left:118px; top:34px; width:3px; height:104px; animation-delay:.5s;}
.hero-structural-bg .v3{left:202px; top:34px; width:3px; height:104px; animation-delay:.9s;}
.hero-structural-bg .d1{
  left:30px; top:35px; width:120px; height:3px;
  transform: rotate(28deg); transform-origin:left center;
}
.hero-structural-bg .d2{
  left:115px; top:86px; width:110px; height:3px;
  transform: rotate(-28deg); transform-origin:left center; animation-delay:.6s;
}
@keyframes beamPulse{
  0%,100%{opacity:.35}
  50%{opacity:.9}
}

/* Floating WhatsApp button */
.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:60;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(135deg, #0f172a, #165dff);
  color:#fff;
  box-shadow:0 18px 40px rgba(10,25,48,.28);
  font-weight:800;
  letter-spacing:.01em;
}
.whatsapp-float small{
  display:block;
  font-size:.75rem;
  font-weight:600;
  opacity:.9;
}
.whatsapp-float:hover{
  transform:translateY(-2px);
}
.whatsapp-float .wa-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 0 rgba(34,197,94,.55);
  animation: waPulse 1.8s infinite;
}
@keyframes waPulse{
  0%{box-shadow:0 0 0 0 rgba(34,197,94,.55)}
  70%{box-shadow:0 0 0 12px rgba(34,197,94,0)}
  100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}
}

/* SEO support hidden text area */
.seo-text{
  padding-top:8px;
}
.seo-text p{
  color:#64748b;
  line-height:1.8;
  margin:10px 0 0;
}

@media (max-width: 920px){
  .hero-structural-bg{display:none}
}
@media (max-width: 640px){
  .whatsapp-float{
    right:14px;
    left:14px;
    bottom:14px;
    justify-content:center;
  }
}


.stats-section{
  padding-top: 36px;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.stat-card{
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow);
}
.stat-card strong{
  display:block;
  font-size:clamp(1.8rem, 4vw, 3rem);
  line-height:1;
  letter-spacing:-.04em;
  color:#0f172a;
  margin-bottom:10px;
}
.stat-card span{
  display:block;
  color:#64748b;
  line-height:1.7;
}

.segment i{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:#9ec2ff;
  font-style:normal;
  font-size:1.1rem;
  margin-bottom:14px;
}

.quote-float{
  position:fixed;
  top:92px;
  right:18px;
  z-index:55;
  background:#ffffff;
  color:#0f172a;
  border:1px solid #dbe4f0;
  min-height:46px;
  padding:0 16px;
  border-radius:999px;
  display:flex;
  align-items:center;
  font-weight:800;
  box-shadow:0 14px 30px rgba(10,25,48,.10);
}

.footer-main{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:24px;
  padding:28px 0 10px;
  border-top:1px solid #e5edf7;
}
.footer-brand-block p{
  color:#64748b;
  line-height:1.8;
  margin:10px 0 0;
}
.footer-title{
  font-size:1.2rem;
  font-weight:800;
}
.footer-col{
  display:grid;
  gap:10px;
}
.footer-col strong{
  color:#0f172a;
}
.footer-col a,
.footer-col span{
  color:#64748b;
}

@media (max-width: 1100px){
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media (max-width: 700px){
  .stats-grid,
  .footer-main{grid-template-columns:1fr}
  .quote-float{
    top:auto;
    bottom:84px;
    right:14px;
    left:14px;
    justify-content:center;
  }
}

.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.testimonial{
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:20px;
  padding:20px;
  font-style:italic;
  color:#334155;
  box-shadow:var(--shadow);
}

.map-box{
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.map-box iframe{
  width:100%;
  height:320px;
}

@media (max-width:900px){
  .testimonials-grid{grid-template-columns:1fr}
}

.site-footer{
  animation: fadeUp .8s ease;
}
@keyframes fadeUp{
  from{opacity:0; transform:translateY(20px)}
  to{opacity:1; transform:translateY(0)}
}



.logo-badge-as{
  width:112px;
  height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  position:relative;
}
.logo-badge-as::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:22px;
  border:1px solid rgba(22,93,255,.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}
.logo-badge-as::after{
  content:"";
  position:absolute;
  inset:auto -8px -8px auto;
  width:56px;
  height:56px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(59,130,246,.22), transparent 70%);
  filter:blur(6px);
}

.logo-animada-premium{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:900;
  line-height:1;
  z-index:2;
}

.logo-animada-premium .linha{
  width:3px;
  height:54px;
  border-radius:999px;
  background:linear-gradient(180deg, #0f172a 0%, #165dff 55%, #9dc4ff 100%);
  transform:scaleY(0);
  transform-origin:center;
  box-shadow:0 0 16px rgba(59,130,246,.35);
  animation:linhaEntradaAS .8s ease forwards;
}

.logo-animada-premium .letra{
  opacity:0;
  display:inline-block;
  letter-spacing:-0.06em;
  filter:drop-shadow(0 10px 20px rgba(10,25,48,.10));
}

.logo-animada-premium .a{
  font-size:4rem;
  color:#165dff;
  transform:translateX(30px);
  animation:entraAas .9s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay:.8s;
}

.logo-animada-premium .s{
  font-size:3.95rem;
  color:#111827;
  transform:translateX(-30px);
  animation:entraSas .9s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay:.8s;
}

.logo-animada-premium::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:0;
  height:2px;
  transform:translate(-50%, -50%);
  background:linear-gradient(90deg, transparent, #60a5fa, #2563eb, transparent);
  opacity:0;
  filter:blur(.2px);
  animation:brilhoAS 1.4s ease forwards;
  animation-delay:1.4s;
}


@media (max-width: 640px){
  .logo-badge-as{
    width:90px;
    height:90px;
  }
  .logo-animada-premium .a{font-size:3.1rem}
  .logo-animada-premium .s{font-size:3rem}
  .logo-animada-premium .linha{height:42px}
}







.logo-animada-premium{
  gap: 6px;
  font-weight: 700;
}

.logo-animada-premium .letra{
  font-weight: 700;
  letter-spacing: -0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  transform: translateX(0);
}

.logo-animada-premium .a{
  font-size: 3.6rem;
}

.logo-animada-premium .s{
  font-size: 3.5rem;
}

.logo-animada-premium .linha{
  opacity: 0;
  transform: scaleY(0);
}

.logo-animada-premium .slash-cut{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 78px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(160,200,255,.15) 0%, #111827 18%, #165dff 55%, rgba(160,200,255,.65) 100%);
  box-shadow: 0 0 12px rgba(59,130,246,.18);
  transform: translate(-50%, -50%) rotate(18deg);
  transform-origin: center;
  opacity: 1;
  z-index: 4;
}

.logo-badge-as::before{
  opacity:.95;
}

/* primeira visita: intro + corte final */
body.logo-first-visit .logo-animada-premium .linha{
  opacity: 1;
  transform: scaleY(0);
  animation: linhaEntradaAS .8s ease forwards, linhaSaiAS .55s ease forwards 2.15s;
}
body.logo-first-visit .logo-animada-premium .a{
  opacity: 0;
  transform: translateX(30px);
  animation: entraAas .9s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: .8s;
}
body.logo-first-visit .logo-animada-premium .s{
  opacity: 0;
  transform: translateX(-30px);
  animation: entraSas .9s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: .8s;
}
body.logo-first-visit .logo-animada-premium::after{
  animation: brilhoAS 1.4s ease forwards;
  animation-delay: 1.4s;
}
body.logo-first-visit .logo-animada-premium .slash-cut{
  opacity: 0;
  height: 64px;
  transform: translate(-50%, -50%) rotate(0deg) scaleY(.65);
  animation: slashCutAS .85s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: 2s;
}



@media (max-width: 640px){
  .logo-animada-premium .a{font-size:3rem}
  .logo-animada-premium .s{font-size:2.95rem}
  .logo-animada-premium .slash-cut{
    height: 64px;
  }
}



.logo-animada-premium{
  position: relative;
  gap: 10px;
  font-weight: 700;
}

.logo-animada-premium .letra{
  font-weight: 700;
  letter-spacing: -0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  transform: translateX(0);
  position: relative;
  z-index: 2;
}

.logo-animada-premium .a{
  font-size: 3.55rem;
  color: #165dff;
}

.logo-animada-premium .s{
  font-size: 3.45rem;
  color: #111827;
}

.logo-animada-premium .linha{
  position: absolute;
  left: 49%;
  top: 50%;
  width: 2px;
  height: 78px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(185,210,255,.55) 0%, #111827 18%, #165dff 62%, rgba(185,210,255,.85) 100%);
  box-shadow: 0 0 10px rgba(59,130,246,.18);
  transform: translate(-50%, -50%) rotate(18deg) scaleY(1);
  transform-origin: center;
  opacity: 1;
  z-index: 4;
}

.logo-animada-premium .slash-cut{
  display: none !important;
}

/* Estado da primeira visita */
body.logo-first-visit .logo-animada-premium .a{
  opacity: 0;
  transform: translateX(28px);
  animation: entraAasV12 .85s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: .72s;
}

body.logo-first-visit .logo-animada-premium .s{
  opacity: 0;
  transform: translateX(-28px);
  animation: entraSasV12 .85s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: .72s;
}

body.logo-first-visit .logo-animada-premium .linha{
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scaleY(0);
  animation:
    linhaRevealV12 .7s ease forwards,
    linhaMorphV12 .65s cubic-bezier(.2,.8,.2,1) forwards 1.75s;
}

body.logo-first-visit .logo-animada-premium::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:0;
  height:2px;
  transform:translate(-50%, -50%);
  background:linear-gradient(90deg, transparent, #60a5fa, #2563eb, transparent);
  opacity:0;
  filter:blur(.15px);
  animation: brilhoASV12 1.2s ease forwards;
  animation-delay:1.1s;
}

@keyframes linhaRevealV12{
  from{transform: translate(-50%, -50%) rotate(0deg) scaleY(0); opacity:.35}
  to{transform: translate(-50%, -50%) rotate(0deg) scaleY(1); opacity:1}
}

@keyframes linhaMorphV12{
  0%{
    transform: translate(-50%, -50%) rotate(0deg) scaleY(1);
  }
  100%{
    transform: translate(-50%, -50%) rotate(18deg) scaleY(1);
  }
}

@keyframes entraAasV12{
  from{opacity:0; transform:translateX(28px)}
  to{opacity:1; transform:translateX(0)}
}

@keyframes entraSasV12{
  from{opacity:0; transform:translateX(-28px)}
  to{opacity:1; transform:translateX(0)}
}

@keyframes brilhoASV12{
  0%{opacity:0; width:0}
  45%{opacity:1; width:76px}
  100%{opacity:0; width:110px}
}

@media (max-width: 640px){
  .logo-animada-premium .a{font-size:3rem}
  .logo-animada-premium .s{font-size:2.9rem}
  .logo-animada-premium .linha{height:64px}
}


/* v13 - animação usando a logo original enviada */
.logo-badge-real{
  width:112px;
  height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}

.logo-real-wrap{
  position:relative;
  width:78px;
  height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.logo-real-img{
  width:78px;
  height:auto;
  display:block;
  position:relative;
  z-index:2;
  filter: drop-shadow(0 10px 18px rgba(10,25,48,.08));
}

.logo-real-sweep{
  position:absolute;
  left:50%;
  top:50%;
  width:2px;
  height:86px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(180,210,255,.0), rgba(22,93,255,.95), rgba(15,23,42,.95), rgba(180,210,255,.0));
  transform:translate(-50%,-50%) rotate(0deg);
  transform-origin:center;
  opacity:0;
  z-index:3;
  box-shadow:0 0 14px rgba(59,130,246,.25);
  mix-blend-mode:screen;
}

/* primeira visita */
body.logo-first-visit .logo-real-img{
  opacity:0;
  transform:scale(.92);
  animation:logoRealFadeIn .8s ease forwards;
  animation-delay:.15s;
}

body.logo-first-visit .logo-real-sweep{
  animation:
    logoSweepAppear .55s ease forwards,
    logoSweepRotate .75s cubic-bezier(.2,.8,.2,1) forwards .85s;
}

@keyframes logoRealFadeIn{
  from{opacity:0; transform:scale(.92)}
  to{opacity:1; transform:scale(1)}
}

@keyframes logoSweepAppear{
  0%{
    opacity:0;
    transform:translate(-50%,-50%) rotate(0deg) scaleY(.15);
  }
  100%{
    opacity:1;
    transform:translate(-50%,-50%) rotate(0deg) scaleY(1);
  }
}

@keyframes logoSweepRotate{
  0%{
    opacity:1;
    transform:translate(-50%,-50%) rotate(0deg);
  }
  100%{
    opacity:1;
    transform:translate(-50%,-50%) rotate(18deg);
  }
}

@media (max-width: 640px){
  .logo-badge-real{
    width:92px;
    height:92px;
  }
  .logo-real-wrap{
    width:64px;
    height:64px;
  }
  .logo-real-img{
    width:64px;
  }
  .logo-real-sweep{
    height:72px;
  }
}
