*,*::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:34px;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:linear-gradient(120deg,var(--roxo),#7a6cf0);border:none;border-radius:18px;box-shadow:0 18px 44px -18px rgba(91,79,224,.5);padding:22px 10px;margin-top:26px}
.stat{flex:1 1 0;min-width:150px;display:flex;align-items:center;gap:14px;padding:8px 20px;position:relative}
.stat+.stat::before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:rgba(255,255,255,.22)}
.stat-ico{flex:none;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.16);color:#fff;border-radius:12px}
.stat-ico svg{width:24px;height:24px}
.stat b{display:block;color:#fff;font-size:21px;font-weight:800;letter-spacing:-.3px;line-height:1.1}
.stat span{font-size:13px;color:rgba(255,255,255,.82)}

/* 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)}
.benefit-cta{display:flex;justify-content:center;margin-top:28px}

/* 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}
.gruvi-selo{display:inline-block;align-self:flex-start;background:var(--lilas);color:var(--roxo);font-size:12px;font-weight:700;padding:6px 12px;border-radius:999px;margin-bottom:12px}
.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)}

/* Quando (timeline) */
.quando{padding:64px 0}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}
.tl-card{position:relative;background:#fff;border:1px solid #eceafa;border-radius:18px;box-shadow:0 14px 34px -22px rgba(46,42,91,.3);overflow:hidden;display:flex;flex-direction:column}
.tl-media{position:relative;aspect-ratio:16/10;overflow:hidden}
.tl-media img{width:100%;height:100%;object-fit:cover}
.tl-time{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:13px;color:#fff;padding:6px 12px;border-radius:999px;box-shadow:0 6px 16px -6px rgba(0,0,0,.5)}
.tl-time::before{content:"";width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.9)}
.tl-body{padding:18px 18px 22px}
.tl-card h4{font-size:16px;font-weight:800;margin-bottom:8px;letter-spacing:-.2px}
.tl-card p{font-size:13.5px;color:var(--muted)}
.tl-roxo .tl-time{background:var(--roxo)}
.tl-verde .tl-time{background:#2fb457}
.tl-teal .tl-time{background:#0fb9a5}
.tl-rosa .tl-time{background:var(--rosa)}

/* Como funciona */
.como{padding:64px 0 72px;position:relative;z-index:1}
.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:520px;margin:-120px -30px -120px -240px}
.hand-wrap{position:relative;width:100%}
.hand-img{position:relative;z-index:1;width:100%;display:block}
.hand-screen{position:absolute;z-index:2;left:50.85%;top:15.75%;width:19.7%;height:63.7%;object-fit:cover;object-position:top;border-radius:12px}
.wa-btn svg{width:18px;height:18px}

/* App CTA */
.app-cta{padding:0 0 48px}
.app-cta-inner{position:relative;z-index:2;background:var(--roxo);color:#fff;border-radius:20px;padding:28px 40px 28px 260px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.app-cta-copy{flex:1;min-width:260px}
.app-cta h2{font-size:21px;font-weight:800;max-width:420px}
.app-cta p{opacity:.85;margin:8px 0 0;font-size:12.5px}
.app-cta-hand{position:absolute;left:-130px;top:-65px;bottom:0;width:400px;overflow:hidden;z-index:3;pointer-events:none}
.app-cta-hand .hand-wrap{transform:rotate(-10deg);transform-origin:60% 40%;filter:drop-shadow(0 14px 24px rgba(30,26,80,.3))}
.app-cta-hand .hand-screen{object-fit:contain;object-position:center;background:#6369ff;left:50.8%;top:15.2%;width:20.0%;height:64.8%;border-radius:11px}
.store-badges{display:flex;gap:12px;flex-wrap:wrap}
.store-badges a{display:inline-flex}
.store-badges img{height:48px;width:auto}

/* Pet (TelaPet) */
.pet{padding:64px 0;background:#fff}
.pet-box{display:grid;grid-template-columns:.85fr 1.15fr;gap:0;background:#f7f7fd;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px -30px rgba(46,42,91,.25)}
.pet-copy{padding:36px 34px;position:relative;overflow:hidden}
.pet-copy::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg fill='%236369FF' fill-opacity='0.09'%3E%3Cg transform='translate(185 45) rotate(20)'%3E%3Cellipse cx='11' cy='15' rx='6' ry='7.5'/%3E%3Cellipse cx='3' cy='9' rx='2.6' ry='3.4'/%3E%3Cellipse cx='19' cy='9' rx='2.6' ry='3.4'/%3E%3Cellipse cx='7' cy='4' rx='2.6' ry='3.4'/%3E%3Cellipse cx='15' cy='4' rx='2.6' ry='3.4'/%3E%3C/g%3E%3Cg transform='translate(70 165) rotate(-15)'%3E%3Cellipse cx='11' cy='15' rx='6' ry='7.5'/%3E%3Cellipse cx='3' cy='9' rx='2.6' ry='3.4'/%3E%3Cellipse cx='19' cy='9' rx='2.6' ry='3.4'/%3E%3Cellipse cx='7' cy='4' rx='2.6' ry='3.4'/%3E%3Cellipse cx='15' cy='4' rx='2.6' ry='3.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat}
.pet-copy>*{position:relative;z-index:1}
.pet-badge{display:inline-flex;align-items:center;gap:8px;background:var(--lilas);color:var(--roxo-esc);font-size:11px;font-weight:700;letter-spacing:.08em;padding:7px 14px;border-radius:999px;margin-bottom:14px}
.pet-badge svg{width:14px;height:14px;color:var(--roxo)}
.pet-copy h2{font-size:28px;font-weight:800;margin:0 0 8px;letter-spacing:-.4px;display:flex;align-items:center;gap:10px}
.pet-paws{color:#5b8def;display:inline-flex}
.pet-paws svg{width:26px;height:26px}
.pet-lead{color:var(--muted);font-size:14px;max-width:340px;margin-bottom:20px}
.pet-lead strong{color:var(--roxo);font-weight:700}
.pet-highlight{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px;max-width:400px}
.pet-highlight-ico{flex:none;width:48px;height:48px;border:1.5px solid var(--roxo);color:var(--roxo);border-radius:50%;display:flex;align-items:center;justify-content:center}
.pet-highlight-ico svg{width:22px;height:22px}
.pet-highlight strong{display:block;font-size:17px;font-weight:800;color:var(--roxo);line-height:1.3;margin-bottom:6px}
.pet-highlight p{font-size:13px;color:var(--texto)}
.pet-highlight p em{font-weight:600}
.pet-features{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;padding-top:18px;border-top:1px solid #e9e7f8}
.pet-feat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;font-size:12.5px}
.pet-feat b{font-weight:600;color:var(--roxo-esc)}
.pet-ico{flex:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--lilas);color:var(--roxo);border-radius:12px}
.pet-ico svg{width:20px;height:20px}
.pet-note{font-size:12px;color:var(--muted);border-top:1px solid #e9e7f8;padding-top:14px}
.pet-note strong{color:var(--roxo);font-weight:700}
.pet-media{position:relative;padding:0;min-height:420px;overflow:hidden}
.pet-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.pet-curve{position:absolute;top:0;left:-1px;height:100%;width:96px;z-index:2;pointer-events:none}
.pet-paw-out{position:absolute;z-index:3;pointer-events:none;opacity:.22}
.pet-paw-out-1{width:44px;height:44px;top:44px;left:8px;transform:rotate(12deg)}
.pet-paw-out-2{width:50px;height:50px;bottom:70px;left:2px;transform:rotate(-10deg)}
.pet-media-card{position:absolute;right:20px;bottom:20px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.92);backdrop-filter:blur(4px);border-radius:14px;padding:12px 16px;max-width:280px;font-size:12.5px;font-weight:600;color:var(--texto);box-shadow:0 10px 30px -18px rgba(0,0,0,.35)}
.pet-card-ico{flex:none;width:30px;height:30px;border-radius:9px;background:var(--roxo-esc);color:#fff;display:flex;align-items:center;justify-content:center}
.pet-card-ico svg{width:16px;height:16px}

/* 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 .3s ease,padding .25s ease;padding:0 18px;font-size:14px;color:var(--muted);line-height:1.6}
.faq-item.open .faq-a{max-height:640px;padding:0 18px 18px}
.faq-grid:not(.expanded) .faq-item.faq-more{display:none}
.faq-toggle-wrap{display:flex;justify-content:center;margin-top:22px}
.faq-toggle{gap:8px}
.faq-toggle svg{width:16px;height:16px;transition:transform .2s ease}
.faq-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.faq-cta{margin-top:32px;background:var(--lilas);border-radius:18px;padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.faq-cta p{font-size:15px;color:var(--roxo-esc);max-width:620px;margin:0}
.faq-cta .btn{flex:none}
.faq-cta .whatsapp svg{color:#fff}

/* Final CTA */
.final-cta{padding:48px 0}
.final-cta-inner{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--roxo),#7a6cf0);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 img{width:34px;height:34px}
.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(--roxo);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:46px;width:auto;margin-bottom:16px}
.footer-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.footer-badges img{height:38px;width:auto}
.footer-social{display:flex;gap:12px;margin-top:16px}
.footer-social a{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:12px}
.footer-social a:hover{background:rgba(255,255,255,.18)}
.footer-social img{width:26px;height:26px}
.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}
  .como{padding-bottom:40px}
  .como-mockup{margin:0}
  .app-cta{padding-top:36px}
  .app-cta-hand{display:none}
  .app-cta-inner{padding:30px 40px}
  .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:340px;max-width:100%;margin:0}
  .faq-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .timeline{grid-template-columns:1fr 1fr}
  .pet-box{grid-template-columns:1fr}
  .pet-media{min-height:260px;order:-1}
  .pet-copy{padding:32px 28px}
  .faq-cta{flex-direction:column;text-align:center}
  .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-inner .store-badges{max-width:100%;flex-wrap:wrap;justify-content:center}
  .app-cta-inner .store-badges img{height:42px}
  .app-cta h2{max-width:100%}
  .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%}
  .stat b{font-size:19px}
  .timeline{grid-template-columns:1fr}
  .pet-features{grid-template-columns:1fr;gap:12px}
  .pet-feat{flex-direction:row;text-align:left}
  .steps{grid-template-columns:1fr}
  .como-mockup{width:300px}
  .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}
}
