:root{
  --navy:#07142f;
  --navy-2:#020b1f;
  --blue:#0967e9;
  --blue-2:#08a2f7;
  --light:#f5f9ff;
  --text:#14213d;
  --muted:#64718a;
  --line:#dce8f5;
  --shadow:0 25px 70px rgba(7,36,94,.15);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,sans-serif;color:var(--text);line-height:1.65;background:#fff;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1220px,calc(100% - 40px));margin:auto}

.site-header{
  position:fixed;inset:0 0 auto;z-index:100;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
  box-shadow:0 10px 34px rgba(8,42,105,.08);
}
.nav-wrap{height:116px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{flex:0 0 auto}
.brand img{width:470px;height:92px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;gap:28px;white-space:nowrap;font-size:.94rem;font-weight:700;color:var(--navy)}
.main-nav>a:not(.client-button){position:relative;padding:46px 0 42px}
.main-nav>a:not(.client-button):after{
  content:"";position:absolute;left:0;right:0;bottom:25px;height:3px;border-radius:5px;
  background:linear-gradient(90deg,var(--blue),var(--blue-2));transform:scaleX(0);transition:.25s
}
.main-nav>a:hover:after,.main-nav>a.active:after{transform:scaleX(1)}
.client-button{
  min-height:54px;padding:0 24px;border-radius:10px;color:white;
  display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.02em;
  background:linear-gradient(135deg,var(--blue),#0b56ce);box-shadow:0 12px 25px rgba(9,103,233,.28)
}
.user-icon{font-size:.7rem}
.menu-toggle{display:none;width:45px;border:0;background:transparent}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:7px}

.hero{position:relative;min-height:860px;padding:185px 0 90px;overflow:hidden;background:
radial-gradient(circle at 85% 24%,rgba(8,162,247,.15),transparent 24%),
linear-gradient(180deg,#f7fbff,#fff)}
.hero-grid-bg{position:absolute;inset:0;background-image:
linear-gradient(rgba(9,103,233,.045) 1px,transparent 1px),
linear-gradient(90deg,rgba(9,103,233,.045) 1px,transparent 1px);
background-size:48px 48px;mask-image:linear-gradient(to right,transparent,#000 62%,transparent)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;gap:55px;align-items:center}
.eyebrow{display:inline-block;color:var(--blue);font-size:.75rem;font-weight:900;letter-spacing:.16em;margin-bottom:18px}
.eyebrow.light{color:#dff4ff}
.hero h1,.section-heading h2,.platform-copy h2,.faq-copy h2,.cta-box h2{
  font-family:Sora,sans-serif;color:var(--navy);letter-spacing:-.045em;line-height:1.04
}
.hero h1{font-size:clamp(2.8rem,5vw,5.3rem)}
.hero h1 strong{display:block;color:var(--blue)}
.hero-copy>p{font-size:1.08rem;color:var(--muted);max-width:700px;margin:26px 0 30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{min-height:56px;padding:0 28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;transition:.25s;border:1px solid transparent}
.btn:hover{transform:translateY(-3px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white;box-shadow:0 15px 35px rgba(9,103,233,.25)}
.btn-secondary{background:#fff;color:var(--blue);border-color:#bed9f8}
.btn-white{background:#fff;color:var(--blue)}
.full{width:100%}
.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:31px;font-size:.88rem;font-weight:750;color:var(--navy)}

.hero-visual{min-height:620px;position:relative}
.glow{position:absolute;border-radius:50%;filter:blur(10px)}
.glow-one{width:500px;height:500px;left:30px;top:25px;background:radial-gradient(circle,rgba(11,135,244,.18),transparent 65%)}
.glow-two{width:300px;height:300px;right:0;top:180px;background:radial-gradient(circle,rgba(9,103,233,.18),transparent 65%)}
.dashboard-window{
  position:absolute;left:0;top:65px;width:600px;height:425px;background:white;border-radius:26px;overflow:hidden;
  border:1px solid #e4eef8;box-shadow:var(--shadow);transform:perspective(1200px) rotateY(-4deg)
}
.window-bar{height:46px;background:#edf4fb;display:flex;align-items:center;gap:6px;padding:0 15px}
.window-bar>span{width:8px;height:8px;border-radius:50%;background:#b8cee4}
.address{margin:auto;padding:6px 15px;border-radius:9px;background:white;color:#8a9bb1;font-size:8px}
.dashboard-content{display:grid;grid-template-columns:68px 1fr;height:calc(100% - 46px)}
.sidebar,.screen-body aside{background:var(--navy);padding:16px;display:grid;justify-items:center;align-content:start;gap:18px}
.sidebar b,.screen-body aside b{color:white;font-size:24px}
.sidebar i,.screen-body aside i{width:28px;height:6px;border-radius:5px;background:rgba(255,255,255,.23)}
.dashboard-main{padding:22px}
.dashboard-title{display:flex;justify-content:space-between;align-items:center}
.dashboard-title>div{display:grid}
.dashboard-title small{font-size:8px;color:#8797ab}
.dashboard-title strong{font-size:14px;color:var(--navy)}
.dashboard-title button{border:0;background:var(--blue);color:white;border-radius:8px;padding:8px 12px;font-size:8px}
.dashboard-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
.dashboard-cards div{display:grid;padding:12px;border-radius:12px;background:#f2f7fc}
.dashboard-cards small{font-size:8px;color:#8494a8}
.dashboard-cards b{font-size:22px;color:var(--blue)}
.dashboard-cards em{font-size:7px;color:#159461;font-style:normal}
.map-area{height:220px;position:relative;overflow:hidden;border-radius:16px;background:#e5f0e8}
.road{position:absolute;height:7px;background:white;border:1px solid #d6e1da;border-radius:30px}
.road-a{width:360px;left:40px;top:90px;transform:rotate(-18deg)}
.road-b{width:290px;left:-25px;top:138px;transform:rotate(36deg)}
.road-c{width:260px;right:-40px;top:65px;transform:rotate(68deg)}
.map-pin{position:absolute;width:18px;height:18px;border:4px solid white;border-radius:50%;background:var(--blue)}
.pin-a{left:43%;top:44%}.pin-b{left:67%;top:67%}.pin-c{left:78%;top:24%}
.vehicle-card{position:absolute;left:50%;top:28%;display:grid;padding:8px 11px;border-radius:10px;background:white;box-shadow:0 8px 18px rgba(4,36,95,.12)}
.vehicle-card b{font-size:9px}.vehicle-card small{font-size:7px;color:#159461}
.phone{position:absolute;right:-10px;top:224px;width:197px;height:408px;padding:8px;border-radius:34px;background:var(--navy);box-shadow:0 28px 60px rgba(2,15,54,.30);transform:rotate(5deg)}
.notch{position:absolute;z-index:2;top:7px;left:50%;width:68px;height:16px;border-radius:0 0 13px 13px;background:var(--navy);transform:translateX(-50%)}
.phone-screen{height:100%;overflow:hidden;border-radius:26px;background:#f7fbff}
.phone-title{padding:28px 13px 14px;display:flex;justify-content:space-between}
.phone-title b{font-size:11px}.phone-title span{font-size:7px;color:#159461}
.phone-card{display:grid;margin:5px 12px;padding:13px;border-radius:16px;background:white;box-shadow:0 10px 25px rgba(5,42,103,.09)}
.phone-card>span{width:max-content;padding:3px 7px;border-radius:999px;background:#e5f8ef;color:#14905e;font-size:6px;font-weight:900}
.phone-card b{margin-top:8px;font-size:11px}.phone-card small{font-size:7px;color:#8b9bb0}
.phone-map{height:150px;margin-top:10px;position:relative;border-radius:11px;background:#e4f0e8}
.phone-map:before,.phone-map:after{content:"";position:absolute;height:7px;background:white;border:1px solid #d6e1da;border-radius:20px}
.phone-map:before{width:190px;top:70px;left:-30px;transform:rotate(-25deg)}
.phone-map:after{width:150px;top:95px;left:5px;transform:rotate(36deg)}
.phone-map i{position:absolute;z-index:2;left:55%;top:45%;width:17px;height:17px;border:4px solid white;border-radius:50%;background:var(--blue)}
.phone-menu{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:12px}
.phone-menu span{text-align:center;padding:10px 3px;border-radius:9px;background:white;color:var(--blue);font-size:7px}
.floating-card{position:absolute;z-index:4;display:grid;padding:13px 16px;border-radius:16px;background:rgba(255,255,255,.97);box-shadow:0 16px 38px rgba(5,42,103,.13)}
.floating-card b{font-size:11px}.floating-card small{font-size:8px;color:var(--muted)}
.card-one{left:-35px;top:460px}.card-two{right:-22px;top:65px}

.benefits-strip{
  position:relative;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border-top:1px solid #eef3f8;
  padding-bottom:10px;
}
.benefits-strip:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:10px;
  background:#07142f;
  border-radius:10px 10px 0 0;
}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:35px 0 36px}
.benefits-grid article{
  display:flex;
  align-items:center;
  gap:22px;
  min-height:92px;
  padding:0 34px;
  border-right:1px solid #d7e2ee;
}
.benefits-grid article:first-child{padding-left:8px}
.benefits-grid article:last-child{border:0;padding-right:8px}
.benefit-icon{
  flex:0 0 62px;
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  color:#0b6ff0;
}
.benefit-icon svg{
  width:58px;
  height:58px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.benefits-grid b{
  display:block;
  color:var(--navy);
  font-size:1rem;
  font-weight:800;
  line-height:1.3;
}
.benefits-grid p{
  color:#4f5f78;
  font-size:.9rem;
  line-height:1.65;
  margin-top:5px;
}

.section{padding:110px 0}
.section-heading{max-width:800px;margin:0 auto 55px;text-align:center}
.section-heading h2,.platform-copy h2,.faq-copy h2{font-size:clamp(2.25rem,4vw,3.7rem)}
.section-heading p,.platform-copy>p,.faq-copy>p{margin-top:16px;color:var(--muted);font-size:1.03rem}
.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.solution-card{min-height:292px;padding:34px;border:1px solid var(--line);border-radius:24px;background:#fff;transition:.3s}
.solution-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:transparent}
.solution-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:#eef7ff;color:var(--blue);font-size:1.3rem;font-weight:900;margin-bottom:24px}
.solution-card h3{font-family:Sora,sans-serif;font-size:1.25rem;color:var(--navy);margin-bottom:12px}
.solution-card p{color:var(--muted)}
.solution-card.highlighted{display:flex;flex-direction:column;justify-content:center;color:white;border:0;background:linear-gradient(145deg,var(--blue),var(--blue-2))}
.solution-card.highlighted h3,.solution-card.highlighted a{color:white}.solution-card.highlighted p{color:#eaf7ff}.solution-card.highlighted a{margin-top:24px;font-weight:850}

.platform-section{background:#f7fbff}
.platform-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:85px;align-items:center}
.platform-art{min-height:560px;position:relative}
.shape{position:absolute;width:470px;height:470px;left:25px;top:45px;border-radius:45% 55% 55% 45%;background:linear-gradient(135deg,var(--blue),var(--blue-2))}
.screen-mockup{position:absolute;width:550px;height:365px;left:0;top:90px;border-radius:24px;background:white;box-shadow:var(--shadow);overflow:hidden;transform:rotate(-2deg)}
.screen-top{height:42px;background:#eaf2fa;display:flex;align-items:center;gap:6px;padding:0 15px}
.screen-top i{width:8px;height:8px;border-radius:50%;background:#bdd2e6}.screen-top b{margin-left:auto;color:var(--blue);font-size:10px}
.screen-body{display:grid;grid-template-columns:62px 1fr;height:calc(100% - 42px)}
.screen-main{padding:24px}
.screen-title{display:flex;justify-content:space-between}.screen-title div{display:grid}
.screen-title small{font-size:8px;color:#8d9db1}.screen-title b{font-size:14px}.screen-title>span{width:90px;height:10px;border-radius:6px;background:#e3edf7}
.screen-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
.screen-stats div{display:grid;padding:12px;border-radius:12px;background:#f2f7fc}.screen-stats small{font-size:8px;color:#8999ad}.screen-stats b{font-size:21px;color:var(--blue)}
.chart{height:165px;display:flex;align-items:end;gap:13px;padding:20px 18px 10px;border-radius:15px;background:linear-gradient(#eaf1f8 1px,transparent 1px);background-size:100% 34px}
.chart i{flex:1;border-radius:6px 6px 0 0;background:linear-gradient(180deg,var(--blue-2),var(--blue))}
.white-label-card{position:absolute;right:-20px;bottom:35px;width:225px;display:grid;padding:24px;border-radius:21px;background:#fff;box-shadow:var(--shadow)}
.white-label-card span{font-size:.68rem;font-weight:900;letter-spacing:.12em;color:var(--blue)}.white-label-card b{margin:7px 0}.white-label-card small{color:var(--muted)}
.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}
.features-grid div{display:grid;grid-template-columns:30px 1fr;align-content:start;padding:18px;border-radius:17px;background:white;border:1px solid var(--line)}
.features-grid span{grid-row:1/3;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#eef7ff;color:var(--blue);font-weight:900}
.features-grid b{font-size:.92rem}.features-grid small{grid-column:2;color:var(--muted);font-size:.78rem}

.integrations{background:#fff}
.integration-panel{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;padding:28px;border-radius:24px;background:linear-gradient(135deg,var(--navy),#0a2e6c);box-shadow:var(--shadow)}
.integration-panel span{display:grid;place-items:center;min-height:90px;padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:16px;color:white;font-weight:900;letter-spacing:.05em;background:rgba(255,255,255,.04)}

.pricing{background:#fff}
.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.price-card{position:relative;padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff}
.price-card.featured{border:2px solid var(--blue);box-shadow:var(--shadow);transform:translateY(-10px)}
.plan-name{color:var(--blue);font-size:.72rem;font-weight:900;letter-spacing:.13em}
.price-card h3{font-family:Sora,sans-serif;font-size:2rem;color:var(--navy);margin:14px 0}.price-card h3 span{font-size:.8rem;color:var(--muted)}
.price-card p{min-height:52px;color:var(--muted);margin-bottom:20px}
.price-card ul{list-style:none;display:grid;gap:12px;margin-top:24px;color:var(--muted);font-size:.9rem}
.price-card li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:8px}
.popular{position:absolute;right:18px;top:-13px;padding:6px 11px;border-radius:999px;background:var(--blue);color:white;font-size:.65rem;font-weight:900}

.faq{background:#f7fbff}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px}
.accordion{display:grid;gap:12px}
.faq-item{border:1px solid var(--line);border-radius:17px;background:#fff;overflow:hidden}
.faq-item button{width:100%;border:0;background:transparent;padding:21px 23px;display:flex;justify-content:space-between;text-align:left;font-weight:800;color:var(--navy);cursor:pointer}
.faq-item button span{font-size:1.4rem;color:var(--blue);transition:.2s}.faq-item>div{max-height:0;overflow:hidden;transition:.3s}
.faq-item p{padding:0 23px 22px;color:var(--muted)}.faq-item.active>div{max-height:180px}.faq-item.active button span{transform:rotate(45deg)}

.contact-cta{padding:80px 0;background:#f7fbff}
.cta-box{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:55px;border-radius:30px;background:linear-gradient(125deg,var(--blue),var(--blue-2));color:white;box-shadow:0 28px 70px rgba(9,103,233,.27)}
.cta-box h2{font-size:clamp(2.2rem,4vw,3.5rem);color:white;max-width:730px}.cta-box p{color:#eaf7ff}
.cta-actions{display:grid;gap:12px;min-width:300px;text-align:center}.cta-actions>a:last-child{color:white}

.footer{position:relative;overflow:hidden;padding:74px 0 30px;background:radial-gradient(circle at 82% 25%,rgba(7,103,230,.15),transparent 24%),linear-gradient(180deg,#07162f,#020b1f);color:#dce7fa}
.footer:before{content:"";position:absolute;inset:0;background-image:
radial-gradient(circle at 15% 72%,rgba(19,130,255,.85) 0 1px,transparent 2px),
radial-gradient(circle at 20% 78%,rgba(19,130,255,.8) 0 1px,transparent 2px),
radial-gradient(circle at 76% 38%,rgba(19,130,255,.8) 0 1px,transparent 2px),
radial-gradient(circle at 84% 48%,rgba(19,130,255,.85) 0 1px,transparent 2px);
background-size:180px 180px;opacity:.45}
.footer-network{position:absolute;border:1px solid rgba(17,129,255,.28);border-radius:50%}
.network-left{width:520px;height:520px;left:-240px;bottom:-250px}
.network-right{width:620px;height:620px;right:-310px;top:65px}
.footer-top{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr 1fr 1fr 1.2fr;gap:0;padding-bottom:45px;border-bottom:1px solid rgba(255,255,255,.18)}
.footer-top>section{padding:0 34px;border-right:1px solid rgba(255,255,255,.2)}
.footer-top>section:first-child{padding-left:0}.footer-top>section:last-child{padding-right:0;border:0}
.footer-brand img{width:350px;height:108px;object-fit:contain;object-position:left center;border-radius:14px;padding:4px}
.footer-brand p,.footer-column p,.footer-client p{margin-top:20px}
.footer-heading{display:flex;align-items:center;gap:12px;margin-bottom:22px}.footer-heading span{color:#1480ff;font-size:1.45rem}.footer-heading b{color:#fff}
.footer-column{display:flex;flex-direction:column;align-items:flex-start}.footer-column strong{color:#fff}.footer-column a{margin-top:14px;color:#fff}.footer-column p{margin-top:14px}
.footer-client-button{margin-top:22px;min-height:58px;padding:0 28px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;font-weight:850;color:white;background:linear-gradient(135deg,var(--blue),#0b56ce);box-shadow:0 13px 30px rgba(9,103,233,.25)}
.footer-client-button span{font-size:1.8rem}
.footer-bottom{position:relative;z-index:2;text-align:center;padding-top:26px}
.socials{display:flex;justify-content:center;gap:18px;margin-bottom:22px}.socials a{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:white;font-size:1.25rem;font-weight:800;transition:.25s}
.socials a:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-3px)}
.footer-bottom h3{font-family:Sora,sans-serif;color:#1680ff;letter-spacing:.04em}.company-id{margin-top:6px}
.legal-links{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-top:20px}.legal-links i{width:1px;height:20px;background:rgba(255,255,255,.35)}
.copyright{margin-top:18px;color:#b8c7dc}

.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:120;display:flex;align-items:center;gap:14px;padding:8px 8px 8px 18px;border:1px solid rgba(255,255,255,.28);border-radius:16px;background:rgba(5,16,39,.92);color:white;box-shadow:0 14px 35px rgba(0,0,0,.25)}
.whatsapp-float span{font-size:.88rem;line-height:1.25;text-align:right}.whatsapp-float b{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:#25d366;font-size:1.6rem}

.reveal{opacity:0;transform:translateY(26px);transition:.7s}.reveal.visible{opacity:1;transform:none}

@media(max-width:1180px){
  .brand img{width:360px}
  .main-nav{gap:19px;font-size:.88rem}
  .client-button{padding:0 18px}
  .benefits-grid{grid-template-columns:repeat(2,1fr);gap:22px}
  .benefits-grid article{border:0;padding:0}
}
@media(max-width:1020px){
  .menu-toggle{display:block}
  .main-nav{position:fixed;top:96px;left:20px;right:20px;display:flex;flex-direction:column;align-items:stretch;gap:4px;background:white;padding:20px;border-radius:18px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-15px);transition:.25s;white-space:normal}
  .main-nav.open{opacity:1;pointer-events:auto;transform:none}
  .main-nav>a:not(.client-button){padding:12px 4px}.main-nav>a:not(.client-button):after{display:none}
  .hero-grid,.platform-grid,.faq-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}.hero-actions,.hero-points{justify-content:center}
  .hero-visual,.platform-art{width:min(680px,100%);margin:auto}
  .solutions-grid{grid-template-columns:repeat(2,1fr)}
  .integration-panel{grid-template-columns:repeat(3,1fr)}
  .pricing-grid{grid-template-columns:repeat(2,1fr)}
  .price-card.featured{transform:none}
  .cta-box{flex-direction:column;text-align:center}
  .footer-top{grid-template-columns:repeat(2,1fr);gap:35px}
  .footer-top>section{padding:0;border:0}
}
@media(max-width:700px){
  .container{width:min(100% - 26px,1220px)}
  .nav-wrap{height:88px}.brand img{width:270px;height:70px}
  .hero{padding:128px 0 70px}.hero h1{font-size:2.75rem}
  .hero-visual{transform:scale(.78);transform-origin:top center;margin-bottom:-110px}
  .dashboard-window{left:50%;transform:translateX(-50%)}
  .phone{right:-70px}.card-one{left:-60px}.card-two{right:-50px}
  .benefits-grid{grid-template-columns:1fr;padding:26px 0}.benefits-grid article{padding:14px 0;border-right:0;border-bottom:1px solid #e8eef5}.benefits-grid article:last-child{border:0}.benefits-strip:after{height:8px}
  .section{padding:80px 0}
  .solutions-grid,.features-grid,.pricing-grid,.integration-panel{grid-template-columns:1fr}
  .platform-art{transform:scale(.76);transform-origin:top left;width:132%;margin-bottom:-110px}
  .cta-box{padding:38px 22px}.cta-actions{min-width:0;width:100%}
  .footer-top{grid-template-columns:1fr}.footer-brand img{width:100%;height:auto}
  .legal-links i{display:none}.legal-links{gap:12px 22px}
  .whatsapp-float span{display:none}.whatsapp-float{padding:6px}
}


/* ===== BARRA DE BENEFÍCIOS — VERSÃO DEFINITIVA ===== */
.benefits-strip{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  z-index:5 !important;
  width:100% !important;
  margin-top:116px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%) !important;
  border-top:1px solid #eef3f8 !important;
}
.benefits-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  width:min(1220px,calc(100% - 40px)) !important;
  margin:0 auto !important;
  padding:34px 0 30px !important;
}
.benefit-item{
  display:flex !important;
  visibility:visible !important;
  align-items:center !important;
  gap:20px !important;
  min-height:96px !important;
  padding:0 30px !important;
  border-right:1px solid #d8e2ec !important;
}
.benefit-item:first-child{padding-left:8px !important}
.benefit-item:last-child{padding-right:8px !important;border-right:0 !important}
.benefit-icon{
  display:grid !important;
  place-items:center !important;
  flex:0 0 64px !important;
  width:64px !important;
  height:64px !important;
  color:#0b6ff0 !important;
}
.benefit-icon svg{
  display:block !important;
  width:60px !important;
  height:60px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.6 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.benefit-item strong{
  display:block !important;
  color:#07142f !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.3 !important;
}
.benefit-item p{
  display:block !important;
  margin:6px 0 0 !important;
  color:#4f5f78 !important;
  font-size:14px !important;
  line-height:1.65 !important;
}
.benefits-dark-bar{
  display:block !important;
  width:100% !important;
  height:12px !important;
  background:#07142f !important;
  border-radius:12px 12px 0 0 !important;
}
.benefits-strip + main .hero,
.benefits-strip + .hero{
  padding-top:70px !important;
}
@media(max-width:1020px){
  .benefits-strip{margin-top:96px !important}
  .benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:22px !important}
  .benefit-item{border-right:0 !important;padding:10px 15px !important}
}
@media(max-width:700px){
  .benefits-strip{margin-top:88px !important}
  .benefits-grid{grid-template-columns:1fr !important;padding:18px 0 !important}
  .benefit-item{
    padding:16px 0 !important;
    border-bottom:1px solid #e1e9f2 !important;
  }
  .benefit-item:last-child{border-bottom:0 !important}
  .benefits-dark-bar{height:8px !important}
}


/* ===== AJUSTE FINAL: FAIXA ACIMA DO RODAPÉ ===== */
.benefits-strip{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  z-index:6 !important;
  width:100% !important;
  margin:0 !important;
  background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%) !important;
  border-top:1px solid #eef3f8 !important;
}
.benefits-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  width:min(1220px,calc(100% - 40px)) !important;
  margin:0 auto !important;
  padding:34px 0 30px !important;
}
.benefit-item{
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
  min-height:96px !important;
  padding:0 30px !important;
  border-right:1px solid #d8e2ec !important;
}
.benefit-item:first-child{padding-left:8px !important}
.benefit-item:last-child{padding-right:8px !important;border-right:0 !important}
.benefit-icon{
  display:grid !important;
  place-items:center !important;
  flex:0 0 64px !important;
  width:64px !important;
  height:64px !important;
  color:#0b6ff0 !important;
}
.benefit-icon svg{
  display:block !important;
  width:60px !important;
  height:60px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.6 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.benefit-item strong{
  display:block !important;
  color:#07142f !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.3 !important;
}
.benefit-item p{
  display:block !important;
  margin:6px 0 0 !important;
  color:#4f5f78 !important;
  font-size:14px !important;
  line-height:1.65 !important;
}
.benefits-dark-bar{
  display:block !important;
  width:100% !important;
  height:12px !important;
  background:#07142f !important;
}

/* ===== RODAPÉ TECNOLÓGICO ===== */
.footer{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate;
  background:
    radial-gradient(circle at 15% 25%,rgba(13,118,255,.18),transparent 28%),
    radial-gradient(circle at 85% 18%,rgba(0,173,255,.16),transparent 30%),
    linear-gradient(180deg,#071a3a 0%,#020b1f 100%) !important;
}
.footer-tech-bg{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
}
.footer-map{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.55;
}
.footer-map .map-lines path{
  fill:none;
  stroke:#1578ff;
  stroke-width:2;
  stroke-dasharray:10 16;
  filter:drop-shadow(0 0 5px rgba(21,120,255,.6));
  animation:footerRoute 18s linear infinite;
}
.footer-map .map-dots circle{
  fill:#27a8ff;
  filter:drop-shadow(0 0 8px rgba(39,168,255,.9));
  animation:footerPulse 2.8s ease-in-out infinite alternate;
}
.footer-map .map-dots circle:nth-child(3n){animation-delay:.5s}
.footer-map .map-dots circle:nth-child(4n){animation-delay:1s}
.footer-map .radar-rings circle{
  fill:none;
  stroke:#0a79ff;
  stroke-width:1.5;
  opacity:.25;
}
.footer:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:
    linear-gradient(rgba(70,150,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(70,150,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 85%);
}
.footer .container,
.footer .footer-top,
.footer .footer-bottom{
  position:relative !important;
  z-index:2 !important;
}
@keyframes footerRoute{
  to{stroke-dashoffset:-260}
}
@keyframes footerPulse{
  from{opacity:.35;transform:scale(.8);transform-origin:center}
  to{opacity:1;transform:scale(1.3);transform-origin:center}
}

@media(max-width:1020px){
  .benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:20px !important}
  .benefit-item{padding:12px 15px !important;border-right:0 !important}
}
@media(max-width:700px){
  .benefits-grid{grid-template-columns:1fr !important;padding:18px 0 !important}
  .benefit-item{
    padding:16px 0 !important;
    border-right:0 !important;
    border-bottom:1px solid #e1e9f2 !important;
  }
  .benefit-item:last-child{border-bottom:0 !important}
  .benefits-dark-bar{height:8px !important}
  .footer-map{opacity:.34}
}


/* ===== PÁGINAS LEGAIS ===== */
html{scroll-behavior:smooth}
.legal-page{background:#f5f8fc}
.legal-page .site-header{background:rgba(255,255,255,.96)}
.legal-page .main-nav a:not(.client-button){color:#344258}
.legal-page .main-nav a:hover{color:var(--blue)}
.legal-hero{
  position:relative;
  overflow:hidden;
  padding:180px 0 86px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 20%,rgba(34,152,255,.23),transparent 28%),
    radial-gradient(circle at 15% 70%,rgba(15,91,222,.24),transparent 30%),
    linear-gradient(135deg,#07142f 0%,#082b66 58%,#064db2 100%);
}
.legal-hero-grid{
  position:absolute;
  inset:0;
  opacity:.18;
  background-image:
    linear-gradient(rgba(125,190,255,.22) 1px,transparent 1px),
    linear-gradient(90deg,rgba(125,190,255,.22) 1px,transparent 1px);
  background-size:46px 46px;
  transform:perspective(500px) rotateX(55deg) scale(1.5);
  transform-origin:center bottom;
}
.legal-hero .container{position:relative;z-index:2}
.legal-back{
  display:inline-flex;
  align-items:center;
  margin-bottom:28px;
  color:#bcd7ff;
  font-weight:700;
}
.legal-back:hover{color:#fff}
.legal-hero .eyebrow{color:#72b7ff}
.legal-hero h1{
  max-width:850px;
  margin:12px 0 16px;
  font-family:"Sora",sans-serif;
  font-size:clamp(2.5rem,5vw,4.7rem);
  line-height:1.05;
  letter-spacing:-.05em;
}
.legal-hero > .container > p{
  max-width:780px;
  color:#d9e8ff;
  font-size:1.1rem;
  line-height:1.8;
}
.legal-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.legal-meta span{
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#e9f3ff;
  font-size:.82rem;
  font-weight:700;
  backdrop-filter:blur(8px);
}
.legal-content-section{padding:78px 0 110px}
.legal-layout{
  display:grid;
  grid-template-columns:285px minmax(0,1fr);
  gap:38px;
  align-items:start;
}
.legal-toc{
  position:sticky;
  top:130px;
  display:flex;
  flex-direction:column;
  padding:24px;
  border:1px solid #e0e9f4;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 40px rgba(17,48,92,.07);
}
.legal-toc b{
  margin-bottom:14px;
  color:#07142f;
  font-family:"Sora",sans-serif;
  font-size:1rem;
}
.legal-toc a{
  padding:10px 12px;
  border-left:2px solid #e0e8f3;
  color:#56657a;
  font-size:.86rem;
  line-height:1.35;
  transition:.2s ease;
}
.legal-toc a:hover{
  border-left-color:var(--blue);
  background:#f3f8ff;
  color:var(--blue);
}
.legal-document{min-width:0}
.legal-card{
  scroll-margin-top:130px;
  margin-bottom:22px;
  padding:34px 38px;
  border:1px solid #e0e9f4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 40px rgba(17,48,92,.055);
}
.legal-card h2{
  margin:0 0 18px;
  color:#07142f;
  font-family:"Sora",sans-serif;
  font-size:1.35rem;
  line-height:1.35;
}
.legal-card p{
  margin:0 0 14px;
  color:#526176;
  font-size:.98rem;
  line-height:1.85;
}
.legal-card p:last-child{margin-bottom:0}
.legal-card a{color:var(--blue);font-weight:700}
.legal-principles{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.legal-principles article{
  padding:19px;
  border:1px solid #e0e9f5;
  border-radius:15px;
  background:linear-gradient(145deg,#f9fbff,#f1f7ff);
}
.legal-principles b{
  display:block;
  margin-bottom:6px;
  color:#075fe0;
}
.legal-principles span{
  color:#58677b;
  font-size:.9rem;
  line-height:1.55;
}
.legal-notice{
  padding:26px 30px;
  border:1px solid #bcd8ff;
  border-left:5px solid var(--blue);
  border-radius:17px;
  background:#edf6ff;
}
.legal-notice b{display:block;margin-bottom:7px;color:#073778}
.legal-notice p{margin:0;color:#405873;line-height:1.7}
.legal-links .legal-active{color:#76b9ff;font-weight:800}

@media(max-width:900px){
  .legal-hero{padding:145px 0 70px}
  .legal-layout{grid-template-columns:1fr}
  .legal-toc{
    position:relative;
    top:auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .legal-toc b{grid-column:1/-1}
}
@media(max-width:620px){
  .legal-hero{padding:125px 0 58px}
  .legal-content-section{padding:45px 0 75px}
  .legal-toc{grid-template-columns:1fr;padding:18px}
  .legal-card{padding:25px 21px;border-radius:17px}
  .legal-principles{grid-template-columns:1fr}
}


/* ===== HERO COM CAPTURAS REAIS ===== */
.hero-real{
  min-height:620px;
  position:relative;
  overflow:visible;
}
.laptop-mockup{
  position:absolute;
  left:-10px;
  top:55px;
  width:690px;
  z-index:2;
  filter:drop-shadow(0 30px 35px rgba(3,22,62,.20));
  transform:perspective(1300px) rotateY(-2deg);
}
.laptop-screen{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  padding:12px 12px 16px;
  overflow:hidden;
  border:3px solid #172033;
  border-bottom-width:9px;
  border-radius:22px 22px 12px 12px;
  background:#080d18;
}
.laptop-screen:before{
  content:"";
  position:absolute;
  z-index:2;
  top:4px;
  left:50%;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#3f4a5e;
  transform:translateX(-50%);
}
.laptop-screen img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  border-radius:8px;
}
.laptop-base{
  position:relative;
  width:112%;
  height:20px;
  margin-left:-6%;
  border-radius:2px 2px 25px 25px;
  background:linear-gradient(180deg,#cfd4dc 0%,#7b8492 42%,#dfe3e8 100%);
  box-shadow:0 5px 8px rgba(4,18,45,.23);
}
.laptop-base:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-6px;
  width:90%;
  height:8px;
  border-radius:50%;
  background:rgba(10,24,52,.18);
  filter:blur(4px);
  transform:translateX(-50%);
}
.laptop-base span{
  position:absolute;
  left:50%;
  top:0;
  width:94px;
  height:7px;
  border-radius:0 0 10px 10px;
  background:#a7afb9;
  transform:translateX(-50%);
}
.real-phone-mockup{
  position:absolute;
  z-index:5;
  right:-10px;          /* antes -22px */
  top:120px;            /* sobe um pouco */
  width:250px;          /* antes 220px */
  height:535px;         /* mantém a proporção */
  padding:9px;
  overflow:hidden;
  border:2px solid #111827;
  border-radius:39px;
  background:#111827;
  box-shadow:0 30px 55px rgba(2,15,54,.32);
  transform:rotate(2deg);
}
.real-phone-screen{
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:30px;
  background:#f5f7fb;
}
.real-phone-screen img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.real-phone-speaker{
  position:absolute;
  z-index:3;
  top:15px;
  left:50%;
  width:68px;
  height:18px;
  border-radius:999px;
  background:#090d17;
  transform:translateX(-50%);
}
.hero-real-badge{
  position:absolute;
  z-index:7;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:195px;
  padding:13px 15px;
  border:1px solid rgba(192,216,246,.85);
  border-radius:15px;
  background:rgba(255,255,255,.97);
  box-shadow:0 18px 35px rgba(5,42,103,.14);
  backdrop-filter:blur(10px);
}
.hero-real-badge b{
  display:block;
  color:#07142f;
  font-size:11px;
  line-height:1.3;
}
.hero-real-badge small{
  display:block;
  margin-top:2px;
  color:#64718a;
  font-size:8px;
}
.hero-real-badge span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#0967e9,#08a2f7);
  font-weight:900;
}
.hero-real-badge i{
  width:12px;
  height:12px;
  flex:0 0 12px;
  border:3px solid #dff8eb;
  border-radius:50%;
  background:#17aa69;
  box-shadow:0 0 0 5px rgba(23,170,105,.12);
}
.badge-white-label{
  left:-36px;
  bottom:78px;
}
.badge-online{
  right:35px;
  top:35px;
}
.hero-real .glow-one{
  left:40px;
  top:15px;
  width:540px;
  height:520px;
}
.hero-real .glow-two{
  right:-20px;
  top:150px;
}
@media(max-width:1180px){
  .laptop-mockup{left:0;width:620px}
  .real-phone-mockup{right:-35px;width:195px;height:420px}
}
@media(max-width:980px){
  .hero-real{
    width:min(760px,100%);
    min-height:610px;
    margin:0 auto;
    transform:none !important;
  }
  .laptop-mockup{
    left:50%;
    width:min(650px,88vw);
    transform:translateX(-50%);
  }
  .real-phone-mockup{
    right:2%;
    top:150px;
    width:185px;
    height:400px;
  }
  .badge-white-label{left:3%;bottom:60px}
  .badge-online{right:6%;top:25px}
}
@media(max-width:650px){
  .hero-real{min-height:470px;margin-top:20px}
  .laptop-mockup{
    top:35px;
    width:94vw;
  }
  .real-phone-mockup{
    right:0;
    top:115px;
    width:126px;
    height:272px;
    padding:6px;
    border-radius:27px;
  }
  .real-phone-screen{border-radius:21px}
  .real-phone-speaker{top:10px;width:46px;height:12px}
  .hero-real-badge{min-width:0;padding:9px 10px}
  .hero-real-badge small{display:none}
  .badge-white-label{left:0;bottom:30px}
  .badge-online{right:0;top:12px}
}


/* ===== AJUSTE FINAL DO HERO ===== */
.laptop-screen{
  background:#eef2f7 !important;
}
.laptop-screen img{
  object-fit:contain !important;
  object-position:center center !important;
  background:#eef2f7;
}

/* App mais próximo do notebook, sem cobrir o painel */
.real-phone-mockup{
  right:-4px !important;
  top:132px !important;
  transform:rotate(7deg) !important;
  transform-origin:center bottom !important;
}

/* Ajustes responsivos */
@media(max-width:1180px){
  .real-phone-mockup{
    right:-8px !important;
    transform:rotate(7deg) !important;
  }
}
@media(max-width:980px){
  .real-phone-mockup{
    right:1% !important;
    transform:rotate(6deg) !important;
  }
}
@media(max-width:650px){
  .real-phone-mockup{
    right:0 !important;
    transform:rotate(5deg) !important;
  }
}


/* ===== HERO FINAL — NOTEBOOK E APP SEM SOBREPOSIÇÃO ===== */
@media(min-width:981px){
  .hero-grid{
    grid-template-columns:.86fr 1.14fr !important;
    gap:30px !important;
  }

  .hero-real{
    min-height:515px !important;
    overflow:visible !important;
  }

  .laptop-mockup{
    left:0 !important;
    top:70px !important;
    width:625px !important;
    transform:none !important;
    z-index:2 !important;
  }

  /* Mesma proporção da captura enviada: 1856 x 826 */
  .laptop-screen{
    aspect-ratio:1856 / 826 !important;
    width:100% !important;
    padding:8px !important;
    border:3px solid #172033 !important;
    border-bottom-width:8px !important;
    border-radius:20px 20px 10px 10px !important;
    background:#172033 !important;
    overflow:hidden !important;
  }

  .laptop-screen img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    border-radius:7px !important;
    background:transparent !important;
  }

  .laptop-base{
    width:110% !important;
    margin-left:-5% !important;
  }

  /* App ao lado direito, sem tapar a plataforma */
  .real-phone-mockup{
    left:650px !important;
    right:auto !important;
    top:96px !important;
    width:176px !important;
    height:386px !important;
    transform:rotate(8deg) !important;
    transform-origin:center bottom !important;
    z-index:5 !important;
  }

  .badge-online{
    right:10px !important;
    top:12px !important;
  }

  .badge-white-label{
    left:-12px !important;
    bottom:20px !important;
  }
}

@media(min-width:981px) and (max-width:1180px){
  .laptop-mockup{
    width:560px !important;
  }

  .real-phone-mockup{
    left:580px !important;
    width:160px !important;
    height:350px !important;
    top:102px !important;
  }
}

@media(max-width:980px){
  .hero-real{
    overflow:visible !important;
  }

  .laptop-screen{
    aspect-ratio:1856 / 826 !important;
    padding:7px !important;
    background:#172033 !important;
  }

  .laptop-screen img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center !important;
    background:transparent !important;
  }

  .real-phone-mockup{
    right:-8px !important;
    left:auto !important;
    top:140px !important;
    width:175px !important;
    height:380px !important;
    transform:rotate(7deg) !important;
  }
}

@media(max-width:650px){
  .real-phone-mockup{
    right:-4px !important;
    top:115px !important;
    width:124px !important;
    height:270px !important;
    transform:rotate(6deg) !important;
  }
}

.screen-placeholder{
width:100%;height:100%;
display:flex;align-items:center;justify-content:center;
font:700 22px Inter,sans-serif;
letter-spacing:2px;
color:#8a95a8;
background:
linear-gradient(135deg,#eef2f7,#dfe6ef);
border-radius:inherit;
border:2px dashed #b8c4d3;
}
.phone-placeholder{font-size:18px}
@media(min-width:981px){
.real-phone-mockup{
left:615px!important;
top:108px!important;
right:auto!important;
transform:rotate(8deg)!important;
}
}

/* Laptop maior */
@media(min-width:981px){
.hero-grid{
  grid-template-columns:.82fr 1.18fr!important;
}
.hero-real{
  min-height:640px!important;
}
.laptop-mockup{
  width:760px!important;
  left:-20px!important;
  top:35px!important;
}
.real-phone-mockup{
  left:700px!important;
  top:120px!important;
}
}


/* ===== TAMANHO FINAL DOS MOCKUPS VAZIOS ===== */
.screen-placeholder{
  width:100%;
  height:100%;
  display:block;
  border:0;
  border-radius:inherit;
  background:#ffffff;
}

/* Proporção mais alta, semelhante ao mockup aprovado */
@media(min-width:981px){
  .hero-grid{
    grid-template-columns:.88fr 1.12fr !important;
    gap:34px !important;
  }

  .hero-real{
    min-height:600px !important;
    overflow:visible !important;
  }

  .laptop-mockup{
    left:20px !important;
    top:35px !important;
    width:690px !important;
    transform:none !important;
    z-index:2 !important;
  }

  .laptop-screen{
    width:100% !important;
    aspect-ratio:16 / 10 !important;
    padding:9px !important;
    border:4px solid #141b28 !important;
    border-bottom-width:10px !important;
    border-radius:24px 24px 12px 12px !important;
    background:#141b28 !important;
    overflow:hidden !important;
  }

  .laptop-base{
    width:112% !important;
    height:23px !important;
    margin-left:-6% !important;
    border-radius:2px 2px 28px 28px !important;
  }

  .real-phone-mockup{
    left:640px !important;
    right:auto !important;
    top:128px !important;
    width:185px !important;
    height:400px !important;
    padding:8px !important;
    transform:rotate(7deg) !important;
    transform-origin:center bottom !important;
    z-index:5 !important;
  }

  .real-phone-screen{
    border-radius:28px !important;
  }

  .badge-online{
    right:5px !important;
    top:18px !important;
  }

  .badge-white-label{
    left:10px !important;
    bottom:26px !important;
  }
}

@media(min-width:981px) and (max-width:1180px){
  .laptop-mockup{
    left:0 !important;
    width:620px !important;
  }

  .real-phone-mockup{
    left:570px !important;
    width:170px !important;
    height:368px !important;
    top:132px !important;
  }
}

@media(max-width:980px){
  .hero-real{
    min-height:560px !important;
    overflow:visible !important;
  }

  .laptop-mockup{
    left:50% !important;
    top:40px !important;
    width:min(700px,90vw) !important;
    transform:translateX(-50%) !important;
  }

  .laptop-screen{
    aspect-ratio:16 / 10 !important;
  }

  .real-phone-mockup{
    right:1% !important;
    left:auto !important;
    top:150px !important;
    width:175px !important;
    height:380px !important;
    transform:rotate(7deg) !important;
  }
}

@media(max-width:650px){
  .hero-real{
    min-height:450px !important;
  }

  .laptop-mockup{
    top:35px !important;
    width:94vw !important;
  }

  .real-phone-mockup{
    right:-2px !important;
    top:115px !important;
    width:125px !important;
    height:272px !important;
    transform:rotate(6deg) !important;
  }
}


/* =========================================================
   VERSÃO FINAL PARA TESTE
   ========================================================= */

.screen-placeholder{
  width:100% !important;
  height:100% !important;
  display:block !important;
  border:0 !important;
  border-radius:inherit !important;
  background:#fff !important;
}

/* Desktop */
@media(min-width:981px){
  .hero-grid{
    grid-template-columns:.88fr 1.12fr !important;
    gap:34px !important;
  }

  .hero-real{
    min-height:620px !important;
    overflow:visible !important;
  }

  .laptop-mockup{
    left:20px !important;
    top:58px !important;
    width:690px !important;
    transform:none !important;
    z-index:2 !important;
  }

  .laptop-screen{
    width:100% !important;
    aspect-ratio:16 / 10 !important;
    padding:9px !important;
    overflow:hidden !important;
    border:4px solid #141b28 !important;
    border-bottom-width:10px !important;
    border-radius:24px 24px 12px 12px !important;
    background:#141b28 !important;
  }

  .laptop-base{
    width:112% !important;
    height:23px !important;
    margin-left:-6% !important;
    border-radius:2px 2px 28px 28px !important;
  }

  .real-phone-mockup{
    left:640px !important;
    right:auto !important;
    top:150px !important;
    width:185px !important;
    height:400px !important;
    padding:8px !important;
    transform:rotate(7deg) !important;
    transform-origin:center bottom !important;
    z-index:5 !important;
  }

  .real-phone-screen{
    border-radius:28px !important;
  }

  /* Acima do notebook, sem ocupar a área da tela */
  .badge-online{
    left:445px !important;
    right:auto !important;
    top:0 !important;
    z-index:8 !important;
  }

  .badge-white-label{
    left:12px !important;
    bottom:20px !important;
    z-index:8 !important;
  }
}

/* Notebook menor */
@media(min-width:981px) and (max-width:1180px){
  .laptop-mockup{
    left:0 !important;
    width:620px !important;
  }

  .real-phone-mockup{
    left:570px !important;
    top:152px !important;
    width:170px !important;
    height:368px !important;
  }

  .badge-online{
    left:375px !important;
  }
}

/* Tablet */
@media(max-width:980px){
  .hero-real{
    min-height:590px !important;
    overflow:visible !important;
  }

  .laptop-mockup{
    left:50% !important;
    top:70px !important;
    width:min(700px,90vw) !important;
    transform:translateX(-50%) !important;
  }

  .laptop-screen{
    aspect-ratio:16 / 10 !important;
  }

  .real-phone-mockup{
    right:1% !important;
    left:auto !important;
    top:175px !important;
    width:175px !important;
    height:380px !important;
    transform:rotate(7deg) !important;
  }

  .badge-online{
    top:8px !important;
    right:7% !important;
    left:auto !important;
  }
}

/* Celular */
@media(max-width:650px){
  .hero-real{
    min-height:475px !important;
  }

  .laptop-mockup{
    top:62px !important;
    width:94vw !important;
  }

  .real-phone-mockup{
    right:-2px !important;
    top:145px !important;
    width:125px !important;
    height:272px !important;
    transform:rotate(6deg) !important;
  }

  .badge-online{
    top:5px !important;
    right:0 !important;
    padding:9px 10px !important;
  }

  .badge-online small{
    display:none !important;
  }
}
