:root{
  --navy:#061b45;
  --navy-2:#0b2d68;
  --navy-3:#03112d;
  --orange:#ff5700;
  --orange-2:#ff7a00;
  --text:#101d38;
  --muted:#657084;
  --soft:#f6f8fc;
  --line:#e6eaf2;
  --white:#fff;
  --shadow:0 22px 60px rgba(6,27,69,.12);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Montserrat",sans-serif;
  color:var(--text);
  background:#fff;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(6,27,69,.06);
}
.nav-wrap{
  height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{width:210px;flex:0 0 auto}
.nav{
  display:flex;
  align-items:center;
  gap:27px;
  font-size:14px;
  font-weight:700;
  color:#26334d;
}
.nav>a:not(.nav-whatsapp){
  position:relative;
  padding:8px 0;
}
.nav>a:not(.nav-whatsapp)::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:0;
  height:2px;
  border-radius:2px;
  background:var(--orange);
  transition:.25s;
  transform:translateX(-50%);
}
.nav>a:not(.nav-whatsapp):hover::after{width:100%}
.nav-whatsapp{
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  color:#fff;
  padding:13px 18px;
  border-radius:13px;
  box-shadow:0 12px 28px rgba(255,87,0,.24);
  transition:.25s;
}
.nav-whatsapp:hover{transform:translateY(-2px)}
.wa-dot{font-size:15px}
.menu-toggle{
  display:none;
  border:0;
  background:transparent;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.menu-toggle span{
  width:24px;
  height:2px;
  background:var(--navy);
  border-radius:2px;
}

/* HERO */
.hero{
  position:relative;
  min-height:700px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 28%,rgba(255,87,0,.08),transparent 22%),
    linear-gradient(180deg,#fff 0%,#fbfcff 100%);
}
.hero-grid-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.32;
  background-image:
    linear-gradient(rgba(6,27,69,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(6,27,69,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to right,black,transparent 72%);
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  align-items:center;
  gap:45px;
  padding:72px 0 78px;
}
.eyebrow,.section-kicker{
  display:inline-block;
  color:var(--orange);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:15px;
  font-weight:900;
}
.hero h1{
  margin:16px 0 24px;
  font-size:clamp(48px,5.4vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
  color:var(--navy);
  text-transform:uppercase;
  max-width:650px;
}
.hero h1 span{
  display:block;
  color:var(--orange);
}
.hero-lead{
  max-width:620px;
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
  font-weight:500;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 22px;
  border-radius:12px;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  transition:.25s;
}
.btn-primary{
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  color:#fff;
  box-shadow:0 16px 34px rgba(255,87,0,.23);
}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(255,87,0,.32)}
.btn-outline{
  border:1px solid #acb5c5;
  color:var(--navy);
  background:#fff;
}
.btn-outline:hover{transform:translateY(-3px);border-color:var(--navy)}
.btn-icon{font-size:17px}

.hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
  margin-top:40px;
}
.hero-points article{
  display:flex;
  align-items:center;
  gap:10px;
}
.point-icon{
  width:38px;
  height:38px;
  border:1px solid rgba(6,27,69,.14);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--navy);
  font-weight:900;
  background:#fff;
}
.hero-points strong{
  display:block;
  color:var(--navy);
  font-size:15px;
  margin-bottom:3px;
}
.hero-points small{
  display:block;
  color:var(--muted);
  font-size:9px;
  white-space:nowrap;
}

/* DEVICE MOCKUP */
.device-stage{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.orange-orbit{
  position:absolute;
  width:380px;
  height:380px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff4f00,#ff7a00);
  right:2%;
  top:3%;
  box-shadow:0 0 80px rgba(255,87,0,.14);
}
.orange-orbit::after{
  content:"";
  position:absolute;
  width:450px;
  height:120px;
  left:-135px;
  top:215px;
  border:2px solid rgba(255,87,0,.35);
  border-radius:50%;
  transform:rotate(-8deg);
}
.dot-pattern{
  position:absolute;
  right:-10px;
  top:45px;
  width:120px;
  height:120px;
  background-image:radial-gradient(circle,var(--orange) 1.5px,transparent 1.5px);
  background-size:14px 14px;
  opacity:.35;
}

.laptop{
  position:absolute;
  width:560px;
  max-width:86%;
  left:1%;
  top:73px;
  transform:rotate(3deg);
  z-index:3;
  filter:drop-shadow(0 32px 35px rgba(6,27,69,.28));
}
.laptop-screen{
  position:relative;
  background:#020817;
  border:8px solid #1d2432;
  border-radius:18px 18px 12px 12px;
  overflow:hidden;
  aspect-ratio:16/10;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}
.laptop-screen::before{
  content:"";
  position:absolute;
  top:3px;
  left:50%;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#596273;
  transform:translateX(-50%);
  z-index:5;
}
.screen-top{
  height:12%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 5%;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mini-logo{font-style:normal;font-size:15px;color:#fff}
.mini-logo b{color:#fff}.mini-logo i{font-style:normal;color:var(--orange)}
.screen-nav{display:flex;gap:16px;font-size:6px;color:#bdc9df;text-transform:uppercase}
.screen-content{
  height:70%;
  display:grid;
  grid-template-columns:.96fr 1.04fr;
  align-items:center;
  padding:5%;
  background:
    radial-gradient(circle at 70% 40%,rgba(20,83,181,.32),transparent 38%),
    linear-gradient(135deg,#06193d,#03102b);
  color:#fff;
}
.screen-copy small{
  font-size:5px;
  letter-spacing:.18em;
  color:#ff8b54;
}
.screen-copy h3{
  margin:7px 0;
  font-size:22px;
  line-height:1.02;
  letter-spacing:-.045em;
  text-transform:uppercase;
}
.screen-copy h3 em{font-style:normal;color:var(--orange)}
.screen-copy p{
  margin:0 0 10px;
  font-size:6px;
  line-height:1.5;
  color:#c3cde0;
}
.screen-button{
  display:inline-block;
  background:var(--orange);
  color:#fff;
  padding:6px 9px;
  border-radius:6px;
  font-size:5px;
  font-weight:900;
}
.screen-art{
  position:relative;
  height:78%;
}
.screen-card{
  position:absolute;
  border-radius:8px;
  background:linear-gradient(135deg,#173f86,#071e47);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}
.card-one{width:55%;height:62%;right:4%;top:5%;transform:rotate(-3deg)}
.card-two{width:42%;height:50%;left:10%;bottom:6%;transform:rotate(5deg)}
.card-three{width:32%;height:42%;left:34%;top:12%;background:linear-gradient(135deg,#1d5db6,#0a2b64)}
.screen-glow{
  position:absolute;
  width:100px;height:100px;border-radius:50%;
  background:#1d62ff;filter:blur(38px);opacity:.27;
  right:7%;bottom:2%;
}
.screen-bottom{
  height:18%;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:#051632;
  color:#91a2c2;
  font-size:5px;
  text-align:center;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.06);
}
.laptop-base{
  position:relative;
  width:112%;
  height:20px;
  left:-6%;
  background:linear-gradient(#aeb4bd,#5d6470);
  border-radius:3px 3px 30px 30px;
  box-shadow:inset 0 2px 1px rgba(255,255,255,.55);
}
.laptop-base::after{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:85px;
  height:6px;
  transform:translateX(-50%);
  background:#89909a;
  border-radius:0 0 8px 8px;
}
.laptop-base span{
  display:block;
  width:78%;
  height:4px;
  margin:0 auto;
  background:rgba(255,255,255,.2);
}

.phone{
  position:absolute;
  width:150px;
  height:305px;
  right:2%;
  bottom:26px;
  z-index:5;
  background:#171d28;
  border:5px solid #252c37;
  border-radius:28px;
  padding:6px;
  transform:rotate(7deg);
  box-shadow:0 24px 44px rgba(6,27,69,.35);
}
.phone::after{
  content:"";
  position:absolute;
  inset:1px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:22px;
  pointer-events:none;
}
.phone-notch{
  position:absolute;
  width:58px;
  height:15px;
  top:5px;
  left:50%;
  transform:translateX(-50%);
  background:#05070c;
  border-radius:0 0 12px 12px;
  z-index:3;
}
.phone-screen{
  height:100%;
  border-radius:20px;
  overflow:hidden;
  padding:34px 15px 16px;
  background:
    radial-gradient(circle at 70% 35%,rgba(37,100,226,.25),transparent 33%),
    linear-gradient(160deg,#061a40,#020a19);
  color:#fff;
}
.phone-logo{
  font-size:14px;
  font-weight:900;
  margin-bottom:24px;
}
.phone-logo i{font-style:normal;color:var(--orange)}
.phone-screen>small{
  font-size:5px;
  color:#ff8d55;
  letter-spacing:.17em;
}
.phone-screen h4{
  font-size:15px;
  line-height:1.05;
  text-transform:uppercase;
  margin:8px 0 18px;
}
.phone-screen h4 em{font-style:normal;color:var(--orange)}
.phone-button{
  display:block;
  background:var(--orange);
  color:#fff;
  border-radius:7px;
  padding:7px 8px;
  font-size:5px;
  font-weight:900;
  text-align:center;
}
.phone-lines{
  display:grid;
  gap:8px;
  margin-top:38px;
}
.phone-lines i{
  height:5px;
  border-radius:5px;
  background:rgba(255,255,255,.12);
}
.phone-lines i:nth-child(2){width:74%}
.phone-lines i:nth-child(3){width:88%}
.device-shadow{
  position:absolute;
  left:8%;
  right:0;
  bottom:2px;
  height:50px;
  border-radius:50%;
  background:rgba(6,27,69,.14);
  filter:blur(25px);
}

/* SECTIONS */
.section{padding:94px 0}
.section-title.center{
  max-width:760px;
  margin:0 auto 48px;
  text-align:center;
}
.section-title h2{
  margin:10px 0 12px;
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.04em;
  color:var(--navy);
}
.section-title h2 em,
.differential-copy h2 em{
  font-style:normal;
  color:var(--orange);
}
.section-title p{
  margin:0 auto;
  max-width:680px;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}

/* SERVICES */
.services{
  background:#fff;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.service-card{
  min-height:290px;
  padding:26px 18px 22px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 9px 30px rgba(6,27,69,.055);
  transition:.28s;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.service-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,87,0,.38);
  box-shadow:0 18px 42px rgba(6,27,69,.11);
}
.service-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,87,0,.28);
  border-radius:50%;
  color:var(--orange);
  font-weight:900;
  font-size:22px;
  margin-bottom:22px;
  box-shadow:inset 0 0 0 6px #fff6f0;
}
.service-card h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:15px;
  line-height:1.4;
}
.service-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.service-line{
  width:38px;
  height:2px;
  background:var(--orange);
  border-radius:3px;
  margin-top:auto;
}

/* PROCESS */
.process-wrap{
  padding:0 0 88px;
  background:#fff;
}
.process-panel{
  position:relative;
  background:
    radial-gradient(circle at 50% 120%,rgba(31,98,223,.15),transparent 35%),
    linear-gradient(135deg,#041333,#061b45);
  color:#fff;
  border-radius:24px;
  padding:46px 44px 42px;
  overflow:hidden;
}
.process-panel::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.15;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:34px 34px;
}
.section-title.light{position:relative;z-index:2;margin-bottom:34px}
.section-title.light h2{color:#fff;font-size:32px}
.process-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
}
.process-line{
  position:absolute;
  z-index:1;
  left:10%;
  right:10%;
  top:176px;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--orange),var(--orange),transparent);
  opacity:.75;
}
.process-grid article{text-align:center;position:relative}
.process-number{
  position:absolute;
  left:9px;
  top:13px;
  width:33px;
  height:33px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  color:#fff;
  font-size:14px;
  font-weight:900;
  z-index:3;
}
.process-icon{
  width:68px;
  height:68px;
  margin:0 auto 17px;
  display:grid;
  place-items:center;
  border:1px solid rgba(101,160,255,.55);
  border-radius:50%;
  background:#071a3d;
  color:#fff;
  font-size:22px;
  box-shadow:0 0 24px rgba(21,104,255,.22);
}
.process-grid h3{
  margin:0 0 9px;
  font-size:15px;
}
.process-grid p{
  margin:0;
  color:#b8c6df;
  font-size:9px;
  line-height:1.7;
}

/* DIFFERENTIALS */
.diferentials{padding-top:40px}
.differential-grid{
  display:grid;
  grid-template-columns:.84fr 1.16fr;
  align-items:center;
  gap:60px;
}
.visual-card{
  position:relative;
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.visual-orange{
  position:absolute;
  width:290px;
  height:290px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  right:10px;
  bottom:18px;
  opacity:.9;
}
.visual-blue{
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:#0f4ca2;
  left:14px;
  top:18px;
  opacity:.12;
}
.code-window{
  position:relative;
  z-index:2;
  width:92%;
  min-height:330px;
  background:#07152f;
  border-radius:22px;
  overflow:hidden;
  border:1px solid #1a2d52;
  box-shadow:0 28px 60px rgba(6,27,69,.22);
  transform:rotate(-2deg);
}
.code-top{
  height:46px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 16px;
  background:#0c1d3d;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.code-top>span{
  width:8px;height:8px;border-radius:50%;background:#ff6a5e;
}
.code-top>span:nth-child(2){background:#ffca52}
.code-top>span:nth-child(3){background:#42cb77}
.code-top small{
  margin-left:auto;
  color:#7183a6;
  font-size:8px;
}
.code-content{
  padding:42px;
  color:#fff;
}
.code-brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:34px;
}
.code-brand span{
  width:56px;height:56px;border-radius:50%;
  display:grid;place-items:center;
  border:2px solid var(--orange);
  font-weight:900;
}
.code-brand strong{font-size:24px}
.code-lines{
  display:grid;
  gap:12px;
}
.code-lines i{
  display:block;
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg,#1d64c6,#14335f);
}
.code-lines i:nth-child(1){width:78%}
.code-lines i:nth-child(2){width:61%}
.code-lines i:nth-child(3){width:87%}
.code-lines i:nth-child(4){width:48%}
.code-lines i:nth-child(5){width:72%}
.code-lines i:nth-child(6){width:58%}
.code-badge{
  display:inline-block;
  margin-top:30px;
  color:#ff8c56;
  font-size:8px;
  letter-spacing:.12em;
  font-weight:900;
}

.differential-copy>.section-kicker{margin-bottom:10px}
.differential-copy h2{
  margin:0 0 30px;
  color:var(--navy);
  font-size:clamp(34px,4vw,50px);
  line-height:1.06;
  letter-spacing:-.045em;
}
.benefit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 24px;
}
.benefit-grid article{
  display:flex;
  gap:13px;
}
.benefit-grid article>span{
  flex:0 0 42px;
  width:42px;height:42px;
  display:grid;place-items:center;
  border:1px solid rgba(255,87,0,.35);
  border-radius:50%;
  color:var(--orange);
  font-weight:900;
}
.benefit-grid h3{
  margin:0 0 5px;
  color:var(--navy);
  font-size:14px;
}
.benefit-grid p{
  margin:0;
  color:var(--muted);
  font-size:9px;
  line-height:1.6;
}

/* TRUST */
.trust-section{
  padding-top:20px;
}
.trust-box{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:56px;
  align-items:center;
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:26px;
  padding:50px;
}
.trust-copy h2{
  margin:12px 0 18px;
  font-size:clamp(30px,3.5vw,44px);
  color:var(--navy);
  line-height:1.08;
  letter-spacing:-.04em;
}
.trust-copy p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
}
.trust-list{display:grid;gap:12px}
.trust-list div{
  display:grid;
  grid-template-columns:48px 1fr;
  align-items:center;
  gap:14px;
  padding:15px 17px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
}
.trust-list strong{
  color:var(--orange);
  font-size:15px;
}
.trust-list span{
  color:#3e4b64;
  font-size:15px;
  font-weight:700;
}

/* FAQ */
.faq{padding-top:70px}
.faq-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  max-width:1000px;
  margin:0 auto;
}
.faq details{
  border:1px solid var(--line);
  border-radius:15px;
  padding:0 18px;
  background:#fff;
}
.faq summary{
  cursor:pointer;
  list-style:none;
  padding:20px 0;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--orange);font-size:20px}
.faq details[open] summary::after{content:"–"}
.faq details p{
  margin:0 0 19px;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}

/* CTA */
.cta-section{padding:0 0 86px}
.cta-box{
  display:grid;
  grid-template-columns:auto 1.05fr auto .9fr auto;
  align-items:center;
  gap:25px;
  padding:28px 34px;
  border-radius:20px;
  color:#fff;
  background:
    radial-gradient(circle at 75% 40%,rgba(255,149,76,.35),transparent 26%),
    linear-gradient(105deg,#061b45 0%,#0b2d68 40%,#ff5700 100%);
  box-shadow:0 18px 40px rgba(6,27,69,.18);
}
.cta-symbol{
  width:64px;height:64px;border-radius:18px;
  display:grid;place-items:center;
  font-size:34px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}
.cta-copy span{
  text-transform:uppercase;
  font-weight:800;
  font-size:17px;
}
.cta-copy h2{
  margin:3px 0 0;
  color:#ff8a47;
  text-transform:uppercase;
  font-size:28px;
}
.cta-divider{
  width:1px;
  height:70px;
  background:rgba(255,255,255,.34);
}
.cta-box>p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#edf3ff;
}
.cta-actions{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:9px;
}
.btn-white{
  background:#fff;
  color:var(--orange);
  min-width:190px;
}
.btn-white:hover{transform:translateY(-3px)}
.cta-email{
  color:#fff;
  font-size:9px;
  opacity:.88;
}

/* FOOTER */
footer{
  background:#04122f;
  color:#fff;
  padding:58px 0 22px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.35fr .8fr .55fr .9fr;
  gap:60px;
  padding-bottom:42px;
}
.footer-brand img{
  width:210px;
  background:#fff;
  border-radius:10px;
  padding:7px 10px;
}
.footer-brand p{
  max-width:360px;
  margin:17px 0 0;
  color:#93a4c2;
  font-size:14px;
  line-height:1.7;
}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.footer-links strong{
  margin-bottom:7px;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.footer-links a{
  color:#9aabc8;
  font-size:9px;
  transition:.2s;
}
.footer-links a:hover{color:#fff}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:19px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#687a9b;
  font-size:9px;
}

/* WHATSAPP */




/* ANIMATIONS */
.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease,transform .6s ease;
}
.reveal.visible{opacity:1;transform:none}

@keyframes deviceFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
.phone{animation:deviceFloat 4.5s ease-in-out infinite}

/* RESPONSIVE */
@media(max-width:1120px){
  .nav{gap:18px}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .hero-grid{grid-template-columns:1fr 1fr}
  .laptop{width:500px}
  .phone{width:135px;height:276px}
  .cta-box{grid-template-columns:auto 1fr auto}
  .cta-divider,.cta-box>p{display:none}
}

@media(max-width:900px){
  .menu-toggle{display:flex}
  .nav{
    position:absolute;
    left:20px;
    right:20px;
    top:84px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:5px;
    padding:18px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    box-shadow:var(--shadow);
  }
  .nav.open{display:flex}
  .nav>a{padding:10px!important}
  .nav-whatsapp{text-align:center}
  .hero{min-height:auto}
  .hero-grid{
    grid-template-columns:1fr;
    gap:30px;
    padding-top:55px;
  }
  .hero-copy{text-align:center}
  .hero h1,.hero-lead{margin-left:auto;margin-right:auto}
  .hero-actions,.hero-points{justify-content:center}
  .device-stage{
    min-height:500px;
    max-width:700px;
    width:100%;
    margin:0 auto;
  }
  .laptop{left:6%;width:560px}
  .phone{right:5%}
  .differential-grid{
    grid-template-columns:1fr;
    gap:35px;
  }
  .visual-card{max-width:650px;width:100%;margin:0 auto}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:32px}
  .process-grid article:last-child{grid-column:1/-1;max-width:260px;margin:0 auto}
  .process-line{display:none}
  .trust-box{grid-template-columns:1fr;gap:30px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}

@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .nav-wrap{height:74px}
  .brand{width:175px}
  .nav{top:74px;left:14px;right:14px}
  .hero-grid{padding:42px 0 58px}
  .hero h1{font-size:45px}
  .hero-lead{font-size:14px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .hero-points{gap:16px;display:grid;grid-template-columns:repeat(3,1fr)}
  .hero-points article{flex-direction:column;text-align:center}
  .hero-points small{white-space:normal}
  .device-stage{min-height:385px}
  .orange-orbit{width:250px;height:250px;right:0;top:28px}
  .orange-orbit::after{display:none}
  .laptop{
    width:420px;
    max-width:95%;
    left:0;
    top:65px;
  }
  .phone{
    width:102px;
    height:210px;
    right:0;
    bottom:8px;
  }
  .phone-screen{padding:28px 10px 10px}
  .phone-screen h4{font-size:14px}
  .screen-copy h3{font-size:16px}
  .screen-content{padding:4%}
  .section{padding:72px 0}
  .section-title h2{font-size:34px}
  .service-grid{grid-template-columns:1fr 1fr}
  .service-card{min-height:255px;padding:22px 14px}
  .process-wrap{padding-bottom:65px}
  .process-panel{padding:38px 22px}
  .process-grid{grid-template-columns:1fr}
  .process-grid article:last-child{grid-column:auto;max-width:none}
  .process-number{left:calc(50% - 58px)}
  .benefit-grid{grid-template-columns:1fr}
  .visual-card{min-height:330px}
  .code-content{padding:30px}
  .trust-box{padding:30px 22px}
  .faq-list{grid-template-columns:1fr}
  .cta-box{
    grid-template-columns:1fr;
    text-align:center;
    padding:30px 24px;
  }
  .cta-symbol{margin:0 auto}
  .cta-actions{width:100%}
  .cta-actions .btn{width:100%}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-brand{grid-column:auto}
  .footer-bottom{flex-direction:column}
}

@media(max-width:430px){
  .hero h1{font-size:39px}
  .hero-points{grid-template-columns:1fr 1fr}
  .hero-points article:last-child{grid-column:1/-1}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:225px}
  .device-stage{min-height:340px}
  .phone{width:90px;height:187px}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none;transition:none}
  .phone{animation:none}
}


/* ===== WEBDION V3 — HERO PREMIUM ===== */
.site-header{
  background:rgba(3,14,38,.93);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.site-header .brand{
  background:#fff;
  padding:7px 10px;
  border-radius:10px;
}
.site-header .nav{color:#fff}
.site-header .menu-toggle span{background:#fff}
.site-header .nav>a:not(.nav-whatsapp)::after{background:var(--orange)}

.hero{
  min-height:690px;
  background:
    radial-gradient(circle at 72% 30%,rgba(33,92,188,.34),transparent 28%),
    radial-gradient(circle at 92% 60%,rgba(255,87,0,.12),transparent 23%),
    linear-gradient(135deg,#020b1d 0%,#041533 48%,#071d45 100%);
  color:#fff;
}
.hero-grid-bg{
  opacity:.22;
  background-image:
    linear-gradient(rgba(71,133,235,.10) 1px,transparent 1px),
    linear-gradient(90deg,rgba(71,133,235,.10) 1px,transparent 1px);
  mask-image:linear-gradient(to right,black,rgba(0,0,0,.7),transparent);
}
.hero-grid{
  grid-template-columns:.92fr 1.08fr;
  gap:42px;
  padding:70px 0 78px;
}
.hero h1{
  color:#fff;
  max-width:700px;
  font-size:clamp(50px,5.5vw,78px);
}
.hero h1 span{color:var(--orange)}
.hero-lead{
  color:#c3cde0;
  max-width:590px;
}
.hero .btn-outline{
  border-color:rgba(255,255,255,.34);
  color:#fff;
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(8px);
}
.hero .btn-outline:hover{
  border-color:#fff;
  background:rgba(255,255,255,.08);
}
.hero-points strong{color:#fff}
.hero-points small{color:#9fb0cc}
.hero .point-icon{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.18);
  color:#fff;
}

.hero-device-visual{
  min-height:525px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.device-halo{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,87,0,.20),rgba(32,94,199,.10) 55%,transparent 72%);
  filter:blur(2px);
  right:0;
  top:55px;
}
.device-image-wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:650px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 35px 70px rgba(0,0,0,.38);
  border:1px solid rgba(255,255,255,.12);
  transform:perspective(1100px) rotateY(-2deg) rotateX(1deg);
}
.device-image-wrap img{
  width:100%;
  height:auto;
  display:block;
}
.hero-float-card{
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:12px;
  min-width:180px;
  padding:13px 15px;
  border-radius:14px;
  background:rgba(4,18,47,.92);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 35px rgba(0,0,0,.30);
  backdrop-filter:blur(10px);
}
.hero-float-card>span{
  width:38px;height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(255,87,0,.14);
  color:var(--orange);
  font-weight:900;
}
.hero-float-card strong{
  display:block;
  color:#fff;
  font-size:15px;
  margin-bottom:3px;
}
.hero-float-card small{
  display:block;
  color:#9fb0cc;
  font-size:8px;
}
.float-one{left:-12px;bottom:54px}
.float-two{right:-10px;top:66px}

.proof-strip{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}
.proof-grid article{
  padding:22px 24px;
  border-right:1px solid var(--line);
}
.proof-grid article:last-child{border-right:0}
.proof-grid strong{
  display:block;
  color:var(--navy);
  font-size:15px;
  margin-bottom:4px;
}
.proof-grid span{
  color:var(--muted);
  font-size:9px;
  line-height:1.5;
}

.services{
  background:
    radial-gradient(circle at 8% 15%,rgba(16,61,134,.04),transparent 20%),
    #fff;
}
.service-card{
  min-height:300px;
  border-radius:20px;
}
.service-card:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 46px rgba(6,27,69,.12);
}

.process-panel{
  box-shadow:0 28px 65px rgba(6,27,69,.17);
}

.trust-box{
  background:linear-gradient(145deg,#f7f9fd,#fff);
}

@media(max-width:900px){
  .site-header .nav{
    background:#071a3d;
    border-color:rgba(255,255,255,.10);
  }
  .hero-grid{grid-template-columns:1fr}
  .hero-device-visual{min-height:460px}
  .device-image-wrap{max-width:680px}
  .proof-grid{grid-template-columns:1fr 1fr}
  .proof-grid article:nth-child(2){border-right:0}
  .proof-grid article:nth-child(-n/**/+2){border-bottom:1px solid var(--line)}
}
@media(max-width:640px){
  .site-header .brand{width:165px}
  .hero{min-height:auto}
  .hero-grid{padding:44px 0 56px}
  .hero h1{font-size:43px}
  .hero-device-visual{min-height:320px;margin-top:12px}
  .device-image-wrap{border-radius:18px}
  .hero-float-card{display:none}
  .proof-grid{grid-template-columns:1fr}
  .proof-grid article{
    border-right:0!important;
    border-bottom:1px solid var(--line);
  }
  .proof-grid article:last-child{border-bottom:0}
}

/* ===== LOGO BRANCA ===== */
.site-header .brand{
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
}
.site-header .brand img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.footer-brand img{
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
  width:220px;
}


/* =========================================================
   V4 — acabamento mais autoral e menos "template"
   ========================================================= */

:root{
  --orange:#ff5a12;
  --orange-2:#ff6a1a;
  --navy:#071a3d;
  --navy-2:#0b2a5c;
  --soft:#f7f8fb;
  --line:#e7eaf0;
  --shadow:0 18px 50px rgba(5,23,54,.10);
}

/* Menos glow, mais acabamento editorial */
.site-header{
  background:rgba(4,16,39,.96) !important;
  backdrop-filter:blur(12px);
}
.nav{
  gap:24px;
  font-size:15px;
  font-weight:600;
}
.nav-whatsapp{
  box-shadow:none;
  border-radius:10px;
}
.hero{
  min-height:680px;
  background:
    radial-gradient(circle at 76% 38%,rgba(28,76,154,.22),transparent 28%),
    linear-gradient(120deg,#020b1c 0%,#061631 56%,#071a3c 100%) !important;
}
.hero-grid-bg{
  opacity:.12 !important;
  background-size:52px 52px !important;
}
.hero-grid{
  grid-template-columns:.92fr 1.08fr;
  gap:55px;
  padding:76px 0 84px !important;
}
.eyebrow{
  letter-spacing:.15em;
  font-size:14px;
}
.hero h1{
  text-transform:none !important;
  font-size:clamp(48px,5.1vw,72px) !important;
  line-height:1.01 !important;
  letter-spacing:-.05em !important;
  max-width:680px;
}
.hero-lead{
  font-size:15px !important;
  line-height:1.75;
  max-width:610px;
}
.btn{
  min-height:52px;
  border-radius:10px;
  font-size:15px;
  text-transform:none;
  letter-spacing:.01em;
}
.btn-primary{
  box-shadow:none !important;
}
.btn-primary:hover,
.btn-outline:hover{
  transform:translateY(-2px);
}
.hero-points{
  margin-top:34px;
  gap:24px;
}
.point-icon{
  width:34px !important;
  height:34px !important;
  font-size:8px;
  border-radius:9px !important;
  color:#ff7841 !important;
}
.hero-points strong{font-size:14px}
.hero-points small{font-size:8px}

/* MacBook + iPhone totalmente em HTML/CSS */
.hero-device-visual{
  position:relative;
  min-height:510px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.device-backlight{
  position:absolute;
  width:420px;
  height:330px;
  border-radius:50%;
  background:rgba(25,72,151,.26);
  filter:blur(50px);
  right:18px;
  top:80px;
}
.macbook{
  position:absolute;
  z-index:3;
  width:min(590px,91%);
  left:0;
  top:78px;
  transform:rotate(2.5deg);
  filter:drop-shadow(0 30px 24px rgba(0,0,0,.30));
}
.macbook-lid{
  padding:7px 7px 8px;
  border-radius:18px 18px 8px 8px;
  background:linear-gradient(135deg,#9ca3ab,#4a5059 48%,#979da5);
  position:relative;
}
.macbook-camera{
  position:absolute;
  width:5px;height:5px;border-radius:50%;
  top:4px;left:50%;transform:translateX(-50%);
  background:#161b22;
  z-index:5;
}
.macbook-screen{
  overflow:hidden;
  border-radius:12px 12px 4px 4px;
  background:#07142e;
  aspect-ratio:16/10;
  border:1px solid #121826;
}
.demo-nav{
  height:13%;
  padding:0 5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.demo-nav img{
  width:98px;
  height:auto;
}
.demo-nav>div{
  display:flex;
  gap:14px;
  color:#96a4bd;
  font-size:5px;
}
.demo-hero{
  height:68%;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  align-items:center;
  padding:5%;
  background:
    radial-gradient(circle at 72% 48%,rgba(35,89,185,.22),transparent 34%),
    #06152f;
}
.demo-copy small{
  color:#ff7b43;
  letter-spacing:.16em;
  font-size:5px;
  font-weight:800;
}
.demo-copy h3{
  color:#fff;
  margin:7px 0 8px;
  font-size:23px;
  line-height:1;
  letter-spacing:-.05em;
}
.demo-copy h3 em{
  color:var(--orange);
  font-style:normal;
}
.demo-copy p{
  color:#aab8cf;
  font-size:6px;
  line-height:1.5;
  margin:0 0 12px;
}
.demo-copy b{
  display:inline-block;
  background:var(--orange);
  color:#fff;
  padding:7px 10px;
  border-radius:6px;
  font-size:5px;
}
.demo-preview{
  display:flex;
  align-items:center;
  justify-content:center;
}
.preview-browser{
  width:86%;
  aspect-ratio:4/3;
  border:1px solid rgba(255,255,255,.18);
  background:#0a214a;
  border-radius:9px;
  box-shadow:0 12px 25px rgba(0,0,0,.24);
  transform:rotate(-4deg);
  overflow:hidden;
}
.preview-top{
  height:13%;
  background:#0f1e3c;
  display:flex;
  align-items:center;
  gap:4px;
  padding:0 8px;
}
.preview-top i{
  width:4px;height:4px;border-radius:50%;background:#ff6c5c;
}
.preview-top i:nth-child(2){background:#f8c64d}
.preview-top i:nth-child(3){background:#3cc46e}
.preview-body{
  padding:14px;
}
.preview-body span{
  display:block;
  width:45%;
  height:5px;
  background:var(--orange);
  border-radius:4px;
}
.preview-body strong{
  display:block;
  width:78%;
  height:26px;
  margin:10px 0 16px;
  background:#e9effa;
  border-radius:5px;
}
.preview-body i{
  display:block;
  height:5px;
  background:#496184;
  border-radius:3px;
  margin:7px 0;
}
.preview-body i:nth-child(4){width:72%}
.preview-body i:nth-child(5){width:54%}
.demo-services{
  height:19%;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.07);
}
.demo-services div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-left:12px;
  border-right:1px solid rgba(255,255,255,.06);
}
.demo-services b{
  color:var(--orange);
  font-size:6px;
  margin-bottom:2px;
}
.demo-services span{
  color:#a5b1c6;
  font-size:5px;
}
.macbook-base{
  width:112%;
  height:18px;
  margin-left:-6%;
  background:linear-gradient(#bfc3c8,#6f747b);
  border-radius:2px 2px 30px 30px;
  position:relative;
}
.macbook-base:after{
  content:"";
  position:absolute;
  top:0;left:50%;
  width:86px;height:5px;
  transform:translateX(-50%);
  background:#84898f;
  border-radius:0 0 8px 8px;
}

.iphone{
  position:absolute;
  z-index:6;
  width:148px;
  height:302px;
  right:0;
  bottom:35px;
  background:linear-gradient(145deg,#39414c,#151a22);
  padding:5px;
  border-radius:28px;
  transform:rotate(5deg);
  box-shadow:0 25px 45px rgba(0,0,0,.35);
}
.iphone-speaker{
  position:absolute;
  z-index:8;
  width:48px;height:14px;
  background:#080a0e;
  border-radius:0 0 12px 12px;
  left:50%;top:5px;
  transform:translateX(-50%);
}
.iphone-screen{
  height:100%;
  border-radius:23px;
  padding:26px 14px 14px;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 35%,rgba(27,89,190,.21),transparent 30%),
    #06142d;
  color:#fff;
}
.phone-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:30px;
}
.phone-head img{width:62px}
.phone-head span{font-size:14px;color:#cbd4e2}
.iphone-screen>small{
  font-size:5px;
  letter-spacing:.15em;
  color:#ff824d;
}
.iphone-screen h4{
  margin:8px 0 12px;
  font-size:14px;
  line-height:1.07;
  letter-spacing:-.03em;
}
.iphone-screen h4 em{
  display:block;
  margin-top:3px;
  color:var(--orange);
  font-style:normal;
}
.iphone-screen p{
  color:#9eabc0;
  font-size:6px;
  line-height:1.55;
  margin:0 0 14px;
}
.iphone-screen>b{
  display:block;
  background:var(--orange);
  border-radius:7px;
  padding:8px 8px;
  text-align:center;
  font-size:5px;
}
.phone-ui{
  margin-top:24px;
  display:grid;
  gap:7px;
}
.phone-ui i{
  height:6px;
  border-radius:6px;
  background:rgba(255,255,255,.09);
}
.phone-ui i:nth-child(2){width:78%}
.phone-ui i:nth-child(3){width:58%}

.device-note{
  position:absolute;
  z-index:7;
  padding:12px 13px;
  background:rgba(5,20,47,.92);
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  box-shadow:0 14px 30px rgba(0,0,0,.23);
}
.device-note strong{
  display:block;
  color:#fff;
  font-size:9px;
}
.device-note span{
  display:block;
  color:#8696af;
  font-size:7px;
  margin-top:2px;
}
.note-left{left:-10px;bottom:52px}
.note-right{right:12px;top:72px}

/* Cards e seções com menos "cara de template" */
.section{padding:90px 0}
.section-title h2{
  font-size:clamp(31px,3.8vw,46px);
}
.service-grid{
  grid-template-columns:repeat(3,1fr) !important;
  gap:16px !important;
}
.service-card{
  min-height:260px !important;
  text-align:left !important;
  align-items:flex-start !important;
  padding:28px !important;
  border-radius:16px !important;
  box-shadow:none !important;
}
.service-card:hover{
  transform:translateY(-4px) !important;
  box-shadow:0 16px 34px rgba(5,23,54,.08) !important;
}
.service-icon{
  width:48px !important;
  height:48px !important;
  margin-bottom:24px !important;
  border-radius:12px !important;
  box-shadow:none !important;
  background:#fff6f1;
}
.service-card h3{
  font-size:15px !important;
}
.service-card p{
  font-size:15px !important;
  line-height:1.7 !important;
}
.service-line{
  margin-left:0 !important;
  width:28px !important;
}

.process-panel{
  border-radius:18px !important;
  box-shadow:none !important;
  padding:48px 42px 44px !important;
}
.process-grid p{font-size:9px}
.process-icon{
  box-shadow:none !important;
  border-color:rgba(255,255,255,.18) !important;
}
.process-number{
  box-shadow:none !important;
}

.code-window{
  transform:none !important;
  border-radius:16px !important;
  box-shadow:0 18px 45px rgba(5,23,54,.16) !important;
}
.visual-orange{
  width:220px !important;
  height:220px !important;
  opacity:.85 !important;
}
.visual-blue{
  display:none;
}
.benefit-grid{
  gap:24px 30px !important;
}
.benefit-grid article>span{
  border-radius:10px !important;
  background:#fff6f1;
}
.benefit-grid h3{font-size:14px}
.benefit-grid p{font-size:14px}

.trust-box{
  border-radius:18px !important;
  padding:46px !important;
}
.trust-list div{
  border-radius:10px !important;
}

.cta-box{
  border-radius:16px !important;
  box-shadow:none !important;
  background:linear-gradient(105deg,#061b45 0%,#0b2d68 58%,#e84c0c 100%) !important;
}
.cta-copy span{
  text-transform:none !important;
  font-size:16px !important;
}
.cta-copy h2{
  text-transform:none !important;
  font-size:27px !important;
}



/* Retira estilos da imagem antiga */
.device-image-wrap,
.hero-float-card,
.device-halo,
.proof-strip{
  display:none !important;
}

@media(max-width:1000px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }
  .hero-copy{
    text-align:center;
  }
  .hero h1,.hero-lead{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-actions,.hero-points{
    justify-content:center;
  }
  .hero-device-visual{
    width:min(700px,100%);
    margin:0 auto;
    min-height:500px;
  }
  .macbook{
    left:5%;
  }
  .iphone{
    right:4%;
  }
}
@media(max-width:700px){
  .service-grid{
    grid-template-columns:1fr !important;
  }
  .hero h1{
    font-size:43px !important;
  }
  .hero-points{
    display:grid;
    grid-template-columns:1fr;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-points article{
    flex-direction:row !important;
    text-align:left !important;
  }
  .hero-device-visual{
    min-height:350px;
  }
  .macbook{
    width:96%;
    left:0;
    top:60px;
  }
  .iphone{
    width:100px;
    height:204px;
    right:-3px;
    bottom:8px;
  }
  .iphone-screen{
    padding:22px 9px 9px;
  }
  .phone-head{
    margin-bottom:18px;
  }
  .phone-head img{width:46px}
  .iphone-screen h4{font-size:9px}
  .iphone-screen p{display:none}
  .device-note{display:none}
  .demo-copy h3{font-size:16px}
  .demo-nav img{width:70px}
  .demo-services div{padding-left:7px}
  .trust-box{
    padding:30px 22px !important;
  }
}


/* ============================================================
   V5 — refinamentos solicitados
   ============================================================ */

.icon-svg{
  width:18px;
  height:18px;
  display:block;
  flex:0 0 auto;
}
.icon-wa{
  fill:currentColor;
}
.nav-whatsapp .icon-svg,
.btn .icon-svg{
  width:17px;
  height:17px;
}
.nav-whatsapp{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.wa-dot{display:none!important}

/* Hero: fundo tecnológico discreto e sem aspecto de IA */
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background:
    radial-gradient(circle at 20% 30%,rgba(255,255,255,.14) 0 1px,transparent 1.5px),
    radial-gradient(circle at 33% 68%,rgba(62,126,226,.34) 0 1px,transparent 1.5px),
    radial-gradient(circle at 68% 24%,rgba(255,90,18,.24) 0 1px,transparent 1.5px),
    radial-gradient(circle at 83% 65%,rgba(255,255,255,.12) 0 1px,transparent 1.5px);
  background-size:105px 105px,145px 145px,180px 180px,130px 130px;
}
.macbook,
.iphone{
  transition:transform .45s cubic-bezier(.2,.8,.2,1);
}

/* Números do hero: uma linha só no desktop */
.hero-points{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px!important;
  max-width:680px;
}
.hero-points article{
  min-width:0;
}
.hero-points small{
  white-space:normal!important;
}

/* Serviços */
.service-icon .icon-svg{
  width:23px;
  height:23px;
}
.service-line{
  height:2px!important;
  border-radius:10px;
}

/* Conceitos demonstrativos */
.concept-section{
  background:#f7f8fb;
  position:relative;
  overflow:hidden;
}
.concept-section::before{
  content:"";
  position:absolute;
  width:420px;height:420px;
  right:-230px;top:-180px;
  border:1px solid rgba(7,26,61,.06);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(7,26,61,.015),0 0 0 140px rgba(7,26,61,.012);
}
.section-title.concept-title{
  max-width:none;
  text-align:left;
  display:grid;
  grid-template-columns:1.05fr .75fr;
  align-items:end;
  gap:60px;
}
.section-title.concept-title p{
  margin:0;
}
.concept-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.concept-card{
  padding:14px;
  border:1px solid #e1e5ec;
  border-radius:18px;
  background:#fff;
  transition:.3s ease;
}
.concept-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(7,26,61,.09);
}
.concept-label{
  font-size:7px;
  letter-spacing:.16em;
  font-weight:800;
  color:#8a94a6;
  padding:3px 4px 12px;
}
.concept-browser{
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(7,26,61,.1);
  background:#0a1937;
}
.concept-top{
  height:32px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 10px;
  background:#eef1f5;
}
.concept-top i{
  width:6px;height:6px;border-radius:50%;background:#ff6b5b;
}
.concept-top i:nth-child(2){background:#ffc84d}
.concept-top i:nth-child(3){background:#42c878}
.concept-top span{
  margin-left:auto;
  color:#8a94a5;
  font-size:7px;
}
.concept-screen{
  min-height:270px;
  padding:36px 28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
}
.concept-screen small{
  font-size:7px;
  letter-spacing:.15em;
  font-weight:800;
  opacity:.75;
}
.concept-screen h3{
  margin:10px 0 12px;
  font-size:26px;
  line-height:1.02;
  letter-spacing:-.045em;
}
.concept-screen p{
  font-size:9px;
  line-height:1.65;
  opacity:.72;
  max-width:260px;
}
.concept-screen b{
  width:max-content;
  margin-top:16px;
  padding:8px 12px;
  border-radius:7px;
  font-size:7px;
  background:#fff;
  color:#14213a;
}
.concept-food .concept-screen{
  background:
    radial-gradient(circle at 90% 15%,rgba(236,144,63,.38),transparent 32%),
    linear-gradient(135deg,#2b1710,#754326);
}
.concept-health .concept-screen{
  background:
    radial-gradient(circle at 90% 15%,rgba(136,223,218,.25),transparent 32%),
    linear-gradient(135deg,#0c3445,#155e71);
}
.concept-store .concept-screen{
  background:
    radial-gradient(circle at 88% 18%,rgba(255,93,34,.27),transparent 32%),
    linear-gradient(135deg,#141628,#282d59);
}
.concept-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  padding:14px 4px 3px;
}
.concept-meta strong{
  font-size:15px;
  color:var(--navy);
}
.concept-meta span{
  font-size:8px;
  color:#8993a5;
}

/* Processo: corrige quebra/linha dos números */
.process-panel{
  overflow:visible!important;
}
.process-line{
  left:8%!important;
  right:8%!important;
  top:174px!important;
}
.process-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
}
.process-grid article{
  min-width:0;
}
.process-number{
  left:50%!important;
  top:-3px!important;
  transform:translateX(-64px);
  width:32px!important;
  height:32px!important;
  font-size:9px!important;
}
.process-icon .icon-svg{
  width:25px;
  height:25px;
}

/* Logo real no bloco de diferenciais */
.code-brand.real-brand{
  display:block;
}
.code-brand.real-brand img{
  width:190px;
  max-width:75%;
  height:auto;
}
.code-brand.real-brand + .code-lines{
  margin-top:4px;
}

/* CTA com logo */
.cta-symbol{
  padding:10px;
  background:rgba(255,255,255,.07)!important;
}
.cta-symbol img{
  width:44px;
  height:44px;
  object-fit:contain;
}
.btn-white{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.btn-white .icon-wa{
  color:#25d366;
}

/* Proposta e formulário */
.quote-section{
  background:
    radial-gradient(circle at 8% 22%,rgba(255,90,18,.055),transparent 24%),
    linear-gradient(180deg,#fff,#f7f9fc);
}
.quote-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:60px;
  align-items:center;
}
.quote-intro h2{
  margin:13px 0 18px;
  color:var(--navy);
  font-size:clamp(34px,4vw,50px);
  line-height:1.06;
  letter-spacing:-.045em;
}
.quote-intro>p{
  margin:0;
  color:#667287;
  font-size:15px;
  line-height:1.75;
  max-width:560px;
}
.proposal-points{
  display:grid;
  gap:12px;
  margin-top:30px;
}
.proposal-points article{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:12px;
  align-items:center;
}
.proposal-points article>span{
  width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:10px;
  background:#fff2eb;
  color:var(--orange);
  font-size:9px;
  font-weight:900;
}
.proposal-points strong{
  display:block;
  font-size:15px;
  color:var(--navy);
  margin-bottom:3px;
}
.proposal-points small{
  color:#7c8799;
  font-size:9px;
  line-height:1.5;
}
.quote-form{
  background:#fff;
  border:1px solid #e2e7ef;
  border-radius:18px;
  padding:30px;
  box-shadow:0 18px 50px rgba(7,26,61,.08);
}
.form-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding-bottom:22px;
  margin-bottom:22px;
  border-bottom:1px solid #edf0f4;
}
.form-head img{
  width:44px;height:44px;
  object-fit:contain;
}
.form-head strong{
  display:block;
  color:var(--navy);
  font-size:15px;
  margin-bottom:3px;
}
.form-head span{
  color:#8a94a4;
  font-size:9px;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-grid label{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.form-grid label.full{
  grid-column:1/-1;
}
.form-grid label>span{
  color:#36435a;
  font-size:9px;
  font-weight:800;
}
.form-grid input,
.form-grid select,
.form-grid textarea{
  width:100%;
  border:1px solid #dfe4eb;
  border-radius:9px;
  background:#fbfcfe;
  color:#1b2942;
  outline:none;
  padding:12px 13px;
  font-family:inherit;
  font-size:14px;
  transition:.2s;
}
.form-grid textarea{
  resize:vertical;
  min-height:100px;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus{
  border-color:rgba(255,90,18,.55);
  background:#fff;
  box-shadow:0 0 0 3px rgba(255,90,18,.07);
}
.form-actions{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:20px;
}
.form-submit{
  border:0;
  cursor:pointer;
  white-space:nowrap;
}
.form-actions small{
  color:#8a94a4;
  font-size:8px;
  line-height:1.5;
}


.footer-wa{
  display:flex!important;
  align-items:center;
  gap:7px;
}
.footer-wa .icon-svg{
  width:14px;height:14px;
  color:#25d366;
}

/* Animações premium sutis */
@keyframes subtleGlow{
  0%,100%{opacity:.16;transform:scale(1)}
  50%{opacity:.28;transform:scale(1.05)}
}
.device-backlight{
  animation:subtleGlow 7s ease-in-out infinite;
}
.concept-card .concept-screen{
  position:relative;
  overflow:hidden;
}
.concept-card .concept-screen::after{
  content:"";
  position:absolute;
  width:120%;
  height:50px;
  left:-10%;
  top:-70px;
  transform:rotate(-8deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent);
  transition:top .75s ease;
}
.concept-card:hover .concept-screen::after{
  top:110%;
}

@media(max-width:1000px){
  .concept-grid{
    grid-template-columns:1fr 1fr;
  }
  .concept-card:last-child{
    grid-column:1/-1;
  }
  .quote-grid{
    grid-template-columns:1fr;
    gap:35px;
  }
}
@media(max-width:900px){
  .process-grid{
    grid-template-columns:1fr 1fr!important;
    gap:32px!important;
  }
  .process-grid article:last-child{
    grid-column:1/-1!important;
  }
  .process-number{
    transform:translateX(-58px)!important;
  }
  .process-line{display:none!important}
}
@media(max-width:700px){
  .hero-points{
    grid-template-columns:1fr!important;
    max-width:330px;
  }
  .section-title.concept-title{
    grid-template-columns:1fr;
    gap:14px;
  }
  .concept-grid{
    grid-template-columns:1fr;
  }
  .concept-card:last-child{
    grid-column:auto;
  }
  .form-grid{
    grid-template-columns:1fr;
  }
  .form-grid label.full{
    grid-column:auto;
  }
  .form-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .form-submit{
    width:100%;
  }
  .process-grid{
    grid-template-columns:1fr!important;
  }
  .process-grid article:last-child{
    grid-column:auto!important;
  }
  .process-number{
    left:50%!important;
    transform:translateX(-58px)!important;
  }
  
  .back-to-top{
    right:12px;
    bottom:14px;
  }
}


/* ==========================================================
   V7 — correção estrutural + scrollbar estilo iPhone azul
   ========================================================== */

html{
  scrollbar-width:thin;
  scrollbar-color:#0b3f91 transparent;
}

/* Chrome / Edge / Safari */
::-webkit-scrollbar{
  width:8px;
  height:8px;
}
::-webkit-scrollbar-track{
  background:transparent;
}
::-webkit-scrollbar-thumb{
  background:#0b3f91;
  border-radius:999px;
  border:2px solid transparent;
  background-clip:padding-box;
}
::-webkit-scrollbar-thumb:hover{
  background:#1253b5;
  background-clip:padding-box;
}

/* WhatsApp SVG supplied by user */
.whatsapp-svg{
  width:18px;
  height:18px;
  display:block;
  flex:0 0 auto;
  object-fit:contain;
}
.nav-whatsapp,
.btn-white,
.footer-wa{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
}


/* White WD icon */
.form-head img{
  width:42px!important;
  height:42px!important;
  object-fit:contain;
  padding:7px;
  background:#0b2a5c;
  border-radius:12px;
}
.cta-symbol img{
  width:46px!important;
  height:46px!important;
  object-fit:contain;
}

/* Process rebuilt: number no longer sits on top of icon */
.process-panel{
  padding:54px 46px 48px!important;
  overflow:hidden!important;
}
.process-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:26px!important;
  align-items:start;
}
.process-grid article{
  min-width:0;
  position:relative;
  text-align:center;
}
.process-step-head{
  position:relative;
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
}
.process-icon{
  width:70px!important;
  height:70px!important;
  margin:0!important;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#081c43!important;
  border:1px solid rgba(255,255,255,.18)!important;
  position:relative;
  z-index:2;
}
.process-icon .icon-svg{
  width:24px;
  height:24px;
  color:#fff!important;
}
.process-number{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-78px,-50%)!important;
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#ff5a12,#ff792d)!important;
  color:#fff!important;
  font-size:9px!important;
  font-weight:900!important;
  line-height:1!important;
  z-index:3!important;
}
.process-line{
  top:194px!important;
  left:8%!important;
  right:8%!important;
}
.process-grid h3{
  margin:0 0 10px!important;
}
.process-grid p{
  max-width:190px;
  margin:0 auto!important;
}

/* smoother premium transitions without breaking layout */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .72s cubic-bezier(.2,.8,.2,1), transform .72s cubic-bezier(.2,.8,.2,1);
}
.reveal.visible{
  opacity:1;
  transform:none;
}
.service-card,
.concept-card,
.process-grid article,
.benefit-grid article,
.trust-list div,
.faq details{
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.service-card:hover,
.concept-card:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 20px 46px rgba(7,26,61,.10)!important;
}
.process-grid article:hover .process-icon{
  transform:translateY(-4px);
  border-color:rgba(255,90,18,.62)!important;
}

/* Keep layout stable on tablet/mobile */
@media(max-width:900px){
  .process-grid{
    grid-template-columns:1fr 1fr!important;
    gap:34px 24px!important;
  }
  .process-grid article:last-child{
    grid-column:1/-1!important;
    max-width:280px;
    margin:0 auto;
  }
  .process-line{
    display:none!important;
  }
  .process-number{
    transform:translate(-76px,-50%)!important;
  }
}
@media(max-width:700px){
  .process-panel{
    padding:42px 22px!important;
  }
  .process-grid{
    grid-template-columns:1fr!important;
  }
  .process-grid article:last-child{
    grid-column:auto!important;
    max-width:none;
  }
  .process-step-head{
    max-width:200px;
    margin-left:auto;
    margin-right:auto;
  }
  .process-number{
    transform:translate(-74px,-50%)!important;
  }
}


.whatsapp-svg{
  width:18px;
  height:18px;
  display:block;
  flex:0 0 auto;
  object-fit:contain;
}

.nav-whatsapp,
.btn-white,
.footer-wa,
.form-submit{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
}

.nav-whatsapp .whatsapp-svg{width:18px;height:18px}
.btn-white .whatsapp-svg,
.form-submit .whatsapp-svg{width:18px;height:18px}
.footer-wa .whatsapp-svg{width:15px;height:15px}

/* Processo: número separado do ícone e fora da linha */
.process-panel{
  padding:54px 46px 52px!important;
}

.process-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:30px!important;
  align-items:start!important;
}

.process-grid article{
  min-width:0;
  text-align:center;
  position:relative;
}

.process-step-head{
  position:relative!important;
  min-height:122px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  margin-bottom:8px!important;
}

.process-number{
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 34px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#ff5a12,#ff7a2d)!important;
  color:#fff!important;
  font-size:9px!important;
  font-weight:900!important;
  line-height:1!important;
  z-index:5!important;
  box-shadow:0 7px 18px rgba(255,90,18,.18)!important;
}

.process-icon{
  width:70px!important;
  height:70px!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 70px!important;
  position:relative!important;
  z-index:4!important;
  background:#081c43!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#fff!important;
}

.process-icon .icon-svg{
  width:24px!important;
  height:24px!important;
  color:#fff!important;
}

/* Linha agora passa só pelos ícones, bem abaixo dos números */
.process-line{
  top:235px!important;
  left:10%!important;
  right:10%!important;
  height:1px!important;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,90,18,.62) 8%,
    rgba(255,90,18,.62) 92%,
    transparent
  )!important;
  opacity:.78!important;
}

.process-grid h3{
  margin:0 0 10px!important;
}

.process-grid p{
  max-width:195px!important;
  margin:0 auto!important;
  line-height:1.7!important;
}

.process-grid article:hover .process-number{
  transform:translateY(-3px)!important;
}

.process-grid article:hover .process-icon{
  transform:translateY(-3px)!important;
  border-color:rgba(255,90,18,.58)!important;
}

/* Botão Topo — padrão único do site */
.back-to-top{
  position:fixed;
  right:16px;
  bottom:20px;
  z-index:1200;
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#0b2f6b;
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 12px 28px rgba(4,18,44,.22);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .25s ease, visibility .25s ease, transform .25s ease, background .25s ease;
}
.back-to-top.visible{
  opacity:1;
  visibility:visible;
  transform:none;
}
.back-to-top:hover{
  background:#12478e;
  transform:translateY(-3px);
}
.back-to-top svg{
  width:18px;
  height:18px;
}
.back-to-top span{
  position:absolute;
  right:46px;
  padding:7px 9px;
  border-radius:7px;
  background:#071a3d;
  color:#fff;
  font-size:8px;
  opacity:0;
  pointer-events:none;
  transform:translateX(5px);
  transition:.2s ease;
}
.back-to-top:hover span{
  opacity:1;
  transform:none;
}

/* Scroll estilo iPhone no azul do site */
html{
  scrollbar-width:thin;
  scrollbar-color:#0b3f91 transparent;
}

::-webkit-scrollbar{
  width:7px;
  height:7px;
}

::-webkit-scrollbar-track{
  background:transparent;
}

::-webkit-scrollbar-thumb{
  background:#0b3f91;
  border-radius:999px;
}

::-webkit-scrollbar-thumb:hover{
  background:#1457b6;
}

@media(max-width:900px){
  .process-grid{
    grid-template-columns:1fr 1fr!important;
    gap:40px 26px!important;
  }

  .process-grid article:last-child{
    grid-column:1/-1!important;
    max-width:280px;
    margin:0 auto;
  }

  .process-line{
    display:none!important;
  }
}

@media(max-width:700px){
  .process-panel{
    padding:42px 22px!important;
  }

  .process-grid{
    grid-template-columns:1fr!important;
  }

  .process-grid article:last-child{
    grid-column:auto!important;
    max-width:none;
  }

  .process-step-head{
    min-height:122px!important;
  }

  

  

  .back-to-top{
    right:12px;
    bottom:14px;
  }
}


/* ==========================================================
   V9 — SITE COMPLETO + PROCESSO LIMPO + CTA CENTRALIZADO
   ========================================================== */

/* Hero CTA sem ícone, texto realmente centralizado */
.hero-actions .btn-primary{
  justify-content:center!important;
  text-align:center!important;
  padding-left:24px!important;
  padding-right:24px!important;
}
.hero-actions .btn-primary .icon-svg{
  display:none!important;
}

/* Processo sem números */
.process-number{
  display:none!important;
}

.process-step-head{
  min-height:92px!important;
  justify-content:flex-start!important;
  gap:0!important;
  margin-bottom:12px!important;
}

/* Linha com espaço real antes/depois dos círculos */
.process-line{
  top:238px!important;
  left:12%!important;
  right:12%!important;
  height:1px!important;
  background:linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,90,18,.58) 6%,
    rgba(255,90,18,.58) 94%,
    transparent 100%
  )!important;
}

/* Cria "cortes" visuais na linha em volta de cada círculo */
.process-icon{
  position:relative!important;
  background:#081c43!important;
  box-shadow:0 0 0 14px #071a3d!important;
}
.process-icon::before,
.process-icon::after{
  content:"";
  position:absolute;
  top:50%;
  width:16px;
  height:3px;
  background:#071a3d;
  transform:translateY(-50%);
  z-index:-1;
}
.process-icon::before{left:-17px}
.process-icon::after{right:-17px}

/* Mais respiro vertical */
.process-grid h3{
  margin-top:8px!important;
}

/* Formulário: botão centralizado */
.form-actions{
  justify-content:center!important;
}
.form-submit{
  min-width:220px;
  justify-content:center!important;
  text-align:center!important;
}
.form-actions small{
  display:none!important;
}


/* Remove qualquer link textual "Voltar ao topo" residual */
.footer-bottom a[href="#topo"]{
  display:none!important;
}

/* Página interna */
.internal-main{
  min-height:70vh;
  padding:72px 0 100px;
  background:#f7f8fb;
}
.internal-hero{
  padding:70px 0 42px;
  background:linear-gradient(135deg,#04122e,#08275c);
  color:#fff;
}
.internal-hero .section-kicker{color:#ff6a23}
.internal-hero h1{
  max-width:800px;
  margin:12px 0 18px;
  font-size:clamp(38px,5vw,64px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.internal-hero p{
  max-width:720px;
  margin:0;
  color:#b7c4d9;
  font-size:14px;
  line-height:1.75;
}
.internal-card{
  background:#fff;
  border:1px solid #e2e7ee;
  border-radius:18px;
  padding:32px;
}
.internal-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.internal-card h2,
.internal-card h3{
  color:#071a3d;
}
.internal-card p{
  color:#657084;
  font-size:14px;
  line-height:1.75;
}
.internal-card ul{
  margin:18px 0 0;
  padding-left:18px;
  color:#657084;
  font-size:15px;
  line-height:1.8;
}

@media(max-width:900px){
  .internal-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .internal-grid{grid-template-columns:1fr}
  .process-line{display:none!important}
  .process-icon{box-shadow:none!important}
}


/* ==========================================================
   V10 — PÁGINAS INTERNAS COM O MESMO PADRÃO VISUAL DA HOME
   ========================================================== */

.internal-page{
  background:#fff;
}

.inner-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 38%,rgba(25,76,164,.28),transparent 30%),
    linear-gradient(135deg,#020b1c 0%,#061631 55%,#08234f 100%);
  color:#fff;
  min-height:520px;
  display:flex;
  align-items:center;
}

.inner-tech-grid{
  position:absolute;
  inset:0;
  opacity:.16;
  background-image:
    linear-gradient(rgba(88,141,225,.09) 1px,transparent 1px),
    linear-gradient(90deg,rgba(88,141,225,.09) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to right,black,rgba(0,0,0,.6),transparent);
}

.inner-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .82fr;
  align-items:center;
  gap:70px;
  padding:72px 0;
}

.inner-hero-copy h1{
  margin:14px 0 20px;
  font-size:clamp(48px,6vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
  max-width:760px;
}

.inner-hero-copy p{
  max-width:650px;
  margin:0;
  color:#bcc9dc;
  font-size:15px;
  line-height:1.75;
}

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

.inner-outline{
  color:#fff!important;
  border-color:rgba(255,255,255,.28)!important;
  background:rgba(255,255,255,.03)!important;
}

.inner-outline:hover{
  border-color:#fff!important;
  background:rgba(255,255,255,.08)!important;
}

.inner-visual{
  min-height:330px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.inner-window{
  width:100%;
  max-width:480px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:20px;
  overflow:hidden;
  background:#06142d;
  box-shadow:0 28px 65px rgba(0,0,0,.28);
  transform:rotate(2deg);
}

.inner-window-top{
  height:48px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 15px;
  background:#0c1d3c;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.inner-window-top span{
  width:8px;height:8px;border-radius:50%;background:#ff6b5f;
}
.inner-window-top span:nth-child(2){background:#ffc84d}
.inner-window-top span:nth-child(3){background:#3ec977}

.inner-window-top small{
  margin-left:auto;
  color:#6f83a6;
  font-size:8px;
}

.inner-window-body{
  min-height:290px;
  padding:38px;
  background:
    radial-gradient(circle at 70% 30%,rgba(26,81,174,.25),transparent 38%),
    #06142d;
}

.inner-window-body img{
  width:180px;
  margin-bottom:34px;
}

.inner-window-lines{
  display:grid;
  gap:10px;
}

.inner-window-lines i{
  display:block;
  height:7px;
  border-radius:999px;
  background:linear-gradient(90deg,#1d60bc,#143660);
}
.inner-window-lines i:nth-child(1){width:80%}
.inner-window-lines i:nth-child(2){width:62%}
.inner-window-lines i:nth-child(3){width:88%}
.inner-window-lines i:nth-child(4){width:52%}

.inner-window-chip{
  display:inline-block;
  margin-top:27px;
  color:#ff7a3d;
  border:1px solid rgba(255,90,18,.32);
  border-radius:999px;
  padding:8px 10px;
  font-size:8px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.inner-section{
  padding:100px 0;
  background:#fff;
}

.inner-section-head{
  display:grid;
  grid-template-columns:1.05fr .75fr;
  align-items:end;
  gap:70px;
  margin-bottom:48px;
}

.inner-section-head h2{
  margin:12px 0 0;
  color:#071a3d;
  font-size:clamp(34px,4.4vw,54px);
  line-height:1.06;
  letter-spacing:-.045em;
}

.inner-section-head>p{
  margin:0;
  color:#667287;
  font-size:15px;
  line-height:1.75;
}

.inner-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}

.inner-service-card{
  position:relative;
  min-height:355px;
  padding:28px;
  border:1px solid #e2e7ef;
  border-radius:18px;
  background:#fff;
  transition:.3s ease;
}

.inner-service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(7,26,61,.09);
  border-color:rgba(255,90,18,.28);
}

.inner-card-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#fff2eb;
  color:#ff5a12;
  font-size:20px;
  font-weight:900;
  margin-bottom:28px;
}

.inner-service-card>span{
  position:absolute;
  right:24px;
  top:27px;
  color:#b2bac7;
  font-size:9px;
  font-weight:900;
}

.inner-service-card h3{
  margin:0 0 12px;
  color:#071a3d;
  font-size:18px;
}

.inner-service-card p{
  margin:0;
  color:#667287;
  font-size:15px;
  line-height:1.72;
}

.inner-service-card ul{
  padding:0;
  margin:24px 0 0;
  list-style:none;
  display:grid;
  gap:9px;
}

.inner-service-card li{
  color:#3d4a62;
  font-size:14px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:8px;
}

.inner-service-card li::before{
  content:"";
  width:5px;height:5px;
  border-radius:50%;
  background:#ff5a12;
}

.inner-dark-section{
  padding:85px 0;
  background:linear-gradient(135deg,#04122f,#071d47);
  color:#fff;
}

.inner-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.inner-split h2{
  margin:12px 0 18px;
  font-size:clamp(34px,4vw,50px);
  line-height:1.05;
  letter-spacing:-.045em;
}

.inner-split p{
  margin:0;
  color:#afbdd3;
  font-size:15px;
  line-height:1.75;
}

.compare-box{
  display:grid;
  gap:12px;
}

.compare-box article{
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:15px;
  background:rgba(255,255,255,.04);
}

.compare-box strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:15px;
}

.compare-box span{
  color:#9fb0c9;
  font-size:14px;
  line-height:1.6;
}

/* Projetos */
.inner-project-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.inner-project-card{
  padding:13px;
  border:1px solid #e2e7ef;
  border-radius:18px;
  background:#fff;
  transition:.3s;
}

.inner-project-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(7,26,61,.09);
}

.project-browser{
  overflow:hidden;
  border-radius:12px;
  border:1px solid rgba(7,26,61,.1);
}

.project-browser-top{
  height:32px;
  background:#eef1f5;
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 10px;
}

.project-browser-top i{
  width:6px;height:6px;border-radius:50%;background:#ff6b5b;
}
.project-browser-top i:nth-child(2){background:#ffc84d}
.project-browser-top i:nth-child(3){background:#42c878}

.project-preview{
  min-height:300px;
  padding:36px 28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
}

.project-preview small{
  font-size:7px;
  letter-spacing:.17em;
  font-weight:900;
  opacity:.75;
}

.project-preview h3{
  margin:10px 0 12px;
  font-size:28px;
  line-height:1.02;
  letter-spacing:-.045em;
}

.project-preview p{
  margin:0;
  max-width:260px;
  font-size:9px;
  line-height:1.65;
  opacity:.75;
}

.project-one .project-preview{
  background:
    radial-gradient(circle at 90% 15%,rgba(240,149,70,.35),transparent 30%),
    linear-gradient(135deg,#2b1710,#754326);
}
.project-two .project-preview{
  background:
    radial-gradient(circle at 88% 18%,rgba(127,222,215,.22),transparent 30%),
    linear-gradient(135deg,#0c3445,#155e71);
}
.project-three .project-preview{
  background:
    radial-gradient(circle at 88% 18%,rgba(255,93,34,.25),transparent 30%),
    linear-gradient(135deg,#141628,#282d59);
}

.project-info{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:14px 4px 3px;
}

.project-info strong{
  color:#071a3d;
  font-size:15px;
}

.project-info span{
  color:#8993a5;
  font-size:8px;
}

.inner-note-section{
  padding:0 0 95px;
  background:#fff;
}

.note-box{
  padding:48px 52px;
  border-radius:22px;
  background:linear-gradient(135deg,#f7f8fb,#fff);
  border:1px solid #e2e7ef;
}

.note-box>span{
  color:#ff5a12;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.note-box h2{
  margin:12px 0 18px;
  color:#071a3d;
  max-width:900px;
  font-size:clamp(30px,4vw,46px);
  line-height:1.07;
  letter-spacing:-.04em;
}

.note-box p{
  margin:0;
  color:#667287;
  max-width:900px;
  font-size:14px;
  line-height:1.75;
}

/* Processo */
.inner-process-list{
  display:grid;
  gap:12px;
  max-width:980px;
  margin:0 auto;
}

.inner-process-list article{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:24px;
  align-items:center;
  padding:24px 28px;
  border:1px solid #e2e7ef;
  border-radius:16px;
  background:#fff;
  transition:.3s;
}

.inner-process-list article:hover{
  transform:translateX(6px);
  border-color:rgba(255,90,18,.30);
}

.inner-process-list article>span{
  width:54px;height:54px;
  display:grid;place-items:center;
  border-radius:14px;
  background:#071a3d;
  color:#ff6a23;
  font-size:15px;
  font-weight:900;
}

.inner-process-list h3{
  margin:0 0 6px;
  color:#071a3d;
  font-size:16px;
}

.inner-process-list p{
  margin:0;
  color:#667287;
  font-size:15px;
  line-height:1.7;
}

.mini-checks{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.mini-checks span{
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  color:#d8e2f2;
  background:rgba(255,255,255,.04);
  font-size:14px;
  font-weight:700;
}

/* Diferenciais */
.inner-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.inner-benefit-grid article{
  min-height:245px;
  padding:28px;
  border:1px solid #e2e7ef;
  border-radius:17px;
  background:#fff;
  transition:.3s;
}

.inner-benefit-grid article:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(7,26,61,.08);
}

.inner-benefit-grid article>div{
  width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:10px;
  background:#fff2eb;
  color:#ff5a12;
  font-size:9px;
  font-weight:900;
  margin-bottom:23px;
}

.inner-benefit-grid h3{
  margin:0 0 9px;
  color:#071a3d;
  font-size:15px;
}

.inner-benefit-grid p{
  margin:0;
  color:#667287;
  font-size:14px;
  line-height:1.7;
}

/* FAQ */
.inner-faq{
  max-width:1000px;
  margin:0 auto;
}

/* Contact */
.contact-layout{
  background:#f7f8fb;
}

.contact-page-grid{
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:55px;
  align-items:center;
}

.contact-page-copy h2{
  margin:12px 0 18px;
  color:#071a3d;
  font-size:clamp(36px,4.5vw,54px);
  line-height:1.05;
  letter-spacing:-.045em;
}

.contact-page-copy>p{
  margin:0;
  color:#667287;
  font-size:15px;
  line-height:1.75;
  max-width:620px;
}

.contact-methods{
  display:grid;
  gap:12px;
  margin-top:30px;
}

.contact-methods>a{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border:1px solid #dfe4eb;
  border-radius:13px;
  background:#fff;
  transition:.25s;
}

.contact-methods>a:hover{
  transform:translateX(5px);
  border-color:rgba(255,90,18,.32);
}

.contact-methods .whatsapp-svg{
  width:32px;height:32px;
}

.mail-icon{
  width:32px;height:32px;
  display:grid;place-items:center;
  border-radius:8px;
  background:#071a3d;
  color:#fff;
}

.contact-methods strong{
  display:block;
  color:#071a3d;
  font-size:15px;
  margin-bottom:3px;
}

.contact-methods span{
  color:#7a8495;
  font-size:9px;
}

.contact-panel{
  padding:38px;
  border-radius:20px;
  background:linear-gradient(135deg,#04122f,#08265a);
  color:#fff;
  box-shadow:0 22px 50px rgba(7,26,61,.14);
}

.contact-panel>img{
  width:190px;
  margin-bottom:34px;
}

.contact-panel>span{
  color:#ff7a3d;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.contact-panel h3{
  margin:12px 0 15px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.contact-panel p{
  color:#aebbd0;
  font-size:15px;
  line-height:1.7;
  margin-bottom:24px;
}

/* CTA interna */
.inner-cta{
  padding:0 0 95px;
  background:#fff;
}

.inner-cta-box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:45px;
  align-items:center;
  padding:42px 46px;
  border-radius:20px;
  background:linear-gradient(115deg,#061b45,#0b2e68 58%,#e84c0c);
  color:#fff;
}

.inner-cta-box h2{
  margin:10px 0 0;
  max-width:760px;
  font-size:clamp(30px,4vw,45px);
  line-height:1.06;
  letter-spacing:-.04em;
}

.inner-cta-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:250px;
}

.inner-cta-actions .btn{
  width:100%;
}

@media(max-width:1000px){
  .inner-hero-grid,
  .inner-section-head,
  .inner-split,
  .contact-page-grid{
    grid-template-columns:1fr;
  }

  .inner-visual{
    max-width:650px;
    width:100%;
    margin:0 auto;
  }

  .inner-service-grid,
  .inner-project-grid,
  .inner-benefit-grid{
    grid-template-columns:1fr 1fr;
  }

  .inner-cta-box{
    grid-template-columns:1fr;
  }

  .inner-cta-actions{
    min-width:0;
    flex-direction:row;
    flex-wrap:wrap;
  }
}

@media(max-width:700px){
  .inner-hero{
    min-height:auto;
  }

  .inner-hero-grid{
    padding:52px 0 62px;
    gap:38px;
  }

  .inner-hero-copy h1{
    font-size:44px;
  }

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

  .inner-hero-actions .btn{
    width:100%;
  }

  .inner-window{
    transform:none;
  }

  .inner-section{
    padding:74px 0;
  }

  .inner-service-grid,
  .inner-project-grid,
  .inner-benefit-grid{
    grid-template-columns:1fr;
  }

  .inner-service-card{
    min-height:0;
  }

  .inner-dark-section{
    padding:66px 0;
  }

  .mini-checks{
    grid-template-columns:1fr;
  }

  .inner-process-list article{
    grid-template-columns:50px 1fr;
    padding:20px;
  }

  .inner-process-list article>span{
    width:44px;height:44px;
  }

  .note-box{
    padding:32px 24px;
  }

  .contact-panel{
    padding:30px 24px;
  }

  .inner-cta-box{
    padding:32px 24px;
  }

  .inner-cta-actions{
    flex-direction:column;
  }
}


/* ==========================================================
   V11 — SITE SEPARADO: HOME DE ENTRADA + INTERNAS COMPLETAS
   ========================================================== */

/* HOME */
.home-overview{
  padding:96px 0;
  background:#fff;
}
.home-overview-head{
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:70px;
  align-items:end;
  margin-bottom:44px;
}
.home-overview-head h2{
  margin:12px 0 0;
  color:#071a3d;
  font-size:clamp(34px,4.5vw,54px);
  line-height:1.06;
  letter-spacing:-.045em;
}
.home-overview-head p{
  margin:0;
  color:#667287;
  font-size:15px;
  line-height:1.75;
}
.home-overview-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.home-overview-card{
  min-height:280px;
  padding:28px;
  border:1px solid #e2e7ef;
  border-radius:17px;
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:.3s ease;
}
.home-overview-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,90,18,.30);
  box-shadow:0 22px 50px rgba(7,26,61,.09);
}
.home-overview-card>span{
  color:#ff5a12;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.home-overview-card h3{
  margin:44px 0 12px;
  color:#071a3d;
  font-size:22px;
}
.home-overview-card p{
  margin:0;
  color:#667287;
  font-size:15px;
  line-height:1.7;
}
.home-overview-card strong{
  margin-top:auto;
  padding-top:26px;
  color:#071a3d;
  font-size:14px;
}
.home-feature-band{
  padding:90px 0;
  background:linear-gradient(135deg,#04122f,#08265a);
  color:#fff;
}
.home-feature-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
}
.home-feature-copy h2{
  margin:12px 0 18px;
  font-size:clamp(34px,4.4vw,52px);
  line-height:1.06;
  letter-spacing:-.045em;
}
.home-feature-copy p{
  margin:0 0 26px;
  color:#afbdd3;
  font-size:15px;
  line-height:1.75;
}
.feature-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.feature-panel div{
  min-height:130px;
  padding:22px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:15px;
  background:rgba(255,255,255,.04);
}
.feature-panel span{
  display:block;
  color:#ff7a3d;
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:32px;
}
.feature-panel strong{
  font-size:14px;
  color:#fff;
}
.home-contact-strip{
  padding:90px 0;
  background:#fff;
}
.home-contact-box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:45px;
  align-items:center;
  padding:42px 46px;
  border-radius:20px;
  background:#f7f8fb;
  border:1px solid #e2e7ef;
}
.home-contact-box h2{
  margin:10px 0 0;
  color:#071a3d;
  font-size:clamp(30px,4vw,44px);
  line-height:1.06;
  letter-spacing:-.04em;
}
.home-contact-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.home-contact-actions .btn-outline{
  color:#071a3d!important;
  border-color:#cbd2dd!important;
}

/* INTERNAS — HERO DE SITE */
.site-page-hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 42px;
  background:
    radial-gradient(circle at 78% 28%,rgba(33,88,182,.30),transparent 28%),
    linear-gradient(135deg,#020b1c 0%,#061631 54%,#08254f 100%);
  color:#fff;
}
.site-page-grid-bg{
  position:absolute;
  inset:0;
  opacity:.15;
  background-image:
    linear-gradient(rgba(82,138,228,.1) 1px,transparent 1px),
    linear-gradient(90deg,rgba(82,138,228,.1) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to right,black,rgba(0,0,0,.6),transparent);
}
.site-page-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:70px;
  align-items:center;
}
.site-page-copy h1{
  margin:14px 0 20px;
  font-size:clamp(48px,6vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
}
.site-page-copy p{
  margin:0;
  max-width:650px;
  color:#b9c6da;
  font-size:14px;
  line-height:1.75;
}
.site-page-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:30px;
}
.site-page-showcase{
  display:flex;
  align-items:center;
  justify-content:center;
}
.showcase-browser{
  width:100%;
  max-width:520px;
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.13);
  background:#06142d;
  box-shadow:0 28px 65px rgba(0,0,0,.28);
  transform:rotate(2deg);
}
.showcase-top{
  height:44px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 14px;
  background:#0d1d3a;
}
.showcase-top i{
  width:7px;height:7px;border-radius:50%;background:#ff6b5b;
}
.showcase-top i:nth-child(2){background:#ffc84d}
.showcase-top i:nth-child(3){background:#42c878}
.showcase-top span{
  margin-left:auto;
  color:#657a9d;
  font-size:7px;
}
.showcase-screen{
  min-height:320px;
  padding:36px;
  background:
    radial-gradient(circle at 74% 30%,rgba(31,88,185,.24),transparent 34%),
    #06142d;
}
.showcase-screen img{
  width:180px;
  margin-bottom:54px;
}
.showcase-copy small{
  color:#ff7a3d;
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
}
.showcase-copy h3{
  margin:9px 0;
  font-size:30px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.showcase-copy p{
  margin:0;
  max-width:350px;
  color:#9fb0c9;
  font-size:9px;
  line-height:1.65;
}
.inner-hero-cards{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:48px;
}
.inner-hero-card{
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:13px;
  background:rgba(255,255,255,.045);
}
.inner-hero-card small{
  display:block;
  color:#ff7a3d;
  font-size:7px;
  font-weight:900;
  letter-spacing:.12em;
  margin-bottom:8px;
}
.inner-hero-card strong{
  display:block;
  color:#fff;
  font-size:14px;
  margin-bottom:4px;
}
.inner-hero-card span{
  color:#92a4bf;
  font-size:8px;
}

/* CONTEÚDO INTERNO */
.site-content-section{
  padding:100px 0;
  background:#fff;
}
.site-content-head{
  display:grid;
  grid-template-columns:1.05fr .75fr;
  align-items:end;
  gap:70px;
  margin-bottom:48px;
}
.site-content-head h2{
  margin:12px 0 0;
  color:#071a3d;
  font-size:clamp(34px,4.4vw,54px);
  line-height:1.06;
  letter-spacing:-.045em;
}
.site-content-head>p{
  margin:0;
  color:#667287;
  font-size:15px;
  line-height:1.75;
}

/* serviços */
.service-page-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.service-page-card{
  min-height:345px;
  padding:28px;
  border:1px solid #e2e7ef;
  border-radius:18px;
  background:#fff;
  transition:.3s;
}
.service-page-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(7,26,61,.09);
}
.service-page-card.featured-service{
  background:#071a3d;
  color:#fff;
  border-color:#071a3d;
}
.service-page-card>span{
  color:#ff5a12;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}
.service-page-card h3{
  margin:44px 0 12px;
  color:#071a3d;
  font-size:21px;
}
.featured-service h3{color:#fff}
.service-page-card p{
  margin:0;
  color:#667287;
  font-size:14px;
  line-height:1.7;
}
.featured-service p{color:#aebbd0}
.service-page-card ul{
  padding:0;
  margin:24px 0 0;
  list-style:none;
  display:grid;
  gap:9px;
}
.service-page-card li{
  color:#46536a;
  font-size:9px;
  font-weight:700;
}
.featured-service li{color:#d3ddeb}
.service-page-card li::before{
  content:"";
  display:inline-block;
  width:5px;height:5px;
  border-radius:50%;
  background:#ff5a12;
  margin-right:8px;
}

/* dark bands */
.page-dark-band{
  padding:86px 0;
  background:linear-gradient(135deg,#04122f,#071e48);
  color:#fff;
}
.page-dark-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:75px;
  align-items:center;
}
.page-dark-grid h2{
  margin:12px 0 18px;
  font-size:clamp(34px,4vw,50px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.page-dark-grid p{
  margin:0;
  color:#aebdd3;
  font-size:14px;
  line-height:1.75;
}
.decision-cards,
.quality-stack{
  display:grid;
  gap:12px;
}
.decision-cards article,
.quality-stack span{
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:13px;
  background:rgba(255,255,255,.04);
}
.decision-cards b{
  display:block;
  margin-bottom:5px;
  font-size:14px;
}
.decision-cards span,
.quality-stack span{
  color:#b4c1d4;
  font-size:14px;
}

/* projetos */
.project-page-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.project-page-card{
  padding:13px;
  border:1px solid #e2e7ef;
  border-radius:18px;
  background:#fff;
  transition:.3s;
}
.project-page-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(7,26,61,.09);
}
.project-page-preview{
  min-height:360px;
  border-radius:12px;
  padding:34px 28px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.project-food .project-page-preview{
  background:radial-gradient(circle at 80% 15%,rgba(240,150,74,.33),transparent 28%),linear-gradient(135deg,#2a170f,#724328);
}
.project-health .project-page-preview{
  background:radial-gradient(circle at 80% 15%,rgba(126,224,214,.22),transparent 28%),linear-gradient(135deg,#0b3243,#146071);
}
.project-shop .project-page-preview{
  background:radial-gradient(circle at 80% 15%,rgba(255,89,32,.23),transparent 28%),linear-gradient(135deg,#151728,#2b305f);
}
.project-page-preview small{
  font-size:7px;
  font-weight:900;
  letter-spacing:.15em;
  opacity:.75;
}
.project-page-preview h3{
  margin:10px 0 12px;
  font-size:27px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.project-page-preview p{
  margin:0 0 24px;
  font-size:9px;
  line-height:1.65;
  opacity:.75;
}
.project-page-preview span{
  width:max-content;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  font-size:7px;
}
.project-page-meta{
  display:flex;
  justify-content:space-between;
  padding:14px 4px 3px;
}
.project-page-meta b{font-size:14px;color:#071a3d}
.project-page-meta span{font-size:8px;color:#8993a5}
.page-editorial-section{
  padding:0 0 95px;
}
.editorial-grid{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:50px;
  align-items:center;
  padding:46px 50px;
  border:1px solid #e2e7ef;
  border-radius:20px;
  background:#f7f8fb;
}
.editorial-number{
  width:150px;height:150px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#071a3d;
  color:#fff;
  font-size:42px;
  font-weight:900;
  border:3px solid #ff5a12;
}
.editorial-grid h2{
  margin:12px 0 16px;
  color:#071a3d;
  font-size:clamp(30px,4vw,46px);
  line-height:1.06;
  letter-spacing:-.04em;
}
.editorial-grid p{
  margin:0;
  color:#667287;
  font-size:14px;
  line-height:1.75;
}

/* processo */
.process-page-list{
  display:grid;
  gap:14px;
}
.process-page-list article{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:30px;
  align-items:center;
  min-height:170px;
  padding:28px 32px;
  border:1px solid #e2e7ef;
  border-radius:18px;
  transition:.3s;
}
.process-page-list article:hover{
  transform:translateX(7px);
  border-color:rgba(255,90,18,.30);
}
.process-big{
  font-size:44px;
  font-weight:900;
  color:#ff5a12;
  letter-spacing:-.04em;
}
.process-page-list span{
  color:#8993a5;
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
}
.process-page-list h3{
  margin:7px 0 8px;
  color:#071a3d;
  font-size:19px;
}
.process-page-list p{
  margin:0;
  color:#667287;
  font-size:15px;
  line-height:1.7;
}

/* diferenciais */
.benefit-page-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.benefit-page-grid article{
  min-height:255px;
  padding:28px;
  border:1px solid #e2e7ef;
  border-radius:17px;
  transition:.3s;
}
.benefit-page-grid article:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(7,26,61,.08);
}
.benefit-page-grid span{
  color:#ff5a12;
  font-size:9px;
  font-weight:900;
}
.benefit-page-grid h3{
  margin:45px 0 10px;
  color:#071a3d;
  font-size:17px;
}
.benefit-page-grid p{
  margin:0;
  color:#667287;
  font-size:14px;
  line-height:1.7;
}

/* FAQ */
.faq-page-layout{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:45px;
  align-items:start;
}
.faq-page-intro{
  position:sticky;
  top:120px;
  padding:34px;
  border-radius:18px;
  background:#071a3d;
  color:#fff;
}
.faq-big-mark{
  width:62px;height:62px;
  display:grid;place-items:center;
  border-radius:16px;
  background:#ff5a12;
  font-size:28px;
  font-weight:900;
  margin-bottom:40px;
}
.faq-page-intro h3{
  margin:0 0 14px;
  font-size:25px;
  line-height:1.06;
  letter-spacing:-.035em;
}
.faq-page-intro p{
  margin:0;
  color:#aebdd3;
  font-size:14px;
  line-height:1.7;
}

/* contato */
.contact-page-section{
  background:#f7f8fb;
}
.contact-complete-grid{
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:30px;
}
.contact-main-card,
.contact-side-card{
  border-radius:20px;
  padding:40px;
}
.contact-main-card{
  background:#fff;
  border:1px solid #e2e7ef;
}
.contact-main-card h2{
  margin:12px 0 16px;
  color:#071a3d;
  font-size:clamp(34px,4vw,50px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.contact-main-card>p{
  margin:0;
  color:#667287;
  font-size:14px;
  line-height:1.75;
}
.contact-options{
  display:grid;
  gap:12px;
  margin-top:30px;
}
.contact-options a{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border:1px solid #e2e7ef;
  border-radius:13px;
  transition:.25s;
}
.contact-options a:hover{
  transform:translateX(5px);
  border-color:rgba(255,90,18,.32);
}
.contact-options .whatsapp-svg{
  width:32px;height:32px;
}
.contact-mail{
  width:32px;height:32px;
  display:grid;place-items:center;
  border-radius:8px;
  background:#071a3d;
  color:#fff;
}
.contact-options strong{
  display:block;
  color:#071a3d;
  font-size:15px;
}
.contact-options span{
  color:#7d8797;
  font-size:9px;
}
.contact-side-card{
  background:linear-gradient(135deg,#04122f,#08265a);
  color:#fff;
}
.contact-side-card>img{
  width:190px;
  margin-bottom:45px;
}
.contact-side-card small{
  color:#ff7a3d;
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
}
.contact-side-card h3{
  margin:10px 0 18px;
  font-size:28px;
  line-height:1.05;
}
.contact-side-card ul{
  padding-left:18px;
  color:#b7c4d7;
  font-size:14px;
  line-height:1.9;
  margin-bottom:26px;
}

/* CTA comum internas */
.page-bottom-cta{
  padding:0 0 90px;
  background:#fff;
}
.page-bottom-box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:45px;
  align-items:center;
  padding:42px 46px;
  border-radius:20px;
  background:linear-gradient(115deg,#061b45,#0b2e68 58%,#e84c0c);
  color:#fff;
}
.page-bottom-box h2{
  margin:10px 0 10px;
  max-width:760px;
  font-size:clamp(30px,4vw,44px);
  line-height:1.06;
  letter-spacing:-.04em;
}
.page-bottom-box p{
  margin:0;
  color:#c0ccdc;
  font-size:14px;
  line-height:1.65;
}
.page-bottom-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:245px;
}
.page-bottom-actions .btn{
  width:100%;
}

/* RESPONSIVO */
@media(max-width:1000px){
  .home-overview-head,
  .home-feature-grid,
  .site-page-hero-grid,
  .site-content-head,
  .page-dark-grid,
  .faq-page-layout,
  .contact-complete-grid{
    grid-template-columns:1fr;
  }
  .home-overview-grid,
  .service-page-grid,
  .project-page-grid,
  .benefit-page-grid{
    grid-template-columns:1fr 1fr;
  }
  .site-page-showcase{
    max-width:650px;
    width:100%;
    margin:0 auto;
  }
  .page-bottom-box,
  .home-contact-box{
    grid-template-columns:1fr;
  }
  .page-bottom-actions{
    min-width:0;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .faq-page-intro{
    position:relative;
    top:auto;
  }
}
@media(max-width:700px){
  .home-overview,
  .site-content-section{
    padding:72px 0;
  }
  .home-overview-grid,
  .service-page-grid,
  .project-page-grid,
  .benefit-page-grid{
    grid-template-columns:1fr;
  }
  .home-feature-grid{
    gap:36px;
  }
  .feature-panel{
    grid-template-columns:1fr;
  }
  .home-contact-box,
  .page-bottom-box{
    padding:30px 24px;
  }
  .home-contact-actions,
  .page-bottom-actions,
  .site-page-actions{
    flex-direction:column;
  }
  .home-contact-actions .btn,
  .page-bottom-actions .btn,
  .site-page-actions .btn{
    width:100%;
  }
  .site-page-hero{
    padding:50px 0 34px;
  }
  .site-page-copy h1{
    font-size:44px;
  }
  .showcase-browser{
    transform:none;
  }
  .inner-hero-cards{
    grid-template-columns:1fr;
    margin-top:32px;
  }
  .process-page-list article{
    grid-template-columns:60px 1fr;
    gap:18px;
    padding:22px;
  }
  .process-big{
    font-size:28px;
  }
  .editorial-grid{
    grid-template-columns:1fr;
    padding:30px 24px;
  }
  .editorial-number{
    width:90px;height:90px;
    font-size:26px;
  }
  .contact-main-card,
  .contact-side-card{
    padding:28px 22px;
  }
}


/* ==========================================================
   V12 — username WhatsApp + FAQ accordion + transições premium
   ========================================================== */

/* FAQ em accordion, no mesmo espírito da antiga home */
.faq-accordion{
  display:grid;
  gap:12px;
}

.faq-item{
  border:1px solid #e2e7ef;
  border-radius:15px;
  background:#fff;
  overflow:hidden;
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

.faq-item:hover{
  border-color:rgba(255,90,18,.28);
  box-shadow:0 12px 28px rgba(7,26,61,.06);
  transform:translateY(-2px);
}

.faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:20px 22px;
  color:#071a3d;
  font-size:14px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  user-select:none;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::after{
  content:"+";
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  flex:0 0 28px;
  border-radius:8px;
  background:#fff2eb;
  color:#ff5a12;
  font-size:20px;
  line-height:1;
  font-weight:700;
  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease;
}

.faq-item[open] summary::after{
  content:"−";
  background:#ff5a12;
  color:#fff;
  transform:rotate(180deg);
}

.faq-answer{
  display:grid;
  grid-template-rows:0fr;
  opacity:0;
  transition:
    grid-template-rows .38s cubic-bezier(.2,.8,.2,1),
    opacity .28s ease;
}

.faq-item[open] .faq-answer{
  grid-template-rows:1fr;
  opacity:1;
}

.faq-answer p{
  min-height:0;
  overflow:hidden;
  margin:0;
  padding:0 22px 20px;
  color:#667287;
  font-size:14px;
  line-height:1.75;
}

/* Transições sofisticadas nas páginas internas */
.site-page-copy,
.site-page-showcase,
.inner-hero-card,
.contact-main-card,
.contact-side-card,
.page-bottom-box,
.home-overview-card,
.service-page-card,
.project-page-card,
.benefit-page-grid article,
.process-page-list article{
  will-change:transform,opacity;
}

.site-page-copy{
  animation:pageHeroCopyIn .85s cubic-bezier(.2,.8,.2,1) both;
}

.site-page-showcase{
  animation:pageHeroVisualIn 1s cubic-bezier(.2,.8,.2,1) .08s both;
}

.inner-hero-card{
  opacity:0;
  transform:translateY(18px);
  animation:pageMiniCardIn .65s cubic-bezier(.2,.8,.2,1) forwards;
}

.inner-hero-card:nth-child(1){animation-delay:.20s}
.inner-hero-card:nth-child(2){animation-delay:.30s}
.inner-hero-card:nth-child(3){animation-delay:.40s}

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

@keyframes pageHeroVisualIn{
  from{opacity:0;transform:translateX(34px) scale(.98)}
  to{opacity:1;transform:none}
}

@keyframes pageMiniCardIn{
  to{opacity:1;transform:none}
}

/* Contato com movimento mais elegante */
.contact-main-card{
  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
}

.contact-main-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 50px rgba(7,26,61,.08);
  border-color:rgba(255,90,18,.24);
}

.contact-side-card{
  position:relative;
  overflow:hidden;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
}

.contact-side-card::after{
  content:"";
  position:absolute;
  width:150%;
  height:75px;
  left:-25%;
  top:-100px;
  transform:rotate(-10deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);
  transition:top .8s cubic-bezier(.2,.8,.2,1);
}

.contact-side-card:hover{
  transform:translateY(-5px);
}

.contact-side-card:hover::after{
  top:115%;
}

.contact-options a{
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    border-color .28s ease,
    box-shadow .28s ease;
}

.contact-options a:hover{
  transform:translateX(7px);
  box-shadow:0 10px 24px rgba(7,26,61,.06);
}

/* CTA final com brilho discreto */
.page-bottom-box{
  position:relative;
  overflow:hidden;
}

.page-bottom-box::after{
  content:"";
  position:absolute;
  width:120%;
  height:80px;
  left:-10%;
  top:-110px;
  transform:rotate(-8deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent);
  transition:top .9s cubic-bezier(.2,.8,.2,1);
  pointer-events:none;
}

.page-bottom-box:hover::after{
  top:120%;
}

/* Hover de botão mais limpo */
.btn{
  position:relative;
  overflow:hidden;
}

.btn::after{
  content:"";
  position:absolute;
  width:30px;
  height:140%;
  left:-50px;
  top:-20%;
  transform:rotate(18deg);
  background:rgba(255,255,255,.16);
  transition:left .45s ease;
}

.btn:hover::after{
  left:calc(100% + 35px);
}

@media(prefers-reduced-motion:reduce){
  .site-page-copy,
  .site-page-showcase,
  .inner-hero-card{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
}


/* ==========================================================
   V13 — refinamento geral solicitado
   ========================================================== */

/* Navegação: página atual permanece laranja */
.site-header .nav > a.active:not(.nav-whatsapp){
  color:#ff6a23!important;
}
.site-header .nav > a.active:not(.nav-whatsapp)::after{
  width:100%!important;
  background:#ff5a12!important;
}

/* Mais espaço no início do conteúdo interno para não encostar no header */
.site-page-hero{
  padding-top:94px!important;
}
.site-content-section{
  scroll-margin-top:110px;
}

/* Títulos internos melhor alinhados */
.site-content-head{
  align-items:center!important;
}
.site-content-head h2{
  max-width:780px;
}
.faq-title-row{
  padding-top:12px;
}

/* Home: remove aparência de texto explicando a arquitetura */
.home-overview{
  padding-top:82px!important;
}
.home-overview-grid{
  margin-top:0!important;
}

/* Cards da home mais atraentes */
.home-overview-card{
  position:relative;
  overflow:hidden;
  background:#fff!important;
}
.home-overview-card::before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:4px;
  background:linear-gradient(90deg,#ff5a12,#ff7c35);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.home-overview-card:hover::before{
  transform:scaleX(1);
}
.home-overview-card:hover{
  transform:translateY(-8px)!important;
}

/* Serviços: TODOS brancos por padrão, TODOS azuis no hover */
.service-page-card,
.service-page-card.featured-service{
  background:#fff!important;
  color:#071a3d!important;
  border-color:#e2e7ef!important;
}
.service-page-card h3,
.service-page-card.featured-service h3{
  color:#071a3d!important;
}
.service-page-card p,
.service-page-card.featured-service p{
  color:#667287!important;
}
.service-page-card li,
.service-page-card.featured-service li{
  color:#46536a!important;
}
.service-page-card:hover{
  background:#071a3d!important;
  border-color:#071a3d!important;
  transform:translateY(-8px)!important;
  box-shadow:0 24px 55px rgba(7,26,61,.14)!important;
}
.service-page-card:hover h3{
  color:#fff!important;
}
.service-page-card:hover p{
  color:#b7c4d8!important;
}
.service-page-card:hover li{
  color:#d7e0ed!important;
}
.service-page-card:hover>span{
  color:#ff7840!important;
}

/* Diferenciais: cards mais vivos */
.benefit-page-grid article{
  position:relative;
  overflow:hidden;
  background:#fff;
}
.benefit-page-grid article::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:4px;
  background:#ff5a12;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s ease;
}
.benefit-page-grid article:hover::after{
  transform:scaleX(1);
}
.benefit-page-grid article:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(255,90,18,.28)!important;
}

/* Projeto: ícone real WD */
.editorial-number{
  border:0!important;
  background:#071a3d!important;
  padding:24px;
}
.editorial-number img{
  width:100%;
  height:100%;
  object-fit:contain;
}

/* FAQ corrigido */
.faq-main-section{
  padding-top:112px!important;
  min-height:640px;
}
.faq-page-layout{
  align-items:start!important;
}
.faq-accordion{
  display:grid;
  gap:12px;
}
.faq-item{
  border:1px solid #e2e7ef;
  border-radius:15px;
  background:#fff;
  overflow:hidden;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}
.faq-item:hover{
  transform:translateY(-2px);
  border-color:rgba(255,90,18,.30);
  box-shadow:0 12px 28px rgba(7,26,61,.06);
}
.faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:20px 22px;
  color:#071a3d;
  font-size:14px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  flex:0 0 30px;
  border-radius:9px;
  background:#fff2eb;
  color:#ff5a12;
  font-size:20px;
  font-weight:700;
  transition:.25s ease;
}
.faq-item[open] summary::after{
  content:"−";
  background:#ff5a12;
  color:#fff;
}
.faq-answer{
  display:grid;
  grid-template-rows:0fr;
  opacity:0;
  transition:grid-template-rows .36s cubic-bezier(.2,.8,.2,1),opacity .25s ease;
}
.faq-item[open] .faq-answer{
  grid-template-rows:1fr;
  opacity:1;
}
.faq-answer p{
  min-height:0;
  overflow:hidden;
  margin:0;
  padding:0 22px 20px;
  color:#667287;
  font-size:14px;
  line-height:1.75;
}

/* Transições visíveis, mas elegantes */
.reveal{
  opacity:0;
  transform:translateY(26px);
  filter:blur(3px);
  transition:
    opacity .72s cubic-bezier(.2,.8,.2,1),
    transform .72s cubic-bezier(.2,.8,.2,1),
    filter .72s cubic-bezier(.2,.8,.2,1);
}
.reveal.visible{
  opacity:1;
  transform:none;
  filter:none;
}
.service-page-card,
.project-page-card,
.benefit-page-grid article,
.process-page-list article,
.faq-item{
  transition-delay:0s!important;
}

/* Copyright centralizado em todas as páginas */
.footer-bottom{
  justify-content:center!important;
  text-align:center!important;
}
.footer-bottom > *{
  margin-left:auto!important;
  margin-right:auto!important;
}
.footer-bottom a{
  display:none!important;
}

/* Footer: apenas nick, nunca número */
.footer-wa{
  align-items:center;
}

/* Remove pequenos subtítulos/kickers remanescentes nas internas */
.internal-page main .section-kicker{
  display:none!important;
}

/* CTA: mantém apenas texto principal, sem micro-subtítulo */
.page-bottom-box .section-kicker{
  display:none!important;
}

/* Mobile */
@media(max-width:700px){
  .site-page-hero{
    padding-top:72px!important;
  }
  .faq-main-section{
    padding-top:78px!important;
  }
  .service-page-card{
    min-height:0!important;
  }
}


/* ==========================================================
   V14 — LIMPEZA DE CTA, TÍTULOS EM LARGURA TOTAL E FAQ VISÍVEL
   ========================================================== */

/* Cabeçalhos de seção em largura total */
.site-content-head,
.home-overview-head{
  display:block!important;
  margin-bottom:42px!important;
}

.site-content-head > div,
.home-overview-head > div{
  width:100%!important;
  max-width:none!important;
}

.site-content-head h2,
.home-overview-head h2{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Remove subtítulos desnecessários das internas */
.internal-page .section-kicker{
  display:none!important;
}

/* FAQ SEMPRE visível */
.faq-page-intro,
.faq-item,
.faq-accordion{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  filter:none!important;
}

.faq-item{
  background:#fff!important;
}

.faq-item summary{
  color:#071a3d!important;
}

.faq-answer p{
  color:#667287!important;
}

/* Perguntas com + / - */
.faq-item summary::after{
  content:"+"!important;
  color:#ff5a12!important;
  background:#fff2eb!important;
}

.faq-item[open] summary::after{
  content:"−"!important;
  color:#fff!important;
  background:#ff5a12!important;
}

/* Remove espaços exagerados quando o texto lateral saiu */
.faq-title-row,
.site-content-head{
  min-height:0!important;
}

/* Contato em uma coluna, sem painel duplicado */
.contact-complete-grid{
  grid-template-columns:1fr!important;
  max-width:900px;
  margin:0 auto;
}

.contact-main-card{
  width:100%;
}

/* CTA da home: mantém só esse bloco */
.home-contact-strip{
  display:block!important;
}

/* Evita CTAs internos antigos */
.page-bottom-cta{
  display:none!important;
}

/* Títulos ocupando melhor a página */
.site-content-head h2{
  font-size:clamp(38px,4.8vw,58px)!important;
  line-height:1.03!important;
}

/* Mais respiro no topo das seções */
.site-content-section{
  padding-top:112px!important;
}

/* Copyright central */
.footer-bottom{
  justify-content:center!important;
  text-align:center!important;
}

/* FAQ responsiva e visível */
@media(max-width:900px){
  .faq-page-layout{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:700px){
  .site-content-section{
    padding-top:80px!important;
  }
  .site-content-head h2{
    font-size:36px!important;
  }
}


/* ==========================================================
   V15 — MAIS CONTRASTE + TIPOGRAFIA MAIOR
   ========================================================== */

/* Tipografia geral um pouco maior */
body{
  font-size:16px!important;
}

.nav{
  font-size:12.5px!important;
}

.hero-lead,
.site-page-copy p,
.home-feature-copy p,
.site-content-head>p,
.page-dark-grid p,
.contact-main-card>p,
.faq-page-intro p{
  font-size:14px!important;
}

.home-overview-card p,
.service-page-card p,
.project-page-preview p,
.benefit-page-grid p,
.process-page-list p,
.faq-answer p,
.contact-options span,
.page-bottom-box p{
  font-size:11.5px!important;
  line-height:1.75!important;
}

.home-overview-card strong,
.service-page-card li,
.inner-hero-card span,
.inner-hero-card small,
.project-page-meta span{
  font-size:12px!important;
}

.home-overview-card h3{
  font-size:24px!important;
}

.service-page-card h3{
  font-size:23px!important;
}

.benefit-page-grid h3{
  font-size:18px!important;
}

.process-page-list h3{
  font-size:21px!important;
}

.faq-item summary{
  font-size:15px!important;
}

/* Títulos mais fortes */
.site-content-head h2,
.home-overview-head h2{
  font-size:clamp(42px,5vw,64px)!important;
}

.page-dark-grid h2{
  font-size:clamp(38px,4.6vw,56px)!important;
}

.home-contact-box h2{
  font-size:clamp(34px,4.3vw,50px)!important;
}

/* ==========================================================
   BLOCO AZUL: INVERTE OS CARDS PARA BRANCO
   ========================================================== */

.page-dark-band{
  background:
    radial-gradient(circle at 86% 20%,rgba(255,90,18,.10),transparent 24%),
    linear-gradient(135deg,#04122f,#071f4a)!important;
}

.decision-cards article{
  background:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.14);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.decision-cards article:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 44px rgba(0,0,0,.18);
  border-color:#ff6a23!important;
}

.decision-cards b{
  color:#071a3d!important;
  font-size:14px!important;
}

.decision-cards span{
  color:#667287!important;
  font-size:11.5px!important;
}

.quality-stack span{
  background:#fff!important;
  color:#071a3d!important;
  border-color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
}

/* ==========================================================
   CTA FINAL DA HOME: INVERTE PARA AZUL MARINHO
   ========================================================== */

.home-contact-strip{
  background:#fff!important;
}

.home-contact-box{
  background:
    radial-gradient(circle at 88% 30%,rgba(255,90,18,.18),transparent 30%),
    linear-gradient(135deg,#05142f,#0a2a60)!important;
  border-color:rgba(255,255,255,.08)!important;
  box-shadow:0 24px 58px rgba(7,26,61,.15);
}

.home-contact-box h2{
  color:#fff!important;
}

.home-contact-box .section-kicker{
  color:#ff7a3d!important;
}

.home-contact-actions .btn-primary{
  background:linear-gradient(135deg,#ff5a12,#ff7a2d)!important;
  color:#fff!important;
}

.home-contact-actions .btn-outline{
  color:#fff!important;
  border-color:rgba(255,255,255,.34)!important;
  background:rgba(255,255,255,.05)!important;
}

.home-contact-actions .btn-outline:hover{
  border-color:#fff!important;
  background:rgba(255,255,255,.10)!important;
}

/* Mais destaque nos cards da home */
.home-overview-card{
  box-shadow:0 10px 30px rgba(7,26,61,.04);
}

.home-overview-card:hover{
  box-shadow:0 24px 54px rgba(7,26,61,.12)!important;
}

/* Respiro maior entre blocos */
.home-contact-strip{
  padding-top:105px!important;
  padding-bottom:105px!important;
}

.page-dark-band{
  padding-top:100px!important;
  padding-bottom:100px!important;
}

/* Botões um pouco maiores */
.btn{
  min-height:56px!important;
  padding-left:26px!important;
  padding-right:26px!important;
  font-size:14px!important;
}

/* Footer com leitura melhor */
.footer-brand p,
.footer-links a,
.footer-bottom{
  font-size:14px!important;
}

@media(max-width:700px){
  .site-content-head h2,
  .home-overview-head h2{
    font-size:38px!important;
  }

  .page-dark-grid h2,
  .home-contact-box h2{
    font-size:34px!important;
  }

  .home-contact-box{
    padding:32px 24px!important;
  }

  .decision-cards article{
    padding:18px 20px!important;
  }
}


/* ==========================================================
   V16 — BLOCOS SEM FUNDO AZUL / CORES INVERTIDAS
   ========================================================== */

/* Remove totalmente a faixa azul dessas seções */
.page-dark-band{
  background:#fff!important;
  color:#071a3d!important;
  border:0!important;
}

/* Textos principais passam para azul-marinho */
.page-dark-band h1,
.page-dark-band h2,
.page-dark-band h3,
.page-dark-band h4,
.page-dark-grid h2{
  color:#071a3d!important;
}

.page-dark-band p,
.page-dark-grid p{
  color:#667287!important;
}

/* Cards que eram brancos sobre azul passam a azul sobre branco */
.decision-cards article{
  background:#071a3d!important;
  border:1px solid #071a3d!important;
  box-shadow:0 12px 30px rgba(7,26,61,.08)!important;
}

.decision-cards article b,
.decision-cards article strong{
  color:#fff!important;
}

.decision-cards article span,
.decision-cards article p{
  color:#b9c7dc!important;
}

.decision-cards article:hover{
  background:#0b2c65!important;
  border-color:#ff5a12!important;
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(7,26,61,.14)!important;
}

/* Blocos Clareza / Velocidade / Responsividade / Confiança */
.quality-stack span{
  background:#071a3d!important;
  color:#fff!important;
  border:1px solid #071a3d!important;
  box-shadow:0 10px 26px rgba(7,26,61,.07);
  transition:
    transform .28s ease,
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.quality-stack span:hover{
  background:#0b2c65!important;
  border-color:#ff5a12!important;
  transform:translateX(5px);
  box-shadow:0 15px 32px rgba(7,26,61,.12);
}

/* Mantém bom respiro, agora como seção branca */
.page-dark-band{
  padding-top:100px!important;
  padding-bottom:100px!important;
}

/* Pequeno detalhe laranja para dar mais vida sem fundo pesado */
.page-dark-grid h2::after{
  content:"";
  display:block;
  width:58px;
  height:4px;
  margin-top:24px;
  border-radius:999px;
  background:#ff5a12;
}

@media(max-width:700px){
  .page-dark-band{
    padding-top:76px!important;
    padding-bottom:76px!important;
  }
}



/* ============================================================
   V29 — RESPONSIVO CONSOLIDADO
   Substitui as regras incrementais V18–V28.
   Breakpoints:
   - Desktop: acima de 1024px
   - Tablet / telas médias: até 1024px
   - Mobile: até 700px
   - Mobile pequeno: até 430px
   ============================================================ */

/* ---------- BASE RESPONSIVA ---------- */
img,
svg{
  max-width:100%;
}

body{
  min-width:0;
}

.container{
  max-width:1180px;
}

/* Scroll fino no padrão do site */
html{
  scrollbar-width:thin;
  scrollbar-color:#0b3f91 transparent;
}
::-webkit-scrollbar{
  width:7px;
  height:7px;
}
::-webkit-scrollbar-track{
  background:transparent;
}
::-webkit-scrollbar-thumb{
  background:#0b3f91;
  border-radius:999px;
}
::-webkit-scrollbar-thumb:hover{
  background:#1457b6;
}


/* ---------- TABLET / TELAS MÉDIAS ---------- */
@media(max-width:1024px){

  .container{
    width:min(100% - 36px, 920px)!important;
  }

  /* Header: evita menu espremido em tablets */
  .nav-wrap{
    height:76px!important;
  }

  .brand{
    width:185px!important;
  }

  .menu-toggle{
    display:flex!important;
  }

  .nav{
    position:absolute!important;
    left:18px!important;
    right:18px!important;
    top:76px!important;
    display:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:4px!important;
    padding:18px!important;
    background:#071a3d!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:15px!important;
    box-shadow:0 18px 45px rgba(0,0,0,.20)!important;
  }

  .nav.open{
    display:flex!important;
  }

  .nav > a{
    width:100%!important;
    padding:12px 10px!important;
    text-align:left!important;
  }

  .nav-whatsapp{
    justify-content:center!important;
    margin-top:5px!important;
  }

  /* Internas */
  .site-page-hero-grid,
  .inner-hero-grid{
    grid-template-columns:1fr!important;
    gap:42px!important;
  }

  .site-page-copy,
  .inner-hero-copy{
    text-align:center!important;
  }

  .site-page-copy p,
  .inner-hero-copy p{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .site-page-showcase,
  .inner-visual{
    width:min(100%,680px)!important;
    margin:0 auto!important;
  }

  .site-content-head,
  .home-overview-head{
    display:block!important;
  }

  .site-content-head h2,
  .home-overview-head h2{
    max-width:none!important;
  }

  .service-page-grid,
  .project-page-grid,
  .benefit-page-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .page-dark-grid,
  .contact-complete-grid,
  .faq-page-layout{
    grid-template-columns:1fr!important;
  }

  .faq-page-intro{
    position:relative!important;
    top:auto!important;
  }
}

/* Tablet vertical: hero central e 01/02/03 lado a lado */
@media(min-width:701px) and (max-width:1024px) and (orientation:portrait){

  .hero{
    min-height:auto!important;
  }

  .hero-grid{
    grid-template-columns:1fr!important;
    gap:36px!important;
    padding:58px 0 66px!important;
  }

  .hero-copy{
    width:100%!important;
    text-align:center!important;
  }

  .hero h1,
  .hero-lead{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-actions{
    justify-content:center!important;
  }

  .hero-points{
    width:100%!important;
    max-width:720px!important;
    margin:34px auto 0!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
  }

  .hero-points article{
    width:100%!important;
    min-width:0!important;
    min-height:92px!important;
    margin:0!important;
    padding:14px 12px!important;
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:center!important;
    text-align:left!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.025)!important;
  }

  .hero-points .point-icon{
    width:44px!important;
    height:44px!important;
    margin:0!important;
    border-radius:12px!important;
  }

  .hero-points strong{
    font-size:14px!important;
    line-height:1.25!important;
    text-align:left!important;
  }

  .hero-points small{
    font-size:9px!important;
    line-height:1.35!important;
    text-align:left!important;
    white-space:normal!important;
  }

  .hero-device-visual{
    width:min(100%,720px)!important;
    min-height:470px!important;
    margin:0 auto!important;
  }

  /* Footer tablet vertical = padrão mobile refinado */
  footer{
    padding:42px 0 18px!important;
  }

  footer .footer-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    column-gap:22px!important;
    row-gap:28px!important;
    align-items:start!important;
  }

  footer .footer-brand{
    grid-column:1/-1!important;
    width:100%!important;
    padding:0 0 26px!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    text-align:center!important;
  }

  footer .footer-brand img{
    width:180px!important;
    margin:0 auto 16px!important;
  }

  footer .footer-brand p{
    max-width:330px!important;
    margin:0 auto!important;
    text-align:center!important;
    font-size:10.5px!important;
    line-height:1.7!important;
  }

  footer .footer-links{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:10px!important;
    padding:0!important;
    border:0!important;
    text-align:center!important;
  }

  footer .footer-links strong,
  footer .footer-links a{
    text-align:center!important;
  }

  footer .footer-links:last-child{
    grid-column:1/-1!important;
    width:100%!important;
    padding-top:27px!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
  }

  footer .footer-links:last-child a{
    width:100%!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    padding:12px 14px!important;
    box-sizing:border-box!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.045)!important;
  }

  footer .footer-bottom{
    grid-column:1/-1!important;
    width:100%!important;
    padding-top:18px!important;
    padding-bottom:44px!important;
    text-align:center!important;
  }
}

/* ---------- MOBILE ---------- */
@media(max-width:700px){

  .container{
    width:min(100% - 26px, 680px)!important;
  }

  .nav-wrap{
    height:68px!important;
  }

  .brand{
    width:155px!important;
  }

  .nav{
    top:68px!important;
    left:12px!important;
    right:12px!important;
  }

  /* Home hero */
  .hero-grid{
    grid-template-columns:1fr!important;
    padding:36px 0 54px!important;
    gap:28px!important;
  }

  .hero-copy{
    text-align:center!important;
  }

  .hero h1{
    font-size:clamp(38px,11vw,48px)!important;
    line-height:1.02!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-lead{
    font-size:14px!important;
    line-height:1.65!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-actions{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }

  .hero-actions .btn{
    width:100%!important;
    min-height:53px!important;
  }

  /* 01 / 02 / 03 em coluna, mas conjunto centralizado */
  .hero-points{
    width:100%!important;
    max-width:330px!important;
    margin:28px auto 0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:13px!important;
  }

  .hero-points article{
    width:290px!important;
    max-width:calc(100vw - 50px)!important;
    min-height:58px!important;
    margin:0 auto!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr)!important;
    gap:13px!important;
    align-items:center!important;
    text-align:left!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  .hero-points .point-icon{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    margin:0!important;
    border-radius:12px!important;
  }

  .hero-points strong{
    font-size:15px!important;
    line-height:1.25!important;
    text-align:left!important;
  }

  .hero-points small{
    font-size:12px!important;
    line-height:1.35!important;
    text-align:left!important;
    white-space:normal!important;
  }

  .hero-device-visual{
    min-height:330px!important;
    margin-top:4px!important;
  }

  .macbook{
    width:96%!important;
    left:0!important;
    top:58px!important;
  }

  .iphone{
    width:98px!important;
    height:200px!important;
    right:-2px!important;
    bottom:8px!important;
  }

  /* Home cards */
  .home-overview,
  .site-content-section{
    padding:72px 0!important;
  }

  .home-overview-grid,
  .service-page-grid,
  .project-page-grid,
  .benefit-page-grid{
    grid-template-columns:1fr!important;
  }

  .home-feature-grid,
  .home-contact-box,
  .page-bottom-box,
  .contact-complete-grid{
    grid-template-columns:1fr!important;
  }

  .feature-panel{
    grid-template-columns:1fr!important;
  }

  .home-contact-actions,
  .page-bottom-actions,
  .site-page-actions{
    flex-direction:column!important;
  }

  .home-contact-actions .btn,
  .page-bottom-actions .btn,
  .site-page-actions .btn{
    width:100%!important;
  }

  /* Internas */
  .site-page-hero{
    padding:44px 0 32px!important;
  }

  .site-page-copy h1{
    font-size:42px!important;
    line-height:1.02!important;
  }

  .showcase-browser,
  .inner-window{
    transform:none!important;
  }

  .inner-hero-cards{
    grid-template-columns:1fr!important;
  }

  .process-page-list article{
    grid-template-columns:58px 1fr!important;
    gap:16px!important;
    padding:20px!important;
  }

  .process-big{
    font-size:28px!important;
  }

  .editorial-grid{
    grid-template-columns:1fr!important;
    padding:28px 22px!important;
  }

  .editorial-number{
    width:88px!important;
    height:88px!important;
  }

  .contact-main-card,
  .contact-side-card{
    padding:26px 20px!important;
  }

  /* FAQ sempre visível */
  .faq-page-intro,
  .faq-item,
  .faq-accordion{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    filter:none!important;
  }

  /* Footer mobile padrão */
  footer{
    padding:38px 0 18px!important;
  }

  footer .footer-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    column-gap:16px!important;
    row-gap:26px!important;
    align-items:start!important;
  }

  footer .footer-brand{
    grid-column:1/-1!important;
    padding:0 0 24px!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    text-align:center!important;
  }

  footer .footer-brand img{
    width:170px!important;
    margin:0 auto 15px!important;
  }

  footer .footer-brand p{
    max-width:310px!important;
    margin:0 auto!important;
    text-align:center!important;
    font-size:14px!important;
    line-height:1.65!important;
  }

  footer .footer-links{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:9px!important;
    padding:0!important;
    border:0!important;
    text-align:center!important;
  }

  footer .footer-links strong{
    width:100%!important;
    margin:0 0 5px!important;
    text-align:center!important;
    font-size:14px!important;
  }

  footer .footer-links a{
    text-align:center!important;
    font-size:9.8px!important;
    line-height:1.4!important;
  }

  footer .footer-links:last-child{
    grid-column:1/-1!important;
    width:100%!important;
    padding:25px 0 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
  }

  footer .footer-links:last-child strong{
    text-align:center!important;
  }

  footer .footer-links:last-child a{
    width:100%!important;
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    padding:10px 12px!important;
    box-sizing:border-box!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.045)!important;
  }

  footer .footer-bottom{
    grid-column:1/-1!important;
    width:100%!important;
    padding-top:17px!important;
    padding-bottom:42px!important;
    text-align:center!important;
  }

  footer .footer-bottom span{
    width:100%!important;
    max-width:285px!important;
    margin:0 auto!important;
    font-size:8.8px!important;
    line-height:1.55!important;
    text-align:center!important;
  }

  

  

  .back-to-top{
    right:13px!important;
    bottom:14px!important;
  }
}

/* ---------- MOBILE PEQUENO ---------- */
@media(max-width:430px){

  .container{
    width:calc(100% - 22px)!important;
  }

  .hero h1{
    font-size:38px!important;
  }

  .hero-points{
    max-width:300px!important;
  }

  .hero-points article{
    width:275px!important;
    max-width:calc(100vw - 38px)!important;
  }

  .site-page-copy h1{
    font-size:38px!important;
  }

  footer .footer-grid{
    column-gap:12px!important;
  }

  footer .footer-links a{
    font-size:9.2px!important;
  }

  footer .footer-brand img{
    width:162px!important;
  }

  footer .footer-bottom span{
    max-width:260px!important;
  }
}

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

/* ===== Contato V31 ===== */
.contact-page-section{padding:76px 0 92px}.contact-v31{display:grid;grid-template-columns:.88fr 1.12fr;gap:28px;align-items:start}.contact-intro-card,.quote-form-v31{background:#fff;border:1px solid #dce4ef;border-radius:24px;box-shadow:0 18px 50px rgba(7,26,61,.07)}.contact-intro-card{padding:38px;position:sticky;top:105px}.contact-intro-card .eyebrow,.quote-form-v31 .eyebrow{color:#ff5a14;font-size:14px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.contact-intro-card h2{font-size:40px;line-height:1.08;margin:12px 0 14px;color:#071a3d}.contact-intro-card>p{color:#68758a;line-height:1.75}.contact-direct{display:grid;gap:12px;margin-top:28px}.contact-direct a{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #e0e6ef;border-radius:15px;color:#071a3d;text-decoration:none;transition:.25s}.contact-direct a:hover{transform:translateY(-2px);border-color:#ff5a14;box-shadow:0 10px 28px rgba(7,26,61,.08)}.contact-direct .whatsapp-svg{width:25px;height:25px}.contact-direct strong,.contact-direct span{display:block}.contact-direct span{font-size:14px;color:#7b8799;margin-top:3px}.quote-form-v31{padding:38px}.quote-form-v31 h2{font-size:34px;line-height:1.12;margin:10px 0 8px;color:#071a3d}.quote-form-v31>.form-lead{color:#758196;margin:0 0 26px;line-height:1.65}.form-grid-v31{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field-v31{display:flex;flex-direction:column;gap:8px}.field-v31.full{grid-column:1/-1}.field-v31 label{font-size:14px;font-weight:800;color:#071a3d}.field-v31 input,.field-v31 select,.field-v31 textarea{width:100%;box-sizing:border-box;border:1px solid #dbe3ee;background:#f9fbfd;border-radius:13px;padding:14px 15px;font:inherit;color:#071a3d;outline:none;transition:.2s}.field-v31 textarea{min-height:128px;resize:vertical}.field-v31 input:focus,.field-v31 select:focus,.field-v31 textarea:focus{border-color:#ff5a14;background:#fff;box-shadow:0 0 0 3px rgba(255,90,20,.09)}.quote-submit-v31{margin-top:18px;width:100%;border:0;border-radius:14px;background:#ff5a14;color:#fff;padding:16px 20px;font:800 14px Montserrat,sans-serif;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;transition:.25s}.quote-submit-v31:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(255,90,20,.25)}.quote-submit-v31 .whatsapp-svg{width:21px;height:21px}.form-privacy{font-size:14px;color:#8b95a5;line-height:1.55;margin:12px 3px 0}.form-status{font-size:14px;font-weight:700;margin-top:10px;min-height:18px}.cookie-banner{position:fixed;z-index:9999;left:22px;right:22px;bottom:20px;max-width:1040px;margin:auto;background:#071a3d;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 22px 65px rgba(0,0,0,.3);padding:18px 20px;display:none;align-items:center;gap:20px}.cookie-banner.show{display:flex}.cookie-copy{flex:1}.cookie-copy strong{display:block;font-size:14px;margin-bottom:5px}.cookie-copy p{margin:0;color:#b8c4d8;font-size:15px;line-height:1.55}.cookie-actions{display:flex;gap:9px}.cookie-actions button{border-radius:10px;padding:12px 15px;font:800 12px Montserrat,sans-serif;cursor:pointer}.cookie-reject{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff}.cookie-accept{border:1px solid #ff5a14;background:#ff5a14;color:#fff}
@media(max-width:800px){.contact-page-section{padding:48px 0 62px}.contact-v31{grid-template-columns:1fr}.contact-intro-card{position:static;padding:26px}.contact-intro-card h2{font-size:31px}.quote-form-v31{padding:26px}.quote-form-v31 h2{font-size:29px}.form-grid-v31{grid-template-columns:1fr}.field-v31.full{grid-column:auto}.cookie-banner{left:12px;right:12px;bottom:12px;display:none;flex-direction:column;align-items:stretch}.cookie-banner.show{display:flex}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-actions button{width:100%}}


/* ===== V31.1 Contato corrigido ===== */
.contact-page-section{display:block!important;min-height:auto!important;background:#f6f8fb!important;}
.contact-v31{opacity:1!important;visibility:visible!important;transform:none!important;}
.contact-intro-card,.quote-form-v31{opacity:1!important;visibility:visible!important;transform:none!important;}
.contact-note-v31{display:flex;align-items:center;gap:12px;margin-top:24px;padding-top:22px;border-top:1px solid #e4e9f1}.contact-note-v31 img{width:42px;height:42px}.contact-note-v31 strong,.contact-note-v31 span{display:block}.contact-note-v31 strong{font-size:14px;color:#071a3d}.contact-note-v31 span{font-size:14px;color:#7a8698;margin-top:3px;line-height:1.4}
.quote-form-v31 select{appearance:auto}.quote-form-v31 button{font-family:Montserrat,sans-serif}
@media(max-width:800px){.contact-v31{gap:18px}.contact-intro-card,.quote-form-v31{border-radius:18px}.contact-page-section{padding-top:38px!important}.quote-submit-v31{font-size:14px;padding:15px 14px}}

/* V31.3 — Logo do cabeçalho maior e centralizada nas telas pequenas */
@media(min-width:1025px){
  .site-header .brand,
  .brand{
    width:245px!important;
  }
}

@media(min-width:701px) and (max-width:1024px){
  .site-header .brand,
  .brand{
    width:215px!important;
  }
}

@media(max-width:700px){
  .nav-wrap{
    position:relative!important;
    min-height:82px!important;
    height:82px!important;
    justify-content:center!important;
  }
  .site-header .brand,
  .brand{
    width:205px!important;
    max-width:62vw!important;
    margin:0 auto!important;
  }
  .site-header .brand img,
  .brand img{
    width:100%!important;
    height:auto!important;
    display:block!important;
  }
  .menu-toggle{
    position:absolute!important;
    right:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
  }
  .nav{
    top:82px!important;
  }
}

@media(max-width:430px){
  .site-header .brand,
  .brand{
    width:190px!important;
    max-width:60vw!important;
  }
}
/* V31.6 — correção do botão WhatsApp da página Contato */
.contact-direct .contact-whatsapp-link{display:flex!important;align-items:center!important;gap:14px!important;min-height:62px!important;padding:16px 18px!important;border:1px solid #dfe6ef!important;border-radius:15px!important;background:#fff!important;color:#071a3d!important;text-decoration:none!important}.contact-direct .contact-whatsapp-link .whatsapp-svg{width:28px!important;height:28px!important;flex:0 0 28px!important}.contact-direct .contact-whatsapp-link>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important}.contact-direct .contact-whatsapp-link strong{display:block!important;margin:0 0 4px!important;color:#071a3d!important;font-size:14px!important;line-height:1.2!important}.contact-direct .contact-whatsapp-link span{display:block!important;margin:0!important;color:#7b8799!important;font-size:14px!important;line-height:1.25!important}.contact-direct .contact-whatsapp-link:hover{transform:translateY(-2px)!important;border-color:#25d366!important;box-shadow:0 10px 28px rgba(7,26,61,.08)!important}@media(max-width:800px){.contact-direct .contact-whatsapp-link{min-height:58px!important;padding:14px 16px!important}}

/* ==========================================================
   V31.7 — Select customizado no padrão visual WebDion
   Substitui a abertura nativa do navegador no formulário.
   ========================================================== */
.field-v31:has(select[data-custom-select]){
  position:relative;
}

/* O select original continua no DOM para FormData/required,
   mas fica visualmente fora do layout. */
.field-v31 select[data-custom-select]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:0!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}

.wd-select{
  position:relative;
  width:100%;
  font-family:Montserrat,sans-serif;
}

.wd-select-trigger{
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 15px;
  box-sizing:border-box;
  border:1px solid #dbe3ee;
  border-radius:13px;
  background:#f9fbfd;
  color:#071a3d;
  font:500 16px Montserrat,sans-serif;
  text-align:left;
  cursor:pointer;
  outline:none;
  transition:border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease;
}

.wd-select-trigger:hover{
  border-color:#c6d1df;
  background:#fff;
}

.wd-select.open .wd-select-trigger,
.wd-select-trigger:focus-visible{
  border-color:#ff5a14;
  background:#fff;
  box-shadow:0 0 0 3px rgba(255,90,20,.09);
}

.wd-select.invalid .wd-select-trigger{
  border-color:#ff5a14;
  box-shadow:0 0 0 3px rgba(255,90,20,.09);
}

.wd-select-arrow{
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#edf2f8;
  color:#071a3d;
  transition:transform .28s cubic-bezier(.2,.8,.2,1),background .2s ease,color .2s ease;
}

.wd-select-arrow svg{
  width:14px;
  height:14px;
}

.wd-select.open .wd-select-arrow{
  transform:rotate(180deg);
  background:#fff1e9;
  color:#ff5a14;
}

.wd-select-menu{
  position:absolute;
  z-index:120;
  left:0;
  right:0;
  top:calc(100% + 8px);
  padding:8px;
  max-height:310px;
  overflow:auto;
  border:1px solid #dfe6ef;
  border-radius:15px;
  background:#fff;
  box-shadow:0 20px 50px rgba(7,26,61,.15);
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px) scale(.985);
  transform-origin:top;
  transition:opacity .2s ease,visibility .2s ease,transform .25s cubic-bezier(.2,.8,.2,1);
}

.wd-select.open .wd-select-menu{
  opacity:1;
  visibility:visible;
  transform:none;
}

.wd-select-option{
  width:100%;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#263650;
  font:500 14px Montserrat,sans-serif;
  text-align:left;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}

.wd-select-option::before{
  content:"";
  width:6px;
  height:6px;
  flex:0 0 6px;
  border-radius:50%;
  background:#d4dce8;
  transition:background .18s ease,box-shadow .18s ease;
}

.wd-select-option:hover,
.wd-select-option:focus-visible{
  outline:none;
  background:#f3f6fa;
  color:#071a3d;
  transform:translateX(2px);
}

.wd-select-option.selected{
  background:#071a3d;
  color:#fff;
  font-weight:700;
}

.wd-select-option.selected::before{
  background:#ff5a14;
  box-shadow:0 0 0 4px rgba(255,90,20,.14);
}

.wd-select-placeholder{
  color:#7f8b9c;
}

/* scroll do menu no mesmo padrão do site */
.wd-select-menu{
  scrollbar-width:thin;
  scrollbar-color:#17417d transparent;
}
.wd-select-menu::-webkit-scrollbar{width:6px}
.wd-select-menu::-webkit-scrollbar-track{background:transparent}
.wd-select-menu::-webkit-scrollbar-thumb{background:#17417d;border-radius:99px}

@media(max-width:800px){
  .wd-select-trigger{
    min-height:52px;
    font-size:15px;
  }
  .wd-select-menu{
    max-height:280px;
  }
  .wd-select-option{
    min-height:46px;
    font-size:14px;
  }
}


/* V31.9 — legibilidade: fontes pequenas ampliadas */
@media (min-width:801px){
  .site-footer p,.site-footer a,.site-footer span,.site-footer li,
  .contact-direct p,.contact-direct span,
  .contact-form p,.contact-form label,.contact-form input,.contact-form textarea,
  .wd-select-trigger,.wd-select-option{line-height:1.55;}
}
@media (max-width:800px){
  body{font-size:16px;}
  .site-footer p,.site-footer a,.site-footer span,.site-footer li{line-height:1.65;}
}


/* V32.0 — ajuste pontual solicitado: textos pequenos dos benefícios 01/02/03 */
.hero-points span,
.hero-points small,
.hero-point span,
.hero-point small,
.hero-trust span,
.hero-trust small,
.hero-benefits span,
.hero-benefits small,
.hero-proof span,
.hero-proof small{
  font-size: 13px !important;
  line-height: 1.42 !important;
}

@media (max-width: 1100px) {
  .hero-points span,
  .hero-points small,
  .hero-point span,
  .hero-point small,
  .hero-trust span,
  .hero-trust small,
  .hero-benefits span,
  .hero-benefits small,
  .hero-proof span,
  .hero-proof small{
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}


/* V32.1 — padronização das fontes pequenas e dos indicadores 01/02/03 */

/* Textos auxiliares que ainda estavam pequenos */
.home-card p,
.home-card a,
.service-card p,
.service-card li,
.project-card p,
.project-card span,
.project-card small,
.project-meta,
.concept-card p,
.concept-card span,
.concept-card small,
.process-card p,
.process-card span,
.difference-card p,
.difference-card span,
.contact-card p,
.contact-card span,
.faq-item p,
.footer p,
.footer a,
.site-footer p,
.site-footer a,
.hero-points span,
.hero-points small,
.hero-point span,
.hero-point small,
.hero-trust span,
.hero-trust small,
.hero-benefits span,
.hero-benefits small,
.hero-proof span,
.hero-proof small{
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* Links/CTAs pequenos dos cards */
.home-card a,
.card-link,
.service-card a,
.project-card a{
  font-size: 14px !important;
  line-height: 1.35 !important;
}

/* Listas pequenas de serviços */
.service-card li,
.services-grid li{
  font-size: 14px !important;
  line-height: 1.45 !important;
}

/* Metadados abaixo dos conceitos/projetos */
.project-meta,
.project-card > div:last-child span,
.project-card small{
  font-size: 14px !important;
}

/* 01 / 02 / 03: mesmo tamanho, caixa e alinhamento */
.hero-points .num,
.hero-point .num,
.hero-trust .num,
.hero-benefits .num,
.hero-proof .num,
.hero-points [class*="number"],
.hero-point [class*="number"],
.hero-trust [class*="number"],
.hero-benefits [class*="number"],
.hero-proof [class*="number"]{
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  box-sizing: border-box !important;
}

/* Garante alinhamento consistente dos três benefícios */
.hero-points > *,
.hero-benefits > *,
.hero-proof > *,
.hero-trust > *{
  align-items: center;
}

@media (max-width: 1100px) {
  .home-card p,
  .home-card a,
  .service-card p,
  .service-card li,
  .project-card p,
  .project-card span,
  .project-card small,
  .project-meta,
  .concept-card p,
  .concept-card span,
  .concept-card small,
  .process-card p,
  .process-card span,
  .difference-card p,
  .difference-card span,
  .contact-card p,
  .contact-card span,
  .faq-item p,
  .footer p,
  .footer a,
  .site-footer p,
  .site-footer a,
  .hero-points span,
  .hero-points small,
  .hero-point span,
  .hero-point small,
  .hero-trust span,
  .hero-trust small,
  .hero-benefits span,
  .hero-benefits small,
  .hero-proof span,
  .hero-proof small,
  .home-card a,
  .card-link,
  .service-card a,
  .project-card a,
  .services-grid li{
    font-size: 15px !important;
  }

  .hero-points .num,
  .hero-point .num,
  .hero-trust .num,
  .hero-benefits .num,
  .hero-proof .num,
  .hero-points [class*="number"],
  .hero-point [class*="number"],
  .hero-trust [class*="number"],
  .hero-benefits [class*="number"],
  .hero-proof [class*="number"]{
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    font-size: 15px !important;
  }
}


/* V32.2 — 01/02/03 rigorosamente iguais */
.hero-points > * > :first-child,
.hero-benefits > * > :first-child,
.hero-proof > * > :first-child,
.hero-trust > * > :first-child{
  box-sizing: border-box !important;
}

/* Marcadores numéricos do hero */
.hero-points .num,
.hero-points .number,
.hero-points .hero-number,
.hero-points .point-number,
.hero-benefits .num,
.hero-benefits .number,
.hero-benefits .hero-number,
.hero-benefits .point-number,
.hero-proof .num,
.hero-proof .number,
.hero-proof .hero-number,
.hero-proof .point-number,
.hero-trust .num,
.hero-trust .number,
.hero-trust .hero-number,
.hero-trust .point-number{
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  box-sizing: border-box !important;
}

/* Evita que largura do texto ao lado comprima uma caixa e deixe outra diferente */
.hero-points > *,
.hero-benefits > *,
.hero-proof > *,
.hero-trust > *{
  min-width: 0 !important;
}

@media (max-width: 1100px) {
  .hero-points .num,
  .hero-points .number,
  .hero-points .hero-number,
  .hero-points .point-number,
  .hero-benefits .num,
  .hero-benefits .number,
  .hero-benefits .hero-number,
  .hero-benefits .point-number,
  .hero-proof .num,
  .hero-proof .number,
  .hero-proof .hero-number,
  .hero-proof .point-number,
  .hero-trust .num,
  .hero-trust .number,
  .hero-trust .hero-number,
  .hero-trust .point-number{
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    flex-basis: 46px !important;
  }
}


/* V32.3 — rodapé padronizado em 12px */
.site-footer p,
.site-footer a,
.site-footer span,
.site-footer li,
.footer p,
.footer a,
.footer span,
.footer li{
  font-size: 12px !important;
}


/* ==========================================================
   V32.4 — AJUSTES PONTUAIS DE TIPOGRAFIA DOS PRINTS
   ========================================================== */

/* PRINT 1 — Processo */
.process-page-list span{
  font-size:10px !important;
}
.process-page-list p{
  font-size:12px !important;
}

/* PRINT 2 — Rodapé inteiro em 12px */
footer,
footer p,
footer a,
footer span,
footer li,
footer strong,
footer b,
.footer,
.footer p,
.footer a,
.footer span,
.footer li,
.footer strong,
.footer b,
.site-footer,
.site-footer p,
.site-footer a,
.site-footer span,
.site-footer li,
.site-footer strong,
.site-footer b,
.footer-brand p,
.footer-links a,
.footer-links strong,
.footer-bottom,
.footer-bottom span,
.footer-bottom a{
  font-size:12px !important;
}

/* PRINT 3 — Diferenciais */
.benefit-page-grid article > span{
  font-size:18px !important;
  line-height:1 !important;
}
.benefit-page-grid p{
  font-size:12px !important;
}

/* PRINT 4 — Projetos */
.project-page-preview small{
  font-size:11px !important;
}
.project-page-preview p{
  font-size:12px !important;
}
.project-page-preview span{
  font-size:11px !important;
}
.project-page-meta span{
  font-size:12px !important;
}

/* PRINT 5 — Serviços */
.service-page-card > span{
  font-size:10px !important;
}
.service-page-card p,
.service-page-card li{
  font-size:13px !important;
}
.home-overview-card p,
.home-overview-card strong{
  font-size:13px !important;
}


/* ==========================================================
   V32.5 — 01/02/03 no mesmo padrão visual de DIFERENCIAIS
   ========================================================== */

/* Cards 01/02/03 da home */
.home-overview-grid .home-overview-card > span,
.home-overview-card > span{
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 0 34px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: block !important;
  flex: none !important;
  color: #ff5a1f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: left !important;
}

/* Bloco 01/02/03 do hero */
.hero-points .num,
.hero-points .number,
.hero-points .hero-number,
.hero-points .point-number,
.hero-benefits .num,
.hero-benefits .number,
.hero-benefits .hero-number,
.hero-benefits .point-number,
.hero-proof .num,
.hero-proof .number,
.hero-proof .hero-number,
.hero-proof .point-number,
.hero-trust .num,
.hero-trust .number,
.hero-trust .hero-number,
.hero-trust .point-number{
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  flex: none !important;
  display: inline-block !important;
  color: #ff5a1f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* mantém o conjunto do hero bem alinhado */
.hero-points > *,
.hero-benefits > *,
.hero-proof > *,
.hero-trust > *{
  align-items: flex-start !important;
}

@media (max-width: 1100px) {
  .hero-points .num,
  .hero-points .number,
  .hero-points .hero-number,
  .hero-points .point-number,
  .hero-benefits .num,
  .hero-benefits .number,
  .hero-benefits .hero-number,
  .hero-benefits .point-number,
  .hero-proof .num,
  .hero-proof .number,
  .hero-proof .hero-number,
  .hero-proof .point-number,
  .hero-trust .num,
  .hero-trust .number,
  .hero-trust .hero-number,
  .hero-trust .point-number{
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    flex-basis: auto !important;
    font-size: 18px !important;
  }
}


/* ==========================================================
   V32.6 — CORREÇÃO DEFINITIVA DOS 01 / 02 / 03
   O HTML REAL USA .point-icon.
   Mesmo padrão visual dos números da página Diferenciais.
   ========================================================== */

/* HOME: números dos cards */
.home-overview-grid .home-overview-card > span{
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:none !important;
  max-height:none !important;
  padding:0 !important;
  margin:0 0 34px 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#ff5a1f !important;
  font-size:18px !important;
  font-weight:800 !important;
  line-height:1 !important;
  text-align:left !important;
}

/* HERO: classe correta dos números é .point-icon */
.hero .hero-points .point-icon,
.hero-points .point-icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  min-height:28px !important;
  max-width:28px !important;
  max-height:28px !important;
  flex:0 0 28px !important;

  padding:0 !important;
  margin:0 !important;

  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;

  color:#ff5a1f !important;
  font-size:18px !important;
  font-weight:800 !important;
  line-height:1 !important;
  text-align:center !important;
}

/* Desktop: três itens ficam simétricos */
.hero-points article{
  grid-template-columns:28px minmax(0,1fr) !important;
  column-gap:12px !important;
}

/* Remove definitivamente aparência de caixa das regras antigas */
.hero .point-icon{
  background:transparent !important;
  border-color:transparent !important;
  border-width:0 !important;
  border-style:none !important;
  border-radius:0 !important;
}

/* Tablet vertical */
@media (min-width:701px) and (max-width:1024px) and (orientation:portrait){
  .hero-points article{
    grid-template-columns:28px minmax(0,1fr) !important;
    column-gap:12px !important;
    align-items:start !important;
  }

  .hero .hero-points .point-icon,
  .hero-points .point-icon{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    min-height:28px !important;
    max-width:28px !important;
    max-height:28px !important;
    flex-basis:28px !important;
    font-size:18px !important;
  }
}

/* Mobile */
@media (max-width:700px){
  .hero-points article{
    grid-template-columns:28px minmax(0,1fr) !important;
    column-gap:13px !important;
    align-items:start !important;
  }

  .hero .hero-points .point-icon,
  .hero-points .point-icon{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    min-height:28px !important;
    max-width:28px !important;
    max-height:28px !important;
    flex-basis:28px !important;
    font-size:18px !important;
  }
}

/* V32.1 — Contato: textos de formulário de 16px para 14px */
.contact-page-section .contact-intro-card > p,
.contact-page-section .quote-form-v31 > .form-lead,
.contact-page-section .field-v31 input,
.contact-page-section .field-v31 select,
.contact-page-section .field-v31 textarea,
.contact-page-section .wd-select-trigger,
.contact-page-section .wd-select-option{
  font-size:14px!important;
}

@media(max-width:800px){
  .contact-page-section .field-v31 input,
  .contact-page-section .field-v31 select,
  .contact-page-section .field-v31 textarea,
  .contact-page-section .wd-select-trigger,
  .contact-page-section .wd-select-option{
    font-size:14px!important;
  }
}


/* V4 — transição laranja nos links do rodapé WebDion */
.footer-links a{
  position:relative;
  width:max-content;
  max-width:100%;
  transition:color .24s ease, transform .24s ease;
}
.footer-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:0;
  height:1px;
  border-radius:999px;
  background:#ff5518;
  transition:width .24s ease;
}
.footer-links a:hover{
  color:#ff6a2f;
  transform:translateX(3px);
}
.footer-links a:hover::after{width:100%}

.footer-wa .whatsapp-svg{
  width:25px!important;
  height:25px!important;
  flex:0 0 25px!important;
}
.footer-wa{gap:9px!important;}
@media(max-width:700px){
  
  
}

/* V10 — páginas SEO */
.seo-hero .site-page-copy .section-kicker{color:#ff5518;margin:0 0 12px}.seo-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:24px}.seo-text-link{color:#fff;font-size:12px;font-weight:800;transition:.2s ease}.seo-text-link:hover{color:#ff6a32;transform:translateX(3px)}.seo-two{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:60px;align-items:center}.seo-two h2,.seo-faq-wrap h2{font-size:34px;line-height:1.12;letter-spacing:-1.2px;margin:8px 0 18px;color:#071a3d}.seo-two>div>p:not(.section-kicker){font-size:14px;line-height:1.85;color:#6f7d93;margin-bottom:24px}.seo-mini-panel{background:#071a3d;color:#fff;border-radius:20px;padding:28px;box-shadow:0 20px 50px rgba(7,26,61,.16)}.seo-mini-panel strong{display:block;font-size:16px;margin-bottom:15px}.seo-mini-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.seo-mini-panel li{position:relative;padding-left:24px;color:#c8d4e7;font-size:12px}.seo-mini-panel li:before{content:"✓";position:absolute;left:0;color:#ff6a32;font-weight:900}.seo-feature-section{padding:88px 0;background:#f6f8fb}.seo-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.seo-feature{background:#fff;border:1px solid #e0e7f0;border-radius:16px;padding:24px;transition:.22s ease}.seo-feature:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(7,26,61,.08);border-color:#ffd0bd}.seo-feature>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff0ea;color:#ff5518;font-size:10px;font-weight:900;margin-bottom:18px}.seo-feature h3{font-size:16px;margin:0 0 8px;color:#071a3d}.seo-feature p{font-size:12px;line-height:1.7;color:#78859a;margin:0}.seo-dark-cta{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.seo-dark-cta span{font-size:10px;color:#9fb0ca;font-weight:700}.seo-faq-wrap{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px;align-items:start}.seo-faq{border-bottom:1px solid #e2e8f0;padding:16px 0}.seo-faq summary{cursor:pointer;list-style:none;color:#071a3d;font-size:13px;font-weight:800;padding-right:28px;position:relative}.seo-faq summary::-webkit-details-marker{display:none}.seo-faq summary:after{content:"+";position:absolute;right:0;top:-2px;color:#ff5518;font-size:20px}.seo-faq[open] summary:after{content:"−"}.seo-faq p{font-size:12px;line-height:1.75;color:#748198;margin:10px 0 0}.seo-service-page .btn-primary{display:inline-flex;align-items:center;justify-content:center;background:#ff5518;color:#fff;border-radius:9px;padding:13px 18px;font-size:12px;font-weight:900;transition:.2s ease}.seo-service-page .btn-primary:hover{background:#e94a10;transform:translateY(-2px)}
@media(max-width:900px){.seo-two,.seo-faq-wrap{grid-template-columns:1fr;gap:30px}.seo-feature-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.seo-feature-grid{grid-template-columns:1fr}.seo-two h2,.seo-faq-wrap h2{font-size:28px}.seo-hero-actions{justify-content:center}}


/* V18 - Home mais direta e navegação simplificada */
.home-projects-preview,
.home-process-short{
  padding:84px 0;
  background:#fff;
}
.home-projects-preview{
  background:#f7f9fc;
}
.home-project-grid{
  margin-top:34px;
}
.text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#071a3d;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
  transition:color .25s ease, transform .25s ease;
}
.text-link::after{content:"→";color:#ff571b;transition:transform .25s ease;}
.text-link:hover{color:#ff571b;transform:translateY(-1px);}
.text-link:hover::after{transform:translateX(3px);}
.section-kicker{
  display:inline-block;
  margin-bottom:12px;
  color:#ff571b;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
}
.section-kicker-light{color:#ff6a2d;}
.home-process-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.home-process-grid article{
  position:relative;
  padding:28px;
  border:1px solid #dce4ef;
  border-radius:18px;
  background:#fff;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.home-process-grid article:hover{
  transform:translateY(-4px);
  border-color:#ffb294;
  box-shadow:0 18px 40px rgba(7,26,61,.08);
}
.home-process-grid article>span{
  display:inline-block;
  margin-bottom:30px;
  color:#ff571b;
  font-size:12px;
  font-weight:900;
}
.home-process-grid h3{margin:0 0 10px;color:#071a3d;font-size:19px;}
.home-process-grid p{margin:0;color:#74829b;font-size:14px;line-height:1.7;}
.contact-faq-section{padding-top:20px;}
.faq-compact-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.faq-compact-grid .faq-item{margin:0;}
@media(max-width:900px){
  .home-process-grid,.faq-compact-grid{grid-template-columns:1fr;}
  .home-projects-preview,.home-process-short{padding:64px 0;}
  .home-overview-head{gap:20px;}
}
@media(max-width:640px){
  .home-projects-preview,.home-process-short{padding:52px 0;}
  .home-process-grid article{padding:22px;}
}


/* V20 — FAQ antes do contato + foco visual padronizado */
.contact-faq-section{padding:76px 0 18px!important;}
.contact-faq-section + .contact-page-section{padding-top:42px!important;}
.faq-item summary:focus,.faq-item summary:focus-visible{outline:none!important;box-shadow:none!important;}
.faq-item[open]{border-color:#e2e7ef!important;box-shadow:0 12px 28px rgba(7,26,61,.05)!important;}
@media(max-width:800px){.contact-faq-section{padding:52px 0 10px!important}.contact-faq-section + .contact-page-section{padding-top:34px!important}}

/* V22 — cards de processo com linha laranja animada no rodapé */
.home-process-grid article{
  overflow:hidden;
}
.home-process-grid article::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:linear-gradient(90deg,#ff5a12,#ff7c35);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.home-process-grid article:hover::after{
  transform:scaleX(1);
}

/* V26 — WhatsApp restaurado no cabeçalho */
.site-header .nav-whatsapp{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}
.site-header .nav-whatsapp .whatsapp-svg{width:18px;height:18px;display:block}

/* Transparência institucional */
.footer-responsible{display:block;color:#718096;font-size:12px;line-height:1.45;margin-top:3px}
.legal-content{max-width:920px;margin:0 auto;background:#fff;border:1px solid rgba(15,35,65,.08);border-radius:22px;padding:36px;box-shadow:0 18px 50px rgba(15,35,65,.06)}
.legal-content h2{margin:28px 0 10px;color:#0b2347;font-size:24px}.legal-content h2:first-child{margin-top:0}.legal-content p{margin:0 0 16px;line-height:1.75}.legal-content a{color:#f36b21;font-weight:700}
@media(max-width:700px){.legal-content{padding:24px 20px;border-radius:18px}.legal-content h2{font-size:21px}}


.cookie-policy-link{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:700;
  margin-left:6px;
}
.cookie-policy-link:hover{
  opacity:.85;
}


/* Preferências de cookies */
.cookie-actions{flex-wrap:wrap;justify-content:flex-end}
.cookie-essential,.cookie-settings,.cookie-save{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff}
.cookie-settings{background:#fff;color:#071a3d;border-color:#fff}
.cookie-modal{position:fixed;inset:0;z-index:10020;display:none;align-items:center;justify-content:center;padding:20px}
.cookie-modal.show{display:flex}
.cookie-modal-backdrop{position:absolute;inset:0;background:rgba(3,13,31,.72);backdrop-filter:blur(5px)}
.cookie-modal-card{position:relative;z-index:1;width:min(650px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;color:#071a3d;border-radius:22px;padding:28px;box-shadow:0 28px 90px rgba(0,0,0,.35)}
.cookie-modal-close{position:absolute;right:18px;top:14px;border:0;background:transparent;color:#718099;font-size:30px;line-height:1;cursor:pointer}
.cookie-modal-kicker{display:block;color:#ff5a14;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:7px}
.cookie-modal-head h2{margin:0 42px 8px 0;font-size:28px}
.cookie-modal-head p{margin:0;color:#68758a;line-height:1.65;font-size:14px}
.cookie-options{display:grid;gap:12px;margin:22px 0 14px}
.cookie-option{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px;border:1px solid #e0e6ef;border-radius:15px;background:#f9fbfd}
.cookie-option>div{display:grid;gap:5px}
.cookie-option strong{font-size:14px}
.cookie-option span{font-size:12px;color:#748197;line-height:1.45}
.cookie-required{white-space:nowrap!important;color:#17813b!important;font-weight:800;background:#eaf7ee;padding:7px 9px;border-radius:999px}
.cookie-option-toggle{cursor:pointer}
.cookie-switch{position:relative;display:inline-flex!important;width:46px;height:26px;flex:0 0 auto}
.cookie-switch input{opacity:0;width:0;height:0}
.cookie-slider{position:absolute;inset:0;border-radius:999px;background:#cbd4df;transition:.2s}
.cookie-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:.2s}
.cookie-switch input:checked + .cookie-slider{background:#ff5a14}
.cookie-switch input:checked + .cookie-slider:before{transform:translateX(20px)}
.cookie-modal-policy{display:inline-block;color:#071a3d;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px;margin:2px 0 20px}
.cookie-modal-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.cookie-modal-actions button{border-radius:10px;padding:12px 15px;font:800 12px Montserrat,sans-serif;cursor:pointer}
.cookie-modal-actions .cookie-essential{color:#071a3d;border-color:#d7dfeb}
.cookie-save{background:#071a3d;color:#fff;border-color:#071a3d}
.cookie-modal-open{overflow:hidden}
@media(max-width:800px){
  .cookie-actions{display:grid;grid-template-columns:1fr 1fr}
  .cookie-actions .cookie-accept{grid-column:1/-1}
  .cookie-modal{padding:12px}
  .cookie-modal-card{padding:23px 18px;border-radius:18px}
  .cookie-modal-head h2{font-size:24px}
  .cookie-option{align-items:flex-start}
  .cookie-modal-actions{display:grid;grid-template-columns:1fr}
  .cookie-modal-actions button{width:100%}
}


.cookie-banner .cookie-policy-link{
  color:inherit;
  font:inherit;
  font-weight:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}


/* ==========================================================
   WEBDION IA — NOVA VERTICAL DE AUTOMAÇÃO & INTELIGÊNCIA ARTIFICIAL
   ========================================================== */

/* Home: quarto card e destaque de IA */
.services-hero-cards{grid-template-columns:repeat(4,1fr)}
.home-services-preview .home-overview-grid{grid-template-columns:repeat(4,1fr)}
.home-ai-card{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important}
.home-ai-preview{padding:96px 0;background:#f4f7fb;position:relative;overflow:hidden;color:#fff;border-top:1px solid #e7edf5;border-bottom:1px solid #e7edf5}
.home-ai-preview::before{display:none}
.home-ai-preview-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center;position:relative;z-index:1;padding:50px;background:linear-gradient(135deg,#04122f 0%,#071e48 58%,#0b2b61 100%);border:1px solid rgba(7,26,61,.08);border-radius:28px;box-shadow:0 28px 70px rgba(7,26,61,.16);overflow:hidden}
.home-ai-preview-grid::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-210px;top:-300px;background:radial-gradient(circle,rgba(255,90,18,.24),transparent 68%);pointer-events:none}
.home-ai-preview-copy,.home-ai-flow{position:relative;z-index:1}
.home-ai-preview-copy h2{margin:12px 0 18px;font-size:clamp(35px,4.3vw,54px);line-height:1.04;letter-spacing:-.045em;max-width:720px;color:#fff}
.home-ai-preview-copy p{margin:0;max-width:690px;color:#b6c5da;line-height:1.8;font-size:15px}
.home-ai-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.home-ai-preview .home-ai-actions .btn-outline{border-color:rgba(255,255,255,.30)!important;color:#fff!important;background:transparent!important;box-shadow:none!important}
.home-ai-preview .home-ai-actions .btn-outline:hover{border-color:rgba(255,255,255,.62)!important;background:rgba(255,255,255,.08)!important;color:#fff!important}
.home-ai-flow{display:grid;grid-template-columns:1fr 28px 1fr;grid-template-rows:auto 28px auto;gap:10px;align-items:center}
.home-ai-flow article{min-height:132px;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.065);box-shadow:0 18px 35px rgba(0,0,0,.12)}
.home-ai-flow article:nth-of-type(1){grid-column:1;grid-row:1}.home-ai-flow article:nth-of-type(2){grid-column:3;grid-row:1}.home-ai-flow article:nth-of-type(3){grid-column:3;grid-row:3}.home-ai-flow article:nth-of-type(4){grid-column:1;grid-row:3}
.home-ai-flow i{font-style:normal;text-align:center;color:#ff7a3d;font-size:20px;font-weight:900}
.home-ai-flow i:nth-of-type(1){grid-column:2;grid-row:1}.home-ai-flow i:nth-of-type(2){grid-column:3;grid-row:2;transform:rotate(90deg)}.home-ai-flow i:nth-of-type(3){grid-column:2;grid-row:3;transform:rotate(180deg)}
.home-ai-flow small,.home-ai-flow strong,.home-ai-flow span{display:block}
.home-ai-flow small{font-size:8px;letter-spacing:.14em;font-weight:900;color:#ff7a3d;margin-bottom:9px}
.home-ai-flow strong{font-size:15px;margin-bottom:7px}
.home-ai-flow span{font-size:11px;line-height:1.55;color:#aabbd2}

/* Página IA */
.ai-page-hero .site-page-copy h1{max-width:780px}
.ai-hero-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,122,61,.35);border-radius:999px;background:rgba(255,90,18,.08);color:#ff7a3d;font-size:9px;font-weight:900;letter-spacing:.12em;margin-bottom:16px}
.ai-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.ai-page-hero .ai-hero-actions .btn-outline{color:#fff!important;border-color:rgba(255,255,255,.24)!important;background:rgba(255,255,255,.045)!important}
.ai-page-hero .ai-hero-actions .btn-outline:hover{color:#fff!important;border-color:rgba(255,255,255,.52)!important;background:rgba(255,255,255,.10)!important}
.ai-showcase .showcase-screen{min-height:310px}
.ai-showcase-flow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:24px}
.ai-showcase-flow span{padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.05);font-size:7px;color:#c9d5e6;font-weight:800}
.ai-showcase-flow b{color:#ff7a3d;font-size:11px}
.service-card-link{display:inline-flex;margin-top:20px;color:#ff5a12;font-size:10px;font-weight:900;text-decoration:none;letter-spacing:.02em}
.service-page-card:hover .service-card-link{color:#ff8a53}
.ai-decision-cards{background:transparent!important}
.ai-decision-cards article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10)}
.ai-process-section{background:#f7f9fc!important}
.ai-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ai-process-grid article{padding:28px;border-radius:18px;background:#fff;border:1px solid #e2e7ef;min-height:215px;transition:.3s}
.ai-process-grid article:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(7,26,61,.08);border-color:#ffb08d}
.ai-process-grid article>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#fff0e9;color:#ff5a12;font-size:11px;font-weight:900;margin-bottom:28px}
.ai-process-grid h3{margin:0 0 10px;color:#071a3d;font-size:20px}
.ai-process-grid p{margin:0;color:#68758a;line-height:1.7;font-size:13px}
.ai-integration-section{padding:92px 0;background:#fff}
.ai-integration-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:65px;align-items:center}
.ai-section-label{display:block;color:#ff5a12;font-size:9px;font-weight:900;letter-spacing:.14em;margin-bottom:12px}
.ai-integration-grid h2,.ai-full-solution h2{margin:0 0 18px;color:#071a3d;font-size:clamp(34px,4.3vw,52px);line-height:1.05;letter-spacing:-.045em}
.ai-integration-grid p,.ai-full-solution p{margin:0;color:#68758a;font-size:14px;line-height:1.8}
.ai-chip-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ai-chip-grid span{padding:18px;border:1px solid #dfe6ef;border-radius:14px;background:#f9fbfd;color:#17335f;font-size:13px;font-weight:800;position:relative;padding-left:42px}
.ai-chip-grid span::before{content:"";position:absolute;left:18px;top:50%;width:8px;height:8px;border-radius:50%;background:#ff5a12;transform:translateY(-50%);box-shadow:0 0 0 5px rgba(255,90,18,.10)}
.ai-use-section{padding-top:88px!important}
.ai-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ai-use-grid article{padding:25px;border:1px solid #e1e7ef;border-radius:17px;background:#fff}
.ai-use-grid strong,.ai-use-grid span{display:block}
.ai-use-grid strong{font-size:16px;color:#071a3d;margin-bottom:9px}
.ai-use-grid span{font-size:13px;line-height:1.7;color:#68758a}
.ai-control-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ai-control-list span{padding:15px 17px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.055);font-size:12px;font-weight:800;color:#17335f}
.ai-control-list span::before{content:"✓";color:#ff7a3d;margin-right:9px;font-weight:900}
.ai-full-solution{padding:96px 0;background:#f6f8fb}
.ai-full-solution-grid{display:grid;grid-template-columns:1fr .8fr;gap:68px;align-items:center}
.ai-stack-card{padding:30px;border-radius:22px;background:#071a3d;box-shadow:0 24px 60px rgba(7,26,61,.16);display:grid;gap:6px}
.ai-stack-card span{font-size:8px;font-weight:900;letter-spacing:.13em;color:#ff7a3d}
.ai-stack-card b{font-size:14px;color:#fff;padding-bottom:5px}
.ai-stack-card i{font-style:normal;color:#6f87aa;font-size:18px;line-height:1}
.ai-final-cta .home-contact-box{align-items:center}
.ai-cta-copy{margin:10px 0 0;color:#aebdd3;max-width:720px;line-height:1.7;font-size:13px}

/* Formulário: detalhe de IA só aparece quando a opção correspondente é escolhida */
.ai-detail-field[hidden]{display:none!important}
.ai-detail-field.is-visible{display:flex!important}

/* Navegação comporta a nova entrada sem perder legibilidade */
@media(min-width:901px){.nav{gap:17px!important}.nav a{white-space:nowrap}.nav-whatsapp{margin-left:2px}}
@media(max-width:1150px) and (min-width:901px){.nav{gap:10px!important;font-size:11px!important}.nav-whatsapp{padding-left:12px!important;padding-right:12px!important}}

@media(max-width:1000px) and (min-width:701px){
  .services-hero-cards{grid-template-columns:repeat(2,1fr)}
  .home-services-preview .home-overview-grid{grid-template-columns:repeat(2,1fr)}
  .home-ai-preview-grid,.ai-integration-grid,.ai-full-solution-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .services-hero-cards{grid-template-columns:1fr}
  .home-services-preview .home-overview-grid{grid-template-columns:1fr}
  .home-ai-preview{padding:72px 0}
  .home-ai-preview-grid{padding:38px;border-radius:24px}
  .home-ai-preview-grid,.ai-integration-grid,.ai-full-solution-grid{grid-template-columns:1fr;gap:36px}
  .home-ai-preview-copy h2{font-size:36px}
  .home-ai-actions,.ai-hero-actions{flex-direction:column}
  .home-ai-actions .btn,.ai-hero-actions .btn{width:100%}
  .home-ai-preview-grid{padding:26px 20px;border-radius:20px}
  .home-ai-flow{grid-template-columns:1fr;grid-template-rows:none}
  .home-ai-flow article,.home-ai-flow article:nth-of-type(1),.home-ai-flow article:nth-of-type(2),.home-ai-flow article:nth-of-type(3),.home-ai-flow article:nth-of-type(4),.home-ai-flow i,.home-ai-flow i:nth-of-type(1),.home-ai-flow i:nth-of-type(2),.home-ai-flow i:nth-of-type(3){grid-column:1;grid-row:auto}
  .home-ai-flow i,.home-ai-flow i:nth-of-type(1),.home-ai-flow i:nth-of-type(2),.home-ai-flow i:nth-of-type(3){transform:rotate(90deg)}
  .ai-showcase-flow{display:grid;grid-template-columns:1fr;text-align:center}
  .ai-showcase-flow b{transform:rotate(90deg)}
  .ai-process-grid,.ai-use-grid,.ai-chip-grid,.ai-control-list{grid-template-columns:1fr}
  .ai-integration-section,.ai-full-solution{padding:72px 0}
  .ai-page-hero .site-page-copy h1{font-size:43px}
}

/* ==========================================================
   V33 — AGENTE COMERCIAL WEBDION
   Automação de qualificação e captação integrada ao CRM atual.
   ========================================================== */
.wd-agent{font-family:"Montserrat",sans-serif;position:relative;z-index:1400}
.wd-agent-trigger{position:fixed;left:16px;right:auto;bottom:20px;z-index:1401;display:flex;align-items:center;gap:10px;min-height:52px;max-width:220px;padding:7px 13px 7px 7px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:#071a3d;color:#fff;box-shadow:0 16px 42px rgba(4,17,45,.26);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.wd-agent-trigger:hover,.wd-agent-trigger:focus-visible{transform:translateY(-3px);box-shadow:0 20px 48px rgba(4,17,45,.33);border-color:rgba(255,85,24,.55);outline:0}
.wd-agent-trigger.is-open{border-color:#ff5518}
.wd-agent-trigger-mark{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;padding:5px;box-sizing:border-box;border-radius:11px;background:#fff;box-shadow:0 6px 17px rgba(0,0,0,.16)}
.wd-agent-trigger-mark img{display:block;width:100%;height:100%;object-fit:contain}
.wd-agent-trigger-text{display:flex;flex-direction:column;min-width:0;text-align:left;line-height:1.15}
.wd-agent-trigger-text strong{font-size:10.5px;font-weight:900;white-space:nowrap}
.wd-agent-trigger-text small{margin-top:4px;color:#9fb0ca;font-size:8px;font-weight:700;white-space:nowrap}
.wd-agent-live{display:block;flex:0 0 7px;width:7px;height:7px;border-radius:50%;background:#31d67b;box-shadow:0 0 0 4px rgba(49,214,123,.11)}
.wd-agent-notice{position:fixed;left:17px;right:auto;bottom:84px;z-index:1400;max-width:250px;padding:11px 13px;border-radius:11px;background:#fff;color:#071a3d;font-size:10px;font-weight:800;box-shadow:0 16px 40px rgba(7,26,61,.18);border:1px solid #e2e8f1;opacity:0;transform:translateY(6px);transition:.24s ease}
.wd-agent-notice::after{content:"";position:absolute;left:24px;right:auto;bottom:-6px;width:11px;height:11px;background:#fff;border-right:1px solid #e2e8f1;border-bottom:1px solid #e2e8f1;transform:rotate(45deg)}
.wd-agent-notice.is-visible{opacity:1;transform:translateY(0)}
.wd-agent-panel{position:fixed;left:16px;right:auto;bottom:84px;z-index:1402;width:min(390px,calc(100vw - 32px));height:min(610px,calc(100vh - 160px));border-radius:20px;background:#fff;border:1px solid rgba(7,26,61,.13);box-shadow:0 28px 80px rgba(3,13,34,.30);overflow:hidden;opacity:0;transform:translateY(12px) scale(.985);transform-origin:bottom left;transition:opacity .18s ease,transform .18s ease;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;color:#071a3d}
.wd-agent-panel.is-open{opacity:1;transform:translateY(0) scale(1)}
.wd-agent-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:14px 14px 13px;background:linear-gradient(135deg,#071a3d 0%,#0b2d67 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.wd-agent-avatar{display:grid;place-items:center;width:38px;height:38px;padding:5px;box-sizing:border-box;border-radius:11px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.18)}
.wd-agent-avatar img{display:block;width:100%;height:100%;object-fit:contain}
.wd-agent-head>div:nth-child(2){min-width:0}
.wd-agent-head strong{display:block;font-size:11.5px;font-weight:900}
.wd-agent-head span{display:flex;align-items:center;gap:6px;margin-top:4px;color:#aebdd3;font-size:8px;font-weight:700}
.wd-agent-head span i{width:6px;height:6px;border-radius:50%;background:#31d67b;box-shadow:0 0 0 3px rgba(49,214,123,.12)}
.wd-agent-reset,.wd-agent-close{display:grid;place-items:center;width:31px;height:31px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:rgba(255,255,255,.06);color:#fff;cursor:pointer;font-family:inherit;transition:.18s ease}
.wd-agent-reset{font-size:16px}.wd-agent-close{font-size:22px;line-height:1;font-weight:400}
.wd-agent-reset:hover,.wd-agent-close:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.24)}
.wd-agent-messages{min-height:0;overflow-y:auto;padding:16px 14px 8px;background:linear-gradient(180deg,#f8fafd 0%,#fff 72%);scrollbar-width:thin;scrollbar-color:#c9d4e3 transparent}
.wd-agent-row{display:flex;flex-direction:column;margin:0 0 12px;max-width:88%}
.wd-agent-row.is-user{margin-left:auto;align-items:flex-end}.wd-agent-row.is-bot{margin-right:auto;align-items:flex-start}
.wd-agent-bubble{padding:11px 12px;border-radius:14px;font-size:10.5px;line-height:1.62;font-weight:600;box-shadow:0 4px 13px rgba(7,26,61,.04)}
.wd-agent-row.is-bot .wd-agent-bubble{background:#fff;border:1px solid #e3e9f1;color:#304765;border-top-left-radius:5px}
.wd-agent-row.is-user .wd-agent-bubble{background:#071a3d;color:#fff;border:1px solid #071a3d;border-top-right-radius:5px}
.wd-agent-options{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;max-width:330px}
.wd-agent-option{border:1px solid #d9e1ec;border-radius:999px;background:#fff;color:#17335f;padding:8px 10px;font:800 8.5px "Montserrat",sans-serif;cursor:pointer;text-align:left;transition:.17s ease}
.wd-agent-option:hover,.wd-agent-option:focus-visible{border-color:#ff8b59;background:#fff6f1;color:#d74209;outline:0;transform:translateY(-1px)}
.wd-agent-typing{position:absolute;left:18px;bottom:75px;display:flex;gap:4px;align-items:center;padding:9px 11px;border:1px solid #e4eaf2;border-radius:12px 12px 12px 5px;background:#fff;box-shadow:0 5px 14px rgba(7,26,61,.06)}
.wd-agent-typing[hidden]{display:none!important}.wd-agent-typing span{width:5px;height:5px;border-radius:50%;background:#8ea0b9;animation:wdAgentTyping 1s infinite ease-in-out}.wd-agent-typing span:nth-child(2){animation-delay:.12s}.wd-agent-typing span:nth-child(3){animation-delay:.24s}
@keyframes wdAgentTyping{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}
.wd-agent-compose{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #e8edf3}
.wd-agent-input-shell{position:relative;min-width:0;height:42px}
.wd-agent-input{display:block;width:100%;min-width:0;height:42px;box-sizing:border-box;border:1px solid #dce4ee;border-radius:11px;background:#f8fafd;color:#071a3d;padding:0 12px;font:600 10.5px "Montserrat",sans-serif;outline:0;transition:.18s ease}
.wd-agent-input:focus{background:#fff;border-color:#91a7c5;box-shadow:0 0 0 3px rgba(7,26,61,.05)}
.wd-agent-compose.has-skip .wd-agent-input{padding-right:62px}
.wd-agent-skip{position:absolute;right:6px;top:50%;transform:translateY(-50%);height:30px;padding:0 10px;border:0;border-radius:8px;background:#eaf0f8;color:#17335f;font:800 8.5px "Montserrat",sans-serif;cursor:pointer;transition:.17s ease}
.wd-agent-skip:hover,.wd-agent-skip:focus-visible{background:#dfe8f4;color:#071a3d;outline:0}.wd-agent-skip[hidden]{display:none!important}.wd-agent-skip:disabled{opacity:.5;cursor:not-allowed}
.wd-agent-input:disabled{opacity:.65;cursor:not-allowed}.wd-agent-input::placeholder{color:#96a3b5}
.wd-agent-send{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:11px;background:#ff5518;color:#fff;cursor:pointer;box-shadow:0 7px 17px rgba(255,85,24,.22);transition:.18s ease}
.wd-agent-send:hover:not(:disabled){background:#e8490f;transform:translateY(-1px)}.wd-agent-send:disabled{opacity:.45;cursor:not-allowed}.wd-agent-send svg{width:19px;height:19px}
.wd-agent-privacy{padding:0 13px 10px;background:#fff;color:#8a98aa;font-size:7.5px;line-height:1.5;font-weight:600}.wd-agent-privacy a{color:#5a7193;text-decoration:underline;text-underline-offset:2px}

@media(max-width:700px){
  .wd-agent-trigger{left:13px;right:auto;bottom:14px;min-width:50px;min-height:50px;padding:6px;border-radius:15px;max-width:none}
  .wd-agent-trigger-mark{width:38px;height:38px}.wd-agent-trigger-text,.wd-agent-live{display:none}
  .wd-agent-notice{left:13px;right:auto;bottom:78px;max-width:230px}
  .wd-agent-panel{left:10px;right:auto;bottom:78px;width:calc(100vw - 20px);height:min(610px,calc(100dvh - 138px));border-radius:18px}
  .wd-agent-row{max-width:92%}.wd-agent-bubble{font-size:10px}.wd-agent-option{font-size:8px;padding:8px 9px}
}
@media(max-width:430px){
  .wd-agent-panel{left:8px;right:auto;width:calc(100vw - 16px);bottom:74px;height:min(590px,calc(100dvh - 130px))}
  .wd-agent-head{padding:12px}.wd-agent-messages{padding:14px 11px 7px}.wd-agent-compose{padding:9px 10px}.wd-agent-privacy{padding:0 11px 9px}
}
.wd-agent-panel[hidden],.wd-agent-notice[hidden]{display:none!important}

/* ==========================================================
   V34 — PÁGINA 404 WEBDION
   ========================================================== */
.page-404{background:#061633}
.wd-404-section{position:relative;min-height:calc(100vh - 82px);display:flex;align-items:center;overflow:hidden;background:linear-gradient(120deg,#04132d 0%,#071b3f 54%,#0b2d64 100%);padding:94px 0 104px;color:#fff}
.wd-404-grid-bg{position:absolute;inset:0;pointer-events:none;opacity:.34;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:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.82),transparent 86%)}
.wd-404-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(400px,.96fr);gap:74px;align-items:center}
.wd-404-copy{max-width:650px}
.wd-404-copy .eyebrow{display:inline-flex;margin-bottom:22px}
.wd-404-code{margin:0 0 -12px;color:#ff5a1f;font-size:18px;font-weight:900;letter-spacing:.16em}
.wd-404-copy h1{margin:0;color:#fff;font-size:64px;line-height:1.02;letter-spacing:-.045em;font-weight:900}
.wd-404-copy h1 span{color:#ff5a1f}
.wd-404-lead{max-width:650px;margin:25px 0 0;color:#aab9cf;font-size:16px;line-height:1.8;font-weight:500}
.wd-404-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}
.wd-404-actions .btn{min-width:176px}
.wd-404-actions .btn-outline{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.035);color:#fff}
.wd-404-actions .btn-outline:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.38)}
.wd-404-help{display:flex;gap:8px;align-items:center;margin-top:24px;color:#8195b3;font-size:12px;font-weight:600}
.wd-404-help a{color:#fff;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(255,90,31,.7)}
.wd-404-help a:hover{color:#ff7b4b}
.wd-404-visual{position:relative;display:grid;place-items:center;min-height:430px}
.wd-404-glow{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,92,31,.18) 0%,rgba(18,80,167,.13) 42%,transparent 70%);filter:blur(10px)}
.wd-404-window{position:relative;z-index:2;width:min(100%,520px);border:1px solid rgba(255,255,255,.12);border-radius:22px;overflow:hidden;background:#061633;box-shadow:0 38px 90px rgba(0,0,0,.32);transform:rotate(2deg)}
.wd-404-window-top{height:52px;display:flex;align-items:center;gap:7px;padding:0 17px;background:#0b2048;border-bottom:1px solid rgba(255,255,255,.07)}
.wd-404-window-top i{display:block;width:8px;height:8px;border-radius:50%;background:#ff6b37}
.wd-404-window-top i:nth-child(2){background:#ffc54d}.wd-404-window-top i:nth-child(3){background:#43d58a}
.wd-404-window-top span{margin-left:auto;color:#657a99;font-size:8px;font-weight:700}
.wd-404-window-body{min-height:345px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;text-align:center}
.wd-404-icon-wrap{display:grid;place-items:center;width:68px;height:68px;padding:13px;border-radius:20px;background:#fff;box-shadow:0 13px 34px rgba(0,0,0,.18)}
.wd-404-icon-wrap img{display:block;width:100%;height:100%;object-fit:contain}
.wd-404-window-body strong{margin-top:20px;color:#fff;font-size:76px;line-height:.95;font-weight:900;letter-spacing:-.05em}
.wd-404-window-body>span{margin-top:8px;color:#ff7040;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.wd-404-lines{width:70%;display:grid;gap:9px;margin-top:26px}
.wd-404-lines i{display:block;height:7px;border-radius:999px;background:rgba(255,255,255,.08)}
.wd-404-lines i:nth-child(2){width:78%;margin:auto}.wd-404-lines i:nth-child(3){width:56%;margin:auto}
.page-404 footer{position:relative}

@media(max-width:900px){
  .wd-404-section{padding:78px 0 90px}
  .wd-404-grid{grid-template-columns:1fr;gap:52px;text-align:center}
  .wd-404-copy{max-width:720px;margin:auto}
  .wd-404-lead{margin-left:auto;margin-right:auto}
  .wd-404-actions,.wd-404-help{justify-content:center}
  .wd-404-visual{min-height:340px}
  .wd-404-window{width:min(92%,520px)}
}
@media(max-width:600px){
  .wd-404-section{min-height:auto;padding:62px 0 72px}
  .wd-404-grid{gap:38px}
  .wd-404-code{font-size:15px;margin-bottom:-5px}
  .wd-404-copy h1{font-size:43px}
  .wd-404-lead{font-size:14px;line-height:1.72}
  .wd-404-actions{display:grid;grid-template-columns:1fr}
  .wd-404-actions .btn{width:100%;min-width:0}
  .wd-404-help{flex-wrap:wrap}
  .wd-404-visual{min-height:285px}
  .wd-404-window{border-radius:17px;transform:none}
  .wd-404-window-top{height:44px}
  .wd-404-window-body{min-height:250px;padding:27px 20px}
  .wd-404-icon-wrap{width:55px;height:55px;border-radius:16px;padding:10px}
  .wd-404-window-body strong{font-size:62px}
  .wd-404-window-body>span{font-size:10px}
}
