@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--primary-green:#105a13;--green-hover:#0d460f;--light-green:#2f7a3d;--bg-light:#f1f5f1;--border-light:#e2e8e2;--text-dark:#1a1a1a;--text-muted:#454;--white:#fff;--black:#000;--shadow-sm:0 2px 8px #105a131f;--shadow-md:0 6px 15px #105a1340;--transition-ultra-fast:.12s cubic-bezier(.4,0,.2,1);--transition-fast:.18s cubic-bezier(.4,0,.2,1);--transition-smooth:.25s cubic-bezier(.2,1,.3,1)}.Header-module__D5nTzG__header{background-color:var(--bg-light);z-index:1000;width:100%;height:clamp(64px,6vw,72px);padding-top:15px;padding-bottom:15px;padding:0 clamp(67px,6vw,75p);border-bottom:2px solid var(--border-light);-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative}.Header-module__D5nTzG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.Header-module__D5nTzG__logoWrapper{transition:transform var(--transition-smooth);align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__D5nTzG__logoWrapper:hover{transform:scale(1.03)translateY(-1px)}.Header-module__D5nTzG__logo{width:clamp(32px,4vw,38px);height:clamp(32px,4vw,38px);transition:all var(--transition-smooth);will-change:transform}.Header-module__D5nTzG__logoSide{width:clamp(32px,4vw,38px);height:clamp(32px,4vw,38px);transition:all var(--transition-smooth)}.Header-module__D5nTzG__logoWrapper:hover .Header-module__D5nTzG__logo{filter:drop-shadow(0 2px 4px #105a134d);transform:rotate(-8deg)scale(1.08)}.Header-module__D5nTzG__logoWrapper:hover .Header-module__D5nTzG__logoSide{filter:sepia()saturate(5)hue-rotate(130deg)drop-shadow(0 2px 4px #105a134d);transform:scale(1.08)}.Header-module__D5nTzG__brandName{background:linear-gradient(135deg,var(--text-dark)0%,var(--primary-green)100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:900}.Header-module__D5nTzG__brandLight{color:var(--light-green)!important;-webkit-text-fill-color:var(--light-green)!important}.Header-module__D5nTzG__mainNav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#105a130f;border:1px solid #105a1314;border-radius:16px;align-items:center;gap:.25rem;padding:.5rem .75rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Header-module__D5nTzG__navLink{color:var(--text-muted);transition:all var(--transition-ultra-fast);white-space:nowrap;border-radius:12px;padding:.65rem 1.4rem;font-size:clamp(.85rem,1.8vw,.95rem);font-weight:700;text-decoration:none;position:relative;overflow:hidden}.Header-module__D5nTzG__navLink:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.Header-module__D5nTzG__navLink:hover:before{left:100%}.Header-module__D5nTzG__navLink:hover:not(.Header-module__D5nTzG__active){color:var(--primary-green);background:#105a1326;transform:translateY(-2px)}.Header-module__D5nTzG__active{box-shadow:var(--shadow-md);cursor:default;position:relative;background:var(--primary-green)!important;color:var(--white)!important}.Header-module__D5nTzG__active:after{content:"";background:var(--white);border-radius:1px;width:60%;height:2px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.Header-module__D5nTzG__actions{align-items:center;gap:1rem;display:flex}.Header-module__D5nTzG__profileBtn{background:var(--primary-green);color:var(--white);height:44px;transition:all var(--transition-ultra-fast);border-radius:14px;justify-content:center;align-items:center;gap:.75rem;padding:0 1.4rem;font-size:.95rem;font-weight:700;text-decoration:none;display:flex;position:relative;overflow:hidden}.Header-module__D5nTzG__profileBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.Header-module__D5nTzG__profileBtn:hover:before{left:100%}.Header-module__D5nTzG__profileBtn:hover{background:var(--green-hover);box-shadow:var(--shadow-md);transform:translateY(-3px)scale(1.02)}.Header-module__D5nTzG__profileText{white-space:nowrap}.Header-module__D5nTzG__menuToggle{color:var(--primary-green);cursor:pointer;width:44px;height:44px;transition:all var(--transition-fast);background:#e2e8e2b3;border:1px solid #105a1326;border-radius:14px;justify-content:center;align-items:center;font-size:1.3rem;display:flex;position:relative}.Header-module__D5nTzG__menuToggle:hover{background:var(--primary-green);color:var(--white);box-shadow:var(--shadow-sm);transform:scale(1.08)}.Header-module__D5nTzG__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:all var(--transition-fast);z-index:1500;background:#0006;position:fixed;inset:0}.Header-module__D5nTzG__overlayVisible{opacity:1;visibility:visible}.Header-module__D5nTzG__sidePanel{z-index:2000;background:linear-gradient(135deg,#f8faf8 0%,#f1f5f1 100%);flex-direction:column;width:min(320px,85vw);height:100vh;padding:clamp(1.5rem,4vw,2rem) clamp(1.25rem,3vw,1.5rem);transition:transform .28s cubic-bezier(.25,.8,.5,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-20px 0 60px #00000026}.Header-module__D5nTzG__panelOpen{transform:translate(0)}.Header-module__D5nTzG__sideHeader{border-bottom:1px solid #105a1314;justify-content:space-between;align-items:center;margin-bottom:clamp(1.5rem,5vw,2.5rem);padding-bottom:1rem;display:flex}.Header-module__D5nTzG__sideLogoWrapper{align-items:center;gap:.6rem;display:flex}.Header-module__D5nTzG__closeBtn{color:#ef4444;cursor:pointer;width:42px;height:42px;transition:all var(--transition-ultra-fast);background:#fee2e2cc;border:1px solid #fee2e2e6;border-radius:14px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.Header-module__D5nTzG__closeBtn:hover{color:#dc2626;box-shadow:var(--shadow-sm);background:#fee2e2;transform:scale(1.08)rotate(90deg)}.Header-module__D5nTzG__sideNav{flex-direction:column;flex:1;gap:.75rem;display:flex}.Header-module__D5nTzG__sideSectionTitle{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:1.5rem 0 .75rem .75rem;font-size:.75rem;font-weight:800}.Header-module__D5nTzG__sideLink{background:var(--white);color:#334155;transition:all var(--transition-ultra-fast);opacity:0;border:1px solid #f1f5f9;border-radius:20px;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;font-weight:700;text-decoration:none;display:flex;transform:translate(25px)}.Header-module__D5nTzG__panelOpen .Header-module__D5nTzG__sideLink{opacity:1;transform:translate(0)}.Header-module__D5nTzG__panelOpen .Header-module__D5nTzG__sideLink:first-child{transition-delay:20ms}.Header-module__D5nTzG__panelOpen .Header-module__D5nTzG__sideLink:nth-child(2){transition-delay:40ms}.Header-module__D5nTzG__panelOpen .Header-module__D5nTzG__sideLink:nth-child(3){transition-delay:60ms}.Header-module__D5nTzG__panelOpen .Header-module__D5nTzG__sideLink:nth-child(4){transition-delay:80ms}.Header-module__D5nTzG__linkDot{width:8px;height:8px;transition:all var(--transition-ultra-fast);background:#e2e8f0;border-radius:50%;flex-shrink:0}.Header-module__D5nTzG__sideIcon{flex-shrink:0;width:24px;height:24px;font-size:1.2rem}.Header-module__D5nTzG__sideLink:hover:not(.Header-module__D5nTzG__sideActive){border-color:var(--primary-green);color:var(--primary-green);box-shadow:var(--shadow-sm);transform:translate(10px)scale(1.01)}.Header-module__D5nTzG__sideActive{border-color:var(--primary-green);box-shadow:var(--shadow-md);background:linear-gradient(135deg,var(--primary-green),var(--green-hover))!important;color:var(--white)!important}.Header-module__D5nTzG__sideActive .Header-module__D5nTzG__linkDot{background:var(--white);box-shadow:0 0 0 2px #fffc}.Header-module__D5nTzG__sideActive .Header-module__D5nTzG__sideIcon{color:var(--white)}.Header-module__D5nTzG__divider{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);height:1px;margin:1.5rem 0}@media (max-width:1024px){.Header-module__D5nTzG__mainNav{gap:.2rem;padding:.4rem .6rem}}@media (max-width:900px){.Header-module__D5nTzG__mainNav{display:none}}@media (max-width:768px){.Header-module__D5nTzG__header{padding:0 1rem}.Header-module__D5nTzG__profileBtn{padding:0 1.1rem}}@media (max-width:480px){.Header-module__D5nTzG__profileText{display:none}.Header-module__D5nTzG__profileBtn{justify-content:center;width:44px;padding:0}.Header-module__D5nTzG__logoWrapper{gap:.5rem}}@media (prefers-reduced-motion:reduce){.Header-module__D5nTzG__header,.Header-module__D5nTzG__logoWrapper,.Header-module__D5nTzG__navLink,.Header-module__D5nTzG__profileBtn,.Header-module__D5nTzG__menuToggle,.Header-module__D5nTzG__sideLink,.Header-module__D5nTzG__closeBtn{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.Footer-module__JGhRua__footer{color:#fff;background-color:#105a13;border:1px solid #000;padding:3rem 2rem}.Footer-module__JGhRua__whiteLogo{object-fit:contain;width:140px;min-width:140px;height:63px;min-height:63px}.Footer-module__JGhRua__infosLinks{flex-wrap:wrap;gap:4rem;margin-top:2rem;margin-left:15px;display:flex}.Footer-module__JGhRua__sobreNos,.Footer-module__JGhRua__contato,.Footer-module__JGhRua__produtos{min-width:180px;max-width:220px}.Footer-module__JGhRua__sobreNos h4,.Footer-module__JGhRua__contato h4,.Footer-module__JGhRua__produtos h4{margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.Footer-module__JGhRua__sobreNos ul,.Footer-module__JGhRua__contato ul,.Footer-module__JGhRua__produtos ul{margin:0;padding:0;list-style:none}.Footer-module__JGhRua__sobreNos li,.Footer-module__JGhRua__contato li,.Footer-module__JGhRua__produtos li{opacity:.9;cursor:pointer;transform-origin:0;will-change:transform;width:fit-content;margin-bottom:.5rem;margin-left:3px;font-size:.9rem;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s,box-shadow .25s}.Footer-module__JGhRua__sobreNos li:hover,.Footer-module__JGhRua__contato li:hover,.Footer-module__JGhRua__produtos li:hover{opacity:1;transform:scale(1.02)translateY(-1px);box-shadow:0 6px 14px #0000001f}.Footer-module__JGhRua__sobreNos li:active,.Footer-module__JGhRua__contato li:active,.Footer-module__JGhRua__produtos li:active{transform:scale(.97)translateY(0);box-shadow:0 2px 6px #00000026}.Footer-module__JGhRua__contactItem{opacity:.85;cursor:pointer;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s;display:flex}.Footer-module__JGhRua__contactItem:hover{opacity:1;transform:translate(4px)}.Footer-module__JGhRua__contactItem:active{transform:translate(2px)scale(.98)}.Footer-module__JGhRua__contactItem svg{flex-shrink:0;font-size:1rem;transition:transform .2s}.Footer-module__JGhRua__contactItem:hover svg{transform:scale(1.1)}.Footer-module__JGhRua__direitos{text-align:center;opacity:.7;border-top:1px solid #ffffff26;margin-top:2rem;padding-top:1rem;font-size:.75rem}@media (max-width:768px){.Footer-module__JGhRua__infosLinks{flex-direction:column;gap:2rem}}
.ComingSoon-module__S0dCQq__main{text-align:center;color:#0f1a12;max-width:800px;margin:0 auto;padding:4rem 2rem;font-family:Inter,sans-serif;animation:.6s ease-out forwards ComingSoon-module__S0dCQq__fadeIn}@keyframes ComingSoon-module__S0dCQq__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ComingSoon-module__S0dCQq__topLogo{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.ComingSoon-module__S0dCQq__brandName{font-size:2rem;font-weight:900}.ComingSoon-module__S0dCQq__brandLight{color:#105a13}.ComingSoon-module__S0dCQq__heroSection{margin-bottom:3rem}.ComingSoon-module__S0dCQq__particlesWrapper{display:inline-block;position:relative}.ComingSoon-module__S0dCQq__emBreveTitle{-webkit-text-fill-color:transparent;text-shadow:1px 2px 8px #0003;z-index:2;background:linear-gradient(135deg,#145a23,#2f7a3d);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:900;animation:.6s forwards ComingSoon-module__S0dCQq__pop;position:relative}@keyframes ComingSoon-module__S0dCQq__pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.ComingSoon-module__S0dCQq__particles{z-index:1;width:200px;height:60px;position:absolute;top:0;left:50%;overflow:visible;transform:translate(-50%)}.ComingSoon-module__S0dCQq__particle{opacity:.7;background:#147a23;border-radius:50%;width:6px;height:6px;animation:4s infinite ComingSoon-module__S0dCQq__float;position:absolute}.ComingSoon-module__S0dCQq__particle:first-child{animation-delay:0s;left:5%}.ComingSoon-module__S0dCQq__particle:nth-child(2){animation-delay:.3s;left:15%}.ComingSoon-module__S0dCQq__particle:nth-child(3){animation-delay:.6s;left:25%}.ComingSoon-module__S0dCQq__particle:nth-child(4){animation-delay:.9s;left:35%}.ComingSoon-module__S0dCQq__particle:nth-child(5){animation-delay:1.2s;left:45%}.ComingSoon-module__S0dCQq__particle:nth-child(6){animation-delay:1.5s;left:55%}.ComingSoon-module__S0dCQq__particle:nth-child(7){animation-delay:1.8s;left:65%}.ComingSoon-module__S0dCQq__particle:nth-child(8){animation-delay:2.1s;left:75%}.ComingSoon-module__S0dCQq__particle:nth-child(9){animation-delay:2.4s;left:85%}.ComingSoon-module__S0dCQq__particle:nth-child(10){animation-delay:2.7s;left:95%}@keyframes ComingSoon-module__S0dCQq__float{0%{opacity:.5;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-15px)scale(1.2)}to{opacity:.5;transform:translateY(0)scale(1)}}.ComingSoon-module__S0dCQq__heroText{margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.ComingSoon-module__S0dCQq__greenHighlight{color:#105a13;text-underline-offset:4px;font-weight:700;-webkit-text-decoration:underline dashed;text-decoration:underline dashed;text-decoration-thickness:1.5px;transition:all .3s}.ComingSoon-module__S0dCQq__greenHighlight:hover{color:#147a23;transform:scale(1.03)}.ComingSoon-module__S0dCQq__primaryBtn{color:#fff;background:#105a13;border-radius:12px;align-items:center;gap:.6rem;padding:1rem 1.6rem;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.ComingSoon-module__S0dCQq__primaryBtn:hover{transform:scale(1.08)translateY(-3px);box-shadow:0 12px 25px #105a1340}.ComingSoon-module__S0dCQq__differentials{flex-wrap:wrap;justify-content:center;gap:2rem;margin:3rem 0;display:flex}.ComingSoon-module__S0dCQq__highlight{flex-direction:column;align-items:center;gap:.6rem;font-weight:600;transition:transform .3s;display:flex}.ComingSoon-module__S0dCQq__highlight:hover{transform:translateY(-5px)}.ComingSoon-module__S0dCQq__iconCircle{color:#fff;background:#105a13;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.6rem;transition:transform .3s,background .3s;display:flex}.ComingSoon-module__S0dCQq__highlight:hover .ComingSoon-module__S0dCQq__iconCircle{background:#147a23;transform:scale(1.15)rotate(5deg)}.ComingSoon-module__S0dCQq__cta{color:#fff;background:linear-gradient(135deg,#145a23,#2f7a3d);border-radius:18px;margin-top:3rem;padding:3rem 2rem;transition:all .3s}.ComingSoon-module__S0dCQq__cta h2{margin-bottom:1rem;font-size:1.8rem;font-weight:800}.ComingSoon-module__S0dCQq__cta p{margin-bottom:2rem;font-size:1rem;line-height:1.5}.ComingSoon-module__S0dCQq__ctaHighlight{color:#fff9b0;font-weight:700;transition:all .3s}.ComingSoon-module__S0dCQq__ctaHighlight:hover{transform:scale(1.03)}.ComingSoon-module__S0dCQq__ctaButton{color:#0f1a12;background:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 1.6rem;font-size:1rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.ComingSoon-module__S0dCQq__ctaButton:hover{transform:scale(1.08)translateY(-3px);box-shadow:0 12px 25px #ffffff59}.ComingSoon-module__S0dCQq__loadingOverlay{z-index:9999;background:#fff;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ComingSoon-module__S0dCQq__loadingHidden{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.ComingSoon-module__S0dCQq__spinner{border:3px solid #105a1333;border-left-color:#105a13;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite ComingSoon-module__S0dCQq__spin}@keyframes ComingSoon-module__S0dCQq__spin{to{transform:rotate(360deg)}}.ComingSoon-module__S0dCQq__loadingText{color:#105a13;letter-spacing:.1em;margin-top:10px;font-size:.8rem;font-weight:800}@media (max-width:768px){.ComingSoon-module__S0dCQq__differentials{flex-direction:column;gap:2rem}.ComingSoon-module__S0dCQq__primaryBtn,.ComingSoon-module__S0dCQq__ctaButton{justify-content:center;width:100%}.ComingSoon-module__S0dCQq__emBreveTitle{font-size:2.5rem}}
.page-module__E0kJGG__main{color:#0f1a12;max-width:1200px;margin:0 auto;padding:4rem 2rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;animation:.6s ease-out forwards page-module__E0kJGG__fadeInContent}@keyframes page-module__E0kJGG__fadeInContent{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-module__E0kJGG__greenHighlight{color:#105a13;padding:0 2px;font-weight:700;transition:all .3s;position:relative}.page-module__E0kJGG__greenHighlight:hover{text-shadow:0 0 1px #105a1333;background:#105a1314;border-radius:4px}.page-module__E0kJGG__topLogo{align-items:center;gap:.8rem;margin-bottom:2rem;display:flex}.page-module__E0kJGG__brandName{background:linear-gradient(135deg,var(--text-dark)0%,var(--primary-green)100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:900}.page-module__E0kJGG__brandLight{color:var(--light-green)!important;-webkit-text-fill-color:var(--light-green)!important}.page-module__E0kJGG__offset:before{content:"";visibility:hidden;height:100px;margin-top:-100px;display:block}.page-module__E0kJGG__section{background:#fff;border:1px solid #00000014;border-radius:16px;margin-bottom:2.5rem;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;box-shadow:0 12px 40px #0000000f}.page-module__E0kJGG__section:hover{transform:translateY(-4px);box-shadow:0 18px 50px #00000014}:is(.page-module__E0kJGG__sectionTitle h1,.page-module__E0kJGG__sectionHeader h2){margin-bottom:.6rem;font-size:1.8rem;font-weight:800}.page-module__E0kJGG__sectionHeader p{color:#0f1a12bf;line-height:1.7}.page-module__E0kJGG__badge{color:#fff;background:#105a13;border-radius:999px;margin-bottom:.9rem;padding:.35rem .8rem;font-size:.85rem;font-weight:700;display:inline-block}.page-module__E0kJGG__intro{color:#0f1a12d1;margin-top:1rem;margin-bottom:1.8rem;line-height:1.7}.page-module__E0kJGG__detailsWrapper{background:#fbfbfb;border:1px solid #00000014;border-radius:16px;margin:2.5rem 0;overflow:hidden}.page-module__E0kJGG__detailsItem{border-bottom:1px solid #0000000d}.page-module__E0kJGG__detailsItem:last-child{border-bottom:none}.page-module__E0kJGG__detailsItem summary{cursor:pointer;color:#105a13;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-weight:700;list-style:none;transition:background .2s;display:flex}.page-module__E0kJGG__detailsItem summary:hover{background:#105a130a}.page-module__E0kJGG__detailsItem summary:after{content:"↓";font-size:1.1rem;font-weight:800;transition:transform .3s}.page-module__E0kJGG__detailsItem[open] summary:after{transform:rotate(180deg)}.page-module__E0kJGG__detailsContent{color:#0f1a12d9;border-top:1px solid #00000005;padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.7}.page-module__E0kJGG__sectionTop{grid-template-columns:1.4fr 1fr;align-items:start;gap:1.8rem;display:grid}.page-module__E0kJGG__heroCard{color:#fff;background:linear-gradient(135deg,#145a23,#2f7a3d);border:1px solid #ffffff1f;border-radius:16px;padding:1.8rem 1.6rem}.page-module__E0kJGG__primaryBtn{color:#0f1a12;background:#fff;border-radius:12px;align-items:center;gap:.5rem;margin-top:1.4rem;padding:.85rem 1.2rem;font-weight:800;text-decoration:none;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:inline-flex}.page-module__E0kJGG__primaryBtn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000026}.page-module__E0kJGG__gridHighlights{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.8rem;display:grid}.page-module__E0kJGG__highlight{background:#fbfbfb;border:1px solid #00000014;border-left:4px solid #105a13;border-radius:14px;gap:1rem;padding:1.2rem;transition:all .3s;display:flex}.page-module__E0kJGG__highlight:hover{background:#fff;border-left:4px solid #147a23;transform:translateY(-5px);box-shadow:0 12px 24px #0000000f}.page-module__E0kJGG__iconCircle{color:#fff;background:#105a13;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;transition:transform .3s;display:flex}.page-module__E0kJGG__highlight:hover .page-module__E0kJGG__iconCircle{transform:rotate(5deg)scale(1.1)}.page-module__E0kJGG__cardsRow{grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:1.4rem;display:grid}.page-module__E0kJGG__card{background:#fbfbfb;border:1px solid #00000014;border-radius:14px;padding:1.4rem;transition:all .3s}.page-module__E0kJGG__card:hover{background:#fff;border-color:#105a1333;transform:translateY(-5px);box-shadow:0 8px 25px #00000012}.page-module__E0kJGG__card h3{color:#0f1a12;margin-bottom:.6rem;font-size:1.1rem;font-weight:800}:is(.page-module__E0kJGG__values,.page-module__E0kJGG__platformList){grid-template-columns:1fr 1fr;gap:.8rem;margin:1.4rem 0 0;padding:0;list-style:none;display:grid}:is(.page-module__E0kJGG__values li,.page-module__E0kJGG__platformList li){background:#fbfbfb;border:1px solid #00000014;border-radius:14px;align-items:flex-start;gap:.8rem;padding:.9rem 1rem;font-weight:700;transition:all .3s;display:flex}.page-module__E0kJGG__values li:hover{background:#fff;border-color:#105a134d;transform:scale(1.02)}.page-module__E0kJGG__roundCheck{color:#fff;background:#105a13;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.page-module__E0kJGG__liContent{flex:1}.page-module__E0kJGG__platformCard{grid-template-columns:1.2fr .8fr;gap:1.5rem;margin-top:1.4rem;display:grid}.page-module__E0kJGG__platformLeft{background:#fbfbfb;border:1px solid #00000014;border-radius:14px;padding:1.8rem;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.page-module__E0kJGG__platformLeft:hover{background:#fff;border-color:#105a131a;box-shadow:0 15px 35px #0000000d}.page-module__E0kJGG__platformItemInteractive{cursor:default;transition:all .3s}.page-module__E0kJGG__platformItemInteractive:hover{color:#105a13;transform:translate(8px)}.page-module__E0kJGG__platformRight{background:#105a1305;border:1px solid #105a1333;border-radius:14px;flex-direction:column;justify-content:space-between;padding:1.8rem;transition:all .4s;display:flex}.page-module__E0kJGG__platformRight:hover{background:#105a130d;box-shadow:inset 0 0 20px #105a130d}.page-module__E0kJGG__primaryBtnPlatform{color:#fff;background:#105a13;border-radius:12px;justify-content:center;align-items:center;gap:.8rem;padding:1rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.page-module__E0kJGG__primaryBtnPlatform:hover{background:#0d460f;transform:scale(1.03)translateY(-2px);box-shadow:0 10px 25px #0d460f40}.page-module__E0kJGG__timeline{flex-direction:column;margin-top:1.5rem;display:flex;position:relative}.page-module__E0kJGG__timelineItem{flex-direction:column;align-items:flex-start;margin-bottom:2.5rem;display:flex;position:relative}.page-module__E0kJGG__timelineMarker{color:#fff;z-index:2;background-color:#105a13;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;transition:transform .3s;display:flex}.page-module__E0kJGG__timelineItem:hover .page-module__E0kJGG__timelineMarker{background-color:#147a23;transform:scale(1.2)}.page-module__E0kJGG__timelineContent{background:#fbfbfb;border:1px solid #00000014;border-radius:12px;width:calc(100% - 2rem);margin-top:-14px;margin-left:2rem;padding:1.2rem;transition:all .3s}.page-module__E0kJGG__timelineItem:hover .page-module__E0kJGG__timelineContent{background:#fff;box-shadow:0 8px 20px #0000000d}.page-module__E0kJGG__timelineLine{z-index:1;background:#105a13;width:2px;height:100%;position:absolute;top:28px;left:14px}.page-module__E0kJGG__cta{text-align:center;color:#fff;background:linear-gradient(135deg,#145a23,#2f7a3d);border-radius:18px;padding:3rem 2rem;transition:box-shadow .4s}.page-module__E0kJGG__cta:hover{box-shadow:0 20px 40px #145a234d}.page-module__E0kJGG__ctaButton{color:#0f1a12;background:#fff;border-radius:14px;margin-top:1.2rem;padding:.9rem 1.3rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.page-module__E0kJGG__ctaButton:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.page-module__E0kJGG__formSection{margin:4rem 0 2.5rem;position:relative}.page-module__E0kJGG__formSection:after{content:"";background:linear-gradient(90deg,#0000,#105a1333,#0000);width:60%;height:1px;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%)}.page-module__E0kJGG__loadingOverlay{z-index:9999;background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s,visibility .4s;display:flex;position:fixed;top:0;left:0}.page-module__E0kJGG__loadingHidden{opacity:0;visibility:hidden}.page-module__E0kJGG__spinner{border:3px solid #105a131a;border-left-color:#105a13;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite page-module__E0kJGG__spin}@keyframes page-module__E0kJGG__spin{to{transform:rotate(360deg)}}.page-module__E0kJGG__loadingText{color:#105a13;letter-spacing:.1em;text-transform:uppercase;margin-top:10px;font-size:.75rem;font-weight:800}@media (max-width:980px){:is(.page-module__E0kJGG__sectionTop,.page-module__E0kJGG__gridHighlights,.page-module__E0kJGG__cardsRow,.page-module__E0kJGG__platformCard,.page-module__E0kJGG__values,.page-module__E0kJGG__platformList){grid-template-columns:1fr}}
.page-module__h4SgrW__pageWrapper{background:linear-gradient(135deg,#f8faf9 0%,#f0f7f4 100%);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.page-module__h4SgrW__loadingWrapper{flex-direction:column;min-height:100vh;display:flex}.page-module__h4SgrW__loadingSpinner{color:#105a13;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:4rem 1.5rem;font-weight:600;display:flex}.page-module__h4SgrW__spin{color:#105a13;width:2rem;height:2rem;animation:1s linear infinite page-module__h4SgrW__spin}@keyframes page-module__h4SgrW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__h4SgrW__mainContent{max-width:520px;margin:0 auto;padding:clamp(2rem,4vw,4rem) clamp(1rem,3vw,1.5rem);animation:.6s cubic-bezier(.16,1,.3,1) page-module__h4SgrW__fadeInScale}.page-module__h4SgrW__container{flex-direction:column;gap:clamp(1.5rem,4vw,2rem);display:flex}@keyframes page-module__h4SgrW__fadeInScale{0%{opacity:0;transform:scale(.98)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.page-module__h4SgrW__profileCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #105a131a;border-radius:28px;flex-direction:column;align-items:center;padding:clamp(2rem,5vw,3rem) clamp(1.5rem,4vw,2rem);transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #105a1314}.page-module__h4SgrW__profileCard:before{content:"";background:linear-gradient(90deg,#105a13,#2f7a3d,#105a13) 0 0/200% 100%;height:4px;animation:3s infinite page-module__h4SgrW__shimmer;position:absolute;top:0;left:0;right:0}@keyframes page-module__h4SgrW__shimmer{0%,to{background-position:200% 0}50%{background-position:0 0}}.page-module__h4SgrW__profileCard:hover{transform:translateY(-8px);box-shadow:0 25px 60px #105a1326}.page-module__h4SgrW__avatarCircle{color:#fff;background:linear-gradient(135deg,#105a13,#2f7a3d);border-radius:24px;justify-content:center;align-items:center;width:clamp(80px,18vw,90px);height:clamp(80px,18vw,90px);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,3rem);transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 8px 25px #105a134d}.page-module__h4SgrW__profileCard:hover .page-module__h4SgrW__avatarCircle{transform:rotate(-360deg)scale(1.1)}.page-module__h4SgrW__userName{background:linear-gradient(135deg,#105a13,#2f7a3d);-webkit-text-fill-color:transparent;letter-spacing:-.03em;text-align:center;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2rem);font-weight:800}.page-module__h4SgrW__userEmail{color:#64748b;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:clamp(2rem,5vw,2.5rem);font-size:.95rem;font-weight:600;display:flex}.page-module__h4SgrW__logoutWrapper{border-top:1px solid #105a131a;justify-content:center;width:100%;padding-top:1.5rem;display:flex}.page-module__h4SgrW__logoutBtn{color:#94a3b8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #94a3b84d;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .25s;display:flex}.page-module__h4SgrW__logoutBtn:hover{color:#e11d48;background:#fff1f2;border-color:#f87180;transform:translateY(-1px);box-shadow:0 4px 12px #e11d4826}.page-module__h4SgrW__waitlistCard{text-align:center;background:linear-gradient(145deg,#105a13 0%,#1a7c2a 40%,#2f7a3d 100%);border-radius:clamp(24px,6vw,32px);padding:clamp(2.5rem,6vw,4rem) clamp(1.5rem,4vw,2rem);position:relative;overflow:hidden;box-shadow:0 25px 60px #105a1366,inset 0 1px #fff3}.page-module__h4SgrW__waitlistCard:before{content:"";background:radial-gradient(circle at 20% 80%,#ffffff26 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0%,#0000 50%);width:200%;height:200%;animation:10s ease-in-out infinite page-module__h4SgrW__rocketFloatBg;position:absolute;top:-50%;left:-50%}@keyframes page-module__h4SgrW__rocketFloatBg{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(8px,-8px)rotate(1deg)}66%{transform:translate(-4px,-4px)rotate(-1deg)}}.page-module__h4SgrW__rocketIcon{color:#fffffffa;filter:drop-shadow(0 10px 25px #fff6);margin-bottom:1.25rem;font-size:clamp(3.5rem,10vw,4.5rem);animation:3.5s cubic-bezier(.34,1.56,.64,1) infinite page-module__h4SgrW__rocketFloat;display:inline-block}@keyframes page-module__h4SgrW__rocketFloat{0%,to{transform:translateY(0)rotate(0)scale(1)}50%{transform:translateY(-20px)rotate(15deg)scale(1.05)}}.page-module__h4SgrW__waitlistCard h2{color:#fff;letter-spacing:-.03em;background:linear-gradient(135deg,#ffffffe6,#fff9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:clamp(1.75rem,4.5vw,2.1rem);font-weight:800}.page-module__h4SgrW__waitlistCard p{color:#fffffff2;margin-bottom:clamp(2rem,5vw,2.5rem);font-size:1.02rem;font-weight:500;line-height:1.7}.page-module__h4SgrW__waitlistLink{color:#0f1a12;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);cursor:pointer;isolation:isolate;letter-spacing:-.01em;background:#fffffffa;border:2px solid #fff6;border-radius:20px;justify-content:center;align-items:center;gap:.875rem;min-height:60px;padding:clamp(1.125rem,3vw,1.25rem) clamp(2.25rem,6vw,3rem);font-size:clamp(1rem,2.5vw,1.15rem);font-weight:800;text-decoration:none;transition:all .45s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #ffffff4d,0 8px 25px #105a1333}.page-module__h4SgrW__waitlistLink:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff80 25%,#ffffffd9 50%,#ffffff80 75%,#0000 100%);width:120%;height:100%;animation:2.8s cubic-bezier(.4,0,.2,1) infinite page-module__h4SgrW__megaShimmer;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.page-module__h4SgrW__waitlistLink:hover:not(:disabled):before{background:linear-gradient(90deg,#0000 0%,#ffffffb3 20%,#fff 40%,#fffffff2 60%,#ffffffb3 80%,#0000 100%);width:200%!important;animation-duration:1.8s!important;animation-timing-function:cubic-bezier(.25,.46,.45,.94)!important;left:-200%!important}@keyframes page-module__h4SgrW__megaShimmer{0%{transform:translate(-150%)skew(-20deg)}to{transform:translate(150%)skew(-20deg)}}.page-module__h4SgrW__waitlistLink:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff4d,#0000);transition:opacity .3s;position:absolute;inset:0}.page-module__h4SgrW__waitlistLink:hover:after{opacity:1}.page-module__h4SgrW__waitlistLink span,.page-module__h4SgrW__waitlistLink svg{z-index:2;position:relative}.page-module__h4SgrW__waitlistLink:disabled{opacity:.8;cursor:not-allowed}.page-module__h4SgrW__waitlistLink.page-module__h4SgrW__loading:before{animation-duration:.5s;animation-play-state:paused}.page-module__h4SgrW__waitlistCard svg:last-child{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.page-module__h4SgrW__waitlistLink:not(.page-module__h4SgrW__loading):hover svg:last-child{transform:translate(6px)scale(1.1)}.page-module__h4SgrW__waitlistLink:hover:not(:disabled){transform:scale(1.06)translateY(-6px);box-shadow:0 30px 60px #105a1359,0 20px 40px #fff6}.page-module__h4SgrW__logoutBtn:focus-visible,.page-module__h4SgrW__waitlistLink:focus-visible{outline-offset:3px;outline:3px solid #105a13}@media (max-width:480px){.page-module__h4SgrW__mainContent{padding:2rem 1rem}.page-module__h4SgrW__profileCard,.page-module__h4SgrW__waitlistCard{padding:2rem 1.5rem}.page-module__h4SgrW__waitlistLink{padding:1.125rem 2.25rem}.page-module__h4SgrW__userEmail{text-align:center;flex-direction:column;gap:.25rem}}@media (max-width:360px){.page-module__h4SgrW__container{gap:1.25rem}}
