html{touch-action:pan-x pan-y}:root{--color-primary: #d0a7db;--color-primary-light: #e4cce9;--color-primary-dark: #c17cd5;--color-primary-rgb: 208, 167, 219;--color-secondary: #bce4e8;--color-secondary-light: #d5eff2;--color-secondary-dark: #9dd4d9;--color-brand-deep: #7a5195;--color-brand-darker: #5c3d72;--color-brand-surface: #1a1030;--gradient-brand: linear-gradient(135deg, #d0a7db 0%, #c17cd5 50%, #bce4e8 100%);--gradient-brand-soft: linear-gradient(135deg, rgba(208, 167, 219, .08) 0%, rgba(188, 228, 232, .08) 100%);--gradient-text: linear-gradient(135deg, #d0a7db 0%, #c17cd5 100%);--gradient-button: linear-gradient(135deg, #c17cd5 0%, #a855c7 100%);--roxo-texto: #7c3f9e;--roxo-fundo: #f6ecfa;--shadow-primary: 0 4px 12px rgba(208, 167, 219, .4);--shadow-primary-lg: 0 8px 20px rgba(208, 167, 219, .4);--shadow-card: 0 4px 16px -4px rgba(109, 40, 217, .08), 0 1px 3px rgba(0, 0, 0, .06);--shadow-card-hover: 0 20px 40px -15px rgba(109, 40, 217, .16), 0 4px 12px rgba(0, 0, 0, .08);--shadow-card-lg: 0 12px 32px -8px rgba(109, 40, 217, .12), 0 2px 6px rgba(0, 0, 0, .05);--border-card: 1px solid rgba(208, 167, 219, .15);--border-card-hover: 1px solid rgba(193, 124, 213, .3);--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;--altura-header: 77px;scroll-padding-top:calc(var(--altura-header) + 36px);overflow-x:hidden}body{font-family:var(--font-sans);color:var(--color-gray-800);background-color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--color-gray-900)}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{color:var(--color-gray-600)}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.section{padding:var(--space-3xl) 0}.text-gradient{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;border-radius:10px;border:none;cursor:pointer;transition:all .28s cubic-bezier(.25,.46,.45,.94)}.btn-primary{background:var(--gradient-button);color:var(--color-white);box-shadow:0 2px 8px #7a51954d;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #7a519566}.btn-secondary{background:var(--color-white);color:var(--color-gray-700);border:1px solid rgba(208,167,219,.2);box-shadow:0 1px 4px #0000000a;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.btn-secondary:hover{background:var(--color-white);border-color:#c17cd566;color:var(--color-primary-dark);box-shadow:0 4px 16px #c17cd526;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--color-primary-dark);border:2px solid var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:var(--color-white)}.btn-hero{font-size:1.1rem;padding:1rem 2.2rem;box-shadow:0 4px 20px #7a519566}.btn-hero:hover{box-shadow:0 8px 32px #7a519580}.btn-hero-outline{font-size:1.1rem;padding:1rem 2.2rem;border-width:2px;border-color:#e4cce9;color:var(--roxo-texto);background:#ffffffb3}.btn-hero-outline:hover{background:#f5efff;border-color:#a855c7;color:#5b21b6}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-float{animation:float 3s ease-in-out infinite}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.container{padding:0 var(--space-md)}.section{padding:var(--space-2xl) 0}}@media(pointer:fine){html{scrollbar-width:thin;scrollbar-color:#a855c7 transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#a855c7;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#7a5195}::-webkit-scrollbar-corner{background:transparent}}._page_4ez28_3{min-height:100vh;display:flex;flex-direction:column}._header_4ez28_10{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;border-bottom:1px solid rgba(208,167,219,.1);box-shadow:0 1px 8px #c17cd50f}._headerContent_4ez28_40{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;position:relative}._logo_4ez28_50{display:flex;align-items:center;gap:.75rem;text-decoration:none}._logoImage_4ez28_57{width:40px;height:40px;object-fit:contain;border-radius:10px}._logoText_4ez28_64{font-size:1.5rem;font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._nav_4ez28_72{display:flex;align-items:center}._navInner_4ez28_85{display:flex;align-items:center;gap:2rem}._nav_4ez28_72 a{color:var(--color-gray-600);font-weight:500;transition:color .2s}._nav_4ez28_72 a:hover{color:var(--color-primary)}._navCta_4ez28_101{background:var(--gradient-button);color:#fff!important;padding:10px 24px;border-radius:12px;font-weight:600;font-size:14px;box-shadow:0 2px 8px #c17cd54d;transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease}._navCta_4ez28_101:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c17cd566}._mobileMenuBtn_4ez28_117{display:none;background:none;border:none;cursor:pointer;color:var(--color-gray-700);padding:.5rem;width:44px;height:44px;flex-direction:column;align-items:flex-end;justify-content:center;gap:5px}._mobileMenuBtn_4ez28_117 span{display:block;height:2px;width:24px;border-radius:2px;background:currentColor;transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .3s ease}._mobileMenuBtnOpen_4ez28_147 span:nth-child(1){transform:translateY(7px) rotate(45deg)}._mobileMenuBtnOpen_4ez28_147 span:nth-child(2){opacity:0;transform:scaleX(.4)}._mobileMenuBtnOpen_4ez28_147 span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){._nav_4ez28_72{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 1.5rem 1.5rem;gap:.25rem;box-shadow:0 8px 32px #0000001f;border-top:1px solid rgba(208,167,219,.15);display:grid;grid-template-rows:minmax(0,0fr);overflow:hidden;opacity:0;pointer-events:none;transition:grid-template-rows .58s cubic-bezier(.22,1,.36,1),opacity .34s ease;padding:0}._navInner_4ez28_85{min-height:0;overflow:hidden;flex-direction:column;align-items:stretch;gap:.25rem;padding:1rem 1.5rem 1.5rem}._nav_4ez28_72 a{opacity:0;transform:translateY(-10px);transition:opacity .26s ease,transform .42s cubic-bezier(.22,1,.36,1)}._navOpen_4ez28_202 a{opacity:1;transform:none}._navOpen_4ez28_202 a:nth-child(1){transition-delay:.1s}._navOpen_4ez28_202 a:nth-child(2){transition-delay:.16s}._navOpen_4ez28_202 a:nth-child(3){transition-delay:.22s}._navOpen_4ez28_202 a:nth-child(4){transition-delay:.28s}._navOpen_4ez28_202 a:nth-child(5){transition-delay:.34s}._navOpen_4ez28_202 a:nth-child(6){transition-delay:.4s}._nav_4ez28_72 a{font-size:1.05rem;padding:.7rem 1rem;border-radius:10px;transition:background .2s,color .2s;width:100%;text-align:center}._nav_4ez28_72 a:hover{background:#d0a7db1a}._navOpen_4ez28_202{grid-template-rows:minmax(0,1fr);opacity:1;pointer-events:auto}._mobileMenuBtn_4ez28_117{display:flex;z-index:101}}._hero_4ez28_250{position:relative;overflow-anchor:none;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden;background:linear-gradient(180deg,#fff,#fdfbff 55%,#f9f5ff)}._heroBackground_4ez28_286{position:absolute;inset:0;z-index:0;border-radius:0 0 16px 16px}._heroGradient_4ez28_307{position:absolute;inset:0;background:linear-gradient(135deg,#d0a7db26,#fff9 40%,#bce4e826)}._heroGradient_4ez28_307:before{content:"";position:absolute;top:20%;right:10%;width:400px;height:400px;background:radial-gradient(circle,rgba(208,167,219,.12) 0%,transparent 60%);border-radius:50%;pointer-events:none}._heroGradient_4ez28_307:after{content:"";position:absolute;bottom:10%;left:5%;width:300px;height:300px;background:radial-gradient(circle,rgba(188,228,232,.1) 0%,transparent 60%);border-radius:50%;pointer-events:none}._heroSlidesWrapper_4ez28_266{position:absolute;inset:0;opacity:.28}._heroSlidesWrapper_4ez28_266:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff8c,#f7f3fdbf);pointer-events:none}._heroSlide_4ez28_266{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease-in-out}._heroSlideActive_4ez28_363{opacity:1}._heroSlide_4ez28_266 img{width:100%;height:100%;object-fit:cover}._heroSlideOverlay_4ez28_373{position:absolute;inset:0;background:linear-gradient(180deg,#fff0 0% 74%,#f9f5ff8c);pointer-events:none}._heroSlideDots_4ez28_391{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:5}._heroSlideDot_4ez28_391{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;padding:0;transition:all .3s}._heroSlideDot_4ez28_391:hover{background:#ffffff80}._heroSlideDotActive_4ez28_416{background:#fff;border-color:#fff;transform:scale(1.2)}._heroContent_4ez28_422{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;grid-template-areas:"texto" "card" "cta";justify-items:center;row-gap:1.6rem;align-items:center;position:relative;z-index:2}._heroCardSlot_4ez28_448{grid-area:card;display:flex;justify-content:center;width:100%}._heroCtaSlot_4ez28_449{grid-area:cta;min-width:0}._heroText_4ez28_453{min-width:0}._heroTextOverImage_4ez28_458{grid-area:texto;text-align:center;max-width:800px;justify-self:center}._heroTextOverImage_4ez28_458 h1{color:#140a24!important;background:none!important;-webkit-text-fill-color:#140a24!important;text-shadow:none}._heroTextOverImage_4ez28_458 p{color:#4b3f63!important;text-shadow:none}._heroCtaSlot_4ez28_449 ._heroCta_4ez28_449{justify-content:center}._heroText_4ez28_453 h1{font-size:3rem;line-height:1.12;margin-bottom:1.5rem;font-weight:800;letter-spacing:-.02em;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;overflow-wrap:break-word;word-wrap:break-word;word-break:normal;max-width:100%}._heroText_4ez28_453 p{font-size:1.25rem;color:var(--color-gray-600);margin-bottom:2rem;line-height:1.8}._heroCta_4ez28_449{display:flex;gap:1rem;flex-wrap:wrap}._heroImage_4ez28_511{display:flex;justify-content:center;align-items:center}._heroLogo_4ez28_517{width:350px;height:350px;object-fit:contain;border-radius:80px;animation:_float_4ez28_1 3s ease-in-out infinite}._heroFallback_4ez28_525{position:relative;width:380px;height:380px;display:flex;align-items:center;justify-content:center}._heroFallbackLogo_4ez28_534{width:140px;height:140px;object-fit:contain;border-radius:32px;z-index:2;animation:_float_4ez28_1 3s ease-in-out infinite;filter:drop-shadow(0 8px 24px rgba(208,167,219,.3))}._heroFallbackOrb1_4ez28_544,._heroFallbackOrb2_4ez28_545,._heroFallbackOrb3_4ez28_546{position:absolute;border-radius:50%;pointer-events:none}._heroFallbackOrb1_4ez28_544{width:280px;height:280px;background:radial-gradient(circle,rgba(208,167,219,.25) 0%,transparent 70%);animation:_heroOrb1_4ez28_1 6s ease-in-out infinite}._heroFallbackOrb2_4ez28_545{width:200px;height:200px;top:-20px;right:10px;background:radial-gradient(circle,rgba(188,228,232,.3) 0%,transparent 70%);animation:_heroOrb2_4ez28_1 8s ease-in-out infinite}._heroFallbackOrb3_4ez28_546{width:160px;height:160px;bottom:10px;left:20px;background:radial-gradient(circle,rgba(193,124,213,.15) 0%,transparent 70%);animation:_heroOrb3_4ez28_1 7s ease-in-out infinite}@keyframes _heroOrb1_4ez28_1{0%,to{transform:scale(1) translate(0)}33%{transform:scale(1.15) translate(10px,-15px)}66%{transform:scale(.9) translate(-10px,10px)}}@keyframes _heroOrb2_4ez28_1{0%,to{transform:scale(1) translate(0)}50%{transform:scale(1.2) translate(-20px,15px)}}@keyframes _heroOrb3_4ez28_1{0%,to{transform:scale(1) translate(0)}50%{transform:scale(1.1) translate(15px,-10px)}}@media(max-width:768px){._heroFallback_4ez28_525{width:240px;height:240px}._heroFallbackLogo_4ez28_534{width:90px;height:90px}._heroFallbackOrb1_4ez28_544{width:180px;height:180px}._heroFallbackOrb2_4ez28_545{width:130px;height:130px}._heroFallbackOrb3_4ez28_546{width:100px;height:100px}}._heroBadge_4ez28_608{display:inline-flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:1.5rem}._heroTextOverImage_4ez28_458 ._heroBadge_4ez28_608{display:flex;align-items:center;margin-left:auto;margin-right:auto}._heroBadgeText_4ez28_628{font-size:1.05rem;font-weight:700;letter-spacing:.4px;color:var(--roxo-texto);background:var(--roxo-fundo);padding:.5rem 1.4rem;border-radius:24px;border:1px solid #ddd0fb}._iaFirstImg_4ez28_641{width:56px;height:56px;object-fit:contain}._iaFirstImgLg_4ez28_647{width:140px;height:140px;object-fit:contain}@media(max-width:968px){._hero_4ez28_250{padding-top:88px;min-height:auto;padding-bottom:3rem}._heroContent_4ez28_422{text-align:center;row-gap:1.4rem}._heroTextOverImage_4ez28_458{max-width:100%}._heroText_4ez28_453 h1{font-size:2rem}._heroCta_4ez28_449{justify-content:center}._heroImage_4ez28_511{order:-1}._heroLogo_4ez28_517{width:150px;height:150px;border-radius:40px}._heroBadge_4ez28_608 svg{width:56px;height:56px}._heroBadgeText_4ez28_628{font-size:.85rem;padding:.35rem 1.1rem}._heroSlideDots_4ez28_391{bottom:16px}._heroBackground_4ez28_286{border-radius:0 0 12px 12px}._heroSlideOverlay_4ez28_373{background:linear-gradient(180deg,#fff0 0% 80%,#f9f5ff80)}._heroTextOverImage_4ez28_458 p{font-size:1.05rem}}._carousel_4ez28_733{padding:4rem 0;background:var(--color-gray-50)}._carouselContainer_4ez28_738{position:relative;max-width:1000px;margin:0 auto;overflow:hidden;border-radius:20px;box-shadow:var(--shadow-card-lg);border:var(--border-card)}._carouselSlides_4ez28_748{display:flex;transition:transform .5s ease}._carouselSlide_4ez28_748{min-width:100%;position:relative}._carouselSlide_4ez28_748 img{width:100%;height:400px;object-fit:cover}._carouselCaption_4ez28_765{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,#000000b3);color:#fff}._carouselCaption_4ez28_765 h3{color:#fff;margin-bottom:.5rem}._carouselCaption_4ez28_765 p{color:#ffffffe6}._carouselBtn_4ez28_784{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-gray-700);transition:all .2s;box-shadow:var(--shadow-md)}._carouselBtn_4ez28_784:hover{background:#fff;transform:translateY(-50%) scale(1.1)}._carouselPrev_4ez28_807{left:1rem}._carouselNext_4ez28_811{right:1rem}._carouselDots_4ez28_815{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}._carouselDot_4ez28_815{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .2s}._carouselDotActive_4ez28_834{background:#fff;transform:scale(1.2)}._showcase_4ez28_840{padding:5rem 0;background:var(--gradient-brand-soft)}._showcaseGrid_4ez28_845{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:2rem}._showcaseCard_4ez28_852{background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-card-lg);transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease;border:var(--border-card)}._iphoneMockup_4ez28_861{overflow:visible!important}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865{position:relative;min-height:580px;display:flex;justify-content:center;align-items:center;overflow:visible}._showcaseCard_4ez28_852:hover{transform:translateY(-8px);box-shadow:0 24px 48px -16px #c17cd540,0 8px 16px #0000000f;border-color:#c17cd540}._showcaseImageWrapper_4ez28_865{position:relative;padding:2rem;background:linear-gradient(135deg,var(--color-gray-50) 0%,white 100%);display:flex;justify-content:center;align-items:center}._showcaseImageWrapper_4ez28_865 img{width:100%;height:auto;max-height:400px;object-fit:contain;border-radius:12px;box-shadow:0 4px 16px #c17cd51f}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865{padding:2.5rem;background:transparent!important}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:262px;height:544px;background:#1a1a1a;border-radius:46px;box-shadow:0 0 0 1px #444,0 20px 40px #00000059;z-index:1}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865:after{content:"";position:absolute;top:calc(50% - 255px);left:50%;transform:translate(-50%);width:65px;height:16px;background:#000;border-radius:10px;z-index:4}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865 img{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:2;width:256px!important;height:540px!important;max-height:none!important;border-radius:44px!important;object-fit:cover!important;object-position:top center;box-shadow:none!important;border:1px solid #333!important}._macbookMockup_4ez28_951{overflow:visible}._showcaseText_4ez28_953{padding:1.5rem 2rem 2rem;text-align:center}._showcaseText_4ez28_953 h3{font-size:1.5rem;margin-bottom:.5rem;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._showcaseText_4ez28_953 p{color:var(--color-gray-600);font-size:1rem;line-height:1.6}._whitelabelBanner_4ez28_973{display:flex;align-items:center;gap:2rem;margin-top:3rem;padding:2rem 2.5rem;background:#0f0a1e;border-radius:20px;border:1px solid rgba(193,124,213,.15)}._whitelabelColors_4ez28_984{display:flex;gap:6px;flex-shrink:0}._whitelabelColors_4ez28_984 span{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.15)}._whitelabelText_4ez28_997 h3{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:.35rem}._whitelabelText_4ez28_997 p{font-size:.95rem;line-height:1.6;color:#fff9;margin:0}@media(max-width:768px){._whitelabelBanner_4ez28_973{flex-direction:column;text-align:center;padding:1.75rem;gap:1.25rem}._whitelabelColors_4ez28_984 span{width:24px;height:24px}}._streamSection_4ez28_1026{margin-top:3rem}._streamHeader_4ez28_1030{text-align:center;margin-bottom:2rem}._streamHeader_4ez28_1030 h3{font-size:1.75rem;margin-bottom:.5rem;color:var(--color-gray-900);font-weight:700}._streamHeader_4ez28_1030 p{color:var(--color-gray-600);font-size:1.05rem;max-width:520px;margin:0 auto;line-height:1.6}._streamSection_4ez28_1026 ._macbookMockup_4ez28_951{max-width:700px;margin:0 auto}@media(max-width:768px){._streamHeader_4ez28_1030 h3{font-size:1.35rem}}._appleWatchMockup_4ez28_1062{overflow:visible!important;background:transparent!important;border:none!important;box-shadow:none!important;width:100%;max-width:260px}._appleWatchMockup_4ez28_1062:hover{box-shadow:none!important}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865{position:relative;min-height:300px;display:flex;justify-content:center;align-items:center;background:transparent!important;padding:0}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:196px;height:240px;background:#1a1a1a;border-radius:42px;box-shadow:0 0 0 2px #333,0 0 0 3.5px #555,0 0 0 4.5px #333,0 16px 32px #00000059;z-index:1}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865:after{content:"";position:absolute;top:calc(50% - 20px);right:calc(50% - 110px);width:7px;height:24px;background:linear-gradient(180deg,#666,#444,#555);border-radius:3px;z-index:4;box-shadow:1px 0 3px #0000004d}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865 img{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:2;width:186px!important;height:230px!important;max-height:none!important;border-radius:38px!important;object-fit:cover!important;box-shadow:none!important;border:1px solid #333!important}@media(max-width:768px){._appleWatchMockup_4ez28_1062{width:240px}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865{min-height:260px}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865:before{width:168px;height:206px;border-radius:36px}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865:after{right:calc(50% - 95px);width:6px;height:20px}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865 img{width:160px!important;height:198px!important;border-radius:33px!important}}@media(max-width:480px){._appleWatchMockup_4ez28_1062{width:200px}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865{min-height:220px}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865:before{width:146px;height:180px;border-radius:32px}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865:after{right:calc(50% - 83px);width:5px;height:18px}._appleWatchMockup_4ez28_1062 ._showcaseImageWrapper_4ez28_865 img{width:138px!important;height:172px!important;border-radius:28px!important}}._watchSection_4ez28_1190{margin-top:3rem}._watchHeader_4ez28_1194{text-align:center;margin-bottom:2rem}._watchHeader_4ez28_1194 h3{font-size:1.75rem;margin-bottom:.5rem;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._watchHeader_4ez28_1194 p{color:var(--color-gray-600);font-size:1.05rem;max-width:520px;margin:0 auto;line-height:1.6}._watchGrid_4ez28_1220{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem}@media(min-width:969px){._watchGrid_4ez28_1220>*{flex:0 0 260px}}@media(max-width:968px){._watchGrid_4ez28_1220{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}._watchMockup_4ez28_1244{transform:scale(.5);margin:-60px -55px}._appleWatchMockup_4ez28_1062{transform:scale(.5);margin:-50px -55px}._watchMockup_4ez28_1244:hover,._appleWatchMockup_4ez28_1062:hover{transform:scale(.5)!important;box-shadow:none!important}}._watchMockup_4ez28_1244{overflow:visible!important;background:transparent!important;border:none!important;box-shadow:none!important;width:100%;max-width:260px}._watchMockup_4ez28_1244:hover{box-shadow:none!important}._watchMockup_4ez28_1244 ._showcaseImageWrapper_4ez28_865{position:relative;min-height:300px;display:flex;justify-content:center;align-items:center;background:transparent!important;padding:0}._watchMockup_4ez28_1244 ._showcaseImageWrapper_4ez28_865:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:232px;height:232px;background:#1a1a1a;border-radius:50%;box-shadow:0 0 0 3px #333,0 0 0 5px #555,0 0 0 6px #333,0 16px 32px #00000059;z-index:1}._watchMockup_4ez28_1244 ._showcaseImageWrapper_4ez28_865:after{content:"";position:absolute;top:50%;right:calc(50% - 126px);transform:translateY(-50%);width:8px;height:28px;background:linear-gradient(180deg,#666,#444,#555);border-radius:3px;z-index:4;box-shadow:1px 0 3px #0000004d}._watchMockup_4ez28_1244 ._showcaseImageWrapper_4ez28_865 img{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:2;width:220px!important;height:220px!important;max-height:none!important;border-radius:50%!important;object-fit:cover!important;box-shadow:none!important;border:2px solid #222!important}@media(max-width:968px){._showcaseGrid_4ez28_845{grid-template-columns:1fr;max-width:500px;margin:2rem auto 0}._showcaseImageWrapper_4ez28_865 img{max-height:300px}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865{min-height:520px}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865:before{width:224px;height:466px;border-radius:40px}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865:after{top:calc(50% - 218px);width:52px;height:13px}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865 img{width:218px!important;height:460px!important;border-radius:38px!important;border-width:1px!important}._macbookStage_4ez28_1370{padding:1.5rem .5rem 1rem;perspective:1000px}._macbook_4ez28_951{max-width:380px}}@media(max-width:480px){._showcaseCard_4ez28_852{border-radius:16px}._showcaseImageWrapper_4ez28_865{padding:1.5rem 1rem}._showcaseText_4ez28_953{padding:1rem 1.5rem 1.5rem}._showcaseText_4ez28_953 h3{font-size:1.25rem}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865{min-height:480px}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865:before{width:204px;height:424px;border-radius:36px}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865:after{top:calc(50% - 198px);width:48px;height:11px}._iphoneMockup_4ez28_861 ._showcaseImageWrapper_4ez28_865 img{width:198px!important;height:418px!important;border-radius:34px!important;border-width:1px!important}._macbookStage_4ez28_1370{padding:1rem .5rem .75rem;perspective:900px}._macbook_4ez28_951{max-width:300px}._watchHeader_4ez28_1194 h3{font-size:1.35rem}._watchHeader_4ez28_1194 p{font-size:.95rem}}._features_4ez28_1438{padding:5rem 0;position:relative;overflow:hidden}._features_4ez28_1438:before{content:"";position:absolute;top:-80px;left:-120px;width:350px;height:350px;background:radial-gradient(circle,rgba(193,124,213,.04) 0%,transparent 70%);border-radius:50%;pointer-events:none}._sectionHeader_4ez28_1456{text-align:center;margin-bottom:3rem;position:relative;z-index:1}._sectionHeader_4ez28_1456 h2{margin-bottom:.75rem}._sectionHeader_4ez28_1456 p{font-size:1.125rem}._featuresGrid_4ez28_1475{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._featureCard_4ez28_1481{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--shadow-card);transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease;border:1px solid var(--color-gray-200);text-align:center;display:flex;flex-direction:column;align-items:center}._featureCard_4ez28_1481:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover);border-color:#c17cd533}._featureIcon_4ez28_1500{width:64px;height:64px;background:#f3f0ff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--color-brand-deep);border:1px solid rgba(193,124,213,.1);transition:all .3s ease}._featureCard_4ez28_1481:hover ._featureIcon_4ez28_1500{transform:scale(1.06);background:#ede9fe;border-color:#c17cd533}._featureCard_4ez28_1481 h3{margin-bottom:.75rem;font-size:1.25rem}._featureCard_4ez28_1481 p{font-size:.95rem;line-height:1.6}@media(max-width:968px){._featuresGrid_4ez28_1475{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){._featuresGrid_4ez28_1475{grid-template-columns:1fr}}._bizzi_4ez28_1543{padding:5rem 0;background:var(--gradient-brand-soft)}._bizziContent_4ez28_1548{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._bizziImageWrapper_4ez28_1555{width:280px;height:280px;margin:0 auto;background:#fff;border-radius:50%;padding:1rem;box-shadow:0 20px 60px #00000026,0 0 0 8px #fff;display:flex;align-items:center;justify-content:center;overflow:hidden}._bizziImageWrapper_4ez28_1555 img{width:100%;height:100%;object-fit:contain;border-radius:50%}._bizziText_4ez28_1576 h2{margin-bottom:1.5rem;color:var(--color-gray-900)}._bizziText_4ez28_1576 p{font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}._bizziFeatures_4ez28_1587{list-style:none}._bizziFeatures_4ez28_1587 li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--color-gray-700)}._bizziFeatures_4ez28_1587 li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:var(--gradient-brand);border-radius:50%}@media(max-width:768px){._bizziContent_4ez28_1548{grid-template-columns:1fr;text-align:center}._bizziImage_4ez28_1555{order:-1}._bizziFeatures_4ez28_1587{text-align:left;max-width:300px;margin:0 auto}}._about_4ez28_1628{padding:6rem 0;position:relative;overflow:hidden;background:#faf8fc}._aboutText_4ez28_1635{font-size:1.25rem;text-align:center;max-width:800px;margin:0 auto 3rem;line-height:1.8;position:relative;z-index:1}._aboutContent_4ez28_1645{position:relative;z-index:1}._aboutCards_4ez28_1650{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._aboutCard_4ez28_1650{background:#fff;padding:24px;border-radius:16px;box-shadow:var(--shadow-card);border:1px solid var(--color-gray-200);transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease}._aboutCard_4ez28_1650:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px);border-color:#c17cd533}._aboutCard_4ez28_1650 h3{margin-bottom:1rem;color:var(--color-brand-deep)}._aboutCard_4ez28_1650 p{line-height:1.7}@media(max-width:768px){._aboutCards_4ez28_1650{grid-template-columns:1fr}}._clients_4ez28_1687{padding:5rem 0;background:var(--color-gray-50);position:relative;overflow:hidden}._clients_4ez28_1687:before{content:"";position:absolute;bottom:-60px;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(208,167,219,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}._clientsGrid_4ez28_1707{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;align-items:center;justify-items:center}._clientCard_4ez28_1715{background:#fff;border-radius:16px;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:center;min-height:100px;width:100%;border:var(--border-card);box-shadow:var(--shadow-card);transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease}._clientCard_4ez28_1715:hover{background:#fff;box-shadow:var(--shadow-card-hover);transform:translateY(-4px);border-color:#c17cd54d}._clientCard_4ez28_1715 img{max-width:120px;max-height:60px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:box-shadow .4s ease,transform .4s ease,opacity .4s ease,filter .4s ease}._clientCard_4ez28_1715:hover img{filter:grayscale(0%);opacity:1}._clientCard_4ez28_1715 a{display:flex;align-items:center;justify-content:center}._clientCard_4ez28_1715 span{color:var(--color-gray-600);font-weight:600;text-align:center}@media(max-width:640px){._clientsGrid_4ez28_1707{grid-template-columns:repeat(2,1fr);gap:1rem}._clientCard_4ez28_1715{padding:1rem;min-height:80px}._clientCard_4ez28_1715 img{max-width:80px;max-height:40px}}._contact_4ez28_1780{padding:5rem 0;background:var(--color-gray-50)}._contactContent_4ez28_1785{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem}._contactForm_4ez28_1791{background:#fff;padding:32px;border-radius:20px;box-shadow:var(--shadow-card-lg);border:var(--border-card)}._formRow_4ez28_1799{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._formGroup_4ez28_1805{margin-bottom:1.5rem}._formGroup_4ez28_1805 label{display:block;font-weight:500;color:var(--color-gray-700);margin-bottom:.5rem}._formGroup_4ez28_1805 input,._formGroup_4ez28_1805 textarea{width:100%;padding:12px 16px;border:2px solid var(--color-gray-200);border-radius:12px;font-size:14px;background:var(--color-gray-50);transition:all .2s;font-family:inherit}._formGroup_4ez28_1805 input:hover,._formGroup_4ez28_1805 textarea:hover{border-color:var(--color-gray-300)}._formGroup_4ez28_1805 input:focus,._formGroup_4ez28_1805 textarea:focus{outline:none;border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #d0a7db26}._formGroup_4ez28_1805 textarea{resize:vertical;min-height:120px}._contactInfo_4ez28_1846{display:flex;flex-direction:column;gap:1.5rem}._contactInfoCard_4ez28_1852{display:flex;align-items:flex-start;gap:1rem;padding:20px;background:#fff;border-radius:16px;border:var(--border-card);box-shadow:var(--shadow-card);transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease}._contactInfoCard_4ez28_1852:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px);border-color:#c17cd540}._contactInfoCard_4ez28_1852 svg{color:var(--color-primary);flex-shrink:0}._contactInfoCard_4ez28_1852 h4{font-size:.875rem;color:var(--color-gray-500);margin-bottom:.25rem}._contactInfoCard_4ez28_1852 p{color:var(--color-gray-800);font-weight:500}@media(max-width:968px){._contactContent_4ez28_1785,._formRow_4ez28_1799{grid-template-columns:1fr}}._contactBizzi_4ez28_1897{padding:5rem 0;background:#fff;position:relative;overflow:hidden}._contactBizziContent_4ez28_1904{display:flex;align-items:center;gap:3rem;max-width:800px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem;border:var(--border-card);box-shadow:var(--shadow-card-lg)}._contactBizziIcon_4ez28_1917{flex-shrink:0}._contactBizziIcon_4ez28_1917 img{width:140px;height:140px;border-radius:50%;object-fit:contain;background:#2a1a45;padding:.7rem;box-shadow:0 12px 40px #a855f747,0 0 0 2px #c17cd52e}._contactBizziText_4ez28_1932 h2{font-size:1.85rem;margin-bottom:.75rem;color:var(--color-gray-900);font-weight:800}._contactBizziText_4ez28_1932 p{font-size:1.05rem;line-height:1.7;color:var(--color-gray-600);margin-bottom:1.5rem}._contactBizziText_4ez28_1932 button{font-size:1rem;padding:14px 32px;border-radius:14px;gap:10px}@media(max-width:768px){._contactBizziContent_4ez28_1904{flex-direction:column;text-align:center;padding:2rem;gap:2rem}._contactBizziIcon_4ez28_1917 img{width:110px;height:110px}}._footer_4ez28_1968{background:var(--color-gray-900);color:#fff;padding:4rem 0 2rem;margin-top:auto}._footerContent_4ez28_1975{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}._footerBrand_4ez28_1982 p{color:var(--color-gray-400);margin:1rem 0;max-width:300px}._footerLogo_4ez28_1988{width:50px;height:50px;object-fit:contain;border-radius:12px}._footerSocial_4ez28_1995{display:flex;gap:1rem;margin-top:1rem}._footerSocial_4ez28_1995 a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s}._footerSocial_4ez28_1995 a:hover{background:var(--color-primary);transform:translateY(-3px)}._footerLinks_4ez28_2018 h4{color:#fff;margin-bottom:1.5rem;font-size:1rem}._footerLinks_4ez28_2018 a{display:block;color:var(--color-gray-400);padding:.5rem 0;transition:color .2s}._footerLinks_4ez28_2018 a:hover{color:#fff}._storeLink_4ez28_2035{display:flex!important;align-items:center;gap:.5rem}._storeLink_4ez28_2035 svg{flex-shrink:0}._footerBottom_4ez28_2045{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}._footerBottom_4ez28_2045 p{color:var(--color-gray-500);font-size:.875rem}@media(max-width:768px){._footerContent_4ez28_1975{grid-template-columns:1fr;gap:2rem}._footerBottom_4ez28_2045{flex-direction:column;text-align:center}}@keyframes _float_4ez28_1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}._stats_4ez28_2082{padding:5rem 0;background:#0f0a1e;position:relative;overflow:hidden}._stats_4ez28_2082:before{content:"";position:absolute;top:-50%;left:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(193,124,213,.08) 0%,transparent 70%);pointer-events:none}._stats_4ez28_2082:after{content:"";position:absolute;bottom:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(193,124,213,.06) 0%,transparent 70%);pointer-events:none}._statsHeader_4ez28_2111{text-align:center;margin-bottom:3rem;position:relative;z-index:1}._statsHeader_4ez28_2111 h2{font-size:2.25rem;font-weight:800;color:#fff;letter-spacing:-.02em}._statsGrid_4ez28_2125{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;z-index:1}._statCard_4ez28_2133{background:#ffffff0a;border-radius:16px;padding:2.5rem 1.5rem;text-align:center;border:1px solid rgba(193,124,213,.15);transition:all .4s ease}._statCard_4ez28_2133:hover{background:#c17cd514;transform:translateY(-4px);border-color:#c17cd54d}._statIcon_4ez28_2148{width:56px;height:56px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--color-brand-deep)}._statValue_4ez28_2160{font-size:2.75rem;font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}._statLabel_4ez28_2168{font-size:.95rem;color:#fff9;font-weight:400;line-height:1.5}@media(max-width:968px){._statsGrid_4ez28_2125{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){._statsGrid_4ez28_2125{grid-template-columns:1fr}._statValue_4ez28_2160{font-size:2rem}}._testimonials_4ez28_2192{padding:5rem 0;background:var(--color-gray-50);position:relative;overflow:hidden}._testimonials_4ez28_2192:before{content:"";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(208,167,219,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}._testimonialsGrid_4ez28_2212{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._testimonialCard_4ez28_2218{background:#fff;border-radius:20px;padding:2rem;box-shadow:var(--shadow-card);border:var(--border-card);position:relative;transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease}._testimonialCard_4ez28_2218:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-6px);border-color:#c17cd540}._quoteIcon_4ez28_2234{color:var(--color-primary);opacity:.3;margin-bottom:1rem}._testimonialText_4ez28_2240{font-size:1rem;line-height:1.7;color:var(--color-gray-700);margin-bottom:1.5rem}._testimonialAuthor_4ez28_2247{display:flex;align-items:center;gap:1rem}._testimonialAvatar_4ez28_2253{width:48px;height:48px;border-radius:50%;background:var(--gradient-button);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem;overflow:hidden}._testimonialAvatar_4ez28_2253 img{width:100%;height:100%;object-fit:cover}._testimonialAuthor_4ez28_2247 strong{display:block;color:var(--color-gray-900);font-size:1rem}._testimonialAuthor_4ez28_2247 span{display:block;color:var(--color-gray-500);font-size:.875rem}@media(max-width:968px){._testimonialsGrid_4ez28_2212{grid-template-columns:1fr;max-width:500px;margin:0 auto}}._ctaSection_4ez28_2294{padding:6rem 0;background:#0f0a1e;position:relative;overflow:hidden}._ctaSection_4ez28_2294:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(193,124,213,.12) 0%,transparent 70%);pointer-events:none}._ctaContent_4ez28_2313{text-align:center;max-width:700px;margin:0 auto;position:relative;z-index:1}._ctaContent_4ez28_2313 h2{font-size:2.5rem;margin-bottom:1.25rem;color:#fff;letter-spacing:-.02em;font-weight:800;line-height:1.15}._ctaContent_4ez28_2313 p{font-size:1.15rem;color:#fff9;margin-bottom:2.5rem;line-height:1.7}._ctaButtons_4ez28_2337{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._whatsappFloat_4ez28_2345{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #25d36666;z-index:1000;transition:box-shadow .4s ease,transform .4s ease,opacity .4s ease,filter .4s ease}._whatsappFloat_4ez28_2345:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36680}@keyframes _pulse_4ez28_1{0%{box-shadow:0 0 #25d36666}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}._whatsappFloat_4ez28_2345:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;animation:_pulse_4ez28_1 2s infinite}._sectionBg_4ez28_2389{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}._sectionBg_4ez28_2389 picture{display:block;width:100%;height:100%}._sectionBg_4ez28_2389 img{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(10%)}@media(max-width:768px){._sectionBg_4ez28_2389 img{object-fit:cover;object-position:center center}}._sectionBgContent_4ez28_2418{position:relative;z-index:1}._antesDepois_4ez28_2424{padding:6rem 0;background:#0f0a1e;position:relative;overflow:hidden}._antesDepois_4ez28_2424 ._sectionHeader_4ez28_1456 h2{color:#fff}._antesDepois_4ez28_2424 ._sectionHeader_4ez28_1456 p{color:#ffffff80}._adGrid_4ez28_2439{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}._adCard_4ez28_2446{display:grid;grid-template-columns:1fr 40px 1fr;align-items:center;gap:1.5rem;background:#ffffff0a;border-radius:16px;padding:1.75rem 2rem;border:1px solid rgba(193,124,213,.12);transition:all .4s ease}._adCard_4ez28_2446:hover{background:#c17cd50f;transform:translateY(-3px);border-color:#c17cd540}._adIconAntes_4ez28_2464,._adIconDepois_4ez28_2465{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._adIconAntes_4ez28_2464{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.15)}._adIconDepois_4ez28_2465{background:#c17cd51a;color:#d0a7db;border:1px solid rgba(193,124,213,.15)}._adAntes_4ez28_2487,._adDepois_4ez28_2488{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}._adLabel_4ez28_2497{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:2px 10px;border-radius:6px;margin-bottom:6px}._adAntes_4ez28_2487 ._adLabel_4ez28_2497{background:#ef444426;color:#f87171}._adDepois_4ez28_2488 ._adLabel_4ez28_2497{background:#c17cd526;color:#d0a7db}._adAntes_4ez28_2487 p,._adDepois_4ez28_2488 p{font-size:.95rem;line-height:1.5;color:#ffffffb3;margin:0}._adSeta_4ez28_2526{width:40px;height:40px;border-radius:50%;background:var(--gradient-button);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #c17cd54d}._adSetaH_4ez28_2538{display:flex}._adSetaV_4ez28_2541{display:none;flex-shrink:0;box-shadow:0 4px 12px #c17cd54d}._adImpact_4ez28_2547{text-align:center;margin-top:3.5rem;padding:2rem;border:1px solid rgba(193,124,213,.2);border-radius:16px;background:#c17cd50f}._adImpact_4ez28_2547 p{font-size:1.5rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em;line-height:1.4}@media(max-width:768px){._adCard_4ez28_2446{grid-template-columns:1fr;gap:1rem;text-align:center;padding:1.5rem}._adIconAntes_4ez28_2464,._adIconDepois_4ez28_2465,._adSeta_4ez28_2526{margin:0 auto}._adSetaH_4ez28_2538{display:none}._adSetaV_4ez28_2541{display:flex}._adImpact_4ez28_2547 p{font-size:1.15rem}}._pilares_4ez28_2594{padding:6rem 0;background:var(--gradient-brand-soft);position:relative;overflow:hidden}._pilares_4ez28_2594:before{content:"";position:absolute;top:-120px;right:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(208,167,219,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none}._pilaresGrid_4ez28_2613{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}._pilarCard_4ez28_2620{background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding:2.5rem 2rem 2rem;text-align:center;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #0000000a,0 0 0 1px #fff9;transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}._pilarCard_4ez28_2620:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-brand);opacity:0;transition:opacity .4s ease}._pilarCard_4ez28_2620:hover{transform:translateY(-6px);box-shadow:0 12px 40px #c17cd51f,0 0 0 1px #c17cd526;border-color:#c17cd533}._pilarCard_4ez28_2620:hover:before{opacity:1}._pilarIcon_4ez28_2659{width:100px;height:100px;border-radius:28px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:box-shadow .4s ease,transform .4s ease;position:relative}._pilarIconCerebro_4ez28_2672{background:linear-gradient(145deg,#f3e8ff,#f1e3f5);box-shadow:6px 6px 14px #c17cd51f,-4px -4px 10px #fffc,inset 2px 2px 6px #ffffff80,inset -2px -2px 6px #c17cd50f}._pilarIconPulso_4ez28_2681{background:linear-gradient(145deg,#ecfeff,#cffafe);box-shadow:6px 6px 14px #06b6d41f,-4px -4px 10px #fffc,inset 2px 2px 6px #ffffff80,inset -2px -2px 6px #06b6d40f}._pilarIconMotor_4ez28_2690{background:linear-gradient(145deg,#fdf2f8,#fce7f3);box-shadow:6px 6px 14px #ec48991a,-4px -4px 10px #fffc,inset 2px 2px 6px #ffffff80,inset -2px -2px 6px #ec48990a}._pilarCard_4ez28_2620:hover ._pilarIcon_4ez28_2659{transform:scale(1.06) translateY(-3px)}._pilarCard_4ez28_2620:hover ._pilarIconCerebro_4ez28_2672{box-shadow:8px 8px 20px #c17cd52e,-4px -4px 10px #ffffffe6,inset 2px 2px 6px #fff9,inset -2px -2px 6px #c17cd51a}._pilarCard_4ez28_2620:hover ._pilarIconPulso_4ez28_2681{box-shadow:8px 8px 20px #06b6d42e,-4px -4px 10px #ffffffe6,inset 2px 2px 6px #fff9,inset -2px -2px 6px #06b6d41a}._pilarCard_4ez28_2620:hover ._pilarIconMotor_4ez28_2690{box-shadow:8px 8px 20px #ec489926,-4px -4px 10px #ffffffe6,inset 2px 2px 6px #fff9,inset -2px -2px 6px #ec489914}._pilarCard_4ez28_2620 h3{font-size:1.35rem;margin-bottom:.75rem;color:var(--color-gray-900)}._pilarDesc_4ez28_2733{font-size:.92rem;line-height:1.7;color:var(--color-gray-600);margin-bottom:1.25rem}._pilarTags_4ez28_2740{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:auto}._pilarTags_4ez28_2740 span{font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:20px;background:#c17cd514;color:var(--color-primary);letter-spacing:.2px;white-space:nowrap}._pilarCard_4ez28_2620:nth-child(2) ._pilarTags_4ez28_2740 span{background:#06b6d414;color:#0891b2}._pilarCard_4ez28_2620:nth-child(3) ._pilarTags_4ez28_2740 span{background:#ec489912;color:#db2777}@media(max-width:968px){._pilaresGrid_4ez28_2613{grid-template-columns:1fr;max-width:450px;margin:2rem auto 0}}._ciclo_4ez28_2778{padding:6rem 0;background:#faf8fc;position:relative;overflow:hidden}._cicloGrid_4ez28_2785{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;position:relative}._cicloGrid_4ez28_2785:before{content:"";position:absolute;top:56px;left:10%;right:10%;height:3px;background:var(--gradient-brand);border-radius:2px;z-index:0}._cicloStep_4ez28_2805{text-align:center;padding:1.5rem 1rem;position:relative;z-index:1;background:#ffffff80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;box-shadow:0 4px 16px #0000000a,0 0 0 1px #ffffff4d}._cicloNumber_4ez28_2817{width:56px;height:56px;background:var(--gradient-button);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-weight:700;font-size:1.25rem;box-shadow:0 4px 16px #c17cd54d;border:4px solid white;transition:box-shadow .4s ease,transform .4s ease}._cicloStep_4ez28_2805:hover ._cicloNumber_4ez28_2817{transform:scale(1.1);box-shadow:0 6px 24px #c17cd573}._cicloStep_4ez28_2805 h4{font-size:1.1rem;margin-bottom:.75rem;color:var(--color-gray-900)}._cicloStep_4ez28_2805 p{font-size:.9rem;line-height:1.6;color:var(--color-gray-600)}@media(max-width:968px){._cicloGrid_4ez28_2785{grid-template-columns:repeat(2,1fr);gap:2.5rem}._cicloGrid_4ez28_2785:before{display:none}}@media(max-width:640px){._cicloGrid_4ez28_2785{grid-template-columns:1fr;max-width:400px;margin:3rem auto 0}}._iaSection_4ez28_2871{padding:6rem 0;background:#fff;position:relative;overflow:hidden}._iaContent_4ez28_2878{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;position:relative;z-index:1}._iaVisual_4ez28_2887{display:flex;justify-content:center;align-items:center}._iaIconWrapper_4ez28_2893{width:240px;height:240px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #1a1030;box-shadow:0 20px 60px #c17cd526;animation:_float_4ez28_1 4s ease-in-out infinite}._iaIconInner_4ez28_2906{width:130px;height:130px;background:#f5f3ff;border-radius:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(193,124,213,.12);box-shadow:0 4px 12px #c17cd514}._iaText_4ez28_2918 h2{font-size:2rem;margin-bottom:1.5rem;color:var(--color-gray-900);line-height:1.2}._iaText_4ez28_2918 p{font-size:1.1rem;line-height:1.8;color:var(--color-gray-600);margin-bottom:1.5rem}._iaHighlight_4ez28_2932{background:#fff;border-radius:16px;padding:1.25rem 1.5rem;border-left:4px solid var(--color-primary);box-shadow:var(--shadow-card)}._iaHighlight_4ez28_2932 p{font-size:.95rem;font-style:italic;color:var(--color-gray-700);margin:0}@media(max-width:968px){._iaContent_4ez28_2878{grid-template-columns:1fr;text-align:center}._iaVisual_4ez28_2887{order:-1}._iaIconWrapper_4ez28_2893{width:180px;height:180px}._iaIconInner_4ez28_2906{width:90px;height:90px;border-radius:22px}._iaHighlight_4ez28_2932{text-align:left}}._bizziSection_4ez28_2975{padding:6rem 0;background:#0f0a1e;overflow:hidden}._bizziCard_4ez28_2981{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center;background:#ffffff08;border-radius:24px;padding:3.5rem;border:1px solid rgba(193,124,213,.15)}._bizziGifWrapper_4ez28_2992{display:flex;align-items:center;justify-content:center}._bizziGif_4ez28_2992{width:200px;height:200px;object-fit:contain;border-radius:50%;background:#2a1a45;padding:.9rem;box-shadow:0 12px 40px #a855f747,0 0 0 2px #c17cd52e}._bizziCardText_4ez28_3009 h2{font-size:1.75rem;margin-bottom:1rem;color:#fff}._bizziCardText_4ez28_3009 p{font-size:1.05rem;line-height:1.8;color:#fff9}@media(max-width:768px){._bizziCard_4ez28_2981{grid-template-columns:1fr;text-align:center;padding:2rem;gap:2rem}._bizziGif_4ez28_2992{width:150px;height:150px}}._cicloResultado_4ez28_3036{background:#0f0a1e;padding:3.5rem 0;text-align:center;border-top:1px solid rgba(193,124,213,.15)}._cicloResultado_4ez28_3036 p{color:#ffffffd9;font-size:1.25rem;font-weight:500;max-width:700px;margin:0 auto;line-height:1.6}._integrations_4ez28_3053{padding:3.5rem 0 3rem;position:relative;overflow:hidden;background:linear-gradient(180deg,#faf7fc,#f3edf8,#f0fafc)}._integrationsCanvas_4ez28_3062{position:relative;width:100%;max-width:600px;margin:1.5rem auto 0}._integrationsLines_4ez28_3073{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}._connectionLine_4ez28_3082{stroke:url(#lineGrad);stroke-width:.3;stroke-dasharray:1.5 1;animation:_dataFlow_4ez28_1 2.5s linear infinite;opacity:.5}._dataParticle_4ez28_3090{filter:drop-shadow(0 0 1px rgba(193,124,213,.8))}@keyframes _dataFlow_4ez28_1{0%{stroke-dashoffset:0}to{stroke-dashoffset:-5}}._integrationsHub_4ez28_3100{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,#f3edf8,#fff);border:2px solid rgba(208,167,219,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;z-index:10;box-shadow:0 0 60px #c17cd540}._hubLogo_4ez28_3119{width:52px;height:52px;object-fit:contain;border-radius:12px}._hubLabel_4ez28_3126{font-size:.8rem;font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.5px}._integrationAnchor_4ez28_3136{position:absolute;z-index:5;cursor:default;display:flex;flex-direction:column;align-items:center}._integrationAnchor_4ez28_3136:hover{filter:drop-shadow(0 0 20px rgba(193,124,213,.5))}._nodeLabel_4ez28_3149{position:absolute;top:100%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:6px;pointer-events:none;white-space:nowrap}._nodeIconWrap_4ez28_3163{width:64px;height:64px;border-radius:18px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(208,167,219,.2);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000000f,0 0 0 1px #d0a7db14;transition:box-shadow .3s,border-color .3s}._integrationAnchor_4ez28_3136:hover ._nodeIconWrap_4ez28_3163{border-color:#c17cd566;box-shadow:0 8px 32px #c17cd533,0 0 0 1px #c17cd526}._nodeIcon_4ez28_3163{width:34px;height:34px;object-fit:contain}._nodeName_4ez28_3188{font-size:.78rem;font-weight:600;color:var(--color-gray-700);white-space:nowrap}._nodeDesc_4ez28_3195{font-size:.68rem;color:var(--color-gray-500);white-space:nowrap}@media(max-width:768px){._integrations_4ez28_3053{padding:2.5rem 0 2rem}._integrationsCanvas_4ez28_3062{max-width:330px;margin-top:1rem;margin-top:2rem}._integrationsHub_4ez28_3100{width:90px;height:90px}._hubLogo_4ez28_3119{width:36px;height:36px}._hubLabel_4ez28_3126{font-size:.65rem}._nodeIconWrap_4ez28_3163{width:48px;height:48px;border-radius:14px}._nodeIcon_4ez28_3163{width:26px;height:26px}._nodeName_4ez28_3188{font-size:.65rem}._nodeDesc_4ez28_3195{display:none}._connectionLine_4ez28_3082{stroke-width:.4}}._bizziIaSecao_4ez28_3260{position:relative;padding:5.5rem 0 6rem;overflow:hidden;background:linear-gradient(180deg,#fff,#fdfbff 55%,#f8f4fe)}._bizziIaSecao_4ez28_3260 ._bizziIaInner_4ez28_3272{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 1.5rem}._ctaIa_4ez28_3256{position:relative;padding:7rem 0;overflow:hidden;background:linear-gradient(180deg,#2a1854,#241546 55%,#1e1039)}._ctaIaBg_4ez28_3295{border-radius:0!important}._ctaIaTreeFlip_4ez28_3305{transform:scaleY(-1)}._bizziHist_4ez28_3323{display:grid;grid-template-columns:.92fr 1.08fr;gap:6rem;align-items:center;margin-bottom:4.5rem}._bizziHistTexto_4ez28_3343{min-width:0;max-width:560px}._bizziHistTexto_4ez28_3343 h2{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#fff;margin:.4rem 0 1rem}._destaqueBizzi_4ez28_3358{background:linear-gradient(100deg,#f1e3f5,#e4cce9,#d0a7db);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}._bizziHistTexto_4ez28_3343 p{font-size:1.02rem;line-height:1.75;color:#c3b5e0;margin-bottom:1.1rem}._bizziHistLead_4ez28_3368{font-size:1.18rem!important;font-weight:600;color:#fff!important;margin-bottom:1.5rem!important}._bizziNome_4ez28_3377{border-left:3px solid #a855c7;background:linear-gradient(90deg,rgba(168,85,247,.18),transparent 82%);border-radius:0 12px 12px 0;padding:.9rem 1.1rem;margin:0 0 1.5rem}._bizziNome_4ez28_3377 p{margin-bottom:.45rem!important;font-size:1.1rem!important;color:#fff!important}._bizziNome_4ez28_3377 p b{color:#f1e3f5;font-weight:800}._bizziNomeSub_4ez28_3386{font-size:.98rem!important;color:#c3b5e0!important;margin-bottom:0!important}._bizziHistFecho_4ez28_3388{font-weight:600;color:#fff!important;margin-bottom:0!important}._bizziHistVisual_4ez28_3390{min-width:0}@media(min-width:969px){._bizziHistVisual_4ez28_3390{margin-right:clamp(-10rem,calc((1100px - 100vw)/2 - 1.5rem),0px)}._bizziHistTexto_4ez28_3343{margin-left:clamp(-10rem,calc((1100px - 100vw)/2 - 1.5rem),0px)}}@media(max-width:968px){._bizziHist_4ez28_3323{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}._bizziHistTexto_4ez28_3343{max-width:100%}._bizziHistVisual_4ez28_3390{order:2}}._ctaIaInner_4ez28_3267{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 1.5rem}._ctaIaHeader_4ez28_3295{text-align:center;margin-bottom:3rem}._ctaIaTag_4ez28_3434{display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.8px;color:#ddc7f5;margin-bottom:1.5rem;padding:.5rem 1.4rem;border:1px solid rgba(196,181,253,.32);border-radius:24px;background:#a855f729}._ctaIaHeader_4ez28_3295 h2{font-size:2.6rem;font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1.15;margin-bottom:1rem}._ctaIaSubtitle_4ez28_3456{font-size:1.2rem;color:#c3b5e0;max-width:600px;margin:0 auto;line-height:1.6}._ctaIaBody_4ez28_3295{text-align:center;max-width:800px;margin:0 auto 4rem}._ctaIaBody_4ez28_3295 p{font-size:1.06rem;line-height:1.8;color:#c3b5e0;margin-bottom:1.25rem}._ctaIaBodyHighlight_4ez28_3478{color:#fff!important;font-weight:500}._ctaIaBodyQuestion_4ez28_3296{font-size:1.35rem!important;font-weight:700;color:#fff!important;margin-top:1.5rem!important;line-height:1.5!important;text-shadow:0 0 30px rgba(193,124,213,.3)}._ctaIaCards_4ez28_3493{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;max-width:1100px;margin-left:auto;margin-right:auto}._ctaIaCard_4ez28_3493{position:relative;overflow:hidden;padding:2rem;border-radius:20px;border:1px solid rgba(196,181,253,.16);transition:transform .3s,box-shadow .3s;min-height:200px;display:flex;flex-direction:column}._ctaIaCard_4ez28_3493:hover{transform:translateY(-4px)}._ctaIaCard_4ez28_3493 h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem;position:relative;z-index:1}._ctaIaCard_4ez28_3493 p{font-size:.95rem;line-height:1.6;color:#b6a8d4;position:relative;z-index:1}._ctaIaCardLevel_4ez28_3536{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:2px;margin-bottom:.75rem;position:relative;z-index:1}._ctaIaCardDivider_4ez28_3546{width:40px;height:2px;border-radius:1px;margin-bottom:.75rem;position:relative;z-index:1}._ctaIaCard3_4ez28_3559:before{content:"";position:absolute;inset:0;border-radius:20px;pointer-events:none;background:radial-gradient(120% 90% at 78% 12%,rgba(168,85,247,.26),transparent 62%),radial-gradient(90% 80% at 18% 92%,rgba(6,182,212,.16),transparent 60%)}._ctaIaCard1_4ez28_3571{background:#ffffff0d;border-color:#c4b5fd24}._ctaIaCard1_4ez28_3571 ._ctaIaCardLevel_4ez28_3536{color:#9c90b8}._ctaIaCard1_4ez28_3571 ._ctaIaCardDivider_4ez28_3546{background:#6b7280}._ctaIaCard2_4ez28_3579{background:#f59e0b17;border-color:#f59e0b4d}._ctaIaCard2_4ez28_3579 ._ctaIaCardLevel_4ez28_3536{color:#f5c451}._ctaIaCard2_4ez28_3579 ._ctaIaCardDivider_4ez28_3546{background:#f5c451}._ctaIaCard3_4ez28_3559{background:linear-gradient(160deg,#7c3aed4d,#581caa47);border-color:#c4b5fd80;box-shadow:0 0 42px #a855f72e}._ctaIaCard3_4ez28_3559:hover{box-shadow:0 0 62px #a855f747}._ctaIaCard3_4ez28_3559 ._ctaIaCardLevel_4ez28_3536{color:#f1e3f5}._ctaIaCard3_4ez28_3559 ._ctaIaCardDivider_4ez28_3546{background:#e4cce9}._ctaIaCard3_4ez28_3559 p{color:#d6cbec}._ctaIaClosing_4ez28_3599{text-align:center}._ctaIaClosing_4ez28_3599 p{font-size:1.2rem;font-weight:500;color:#fff;margin-bottom:2rem;line-height:1.6}._ctaIaBtn_4ez28_3611{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3.5rem;font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#c17cd5,#a855c7);border-radius:50px;text-decoration:none;box-shadow:0 4px 30px #c17cd566;transition:all .3s}._ctaIaBtn_4ez28_3611:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 45px #c17cd58c}@media(max-width:1024px){._ctaIaCards_4ez28_3493{grid-template-columns:1fr 1fr}}@media(max-width:768px){._ctaIa_4ez28_3256{padding:4rem 0}._ctaIa_4ez28_3256{background-position:center top;background-size:100% auto}._ctaIaHeader_4ez28_3295 h2{font-size:1.75rem}._ctaIaSubtitle_4ez28_3456{font-size:1rem}._ctaIaBody_4ez28_3295{margin-bottom:2.5rem}._ctaIaBodyQuestion_4ez28_3296{font-size:1.1rem!important}._ctaIaCards_4ez28_3493{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}._ctaIaCard_4ez28_3493{min-height:auto}._ctaIaBtn_4ez28_3611{padding:1rem 2.5rem;font-size:1.1rem}}@media(prefers-reduced-motion:reduce){._nav_4ez28_72,._nav_4ez28_72 a,._mobileMenuBtn_4ez28_117 span{transition-duration:.01ms;transition-delay:0s}}@media(min-width:969px){._heroContent_4ez28_422{grid-template-columns:.72fr 1.28fr;grid-template-areas:"card texto" "card cta";column-gap:1.25rem;row-gap:1.25rem;justify-items:stretch;text-align:left}._heroCardSlot_4ez28_448{justify-content:flex-start;margin-left:clamp(-13rem,calc((1200px - 100vw)/2 - 1.5rem),0px)}._heroTextOverImage_4ez28_458{text-align:left;max-width:560px;justify-self:start;align-self:end}._heroTextOverImage_4ez28_458 ._heroBadge_4ez28_608{align-items:center;margin-left:0;margin-right:auto}._heroCtaSlot_4ez28_449{justify-self:start;align-self:start}._heroCtaSlot_4ez28_449 ._heroCta_4ez28_449{justify-content:flex-start}}@media(min-width:1700px){._heroContent_4ez28_422{max-width:1460px;column-gap:2.5rem}._heroTextOverImage_4ez28_458{max-width:620px}}._heroGrafico_4ez28_3777{display:none}@media(max-width:1279px){._heroGrafico_4ez28_3777{display:block;position:absolute;z-index:1;right:4px;top:108px;width:clamp(150px,42vw,190px);opacity:.85;pointer-events:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.35) 30%,#000 70%);mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.35) 30%,#000 70%)}._heroGrafico_4ez28_3777 svg{width:100%;height:auto;display:block}._heroGrafico_4ez28_3777 circle:not(:last-of-type){display:none}}@media(min-width:600px)and (max-width:899px){._heroGrafico_4ez28_3777{right:18px;top:92px;width:130px}}@media(min-width:900px)and (max-width:1279px){._heroGrafico_4ez28_3777{right:32px;top:45%;transform:translateY(-50%);width:200px}}@media(min-width:1280px){._heroGrafico_4ez28_3777{display:block;position:absolute;z-index:1;right:clamp(.5rem,calc((100vw - 1400px)/2),5rem);top:42%;transform:translateY(-50%);width:clamp(260px,21vw,400px);pointer-events:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 24%,#000 100%);mask-image:linear-gradient(to right,transparent 0%,#000 24%,#000 100%)}._heroGrafico_4ez28_3777 svg{width:100%;height:auto;display:block}}._heroLinha_4ez28_3789{stroke-dasharray:620;stroke-dashoffset:620;animation:_heroDesenha_4ez28_1 1.9s cubic-bezier(.33,1,.68,1) .35s forwards}@keyframes _heroDesenha_4ez28_1{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){._heroLinha_4ez28_3789{animation:none;stroke-dashoffset:0}}.chatbizzi-container{position:fixed;z-index:9999;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.chatbizzi-icon{width:70px;height:70px;border-radius:50%;border:3px solid #c17cd5;cursor:pointer;overflow:hidden;background:#2a1a45;box-shadow:0 4px 20px #a855f773;transition:transform .3s,box-shadow .3s;position:relative;-webkit-user-select:none;user-select:none}.chatbizzi-icon:hover{transform:scale(1.08);box-shadow:0 6px 28px #c17cd58c}.chatbizzi-icon img{width:100%;height:100%;object-fit:cover}.chatbizzi-balloon{position:absolute;bottom:80px;right:0;background:#0b1220;color:#f7f9fe;border:1px solid rgba(193,124,213,.5);border-radius:16px 16px 4px;padding:10px 16px;font-size:14px;white-space:nowrap;box-shadow:0 4px 16px #00000059;animation:balloonPop .4s ease-out;pointer-events:none}@keyframes balloonPop{0%{opacity:0;transform:scale(.7) translateY(10px)}60%{transform:scale(1.05) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}.chatbizzi-window{position:absolute;bottom:80px;right:0;width:420px;height:600px;max-height:calc(100vh - 120px);background:#0b1220;box-shadow:inset 0 0 0 1px #cda1e247,0 24px 60px #00000080,0 0 40px #a461c424;border-radius:20px;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .35s ease-out}.chatbizzi-window--grande{width:min(760px,calc(100vw - 48px));height:min(780px,calc(100vh - 48px));max-height:calc(100vh - 48px)}.chatbizzi-window--grande .chatbizzi-msg{max-width:72%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chatbizzi-header{background:linear-gradient(135deg,#c17cd5,#a855c7);border-bottom:1px solid rgba(255,255,255,.1);padding:16px 18px;display:flex;align-items:center;gap:12px;flex-shrink:0}.chatbizzi-header-avatar{width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.6);overflow:hidden;flex-shrink:0;background:#2a1a45}.chatbizzi-header-avatar img{width:100%;height:100%;object-fit:cover}.chatbizzi-header-info{flex:1}.chatbizzi-header-name{color:#fff;font-weight:600;font-size:15px}.chatbizzi-header-status{color:#ffffffd9;font-size:12px;margin-top:1px}.chatbizzi-close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:background .2s;flex-shrink:0}.chatbizzi-close:hover{background:#ffffff59}.chatbizzi-expandir{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s;flex-shrink:0}.chatbizzi-expandir svg{width:15px;height:15px}.chatbizzi-expandir:hover{background:#ffffff59}.chatbizzi-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.chatbizzi-whatsapp-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#25d366;color:#fff;border-radius:20px;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.chatbizzi-whatsapp-btn:hover{background:#1fb855;transform:scale(1.05)}.chatbizzi-whatsapp-btn svg{width:16px;height:16px}.chatbizzi-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:radial-gradient(120% 60% at 50% 0%,rgba(164,97,196,.16),transparent 70%),#0e1526}.chatbizzi-messages::-webkit-scrollbar{width:4px}.chatbizzi-messages::-webkit-scrollbar-track{background:transparent}.chatbizzi-messages::-webkit-scrollbar-thumb{background:#c17cd5;border-radius:4px}.chatbizzi-msg{max-width:82%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.45;animation:messageIn .3s ease-out;word-wrap:break-word}@keyframes messageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbizzi-msg-bizzi{background:#ffffff0f;color:#f7f9fe;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:inset 0 0 0 1px #cda1e238}.chatbizzi-msg-visitor{background:linear-gradient(135deg,#5fd2e029,#5fd2e014);color:#eaf6f8;align-self:flex-end;border-bottom-right-radius:4px;box-shadow:inset 0 0 0 1px #5fd2e057;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.chatbizzi-msg-attendant{background:#ffffff0f;color:#f7f9fe;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:inset 0 0 0 1px #cda1e238}.chatbizzi-msg-time{font-size:10px;color:#eaf6f88c;margin-top:4px}.chatbizzi-slots{display:flex;flex-wrap:wrap;gap:7px;align-self:flex-start;max-width:96%;margin-top:2px}.chatbizzi-slot{display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:8px 13px;border-radius:12px;border:1px solid rgba(95,210,224,.32);background:#5fd2e017;color:#eaf6f8;cursor:pointer;font-family:inherit;text-align:left;transition:background .16s ease,border-color .16s ease,transform .16s ease}.chatbizzi-slot:hover{background:#5fd2e02e;border-color:#5fd2e099;transform:translateY(-1px)}.chatbizzi-slot-dia{font-size:10.5px;letter-spacing:.02em;color:#eaf6f89e;text-transform:capitalize}.chatbizzi-slot-hora{font-size:15px;font-weight:700;color:#5fd2e0;font-variant-numeric:tabular-nums;line-height:1.2}.chatbizzi-confirma{align-self:flex-start;width:96%;padding:13px 14px;border-radius:14px;border:1px solid rgba(95,210,224,.3);background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.chatbizzi-confirma-frase{margin:0 0 10px;font-size:13.5px;line-height:1.5;color:#eaf6f8db}.chatbizzi-confirma-frase strong{color:#eaf6f8;font-weight:700}.chatbizzi-confirma-rotulo{margin:0 0 5px;font-size:11.5px;letter-spacing:.02em;color:#eaf6f880}.chatbizzi-confirma-pergunta{margin:11px 0 9px;font-size:13.5px;font-weight:600;color:#eaf6f8}.chatbizzi-confirma-voltar{display:block;width:100%;margin-top:7px;padding:6px 0 0;border:none;background:none;color:#eaf6f88c;font-size:12.5px;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.chatbizzi-confirma-voltar:hover{color:#eaf6f8}.chatbizzi-confirma-botao{width:100%;margin-top:4px;padding:11px 16px;border:none;border-radius:10px;background:linear-gradient(135deg,#c17cd5,#a855c7);color:#06222a;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:filter .16s ease}.chatbizzi-confirma-botao:hover:not(:disabled){filter:brightness(1.07)}.chatbizzi-confirma-botao:disabled{opacity:.6;cursor:default}.chatbizzi-confirma-erro{align-self:flex-start;max-width:96%;margin:4px 0 2px;padding:8px 12px;border-radius:10px;background:#ef444421;border:1px solid rgba(239,68,68,.3);color:#fca5a5;font-size:12.5px;line-height:1.45}.chatbizzi-wa-button{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:10px 18px;background:#25d366;color:#fff!important;border-radius:24px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;box-shadow:0 2px 8px #25d3664d}.chatbizzi-wa-button:hover{background:#1fb855;transform:scale(1.03)}.chatbizzi-wa-button svg{flex-shrink:0}.chatbizzi-typing{display:flex;align-items:center;gap:4px;padding:12px 16px;align-self:flex-start;background:#ffffff0f;border-radius:16px 16px 16px 4px;box-shadow:inset 0 0 0 1px #cda1e238}.chatbizzi-typing-dot{width:7px;height:7px;border-radius:50%;background:#a855c7;animation:typingBounce 1.4s infinite}.chatbizzi-typing-dot:nth-child(2){animation-delay:.2s}.chatbizzi-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.chatbizzi-input-area{padding:12px 14px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));display:flex;align-items:center;gap:10px;background:#07101ceb;border-top:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-shrink:0}.chatbizzi-input{flex:1;border:none;color:#f7f9fe;box-shadow:inset 0 0 0 1px #cda1e266,0 0 24px #a461c42e;background:#ffffff0a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;padding:10px 16px;font-size:14px;outline:none;transition:border-color .25s,box-shadow .25s,background .25s;font-family:inherit;resize:none;max-height:100px;min-height:40px;height:40px;line-height:1.4;overflow-y:hidden;box-sizing:border-box}.chatbizzi-input:focus{background:#ffffff12;box-shadow:inset 0 0 0 1px #5fd2e08c,0 0 0 3px #5fd2e029}.chatbizzi-input::placeholder{color:#8893a6}.chatbizzi-send{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,#c17cd5d9,#5fd2e0d9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 0 18px #5fd2e059,0 4px 14px #a461c447;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,opacity .2s,box-shadow .25s;flex-shrink:0}.chatbizzi-send:hover{transform:scale(1.08);box-shadow:0 0 26px #5fd2e080,0 6px 20px #a461c466}.chatbizzi-send:disabled{opacity:.5;cursor:not-allowed;transform:none}.chatbizzi-send svg{width:18px;height:18px}@media(max-width:768px){html.chatbizzi-aberto,html.chatbizzi-aberto body{background-color:#0b1220;overscroll-behavior:none}html.chatbizzi-aberto body:before{content:"";position:fixed;inset:0;background-color:#0b1220;z-index:9998;pointer-events:none}}@media(max-width:768px){.chatbizzi-container{bottom:calc(16px + env(safe-area-inset-bottom,0px))!important;right:16px!important;left:auto!important;top:auto!important}.chatbizzi-window{position:fixed;inset:0 0 auto;width:100%;height:100dvh;max-height:none;border-radius:0;overflow:hidden;z-index:99999;animation:slideUpMobile .3s ease-out;transition:height .16s ease-out,top .16s ease-out}.chatbizzi-window--teclado .chatbizzi-input-area{padding-bottom:10px}.chatbizzi-window--teclado .chatbizzi-header{padding-top:10px;padding-bottom:10px}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.chatbizzi-header{padding-top:calc(12px + env(safe-area-inset-top,0px));padding-bottom:12px;padding-left:calc(16px + env(safe-area-inset-left,0px));padding-right:calc(16px + env(safe-area-inset-right,0px))}.chatbizzi-header-avatar{width:36px;height:36px}.chatbizzi-header-name{font-size:14px}.chatbizzi-header-status{font-size:11px}.chatbizzi-messages{padding-left:calc(16px + env(safe-area-inset-left,0px));padding-right:calc(16px + env(safe-area-inset-right,0px))}.chatbizzi-input-area{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));padding-left:calc(14px + env(safe-area-inset-left,0px));padding-right:calc(14px + env(safe-area-inset-right,0px))}.chatbizzi-icon{width:60px;height:60px}.chatbizzi-balloon{bottom:70px;right:0;font-size:13px}.chatbizzi-msg{max-width:88%;font-size:15px}.chatbizzi-input{font-size:16px}.chatbizzi-send{width:44px;height:44px}}.chatbizzi-header-avatar img,.chatbizzi-icon img{background:#2a1a45;border-radius:50%}.chatbizzi-balloon input::placeholder{color:#8893a6}.chatbizzi-agenda{align-self:flex-start;width:96%;display:flex;flex-direction:column;gap:9px}.chatbizzi-dias{display:flex;gap:6px;overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}.chatbizzi-dia{display:flex;flex-direction:column;align-items:flex-start;gap:1px;flex-shrink:0;padding:7px 12px;border-radius:11px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:#eaf6f8bf;cursor:pointer;font-family:inherit;text-align:left;transition:background .16s ease,border-color .16s ease}.chatbizzi-dia:hover{background:#ffffff17}.chatbizzi-dia-on{border-color:#5fd2e099;background:#5fd2e024;color:#eaf6f8}.chatbizzi-dia-nome{font-size:12px;font-weight:700;white-space:nowrap;display:block}.chatbizzi-dia-nome:first-letter{text-transform:uppercase}.chatbizzi-dia-qtd{font-size:10px;opacity:.65;white-space:nowrap}.chatbizzi-slot{padding:9px 15px;align-items:center}.chatbizzi-confirma-dados{display:flex;flex-direction:column;gap:2px;padding:9px 11px;margin-bottom:8px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:12.5px;color:#eaf6f8b8}.chatbizzi-confirma-dados strong{color:#eaf6f8;font-size:13.5px}.chatbizzi-confirma-editar{align-self:flex-start;margin-top:3px;padding:0;border:none;background:none;color:#5fd2e0;font-size:11.5px;cursor:pointer;text-decoration:underline;text-underline-offset:2px;font-family:inherit}._footer_13gg4_1{background:var(--color-gray-900);color:#fff;padding:4rem 0 2rem;margin-top:auto}._footerContent_13gg4_8{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}._footerBrand_13gg4_15 p{color:var(--color-gray-400);margin:1rem 0;max-width:300px}._footerLogo_13gg4_21{width:50px;height:50px;object-fit:contain;border-radius:12px}._footerSocial_13gg4_28{display:flex;gap:1rem;margin-top:1rem}._footerSocial_13gg4_28 a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s}._footerSocial_13gg4_28 a:hover{background:var(--color-primary);transform:translateY(-3px)}._footerLinks_13gg4_51 h4{color:#fff;margin-bottom:1.5rem;font-size:1rem}._footerLinks_13gg4_51 a{display:block;color:var(--color-gray-400);padding:.5rem 0;transition:color .2s}._footerLinks_13gg4_51 a:hover{color:#fff}._storeLink_13gg4_68{display:flex!important;align-items:center;gap:.5rem}._storeLink_13gg4_68 svg{flex-shrink:0}._footerBottom_13gg4_78{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}._footerBottom_13gg4_78 p{color:var(--color-gray-500);font-size:.875rem}._seloPlaca_13gg4_101{align-self:center;margin-left:auto;background:#fff;border-radius:7px;padding:6px 10px;display:inline-flex;opacity:.82;transition:opacity .2s}._seloPlaca_13gg4_101:hover{opacity:1}._selo_13gg4_101{height:22px;width:auto;display:block}@media(max-width:768px){._footerContent_13gg4_8{grid-template-columns:1fr;gap:2rem}._footerBottom_13gg4_78{flex-direction:column;text-align:center}}._raiz_vkz7d_7{--roxo: #7C3F9E;--roxo-claro: #A461C4;--tinta: #101827;--tinta-2: #333D4F;--tinta-3: #5B6478;--borda: rgba(164, 97, 196, .2);color:var(--tinta)}._titulo_vkz7d_20,._nomeFrase_vkz7d_20,._comoTitulo_vkz7d_20,._avalTexto_vkz7d_20,._fecho_vkz7d_20 h3,._passoTitulo_vkz7d_20,._entregaTitulo_vkz7d_20{font-family:Sora,var(--font-sans),system-ui,sans-serif}._topo_vkz7d_25{display:flex;flex-wrap:wrap;gap:48px;align-items:center}._texto_vkz7d_31{flex:1 1 380px;min-width:0;display:flex;flex-direction:column;gap:22px}._visual_vkz7d_32{flex:1 1 420px;min-width:0}._etiqueta_vkz7d_34{align-self:flex-start;font-size:11.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--roxo);background:#a461c417;border:1px solid var(--borda);border-radius:999px;padding:7px 14px}._titulo_vkz7d_20{font-weight:800;font-size:clamp(34px,4.6vw,58px);line-height:1.05;letter-spacing:-.02em;margin:0;color:var(--tinta)}._nome_vkz7d_20{background:linear-gradient(100deg,#c17cd5,#a855c7 55%,#8c4ab4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}._lead_vkz7d_64{font-size:19px;line-height:1.55;color:var(--tinta-2);max-width:30em;margin:0}._resolve_vkz7d_68{font-size:16px;line-height:1.6;color:var(--tinta-3);max-width:32em;margin:-6px 0 0;padding-left:16px;border-left:2px solid var(--borda)}._botoes_vkz7d_78{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}._btnCheio_vkz7d_79,._btnVazio_vkz7d_79{display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;padding:14px 26px;border-radius:999px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._btnCheio_vkz7d_79{color:#fff;background:var(--gradient-button);box-shadow:0 10px 26px #7a519557}._btnCheio_vkz7d_79:hover{transform:translateY(-1px);box-shadow:0 14px 32px #7a519570;color:#fff}._btnVazio_vkz7d_79{color:#46325c;border:1px solid var(--borda);background:#fff}._btnVazio_vkz7d_79:hover{border-color:var(--roxo-claro);color:#3a2352}._chips_vkz7d_111{display:flex;flex-wrap:nowrap;gap:8px;margin-bottom:6px}._chips_vkz7d_111 ._chip_vkz7d_111{flex:1 1 0;min-width:0;justify-content:center}._chip_vkz7d_111{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-size:12.5px;font-weight:600;color:#3a2352;background:#ffffffd1;border:1px solid rgba(164,97,196,.24);border-radius:999px;padding:8px 13px;box-shadow:0 8px 20px #2e1c5214;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._chip_vkz7d_111 i{width:7px;height:7px;border-radius:50%;display:block}._cena_vkz7d_124{position:relative;width:100%;aspect-ratio:3 / 2;overflow:hidden}._fundo_vkz7d_138{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 100%;opacity:.96;filter:saturate(1.18) contrast(1.07);-webkit-mask-image:radial-gradient(58% 80% at 50% 72%,#000 46%,transparent 82%);mask-image:radial-gradient(58% 80% at 50% 72%,#000 46%,transparent 82%)}._fios_vkz7d_168{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}._sombraChao_vkz7d_173{position:absolute;left:50%;bottom:22%;width:42%;height:8%;transform:translate(-50%);border-radius:50%;background:radial-gradient(closest-side,#a461c480,#a461c400 75%);filter:blur(4px)}._nucleo_vkz7d_166{position:absolute;left:50%;bottom:34%;height:30%;aspect-ratio:244 / 248;transform:translate(-50%);display:flex;align-items:center;justify-content:center}._halo_vkz7d_194{position:absolute;inset:-18%;border-radius:50%;background:radial-gradient(circle,#cda1e24d,#a9b5f01a 48%,#fff0 70%);animation:_halo_vkz7d_194 5s ease-in-out infinite}._risco_vkz7d_203{position:absolute;left:50%;top:50%;height:2px;transform-origin:0 50%;border-radius:2px;animation:_faisca_vkz7d_1 4s ease-in-out infinite}._risco1_vkz7d_209{width:190%;transform:rotate(-18deg);background:linear-gradient(90deg,#a461c400,#a461c4bf 45%,#a461c400)}._risco2_vkz7d_210{width:165%;transform:rotate(14deg);background:linear-gradient(90deg,#5fd2e000,#5fd2e0bf 45%,#5fd2e000);animation-delay:1.2s}._risco3_vkz7d_211{width:180%;transform:rotate(197deg);background:linear-gradient(90deg,#7c8be800,#7c8be8b3 45%,#7c8be800);animation-delay:.6s}._risco4_vkz7d_212{width:160%;transform:rotate(166deg);background:linear-gradient(90deg,#cda1e200,#cda1e2b3 45%,#cda1e200);animation-delay:1.8s}._orb_vkz7d_219{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:.66;filter:saturate(1.05);pointer-events:none}._bizzi_vkz7d_231{position:relative;width:100%;display:block;filter:drop-shadow(0 8px 18px rgba(20,10,60,.55));animation:_flutuar_vkz7d_1 6s ease-in-out infinite}._orbeEntra_vkz7d_246{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}._bizziEntra_vkz7d_248{position:relative;width:92%}._visual_vkz7d_32 ._fundo_vkz7d_138{opacity:0;transform:scale(1.04);transition:opacity .6s ease,transform .9s cubic-bezier(.22,1,.36,1)}._visual_vkz7d_32 ._sombraChao_vkz7d_173{opacity:0;transition:opacity .5s ease .3s}._visual_vkz7d_32 ._orbeEntra_vkz7d_246{opacity:0;transform:scale(.55);transition:opacity .4s ease .35s,transform .55s cubic-bezier(.34,1.4,.64,1) .35s}._visual_vkz7d_32 ._bizziEntra_vkz7d_248{opacity:0;transform:translateY(26px) scale(.7);transition:opacity .35s ease .7s,transform .5s cubic-bezier(.34,1.5,.64,1) .7s}._visual_vkz7d_32 ._chip_vkz7d_111{opacity:0;transform:translateY(-10px);transition:opacity .3s ease var(--d, 0s),transform .4s cubic-bezier(.22,1,.36,1) var(--d, 0s)}._visual_vkz7d_32 ._fio_vkz7d_168{stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .5s ease-in-out calc(var(--d, 0s) + .08s)}._ligado_vkz7d_244 ._fundo_vkz7d_138{opacity:.96;transform:none}._ligado_vkz7d_244 ._sombraChao_vkz7d_173{opacity:1}._ligado_vkz7d_244 ._orbeEntra_vkz7d_246,._ligado_vkz7d_244 ._bizziEntra_vkz7d_248,._ligado_vkz7d_244 ._chip_vkz7d_111{opacity:1;transform:none}._ligado_vkz7d_244 ._fio_vkz7d_168{stroke-dashoffset:0}@keyframes _flutuar_vkz7d_1{0%,to{transform:translateY(-6px)}50%{transform:translateY(10px)}}@keyframes _halo_vkz7d_194{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes _faisca_vkz7d_1{0%,to{opacity:.4}50%{opacity:.9}}._entregas_vkz7d_268{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}._entrega_vkz7d_20{background:#fff;border:1px solid var(--borda);border-radius:16px;padding:14px 14px 15px;box-shadow:0 10px 26px #2e1c520f}._entregaTitulo_vkz7d_20{font-weight:700;font-size:14px;margin-bottom:3px}._entregaLinha_vkz7d_275{font-size:12.5px;line-height:1.45;color:var(--tinta-3)}._nomeBloco_vkz7d_278{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:110px}._nomeBloco_vkz7d_278>div{display:flex;flex-direction:column;gap:18px;align-items:flex-start}._nomeFrase_vkz7d_20{font-weight:800;font-size:clamp(24px,2.6vw,34px);line-height:1.25;letter-spacing:-.01em;margin:0}._nomeTexto_vkz7d_284{font-size:17px;line-height:1.7;color:var(--tinta-2);margin:0;padding-left:26px;border-left:2px solid var(--borda)}._comoBloco_vkz7d_290{margin-top:110px;background:linear-gradient(180deg,#fbf9fe,#f5f1fb);border:1px solid var(--borda);border-radius:28px;padding:46px 40px 44px}._comoTopo_vkz7d_297{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:36px}._comoDor_vkz7d_298{font-size:17px;line-height:1.65;color:var(--tinta-3);margin:0}._comoTitulo_vkz7d_20{font-weight:800;font-size:clamp(24px,2.4vw,32px);line-height:1.2;letter-spacing:-.01em;margin:0}._passos_vkz7d_301{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}._passo_vkz7d_20{background:#fff;border:1px solid var(--borda);border-radius:16px;padding:16px 16px 18px}._passoN_vkz7d_303{display:block;font-size:11.5px;font-weight:700;letter-spacing:.14em;color:var(--roxo-claro);margin-bottom:10px}._passoTitulo_vkz7d_20{font-weight:700;font-size:14.5px;margin-bottom:4px}._passoLinha_vkz7d_305{font-size:12.5px;line-height:1.45;color:var(--tinta-3)}._avalBloco_vkz7d_308{margin-top:96px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}._avalTexto_vkz7d_20{font-weight:800;font-size:clamp(22px,2.3vw,30px);line-height:1.28;letter-spacing:-.01em;margin:0}._avalCard_vkz7d_310{display:flex;align-items:center;gap:18px;background:linear-gradient(120deg,#f7f1fd,#edf7fb);border:1px solid var(--borda);border-radius:20px;padding:18px 22px}._avalCard_vkz7d_310 img{width:64px;height:64px;flex:none;object-fit:contain}._avalTitulo_vkz7d_316{font-weight:700;font-size:15px;margin-bottom:3px}._avalLinha_vkz7d_317{font-size:13.5px;line-height:1.45;color:var(--tinta-3)}@media(prefers-reduced-motion:reduce){._bizzi_vkz7d_231,._halo_vkz7d_194,._risco_vkz7d_203{animation:none}._visual_vkz7d_32 ._fundo_vkz7d_138,._visual_vkz7d_32 ._sombraChao_vkz7d_173,._visual_vkz7d_32 ._orbeEntra_vkz7d_246,._visual_vkz7d_32 ._bizziEntra_vkz7d_248,._visual_vkz7d_32 ._chip_vkz7d_111{opacity:1;transform:none;transition:none}._visual_vkz7d_32 ._fundo_vkz7d_138{opacity:.96}._visual_vkz7d_32 ._fio_vkz7d_168{stroke-dashoffset:0;transition:none}}@media(max-width:968px){._nomeBloco_vkz7d_278,._comoTopo_vkz7d_297,._avalBloco_vkz7d_308{grid-template-columns:1fr;gap:24px}._nomeBloco_vkz7d_278,._comoBloco_vkz7d_290,._avalBloco_vkz7d_308,._fecho_vkz7d_20{margin-top:64px}._nomeTexto_vkz7d_284{padding-left:18px}._passos_vkz7d_301{grid-template-columns:repeat(2,minmax(0,1fr))}._comoBloco_vkz7d_290{padding:32px 22px 30px;border-radius:22px}._topo_vkz7d_25{gap:32px}}@media(max-width:560px){._cena_vkz7d_124{aspect-ratio:1 / 1}._risco1_vkz7d_209{width:105%}._risco2_vkz7d_210{width:92%}._risco3_vkz7d_211{width:100%}._risco4_vkz7d_212{width:88%}._chips_vkz7d_111{gap:5px}._chip_vkz7d_111{font-size:10.5px;padding:6px 9px;gap:5px}._chip_vkz7d_111 i{width:6px;height:6px}._fios_vkz7d_168{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 9%);mask-image:linear-gradient(to bottom,transparent 0%,#000 9%)}._nucleo_vkz7d_166{height:33%;bottom:36%}._entregas_vkz7d_268,._passos_vkz7d_301{grid-template-columns:1fr}._avalCard_vkz7d_310{flex-direction:column;align-items:flex-start;gap:12px}._botoes_vkz7d_78{width:100%}._btnCheio_vkz7d_79,._btnVazio_vkz7d_79{flex:1 1 100%}._fecho_vkz7d_20{padding:48px 20px 52px}}@media(max-width:380px){._chips_vkz7d_111{gap:4px}._chip_vkz7d_111{font-size:9.5px;padding:5px 7px;gap:4px}._chip_vkz7d_111 i{width:5px;height:5px}}._stage_r6ckb_1{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;background:radial-gradient(72% 58% at 78% 28%,rgba(6,182,212,.07),transparent 70%),radial-gradient(66% 52% at 15% 62%,rgba(168,85,247,.08),transparent 72%),radial-gradient(60% 45% at 52% 92%,rgba(103,232,249,.05),transparent 75%),linear-gradient(180deg,#fff,#fdfbff 58%,#f9f5ff)}._orb_r6ckb_21{position:absolute;border-radius:50%;filter:blur(70px);opacity:.16;mix-blend-mode:multiply;pointer-events:none;will-change:transform;transform:translateZ(0)}._orbTeal_r6ckb_36{background:#5fd6c4}._orbLilac_r6ckb_37{background:#a88bff}._orbMint_r6ckb_38{background:#8cf0c8}._orbCyan_r6ckb_39{background:#6fd9ff}._stars_r6ckb_41{position:absolute;inset:0;pointer-events:none}._star_r6ckb_41{position:absolute;width:2px;height:2px;border-radius:50%;background:#a855c7;opacity:.18;animation:_twinkle_r6ckb_1 6s ease-in-out infinite}._star_r6ckb_41:nth-child(3n){background:#d0a7db}@keyframes _twinkle_r6ckb_1{0%,to{opacity:.07;transform:scale(.8)}50%{opacity:.26;transform:scale(1)}}._board_r6ckb_65{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}._node_r6ckb_67{position:absolute;transform-origin:center;opacity:0;transform:scale(.85);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.9,.3,1.3);pointer-events:none}._nodeLive_r6ckb_75{opacity:1;transform:scale(1)}._frame_r6ckb_77{position:relative;border-radius:14px;background:linear-gradient(145deg,#1c1236eb,#281c48e0);border:1.5px solid rgba(125,227,212,.55);box-shadow:inset 0 0 18px #7de3d41f,0 0 0 1px #7de3d426,0 0 24px #7de3d459,0 0 60px #7de3d433;overflow:hidden;padding:12px 14px}._frameRow_r6ckb_90{display:flex;align-items:center;gap:12px;padding:10px 14px}._nDashboard_r6ckb_93{left:1.5%;top:15%;width:195px}._dashDots_r6ckb_94{display:flex;gap:5px;margin-bottom:10px}._dashDots_r6ckb_94 i{width:7px;height:7px;border-radius:50%}._dashDots_r6ckb_94 i:nth-child(1){background:#ff8c8c}._dashDots_r6ckb_94 i:nth-child(2){background:#ffd479}._dashDots_r6ckb_94 i:nth-child(3){background:#8cf0c8}._gauges_r6ckb_99{display:flex;gap:10px;align-items:flex-end;height:70px}._gauge_r6ckb_99{flex:1;position:relative;height:60px;display:flex;align-items:flex-end;justify-content:center}._gauge_r6ckb_99 svg{width:100%;height:100%;overflow:visible}._bars_r6ckb_102{flex:1.4;display:flex;align-items:flex-end;gap:4px;height:60px;padding:0 2px}._bars_r6ckb_102 span{flex:1;background:linear-gradient(180deg,#a0f0e4,#7de3d4);border-radius:2px 2px 0 0;transform-origin:bottom;transform:scaleY(0);transition:transform .9s cubic-bezier(.2,.9,.3,1)}._nodeLive_r6ckb_75 ._bars_r6ckb_102 span{transform:scaleY(1)}._nodeLive_r6ckb_75 ._bars_r6ckb_102 span:nth-child(1){transition-delay:.2s}._nodeLive_r6ckb_75 ._bars_r6ckb_102 span:nth-child(2){transition-delay:.3s}._nodeLive_r6ckb_75 ._bars_r6ckb_102 span:nth-child(3){transition-delay:.4s}._nodeLive_r6ckb_75 ._bars_r6ckb_102 span:nth-child(4){transition-delay:.5s}._nodeLive_r6ckb_75 ._bars_r6ckb_102 span:nth-child(5){transition-delay:.6s}._nodeLive_r6ckb_75 ._bars_r6ckb_102 span:nth-child(6){transition-delay:.7s}._nTimeline_r6ckb_120{left:72%;top:6%;width:210px}._clockFace_r6ckb_121{width:36px;height:36px;border-radius:50%;border:2px solid #a0f0e4;position:relative;flex-shrink:0;box-shadow:0 0 12px #7de3d499,inset 0 0 8px #7de3d440}._clockFace_r6ckb_121:before,._clockFace_r6ckb_121:after{content:"";position:absolute;left:50%;top:50%;background:#a0f0e4;transform-origin:bottom center;border-radius:2px}._clockFace_r6ckb_121:before{width:2px;height:10px;transform:translate(-50%,-100%) rotate(0);animation:_tickH_r6ckb_1 12s steps(12) infinite}._clockFace_r6ckb_121:after{width:2px;height:13px;transform:translate(-50%,-100%) rotate(0);animation:_tickM_r6ckb_1 3s linear infinite}@keyframes _tickH_r6ckb_1{to{transform:translate(-50%,-100%) rotate(360deg)}}@keyframes _tickM_r6ckb_1{to{transform:translate(-50%,-100%) rotate(360deg)}}._timelineTrack_r6ckb_144{flex:1;position:relative;height:3px;background:#7de3d440;border-radius:2px}._fillLine_r6ckb_148{position:absolute;inset:0;background:linear-gradient(90deg,#6fd9ff,#a0f0e4);border-radius:inherit;transform-origin:left;transform:scaleX(0);transition:transform 1.2s ease}._nodeLive_r6ckb_75 ._fillLine_r6ckb_148{transform:scaleX(1);transition-delay:.2s}._dot_r6ckb_156{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:#a0f0e4;transform:translate(-50%,-50%);box-shadow:0 0 10px #a0f0e4;opacity:0;transition:opacity .3s}._nodeLive_r6ckb_75 ._dot_r6ckb_156{opacity:1}._nodeLive_r6ckb_75 ._d1_r6ckb_164{transition-delay:.6s}._nodeLive_r6ckb_75 ._d2_r6ckb_165{transition-delay:.9s}._nodeLive_r6ckb_75 ._d3_r6ckb_166{transition-delay:1.2s}._nFolders_r6ckb_169{left:2%;top:50%;width:140px;height:95px}._stack_r6ckb_170{position:relative;width:100%;height:100%}._doc_r6ckb_171{position:absolute;border-radius:3px;background:linear-gradient(145deg,#e5d6ff,#c7a8ff 70%,#9d7ee8);box-shadow:0 2px 8px #7d64c880,inset 0 1px #fff6;opacity:0;transform:scale(.5) rotate(0);transition:opacity .5s ease,transform .6s cubic-bezier(.2,1.4,.4,1)}._nodeLive_r6ckb_75 ._doc_r6ckb_171{opacity:1}._f1_r6ckb_179{width:44px;height:34px;left:30px;top:18px}._f2_r6ckb_180{width:44px;height:34px;left:58px;top:28px}._f3_r6ckb_181{width:34px;height:42px;left:78px;top:40px;background:linear-gradient(145deg,#fff,#e8d8ff)}._f4_r6ckb_182{width:32px;height:40px;left:12px;top:46px;background:linear-gradient(145deg,#fff,#e8d8ff)}._f5_r6ckb_183{width:40px;height:30px;left:44px;top:54px}._nodeLive_r6ckb_75 ._f1_r6ckb_179{transform:scale(1) rotate(-8deg);transition-delay:.1s}._nodeLive_r6ckb_75 ._f2_r6ckb_180{transform:scale(1) rotate(6deg);transition-delay:.2s}._nodeLive_r6ckb_75 ._f3_r6ckb_181{transform:scale(1) rotate(12deg);transition-delay:.3s}._nodeLive_r6ckb_75 ._f4_r6ckb_182{transform:scale(1) rotate(-14deg);transition-delay:.4s}._nodeLive_r6ckb_75 ._f5_r6ckb_183{transform:scale(1) rotate(2deg);transition-delay:.5s}._doc_r6ckb_171:before{content:"";position:absolute;left:15%;right:15%;top:25%;height:2px;background:#3c1e6440;border-radius:1px;box-shadow:0 5px #3c1e642e,0 10px #3c1e6424}._nPie_r6ckb_196{left:85%;top:44%;width:68px;height:68px}._nPie_r6ckb_196 svg{width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 10px rgba(125,227,212,.55))}._seg_r6ckb_198{transform-origin:50% 50%;transform:scale(.2);opacity:0;transition:transform .6s cubic-bezier(.2,1.4,.3,1),opacity .4s}._nodeLive_r6ckb_75 ._seg_r6ckb_198{transform:scale(1);opacity:1}._nodeLive_r6ckb_75 ._s1_r6ckb_200{transition-delay:.1s}._nodeLive_r6ckb_75 ._s2_r6ckb_201{transition-delay:.25s}._nodeLive_r6ckb_75 ._s3_r6ckb_202{transition-delay:.4s}._nSync_r6ckb_205{left:78%;top:84%;width:40px;height:40px}._ring_r6ckb_206{width:100%;height:100%;border-radius:50%;border:2px dashed #a0f0e4;box-shadow:0 0 12px #7de3d48c,inset 0 0 8px #7de3d440;animation:_spinRing_r6ckb_1 6s linear infinite;position:relative}._ring_r6ckb_206:before{content:"";position:absolute;inset:8px;border-radius:50%;background:radial-gradient(circle,#7de3d4cc,#7de3d41a 70%)}@keyframes _spinRing_r6ckb_1{to{transform:rotate(360deg)}}._nCloud_r6ckb_222{left:92%;top:28%;width:60px;height:40px}._nCloud_r6ckb_222 svg{width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 10px rgba(125,227,212,.5))}._nClock_r6ckb_226{left:3%;top:74%;width:90px;height:90px}._face_r6ckb_227{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 50% 40%,#ffffff14,#1a0f2ee6 70%);border:2px solid rgba(125,227,212,.6);box-shadow:0 0 20px #7de3d473,inset 0 0 15px #7de3d433;position:relative}._tick_r6ckb_235{position:absolute;left:50%;top:4%;width:2px;height:8%;margin-left:-1px;background:#a0f0e4;transform-origin:50% 575%;border-radius:1px;opacity:.75}._hand_r6ckb_247{position:absolute;left:50%;bottom:50%;background:#a0f0e4;border-radius:2px;transform-origin:bottom center;box-shadow:0 0 4px #a0f0e4}._h_r6ckb_9{width:3px;height:28%;transform:translate(-50%) rotate(45deg);animation:_spinH_r6ckb_1 60s linear infinite}._m_r6ckb_258{width:2px;height:38%;transform:translate(-50%) rotate(120deg);animation:_spinM_r6ckb_1 10s linear infinite}._s_r6ckb_1{width:1px;height:42%;background:#6fd9ff;transform:translate(-50%) rotate(0);animation:_spinS_r6ckb_1 2.5s linear infinite}._pin_r6ckb_260{position:absolute;left:50%;top:50%;width:6px;height:6px;background:#a0f0e4;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 6px #a0f0e4}@keyframes _spinS_r6ckb_1{to{transform:translate(-50%) rotate(360deg)}}@keyframes _spinM_r6ckb_1{to{transform:translate(-50%) rotate(480deg)}}@keyframes _spinH_r6ckb_1{to{transform:translate(-50%) rotate(405deg)}}._nForm_r6ckb_272{left:72%;top:68%;width:210px}._formHead_r6ckb_273{display:flex;gap:6px;padding-bottom:8px;border-bottom:1px solid rgba(125,227,212,.2);margin-bottom:8px}._formHead_r6ckb_273 i{display:block;width:28px;height:22px;border-radius:4px;background:#7de3d41f;border:1px solid rgba(125,227,212,.35);position:relative}._formHead_r6ckb_273 i:after{content:"";position:absolute;inset:4px;background:#7de3d499;border-radius:2px}._formHead_r6ckb_273 i:first-child{background:#8cf0c840;border-color:#8cf0c8}._formRows_r6ckb_287{display:flex;flex-direction:column;gap:6px}._formRow_r6ckb_287{height:14px;background:#7de3d41a;border:1px solid rgba(125,227,212,.25);border-radius:3px;position:relative;overflow:hidden}._formRow_r6ckb_287:after{content:"";position:absolute;inset:2px;background:linear-gradient(90deg,#7de3d4,#a0f0e4);border-radius:2px;transform-origin:left;transform:scaleX(0);transition:transform .8s cubic-bezier(.2,.9,.3,1)}._nodeLive_r6ckb_75 ._formRow_r6ckb_287:after{transform:scaleX(.85)}._nodeLive_r6ckb_75 ._formRow_r6ckb_287:nth-child(2):after{transform:scaleX(.65);transition-delay:.15s}._nodeLive_r6ckb_75 ._formRow_r6ckb_287:nth-child(3):after{transform:scaleX(.9);transition-delay:.3s}._nDb_r6ckb_307{left:92%;top:58%;width:62px;height:62px}._nDb_r6ckb_307 svg{width:100%;height:100%;overflow:visible;opacity:0;transform:scale(.7);transition:opacity .5s ease,transform .6s cubic-bezier(.2,1.4,.3,1)}._nodeLive_r6ckb_75._nDb_r6ckb_307 svg{opacity:1;transform:scale(1)}._bizzi_r6ckb_317{position:absolute;width:110px;height:110px;background-image:url(/bizzitp-sm.webp);background-size:contain;background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 0 12px rgba(125,227,212,.55)) drop-shadow(0 0 24px rgba(125,227,212,.3));pointer-events:none;transform:translate(-50%,-50%);z-index:5;will-change:left,top,transform}._trail_r6ckb_340{position:absolute;width:8px;height:8px;border-radius:50%;background:radial-gradient(circle,#baf4e6,rgba(125,227,212,.2) 60%,transparent);pointer-events:none;transform:translate(-50%,-50%);mix-blend-mode:screen;z-index:4}._wire_r6ckb_351{fill:none;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 3px currentColor) drop-shadow(0 0 8px currentColor)}._port_r6ckb_358{position:absolute;width:8px;height:8px;border-radius:50%;background:#a0f0e4;box-shadow:0 0 10px #a0f0e4;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s}._portOn_r6ckb_368{opacity:1}.jnode{fill:#baf4e6;opacity:0;filter:drop-shadow(0 0 6px #7de3d4);transition:opacity .3s}._jnodeOn_r6ckb_376{opacity:1}@media(max-width:1100px){._nDashboard_r6ckb_93{width:170px;left:1%}._nTimeline_r6ckb_120,._nForm_r6ckb_272{width:180px;left:75%}._nFolders_r6ckb_169{width:120px;height:80px}._nClock_r6ckb_226{width:75px;height:75px}._bizzi_r6ckb_317{width:95px;height:95px}}@media(max-width:768px){._orb_r6ckb_21{display:none}._stars_r6ckb_41{display:block}._star_r6ckb_41{width:1.5px;height:1.5px}@keyframes _twinkle_r6ckb_1{0%,to{opacity:.05;transform:scale(.8)}50%{opacity:.18;transform:scale(1)}}._nDashboard_r6ckb_93,._nTimeline_r6ckb_120,._nForm_r6ckb_272{display:none}._nFolders_r6ckb_169{left:-2%;top:44%;width:90px;height:64px}._nClock_r6ckb_226{left:1%;top:78%;width:72px;height:72px}._nPie_r6ckb_196{left:91%;top:38%;width:46px;height:46px}._nDb_r6ckb_307{left:92%;top:58%;width:44px;height:44px}._nCloud_r6ckb_222{left:94%;top:12%;width:42px;height:28px}._nSync_r6ckb_205{left:90%;top:88%;width:30px;height:30px}._bizzi_r6ckb_317{width:62px;height:62px;opacity:.92}._wire_r6ckb_351{opacity:.6}}@media(max-width:480px){._nFolders_r6ckb_169{width:72px;height:52px;left:-3%;top:46%}._nClock_r6ckb_226{width:60px;height:60px;top:82%}._nPie_r6ckb_196{width:40px;height:40px}._nDb_r6ckb_307{width:38px;height:38px}._nCloud_r6ckb_222{width:36px;height:24px}._nSync_r6ckb_205{width:26px;height:26px}._bizzi_r6ckb_317{width:54px;height:54px}}._palco_uic1s_11{position:relative;width:100%;max-width:356px;perspective:1500px;opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .85s cubic-bezier(.22,1,.36,1)}._palcoOn_uic1s_28{opacity:1;transform:none}._card_uic1s_12{position:relative;border-radius:20px;padding:18px 16px;color:#fff;background:linear-gradient(160deg,#7c3fbe,#6a34a8 45%,#4a1f80);border:1px solid rgba(196,181,253,.5);transform-style:preserve-3d;--rx: 3.5deg;--ry: 13deg;transform:rotateX(var(--rx)) rotateY(var(--ry));transition:transform .35s cubic-bezier(.22,1,.36,1);box-shadow:0 2px 6px #280a4633,0 14px 28px -12px #3c14646b,0 46px 80px -36px #7c3aed9e}._card_uic1s_12:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(210deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.05) 26%,transparent 52%);box-shadow:inset 0 1px #ffffff59,inset 0 -1px #c4b5fd38}._chao_uic1s_13{position:absolute;left:6%;right:12%;bottom:-26px;height:44px;border-radius:50%;background:radial-gradient(50% 50% at 50% 50%,rgba(124,58,237,.34),transparent 72%);filter:blur(16px);pointer-events:none;opacity:0;transition:opacity .8s ease .2s}._palcoOn_uic1s_28 ._chao_uic1s_13{opacity:1}._peca_uic1s_95{opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .6s cubic-bezier(.22,1,.36,1);transition-delay:var(--d, 0s)}._palcoOn_uic1s_28 ._peca_uic1s_95{opacity:1;transform:translateZ(14px)}._titulo_uic1s_103{display:flex;align-items:center;gap:9px;font-size:15.5px;font-weight:800;letter-spacing:-.01em;margin-bottom:14px}._titulo_uic1s_103 svg{flex:none;color:#f1e3f5}._tituloDia_uic1s_115{margin-left:4px;font-style:normal;font-size:10.5px;font-weight:600;letter-spacing:.02em;color:#e9d5ffcc;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);padding:3px 8px;border-radius:999px;white-space:nowrap}._donutRow_uic1s_132{display:flex;gap:14px;align-items:center}._donutWrap_uic1s_134{width:88px;height:88px;flex:none;position:relative}._donutWrap_uic1s_134 svg{width:100%;height:100%;transform:rotate(-90deg)}._trilha_uic1s_137{fill:none;stroke:#ffffff26;stroke-width:12}._anel_uic1s_138{fill:none;stroke:url(#metasGrad);stroke-width:12;stroke-linecap:round;stroke-dasharray:276.46;stroke-dashoffset:276.46;transition:stroke-dashoffset 1.25s cubic-bezier(.33,1,.68,1) .45s;filter:drop-shadow(0 0 5px rgba(245,177,75,.5))}._palcoOn_uic1s_28 ._anel_uic1s_138{stroke-dashoffset:69.12}._donutCentro_uic1s_154{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}._donutPct_uic1s_162{font-size:20px;font-weight:800;letter-spacing:-.02em;line-height:1}._donutLab_uic1s_163{font-size:8.5px;font-weight:600;letter-spacing:.06em;color:#ffffffbf;margin-top:3px}._propL_uic1s_165{font-size:10px;font-weight:600;letter-spacing:.05em;color:#ffffffb3}._propV_uic1s_166{font-size:21px;font-weight:800;letter-spacing:-.02em;line-height:1.25}._propS_uic1s_167{font-size:11.5px;font-weight:500;color:#ffffffc7;display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}._acima_uic1s_180{font-weight:700;font-size:11px;color:#a7f3d0;background:#34d3992e;border:1px solid rgba(52,211,153,.36);padding:1px 6px;border-radius:999px}._mes_uic1s_190{margin-top:11px;padding:10px 12px;border-radius:12px;background:#f5b14b29;border:1px solid rgba(245,177,75,.34)}._mesL_uic1s_197{font-size:10px;font-weight:600;letter-spacing:.05em;color:#fffc}._mesV_uic1s_198{font-size:16px;font-weight:800;letter-spacing:-.02em}._mesV_uic1s_198 em{font-style:normal;font-size:11.5px;font-weight:600;color:#f5c451}._kpis_uic1s_201{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px}._kpi_uic1s_201{border-radius:11px;padding:8px 10px;background:#ffffff16;border:1px solid rgba(255,255,255,.07)}._kpiV_uic1s_208{font-size:14.5px;font-weight:800;letter-spacing:-.02em}._kpiK_uic1s_209{font-size:8.5px;font-weight:600;letter-spacing:.07em;color:#ffffffb3;margin-top:2px}._proj_uic1s_214{margin-top:11px;display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;background:#34d39929;border:1px solid rgba(52,211,153,.42)}._projL_uic1s_224{font-size:9.5px;font-weight:600;letter-spacing:.04em;color:#ffffffd9}._projV_uic1s_225{font-size:15.5px;font-weight:800;letter-spacing:-.02em;color:#a7f3d0}._projB_uic1s_226{margin-left:auto;padding:4px 9px;border-radius:8px;background:#10b981;font-size:11.5px;font-weight:700;white-space:nowrap}._balao_uic1s_243{position:absolute;display:flex;align-items:center;gap:9px;padding:9px 13px;border-radius:14px;background:#fffffff0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(226,216,247,.9);box-shadow:0 10px 24px -10px #4c1d9547,0 2px 5px #4c1d9514;white-space:nowrap;opacity:0;transform:translateY(8px) scale(.96);transition:opacity .55s ease,transform .7s cubic-bezier(.22,1,.36,1)}._palcoOn_uic1s_28 ._balao_uic1s_243{opacity:1;transform:none}._balao_uic1s_243 b{display:block;font-size:12.5px;font-weight:700;color:#2b2740;letter-spacing:-.01em}._balao_uic1s_243 i{display:block;font-style:normal;font-size:10.5px;font-weight:500;color:#8a8aa0;margin-top:1px}._balao_uic1s_243 svg{flex:none}._balaoPonto_uic1s_267{width:9px;height:9px;border-radius:50%;flex:none;background:#a855c7;box-shadow:0 0 #a855f78c;animation:_pulso_uic1s_1 2.4s ease-out infinite}@keyframes _pulso_uic1s_1{0%{box-shadow:0 0 #a855f780}70%{box-shadow:0 0 0 9px #a855f700}to{box-shadow:0 0 #a855f700}}._balaoTopo_uic1s_279{top:5%;right:-24%;transition-delay:.55s}._balaoBase_uic1s_283{bottom:-18px;right:-26%;transition-delay:.75s}@media(prefers-reduced-motion:reduce){._palco_uic1s_11,._peca_uic1s_95,._card_uic1s_12,._chao_uic1s_13,._balao_uic1s_243{transition:none;opacity:1;transform:none}._balaoPonto_uic1s_267{animation:none}._palcoOn_uic1s_28 ._peca_uic1s_95{transform:none}._anel_uic1s_138{transition:none;stroke-dashoffset:69.12}}@media(max-width:968px){._palco_uic1s_11{max-width:300px;margin:0 auto}._card_uic1s_12{--rx: 2.5deg;--ry: 10deg;padding:16px 14px}._palcoOn_uic1s_28 ._peca_uic1s_95{transform:translateZ(8px)}._chao_uic1s_13{bottom:-18px;height:30px}._balaoTopo_uic1s_279{display:none}._balaoBase_uic1s_283{bottom:-14px;right:-14px;padding:8px 11px;border-radius:12px}._balao_uic1s_243 b{font-size:11.5px}._balao_uic1s_243 i{font-size:9.5px}}@media(min-width:969px){._palco_uic1s_11{max-width:400px}._card_uic1s_12{padding:20px 18px}._donutWrap_uic1s_134{width:96px;height:96px}._donutPct_uic1s_162{font-size:22px}._propV_uic1s_166{font-size:23px}._mesV_uic1s_198{font-size:17px}._kpiV_uic1s_208{font-size:15.5px}._projV_uic1s_225{font-size:16.5px}}@media(min-width:1700px){._palco_uic1s_11{max-width:440px}}._fitter_1qjo1_3{position:relative;width:100%;max-width:460px;aspect-ratio:840 / 1100;margin:0 auto;overflow:hidden}._scaleBox_1qjo1_3{position:absolute;top:50%;left:50%;width:840px;height:1100px;transform:translate(-50%,-50%) scale(var(--mbp-scale, .55));transform-origin:center center;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}._stage_1qjo1_37{position:relative;width:100%;height:100%;display:grid;place-items:end center;padding-bottom:120px;perspective:2600px;perspective-origin:50% 70%;--alu-1: #e8e9eb;--alu-2: #d4d6d9;--alu-3: #b8babd;--alu-4: #9a9da1;--edge: #6c6f73;--key-top: #2a2c2f;--key-face: #1c1e21;--lid-angle: 105deg;--anim-dur: 1.4s}._floorShadow_1qjo1_59{position:absolute;bottom:60px;left:50%;width:820px;height:90px;transform:translate(-50%);background:radial-gradient(ellipse at center,#000000b3,#0006,#0000 70%);filter:blur(14px);pointer-events:none}._macbook_1qjo1_71{position:relative;width:760px;height:520px;transform-style:preserve-3d;transform:rotateX(58deg) rotate(0);animation:_mbpFloat_1qjo1_1 6s ease-in-out infinite;cursor:pointer}._closed_1qjo1_80{--lid-angle: 0deg}@keyframes _mbpFloat_1qjo1_1{0%,to{transform:rotateX(58deg) translateZ(0)}50%{transform:rotateX(58deg) translateZ(-10px)}}._basePlate_1qjo1_87{position:absolute;inset:0;background:linear-gradient(180deg,var(--alu-1) 0%,var(--alu-2) 55%,var(--alu-3) 100%);border-radius:20px;box-shadow:inset 0 0 0 .5px #00000040,inset 0 1px #ffffffd9,inset 0 -1px #0000002e,inset 2px 0 2px #ffffff59,inset -2px 0 2px #00000014;transform-style:preserve-3d;transform:translateZ(0)}._baseUnderside_1qjo1_102{position:absolute;inset:0;background:linear-gradient(180deg,#8c8f93,#a8abae,#8c8f93);border-radius:20px;transform:translateZ(-18px);box-shadow:0 0 0 .5px #0006,inset 0 1px #ffffff4d}._hinge_1qjo1_111{position:absolute;top:2px;left:50%;transform:translate(-50%) translateZ(1px);width:300px;height:6px;background:linear-gradient(180deg,#76797c,#9a9d9f,#76797c);border-radius:2px;box-shadow:inset 0 .5px #ffffff80,inset 0 -.5px #0006,0 0 2px #00000059}._keyboardArea_1qjo1_126{position:absolute;top:44px;left:50%;transform:translate(-50%) translateZ(.5px);width:670px;padding:9px 11px;background:#0b0c0e;border-radius:8px;box-shadow:inset 0 0 0 1px #000000e6,inset 0 1px 3px #000000e6,0 0 0 .5px #00000059}._keyRow_1qjo1_141{display:flex;gap:5px;margin-bottom:5px}._keyRow_1qjo1_141:last-child{margin-bottom:0}._key_1qjo1_126{flex:1;height:32px;background:linear-gradient(180deg,var(--key-top) 0%,var(--key-face) 70%,#0f1113 100%);border-radius:5px;box-shadow:inset 0 1px #ffffff12,inset 0 -1px #000000d9,0 1px #000000f2,0 2px 2px #00000073;font-size:9.5px;color:#c8ccd0;display:flex;align-items:center;justify-content:center;font-weight:500;letter-spacing:.3px;-webkit-user-select:none;user-select:none;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}._fn_1qjo1_164{height:22px;font-size:8.5px}._wide15_1qjo1_165{flex:1.5}._wide2_1qjo1_166{flex:2}._space_1qjo1_167{flex:6}._arrow_1qjo1_168{font-size:10px;color:#9aa0a6}._trackpad_1qjo1_170{position:absolute;bottom:32px;left:50%;transform:translate(-50%) translateZ(.5px);width:360px;height:220px;background:linear-gradient(180deg,#dadcde,#c6c8cb);border-radius:8px;box-shadow:inset 0 0 0 .5px #00000059,inset 0 1px 2px #00000014,inset 0 -1px #ffffffb3,0 0 0 1px #00000026,0 1px #ffffffb3}._lid_1qjo1_188{position:absolute;top:0;left:0;width:760px;height:520px;transform-origin:50% 0% 0;transform:translateZ(1px) rotateX(var(--lid-angle));transition:transform var(--anim-dur) cubic-bezier(.6,.02,.35,1);will-change:transform;-webkit-font-smoothing:antialiased;transform-style:preserve-3d}._backFace_1qjo1_206,._screenFace_1qjo1_206{outline:1px solid transparent;-webkit-font-smoothing:antialiased}._lidSlab_1qjo1_210{position:absolute;inset:0;transform-style:preserve-3d}._backFace_1qjo1_206{position:absolute;inset:0;background:linear-gradient(180deg,var(--alu-1) 0%,var(--alu-2) 55%,var(--alu-3) 100%);transform:translateZ(3.5px);display:grid;place-items:center;backface-visibility:hidden}._appleLogo_1qjo1_222{width:60px;height:72px;color:#111;opacity:.85;filter:drop-shadow(0 1px 1px rgba(255,255,255,.25))}._screenFace_1qjo1_206{position:absolute;inset:0;background:#000;transform:translateZ(-3.5px) rotateX(180deg);padding:10px 6px 12px;overflow:hidden;backface-visibility:hidden}._notch_1qjo1_240{position:absolute;top:12px;left:50%;width:150px;height:14px;transform:translate(-50%);background:#000;border-radius:0 0 10px 10px;z-index:3}._notch_1qjo1_240:after{content:"";position:absolute;top:6px;left:50%;width:5px;height:5px;border-radius:50%;transform:translate(-50%);background:radial-gradient(circle at 30% 30%,#2a2d30,#060606 70%);box-shadow:inset 0 0 1px #ffffff26}._screen_1qjo1_206{position:absolute;inset:10px 6px 12px;border-radius:2px;overflow:hidden;background:#000}._screenImg_1qjo1_272{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center center;opacity:0;transition:opacity .5s ease .9s;background:#000}._macbook_1qjo1_71:not(._closed_1qjo1_80) ._screenImg_1qjo1_272{opacity:1}._screenGlare_1qjo1_287{position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,#fff0,#ffffff0d 30%,#fff0 45%,#ffffff08 70%,#fff0)}._lidEdge_1qjo1_301{position:absolute;background:var(--alu-1)}._lidEdgeTop_1qjo1_305{left:0;right:0;top:0;height:7px;transform:translateY(-3.5px) rotateX(90deg);transform-origin:center top;background:#000}._lidEdgeBottom_1qjo1_311{left:0;right:0;bottom:0;height:6px;transform:translateY(3px) rotateX(-90deg);transform-origin:center bottom}@media(max-width:1100px){._fitter_1qjo1_3{max-width:400px}}@media(max-width:768px){._fitter_1qjo1_3{max-width:320px}}@media(max-width:480px){._fitter_1qjo1_3{max-width:260px}}._wrap_152so_3{position:relative;width:100%;max-width:560px;aspect-ratio:8 / 7;margin:0 auto 1.5rem;--meio-icone: 26px}._svg_152so_26{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}._core_152so_35{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:108px;height:108px;border-radius:50%;display:grid;place-items:center;z-index:5;isolation:isolate}._coreLogo_152so_49{position:relative;width:60px;height:60px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:30px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#c17cd5,#8c4ab4);box-shadow:0 6px 14px -4px #4a1c8a80,inset 0 1px 1px #fff6;z-index:2}._coreLogo_152so_49 img{width:100%;height:100%;object-fit:contain;border-radius:50%}._coreLabel_152so_76{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);font-weight:600;font-size:14px;color:#3d2f5c;letter-spacing:.02em;white-space:nowrap}._node_152so_21{position:absolute;transform:translate(-50%,calc(-1 * var(--meio-icone)));z-index:4;cursor:pointer;transition:transform .3s cubic-bezier(.2,.8,.2,1)}._flutua_152so_111{display:flex;flex-direction:column;align-items:center;gap:8px;animation:_constFlutua_152so_1 9s ease-in-out infinite;will-change:transform}@keyframes _constFlutua_152so_1{0%,to{transform:translateZ(0)}25%{transform:translate3d(2px,-3px,0)}50%{transform:translate3d(0,-4px,0)}75%{transform:translate3d(-2px,-2px,0)}}._estrela_152so_127{animation:_constPisca_152so_1 3.4s ease-in-out infinite}@keyframes _constPisca_152so_1{0%,to{opacity:.2}50%{opacity:1}}._anel_152so_136{transform-origin:50px 50px;will-change:transform}._anelA_152so_140{animation:_constGira_152so_1 22s linear infinite}._anelB_152so_141{animation:_constGira_152so_1 38s linear infinite reverse}@keyframes _constGira_152so_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){._flutua_152so_111,._estrela_152so_127,._anel_152so_136{animation:none}._estrela_152so_127{opacity:.6}}._node_152so_21:hover{transform:translate(-50%,calc(-1 * var(--meio-icone))) scale(1.06)}._nodeActive_152so_156{transform:translate(-50%,calc(-1 * var(--meio-icone))) scale(1.08)}._nodeIconWrap_152so_22{width:52px;height:52px;border-radius:14px;background:#fff;display:grid;place-items:center;box-shadow:0 0 0 1px #7c3fd11f,0 10px 30px -12px #4a1c8a40,0 2px 8px -2px #4a1c8a1a;transition:box-shadow .3s,transform .3s}._node_152so_21:hover ._nodeIconWrap_152so_22,._nodeActive_152so_156 ._nodeIconWrap_152so_22{box-shadow:0 0 0 1px #7c3fd159,0 0 20px #b88df573,0 12px 32px -10px #4a1c8a59}._nodeIcon_152so_22{width:30px;height:30px;object-fit:contain}._nodeLabel_152so_190{text-align:center;display:flex;flex-direction:column;gap:2px;pointer-events:none;max-width:140px}._nodeName_152so_198{font-size:13px;font-weight:600;color:#1a1430;white-space:nowrap}._nodeDesc_152so_204{font-size:11px;color:#6b5b8a;white-space:nowrap}@media(max-width:768px){._wrap_152so_3{max-width:300px;--meio-icone: 19px}._core_152so_35{width:74px;height:74px}._coreLogo_152so_49{width:42px;height:42px;font-size:18px}._coreLabel_152so_76{bottom:-6px;font-size:11px}._nodeIconWrap_152so_22{width:38px;height:38px;border-radius:11px}._nodeIcon_152so_22{width:21px;height:21px}._nodeName_152so_198{font-size:10px}._nodeDesc_152so_204{font-size:9px}}._ponte_8y177_1{background:#fff;padding:80px 24px;text-align:center;font-family:Inter,system-ui,-apple-system,sans-serif}._inner_8y177_8{max-width:680px;margin:0 auto}._time_8y177_13{display:block;font-size:1.25rem;font-weight:400;font-style:italic;color:#6b7280;font-variant-numeric:tabular-nums;letter-spacing:.01em;margin-bottom:12px;opacity:0;transform:translateY(12px);animation:_ponteIn_8y177_1 .7s cubic-bezier(.2,.8,.2,1) .05s forwards}._headline_8y177_27{display:block;font-size:2.25rem;font-weight:800;color:#1a1430;line-height:1.15;letter-spacing:-.02em;opacity:0;transform:translateY(12px);animation:_ponteIn_8y177_1 .7s cubic-bezier(.2,.8,.2,1) .25s forwards}@keyframes _ponteIn_8y177_1{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){._ponte_8y177_1{padding:56px 24px}._time_8y177_13{font-size:1.05rem;margin-bottom:10px}._headline_8y177_27{font-size:1.5rem;line-height:1.2}}@media(prefers-reduced-motion:reduce){._time_8y177_13,._headline_8y177_27{opacity:1;transform:none;animation:none}}._wowSection_1xqvb_3{position:relative;background:radial-gradient(1200px 700px at 50% 30%,#5a3f8a,#3a2862,#22143d);padding:96px 24px 120px;overflow:hidden;isolation:isolate;font-family:Inter,system-ui,-apple-system,sans-serif;color:#fff}._wowSection_1xqvb_3:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.28;pointer-events:none;z-index:0}._wowInner_1xqvb_24{position:relative;max-width:1080px;margin:0 auto;z-index:2}._headWrap_1xqvb_31{text-align:center}._headline_1xqvb_36{text-align:center;font-size:3.5rem;font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:48px;text-wrap:balance;opacity:0;transform:translateY(20px);color:#fff}._visible_1xqvb_48 ._headline_1xqvb_36{animation:_headIn_1xqvb_1 .8s cubic-bezier(.2,.8,.2,1) .1s forwards}._line2_1xqvb_51{background:linear-gradient(135deg,#c17cd5,#a855c7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@keyframes _headIn_1xqvb_1{to{opacity:1;transform:translateY(0)}}._cardWrap_1xqvb_62{position:relative;max-width:960px;margin:0 auto;opacity:0;transform:scale(.96)}._visible_1xqvb_48 ._cardWrap_1xqvb_62{animation:_cardIn_1xqvb_1 .9s cubic-bezier(.2,.8,.2,1) .3s forwards}@keyframes _cardIn_1xqvb_1{to{opacity:1;transform:scale(1)}}._card_1xqvb_62{position:relative;background:#221742f0;border:1px solid rgba(193,124,213,.25);border-radius:20px;overflow:hidden;box-shadow:0 24px 60px -20px #0009,0 0 0 1px #ffffff0a inset,0 80px 120px -40px #7c3fd14d}._card_1xqvb_62:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);z-index:3}._header_1xqvb_99{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px 32px;border-bottom:1px solid rgba(255,255,255,.08)}._headerLeft_1xqvb_107{display:flex;align-items:center;gap:16px;min-width:0}._alertIcon_1xqvb_113{flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:#ef4444;display:grid;place-items:center;color:#fff;position:relative;box-shadow:0 0 16px #ef444473}._alertIcon_1xqvb_113:after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(239,68,68,.55);animation:_alertRing_1xqvb_1 2.4s ease-out infinite;will-change:transform,opacity}@keyframes _alertRing_1xqvb_1{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.55);opacity:0}to{transform:scale(1.55);opacity:0}}._alertLabel_1xqvb_141{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ef4444;margin-bottom:4px}._alertTitle_1xqvb_149{font-size:1.3rem;font-weight:700;color:#fff;letter-spacing:-.01em}._headerRight_1xqvb_155{text-align:right;flex-shrink:0}._timestamp_1xqvb_159{color:#ffffff80;font-size:.9rem;font-variant-numeric:tabular-nums}._byBizzi_1xqvb_164{display:inline-block;margin-top:4px;font-size:.85rem;font-weight:700;background:linear-gradient(135deg,#c17cd5,#a855c7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}._diag_1xqvb_176{padding:24px 32px;display:flex;flex-direction:column;gap:12px}._diagRow_1xqvb_182{display:flex;align-items:flex-start;gap:14px;font-size:1rem;font-weight:500;color:#ffffffe6;line-height:1.45}._ico_1xqvb_191{flex:0 0 auto;width:18px;height:18px;margin-top:3px}._icoPurple_1xqvb_196{color:#c17cd5}._icoWarn_1xqvb_197{color:#f59e0b}._num_1xqvb_198{font-weight:800;background:linear-gradient(135deg,#c17cd5,#a855c7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-variant-numeric:tabular-nums}._divider_1xqvb_207{position:relative;height:1px;background:#ffffff14;margin:4px 32px 8px}._divider_1xqvb_207 span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#261a47;padding:4px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;white-space:nowrap}._actions_1xqvb_230{padding:24px 32px;display:flex;flex-direction:column;gap:14px}._actionRow_1xqvb_236{display:flex;align-items:flex-start;gap:14px;opacity:0;transform:translateY(10px)}._visible_1xqvb_48 ._actionRow_1xqvb_236{animation:_actionIn_1xqvb_1 .45s cubic-bezier(.2,.8,.2,1) forwards}._visible_1xqvb_48 ._actionRow_1xqvb_236:nth-child(1){animation-delay:1.2s}._visible_1xqvb_48 ._actionRow_1xqvb_236:nth-child(2){animation-delay:1.65s}._visible_1xqvb_48 ._actionRow_1xqvb_236:nth-child(3){animation-delay:2.1s}._visible_1xqvb_48 ._actionRow_1xqvb_236:nth-child(4){animation-delay:2.55s}@keyframes _actionIn_1xqvb_1{to{opacity:1;transform:translateY(0)}}._check_1xqvb_252{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:1.5px solid rgba(255,255,255,.18);background:transparent;display:grid;place-items:center;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease;margin-top:2px}._check_1xqvb_252 svg{width:12px;height:12px;color:#fff;stroke-dasharray:20;stroke-dashoffset:20;opacity:0;transition:stroke-dashoffset .4s cubic-bezier(.2,.8,.2,1),opacity .1s ease}._actionRowDone_1xqvb_271 ._check_1xqvb_252{background:#10b981;border-color:#10b981;box-shadow:0 0 14px #10b98180}._actionRowDone_1xqvb_271 ._check_1xqvb_252 svg{stroke-dashoffset:0;opacity:1;transition-delay:.15s}._actionBody_1xqvb_282{min-width:0;flex:1}._actionTitle_1xqvb_283{font-size:.98rem;font-weight:500;color:#fff;line-height:1.35}._actionSub_1xqvb_289{font-size:.8rem;color:#ffffff8c;margin-top:4px;line-height:1.4}._actionSub_1xqvb_289 ._arrow_1xqvb_295{color:#c17cd5;margin-right:6px}._footer_1xqvb_300{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px;border-top:1px solid rgba(255,255,255,.08);background:#00000026}._footerText_1xqvb_309{color:#fffc;font-size:.95rem;font-weight:500;font-style:italic;flex:1;text-align:center}._bizziFloat_1xqvb_318{position:absolute;right:-80px;top:-100px;width:110px;height:110px;pointer-events:none;animation:_bizziFloat_1xqvb_318 6s ease-in-out infinite;z-index:4;filter:drop-shadow(0 10px 30px rgba(193,124,213,.5));will-change:transform}._bizziFloat_1xqvb_318 img{width:100%;height:100%;object-fit:contain}@keyframes _bizziFloat_1xqvb_318{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-12px) rotate(4deg)}}._callout_1xqvb_339{position:absolute;display:inline-flex;align-items:center;padding:5px 10px;background:#5434748c;border:1px solid rgba(193,124,213,.4);border-radius:999px;color:#d0a7db;font-size:.7rem;font-weight:600;white-space:nowrap;opacity:0;z-index:5;pointer-events:none}._visible_1xqvb_48 ._callout_1xqvb_339{animation:_calloutIn_1xqvb_1 .6s cubic-bezier(.2,.8,.2,1) forwards}._callout_1xqvb_339:before{content:"";position:absolute;height:1px;top:50%}._callout_1xqvb_339:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#c17cd5;box-shadow:0 0 8px #c17cd5}@keyframes _calloutIn_1xqvb_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._c1_1xqvb_377{top:20px;left:-180px;animation-delay:3s}._c1_1xqvb_377:before{right:-48px;width:40px;background:linear-gradient(90deg,#c17cd599,#c17cd51a)}._c1_1xqvb_377:after{right:-54px;top:calc(50% - 3px)}._c3_1xqvb_384{top:150px;left:-200px;animation-delay:3.3s}._c3_1xqvb_384:before{right:-48px;width:40px;background:linear-gradient(90deg,#c17cd599,#c17cd51a)}._c3_1xqvb_384:after{right:-54px;top:calc(50% - 3px)}._c6_1xqvb_391{bottom:10px;left:-150px;animation-delay:3.9s}._c6_1xqvb_391:before{right:-48px;width:40px;background:linear-gradient(90deg,#c17cd599,#c17cd51a)}._c6_1xqvb_391:after{right:-54px;top:calc(50% - 3px)}._c2_1xqvb_399{top:20px;right:-150px;animation-delay:3.1s}._c2_1xqvb_399:before{left:-48px;width:40px;background:linear-gradient(270deg,#c17cd599,#c17cd51a)}._c2_1xqvb_399:after{left:-54px;top:calc(50% - 3px)}._c4_1xqvb_406{top:300px;right:-160px;animation-delay:3.5s}._c4_1xqvb_406:before{left:-48px;width:40px;background:linear-gradient(270deg,#c17cd599,#c17cd51a)}._c4_1xqvb_406:after{left:-54px;top:calc(50% - 3px)}._c5_1xqvb_413{top:400px;right:-170px;animation-delay:3.7s}._c5_1xqvb_413:before{left:-48px;width:40px;background:linear-gradient(270deg,#c17cd599,#c17cd51a)}._c5_1xqvb_413:after{left:-54px;top:calc(50% - 3px)}@media(max-width:768px){._wowSection_1xqvb_3{padding:56px 16px 72px}._headline_1xqvb_36{font-size:2rem;line-height:1.15;margin-bottom:32px}._card_1xqvb_62{border-radius:16px}._header_1xqvb_99{padding:20px;flex-direction:column;align-items:flex-start;gap:10px}._headerRight_1xqvb_155{text-align:left}._alertIcon_1xqvb_113{width:36px;height:36px}._alertIcon_1xqvb_113 svg{width:18px;height:18px}._alertTitle_1xqvb_149{font-size:1.1rem}._diag_1xqvb_176{padding:18px 20px;gap:10px}._diagRow_1xqvb_182{font-size:.9rem}._divider_1xqvb_207{margin:4px 20px 8px}._actions_1xqvb_230{padding:18px 20px;gap:12px}._check_1xqvb_252{width:18px;height:18px}._check_1xqvb_252 svg{width:10px;height:10px}._actionTitle_1xqvb_283{font-size:.92rem}._actionSub_1xqvb_289{font-size:.75rem}._footer_1xqvb_300{flex-direction:column;padding:18px 20px;gap:10px}._footerText_1xqvb_309{text-align:center}._callout_1xqvb_339{display:none!important}._bizziFloat_1xqvb_318{width:70px;height:70px;right:-10px;top:-30px}}@media(prefers-reduced-motion:reduce){._actionRow_1xqvb_236{opacity:1;transform:none;animation:none}._check_1xqvb_252{background:#10b981;border-color:#10b981}._check_1xqvb_252 svg{stroke-dashoffset:0;opacity:1}._alertIcon_1xqvb_113,._bizziFloat_1xqvb_318{animation:none}._alertIcon_1xqvb_113:after{animation:none;opacity:0}}._animaWrap_1xqvb_452{margin-bottom:22px;display:flex;justify-content:center}@media(max-width:640px){._animaWrap_1xqvb_452{margin-bottom:16px}}._palco_molwx_5{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}._janela_molwx_13{width:100%;max-width:560px;border-radius:16px;overflow:hidden;background:#14121c;border:1px solid rgba(168,85,247,.28);box-shadow:0 18px 50px #00000073}._barra_molwx_23{display:flex;align-items:center;gap:10px;padding:9px 13px;background:linear-gradient(90deg,#c17cd5,#a855c7)}._bolinhas_molwx_30{display:inline-flex;gap:5px}._bolinhas_molwx_30 i{width:9px;height:9px;border-radius:50%;background:#ffffff8c}._rota_molwx_35{font-size:12px;font-weight:700;color:#fff;letter-spacing:.02em}._tela_molwx_44{position:relative;height:236px;padding:16px}._cena_molwx_50{position:absolute;inset:16px;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}._palco_molwx_5[data-cena="0"] ._cenaChat_molwx_58,._palco_molwx_5[data-cena="1"] ._cenaLista_molwx_59,._palco_molwx_5[data-cena="2"] ._cenaLista_molwx_59,._palco_molwx_5[data-cena="3"] ._cenaPlano_molwx_61,._palco_molwx_5[data-cena="4"] ._cenaPlano_molwx_61,._palco_molwx_5[data-cena="5"] ._cenaPlano_molwx_61{opacity:1;transform:none}._balaoBizzi_molwx_66{display:flex;gap:10px;align-items:flex-start}._avatar_molwx_67{flex-shrink:0;width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;background:linear-gradient(135deg,#c17cd5,#a855c7)}._balaoTexto_molwx_75{display:flex;flex-direction:column;gap:5px;padding:11px 13px;border-radius:12px 12px 12px 3px;background:#a855f721;border:1px solid rgba(168,85,247,.25)}._balaoTexto_molwx_75 strong{font-size:12.5px;color:#fff}._balaoTexto_molwx_75>span{font-size:12px;line-height:1.5;color:#ffffffb8}._digitando_molwx_85{display:inline-flex;gap:4px;margin-top:3px}._digitando_molwx_85 i{width:5px;height:5px;border-radius:50%;background:#c17cd5;animation:_pulsa_molwx_1 1.2s infinite}._digitando_molwx_85 i:nth-child(2){animation-delay:.18s}._digitando_molwx_85 i:nth-child(3){animation-delay:.36s}@keyframes _pulsa_molwx_1{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}._planoCard_molwx_99{padding:13px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);transition:border-color .4s ease}._palco_molwx_5[data-cena="5"] ._planoCard_molwx_99{border-color:#10b98180}._planoTopo_molwx_108{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}._planoTag_molwx_112{font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 7px;border-radius:999px;color:#e4cce9;background:#a855f729}._planoStatus_molwx_119{font-size:10.5px;color:#ffffff8c}._palco_molwx_5[data-cena="5"] ._planoStatus_molwx_119{color:#10b981;font-weight:700}._planoTitulo_molwx_122{display:block;font-size:13.5px;color:#fff;margin-bottom:8px}._planoItens_molwx_123{margin:0 0 10px;padding-left:15px}._planoItens_molwx_123 li{font-size:11.5px;line-height:1.65;color:#ffffffad;opacity:0;transform:translate(-6px);transition:opacity .4s ease,transform .4s ease}._palco_molwx_5[data-cena="3"] ._planoItens_molwx_123 li,._palco_molwx_5[data-cena="4"] ._planoItens_molwx_123 li,._palco_molwx_5[data-cena="5"] ._planoItens_molwx_123 li{opacity:1;transform:none}._planoItens_molwx_123 li:nth-child(2){transition-delay:.18s}._planoItens_molwx_123 li:nth-child(3){transition-delay:.36s}._planoRodape_molwx_138{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}._planoResp_molwx_142{font-size:10.5px;color:#ffffff80}._btnAprovar_molwx_144{border:none;cursor:default;padding:7px 15px;border-radius:9px;font-size:12px;font-weight:700;color:#fff;background:var(--gradient-button);transition:transform .3s ease,background .4s ease;position:relative;min-width:152px;display:inline-flex;align-items:center;justify-content:center;gap:5px}._palco_molwx_5[data-cena="4"] ._btnAprovar_molwx_144{animation:_destaca_molwx_1 1s ease-in-out infinite}._palco_molwx_5[data-cena="5"] ._btnAprovar_molwx_144{background:#10b981;animation:none}._palco_molwx_5[data-cena="4"] ._btnAprovar_molwx_144:after{content:"";position:absolute;inset:0;border-radius:9px;border:2px solid rgba(168,85,247,.5);animation:_destacaAnel_molwx_1 1.6s ease-out infinite;pointer-events:none}@keyframes _destaca_molwx_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes _destacaAnel_molwx_1{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.3);opacity:0}to{transform:scale(1.3);opacity:0}}._listaCabec_molwx_190{display:flex;justify-content:space-between;padding:0 10px 7px;font-size:9.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#ffffff61;border-bottom:1px solid rgba(255,255,255,.08)}._linha_molwx_197{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-radius:9px;border:1px solid transparent;transition:background .35s ease,border-color .35s ease}._linhaNome_molwx_204{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:#ffffffd1}._linhaStatus_molwx_208{font-size:10.5px;color:#ffffff73}._selo_molwx_209{font-style:normal;font-size:8.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:2px 6px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#c17cd5,#a855c7)}._palco_molwx_5[data-cena="2"] ._linhaNova_molwx_219{background:#a855f724;border-color:#a855f766}._palco_molwx_5[data-cena="3"] ._planoItens_molwx_123 li{animation:_leitura_molwx_1 3s ease-in-out infinite}._palco_molwx_5[data-cena="3"] ._planoItens_molwx_123 li:nth-child(2){animation-delay:.6s}._palco_molwx_5[data-cena="3"] ._planoItens_molwx_123 li:nth-child(3){animation-delay:1.2s}@keyframes _leitura_molwx_1{0%,to{color:#ffffffad}15%,32%{color:#fff}}._legenda_molwx_240{margin:0;display:flex;flex-direction:column;gap:2px;text-align:center;font-size:12.5px;line-height:1.5;color:#fff9}._legenda_molwx_240 strong{color:#fff;font-size:13.5px}@media(max-width:640px){._tela_molwx_44{height:268px;padding:13px}._cena_molwx_50{inset:13px}._planoItens_molwx_123 li{font-size:11px}._janela_molwx_13{max-width:100%}}@media(prefers-reduced-motion:reduce){._cena_molwx_50,._planoItens_molwx_123 li,._btnAprovar_molwx_144{transition:none!important;animation:none!important}._palco_molwx_5[data-cena="4"] ._btnAprovar_molwx_144:after{animation:none;opacity:0}._digitando_molwx_85 i{animation:none!important;opacity:.5}}._root_sug2w_1{--violet: #b580ff;--violet-light: #c9b0ff;--red: #ff5a7a;--orange: #ff8a3d;--green: #35e0a8;--ink: #ede7ff;--ink-dim: #a79dc7;--ink-faint: #6b6384;position:relative;background:#07040f;color:var(--ink);overflow:hidden;padding:0;font-family:Sora,system-ui,sans-serif;-webkit-font-smoothing:antialiased}._root_sug2w_1:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(1400px 800px at 50% 48%,rgba(138,77,255,.28),transparent 60%),radial-gradient(1000px 700px at 85% 15%,rgba(255,77,216,.09),transparent 60%),radial-gradient(900px 700px at 15% 85%,rgba(111,227,255,.07),transparent 60%),linear-gradient(180deg,#07040f,#0d0820,#07040f)}._root_sug2w_1:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.28;background-image:linear-gradient(rgba(181,128,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(181,128,255,.05) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,#000 40%,transparent 90%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,#000 40%,transparent 90%)}._shell_sug2w_47{position:relative;z-index:2;max-width:1440px;margin:0 auto;padding:72px 48px 80px}._title_sug2w_55{text-align:center;font-weight:700;font-size:clamp(32px,3.6vw,54px);line-height:1.05;letter-spacing:-.02em;margin:0 auto 14px;max-width:1100px;color:#fff;text-wrap:balance}._grad_sug2w_66{background:linear-gradient(95deg,#d9c2ff,#b580ff 45%,#c9a3ff);-webkit-background-clip:text;background-clip:text;color:transparent}._sub_sug2w_72{text-align:center;color:var(--ink-dim);font-size:clamp(14px,1vw,16px);line-height:1.55;max-width:600px;margin:0 auto;font-weight:400}._stageWrap_sug2w_83{position:relative;margin:56px auto 0;width:100%;max-width:1360px;height:560px;padding-top:32px}._stage_sug2w_83{position:absolute;inset:0}._lines_sug2w_95{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}._colHead_sug2w_104{position:absolute;top:-44px;width:260px;z-index:6;padding:12px 18px;border-radius:12px;background:linear-gradient(160deg,#280e1cd9,#140a19e0);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 14px 40px #00000080}._colHeadLeft_sug2w_116{left:0;border:1px solid rgba(255,90,122,.32)}._colHeadRight_sug2w_120{right:0;border:1px solid rgba(53,224,168,.32)}._colHead_sug2w_104 ._k_sug2w_124{font-size:10.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px}._colHeadLeft_sug2w_116 ._k_sug2w_124{color:#ff8299}._colHeadRight_sug2w_120 ._k_sug2w_124{color:#5bebb9}._colHead_sug2w_104 ._s_sug2w_47{margin-top:4px;font-size:11.5px;color:var(--ink-dim);font-weight:300}._tri_sug2w_141{width:20px;height:20px;border-radius:5px;display:inline-grid;place-items:center;border:1px solid currentColor}._node_sug2w_151{position:absolute;z-index:5;width:260px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:linear-gradient(160deg,#241246d1,#140a29e0);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(181,128,255,.22);box-shadow:0 10px 30px #00000073,inset 0 1px #ffffff0a;animation:_nodeIn_sug2w_1 .6s cubic-bezier(.2,.7,.2,1) both;animation-delay:var(--d, 0s)}@keyframes _nodeIn_sug2w_1{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._nodeLeft_sug2w_172{left:0}._nodeRight_sug2w_173{right:0}._nodeRight_sug2w_173 ._txt_sug2w_174{text-align:right}._ico_sug2w_176{width:34px;height:34px;border-radius:9px;flex-shrink:0;display:grid;place-items:center;background:linear-gradient(160deg,#b580ff33,#8a4dff0f);border:1px solid rgba(181,128,255,.35);color:var(--violet)}._ico_sug2w_176 svg{width:17px;height:17px}._txt_sug2w_174{display:flex;flex-direction:column;gap:1px;line-height:1.2;flex:1;min-width:0}._txt_sug2w_174 ._t_sug2w_55{font-size:13px;font-weight:600;color:var(--ink);letter-spacing:-.01em}._txt_sug2w_174 ._s_sug2w_47{font-size:11px;color:var(--ink-dim);font-weight:400}._marker_sug2w_198{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;font-size:12px;font-weight:700}._nodeLeft_sug2w_172 ._marker_sug2w_198{background:#ff386426;color:var(--red);border:1px solid rgba(255,56,100,.45);box-shadow:0 0 12px #ff386466;animation:_mglow_sug2w_1 2.4s ease-in-out infinite var(--mg, 0s)}@keyframes _mglow_sug2w_1{0%,to{box-shadow:0 0 12px #ff386459}50%{box-shadow:0 0 22px #ff3864bf}}._nodeRight_sug2w_173 ._marker_sug2w_198{background:#1fc48a26;color:var(--green);border:1px solid rgba(31,196,138,.45);box-shadow:0 0 12px #1fc48a66}._n1_sug2w_226{top:14%}._n2_sug2w_227{top:30%}._n3_sug2w_228{top:46%}._n4_sug2w_229{top:62%}._n5_sug2w_230{top:78%}._core_sug2w_233{position:absolute;left:50%;top:38%;transform:translate(-50%,-50%);width:132px;height:132px;z-index:7}._halo_sug2w_242{position:absolute;inset:-60px;border-radius:50%;background:radial-gradient(circle at center,#b580ff8c,#b580ff00 65%);filter:blur(2px);animation:_halo_sug2w_242 4s ease-in-out infinite}._haloTwo_sug2w_250{inset:-120px;opacity:.45;background:radial-gradient(circle at center,#ff4dd84d,#ff4dd800 65%);animation-duration:6s;animation-delay:-1s}@keyframes _halo_sug2w_242{0%,to{transform:scale(.92);opacity:.7}50%{transform:scale(1.08);opacity:1}}._ring_sug2w_261{position:absolute;inset:-14px;border-radius:26px;border:1px solid rgba(181,128,255,.35);box-shadow:0 0 40px #b580ff40,inset 0 0 40px #b580ff1f}._tile_sug2w_268{position:absolute;inset:0;border-radius:22px;overflow:hidden;background:linear-gradient(160deg,#2a1555,#160a2e);border:1.5px solid rgba(181,128,255,.5);box-shadow:0 0 0 1px #b580ff1f,0 30px 80px #8a4dff66,0 0 70px #b580ff4d,inset 0 1px #ffffff14;display:flex;align-items:center;justify-content:center}._tile_sug2w_268:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:conic-gradient(from 0deg,transparent 0 58%,rgba(181,128,255,.7) 70%,transparent 82%);animation:_spin_sug2w_1 7s linear infinite;opacity:.5;mask:radial-gradient(circle,transparent 60%,#000 62%);-webkit-mask:radial-gradient(circle,transparent 60%,#000 62%)}@keyframes _spin_sug2w_1{to{transform:rotate(360deg)}}._logo_sug2w_297{width:80px;height:80px;position:relative;z-index:2;filter:drop-shadow(0 0 18px rgba(181,128,255,.6));object-fit:contain}._caps_sug2w_307{position:absolute;left:50%;bottom:-2%;transform:translate(-50%);width:440px;z-index:6}._capsLabel_sug2w_315{text-align:center;font-size:10.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--violet);font-weight:700;margin-bottom:12px;animation:_nodeIn_sug2w_1 .6s ease 1.3s both}._capsGrid_sug2w_325{display:grid;grid-template-columns:1fr 1fr;gap:8px}._cap_sug2w_307{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#1a0f33cc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(181,128,255,.22);font-size:11.5px;color:var(--ink);font-weight:500;opacity:0;animation:_nodeIn_sug2w_1 .6s cubic-bezier(.2,.7,.2,1) forwards var(--d, 1.4s)}._ci_sug2w_346{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(181,128,255,.4);color:var(--violet);flex-shrink:0}._ci_sug2w_346 svg{width:10px;height:10px}._chip_sug2w_359{position:absolute;z-index:4;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#1a0f33d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(181,128,255,.3);box-shadow:0 8px 24px #00000080,0 0 14px #b580ff26;color:var(--violet);animation:_chipIn_sug2w_1 .6s ease both var(--d, 0s),_floatRight_sug2w_1 4s ease-in-out infinite var(--df, 0s)}@keyframes _chipIn_sug2w_1{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes _floatRight_sug2w_1{0%{transform:translate(0)}50%{transform:translate(8px)}to{transform:translate(0)}}._chip_sug2w_359 svg{width:15px;height:15px}._c1_sug2w_385{left:27%;top:28%;--d: 1.2s;--df: 0s}._c2_sug2w_386{left:29%;top:46%;--d: 1.3s;--df: -1s}._c3_sug2w_387{left:26%;top:62%;--d: 1.4s;--df: -2s}._flowDot_sug2w_390{position:absolute;width:6px;height:6px;border-radius:50%;background:#ff5a7a;box-shadow:0 0 12px #ff5a7a,0 0 3px #fff;z-index:3;animation:_flowRight_sug2w_1 2.4s linear infinite var(--d, 0s)}._flowDot_sug2w_390._green_sug2w_400{background:#35e0a8;box-shadow:0 0 12px #35e0a8,0 0 3px #fff}@keyframes _flowRight_sug2w_1{0%{transform:translate(0);opacity:0}10%{opacity:1}85%{opacity:1}to{transform:translate(var(--travel, 180px));opacity:0}}._manifesto_sug2w_412{position:relative;margin:48px auto 0;max-width:1360px;padding:40px 56px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#160c2eeb,#0e0720f2);border:1px solid rgba(181,128,255,.18);box-shadow:0 30px 80px #00000080,inset 0 1px #ffffff08}._manifestoGrid_sug2w_423{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 1px 1fr 1px 1fr 1px 1fr;gap:32px;align-items:start}._divider_sug2w_431{width:1px;align-self:stretch;background:linear-gradient(180deg,transparent 0%,rgba(181,128,255,.18) 50%,transparent 100%)}._lead_sug2w_436{font-size:clamp(14px,1.53vw,23.5px);font-weight:700;line-height:1.45;letter-spacing:-.01em;color:#fff;margin:0}._emph_sug2w_452{display:inline;background:linear-gradient(95deg,#c89bff,#b580ff,#d79fff);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700;position:relative}._emphWrap_sug2w_461{position:relative;display:inline-block}._squiggle_sug2w_465{position:absolute;inset:auto 0 -.16em;height:.4em;pointer-events:none;color:var(--violet)}._squiggle_sug2w_465 svg{width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 12px rgba(181,128,255,.65))}._pillar_sug2w_487{display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center;padding:8px 4px 0}._picon_sug2w_495{width:44px;height:44px;display:grid;place-items:center;color:var(--violet-light);filter:drop-shadow(0 0 10px rgba(181,128,255,.35))}._picon_sug2w_495 svg{width:30px;height:30px;stroke-width:1.5}._pt_sug2w_504{font-size:15px;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.25}._ps_sug2w_511{font-size:12.5px;color:var(--ink-dim);line-height:1.55;font-weight:300;max-width:240px}._ctaRow_sug2w_520{display:flex;justify-content:center;gap:12px;margin-top:36px;flex-wrap:wrap}._ctaBtn_sug2w_527{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:12px;font-weight:600;font-size:14.5px;letter-spacing:.01em;background:linear-gradient(95deg,#8a4dff,#b580ff);color:#fff;text-decoration:none;border:1px solid rgba(181,128,255,.5);box-shadow:0 12px 40px #8a4dff59,0 0 0 1px #b580ff26;transition:transform .15s ease,box-shadow .2s ease;cursor:pointer}._ctaBtn_sug2w_527:hover{transform:translateY(-2px);box-shadow:0 16px 48px #8a4dff8c,0 0 0 1px #b580ff4d}._ctaBtnAlt_sug2w_548{background:transparent;border:1px solid rgba(181,128,255,.35);box-shadow:none;color:var(--ink)}._trust_sug2w_555{margin:22px auto 0;display:flex;gap:32px;justify-content:center;flex-wrap:wrap;color:var(--ink-dim);font-size:12px;font-weight:400}._trust_sug2w_555 span{display:inline-flex;align-items:center;gap:8px}._trust_sug2w_555 span svg{width:14px;height:14px;color:var(--violet)}@media(max-width:1280px){._shell_sug2w_47{padding:56px 32px 64px}._node_sug2w_151,._colHead_sug2w_104{width:230px}._stageWrap_sug2w_83{height:520px}._caps_sug2w_307{width:400px}}@media(max-width:1080px){._title_sug2w_55{font-size:clamp(28px,4.6vw,40px)}._shell_sug2w_47{padding:48px 24px 56px}._node_sug2w_151,._colHead_sug2w_104{width:200px;padding:8px 10px}._ico_sug2w_176{width:30px;height:30px}._ico_sug2w_176 svg{width:15px;height:15px}._txt_sug2w_174 ._t_sug2w_55{font-size:12px}._txt_sug2w_174 ._s_sug2w_47{font-size:10.5px}._marker_sug2w_198{width:17px;height:17px;font-size:10px}._stageWrap_sug2w_83{height:560px}._caps_sug2w_307{width:340px}._cap_sug2w_307{font-size:10.5px;padding:7px 10px}._chip_sug2w_359{width:30px;height:30px}._chip_sug2w_359 svg{width:13px;height:13px}._core_sug2w_233{width:110px;height:110px}._logo_sug2w_297{width:68px;height:68px}._manifesto_sug2w_412{padding:32px}._manifestoGrid_sug2w_423{grid-template-columns:1.1fr 1px 1fr 1px 1fr 1px 1fr;gap:20px}}@media(max-width:900px){._manifestoGrid_sug2w_423{grid-template-columns:1fr;gap:22px}._lead_sug2w_436{text-wrap:balance;font-size:20px;line-height:1.4}}@media(max-width:820px){._chip_sug2w_359,._flowDot_sug2w_390{display:none}._lines_sug2w_95{display:block;position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:visible}._stageWrap_sug2w_83{position:relative;height:auto;max-width:380px;margin:48px auto 0;padding:0 16px}._stage_sug2w_83{position:relative;display:flex;flex-direction:column;gap:20px}._colHead_sug2w_104,._node_sug2w_151{position:relative;inset:auto;left:auto!important;right:auto!important;top:auto!important;width:100%}._colHead_sug2w_104{margin-top:4px}._colHeadLeft_sug2w_116{order:1}._nodeLeft_sug2w_172{order:2}._nodeLeft_sug2w_172._n1_sug2w_226{order:3}._nodeLeft_sug2w_172._n2_sug2w_227{order:4}._nodeLeft_sug2w_172._n3_sug2w_228{order:5}._nodeLeft_sug2w_172._n4_sug2w_229{order:6}._nodeLeft_sug2w_172._n5_sug2w_230{order:7}._core_sug2w_233{order:8}._colHeadRight_sug2w_120{order:9;display:block;margin-top:14px}._nodeRight_sug2w_173._n1_sug2w_226{order:10}._nodeRight_sug2w_173._n2_sug2w_227{order:11}._nodeRight_sug2w_173._n3_sug2w_228{order:12}._nodeRight_sug2w_173._n4_sug2w_229{order:13}._nodeRight_sug2w_173._n5_sug2w_230{order:14}._caps_sug2w_307{order:15}._node_sug2w_151{max-width:230px;margin:0 auto;padding:5px 7px;gap:6px;border-radius:9px;align-self:center}._ico_sug2w_176{width:18px;height:18px;border-radius:5px}._ico_sug2w_176 svg{width:9px;height:9px}._txt_sug2w_174 ._t_sug2w_55{font-size:10.5px}._txt_sug2w_174 ._s_sug2w_47{font-size:9px}._marker_sug2w_198{width:12px;height:12px;font-size:8px}._marker_sug2w_198 svg{width:7px;height:7px}._colHead_sug2w_104{max-width:230px;margin:0 auto;padding:5px 10px;align-self:center}._colHead_sug2w_104 ._k_sug2w_124{font-size:9px;letter-spacing:.16em;gap:6px}._colHead_sug2w_104 ._s_sug2w_47{font-size:9px}._tri_sug2w_141{width:12px;height:12px}._tri_sug2w_141 svg{width:6px;height:6px}._core_sug2w_233{align-self:center;margin:12px auto!important}._nodeRight_sug2w_173{flex-direction:row;border-color:#35e0a840}._nodeRight_sug2w_173 ._txt_sug2w_174{text-align:left}._core_sug2w_233{position:relative;transform:none;inset:auto;width:100px;height:100px;margin:16px auto}._logo_sug2w_297{width:60px;height:60px}._caps_sug2w_307{position:relative;inset:auto;transform:none;width:100%;max-width:420px;margin:20px auto 0}._capsGrid_sug2w_325{grid-template-columns:1fr 1fr}._manifesto_sug2w_412{padding:28px 22px}._manifestoGrid_sug2w_423{grid-template-columns:1fr;gap:22px}._divider_sug2w_431{display:none}._pillar_sug2w_487{align-items:flex-start;text-align:left;flex-direction:column;gap:8px}._ps_sug2w_511{max-width:none}._lead_sug2w_436{text-wrap:balance;font-size:20px;line-height:1.4}}@media(max-width:520px){._shell_sug2w_47{padding:36px 16px 40px}._title_sug2w_55{font-size:26px;line-height:1.1}._sub_sug2w_72{font-size:13px}._capsGrid_sug2w_325{grid-template-columns:1fr}}@keyframes _drawIn_sug2w_1{to{stroke-dashoffset:0}}@keyframes _fadeIn_sug2w_1{to{opacity:1}}@keyframes _flicker_sug2w_1{0%,48%,52%,to{opacity:1}49%{opacity:.25}50%{opacity:.85}51%{opacity:.15}70%{opacity:.6}72%{opacity:1}}._shell_sug2w_47>._title_sug2w_55,._shell_sug2w_47>._sub_sug2w_72,._shell_sug2w_47>._stageWrap_sug2w_83,._shell_sug2w_47>._caps_sug2w_307,._shell_sug2w_47>._logo_sug2w_297{display:none}._manifesto_sug2w_412{margin-top:0}._banner_5aqc5_1{position:fixed;bottom:0;left:0;right:0;background:#1f2937;padding:16px 24px;z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;box-shadow:0 -4px 20px #0003}._content_5aqc5_17{display:flex;align-items:center;gap:16px;flex:1}._icon_5aqc5_24{width:40px;height:40px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fbbf24;flex-shrink:0}._text_5aqc5_36{color:#d1d5db;font-size:14px;line-height:1.5;margin:0}._text_5aqc5_36 a{color:#60a5fa;text-decoration:underline}._actions_5aqc5_48{display:flex;gap:12px;flex-shrink:0}._btn_5aqc5_54{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-family:inherit}._reject_5aqc5_65{background:#ffffff1a;color:#fff}._reject_5aqc5_65:hover{background:#fff3}._accept_5aqc5_74{background:linear-gradient(135deg,#c17cd5,#a855c7);color:#fff}._accept_5aqc5_74:hover{filter:brightness(1.1);transform:translateY(-1px)}@media(max-width:640px){._banner_5aqc5_1{flex-direction:column;text-align:center;padding:20px}._content_5aqc5_17{flex-direction:column}._actions_5aqc5_48{width:100%}._btn_5aqc5_54{flex:1}}
