.Header-module__hBw1pG__headerWrapper{z-index:1000;width:100%;position:fixed;top:0;left:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;max-width:1280px;height:100%;margin:0 auto;padding:0 40px;display:flex}.Header-module__hBw1pG__topBar{z-index:1005;background-color:#fff;height:105px;position:relative;box-shadow:0 4px 20px #0000000d}.Header-module__hBw1pG__logo{z-index:1010;justify-content:center;align-self:flex-start;align-items:center;width:220px;height:120px;margin-top:15px;display:flex;position:relative}.Header-module__hBw1pG__logo:before{content:"";z-index:-1;background-image:url(/logo-border-mobile.svg);background-position:top;background-repeat:no-repeat;background-size:100% 100%;width:380px;height:150px;display:block;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__logoImage{object-fit:contain;z-index:2;margin-top:10px;position:relative;top:0}.Header-module__hBw1pG__desktopIconNav{align-items:center;gap:45px;height:100%;display:flex}.Header-module__hBw1pG__iconNavLink{color:#444;flex-direction:column;align-items:center;gap:6px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Header-module__hBw1pG__iconNavLink svg{color:#212121;transition:transform .3s}.Header-module__hBw1pG__iconNavLink span{text-transform:uppercase;letter-spacing:.8px;color:var(--primary-blue);font-size:.75rem;font-weight:800}.Header-module__hBw1pG__iconNavLink:hover{transform:translateY(-3px)}.Header-module__hBw1pG__iconNavLink:hover svg{transform:scale(1.1)}.Header-module__hBw1pG__topActions{align-items:center;gap:12px;height:100%;display:flex}.Header-module__hBw1pG__btnSejaSocio{text-transform:uppercase;white-space:nowrap;color:#fff;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:12px;height:62px;padding:0 28px;font-size:.9rem;font-weight:900;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 8px 20px #0000001a}.Header-module__hBw1pG__btnSejaSocio:hover{filter:brightness(1.1);transform:translateY(-4px)scale(1.02);box-shadow:0 12px 25px #00000026}.Header-module__hBw1pG__accentBar{background:var(--primary-blue);z-index:1003;border-top:1px solid #ffffff1a;align-items:center;width:100%;height:50px;display:flex;position:relative}.Header-module__hBw1pG__secondaryNav{align-items:center;gap:25px;margin-left:280px;display:flex}.Header-module__hBw1pG__secondaryNavLink{color:#fff;text-transform:uppercase;opacity:.95;letter-spacing:.5px;white-space:nowrap;font-size:.8rem;font-weight:800;text-decoration:none;transition:all .2s}.Header-module__hBw1pG__secondaryNavLink:hover{opacity:1;text-shadow:0 0 10px #ffffff4d}.Header-module__hBw1pG__navSeparator{background:#ffffff40;width:1px;height:14px}.Header-module__hBw1pG__dropdownParent{align-items:center;height:100%;display:flex;position:relative}.Header-module__hBw1pG__dropdownMenu{opacity:0;visibility:hidden;z-index:100;background:#fff;border-radius:12px;min-width:200px;padding:10px 0;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #00000026}.Header-module__hBw1pG__dropdownParent:hover .Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownItem{color:#555;text-transform:uppercase;text-align:center;white-space:nowrap;padding:12px 20px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:block}.Header-module__hBw1pG__dropdownItem:hover{color:var(--primary-blue);background:#f4f6f8}.Header-module__hBw1pG__bottomInfo{color:#fff;align-items:center;gap:24px;display:flex}.Header-module__hBw1pG__infoBadge{align-items:center;gap:8px;font-size:.8rem;font-weight:800;display:flex}.Header-module__hBw1pG__searchLauncher{cursor:pointer;background:#ffffff26;border-radius:8px;align-items:center;padding:8px;transition:background .2s;display:flex}.Header-module__hBw1pG__searchLauncher:hover{background:#ffffff40}.Header-module__hBw1pG__mobileMenu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2200;opacity:0;visibility:hidden;background:#0009;justify-content:flex-end;width:100vw;height:100vh;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open{opacity:1;visibility:visible}.Header-module__hBw1pG__mobileMenuContainer{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border-radius:40px;flex-direction:column;width:88%;max-width:420px;height:94%;margin:auto 20px;padding:35px;transition:all .6s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:scale(.9)translate(30px);box-shadow:0 35px 70px #0000004d}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileMenuContainer{transform:scale(1)translate(0)}.Header-module__hBw1pG__mobileMenuHeader{justify-content:space-between;align-items:center;margin-bottom:50px;display:flex}.Header-module__hBw1pG__closeBtn{color:#1a1a1a;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;transition:transform .2s;display:flex}.Header-module__hBw1pG__closeBtn:active{transform:scale(.9)}.Header-module__hBw1pG__mobileNav{flex-direction:column;flex:1;justify-content:flex-start;gap:10px;display:flex}.Header-module__hBw1pG__mobileNavSection{flex-direction:column;gap:8px;display:flex}.Header-module__hBw1pG__mobileNavLink{color:#1a1a1a;opacity:0;border-radius:20px;align-items:center;gap:18px;padding:16px 20px;font-size:1.4rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(40px)}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileNavLink{animation:.5s cubic-bezier(.16,1,.3,1) forwards Header-module__hBw1pG__slideInFromRight}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileNavLink:first-child{animation-delay:.1s}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileNavLink:nth-child(2){animation-delay:.15s}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileNavLink:nth-child(3){animation-delay:.2s}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileNavLink:nth-child(4){animation-delay:.25s}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileNavLink:nth-child(5){animation-delay:.3s}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileNavLink:nth-child(6){animation-delay:.35s}.Header-module__hBw1pG__mobileNavLink svg{color:var(--primary-blue);background:#f0f7ff;border-radius:14px;width:46px;height:46px;padding:10px;transition:all .3s}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--primary-blue);background:#f8fafc;transform:translate(10px)}.Header-module__hBw1pG__mobileNavLink:hover svg{background:var(--primary-blue);color:#fff}.Header-module__hBw1pG__mobileDivider{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);height:1px;margin:25px 0}.Header-module__hBw1pG__mobileMenuFooter{flex-direction:column;gap:20px;margin-top:auto;padding-top:30px;display:flex}.Header-module__hBw1pG__mobileContactLink{text-align:center;color:#64748b;justify-content:center;align-items:center;gap:8px;font-weight:700;display:flex}.Header-module__hBw1pG__mobileActionBtn{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#8e44ad 0%,#6c3483 100%);border-radius:25px;justify-content:center;align-items:center;gap:14px;padding:24px;font-size:1.15rem;font-weight:900;text-decoration:none;display:flex;box-shadow:0 15px 30px #8e44ad66}@keyframes Header-module__hBw1pG__slideInFromRight{to{opacity:1;transform:translate(0)}}.Header-module__hBw1pG__menuBtn{display:none}@media (max-width:900px){.Header-module__hBw1pG__container{padding:0 20px}.Header-module__hBw1pG__desktopIconNav,.Header-module__hBw1pG__secondaryNav,.Header-module__hBw1pG__accentBar,.Header-module__hBw1pG__btnText{display:none}.Header-module__hBw1pG__topBar{height:100px}.Header-module__hBw1pG__logo{width:110px;margin-top:30px;margin-left:-10px}.Header-module__hBw1pG__logoImage{width:140px;height:auto}.Header-module__hBw1pG__btnSejaSocio{border-radius:12px;width:48px;min-width:0;height:48px;padding:12px}.Header-module__hBw1pG__menuBtn{background-color:var(--primary-orange);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 5px 15px #e67e224d}}
.Footer-module__S6Hkya__footer{color:#fff;background-color:#222;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__container{flex-wrap:wrap;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__column{flex:1;min-width:250px}.Footer-module__S6Hkya__title{color:#007bff;margin-bottom:1rem;font-size:1.8rem}.Footer-module__S6Hkya__subtitle{color:#ddd;margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__S6Hkya__text{color:#aaa;line-height:1.6}.Footer-module__S6Hkya__list{padding:0;list-style:none}.Footer-module__S6Hkya__list li{margin-bottom:.8rem}.Footer-module__S6Hkya__list a{color:#aaa;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__list a:hover{color:#fff}.Footer-module__S6Hkya__contacItem{color:#aaa;align-items:flex-start;gap:.8rem;display:flex;margin-bottom:1rem!important}.Footer-module__S6Hkya__icon{color:#007bff;flex-shrink:0;margin-top:3px}.Footer-module__S6Hkya__bottom{text-align:center;color:#777;border-top:1px solid #333;margin-top:4rem;padding-top:2rem;font-size:.9rem}
.page-module___8aEwW__main{flex-direction:column;justify-content:space-between;min-height:100vh;padding-top:115px;display:flex}@media (max-width:900px){.page-module___8aEwW__main{padding-top:60px}}
.page-module__pDu5hG__container{background-color:#f4f6f8;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='wave' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpath d='M0 50 Q 25 25, 50 50 T 100 50' fill='none' stroke='rgba(0,105,180,0.03)' stroke-width='2'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23wave)'/%3E%3C/svg%3E");background-size:400px;width:100%;min-height:100vh;padding-top:155px;font-family:Inter,sans-serif}.page-module__pDu5hG__hero{color:#fff;text-align:center;background-image:url(/fotos-parque/hero-parque.jpg);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:380px;margin-top:0;padding:0 20px;display:flex;position:relative}.page-module__pDu5hG__heroOverlay{z-index:1;background:linear-gradient(135deg,#0f5132cc 0%,#0069b4b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.page-module__pDu5hG__heroContent{z-index:2;max-width:800px}.page-module__pDu5hG__heroTitle{letter-spacing:-1px;color:#fff;text-shadow:0 4px 15px #0000004d;margin-bottom:.5rem;font-size:3.5rem;font-weight:900}.page-module__pDu5hG__heroSubtitle{opacity:.95;letter-spacing:2px;text-transform:uppercase;color:gold;text-shadow:0 2px 5px #00000080;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.page-module__pDu5hG__contentWrapper{z-index:10;max-width:1280px;margin:0 auto;padding:4rem 20px 6rem;position:relative}.page-module__pDu5hG__headerTitles{text-align:center;margin-bottom:4rem}.page-module__pDu5hG__constructionBadge{color:#856404;letter-spacing:1px;background-color:#fff3cd;border-radius:50px;margin-bottom:1rem;padding:8px 24px;font-size:.9rem;font-weight:800;display:inline-block;box-shadow:0 4px 10px #0000000d}.page-module__pDu5hG__sectionTitle{color:var(--primary-red,#d92429);text-transform:uppercase;letter-spacing:-.5px;font-size:1.8rem;font-weight:900}.page-module__pDu5hG__executivesGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));justify-items:center;gap:3rem 2rem;display:grid}.page-module__pDu5hG__execCard{flex-direction:column;align-items:center;width:100%;max-width:320px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.page-module__pDu5hG__execCard:hover{transform:translateY(-10px)}.page-module__pDu5hG__imageWrapper{aspect-ratio:4/5;background-color:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.page-module__pDu5hG__execImage{object-fit:contain}@media (max-width:900px){.page-module__pDu5hG__container{padding-top:100px}.page-module__pDu5hG__heroTitle{font-size:2.2rem}.page-module__pDu5hG__heroSubtitle{font-size:.9rem}.page-module__pDu5hG__sectionTitle{font-size:1.4rem}.page-module__pDu5hG__executivesGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem 1.5rem}}
.page-module__M4ThzW__container{background-color:#fff;width:100%;min-height:100vh;padding-top:155px;font-family:Inter,sans-serif}.page-module__M4ThzW__hero{color:#fff;text-align:center;background-color:#0f5132;flex-direction:column;justify-content:center;align-items:center;width:100%;height:400px;margin-top:0;padding:0 20px;display:flex;position:relative}.page-module__M4ThzW__heroContent{z-index:2;max-width:800px}.page-module__M4ThzW__heroTitle{letter-spacing:-1px;color:#fff;margin-bottom:.5rem;font-size:3rem;font-weight:800}.page-module__M4ThzW__heroSubtitle{opacity:.9;letter-spacing:2px;text-transform:uppercase;margin-bottom:2rem;font-size:1.2rem;font-weight:300}.page-module__M4ThzW__contentWrapper{z-index:10;max-width:1000px;margin:-50px auto 0;padding:0 20px 4rem;position:relative}.page-module__M4ThzW__progressCard{text-align:center;background:#fff;border-radius:20px;margin-bottom:4rem;padding:3rem 2rem;box-shadow:0 10px 40px #00000014}.page-module__M4ThzW__progressLabel{color:#666;margin-bottom:.5rem;font-size:1.1rem;display:block}.page-module__M4ThzW__progressPercentage{color:#0f5132;margin-bottom:2rem;font-size:3rem;font-weight:800;display:block}.page-module__M4ThzW__mainProgressBarContainer{justify-content:space-between;align-items:center;max-width:800px;margin:0 auto;display:flex;position:relative}.page-module__M4ThzW__progressIcon{color:#999;z-index:2;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.page-module__M4ThzW__progressIcon.page-module__M4ThzW__active{color:#fff;background:#ff6b00;animation:2s infinite page-module__M4ThzW__pulse}.page-module__M4ThzW__progressTrack{background:#f0f0f0;border-radius:4px;flex:1;height:8px;margin:0 15px;position:relative;overflow:visible}.page-module__M4ThzW__progressFill{background:linear-gradient(90deg,#ff6b00,#ff8c00);border-radius:4px;height:100%;transition:width 1.5s ease-out;position:absolute;top:0;left:0}.page-module__M4ThzW__parkIconWrapper{color:#ccc;z-index:2;background:#fff;border:2px solid #f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.page-module__M4ThzW__parkIconWrapper.page-module__M4ThzW__reached{color:#ff6b00;border-color:#ff6b00}.page-module__M4ThzW__stagesSection{margin-bottom:4rem}.page-module__M4ThzW__sectionTitle{color:#333;text-align:center;margin-bottom:2.5rem;font-size:1.8rem;font-weight:700}.page-module__M4ThzW__stagesGrid{grid-template-columns:1fr 1fr;gap:2rem 4rem;display:grid}.page-module__M4ThzW__stageItem{margin-bottom:1.5rem}.page-module__M4ThzW__stageHeader{color:#444;justify-content:space-between;margin-bottom:.5rem;font-weight:600;display:flex}.page-module__M4ThzW__stageTrack{background:#f0f0f0;border-radius:5px;width:100%;height:10px;overflow:hidden}.page-module__M4ThzW__stageFill{background:#ff6b00;border-radius:5px;height:100%}.page-module__M4ThzW__timelineSection{background:#f8f9fa;border-radius:20px;padding:3rem}.page-module__M4ThzW__timelineWrapper{align-items:center;gap:10px;margin-bottom:3rem;display:flex;position:relative}.page-module__M4ThzW__timelineControls{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;white-space:nowrap;scrollbar-width:none;flex:1;gap:1rem;padding:10px 0;display:flex;overflow-x:auto}.page-module__M4ThzW__timelineControls::-webkit-scrollbar{display:none}.page-module__M4ThzW__monthBtn{color:#888;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;flex:none;padding:10px 25px;font-size:.95rem;font-weight:500;transition:all .2s}.page-module__M4ThzW__monthBtn:hover{background:#fafafa;border-color:#ccc}.page-module__M4ThzW__monthBtn.page-module__M4ThzW__active{color:#fff;background:#ff6b00;border-color:#ff6b00;font-weight:700;transform:scale(1.05);box-shadow:0 4px 10px #ff6b004d}.page-module__M4ThzW__navArrow{cursor:pointer;color:#666;z-index:5;background:#fff;border:1px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 5px #0000001a}.page-module__M4ThzW__navArrow:hover{color:#333;background:#f0f0f0}.page-module__M4ThzW__videoWrapper{background:#fff;border-radius:15px;justify-content:center;align-items:center;width:100%;max-width:900px;min-height:400px;margin:0 auto;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.page-module__M4ThzW__video{object-fit:contain;background:#000;width:100%;height:100%;max-height:85vh;display:block}.page-module__M4ThzW__emptyState{color:#6c757d;text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:400px;padding:2rem;display:flex}.page-module__M4ThzW__emptyTitle{color:#343a40;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.page-module__M4ThzW__emptyDesc{max-width:300px;font-size:1rem;line-height:1.6}@keyframes page-module__M4ThzW__pulse{0%{transform:scale(1);box-shadow:0 0 #ff6b0066}70%{transform:scale(1.1);box-shadow:0 0 0 10px #ff6b0000}to{transform:scale(1);box-shadow:0 0 #ff6b0000}}@media (max-width:900px){.page-module__M4ThzW__container{padding-top:100px}.page-module__M4ThzW__heroTitle{font-size:2.2rem}.page-module__M4ThzW__stagesGrid{grid-template-columns:1fr;gap:1.5rem}.page-module__M4ThzW__mainProgressBarContainer{display:flex}.page-module__M4ThzW__progressPercentage{font-size:2.5rem}.page-module__M4ThzW__videoWrapper{aspect-ratio:9/16;background:#fff;max-width:100%}.page-module__M4ThzW__video{object-fit:cover;width:100%;height:100%}.page-module__M4ThzW__timelineSection{padding:2rem 1rem}.page-module__M4ThzW__navArrow{width:32px;height:32px}.page-module__M4ThzW__monthBtn{padding:8px 16px;font-size:.85rem}}
.page-module__GN1pLG__container{background-color:#f4f6f8;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='wave' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpath d='M0 50 Q 25 25, 50 50 T 100 50' fill='none' stroke='rgba(0,105,180,0.03)' stroke-width='2'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23wave)'/%3E%3C/svg%3E");background-size:400px;width:100%;min-height:100vh;padding-top:155px;font-family:Inter,sans-serif}.page-module__GN1pLG__hero{color:#fff;text-align:center;background-image:url(/fotos-parque/chapada1.jpg);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:480px;margin-top:0;padding:0 20px;display:flex;position:relative}.page-module__GN1pLG__heroOverlay{z-index:1;background:linear-gradient(135deg,#0f5132cc 0%,#003264cc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.page-module__GN1pLG__heroContent{z-index:2;flex-direction:column;align-items:center;max-width:800px;display:flex}.page-module__GN1pLG__badgeTop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:1px;text-transform:uppercase;background-color:#fff3;border:1px solid #ffffff4d;border-radius:50px;align-items:center;gap:8px;margin-bottom:2rem;padding:8px 20px;font-size:.9rem;font-weight:700;display:inline-flex}.page-module__GN1pLG__heroTitle{letter-spacing:-1px;color:#fff;text-shadow:0 4px 15px #0000004d;margin-bottom:1rem;font-size:3.8rem;font-weight:900;line-height:1.1}.page-module__GN1pLG__heroSubtitle{opacity:.95;color:#f8f9fa;text-shadow:0 2px 5px #00000080;max-width:600px;font-size:1.25rem;font-weight:400;line-height:1.5}.page-module__GN1pLG__contentWrapper{z-index:10;max-width:1280px;margin:-80px auto 4rem;padding:0 20px;position:relative}.page-module__GN1pLG__splitLayout{align-items:flex-start;gap:3rem;display:flex}.page-module__GN1pLG__leftColumn{flex-direction:column;flex:1.2;gap:2.5rem;padding-top:2rem;display:flex}.page-module__GN1pLG__rightColumn{flex:1;position:sticky;top:180px}.page-module__GN1pLG__sectionHeader{margin-bottom:1rem}.page-module__GN1pLG__sectionTitle{color:#102a43;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.2rem;font-weight:900}.page-module__GN1pLG__sectionDesc{color:#4a5568;font-size:1.1rem;line-height:1.6}.page-module__GN1pLG__benefitsGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.page-module__GN1pLG__benefitItem{align-items:flex-start;gap:1rem;display:flex}.page-module__GN1pLG__iconBox{color:#0284c7;background-color:#e0f2fe;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__GN1pLG__benefitItem h3{color:#102a43;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.page-module__GN1pLG__benefitItem p{color:#64748b;font-size:.95rem;line-height:1.5}.page-module__GN1pLG__conditionsBox{background:linear-gradient(135deg,#fffbed 0%,#fff5d1 100%);border:1px solid #ffe482;border-radius:16px;padding:2rem;box-shadow:0 4px 15px #00000005}.page-module__GN1pLG__conditionsBox h3{color:#856404;margin-bottom:1.2rem;font-size:1.3rem;font-weight:800}.page-module__GN1pLG__conditionsList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.page-module__GN1pLG__conditionsList li{color:#4a5568;align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:500;line-height:1.5;display:flex}.page-module__GN1pLG__checkIcon{color:#25d366;flex-shrink:0;margin-top:2px}.page-module__GN1pLG__formCard{background-color:#fff;border:1px solid #0000000a;border-radius:20px;padding:2.5rem;box-shadow:0 15px 40px #00000014}.page-module__GN1pLG__formHeader{text-align:center;margin-bottom:2rem}.page-module__GN1pLG__formHeader h2{color:#102a43;margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.page-module__GN1pLG__formHeader p{color:#64748b;font-size:.95rem}.page-module__GN1pLG__form{flex-direction:column;gap:1.25rem;display:flex}.page-module__GN1pLG__formRow{gap:1rem;display:flex}.page-module__GN1pLG__formRow>div{flex:1}.page-module__GN1pLG__inputGroup{flex-direction:column;gap:6px;display:flex}.page-module__GN1pLG__inputGroup label{color:#334155;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.page-module__GN1pLG__inputGroup input,.page-module__GN1pLG__selectWrapper select{color:#1e293b;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.page-module__GN1pLG__inputGroup input:focus,.page-module__GN1pLG__selectWrapper select:focus{background-color:#fff;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.page-module__GN1pLG__selectWrapper select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.page-module__GN1pLG__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d92429 0%,#ef233c 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-top:1rem;padding:16px;font-size:1.1rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 8px 20px #d924294d}.page-module__GN1pLG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 25px #d9242966}.page-module__GN1pLG__submitBtn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;background:#64748b}.page-module__GN1pLG__privacyNote{text-align:center;color:#94a3b8;margin-top:-5px;font-size:.8rem}.page-module__GN1pLG__successState{text-align:center;flex-direction:column;align-items:center;padding:2rem 0;animation:.5s page-module__GN1pLG__fadeIn;display:flex}.page-module__GN1pLG__successIcon{color:#25d366;margin-bottom:1rem}.page-module__GN1pLG__successState h3{color:#102a43;margin-bottom:.5rem;font-size:1.5rem}.page-module__GN1pLG__successState p{color:#64748b;margin-bottom:2rem;font-size:1rem;line-height:1.5}.page-module__GN1pLG__resetBtn{color:#0ea5e9;cursor:pointer;background:0 0;border:none;font-size:.95rem;font-weight:600;text-decoration:underline}@media (max-width:1024px){.page-module__GN1pLG__splitLayout{flex-direction:column}.page-module__GN1pLG__rightColumn{width:100%;margin-top:2rem;position:static}.page-module__GN1pLG__contentWrapper{margin-top:-40px}}@media (max-width:768px){.page-module__GN1pLG__container{padding-top:100px}.page-module__GN1pLG__heroTitle{font-size:2.2rem}.page-module__GN1pLG__hero{height:400px}.page-module__GN1pLG__leftColumn{padding-top:3rem}.page-module__GN1pLG__benefitsGrid{grid-template-columns:1fr}.page-module__GN1pLG__formRow{flex-direction:column;gap:1.25rem}.page-module__GN1pLG__formCard{padding:1.5rem}}@keyframes page-module__GN1pLG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1025px){.page-module__GN1pLG__leftColumn .page-module__GN1pLG__sectionTitle{color:#fff;text-shadow:0 2px 4px #0000004d}}
