:root{--blue:#063ce8;--navy:#00124f;--deep:#020d43;--cyan:#2489ff;--green:#12c443;--white:#fff;--ink:#080f29;--muted:#5a6481;--container:1140px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Manrope",Arial,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.site-header{height:82px;background:rgba(255,255,255,.97);position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(0,20,80,.08)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:128px;height:58px;object-fit:contain}
.rocket-route{position:relative;height:54px;flex:1;max-width:570px;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;color:var(--blue)}
.rocket-message{position:absolute;left:12px;top:6px;font-size:11px;font-weight:800;letter-spacing:.03em;color:#536080}
.rocket-trail{position:absolute;left:12px;right:18px;top:35px;border-top:2px dashed rgba(6,60,232,.22)}
.rocket{position:absolute;top:19px;left:8px;width:27px;height:27px;color:var(--blue);fill:#eef4ff;filter:drop-shadow(0 3px 4px rgba(6,60,232,.2));animation:rocket-flight 4.5s ease-in-out infinite}
.rocket-flame{transform-origin:17px 33px;animation:flame-flicker .16s ease-in-out infinite alternate}
.rocket .flame-outer{fill:#ff6a00;stroke:none;filter:drop-shadow(0 0 4px rgba(255,83,0,.9))}
.rocket .flame-inner{fill:#ffd43b;stroke:none;filter:drop-shadow(0 0 3px rgba(255,213,59,.95))}
.rocket-route::before,.rocket-route::after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#ff9a24;top:41px;left:18px;opacity:0;box-shadow:-7px 4px 0 #ffd43b;animation:rocket-sparks 4.5s ease-in-out infinite}
.rocket-route::after{animation-delay:.12s;transform:translateY(-5px) scale(.7)}
.route-arrow{position:absolute;right:2px;top:19px;font-size:28px;font-weight:800;line-height:1;color:#12bd43;animation:arrow-glow 1.2s ease-in-out infinite}
@keyframes rocket-flight{
  0%{left:8px;transform:translateY(3px) rotate(43deg);opacity:0}
  10%{opacity:1}
  45%{transform:translateY(-3px) rotate(43deg)}
  88%{left:calc(100% - 48px);transform:translateY(2px) rotate(43deg);opacity:1}
  100%{left:calc(100% - 48px);transform:translateY(2px) rotate(43deg);opacity:0}
}
@keyframes arrow-glow{50%{transform:translateX(3px);opacity:.5}}
@keyframes flame-flicker{
  from{transform:scale(.82) rotate(-3deg);opacity:.8}
  to{transform:scale(1.2) rotate(4deg);opacity:1}
}
@keyframes rocket-sparks{
  0%,8%,100%{left:12px;opacity:0}
  12%{opacity:1}
  45%{transform:translate(-8px,5px) scale(.7);opacity:.75}
  88%{left:calc(100% - 58px);transform:translate(-13px,7px) scale(.35);opacity:.5}
  94%{left:calc(100% - 58px);opacity:0}
}
.btn{min-height:48px;padding:0 24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:14px;transition:transform .2s,box-shadow .2s,background .2s}
.btn:hover{transform:translateY(-2px)}
.btn-whatsapp{background:linear-gradient(180deg,#18d449,#08a935);color:#fff;box-shadow:0 7px 18px rgba(0,169,50,.23)}
.btn-whatsapp svg{width:23px;stroke:none;fill:currentColor}
.btn-whatsapp{animation:whatsapp-pulse 2.2s ease-in-out infinite}
.btn-whatsapp:hover{animation-play-state:paused;box-shadow:0 9px 25px rgba(0,207,62,.42)}
@keyframes whatsapp-pulse{
  0%,100%{transform:scale(1);box-shadow:0 7px 18px rgba(0,169,50,.23),0 0 0 0 rgba(18,196,67,.35)}
  50%{transform:scale(1.035);box-shadow:0 10px 24px rgba(0,169,50,.35),0 0 0 9px rgba(18,196,67,0)}
}
@media(prefers-reduced-motion:reduce){.btn-whatsapp,.rocket,.route-arrow,.rocket-flame,.rocket-route::before,.rocket-route::after{animation:none}.rocket{left:calc(100% - 48px);opacity:1}}
.header-cta{min-height:43px;padding:0 18px;margin-left:18px;font-size:13px}
.menu-toggle{display:none;border:0;background:transparent;padding:6px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px}
.hero{min-height:565px;position:relative;background:url("hero-familia.png") center center/cover no-repeat;color:#fff;display:flex;align-items:center;overflow:hidden}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,11,38,.88) 0%,rgba(2,12,42,.65) 45%,rgba(2,10,35,.32) 100%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:center;padding-block:70px}
.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#238dff;font-size:12px;font-weight:800}
.eyebrow.light{color:#72afff}
.hero h1{font-size:54px;line-height:1.03;letter-spacing:-.045em;margin:10px 0 15px;max-width:560px;text-shadow:0 3px 15px rgba(0,0,0,.32)}
.hero h1 em,.section-heading h2 em{font-style:normal;color:#2586ff}
.hero-copy>p{font-size:16px;line-height:1.65;max-width:535px;margin:0 0 25px}
.hero-actions{display:flex;gap:14px}.btn-outline{border:1px solid rgba(255,255,255,.8);color:#fff;background:rgba(0,14,58,.23)}
.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;align-self:end;margin-top:140px}
.hero-features article{text-align:center}.hero-features h3{font-size:14px;margin:12px 0 7px}.hero-features p{font-size:12px;line-height:1.55;margin:0;color:#e7ebf8}
.icon-circle{width:68px;height:68px;margin:auto;border-radius:50%;display:grid;place-items:center;background:rgba(0,51,145,.62);box-shadow:0 0 0 1px rgba(63,143,255,.25),0 10px 30px rgba(0,0,0,.18)}
.icon-circle svg{width:35px;color:#70b7ff}
.section{padding:50px 0}.testimonials{color:#fff;background:radial-gradient(circle at 50% 28%,#1635c7 0,#061b91 42%,#001064 100%)}
.section-heading h2{font-size:30px;line-height:1.08;letter-spacing:-.03em;margin:8px 0}.centered{text-align:center}.inverse h2{color:#fff}
.rating{font-size:12px;display:flex;gap:7px;align-items:center;justify-content:center}.rating span,.stars{color:#ffe900;letter-spacing:1px}.google-g{font-size:17px;color:#fff;background:conic-gradient(#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.quote-card{min-height:175px;padding:20px 24px;border:1px solid rgba(133,179,255,.32);border-radius:13px;background:linear-gradient(145deg,rgba(20,61,184,.55),rgba(16,24,117,.52));box-shadow:inset 0 1px rgba(255,255,255,.05)}
.quote-mark{display:block;color:#258cff;font-size:38px;font-weight:800;line-height:.7}.quote-card p{font-size:12px;line-height:1.4;min-height:50px;margin:8px 0}.quote-card .stars{font-size:12px}.quote-card strong,.quote-card small{display:block}.quote-card strong{font-size:12px;margin-top:4px}.quote-card small{font-size:10px;color:#4da4ff;margin-top:3px}
.benefits{padding-block:34px;background:linear-gradient(120deg,#fff,#f3f6fb 50%,#fff)}.section-heading h2{color:#111}.section-heading.inverse h2{color:#fff}
.plan-banner{min-height:110px;border-radius:13px;background:linear-gradient(110deg,#081bb8,#0345f4);color:#fff;display:grid;grid-template-columns:220px 1fr auto;align-items:center;padding:15px 65px 15px 25px;overflow:hidden}
.plan-banner h2{font-size:23px;margin:0}.plan-banner p{font-size:13px;margin:2px 0 0}.router-art{width:160px;height:78px;position:relative;margin:auto}.router{position:absolute;left:12px;right:12px;bottom:3px;height:30px;border-radius:5px 5px 10px 10px;background:linear-gradient(#173c65,#061b31);box-shadow:0 12px 18px rgba(0,0,0,.25)}.router i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#24eb4e;margin:14px 2px 0}.router i:first-child{margin-left:60px}.antenna{position:absolute;width:5px;height:58px;bottom:25px;background:#112b46;border:1px solid #091728;border-radius:5px}.antenna.left{left:25px;transform:rotate(-7deg)}.antenna.right{right:25px;transform:rotate(7deg)}.signal{position:absolute;top:-10px;left:61px;font-size:50px;color:#19a8ff;transform:rotate(-20deg)}
.site-footer{background:radial-gradient(circle at 50% 0,#071b62,#02092d);color:#fff;padding:25px 0 14px}.footer-main{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:40px}.footer-logo{width:145px;filter:brightness(0) invert(1)}.contact-list{display:flex;justify-content:center;gap:34px;font-size:11px}.contact-list a,.contact-list span{display:flex;align-items:center;gap:7px}.contact-list svg{width:18px}.socials{display:flex;gap:7px}.socials a{width:32px;height:32px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center;font-weight:800}.copyright{text-align:center;color:#9ea8c5;font-size:10px;margin-top:14px}.floating-whatsapp{position:fixed;right:20px;bottom:20px;width:54px;height:54px;border-radius:50%;background:#12bd43;color:#fff;display:none;place-items:center;font-size:28px;z-index:20;box-shadow:0 10px 25px rgba(0,0,0,.25)}
@media(max-width:950px){.main-nav{gap:18px}.hero-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-features{margin-top:20px}.testimonial-grid{gap:12px}.plan-banner{grid-template-columns:150px 1fr auto;padding-right:25px}.contact-list{flex-wrap:wrap;gap:15px}}
@media(max-width:760px){.site-header{height:70px}.brand img{width:105px;height:50px}.menu-toggle{display:block;margin-left:auto}.header-cta{display:none}.main-nav{position:absolute;left:0;right:0;top:70px;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:12px 20px 22px;box-shadow:0 12px 20px rgba(0,0,0,.1)}.main-nav.open{display:flex}.main-nav a{padding:9px}.hero{background-position:66% center}.hero-shade{background:linear-gradient(rgba(1,9,34,.55),rgba(1,10,40,.94))}.hero-grid{padding-block:62px 42px;gap:38px}.hero h1{font-size:42px}.hero-features{grid-template-columns:1fr 1fr 1fr;gap:10px}.hero-features p{font-size:10px}.icon-circle{width:55px;height:55px}.testimonial-grid{grid-template-columns:1fr}.quote-card{min-height:0}.quote-card p{min-height:0}.plan-banner{grid-template-columns:1fr;text-align:center;padding:25px;gap:15px}.router-art{display:none}.plan-banner .btn{justify-self:center}.footer-main{grid-template-columns:1fr;text-align:center}.footer-logo{margin:auto}.contact-list{flex-direction:column;align-items:center}.socials{justify-content:center}.floating-whatsapp{display:grid}}
@media(max-width:430px){.container{width:min(100% - 28px,var(--container))}.hero h1{font-size:37px}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch}.hero-features{grid-template-columns:1fr}.hero-features article{display:grid;grid-template-columns:58px 1fr;column-gap:12px;text-align:left;align-items:center}.hero-features .icon-circle{grid-row:1/3}.hero-features h3{margin:0}.hero-features p{font-size:11px}.section-heading h2{font-size:25px}.testimonial-grid{margin-top:25px}}

/* Legibilidade e ícones sociais */
.main-nav a{font-size:14px}
.hero-copy>p{font-size:17px;max-width:570px}
.hero-features h3{font-size:15px}
.hero-features p{font-size:13px}
.rating{font-size:13px}
.google-g{font-size:18px}
.quote-mark{font-size:40px}
.quote-card p{font-size:13px;line-height:1.5;min-height:58px}
.quote-card .stars,.quote-card strong{font-size:13px}
.quote-card small{font-size:11px}
.plan-banner h2{font-size:24px;line-height:1.3}
.contact-list{font-size:13px}
.contact-list svg{width:20px}
.socials{gap:10px}
.socials a{width:42px;height:42px;transition:.2s}
.socials a:hover{color:#69aaff;border-color:#69aaff;transform:translateY(-2px)}
.social-icon{width:22px;height:22px;stroke-width:2}
.social-icon-fill{fill:currentColor;stroke:none}
.copyright{font-size:12px}
.floating-whatsapp{width:58px;height:58px;font-size:0}
.floating-whatsapp svg{width:31px;height:31px;fill:currentColor;stroke:none}

@media(max-width:430px){
  .hero-copy>p{font-size:16px}
  .hero-features p{font-size:12px}
  .plan-banner h2{font-size:21px}
}

@media(max-width:760px){
  .rocket-route{display:none}
}
