*{box-sizing:border-box}
:root{
  --bg:#07101f;
  --bg2:#0a1628;
  --panel:#0c1a2d;
  --panel2:#0f2139;
  --text:#f8fbff;
  --muted:#a9b6c9;
  --blue:#169cff;
  --blue2:#087bff;
  --line:rgba(255,255,255,.11);
  --gold:#b88a33;
  --max:1220px
}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:320px;
  font-family:"Manrope",sans-serif;
  color:var(--text);
  background:
    linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px),
    radial-gradient(circle at 85% 12%,rgba(20,112,255,.12),transparent 32rem),
    radial-gradient(circle at 5% 64%,rgba(0,81,255,.08),transparent 30rem),
    var(--bg);
  background-size:72px 72px,72px 72px,auto,auto,auto;
  overflow-x:hidden
}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.page-glow{position:fixed;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:-1}
.page-glow-a{width:420px;height:420px;background:rgba(0,106,255,.08);right:-160px;top:120px}
.page-glow-b{width:350px;height:350px;background:rgba(24,160,255,.05);left:-160px;bottom:80px}
.topbar{
  width:min(calc(100% - 48px),var(--max));
  min-height:92px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid var(--line);position:relative;z-index:30
}
.brand{display:flex;align-items:center;gap:12px}
.brand-box{
  width:52px;height:52px;border-radius:14px;background:#fff;
  display:grid;place-items:center;padding:6px;overflow:hidden
}
.brand-box img{width:100%;height:100%;object-fit:contain}
.brand-name{font-weight:800;font-size:21px}
.nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:700}
.nav>a:not(.nav-cta){color:var(--muted)}
.nav>a:hover{color:#fff}
.nav-cta{padding:13px 18px;border:1px solid var(--line);border-radius:999px}
.menu-button{display:none;background:transparent;border:1px solid var(--line);width:44px;height:44px;border-radius:50%}
.menu-button span{display:block;width:18px;height:1px;background:#fff;margin:5px auto}
.hero{
  width:min(calc(100% - 48px),var(--max));margin:0 auto;
  min-height:760px;padding:84px 0 104px;
  display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center
}
.eyebrow,.kicker{
  font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)
}
.eyebrow{display:inline-flex;align-items:center;gap:10px}
.eyebrow span{width:24px;height:1px;background:var(--blue)}
h1,h2,h3,p{margin-top:0}
h1{
  margin:28px 0 28px;font-size:clamp(52px,6.2vw,91px);
  line-height:.94;letter-spacing:-.06em;font-weight:800
}
h1 em{display:block;color:var(--blue);font-style:normal}
.hero-copy>p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.75}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:38px}
.button{
  min-height:58px;padding:0 24px;border-radius:16px;
  display:inline-flex;align-items:center;justify-content:center;gap:20px;
  font-weight:800;border:1px solid transparent;cursor:pointer;transition:.25s ease
}
.button:hover{transform:translateY(-2px)}
.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));box-shadow:0 18px 50px rgba(22,156,255,.22)}
.secondary{border-color:var(--line);background:rgba(255,255,255,.02)}
.hero-note{margin-top:48px;padding-left:18px;border-left:2px solid var(--blue);display:flex;flex-direction:column;gap:5px}
.hero-note span{color:var(--muted);font-size:14px}
.hero-visual{min-height:600px;display:grid;place-items:center;position:relative}
.brand-panel{
  width:min(470px,82vw);aspect-ratio:1;border-radius:40px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.15);padding:22px;
  box-shadow:0 36px 100px rgba(0,0,0,.35);transform:rotate(-3deg)
}
.brand-panel-inner{
  width:100%;height:100%;background:#fff;border-radius:28px;
  display:grid;place-items:center;padding:28px;overflow:hidden
}
.brand-panel img{width:100%;height:100%;object-fit:contain}
.float-card{
  position:absolute;padding:16px 20px;border:1px solid rgba(255,255,255,.14);
  background:rgba(7,16,31,.88);backdrop-filter:blur(16px);border-radius:18px;
  box-shadow:0 22px 60px rgba(0,0,0,.3);z-index:3
}
.float-card small,.float-card strong{display:block}
.float-card small{color:var(--muted);font-size:11px;margin-bottom:4px}
.float-card strong{font-size:14px}
.float-card-a{left:-18px;top:22%}
.float-card-b{right:-12px;bottom:20%}
.manifesto{
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.018);padding:62px 24px
}
.manifesto p{
  width:min(100%,1080px);margin:0 auto;text-align:center;
  font-size:clamp(28px,4vw,52px);line-height:1.2;letter-spacing:-.04em;font-weight:700
}
.manifesto span{color:var(--blue)}
.section{width:min(calc(100% - 48px),var(--max));margin:0 auto;padding:120px 0}
.section-head{display:flex;gap:28px;align-items:flex-start;margin-bottom:58px}
.section-index{
  width:54px;height:54px;border:1px solid rgba(22,156,255,.45);
  border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:12px;font-weight:800;flex:none
}
.section-head h2,.solution-copy h2,.contact-copy h2{
  margin:8px 0 0;font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.05em
}
.section-head h2 span,.solution-copy h2 span{color:#d9e2ee}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.process-card{
  min-height:410px;padding:30px;border:1px solid rgba(255,255,255,.14);
  border-radius:26px;background:linear-gradient(160deg,rgba(17,35,59,.86),rgba(8,19,34,.92));
  display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden
}
.process-card::after{
  content:"";position:absolute;inset:auto -40% -35% 10%;height:210px;border-radius:50%;
  background:rgba(22,156,255,.09);filter:blur(36px)
}
.card-top{position:absolute;top:30px;left:30px}
.step{font-size:15px;font-weight:800;color:#a7b8cf;display:block}
.mini-bar{display:block;width:28px;height:4px;border-radius:99px;background:var(--blue);margin-top:12px}
.line-icon{font-size:46px;color:var(--blue);margin-bottom:26px;position:relative;z-index:2}
.process-card h3{font-size:28px;line-height:1.08;margin-bottom:20px;position:relative;z-index:2}
.process-card p{color:var(--muted);line-height:1.7;font-size:14px;margin:0;position:relative;z-index:2}
.process-card-active{border-color:rgba(22,156,255,.8);box-shadow:0 0 0 1px rgba(22,156,255,.25),0 0 36px rgba(22,156,255,.22)}
.process-card-active::before{
  content:"";position:absolute;inset:-30% -20% auto auto;width:250px;height:250px;border-radius:50%;
  background:rgba(22,156,255,.15);filter:blur(24px)
}
.solution-section{display:grid;grid-template-columns:.88fr 1.12fr;gap:86px;align-items:start}
.solution-copy{position:sticky;top:40px}
.solution-index{margin-bottom:42px}
.solution-copy h2{margin-bottom:0}
.copy-line{width:60px;height:2px;background:var(--blue);margin:52px 0 34px}
.solution-text{max-width:480px;color:var(--muted);font-size:17px;line-height:1.75}
.solution-list{
  border:1px solid var(--line);border-radius:18px;overflow:hidden;background:rgba(5,15,29,.42)
}
.solution-row{
  min-height:143px;display:grid;grid-template-columns:68px 1px 1fr 58px;
  align-items:center;gap:28px;padding:28px 30px;border-bottom:1px solid var(--line);
  transition:.25s ease
}
.solution-row:last-child{border-bottom:0}
.solution-row:hover{background:linear-gradient(90deg,rgba(22,156,255,.07),rgba(22,156,255,.02));padding-left:36px}
.row-number{font-size:26px;font-weight:800;color:#8190a6}
.row-divider{height:84px;background:var(--line)}
.row-copy strong,.row-copy small{display:block}
.row-copy strong{font-size:22px;line-height:1.25;margin-bottom:7px}
.row-copy small{color:var(--muted);font-size:15px;line-height:1.55}
.row-arrow{
  width:50px;height:50px;border:1px solid rgba(255,255,255,.17);border-radius:50%;
  display:grid;place-items:center;color:var(--blue);font-size:24px;transition:.25s ease
}
.solution-row:hover .row-arrow{transform:translateX(4px);border-color:var(--blue)}
.solution-row-featured{
  border:1px solid rgba(22,156,255,.9);margin:-1px;background:linear-gradient(90deg,rgba(22,156,255,.1),rgba(5,15,29,.42));
  box-shadow:0 0 30px rgba(22,156,255,.12)
}
.solution-row-featured .row-number,.solution-row-featured .row-copy strong{color:var(--blue)}
.solution-row-featured .row-arrow{background:var(--blue);color:white;border-color:var(--blue)}
.statement{
  width:min(calc(100% - 48px),1380px);min-height:620px;margin:40px auto 0;padding:80px;
  border:1px solid var(--line);border-radius:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  background:radial-gradient(circle at 50% 0,rgba(22,156,255,.18),transparent 28rem),linear-gradient(145deg,#101f35,#07101f)
}
.statement-tag{padding:10px 20px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#d8e8ff;font-weight:800}
.statement h2{max-width:1050px;margin:32px 0 22px;font-size:clamp(50px,7vw,96px);line-height:.95;letter-spacing:-.06em}
.statement h2 em{display:block;color:var(--blue);font-style:normal}
.statement p{color:var(--muted);font-size:18px}
.contact-section{
  width:min(calc(100% - 48px),var(--max));margin:0 auto;padding:150px 0 120px;
  display:grid;grid-template-columns:.82fr 1.18fr;gap:100px
}
.contact-copy h2{margin-bottom:28px}
.contact-copy>p:last-child{color:var(--muted);font-size:17px;line-height:1.75;max-width:450px}
.request-form{padding:38px;border:1px solid var(--line);background:rgba(255,255,255,.03);border-radius:28px}
.request-form label{display:block;margin-bottom:24px}
.request-form label span{display:block;font-size:12px;font-weight:800;margin-bottom:9px}
.request-form input,.request-form textarea{
  width:100%;border:1px solid var(--line);background:rgba(7,16,31,.7);color:white;
  border-radius:14px;padding:16px 17px;outline:none
}
.request-form input:focus,.request-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(22,156,255,.08)}
.request-form textarea{resize:vertical}
.form-button{width:100%}
.form-result{margin-top:22px;padding:18px;border:1px solid rgba(22,156,255,.28);background:rgba(22,156,255,.07);border-radius:16px}
.form-result p{white-space:pre-wrap;color:#dbe7f6;font-size:13px;line-height:1.6}
.form-result button{border:0;border-radius:10px;padding:10px 14px;font-weight:800;cursor:pointer}
footer{
  width:min(calc(100% - 48px),var(--max));min-height:190px;margin:0 auto;border-top:1px solid var(--line);
  display:grid;grid-template-columns:1fr 1fr auto;gap:40px;align-items:center;color:var(--muted);font-size:13px
}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand strong,.footer-brand span{display:block}
.footer-brand strong{font-size:20px;color:white}
@media(max-width:1050px){
  .hero{grid-template-columns:1fr;padding-top:64px}
  .hero-visual{min-height:660px}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .solution-section,.contact-section{grid-template-columns:1fr;gap:56px}
  .solution-copy{position:static}
  footer{grid-template-columns:1fr 1fr;padding:44px 0}
  footer>span{grid-column:1/-1}
}
@media(max-width:760px){
  .topbar,.hero,.section,.contact-section,footer{width:min(calc(100% - 32px),var(--max))}
  .topbar{min-height:76px}
  .menu-button{display:block}
  .nav{
    display:none;position:absolute;top:66px;left:0;right:0;padding:14px;background:rgba(7,16,31,.97);
    border:1px solid var(--line);border-radius:18px;flex-direction:column;align-items:stretch;gap:4px
  }
  .nav.open{display:flex}
  .nav a{padding:14px}
  .hero{min-height:auto;padding:58px 0 76px;gap:18px}
  h1{font-size:clamp(45px,14.5vw,72px)}
  .hero-copy>p{font-size:16px}
  .hero-actions{flex-direction:column}.button{width:100%}
  .hero-visual{min-height:520px}
  .brand-panel{width:min(360px,82vw);border-radius:30px}
  .float-card{transform:scale(.88)}
  .float-card-a{left:-22px}.float-card-b{right:-22px}
  .manifesto{padding:50px 20px}
  .section{padding:88px 0}
  .section-head{flex-direction:column}
  .process-grid{grid-template-columns:1fr}
  .process-card{min-height:330px}
  .solution-row{grid-template-columns:46px 1px 1fr 44px;gap:16px;padding:24px 18px}
  .row-divider{height:92px}
  .row-copy strong{font-size:18px}.row-copy small{font-size:13px}
  .row-arrow{width:42px;height:42px}
  .statement{width:calc(100% - 24px);min-height:520px;padding:56px 22px;border-radius:28px}
  .statement h2{font-size:clamp(45px,14vw,68px)}
  .contact-section{padding:100px 0 88px}
  .request-form{padding:24px}
  footer{grid-template-columns:1fr;gap:26px}
  footer>span{grid-column:auto}
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.request-form select{
  width:100%;
  border:1px solid var(--line);
  background:rgba(7,16,31,.7);
  color:white;
  border-radius:14px;
  padding:16px 17px;
  outline:none
}
.request-form select:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(22,156,255,.08)
}
.request-form option{
  background:#07101f;
  color:white
}
.form-note{
  margin:16px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
  text-align:center
}
.result-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px
}
.result-actions button{
  border:0;
  border-radius:10px;
  padding:11px 15px;
  font-weight:800;
  cursor:pointer
}
.result-actions #openWhatsApp{
  background:var(--blue);
  color:white
}
.result-actions .secondary-action{
  background:white;
  color:#07101f
}
@media(max-width:760px){
  .form-grid{grid-template-columns:1fr}
}

.city-field{position:relative}
.city-field input{padding-right:48px}
.city-loader{
  position:absolute;
  top:50%;
  right:17px;
  width:17px;
  height:17px;
  margin-top:-8px;
  border:2px solid rgba(255,255,255,.18);
  border-top-color:var(--blue);
  border-radius:50%;
  animation:citySpin .8s linear infinite
}
.city-loader.loaded{
  width:10px;
  height:10px;
  border:0;
  background:var(--blue);
  box-shadow:0 0 14px rgba(22,156,255,.55);
  animation:none
}
.city-loader.error{
  width:10px;
  height:10px;
  border:0;
  background:#ff7d8b;
  animation:none
}
@keyframes citySpin{to{transform:rotate(360deg)}}

.form-button.is-sending{
  opacity:.78;
  pointer-events:none;
  cursor:wait
}


/* ===== Header melhorado ===== */
.topbar{
  width:min(calc(100% - 40px), var(--max));
  min-height:92px;
  margin:18px auto 0;
  padding:14px 18px 14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  position:sticky;
  top:14px;
  z-index:60;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(10,22,40,.88), rgba(7,16,31,.86));
  box-shadow:0 18px 50px rgba(0,0,0,.24);
  backdrop-filter:blur(18px);
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:max-content;
}

.brand-box{
  width:54px;
  height:54px;
  border-radius:16px;
  background:#ffffff;
  display:grid;
  place-items:center;
  padding:7px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
}

.brand-box img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.brand-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
  line-height:1;
}

.brand-name{
  display:block;
  font-size:18px;
  font-weight:800;
  color:#ffffff;
  letter-spacing:-0.02em;
}

.brand-tag{
  display:block;
  font-size:11px;
  font-weight:700;
  color:var(--muted);
  letter-spacing:.12em;
  text-transform:uppercase;
}

.nav-shell{
  display:flex;
  align-items:center;
  gap:14px;
  margin-left:auto;
}

.nav{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.03);
}

.nav a{
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  font-size:14px;
  font-weight:700;
  transition:.2s ease;
}

.nav a:hover{
  color:#ffffff;
  background:rgba(255,255,255,.06);
}

.header-cta{
  min-height:50px;
  padding:0 20px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:14px;
  font-weight:800;
  color:#ffffff;
  border:1px solid rgba(22,156,255,.35);
  background:linear-gradient(135deg, rgba(22,156,255,.16), rgba(8,123,255,.08));
  box-shadow:0 10px 24px rgba(22,156,255,.12);
  transition:.25s ease;
}

.header-cta:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg, rgba(22,156,255,.24), rgba(8,123,255,.14));
  border-color:rgba(22,156,255,.55);
}

.menu-button{
  display:none;
  background:transparent;
  border:1px solid rgba(255,255,255,.12);
  width:46px;
  height:46px;
  border-radius:50%;
  flex:none;
}

.menu-button span{
  display:block;
  width:18px;
  height:1.5px;
  background:#fff;
  margin:5px auto;
}

@media(max-width:980px){
  .topbar{
    width:min(calc(100% - 28px), var(--max));
    padding:12px 14px;
  }

  .menu-button{
    display:block;
    margin-left:auto;
  }

  .nav-shell{
    display:none;
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    padding:12px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:22px;
    background:rgba(7,16,31,.96);
    box-shadow:0 24px 70px rgba(0,0,0,.35);
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }

  .nav-shell.open{
    display:flex;
  }

  .nav{
    width:100%;
    padding:6px;
    border-radius:20px;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
  }

  .nav a{
    width:100%;
    justify-content:flex-start;
    padding:0 14px;
    border-radius:14px;
  }

  .header-cta{
    width:100%;
  }
}

@media(max-width:560px){
  .brand-box{
    width:48px;
    height:48px;
    border-radius:14px;
  }

  .brand-name{
    font-size:17px;
  }

  .brand-tag{
    font-size:10px;
  }
}


/* ===== Ajuste de logo sem fundo ===== */
.brand{
  gap:16px !important;
}

.brand-box{
  width:86px !important;
  height:86px !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:visible !important;
  display:grid !important;
  place-items:center !important;
  flex:none !important;
}

.brand-box img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.18));
}

.brand-name{
  font-size:24px !important;
}

.brand-tag{
  font-size:11px !important;
  letter-spacing:.14em !important;
}

.footer-brand .brand-box{
  width:62px !important;
  height:62px !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
}

.footer-brand .brand-box img{
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.14));
}

.brand-panel{
  background:linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.02)) !important;
}

.brand-panel-inner{
  background:transparent !important;
  padding:22px !important;
}

.brand-panel img{
  filter: drop-shadow(0 18px 45px rgba(0,0,0,.22));
}

@media(max-width:980px){
  .brand-box{
    width:76px !important;
    height:76px !important;
  }
}

@media(max-width:560px){
  .brand-box{
    width:64px !important;
    height:64px !important;
  }

  .brand-name{
    font-size:20px !important;
  }

  .brand-tag{
    font-size:10px !important;
  }
}


/* ===== Aplicação da logo branca ===== */
.brand-box{
  width: 94px !important;
  height: 94px !important;
}

.brand-box img{
  filter: drop-shadow(0 10px 26px rgba(255,255,255,.05)) drop-shadow(0 10px 24px rgba(0,0,0,.28)) !important;
}

.footer-brand .brand-box{
  width: 68px !important;
  height: 68px !important;
}

.footer-brand .brand-box img{
  filter: drop-shadow(0 8px 22px rgba(255,255,255,.03)) drop-shadow(0 8px 18px rgba(0,0,0,.20)) !important;
}

.brand-panel{
  background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
  border-color: rgba(255,255,255,.10) !important;
}

.brand-panel-inner{
  background: radial-gradient(circle at 50% 45%, rgba(17,34,58,.72), rgba(7,16,31,.55)) !important;
}

.brand-panel img{
  filter: drop-shadow(0 20px 40px rgba(255,255,255,.04)) drop-shadow(0 18px 45px rgba(0,0,0,.22)) !important;
}

.solution-copy h2{
  max-width: 560px;
}

@media(max-width:980px){
  .brand-box{
    width: 82px !important;
    height: 82px !important;
  }
}

@media(max-width:560px){
  .brand-box{
    width: 68px !important;
    height: 68px !important;
  }

  .footer-brand .brand-box{
    width: 56px !important;
    height: 56px !important;
  }
}


/* ===== Topo sem repetição do nome ===== */
.brand{
  gap:18px !important;
}

.brand-copy-clean{
  display:flex !important;
  align-items:center !important;
}

.brand-copy-clean .brand-tag{
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.18em !important;
  color:#ffffff !important;
  opacity:.92;
  margin-top:0 !important;
  white-space:nowrap;
}

@media(max-width:560px){
  .brand-copy-clean .brand-tag{
    font-size:10px !important;
    letter-spacing:.12em !important;
  }
}


/* ===== Topo refinado + Desde 1999 ===== */
.topbar{
  min-height:96px !important;
  padding:14px 20px 14px 18px !important;
  background:
    linear-gradient(180deg, rgba(9,21,39,.92), rgba(7,16,31,.88)) !important;
}

.topbar::after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  bottom:-1px;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.16), rgba(255,255,255,0));
  pointer-events:none;
}

.brand{
  gap:18px !important;
}

.brand-copy-clean{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:6px !important;
  line-height:1 !important;
}

.brand-overline{
  display:block;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.72) !important;
  white-space:nowrap;
}

.brand-copy-clean .brand-tag{
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.18em !important;
  color:#ffffff !important;
  opacity:.95;
  margin-top:0 !important;
  white-space:nowrap;
}

.eyebrow{
  color:#d8e8ff !important;
}

.eyebrow span{
  width:28px !important;
  background:linear-gradient(90deg, rgba(22,156,255,.2), rgba(22,156,255,1)) !important;
}

.hero-note strong{
  color:#ffffff;
}

.hero-note{
  border-left:2px solid rgba(22,156,255,.8) !important;
}

@media(max-width:560px){
  .brand-copy-clean{
    gap:4px !important;
  }

  .brand-overline{
    font-size:9px !important;
    letter-spacing:.16em !important;
  }

  .brand-copy-clean .brand-tag{
    font-size:10px !important;
    letter-spacing:.11em !important;
  }
}


/* ===== Hero inicial ajustado com logo branca ===== */
.hero{
  width:min(calc(100% - 48px), var(--max));
  margin:0 auto;
  min-height:760px;
  padding:46px 0 92px;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:56px;
  align-items:center;
}

.hero-copy{
  max-width:690px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:rgba(255,255,255,.68) !important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.eyebrow span{
  width:26px !important;
  height:2px !important;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(22,156,255,.25), rgba(22,156,255,1)) !important;
}

.hero h1{
  max-width:700px;
  margin:30px 0 28px;
  font-size:clamp(58px, 6.8vw, 102px);
  line-height:.93;
  letter-spacing:-.075em;
  font-weight:800;
}

.hero h1 em{
  display:block;
  color:#1596ff;
  font-style:normal;
}

.hero-copy p{
  max-width:700px;
  color:var(--muted);
  font-size:17px;
  line-height:1.8;
  margin-bottom:0;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}

.hero-visual{
  min-height:620px;
  position:relative;
  display:grid;
  place-items:center;
}

.hero-brand-panel{
  width:min(520px, 86vw) !important;
  aspect-ratio:1.02 / 1;
  border-radius:34px !important;
  padding:22px !important;
  background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 35px 90px rgba(0,0,0,.38);
  transform:rotate(-3deg);
  position:relative;
}

.hero-brand-panel::before{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius:40px;
  border:1px solid rgba(255,255,255,.06);
  pointer-events:none;
}

.hero-brand-panel-inner{
  width:100%;
  height:100%;
  border-radius:28px !important;
  display:grid;
  place-items:center;
  padding:26px !important;
  background:linear-gradient(180deg, rgba(19,30,48,.82), rgba(9,18,31,.88)) !important;
  overflow:hidden;
  position:relative;
}

.hero-brand-panel-inner::after{
  content:"";
  position:absolute;
  inset:22% 16% auto 16%;
  height:1px;
  background:rgba(255,255,255,.05);
}

.hero-brand-panel img{
  width:84% !important;
  height:auto !important;
  object-fit:contain;
  filter:drop-shadow(0 14px 30px rgba(255,255,255,.04)) drop-shadow(0 10px 18px rgba(0,0,0,.24)) !important;
  position:relative;
  z-index:2;
}

.hero-float-a,
.hero-float-b{
  min-width:188px;
  border-radius:18px !important;
  padding:16px 18px !important;
  background:linear-gradient(180deg, rgba(44,55,74,.96), rgba(28,37,54,.96)) !important;
  border:1px solid rgba(255,255,255,.09) !important;
  box-shadow:0 20px 46px rgba(0,0,0,.28);
}

.hero-float-a small,
.hero-float-b small{
  color:rgba(255,255,255,.62) !important;
  font-size:12px !important;
}

.hero-float-a strong,
.hero-float-b strong{
  color:#ffffff;
  font-size:18px !important;
  line-height:1.2;
}

.hero-float-a{
  left:-18px !important;
  top:168px !important;
}

.hero-float-b{
  right:-8px !important;
  bottom:56px !important;
}

@media(max-width:1100px){
  .hero{
    grid-template-columns:1fr;
    padding:36px 0 82px;
    gap:26px;
  }

  .hero-copy{
    max-width:840px;
  }

  .hero h1{
    font-size:clamp(52px, 10vw, 86px);
    max-width:800px;
  }

  .hero-visual{
    min-height:560px;
  }

  .hero-brand-panel{
    width:min(460px, 82vw) !important;
  }

  .hero-float-a{
    left:18px !important;
    top:98px !important;
  }

  .hero-float-b{
    right:10px !important;
    bottom:28px !important;
  }
}

@media(max-width:760px){
  .hero{
    width:min(calc(100% - 32px), var(--max));
    padding:24px 0 68px;
    gap:18px;
  }

  .hero h1{
    font-size:clamp(46px, 14vw, 70px);
    line-height:.95;
  }

  .hero-copy p{
    font-size:16px;
    line-height:1.75;
  }

  .hero-actions{
    flex-direction:column;
  }

  .hero-actions .button{
    width:100%;
  }

  .hero-visual{
    min-height:450px;
  }

  .hero-brand-panel{
    width:min(360px, 88vw) !important;
    border-radius:26px !important;
    padding:16px !important;
  }

  .hero-brand-panel::before{
    inset:-10px;
    border-radius:30px;
  }

  .hero-brand-panel-inner{
    border-radius:20px !important;
    padding:18px !important;
  }

  .hero-float-a,
  .hero-float-b{
    min-width:156px;
    padding:13px 14px !important;
    transform:scale(.92);
  }

  .hero-float-a strong,
  .hero-float-b strong{
    font-size:16px !important;
  }

  .hero-float-a{
    left:-2px !important;
    top:78px !important;
  }

  .hero-float-b{
    right:-2px !important;
    bottom:18px !important;
  }
}


/* ===== Fundo geral melhorado ===== */
body{
  background:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px),
    radial-gradient(circle at 82% 14%, rgba(26,126,255,.14), transparent 30rem),
    radial-gradient(circle at 8% 72%, rgba(0,92,255,.10), transparent 30rem),
    radial-gradient(circle at 50% 100%, rgba(11,74,182,.12), transparent 38rem),
    linear-gradient(180deg, #06101e 0%, #07101f 46%, #06152a 100%) !important;
  background-size:72px 72px, 72px 72px, auto, auto, auto, auto !important;
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.025), transparent 18rem),
    radial-gradient(circle at 88% 88%, rgba(32,167,255,.06), transparent 22rem);
}

/* ===== Hero painel ajustado para usar melhor a logo branca ===== */
.hero-brand-panel-inner{
  background:
    radial-gradient(circle at 50% 30%, rgba(31,50,79,.90), rgba(9,18,31,.94)) !important;
}

.hero-brand-panel-inner::before{
  content:"";
  position:absolute;
  inset:14px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:20px;
  pointer-events:none;
}

.hero-brand-panel img{
  width:80% !important;
}

/* ===== Rodapé melhorado ===== */
.site-footer{
  width:min(calc(100% - 48px), var(--max));
  min-height:200px;
  margin:18px auto 0;
  padding:34px 28px;
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.08);
  border-radius:28px 28px 0 0;
  background:
    radial-gradient(circle at 10% 100%, rgba(22,156,255,.10), transparent 18rem),
    radial-gradient(circle at 90% 0, rgba(255,255,255,.03), transparent 20rem),
    linear-gradient(180deg, rgba(8,18,33,.45), rgba(7,16,31,.10));
  display:grid;
  grid-template-columns: 1.05fr 1fr auto;
  align-items:center;
  gap:40px;
  color:var(--muted);
  font-size:13px;
}

.site-footer::before{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:0;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.18), rgba(255,255,255,0));
}

.site-footer::after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-80px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(22,156,255,.16), rgba(22,156,255,0));
  filter:blur(28px);
  pointer-events:none;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:18px;
  position:relative;
  z-index:2;
}

.footer-logo{
  width:86px;
  height:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 8px 24px rgba(255,255,255,.04)) drop-shadow(0 8px 18px rgba(0,0,0,.22));
}

.footer-copy{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.footer-tagline{
  display:block;
  color:#ffffff;
  font-size:18px;
  font-weight:700;
  letter-spacing:-0.02em;
}

.footer-message{
  margin:0;
  position:relative;
  z-index:2;
  color:#c3cfdd;
  font-size:15px;
  line-height:1.6;
  text-align:center;
}

.footer-copyright{
  position:relative;
  z-index:2;
  color:#c7d2df;
  white-space:nowrap;
}

@media(max-width:1050px){
  .site-footer{
    grid-template-columns:1fr 1fr;
    padding:30px 24px;
  }

  .footer-copyright{
    grid-column:1 / -1;
  }
}

@media(max-width:760px){
  .site-footer{
    width:min(calc(100% - 32px), var(--max));
    grid-template-columns:1fr;
    gap:24px;
    text-align:left;
    padding:26px 18px 24px;
    border-radius:22px 22px 0 0;
  }

  .footer-message{
    text-align:left;
  }

  .footer-logo{
    width:74px;
  }

  .footer-tagline{
    font-size:16px;
  }
}


/* ===== Logo branca completa no meio do site ===== */
.hero-brand-panel{
  width:min(620px, 90vw) !important;
  aspect-ratio: 1.08 / 1 !important;
}

.hero-brand-panel-inner{
  background:
    radial-gradient(circle at 50% 30%, rgba(31,50,79,.92), rgba(9,18,31,.96)) !important;
  padding:30px !important;
}

.hero-brand-panel-inner::after{
  content:"";
  position:absolute;
  inset:16px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:22px;
  pointer-events:none;
}

.hero-brand-panel img{
  width:92% !important;
  max-width:520px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:
    drop-shadow(0 16px 28px rgba(255,255,255,.03))
    drop-shadow(0 12px 26px rgba(0,0,0,.30)) !important;
}

@media(max-width:1100px){
  .hero-brand-panel{
    width:min(520px, 88vw) !important;
  }

  .hero-brand-panel img{
    width:90% !important;
  }
}

@media(max-width:760px){
  .hero-brand-panel{
    width:min(390px, 92vw) !important;
    padding:18px !important;
  }

  .hero-brand-panel-inner{
    padding:18px !important;
  }

  .hero-brand-panel img{
    width:94% !important;
  }
}

/* ===== Logo oficial com fundo no centro do hero ===== */
.hero-brand-panel-inner{
  background:#fcfaf9 !important;
  padding:0 !important;
}

.hero-brand-panel-inner::before,
.hero-brand-panel-inner::after{
  display:none !important;
}

.hero-brand-panel img{
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  object-fit:contain !important;
  filter:none !important;
}

/* ===== RBL PHP | efeitos visuais refinados ===== */
.scroll-progress{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:3px;
  z-index:120;
  transform:scaleX(0);
  transform-origin:left center;
  background:linear-gradient(90deg, #0d7dff, #25aaff, #8dd6ff);
  box-shadow:0 0 18px rgba(22,156,255,.55);
  pointer-events:none;
}

.cursor-glow{
  position:fixed;
  left:0;
  top:0;
  width:430px;
  height:430px;
  border-radius:50%;
  z-index:-1;
  pointer-events:none;
  opacity:0;
  background:radial-gradient(circle, rgba(22,156,255,.095), rgba(22,156,255,.025) 36%, transparent 72%);
  filter:blur(10px);
  will-change:transform;
  transition:opacity .45s ease;
}

.cursor-glow.is-active{opacity:1}

.ambient-orb{
  position:fixed;
  border-radius:50%;
  pointer-events:none;
  z-index:-2;
  filter:blur(22px);
  opacity:.34;
  animation:ambientDrift 14s ease-in-out infinite alternate;
}

.ambient-orb-one{
  width:260px;
  height:260px;
  right:7vw;
  top:22vh;
  background:radial-gradient(circle, rgba(22,156,255,.28), transparent 68%);
}

.ambient-orb-two{
  width:300px;
  height:300px;
  left:-80px;
  bottom:8vh;
  background:radial-gradient(circle, rgba(5,94,220,.22), transparent 70%);
  animation-duration:18s;
  animation-direction:alternate-reverse;
}

@keyframes ambientDrift{
  from{transform:translate3d(-10px,-12px,0) scale(.96)}
  to{transform:translate3d(18px,24px,0) scale(1.08)}
}

.topbar{
  transition:min-height .3s ease, padding .3s ease, background .3s ease, box-shadow .3s ease, transform .3s ease !important;
}

.topbar.is-scrolled{
  min-height:78px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
  background:linear-gradient(180deg, rgba(7,16,31,.97), rgba(7,16,31,.94)) !important;
  box-shadow:0 20px 60px rgba(0,0,0,.36), 0 0 0 1px rgba(22,156,255,.045) !important;
}

.topbar.is-scrolled .brand-box{
  transform:scale(.84);
}

.brand-box{
  transition:transform .3s ease;
}

.reveal-item{
  opacity:0;
  transform:translate3d(0, 28px, 0) scale(.985);
  filter:blur(5px);
  transition:
    opacity .78s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms),
    transform .78s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms),
    filter .78s ease var(--reveal-delay, 0ms);
}

.reveal-item.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:blur(0);
}

.hero-brand-panel{
  --tilt-x:0deg;
  --tilt-y:0deg;
  --shine-x:50%;
  --shine-y:35%;
  transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(-3deg) !important;
  transform-style:preserve-3d;
  transition:transform .16s ease-out, border-color .3s ease, box-shadow .3s ease !important;
  will-change:transform;
}

.hero-brand-panel:hover{
  border-color:rgba(22,156,255,.24) !important;
  box-shadow:0 46px 120px rgba(0,0,0,.46), 0 0 70px rgba(22,156,255,.08) !important;
}

.hero-brand-panel::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  z-index:4;
  background:radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,.12), transparent 24%);
  mix-blend-mode:screen;
  opacity:.64;
}

.hero-brand-panel-inner{
  transform:translateZ(22px);
}

.hero-brand-panel img{
  transform:translateZ(34px);
}

.hero-float-a{
  animation:floatCardA 5.8s ease-in-out infinite;
}

.hero-float-b{
  animation:floatCardB 6.6s ease-in-out infinite;
}

@keyframes floatCardA{
  0%,100%{transform:translate3d(0,0,28px)}
  50%{transform:translate3d(0,-10px,38px)}
}

@keyframes floatCardB{
  0%,100%{transform:translate3d(0,0,28px)}
  50%{transform:translate3d(0,9px,40px)}
}

.button.primary,
.header-cta{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.button.primary::before,
.header-cta::before{
  content:"";
  position:absolute;
  top:-120%;
  left:-40%;
  width:34%;
  height:320%;
  transform:rotate(22deg);
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transition:left .65s cubic-bezier(.2,.7,.2,1);
  z-index:-1;
}

.button.primary:hover::before,
.header-cta:hover::before{
  left:118%;
}

.process-card{
  transition:transform .32s cubic-bezier(.2,.7,.2,1), border-color .32s ease, box-shadow .32s ease !important;
}

.process-card:hover{
  transform:translateY(-9px);
  border-color:rgba(22,156,255,.38);
  box-shadow:0 26px 70px rgba(0,0,0,.28), 0 0 38px rgba(22,156,255,.075);
}

.solution-row{
  position:relative;
  overflow:hidden;
}

.solution-row::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg, transparent, var(--blue), transparent);
  transform:scaleY(0);
  transition:transform .28s ease;
}

.solution-row:hover::before{
  transform:scaleY(1);
}

.statement{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

.statement::before{
  content:"";
  position:absolute;
  inset:-35%;
  z-index:-1;
  opacity:.28;
  background:repeating-conic-gradient(from 0deg at 50% 50%, rgba(22,156,255,.12) 0deg 1deg, transparent 1deg 14deg);
  animation:statementRotate 42s linear infinite;
}

@keyframes statementRotate{
  to{transform:rotate(360deg)}
}

.request-form{
  position:relative;
  overflow:hidden;
  transition:border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.request-form:focus-within{
  border-color:rgba(22,156,255,.28);
  box-shadow:0 28px 90px rgba(0,0,0,.22), 0 0 50px rgba(22,156,255,.055);
}

.request-form::before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-120px;
  top:-120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(22,156,255,.12), transparent 70%);
  pointer-events:none;
}

.form-error{
  margin:0 0 22px;
  padding:14px 16px;
  border:1px solid rgba(255,116,133,.35);
  border-radius:14px;
  background:rgba(255,92,113,.08);
  color:#ffd6dc;
  font-size:13px;
  line-height:1.5;
}

.form-button.is-sending{
  position:relative;
}

.form-button.is-sending::after{
  content:"";
  width:16px;
  height:16px;
  margin-left:4px;
  border:2px solid rgba(255,255,255,.35);
  border-top-color:#fff;
  border-radius:50%;
  animation:sendSpin .7s linear infinite;
}

@keyframes sendSpin{to{transform:rotate(360deg)}}

@media(max-width:980px){
  .cursor-glow{display:none}
  .hero-brand-panel{
    transform:rotate(-3deg) !important;
  }
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.01ms !important;
  }

  .reveal-item{
    opacity:1 !important;
    transform:none !important;
    filter:none !important;
  }
}
