:root{--color-yellow: #FEAA1F;--color-deep-sky: #010914;--color-off-white: #F5F0E8;--color-surface-0: #010914;--color-surface-1: #041021;--color-surface-2: #0f1f2e;--color-surface-3: #12233b;--color-gray-900: #1d293d;--color-gray-700: #314158;--color-gray-500: #62748e;--color-gray-300: #cad5e2;--color-gray-100: #f1f5f9;--color-bg: var(--color-deep-sky);--color-surface: var(--color-surface-1);--color-border: var(--color-surface-3);--color-border-subtle: var(--color-surface-3);--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-text-subtle: #64748b;--color-accent: var(--color-yellow);--color-accent-hover: #FFB840;--color-error: oklch(62% .22 25);--color-success: oklch(70% .18 145);--color-holo-purple: oklch(60% .22 290);--color-holo-blue: oklch(70% .2 245);--color-holo-magenta: oklch(58% .18 330);--font-serif: "Geist", system-ui, sans-serif;--font-sans: "Geist", system-ui, sans-serif;--text-display: clamp(2rem, 1.2rem + 3vw, 3.2rem);--text-h2: clamp(1.5rem, 1rem + 2.5vw, 2.5rem);--text-h3: clamp(1.1rem, .9rem + 1vw, 1.4rem);--text-base: clamp(1rem, .92rem + .4vw, 1.125rem);--text-sm: .9375rem;--text-xs: .8125rem;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-extrabold: 800;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 3px oklch(0% 0 0 / .4);--shadow-md: 0 4px 12px oklch(0% 0 0 / .5);--shadow-lg: 0 8px 24px oklch(0% 0 0 / .6);--shadow-xl: 0 16px 48px oklch(0% 0 0 / .7);--shadow-accent: 0 0 20px oklch(82% .17 88 / .25);--shadow-accent-strong: 0 0 40px oklch(82% .17 88 / .4);--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .5s;--ease-out: cubic-bezier(0, 0, .2, 1);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:focus-visible{outline:2px solid var(--color-yellow);outline-offset:2px;border-radius:var(--radius-sm)}:focus:not(:focus-visible){outline:none}html{scroll-behavior:smooth;color-scheme:dark}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}.page{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;align-items:center}.wrap{width:100%;max-width:960px;padding:0 var(--space-8)}header{width:100%;display:flex;justify-content:center;padding:var(--space-12) 0 0;animation:reveal var(--duration-slow) var(--ease-out-expo) both}.logo-wrap{position:relative;display:inline-block}.logo-img{width:168px;height:168px;object-fit:contain;position:relative;z-index:1;filter:none;transition:transform var(--duration-normal) var(--ease-out-expo)}.logo-wrap:hover .logo-img{transform:scale(1.04) translateY(-3px)}.coming-banner{text-align:center;margin-top:var(--space-8);animation:reveal var(--duration-slow) .1s var(--ease-out-expo) both}.coming-inner{display:inline-flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-8);background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);position:relative;overflow:hidden}.coming-inner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,oklch(100% 0 0 / .07),transparent);transform:translate(-100%);animation:sweep 3.2s ease-in-out infinite}@keyframes sweep{0%{transform:translate(-100%)}65%,to{transform:translate(100%)}}.coming-icon{font-size:17px;animation:bell-shake 3.5s ease-in-out infinite}@keyframes bell-shake{0%,78%,to{transform:rotate(0)}82%{transform:rotate(-13deg)}88%{transform:rotate(13deg)}94%{transform:rotate(-7deg)}}.coming-text{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:.1em;text-transform:uppercase;color:var(--color-yellow)}.hero{text-align:center;padding:var(--space-10) 0 0;animation:reveal var(--duration-slow) .18s var(--ease-out-expo) both}.eyebrow{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.28em;text-transform:uppercase;color:var(--color-yellow);margin-bottom:var(--space-6);display:flex;align-items:center;justify-content:center;gap:var(--space-4)}.eyebrow:before,.eyebrow:after{content:"";display:block;width:40px;height:1px;background:linear-gradient(90deg,transparent,var(--color-yellow));opacity:.3}.eyebrow:after{transform:scaleX(-1)}h1{font-family:var(--font-serif);font-size:var(--text-display);font-weight:var(--weight-extrabold);line-height:1.1;letter-spacing:-.02em;color:var(--color-text);margin-bottom:var(--space-2)}.h1-brand{display:block;color:var(--color-gray-100)}@keyframes shimmer{0%{background-position:0% center}to{background-position:220% center}}.hero-intro{font-family:var(--font-sans);font-size:clamp(1rem,.9rem + .5vw,1.125rem);font-weight:var(--weight-regular);color:var(--color-text-muted);margin:var(--space-6) auto 0;max-width:960px;line-height:1.65}.hero-intro strong{color:var(--color-text);font-weight:var(--weight-semibold)}.hero-cta-block{display:flex;flex-direction:column;align-items:center;margin-top:var(--space-8)}.hero-cta-text{font-family:var(--font-sans);font-size:clamp(1rem,.9rem + .5vw,1.125rem);font-weight:var(--weight-regular);color:#e8c97a;text-align:center;max-width:480px}.anchor-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-3);margin-top:var(--space-6);padding:var(--space-4) var(--space-8);background:var(--color-yellow);color:var(--color-deep-sky);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-fast) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),transform var(--duration-fast) var(--ease-out);animation:btn-pulse 2.6s ease-in-out infinite}.anchor-btn:hover{background:var(--color-accent-hover);box-shadow:0 4px 28px #feaa1f61;animation:none}.anchor-btn:active{transform:scale(.97);animation:none}.anchor-btn svg{transition:transform var(--duration-fast) var(--ease-out)}.anchor-btn:hover svg{transform:translateY(2px)}.sep{width:100%;display:flex;align-items:center;gap:var(--space-4);margin:var(--space-12) 0}.sep-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,oklch(82% .17 88 / .18),transparent)}.sep-diamond{width:6px;height:6px;background:var(--color-yellow);transform:rotate(45deg);opacity:.45;flex-shrink:0}.section-label{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:.18em;text-transform:uppercase;color:var(--color-yellow);text-align:center;margin-bottom:var(--space-8)}.lead-section{text-align:center;animation:reveal var(--duration-slow) .28s var(--ease-out-expo) both}.lead-sub{font-family:var(--font-sans);font-size:clamp(1rem,.9rem + .5vw,1.125rem);font-weight:var(--weight-regular);font-style:italic;color:var(--color-text-muted);max-width:600px;margin:0 auto var(--space-8);line-height:1.55}.lead-form-wrap{max-width:520px;margin:0 auto}.lead-form-inner{background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-2xl);padding:var(--space-10) var(--space-10) var(--space-8);display:flex;flex-direction:column;gap:var(--space-5);position:relative}.lead-form-inner:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-yellow),oklch(82% .17 88 / .5),var(--color-yellow),transparent)}.form-group{display:flex;flex-direction:column;gap:var(--space-2);text-align:left}.form-label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:.14em;text-transform:uppercase;color:var(--color-yellow);opacity:.75}.form-input{background:var(--color-surface-0);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--weight-regular);color:var(--color-text);width:100%;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.form-input::placeholder{color:var(--color-text-subtle);opacity:.8}.form-input:focus{outline:none;border-color:var(--color-yellow);box-shadow:0 0 0 3px oklch(82% .17 88 / .15)}.form-input.error{border-color:var(--color-error);box-shadow:0 0 0 3px #ee343b1f}.form-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-4) var(--space-8);margin-top:var(--space-2);background:var(--color-yellow);color:var(--color-deep-sky);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-fast) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),transform var(--duration-fast) var(--ease-out);animation:btn-pulse 2.6s ease-in-out infinite}@keyframes btn-pulse{0%,to{box-shadow:0 0 6px 1px #feaa1f38}50%{box-shadow:0 0 18px 5px #feaa1f85}}.form-btn:hover{background:var(--color-accent-hover);box-shadow:0 4px 28px #feaa1f61;animation:none}.form-btn:active{transform:scale(.97);animation:none}.form-btn svg{transition:transform var(--duration-fast) var(--ease-out)}.form-btn:hover svg{transform:translate(4px)}.form-disclaimer{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-regular);color:#8a8880;text-align:center;margin-top:var(--space-4)}.form-success{display:none;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.04em;color:var(--color-success);text-align:center;padding:var(--space-4);background:#45ba5012;border:1px solid oklch(70% .18 145 / .25);border-radius:var(--radius-md)}.form-already{display:none;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.04em;color:var(--color-yellow);text-align:center;padding:var(--space-4);background:oklch(75% .18 75 / .07);border:1px solid oklch(75% .18 75 / .3);border-radius:var(--radius-md)}.form-error-global{display:none;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.04em;color:var(--color-error);text-align:center;padding:var(--space-4);background:#ee343b12;border:1px solid oklch(62% .22 25 / .25);border-radius:var(--radius-md)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2);margin-bottom:var(--space-2);list-style:none;padding:0;margin-left:0;animation:reveal var(--duration-slow) .3s var(--ease-out-expo) both}.product-card{background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);padding:var(--space-5);text-align:center;cursor:default;transition:border-color var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),transform var(--duration-normal) var(--ease-out-expo)}.product-card:hover{border-color:#ffffff1f;box-shadow:0 8px 24px #00000059;transform:translateY(-3px)}.p-name{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-yellow);margin-bottom:var(--space-2)}.p-desc{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--color-text-muted);line-height:1.6}.why{animation:reveal var(--duration-slow) .4s var(--ease-out-expo) both}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6)}.why-item{display:flex;flex-direction:column;align-items:center;padding:var(--space-5);text-align:center;background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);transition:border-color var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),transform var(--duration-normal) var(--ease-out-expo)}.why-item:hover{border-color:#ffffff1f;box-shadow:0 8px 24px #00000059;transform:translateY(-3px)}.why-icon{color:var(--color-yellow);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4)}.why-title{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-yellow);margin-bottom:var(--space-2)}.why-text{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--color-text-muted);line-height:1.6}.channel-section{text-align:center;animation:reveal var(--duration-slow) .5s var(--ease-out-expo) both}.channel-title{font-family:var(--font-serif);font-size:var(--text-h2);font-weight:var(--weight-bold);color:var(--color-text);margin-bottom:var(--space-2);letter-spacing:-.01em}.channel-sub{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-regular);font-style:italic;color:var(--color-text-subtle);margin-bottom:var(--space-8);max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}.channel-row{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center}.channel-link{display:flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:var(--radius-xl);background:var(--color-surface-1);border:1px solid var(--color-border-subtle);text-decoration:none;color:var(--color-text-muted);transition:transform var(--duration-normal) var(--ease-out-expo),border-color var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),color var(--duration-normal) var(--ease-out)}.channel-link:hover{transform:translateY(-4px);border-color:#feaa1f99;box-shadow:0 0 18px #feaa1f40;color:var(--color-yellow)}.channel-link svg{width:24px;height:24px;transition:transform var(--duration-normal) var(--ease-out-expo)}.channel-link:hover svg{transform:scale(1.12)}footer{width:100%;margin-top:var(--space-16);padding:0 0 var(--space-12);text-align:center;animation:reveal var(--duration-slow) .6s var(--ease-out-expo) both}footer:before{content:"";display:block;height:1px;max-width:960px;margin:0 auto var(--space-8);background:var(--color-border-subtle)}.footer-name{font-family:var(--font-sans);font-size:.6875rem;font-weight:var(--weight-bold);letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-1)}.footer-cnpj{font-weight:var(--weight-regular)}.footer-domain{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-regular);color:var(--color-text-subtle)}.footer-legal{font-family:var(--font-sans);font-size:.8125rem;font-weight:var(--weight-regular);font-style:italic;line-height:1.6;color:var(--color-text-subtle);opacity:.7;margin-top:var(--space-6);max-width:960px;width:100%;padding:0 var(--space-8);margin-left:auto;margin-right:auto}.form-error{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-error);display:none;margin-top:var(--space-1)}.form-error.visible{display:block}.form-input.success{border-color:var(--color-success)}.form-input.success:focus{border-color:var(--color-success);box-shadow:0 0 0 3px #45ba5026}.lead-proof{display:flex;align-items:center;justify-content:center;gap:var(--space-2);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted);margin-bottom:var(--space-6)}.lead-proof-dot{width:6px;height:6px;border-radius:var(--radius-full);background:var(--color-success);flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.lead-proof strong{color:var(--color-text)}.about-section{text-align:center;animation:reveal var(--duration-slow) .4s var(--ease-out-expo) both}.about-body{display:flex;flex-direction:column;gap:var(--space-4)}.about-para{font-family:var(--font-sans);font-size:clamp(1rem,.9rem + .5vw,1.125rem);font-weight:var(--weight-regular);color:var(--color-text-muted);text-align:center;line-height:1.65}.profiles-section{text-align:center;animation:reveal var(--duration-slow) .4s var(--ease-out-expo) both}.profiles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);margin-top:var(--space-8)}.profile-card{background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);padding:var(--space-5);text-align:center;transition:border-color var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),transform var(--duration-normal) var(--ease-out-expo)}.profile-card:hover{border-color:#ffffff1f;box-shadow:0 8px 24px #00000059;transform:translateY(-2px)}.profile-icon{color:var(--color-yellow);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4)}.profile-card-title{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-yellow);margin-bottom:var(--space-2)}.profile-card-desc{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--color-text-muted);line-height:1.6}@keyframes reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:700px){.products{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(2,1fr)}.profiles-grid{grid-template-columns:1fr}.wrap{padding:0 var(--space-5)}.lead-form-inner{padding:var(--space-8) var(--space-6) var(--space-6)}.channel-link{width:56px;height:56px}.channel-link svg{width:22px;height:22px}.footer-legal,.footer-name{padding:0 var(--space-5)}}@media(max-width:440px){:root{--text-display: clamp(1.6rem, 5vw, 2.4rem)}.products,.why-grid{grid-template-columns:1fr}.lead-form-inner{padding:var(--space-6) var(--space-5) var(--space-5)}h1{word-break:keep-all;overflow-wrap:normal}}
