*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
@font-face{font-family:"Ubuntu";src:url("assets/fonts/Ubuntu-Regular.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("assets/fonts/Ubuntu-Medium.ttf") format("truetype");font-weight:500;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("assets/fonts/Ubuntu-Bold.ttf") format("truetype");font-weight:700;font-display:swap}
:root{
  --roxo:#6369FF;--roxo-esc:#383C99;--rosa:#F82878;--lilas:#F1F1FF;
  --texto:#2C2B57;--verde:#12DDC5;--teal:#12DDC5;--card:#fff;--muted:#6b6b93;
  --radius:16px;
}
html{scroll-behavior:smooth}
#hero,#beneficios,#como-funciona,#planos,#faq{scroll-margin-top:92px}
body{font-family:"Ubuntu",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;color:var(--texto);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
svg{display:block}
.container{max-width:1160px;margin:0 auto;padding:0 24px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:999px;font-weight:600;border:none;cursor:pointer;font-size:15px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--roxo);color:#fff;box-shadow:0 8px 20px rgba(91,79,224,.28)}
.btn-primary:hover{background:#4e43d4}
.btn-outline{background:#fff;color:var(--roxo-esc);border:1.5px solid #e5e2f5}
.btn-outline:hover{border-color:var(--roxo);color:var(--roxo)}
.btn .whatsapp,.whatsapp svg{width:18px;height:18px}
.whatsapp svg{color:#25D366}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid #f0eefb}
.header-inner{display:flex;align-items:center;gap:24px;height:74px}
.brand{flex:1;display:flex;align-items:center;gap:14px}
.brand-logo{height:34px;width:auto}
.brand-gruvi{height:50px;width:auto}
.nav{display:flex;gap:32px;font-weight:500;font-size:15px;color:#413d6b}
.nav a:hover{color:var(--roxo)}
.header-actions{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:16px}
.cart-btn{background:none;border:none;cursor:pointer;color:#413d6b;display:flex;padding:4px}
.cart-btn svg{width:22px;height:22px}
.cart-btn:hover{color:var(--roxo)}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--roxo-esc)}
.nav-toggle svg{width:26px;height:26px}

/* Hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f6f4ff 0%,#fff 78%);padding:56px 0 28px}
.hero::before{content:"";position:absolute;top:-140px;right:-120px;width:520px;height:520px;background:radial-gradient(circle at center,rgba(139,127,240,.35),rgba(139,127,240,0) 65%);border-radius:50%;pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}
.eyebrow{display:inline-block;background:#e9e6ff;color:var(--roxo);font-size:12px;font-weight:700;padding:7px 14px;border-radius:999px;letter-spacing:.6px}
.hero-copy h1{font-size:46px;line-height:1.12;margin:18px 0;letter-spacing:-.5px;font-weight:800}
.hl{color:var(--roxo)}
.hero-copy p{color:var(--muted);max-width:470px;margin-bottom:28px;font-size:16px}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}
.hero-media{position:relative;padding:16px 20px 0 0}
.hero-media::before{content:"";position:absolute;inset:-4px -14px 64px 6px;border:3px solid var(--teal);border-radius:36px 36px 92px 36px;border-left-color:transparent;border-bottom-color:transparent;z-index:0;pointer-events:none}
.hero-media-frame{position:relative;z-index:1;border-radius:32px 32px 86px 32px;overflow:hidden;box-shadow:0 30px 55px -18px rgba(46,42,91,.35)}
.hero-media-frame img{width:100%;height:auto;aspect-ratio:4/3.05;object-fit:cover;display:block}
.hero-float-card{position:absolute;z-index:2;bottom:34px;right:-18px;background:#fff;border-radius:20px;box-shadow:0 22px 48px rgba(46,42,91,.18);padding:22px 22px;font-size:14px;max-width:212px}
.fc-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.fc-mark{flex:none;width:34px;height:34px}
.fc-mark svg{width:34px;height:34px}
.hero-float-card strong{color:var(--roxo-esc);font-size:15px;line-height:1.25;font-weight:700}
.hero-float-card ul{list-style:none;display:grid;gap:12px}
.hero-float-card li{display:flex;align-items:center;gap:10px;color:#4a4670;font-size:14px}
.hero-float-card li::before{content:"";flex:none;width:20px;height:20px;border-radius:50%;border:1.5px solid #d5cffb;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236369FF' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat}

/* Stats */
.stats{position:relative;display:flex;flex-wrap:wrap;background:#fff;border:1px solid #f0eefb;border-radius:18px;box-shadow:0 14px 40px -18px rgba(46,42,91,.22);padding:18px 8px;margin-top:26px}
.stat{flex:1 1 0;min-width:150px;display:flex;align-items:center;gap:12px;padding:6px 20px;position:relative}
.stat+.stat::before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:#eeecf9}
.stat-ico{flex:none;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--lilas);color:var(--roxo);border-radius:12px}
.stat-ico svg{width:22px;height:22px}
.stat b{display:block;color:var(--roxo-esc);font-size:15px;font-weight:700}
.stat span{font-size:13px;color:var(--muted)}

/* Section headers */
.section-eyebrow{text-align:center;color:var(--roxo);font-weight:700;font-size:12px;letter-spacing:.6px}
.section-title{text-align:center;font-size:34px;margin:8px 0;font-weight:800;letter-spacing:-.4px}
.section-sub{text-align:center;color:var(--muted);max-width:640px;margin:0 auto 40px;font-size:16px}

/* Beneficios */
.beneficios{padding:56px 0 72px}
.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.benefit-card{background:#fff;border:1px solid #f0eef9;border-radius:18px;padding:26px 20px;transition:transform .18s ease,box-shadow .18s ease}
.benefit-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -20px rgba(46,42,91,.28)}
.benefit-ico{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:14px;margin-bottom:16px}
.benefit-ico svg{width:26px;height:26px}
.ico-teal{background:#e4f6f1;color:#10b295}
.ico-green{background:#e9f9ed;color:#2fb457}
.ico-purple{background:#ecebff;color:#6b5cf0}
.ico-amber{background:#fff3dc;color:#e79a2b}
.ico-pink{background:#fde9f1;color:#ec6aa0}
.benefit-card h3{font-size:17px;margin-bottom:8px;font-weight:700}
.benefit-card p{font-size:13.5px;color:var(--muted)}
.benefit-more{margin-top:28px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--lilas);border-radius:14px;padding:18px;text-align:center;font-size:14.5px;color:var(--roxo-esc)}
.benefit-more svg{flex:none;width:22px;height:22px;color:var(--roxo)}

/* Planos */
.planos{padding:76px 0;background:linear-gradient(180deg,#f6f4ff,#efecfe)}
.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}
.plan-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e8e5f7;border-radius:22px;padding:32px;box-shadow:0 16px 40px -26px rgba(46,42,91,.3)}
.plan-card.recommended{border:2px solid var(--roxo);box-shadow:0 26px 50px -24px rgba(91,79,224,.4)}
.plan-badge{position:absolute;top:-13px;left:32px;background:var(--verde);color:#fff;font-size:11px;font-weight:700;padding:6px 14px;border-radius:999px;letter-spacing:.4px}
.plan-card h3{font-size:23px;font-weight:800}
.plan-tag{color:var(--roxo);font-size:13.5px;margin:4px 0 20px}
.plan-features{list-style:none;display:grid;gap:12px;font-size:14px;margin-bottom:24px}
.plan-features li{display:flex;align-items:flex-start;gap:10px;color:#43406a}
.plan-features li::before{content:"";flex:none;margin-top:2px;width:18px;height:18px;border-radius:50%;background:var(--roxo) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat}
.plan-features.check li::before{background-color:var(--verde)}
.plan-prices{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:auto;margin-bottom:20px}
.plan-prices>div{background:var(--lilas);border-radius:14px;padding:14px;font-size:13px;color:var(--muted)}
.pp-label{display:flex;align-items:center;gap:6px;margin-bottom:6px}
.pp-label svg{width:15px;height:15px;color:var(--roxo)}
.plan-prices b{display:block;color:var(--roxo);font-size:24px;font-weight:800}
.plan-cta{width:100%}
.plan-note{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;margin-top:24px;font-size:13px;color:var(--muted)}
.plan-note svg{width:16px;height:16px;color:var(--roxo)}

/* Como funciona */
.como{padding:64px 0}
.como-flow{display:flex;align-items:center;gap:40px;margin-top:40px}
.steps{flex:1;display:flex;gap:10px}
.step{flex:1;text-align:center;padding:0 6px;position:relative}
.step:not(:last-child)::after{content:"";position:absolute;top:26px;right:-14px;width:28px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='14' viewBox='0 0 28 14' fill='none' stroke='%23bdb9e6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 7h24'/%3E%3Cpath d='M19 2l6 5-6 5'/%3E%3C/svg%3E") center/contain no-repeat}
.step-ico{width:64px;height:64px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;background:var(--lilas);border-radius:18px}
.step-ico img{width:32px;height:32px}
.step h4{font-size:14px;margin-bottom:6px;font-weight:700}
.step p{font-size:12.5px;color:var(--muted)}
.como-mockup{flex:none;width:250px}
.phone{position:relative;width:100%;filter:drop-shadow(0 26px 46px rgba(46,42,91,.32))}
.phone-frame{position:relative;z-index:2;width:100%;display:block}
.phone-screen{position:absolute;z-index:1;top:4.2%;left:11.2%;width:77.6%;height:91.2%;object-fit:cover;object-position:top;border-radius:34px}
.wa-btn svg{width:18px;height:18px}

/* App CTA */
.app-cta{padding:36px 0}
.app-cta-inner{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--roxo),#7a6cf0);color:#fff;border-radius:24px;padding:30px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.app-cta h2{font-size:26px;font-weight:800;max-width:520px}
.app-cta p{opacity:.9;margin-top:6px}
.store-badges{display:flex;gap:12px;flex-wrap:wrap}
.store-badges a{display:inline-flex}
.store-badges img{height:48px;width:auto}

/* Depoimentos */
.depoimentos{padding:64px 0;background:var(--lilas)}
.depoimentos .section-eyebrow{margin-bottom:28px}
.carousel{display:flex;align-items:center;gap:14px}
.car-viewport{overflow:hidden;flex:1}
.car-track{display:flex;gap:22px;transition:transform .35s ease}
.dep-card{background:#fff;border-radius:18px;padding:26px;min-width:calc((100% - 44px)/3);box-sizing:border-box;box-shadow:0 12px 30px -20px rgba(46,42,91,.25)}
.stars{color:#f5b301;margin-bottom:10px;letter-spacing:2px}
.dep-card p{font-size:14px;color:#4a4670}
.dep-card footer{margin-top:14px;font-size:13px;font-weight:700;color:var(--roxo)}
.car-arrow{flex:none;background:#fff;border:1px solid #e6e2f5;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:20px;color:var(--roxo);box-shadow:0 6px 16px -8px rgba(46,42,91,.4)}
.car-arrow:hover{background:var(--roxo);color:#fff}

/* FAQ */
.faq{padding:72px 0}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}
.faq-item{border:1px solid #eceafa;border-radius:14px;overflow:hidden;background:#fff;transition:box-shadow .15s ease}
.faq-item.open{box-shadow:0 12px 30px -20px rgba(46,42,91,.3)}
.faq-q{width:100%;text-align:left;background:#fff;border:none;padding:18px;font-weight:600;cursor:pointer;font-size:15px;display:flex;justify-content:space-between;gap:12px;color:var(--roxo-esc)}
.faq-q::after{content:"+";color:var(--roxo);font-weight:700;font-size:20px;line-height:1}
.faq-item.open .faq-q::after{content:"–"}
.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s ease;padding:0 18px;font-size:14px;color:var(--muted)}
.faq-item.open .faq-a{max-height:220px;padding:0 18px 18px}
.faq-more{text-align:center;margin-top:24px}
.faq-more a{color:var(--roxo);font-weight:700}

/* Final CTA */
.final-cta{padding:48px 0}
.final-cta-inner{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--rosa),#ff7fac);color:#fff;border-radius:24px;padding:36px 40px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.cta-heart{flex:none;width:66px;height:66px;background:#fff;border-radius:18px;display:flex;align-items:center;justify-content:center}
.cta-heart svg{width:32px;height:32px;color:var(--rosa)}
.final-cta-copy{flex:1;min-width:280px}
.final-cta h2{font-size:26px;font-weight:800;max-width:560px}
.final-cta p{opacity:.92;margin-top:6px}
.final-cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.final-cta .btn{background:#fff;color:var(--rosa);font-weight:700}
.final-cta .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}

/* Footer */
.site-footer{background:#363c9d;color:rgba(255,255,255,.82);padding:48px 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 2fr 1fr;gap:28px;font-size:14px}
.footer-logo{height:34px;width:auto;margin-bottom:16px}
.footer-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.footer-badges img{height:34px;width:auto}
.footer-social{display:flex;gap:12px;margin-top:16px}
.footer-social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:10px}
.footer-social a:hover{background:rgba(255,255,255,.18)}
.footer-social img{width:20px;height:20px}
.site-footer h5{color:#fff;margin-bottom:10px;font-size:14px}
.site-footer p{line-height:1.7}
.site-footer a{color:rgba(255,255,255,.82)}
.site-footer a:hover{color:#fff}

/* Modal */
.modal-overlay{position:fixed;inset:0;background:rgba(30,27,58,.6);display:flex;align-items:center;justify-content:center;padding:20px;z-index:100;backdrop-filter:blur(2px)}
.modal-overlay[hidden]{display:none}
.modal{background:#fff;border-radius:26px;max-width:640px;width:100%;padding:40px;position:relative;max-height:92vh;overflow:auto;box-shadow:0 40px 80px -20px rgba(30,27,58,.5)}
.modal-close{position:absolute;top:22px;right:22px;background:var(--lilas);border:none;width:42px;height:42px;border-radius:12px;cursor:pointer;font-size:16px;color:var(--roxo-esc)}
.modal-close:hover{background:#e6e2f8}
.modal-eyebrow{display:inline-block;border:1px solid #e3e0f5;color:var(--roxo);font-weight:700;font-size:12px;padding:7px 16px;border-radius:999px}
.modal h2{font-size:32px;margin:18px 0 8px;font-weight:800;letter-spacing:-.4px}
.modal>p{color:var(--muted);margin-bottom:26px}
.modal-options{display:grid;gap:16px;margin-bottom:26px}
.modal-opt{display:flex;align-items:center;gap:16px;background:var(--lilas);border:2px solid transparent;border-radius:18px;padding:20px;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}
.modal-opt:hover{border-color:#cfc9f5}
.modal-opt.selected{border-color:var(--roxo);background:#efedff}
.opt-ico{flex:none;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--roxo);border-radius:14px}
.opt-ico svg{width:24px;height:24px}
.opt-body{display:flex;flex-direction:column;flex:1}
.opt-body b{font-size:19px;color:var(--roxo-esc)}
.opt-body small{color:var(--muted)}
.opt-tag{margin-top:6px;background:#e3e0f5;color:var(--roxo);font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px;width:fit-content;font-style:normal}
.opt-price{font-size:23px;font-weight:800;color:var(--roxo)}
.modal-submit{width:100%;justify-content:center;opacity:.5;pointer-events:none}
.modal-submit.enabled{opacity:1;pointer-events:auto}

/* Responsive */
@media(max-width:1024px){
  .hero-copy h1{font-size:38px}
  .benefit-grid{grid-template-columns:repeat(3,1fr)}
  .como-flow{flex-direction:column;gap:32px;align-items:center}
  .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%}
  .step:not(:last-child)::after{display:none}
  .section-title{font-size:30px}
}
@media(max-width:768px){
  .nav{display:none;position:absolute;top:74px;left:0;right:0;flex-direction:column;background:#fff;padding:16px 24px;border-bottom:1px solid #eee;gap:16px}
  .nav.open{display:flex}
  .nav-toggle{display:block}
  .hero-grid{grid-template-columns:1fr}
  .hero-media{min-height:320px;margin-top:8px}
  .hero::after{display:none}
  .stats{gap:8px 0}
  .stat{flex:1 1 45%;min-width:140px}
  .stat+.stat::before{display:none}
  .benefit-grid{grid-template-columns:1fr 1fr}
  .plan-grid{grid-template-columns:1fr}
  .como-flow{flex-direction:column;gap:28px;align-items:center}
  .steps{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%}
  .step{padding:0}
  .step:not(:last-child)::after{display:none}
  .como-mockup{width:230px}
  .faq-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .dep-card{min-width:100%}
  .app-cta{padding:32px 16px}
  .final-cta{padding:36px 16px}
  .app-cta-inner,.final-cta-inner{flex-direction:column;text-align:center;align-items:center;padding:40px 26px!important}
  .app-cta h2,.final-cta h2{font-size:22px}
  .section-title{font-size:26px}
  .section-sub{font-size:15px}
  .plan-card{padding:26px}
  .hero-media{padding:0}
  .hero-media::before{display:none}
  .hero-float-card{position:static;max-width:none;right:auto;bottom:auto;margin:16px auto 0;box-shadow:0 14px 30px rgba(46,42,91,.14)}
  .hero-copy{text-align:center}
  .hero-copy p{margin-left:auto;margin-right:auto}
  .hero-ctas{justify-content:center}
  .stat{justify-content:center}
  .benefit-card{text-align:center}
  .benefit-ico{margin-left:auto;margin-right:auto}
  .final-cta-actions{justify-content:center;width:100%}
  .final-cta-copy{text-align:center}
  .footer-grid{text-align:center}
  .footer-logo{margin-left:auto;margin-right:auto}
  .footer-badges,.footer-social,.store-badges{justify-content:center}
  .modal{padding:28px}
  .modal h2{font-size:26px}
}
@media(max-width:480px){
  .container{padding:0 22px}
  .hero-copy h1{font-size:26px}
  .hero-copy p{font-size:14.5px}
  .section-title{font-size:21px}
  .section-sub{font-size:13.5px;margin-bottom:26px}
  .app-cta h2,.final-cta h2{font-size:19px}
  .benefit-grid{grid-template-columns:1fr}
  .stat{flex:1 1 100%}
  .steps{grid-template-columns:1fr}
  .como-mockup{width:210px}
  .plan-card{padding:22px}
  .footer-grid{grid-template-columns:1fr}
  .modal{padding:24px}
  .modal-opt{flex-wrap:wrap}
  .opt-price{width:100%}
  .header-actions .btn-primary{display:none}
}
