*{box-sizing:border-box}.skip-link{z-index:100;background:var(--brand);color:#0f1115;border-radius:8px;padding:12px 20px;font-weight:700;position:absolute;left:-9999px}.skip-link:focus{outline:none;top:16px;left:16px}a:focus-visible,button:focus-visible,.btn:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--brand);outline-offset:3px}a:focus:not(:focus-visible){outline:none}:root{--bg:#0f1115;--surface:#171a21;--surface-soft:#1d212a;--text:#f7f8fb;--muted:#adb4c2;--border:#272c36;--brand:#ff6f00;--brand-strong:#e66400;--touch-min:44px;--section-y-mobile:40px;--section-y-desktop:56px}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html:has(.site--landing){scroll-padding-top:max(12px, env(safe-area-inset-top));scroll-padding-bottom:max(20px, env(safe-area-inset-bottom))}html,body,#root{min-height:100%;color:var(--text);background:radial-gradient(circle at top, #1a1e27 0%, var(--bg) 55%);margin:0;font-family:Inter,Segoe UI,Roboto,sans-serif}body{overflow-x:clip}a{color:inherit;text-decoration:none}.site{max-width:1160px;padding:24px;padding-left:max(24px, env(safe-area-inset-left));padding-right:max(24px, env(safe-area-inset-right));margin:0 auto}.topbar{z-index:30;border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f1115b8;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;animation:.55s ease-out both headerSlide;display:flex;position:sticky;top:12px}.logo{align-items:center;line-height:1;display:inline-flex}.logo-image{object-fit:contain;width:auto;height:38px;display:block}.logo-image--footer{height:44px}.menu{color:var(--muted);gap:20px;font-size:.95rem;display:flex}.menu a:hover{color:var(--text)}.menu a.nav-active{color:var(--text);font-weight:600}.menu-burger{border:1px solid var(--border);background:var(--surface-soft);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.burger-line{background:var(--text);width:18px;height:2px;transition:transform .2s;display:block;position:relative}.burger-line:before,.burger-line:after{content:"";background:var(--text);width:18px;height:2px;transition:transform .2s,top .2s;position:absolute;left:0}.burger-line:before{top:-6px}.burger-line:after{top:6px}.burger-line.open{background:0 0}.burger-line.open:before{top:0;transform:rotate(45deg)}.burger-line.open:after{top:0;transform:rotate(-45deg)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero{padding:84px 0 50px}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:.07em;font-size:.76rem;font-weight:700}h1{letter-spacing:-.04em;max-width:16ch;margin:12px 0 18px;font-size:clamp(2rem,6vw,4.25rem);line-height:1.05}h2{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(1.45rem,4vw,2.5rem)}h3{margin:0 0 8px}p{color:var(--muted);margin:0;line-height:1.7}.hero-text{max-width:66ch}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.btn{min-height:var(--touch-min);white-space:nowrap;text-align:center;-webkit-tap-highlight-color:#ff6f001f;touch-action:manipulation;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{background:var(--brand)}.btn-primary:hover{background:var(--brand-strong)}.btn-outline{border-color:var(--border);color:var(--text)}.btn-outline:hover{background:var(--surface-soft)}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:36px;display:grid}.hero-stats article{border:1px solid var(--border);background:linear-gradient(#ffffff08,#0000);border-radius:14px;padding:18px}.hero-stats strong{margin-bottom:4px;font-size:1.4rem;display:block}.hero-stats span{color:var(--muted);font-size:.92rem}.section{border-top:1px solid var(--border);padding:56px 0}.section-description{max-width:58ch}.grid{gap:16px;margin-top:20px;display:grid}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--border);background:var(--surface);-webkit-tap-highlight-color:#ff6f0014;border-radius:16px;padding:20px;transition:transform .22s,border-color .22s,box-shadow .22s,background-color .22s}.benefit-card{text-align:left;flex-direction:row;align-items:flex-start;gap:14px;padding:18px 16px;display:flex}.benefit-card__index{letter-spacing:-.02em;width:40px;height:40px;color:var(--brand);background:linear-gradient(145deg,#ff6f003d,#ff6f000f);border:1px solid #ff6f0059;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;line-height:1;display:flex}.benefit-card__body{flex:1;min-width:0}.benefit-card__body h3{color:var(--text);margin:0 0 8px;font-size:1.05rem;line-height:1.32}.benefit-card__body p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.62}.benefit-card__body .text-link{align-items:center;min-height:44px;margin-top:12px;display:inline-flex}@media (hover:hover) and (pointer:fine){.card:hover{border-color:#ff6f0047;transform:translateY(-2px);box-shadow:0 12px 40px #0003}}.split{grid-template-columns:1.2fr .8fr;align-items:start;gap:18px;display:grid}.split ul{color:var(--muted);margin:20px 0 0;padding-left:18px}.split li{margin-bottom:10px}.panel{border:1px solid var(--border);background:linear-gradient(135deg,#ff6f001f,#16181f80);border-radius:16px;padding:24px}.faq-list{gap:10px;display:grid}.faq-item{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:14px 18px}.faq-item summary{cursor:pointer;color:var(--text);min-height:var(--touch-min);align-items:center;padding:6px 0;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:10px}.cta{text-align:center;padding-bottom:80px}.cta .hero-actions{justify-content:center}.footer{border-top:1px solid var(--border);padding:24px 0 40px}.footer p{color:var(--muted);text-align:center}.footer--extended{padding-top:48px}.footer--motion{animation:.65s .12s both fadeUp}.footer-grid{text-align:left;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:28px 20px;display:grid}.footer-brand .logo{margin-bottom:12px;display:inline-block}.footer-tagline{max-width:32ch;font-size:.95rem}.footer-brand-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.footer-brand-actions .btn{min-height:40px;padding:10px 16px;font-size:.88rem}.footer-col-title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 12px;font-size:.85rem}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:var(--muted);font-size:.95rem}.footer-col a:hover{color:var(--text)}.footer-col--contact{border:1px solid var(--border);background:var(--surface);border-radius:12px;align-self:start;padding:10px 12px}.footer-col-title--contact{letter-spacing:.08em;margin-bottom:6px;font-size:.78rem}.footer-contact-link{color:var(--brand);word-break:break-word;font-size:.92rem;font-weight:700;line-height:1.25;display:inline-block}.footer-contact-link:hover{text-decoration:underline}.footer-col--contact .footer-contact-hint{color:var(--muted);text-align:left;max-width:26ch;margin:6px 0 0;font-size:.72rem;line-height:1.35}.footer-copy{border-top:1px solid var(--border);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:36px;padding-top:24px;font-size:.9rem;display:flex}.main-outlet{min-height:40vh;padding-bottom:env(safe-area-inset-bottom)}.site--landing .main-outlet--landing{min-height:min(100vh,100dvh)}@media (width<=600px){.site--landing{padding:16px;padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));padding-bottom:max(20px, env(safe-area-inset-bottom))}}#main-content:focus{outline:none}.page-hero{padding:48px 0 8px}.page-hero h1{max-width:18ch;font-size:clamp(1.75rem,4.5vw,3rem)}.page-hero__lead{max-width:62ch;margin-top:8px;font-size:1.05rem}.page-hero--split{grid-template-columns:minmax(0,1fr) minmax(220px,400px);align-items:center;gap:32px 40px;display:grid}.page-hero--split.page-hero--has-below-title{align-items:start}.page-hero__below-title{max-width:min(100%,52rem);margin-top:14px;margin-bottom:6px}.page-hero--has-below-title .page-hero__lead{margin-top:12px}.page-hero-photo{border:1px solid var(--border);background:var(--surface-soft);aspect-ratio:21/9;border-radius:16px;justify-content:center;align-items:stretch;max-height:min(42vw,280px);margin:0;display:flex;overflow:hidden}.page-hero-photo__img{object-fit:cover;width:100%;height:100%;display:block}.page-hero-photo__placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;min-height:120px;padding:20px 16px;display:flex}.page-hero-photo__placeholder-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.82rem;font-weight:700}.page-hero-photo__placeholder-hint{color:var(--muted);max-width:40ch;font-size:.85rem;line-height:1.45}.page-hero-photo__placeholder-hint code{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:0 4px;font-size:.8em}.page-hero--split h1{max-width:min(22ch,100%)}.page-hero__content{min-width:0}.page-hero__visual{min-height:0}.hero-title-icon{aspect-ratio:1;border:1px solid var(--border);background:linear-gradient(160deg, #ff6f001f, var(--surface));width:min(100%,280px);color:var(--brand);border-radius:18px;place-items:center;margin-inline:auto;display:grid}.hero-title-icon svg{width:54%;height:auto}@media (width<=768px){.page-hero--split{grid-template-columns:1fr}.page-hero__visual{max-width:320px;margin:0 auto}}.illustration-placeholder{border:1px solid var(--border);background:linear-gradient(165deg, #ff6f001f, var(--surface) 45%);border-radius:18px;position:relative;overflow:hidden}.illustration-placeholder svg{width:100%;height:auto;display:block}.illustration-placeholder--hero,.illustration-placeholder--page{max-width:100%}.illustration-placeholder--card{max-width:200px;margin:0 auto 12px}.illustration-placeholder--card svg{max-height:120px}.illustration-placeholder--inline{max-width:120px}.illustration-placeholder__badge{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);opacity:.75;pointer-events:none;font-size:.62rem;position:absolute;bottom:6px;right:8px}.media-frame{width:100%;margin:0}.media-frame__ratio{background:linear-gradient(135deg, #ff6f001f, var(--surface-soft));border:1px dashed #ff6f0059;border-radius:16px;width:100%;height:0;position:relative;overflow:hidden}.media-frame__inner{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex;position:absolute;inset:0}.media-frame__mono{letter-spacing:-.06em;color:#ff6f0059;-webkit-user-select:none;user-select:none;font-size:clamp(2rem,6vw,3rem);font-weight:800}.media-frame__label{color:var(--text);font-size:.9rem;font-weight:600}.media-frame__caption{color:var(--muted);margin-top:10px;font-size:.82rem;line-height:1.45}.section-media{margin:20px 0 8px}.home-audience__visual{margin:-4px -4px 12px}.prose-block{padding-top:8px}.prose-flow h2{margin-top:32px}.prose-flow h2:first-child{margin-top:0}.prose-list{color:var(--muted);margin:12px 0 0;padding-left:1.2rem;line-height:1.75}.prose-list li{margin-bottom:8px}.inline-cta{margin-top:20px}.cta--left{text-align:left}.cta--left .hero-actions{justify-content:flex-start}.text-link{color:var(--brand);font-weight:600}.text-link:hover{text-decoration:underline}.legal-page h2{color:var(--text);margin-top:28px;font-size:1.15rem}.legal-page h2:first-of-type{margin-top:0}.legal-page p,.legal-page li{color:var(--muted)}.legal-updated{color:var(--muted);margin-bottom:24px;font-size:.9rem}.store-buttons{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.store-badge{border:1px solid var(--border);background:var(--surface);min-height:48px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-weight:700;display:inline-flex}.store-badge:hover{background:var(--surface-soft)}.store-note{max-width:60ch;font-size:.85rem}.store-note--muted{color:var(--muted)}.baixar-grid{grid-template-columns:1fr;align-items:start;gap:28px;display:grid}@media (width>=768px){.baixar-grid{grid-template-columns:minmax(0,280px) 1fr;gap:40px}}.baixar-qr__label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 12px;font-size:.8rem;font-weight:700}.baixar-qr__link{border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:12px;line-height:0;display:inline-block}.baixar-qr__img{border-radius:8px;display:block}.baixar-qr__hint{color:var(--muted);max-width:32ch;margin:12px 0 0;font-size:.85rem}.baixar-stores__title{margin:0 0 12px;font-weight:700}.not-found{text-align:center;max-width:640px;margin:0 auto;padding:56px 0 88px}.not-found__hero{margin-bottom:28px}.not-found__badge{border:1px solid var(--border);background:linear-gradient(160deg, #ff6f0024, var(--surface));width:112px;height:112px;color:var(--brand);border-radius:22px;justify-content:center;align-items:center;margin:0 auto 20px;display:inline-flex}.not-found__icon{width:64px;height:64px}.not-found__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin:0 0 10px;font-size:.76rem;font-weight:700}.not-found h1{letter-spacing:-.03em;max-width:none;margin:0 0 14px;font-size:clamp(1.65rem,5.5vw,2.35rem);line-height:1.15}.not-found__lead{max-width:52ch;color:var(--muted);text-align:left;margin:0 auto 20px;font-size:1rem;line-height:1.65}.not-found__path-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 6px;font-size:.78rem;font-weight:600}.not-found__path{text-align:left;max-width:100%;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);word-break:break-all;border-radius:10px;margin:0 auto;padding:10px 14px;font-family:ui-monospace,Cascadia Code,monospace;font-size:.85rem;display:block;overflow-x:auto}.not-found__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px;display:flex}.not-found__panel{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:16px;margin-bottom:24px;padding:22px 22px 18px}.not-found__panel-title{color:var(--text);margin:0 0 8px;font-size:1.05rem}.not-found__panel-text{color:var(--muted);margin:0 0 16px;font-size:.92rem;line-height:1.6}.not-found__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin:0;padding:0;list-style:none;display:grid}.not-found__links a{min-height:44px;color:var(--brand);border-bottom:1px solid #0000;align-items:center;padding:8px 4px;font-size:.94rem;font-weight:600;display:inline-flex}.not-found__links a:hover{border-bottom-color:#ff6f0073}.not-found__footnote{color:var(--muted);margin:0;max-width:52ch;margin-inline:auto;font-size:.88rem;line-height:1.55}@media (width<=520px){.not-found{padding:40px 0 72px}.not-found__links{grid-template-columns:1fr}.not-found__actions .btn{justify-content:center;width:100%}.not-found__panel{padding:18px 16px}}.menu-cta-mobile{display:none}@media (width<=960px){.topbar{padding-top:max(12px, env(safe-area-inset-top));top:0}.menu-burger{margin-left:auto;display:flex}.header-cta{display:none}.menu-cta-mobile{justify-content:center;margin-top:4px;display:inline-flex}.menu{border:1px solid var(--border);background:#0f1115f5;border-radius:14px;flex-direction:column;gap:12px;width:100%;margin-top:12px;padding:16px;display:none}.menu a,.menu .btn{border-radius:10px;align-items:center;width:100%;min-height:44px;padding:10px 12px;display:inline-flex}.menu a.nav-active{background:#ff6f001f}.menu.menu--open{display:flex}.hero-stats,.grid.three,.grid.two,.split{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.home-audience,.proof-grid{grid-template-columns:1fr}.grid{gap:18px;margin-top:18px}.card{border-radius:15px;padding:18px 16px}.card h3{color:var(--text);margin-bottom:10px;font-size:1.08rem;line-height:1.28}.card p{font-size:.95rem;line-height:1.65}.benefit-card{gap:16px}.benefit-card .benefit-card__body h3{margin-bottom:8px}.benefit-card__index{border-radius:14px;width:44px;height:44px;font-size:1rem}.card:active{background:var(--surface-soft);border-color:#ff6f0038;transform:scale(.985);box-shadow:0 6px 24px #0000002e}.search-result-card .search-result-card__title{align-items:center;min-height:44px;margin:-6px 0;padding:6px 0;display:inline-flex}}@media (width<=600px){.site{padding:16px;padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right))}.hero{padding:56px 0 34px}.hero .hero__title{letter-spacing:-.03em;max-width:100%;margin-bottom:14px}.hero-text{max-width:100%;font-size:.98rem}.hero-actions{gap:10px;margin-top:18px}.hero-actions .btn,.inline-cta .btn{text-align:center;justify-content:center;width:100%}.hero-link-row{flex-direction:column;gap:8px;margin-top:14px;display:flex}.hero-link-row__sep{display:none}.hero-stats{gap:10px;margin-top:24px}.hero-stats article{padding:14px}.hero-stats strong{font-size:1.15rem}.hero-device-image{border-radius:22px;width:min(100%,360px);box-shadow:0 16px 38px #0000004d}.section{padding:44px 0}.card{border-radius:14px;padding:18px 16px}.card h3{letter-spacing:-.01em;font-size:1.06rem}.benefit-card__body h3{letter-spacing:-.02em;font-size:1.04rem}.benefit-card__body p{font-size:.94rem;line-height:1.64}.card p+p{margin-top:10px}.home-audience__card,.testimonial-card{padding:18px 16px}.testimonial-quote{font-size:1rem;line-height:1.55}.proof-pill{text-align:left;border-radius:14px}.home-audience__cta{align-items:stretch}.footer-grid{grid-template-columns:1fr}.footer-brand-actions .btn{justify-content:center;width:100%}}@media (width<=420px){.topbar{border-radius:14px;padding:10px 12px}.logo-image{height:32px}.menu-burger{width:40px;height:40px}h1{font-size:clamp(1.75rem,9vw,2.2rem)}h2{font-size:clamp(1.3rem,6.4vw,1.75rem)}.btn{min-height:44px;padding:11px 16px}.section-description{font-size:.95rem}.card{padding:16px 14px}.grid{gap:14px}}@keyframes headerSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pageEnter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes cookieBannerIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.page-transition{animation:.42s ease-out both pageEnter}.hero--motion .hero-motion__el{opacity:0;animation:.65s both fadeUp;animation-delay:calc(var(--hero-seq,0) * 60ms + 20ms)}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:28px 40px;display:grid}.hero-grid__copy{min-width:0}.hero-grid__visual{min-height:0}.hero-device-image{background:#0f1115;border:1px solid #ff6f0038;border-radius:28px;width:min(100%,420px);height:auto;margin-inline:auto;display:block;box-shadow:0 24px 60px #00000059}@media (width<=900px){.hero-grid{grid-template-columns:1fr}.hero-grid__visual{order:-1;max-width:400px;margin-left:auto;margin-right:auto}}.hero .hero__title{max-width:min(22ch,92vw)}.hero-link-row{color:var(--muted);margin-top:18px;font-size:.95rem}.hero-link-row a{color:var(--brand);font-weight:600}.hero-link-row a:hover{text-decoration:underline}.hero-link-row__sep{opacity:.6;margin:0 8px}.section-title-center{text-align:center}.section-description--center{text-align:center;margin-left:auto;margin-right:auto}.home-countdown-section{padding:44px 0 40px}.home-countdown-section .section-description--center{margin-bottom:8px}.launch-countdown{max-width:520px;margin-top:22px;margin-left:auto;margin-right:auto}.launch-countdown__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.launch-countdown__unit{border:1px solid var(--border);text-align:center;background:linear-gradient(180deg, var(--surface-soft) 0%, var(--surface) 100%);border-radius:14px;padding:14px 10px}.launch-countdown__value{font-variant-numeric:tabular-nums;letter-spacing:-.03em;color:var(--text);font-size:clamp(1.35rem,5vw,1.75rem);font-weight:800;line-height:1.15;display:block}.launch-countdown__unit-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:6px;font-size:.72rem;font-weight:700;display:block}.launch-countdown__until{text-align:center;color:var(--muted);margin:18px 0 0;font-size:.92rem;line-height:1.5}.launch-countdown__until time{color:var(--text);font-weight:600}.launch-countdown__anchor{text-align:center;margin-top:14px}.launch-countdown__anchor .text-link{justify-content:center;align-items:center;min-height:44px;display:inline-flex}.launch-countdown--ended{text-align:center;padding:8px 0 4px}.launch-countdown__done{color:var(--text);margin:0;font-size:1.15rem;font-weight:800}.launch-countdown__done-sub{color:var(--muted);max-width:36ch;margin:10px auto 0;font-size:.95rem;line-height:1.55}.launch-countdown__cta{margin-top:18px}@media (width<=480px){.launch-countdown__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.launch-countdown__unit{padding:16px 12px}.launch-countdown__value{font-size:clamp(1.5rem,7vw,1.85rem)}}.home-launch-announce{background:linear-gradient(165deg, #ff6f000f 0%, var(--surface) 38%, var(--surface-soft) 100%);border:1px solid #ff6f0033;border-radius:20px;margin-top:8px;padding:40px 0 36px}.home-launch__eyebrow{text-align:center;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin:0 0 10px;font-size:.76rem;font-weight:800}.home-launch__title{max-width:22ch;margin-left:auto;margin-right:auto}.home-launch__intro{max-width:58ch}.home-launch-specs{grid-template-columns:1fr;gap:14px;margin-top:22px;display:grid}@media (width>=640px){.home-launch-specs{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-launch-spec{text-align:center;padding:18px 16px}.home-launch-spec__label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 6px;font-size:.72rem;font-weight:800}.home-launch-spec__value{color:var(--text);margin:0;font-size:1.2rem;font-weight:800;line-height:1.25}.home-launch-spec__hint{color:var(--muted);margin:8px 0 0;font-size:.85rem}.home-launch-detail{padding-top:48px;padding-bottom:48px}.home-launch-detail__grid{grid-template-columns:1fr;align-items:start;gap:24px;display:grid}@media (width>=900px){.home-launch-detail__grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:32px}}.home-launch-detail__copy h2{margin-top:0}.home-launch-detail__list{color:var(--muted);margin:16px 0 0;padding-left:1.2rem;line-height:1.7}.home-launch-detail__list li{margin-bottom:8px}.home-launch-detail__aside{background:linear-gradient(160deg, #ff6f0012, var(--surface));border-color:#ff6f0040;flex-direction:column;gap:12px;padding:22px 20px;display:flex}.home-launch-detail__aside-datetime{color:var(--text);margin:0;font-size:1.35rem;font-weight:800;line-height:1.25}.home-launch-detail__aside-place{color:var(--muted);margin:0;font-size:.95rem;line-height:1.45}.home-launch-detail__aside-muni{color:var(--text);margin-top:6px;font-size:.92rem;font-weight:700;display:block}.home-launch-detail__aside-btn{justify-content:center;width:100%}.brandup-hub-section{background:linear-gradient(165deg, #ff6f0014 0%, var(--surface) 42%, var(--surface-soft) 100%);border:1px solid #ff6f0038;border-radius:20px;margin-top:8px;padding:40px 0 36px}.brandup-hub__eyebrow{text-align:center;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin:0 0 10px;font-size:.76rem;font-weight:800}.brandup-hub__title{max-width:22ch;margin-bottom:18px;margin-left:auto;margin-right:auto}.brandup-hub__copy{text-align:center;max-width:62ch;margin:0 auto}.brandup-hub__lead{color:var(--text);margin:0 0 12px;font-size:1.15rem;font-weight:700;line-height:1.4}.brandup-hub__body{color:var(--muted);margin:0;font-size:1.02rem;line-height:1.65}.brandup-hub__body strong{color:var(--text);font-weight:700}.brandup-hub__highlights{flex-wrap:wrap;justify-content:center;gap:10px;max-width:52rem;margin:22px auto 0;padding:0;list-style:none;display:flex}.brandup-hub__highlight{border:1px solid var(--border);color:var(--text);background:var(--surface);border-radius:999px;padding:8px 16px;font-size:.88rem;font-weight:600}.brandup-hub__link-wrap{text-align:center;margin:20px 0 0}.brandup-hub__external{font-size:.95rem}.section-proof{padding-top:38px}.proof-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.proof-pill{border:1px solid var(--border);text-align:center;color:var(--muted);background:var(--surface);border-radius:999px;padding:10px 14px;font-size:.9rem}.home-audience{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:8px;display:grid}.home-audience__card h3{color:var(--text);margin-top:4px}.home-audience__list{color:var(--muted);margin:16px 0 0;padding-left:1.1rem;line-height:1.65}.home-audience__list li{margin-bottom:6px}.home-audience__cta{flex-direction:column;align-items:flex-start;gap:12px;margin-top:20px;display:flex}.home-audience__card--driver{background:linear-gradient(160deg, #ff6f000f, var(--surface));border-color:#ff6f0038}.home-audience__card--freight{background:linear-gradient(160deg, #6366f114, var(--surface));border-color:#6366f147}.home-audience__card--carona{background:linear-gradient(160deg, #10b98112, var(--surface));border-color:#10b98147}.testimonial-card{background:linear-gradient(160deg, #ffffff05, var(--surface))}.testimonial-quote{color:var(--text);font-size:1.02rem}.testimonial-author{color:var(--muted);margin-top:12px;font-size:.9rem}.motorista-steps,.page-steps{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;margin-top:28px;padding:20px 22px}.motorista-steps__title,.page-steps__title{color:var(--text);margin:0 0 12px;font-size:1.05rem}.motorista-steps__list,.page-steps__list{color:var(--muted);margin:0;padding-left:1.2rem;line-height:1.75}.motorista-steps__list li,.page-steps__list li{margin-bottom:8px}.page-section-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin:0 0 8px;font-size:.76rem;font-weight:700}.page-audience-pills{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.page-audience-pills span{border:1px solid var(--border);color:var(--muted);background:var(--surface);border-radius:999px;padding:8px 14px;font-size:.88rem}.section-block-gap{margin-top:28px}.cta-footnote{color:var(--muted);margin-top:20px;font-size:.95rem}.trust-bar{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:16px;display:flex}.trust-bar span{border:1px solid var(--border);color:var(--muted);background:var(--surface);border-radius:999px;padding:8px 12px;font-size:.84rem}.trust-bar__link{color:var(--brand);background:#ff6f0014;border:1px solid #ff6f0073;border-radius:999px;padding:8px 14px;font-size:.84rem;font-weight:700;text-decoration:none}.trust-bar__link:hover{background:#ff6f0024}.testimonial-disclaimer{color:var(--muted);text-align:center;max-width:62ch;margin:-8px auto 20px;font-size:.88rem;line-height:1.45}.error-fallback{text-align:center;place-content:center;gap:14px;min-height:70vh;padding:24px;display:grid}.hero--motion .hero-motion__stat{opacity:0;animation:.6s both fadeUp;animation-delay:calc(var(--hero-stat-seq,0) * 60ms + .26s)}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(22px)}.reveal--visible{opacity:1;transform:translateY(0)}.grid--stagger .card:first-child{transition-delay:20ms}.grid--stagger .card:nth-child(2){transition-delay:80ms}.grid--stagger .card:nth-child(3){transition-delay:.14s}.reveal--visible .grid--stagger .card{animation:.6s backwards fadeUp}.reveal--visible .grid--stagger .card:first-child{animation-delay:50ms}.reveal--visible .grid--stagger .card:nth-child(2){animation-delay:.12s}.reveal--visible .grid--stagger .card:nth-child(3){animation-delay:.18s}.faq-item{transition:border-color .25s,box-shadow .25s}.faq-item:hover{border-color:#ff6f0040}.btn{transition:transform .2s,background .2s,border-color .2s}.btn:active{transform:scale(.98)}.cookie-banner{z-index:1000;padding:16px;padding-bottom:max(16px, env(safe-area-inset-bottom));pointer-events:none;animation:.5s cubic-bezier(.22,1,.36,1) both cookieBannerIn;position:fixed;inset:auto 0 0}.cookie-banner__inner{pointer-events:auto;border:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f1115f5;border-radius:16px;flex-direction:column;max-width:1160px;min-height:0;max-height:min(92vh,760px);margin:0 auto;padding:20px 22px;display:flex;box-shadow:0 -8px 32px #00000059}.cookie-banner__title{color:var(--text);margin:0 0 10px;font-size:1.1rem}.cookie-banner__text{color:var(--muted);margin:0;font-size:.95rem;line-height:1.65}.cookie-banner__link{color:var(--brand);font-weight:600;text-decoration:underline}.cookie-banner__prefs{gap:12px;min-height:0;margin-top:16px;display:grid}.cookie-banner--customize .cookie-banner__prefs{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;max-height:min(38vh,280px);padding-right:6px;overflow:hidden auto}@media (height<=720px){.cookie-banner--customize .cookie-banner__prefs{max-height:min(26vh,200px)}}.cookie-banner__row{cursor:pointer;color:var(--muted);align-items:flex-start;gap:12px;font-size:.92rem;display:flex}.cookie-banner__row input{accent-color:var(--brand);margin-top:4px}.cookie-banner__row strong{color:var(--text);margin-bottom:2px;display:block}.cookie-banner__row small{opacity:.9;display:block}.cookie-banner__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.cookie-banner--customize .cookie-banner__actions{border-top:1px solid #ffffff1a;margin-top:14px;padding-top:14px}.cookie-banner__btn{min-height:44px}.cookie-banner .btn-outline{color:var(--text);background:#ffffff14;border-color:#ffffff59}.cookie-banner .btn-outline:hover{background:#ffffff24;border-color:#ffffff80}.cookie-banner .btn-primary{color:#0f1115}.footer-link-btn{font:inherit;color:var(--brand);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin:0;padding:0;text-decoration:underline}.footer-link-btn:hover{color:var(--text)}.footer-copy__sep{color:var(--muted);font-size:.85rem}.page-loader{justify-content:center;align-items:center;min-height:48vh;padding:48px 24px;display:flex}.page-loader__spinner{border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;width:40px;height:40px;animation:.75s linear infinite spinLoader}@keyframes spinLoader{to{transform:rotate(360deg)}}.header-search{border:1px solid var(--border);background:var(--surface-soft);border-radius:999px;flex-shrink:1;align-items:stretch;max-width:220px;display:flex;overflow:hidden}.header-search input{min-width:0;color:var(--text);background:0 0;border:none;flex:1;padding:8px 6px 8px 12px;font-size:.88rem}.header-search input::placeholder{color:var(--muted);opacity:.85}.header-search input:focus{outline:none}.header-search:focus-within{border-color:#ff6f0073;box-shadow:0 0 0 2px #ff6f001f}.header-search__btn{width:40px;color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.header-search__btn:hover{color:var(--brand)}.header-search--menu{width:100%;max-width:none;margin-top:8px;display:none}@media (width>=961px){.header-search--menu{display:none!important}.header-search--desktop{display:flex}}@media (width<=960px){.header-search--desktop{display:none!important}.header-search--menu{display:flex}}.search-page-hero h1{max-width:none}.search-results{gap:12px;margin:0;padding:0;list-style:none;display:grid}.search-result-card__head{flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin-bottom:6px;display:flex}.search-result-card__title{color:var(--text);font-size:1.05rem;font-weight:700}.search-result-card__title:hover{color:var(--brand)}.search-result-card__path{color:var(--muted);font-family:ui-monospace,monospace;font-size:.8rem}.search-empty-hint{color:var(--muted);max-width:56ch}@media (width<=640px){.page-hero{padding-top:28px;padding-bottom:6px}.page-hero h1{letter-spacing:-.03em;max-width:100%}.page-hero__lead{max-width:100%;font-size:1rem;line-height:1.62}.section h2{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.section-description,.section-description--center{max-width:100%}.cta{padding-bottom:max(52px, calc(40px + env(safe-area-inset-bottom)));padding-inline:2px}.cta--left .hero-actions{flex-direction:column;align-items:stretch}.inline-cta{flex-direction:column;align-items:stretch;gap:10px;display:flex}.inline-cta .btn{justify-content:center;width:100%}.panel{padding:18px 16px}.split{gap:14px}.motorista-steps{padding:16px}.proof-pill{padding:12px 14px;font-size:.88rem;line-height:1.35}.trust-bar span{padding:10px 14px;font-size:.82rem;line-height:1.35}.faq-item{padding:12px 14px}.faq-item summary{padding:10px 0;padding-right:8px}.legal-page h2{font-size:1.08rem;line-height:1.35}.store-buttons{flex-direction:column;align-items:stretch}.store-badge{justify-content:center;width:100%}.search-empty-hint{max-width:100%}.search-results{gap:14px}.home-audience__cta .text-link,.hero-link-row a,.inline-cta .text-link,.not-found__footnote .text-link,.footer-copy .text-link{align-items:center;min-height:44px;padding:6px 0;display:inline-flex}.legal-page .text-link,.prose-block .text-link,.legal-faq-section .text-link{border-radius:6px;margin:-6px -4px;padding:10px 4px}.cookie-banner{padding-inline:max(12px, env(safe-area-inset-left));padding-right:max(12px, env(safe-area-inset-right))}.cookie-banner__inner{border-radius:14px;padding:18px 16px}.cookie-banner__row{align-items:center;min-height:48px;padding:10px 0}.cookie-banner__row input{flex-shrink:0;width:22px;height:22px;margin-top:0}.cookie-banner__actions{flex-direction:column;justify-content:stretch;align-items:stretch;gap:10px;margin-top:16px}.cookie-banner__actions .btn{justify-content:center;width:100%}.footer{padding-bottom:max(28px, calc(20px + env(safe-area-inset-bottom)))}.footer-col li{margin-bottom:2px}.footer-col a{align-items:center;min-height:44px;padding:6px 0;display:inline-flex}.footer-link-btn{justify-content:center;align-items:center;min-height:44px;padding:8px 14px;display:inline-flex}.footer-copy{flex-direction:column;gap:10px;padding-inline:6px;line-height:1.5}.page-loader{padding-left:max(24px, env(safe-area-inset-left));padding-right:max(24px, env(safe-area-inset-right))}.error-fallback{padding-inline:max(20px, env(safe-area-inset-left))}}.fretes-step-card h3{margin-top:0}.fretes-step-head{align-items:flex-start;gap:16px;display:flex}.fretes-step-icon{width:52px;height:52px;color:var(--brand);background:linear-gradient(145deg,#ff6f0029,#ff6f000f);border:1px solid #ff6f0038;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.fretes-step-icon svg{width:26px;height:26px}.fretes-type-card--to{background:linear-gradient(160deg, #ff6f0017, var(--surface));border-color:#ff6f0047}.fretes-package-card h3{margin-top:0}.fretes-package-spec{color:var(--brand);margin:6px 0 10px;font-size:.92rem;font-weight:600}.fretes-bullet-list{color:var(--muted);margin:0;padding-left:1.2rem;line-height:1.75}.fretes-bullet-list li{margin-bottom:8px}.fretes-pricing{border:1px solid var(--border);background:linear-gradient(165deg, #ffffff08, var(--surface-soft));border-radius:14px;max-width:640px;margin:8px auto 0;padding:22px 24px}.fretes-pricing__list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.fretes-pricing__list li{border-bottom:1px solid var(--border);flex-direction:column;gap:4px;padding-bottom:16px;display:flex}.fretes-pricing__list li:last-child{border-bottom:none;padding-bottom:0}.fretes-pricing__label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.78rem;font-weight:700}.fretes-pricing__value{color:var(--text);font-size:1.02rem;line-height:1.5}@media (width<=480px){.header-search input,.header-search--menu input{font-size:16px}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}.page-transition,.topbar,.cookie-banner,.footer--motion,.hero--motion .hero-motion__el,.hero--motion .hero-motion__stat{opacity:1!important;animation:none!important;transform:none!important}.reveal--visible .grid--stagger .card{animation:none!important}@media (hover:hover) and (pointer:fine){.card:hover{box-shadow:none;transform:none}}.card:active{box-shadow:none;transform:none}.btn:active{transform:none}.page-loader__spinner{border-color:var(--brand);animation:none}}.launch-hero{background:linear-gradient(155deg, #ff6f0029 0%, #171a21f2 48%, var(--bg) 100%);border:1px solid #ff6f0047;border-radius:22px;margin:0 0 12px;padding:36px 22px 40px;position:relative;overflow:hidden}.launch-hero__glow{pointer-events:none;background:radial-gradient(at 30% 20%,#ff6f0059,#0000 58%);width:min(520px,90vw);height:140%;position:absolute;inset:-35% -15% auto auto}.launch-hero__inner{z-index:1;max-width:52rem;position:relative}.launch-hero__badge{letter-spacing:.12em;text-transform:uppercase;color:#0f1115;background:linear-gradient(135deg, var(--brand), var(--brand-strong));border-radius:999px;align-items:center;margin:0 0 14px;padding:6px 12px;font-size:.72rem;font-weight:800;display:inline-flex}.launch-hero__title{letter-spacing:-.035em;color:var(--text);margin:0 0 16px;font-size:clamp(1.75rem,5vw,2.45rem);font-weight:800;line-height:1.15}.launch-hero__lead{color:var(--muted);max-width:48ch;margin:0 0 22px;font-size:1.05rem;line-height:1.65}.launch-hero__actions{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.launch-hero__chips{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.launch-hero__chips li{color:var(--text);border:1px solid var(--border);background:#0003;border-radius:999px;padding:8px 14px;font-size:.82rem;font-weight:600}.launch-subnav{margin:0 0 20px}.launch-subnav__list{flex-wrap:wrap;justify-content:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.launch-subnav__list a{min-height:var(--touch-min);color:var(--text);background:var(--surface-soft);border:1px solid var(--border);white-space:nowrap;-webkit-tap-highlight-color:#ff6f001a;border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-size:.85rem;font-weight:700;transition:border-color .2s,background .2s;display:inline-flex}.launch-subnav__list a:hover{background:var(--surface);border-color:#ff6f0059}@media (width<=900px){.launch-subnav{z-index:40;padding:10px max(16px, env(safe-area-inset-left)) 12px max(16px, env(safe-area-inset-right));-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#0f1115eb;margin:0 -16px 16px;position:sticky;top:0}.launch-subnav__list{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:10px;padding-bottom:4px;overflow-x:auto}.launch-subnav__list::-webkit-scrollbar{display:none}.launch-subnav__list li{scroll-snap-align:start;flex-shrink:0}}.site--landing :is(#evento,#cronograma,#experiencia,#brandup,#faq,#contagem-final){scroll-margin-top:5.5rem}@media (width>=901px){.site--landing :is(#evento,#cronograma,#experiencia,#brandup,#faq,#contagem-final){scroll-margin-top:1.25rem}}.launch-section--countdown{padding-top:38px}@media (width<=640px){.launch-section.section{padding:var(--section-y-mobile) 0}.launch-section--countdown{padding-top:24px}.launch-hero__lead{font-size:1rem;line-height:1.68}}.launch-section__head{margin-bottom:8px}.launch-countdown-panel{margin-top:8px}.launch-countdown-panel .launch-countdown{max-width:560px}.launch-bento{grid-template-columns:1fr;gap:14px;margin-top:22px;display:grid}.launch-bento__card{border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:20px 18px}.launch-bento__card--wide{grid-column:1/-1}@media (width>=720px){.launch-bento{grid-template-rows:auto auto;grid-template-columns:1.2fr 1fr}.launch-bento__card--wide{flex-direction:column;grid-area:1/1/3/2;justify-content:center;display:flex}.launch-bento__card:not(.launch-bento__card--wide):nth-child(2){grid-area:1/2}.launch-bento__card:not(.launch-bento__card--wide):nth-child(3){grid-area:2/2}}.launch-bento__label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 8px;font-size:.72rem;font-weight:800}.launch-bento__value{color:var(--text);margin:0;font-size:1.35rem;font-weight:800;line-height:1.2}.launch-bento__hint{color:var(--muted);margin:10px 0 0;font-size:.88rem}.launch-section--muted{background:#ffffff05;border:1px solid #ffffff0a;border-radius:18px}.launch-dual{grid-template-columns:1fr;gap:18px;margin-top:24px;display:grid}@media (width>=900px){.launch-dual{grid-template-columns:1fr 1fr;gap:28px}}.launch-dual__col{border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:22px 20px}.launch-dual__col--accent{background:linear-gradient(180deg, #ff6f001f, var(--surface) 55%);border-color:#ff6f0059}.launch-dual__title{color:var(--text);margin:0 0 16px;font-size:1.15rem;font-weight:800}.launch-dual__list{margin:0 0 20px;padding:0;list-style:none}.launch-dual__list li{border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:16px}.launch-dual__list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.launch-dual__list strong{color:var(--text);margin-bottom:6px;font-size:.95rem;display:block}.launch-dual__list span{color:var(--muted);font-size:.9rem;line-height:1.6;display:block}.launch-timeline-wrap{max-width:720px;margin:20px auto 0}.launch-timeline__header{border-bottom:2px solid #ff6f0059;grid-template-columns:minmax(68px,88px) 1fr;align-items:end;gap:16px;margin-bottom:4px;padding-bottom:12px;display:grid}.launch-timeline__header .launch-timeline__time{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;text-align:right;font-size:.72rem;font-weight:800}.launch-timeline__header-activity{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding-bottom:2px;font-size:.72rem;font-weight:800}.launch-timeline{margin:0;padding:0;list-style:none}.launch-timeline__item{border-bottom:1px solid var(--border);grid-template-columns:minmax(68px,88px) 1fr;align-items:start;gap:16px;margin:0;padding:0 0 20px;display:grid}.launch-timeline__item:last-child{border-bottom:none;padding-bottom:0}.launch-timeline__time{font-variant-numeric:tabular-nums;color:var(--brand);text-align:right;padding-top:2px;font-size:.9rem;font-weight:800}.launch-timeline__title{color:var(--text);margin:0 0 6px;font-size:1.02rem;font-weight:700}.launch-timeline__detail{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.launch-section--trust{padding:48px 0}.launch-trust{grid-template-columns:1fr;align-items:stretch;gap:24px;display:grid}@media (width>=880px){.launch-trust{grid-template-columns:1.2fr .8fr;gap:32px}}.launch-trust__title{letter-spacing:-.02em;margin:0 0 12px;font-size:1.5rem;font-weight:800}.launch-trust__lead{color:var(--muted);margin:0 0 16px;font-size:1.02rem;line-height:1.65}.launch-trust__bullets{color:var(--muted);margin:0 0 18px;padding-left:1.2rem;line-height:1.65}.launch-trust__bullets li{margin-bottom:8px}.launch-trust__panel{background:linear-gradient(160deg, #ff6f001a, var(--surface-soft));border:1px solid #ff6f0038;border-radius:18px;flex-direction:column;justify-content:center;padding:24px 22px;display:flex}.launch-trust__panel-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin:0;font-size:.72rem;font-weight:800}.launch-trust__panel-brand{color:var(--text);margin:8px 0 0;font-size:1.5rem;font-weight:800}.launch-trust__panel-text{color:var(--muted);margin:10px 0 0;font-size:.92rem;line-height:1.5}.launch-section--brandup{background:linear-gradient(165deg, #ff6f001a 0%, var(--surface) 48%, var(--surface-soft) 100%);border:1px solid #ff6f0038;border-radius:20px}.launch-brandup__header{text-align:center;margin-bottom:8px}.launch-brandup__title{margin-top:6px}.launch-brandup__intro{max-width:62ch}.launch-brandup__pills{color:var(--text);flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin:18px 0 0;padding:0;font-size:.88rem;font-weight:700;list-style:none;display:flex}.launch-brandup__pills li{align-items:center;display:inline-flex}.launch-brandup__pills li:not(:last-child):after{content:"·";color:var(--brand);margin:0 10px;font-weight:800}.launch-brandup__grid{margin-top:22px}.launch-brandup__about{border:1px solid var(--border);background:#0000002e;border-radius:16px;margin-top:26px;padding:22px 18px 24px}.launch-brandup__about-title{color:var(--text);text-align:center;margin:0 0 14px;font-size:1.2rem;font-weight:800}.launch-brandup__about p{color:var(--muted);margin:0 0 14px;font-size:.98rem;line-height:1.68}.launch-brandup__about p:last-of-type{margin-bottom:0}.launch-brandup__cta{text-align:center;margin-top:22px}.launch-brandup__cta .btn{width:100%;max-width:320px}@media (width>=640px){.launch-brandup__about{padding:26px 24px 28px}.launch-brandup__about p{font-size:1rem}}@media (width<=600px){.launch-hero{border-radius:18px;padding:28px 16px 32px}.launch-hero__actions .btn{justify-content:center;width:100%}.launch-bento__card--wide{grid-area:auto/1/auto/-1}.launch-timeline__header{grid-template-columns:1fr;align-items:start;gap:4px}.launch-timeline__header .launch-timeline__time{text-align:left}.launch-timeline__item{grid-template-columns:1fr;gap:6px}.launch-timeline__time{text-align:left}}.exclusao-conta{max-width:640px;margin:0 auto;padding:8px 0 48px}.exclusao-conta__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;margin-bottom:28px;padding-bottom:20px;display:flex}.exclusao-conta__brand{color:var(--text);align-items:center;gap:12px;font-size:1.1rem;font-weight:700;display:inline-flex}.exclusao-conta__brand:hover{color:var(--brand)}.exclusao-conta__logo{border-radius:10px;flex-shrink:0}.exclusao-conta__badge{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border:1px solid var(--border);background:#ff6f0014;border-radius:999px;padding:6px 12px;font-size:.72rem;font-weight:600}.exclusao-conta__title{letter-spacing:-.02em;margin:0 0 14px;font-size:clamp(1.65rem,4vw,2.1rem);line-height:1.2}.exclusao-conta__lead{color:var(--muted);margin:0 0 28px;font-size:1.05rem;line-height:1.65}.exclusao-conta__card{border:1px solid var(--border);background:var(--surface);border-radius:16px;margin-bottom:20px;padding:22px 22px 24px}.exclusao-conta__card--muted{background:var(--surface-soft)}.exclusao-conta__h2{margin:0 0 14px;font-size:1.1rem;font-weight:700}.exclusao-conta__steps{color:var(--muted);margin:0;padding-left:1.25rem;line-height:1.65}.exclusao-conta__steps li{margin-bottom:16px}.exclusao-conta__steps li:last-child{margin-bottom:0}.exclusao-conta__steps strong{color:var(--text);margin-bottom:6px;margin-left:-.25rem;display:block}.exclusao-conta__steps p{margin:0}.exclusao-conta__mono{color:var(--text);word-break:break-word;font-family:ui-monospace,SFMono-Regular,Segoe UI Mono,Menlo,monospace;font-size:.85em}.exclusao-conta__actions{margin-top:22px}.exclusao-conta__actions .btn{text-align:center;justify-content:center;width:100%}.exclusao-conta__list{color:var(--muted);margin:0;padding-left:1.2rem;line-height:1.65}.exclusao-conta__list li{margin-bottom:10px}.exclusao-conta__list li:last-child{margin-bottom:0}.exclusao-conta__muted{color:var(--muted);margin:0;font-size:.95rem;line-height:1.65}.exclusao-conta__footer{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px 4px;margin-top:32px;padding-top:20px;font-size:.9rem;display:flex}.exclusao-conta__footer a{color:var(--brand);text-underline-offset:3px;text-decoration:underline}.exclusao-conta__footer a:hover{color:var(--brand-strong)}.exclusao-conta__footer-sep{color:var(--border);-webkit-user-select:none;user-select:none}@media (width>=640px){.exclusao-conta__actions .btn{width:auto;min-width:280px}}
