.Hero-module__ZARIfG__hero{align-items:center;min-height:85vh;padding-top:8.5rem;padding-bottom:5rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__parallaxBg{z-index:1;pointer-events:none;will-change:transform;width:100%;height:120%;position:absolute;inset:-10% 0}.Hero-module__ZARIfG__bgImage{opacity:0;background-position:85% 75%;background-size:cover;width:100%;height:100%;transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.Hero-module__ZARIfG__activeBg{opacity:1}.Hero-module__ZARIfG__overlay{z-index:2;pointer-events:none;background:linear-gradient(135deg,#0d1f3ce0 0%,#0d1f3ca6 60%,#0d1f3c80 100%);position:absolute;inset:0}.Hero-module__ZARIfG__gridContainer{z-index:3;grid-template-columns:1fr;width:100%;display:grid;position:relative}.Hero-module__ZARIfG__content{max-width:680px;transition:opacity .35s ease-in-out,transform .35s ease-in-out}.Hero-module__ZARIfG__fadeOut{opacity:0;transform:translateY(-8px)}.Hero-module__ZARIfG__fadeIn{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__title{font-family:var(--font-display), serif;letter-spacing:-.01em;color:#fff;text-shadow:0 2px 10px #0d1f3c40;margin-bottom:1.75rem;font-size:clamp(2.4rem,4.4vw,4rem);font-weight:700;line-height:1.15}.Hero-module__ZARIfG__subtitle{color:#ffffffe0;text-shadow:0 1px 4px #0d1f3c33;max-width:580px;margin-bottom:2.5rem;font-size:clamp(1.05rem,1.8vw,1.22rem);line-height:1.8}.Hero-module__ZARIfG__actions{gap:1.25rem;margin-bottom:1rem;display:flex}.Hero-module__ZARIfG__badge{color:#fff;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);background-color:#ffffff14;border:1px solid #ffffff3d;border-radius:9999px;align-items:center;gap:.5rem;margin-top:1.75rem;padding:.5rem 1.15rem;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #00000014}.Hero-module__ZARIfG__badgeDot{background-color:var(--gold);width:7px;height:7px;box-shadow:0 0 8px var(--gold);border-radius:50%;flex-shrink:0;animation:2s infinite Hero-module__ZARIfG__pulse}@media (max-width:1100px){.Hero-module__ZARIfG__hero{min-height:75vh;padding-top:7.5rem;padding-bottom:4rem}}@media (max-width:576px){.Hero-module__ZARIfG__hero{min-height:70vh;padding-top:7rem;padding-bottom:3.5rem}.Hero-module__ZARIfG__actions{flex-direction:column;width:100%}.Hero-module__ZARIfG__actions a{text-align:center;width:100%}}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.35)}}@keyframes Hero-module__ZARIfG__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__carouselIndicators{z-index:4;align-items:center;gap:.75rem;margin-top:2.5rem;display:flex;position:relative}.Hero-module__ZARIfG__indicatorDot{cursor:pointer;background-color:#ffffff4d;border:1px solid #ffffff26;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.Hero-module__ZARIfG__indicatorDot:hover{background-color:#ffffffa6}.Hero-module__ZARIfG__activeDot{background-color:var(--gold);border-color:var(--gold);border-radius:5px;width:28px;box-shadow:0 0 8px #d4af3799}
.ContactModal-module__M_UpNq__backdrop{z-index:2000;-webkit-backdrop-filter:blur(6px);-webkit-overflow-scrolling:touch;background:#0d1f3cb8;justify-content:center;align-items:flex-start;padding:2rem 1.25rem;animation:.25s forwards ContactModal-module__M_UpNq__backdropIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes ContactModal-module__M_UpNq__backdropIn{0%{opacity:0}to{opacity:1}}.ContactModal-module__M_UpNq__modal{border-radius:1.5rem;grid-template-columns:1fr 1fr;width:100%;max-width:860px;margin:auto;animation:.35s cubic-bezier(.16,1,.3,1) forwards ContactModal-module__M_UpNq__modalIn;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 100px #0d1f3c59,0 0 0 1px #1b4d8e1f}@keyframes ContactModal-module__M_UpNq__modalIn{0%{opacity:0;transform:scale(.94)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.ContactModal-module__M_UpNq__imagePanel{min-height:480px;position:relative;overflow:hidden}.ContactModal-module__M_UpNq__image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.ContactModal-module__M_UpNq__modal:hover .ContactModal-module__M_UpNq__image{transform:scale(1.04)}.ContactModal-module__M_UpNq__imageScrim{background:linear-gradient(160deg,#0d1f3c8c 0%,#0d1f3c33 60%,#0000 100%);position:absolute;inset:0}.ContactModal-module__M_UpNq__imageOverlayContent{z-index:2;flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.ContactModal-module__M_UpNq__imageBadge{color:#fff;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#c8860ae6;border-radius:50px;align-items:center;gap:.45rem;width:fit-content;margin-bottom:1rem;padding:.35rem .85rem;font-size:.72rem;font-weight:700;display:inline-flex}.ContactModal-module__M_UpNq__imageBadgeDot{background:#fff;border-radius:50%;width:6px;height:6px;animation:2s infinite ContactModal-module__M_UpNq__blink}@keyframes ContactModal-module__M_UpNq__blink{0%,to{opacity:1}50%{opacity:.4}}.ContactModal-module__M_UpNq__imageQuote{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 12px #0d1f3c66;margin-bottom:.6rem;font-size:1.25rem;font-weight:800;line-height:1.3}.ContactModal-module__M_UpNq__formPanel{background:#fff;flex-direction:column;justify-content:center;gap:1.5rem;padding:2.75rem 2.5rem;display:flex;position:relative}.ContactModal-module__M_UpNq__formPanel:before{content:"";pointer-events:none;background:radial-gradient(circle,#1b4d8e0f 0%,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-60px}.ContactModal-module__M_UpNq__closeBtn{width:34px;height:34px;color:var(--text-muted);cursor:pointer;z-index:10;background:#0d1f3c0a;border:1px solid #0d1f3c1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.ContactModal-module__M_UpNq__closeBtn:hover{color:var(--foreground);background:#0d1f3c1a;transform:rotate(90deg)}.ContactModal-module__M_UpNq__formHeader{flex-direction:column;gap:.4rem;display:flex}.ContactModal-module__M_UpNq__formEyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.ContactModal-module__M_UpNq__formTitle{color:var(--foreground);letter-spacing:-.03em;font-size:1.6rem;font-weight:800;line-height:1.2}.ContactModal-module__M_UpNq__formTitle span{background:linear-gradient(135deg,#c8860a 0%,#eab308 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ContactModal-module__M_UpNq__formSubtitle{color:var(--text-muted);font-size:.9rem;line-height:1.6}.ContactModal-module__M_UpNq__fields{flex-direction:column;gap:1rem;display:flex}.ContactModal-module__M_UpNq__fieldGroup{flex-direction:column;gap:.4rem;display:flex}.ContactModal-module__M_UpNq__label{color:var(--foreground);letter-spacing:.02em;font-size:.82rem;font-weight:700}.ContactModal-module__M_UpNq__inputWrap{position:relative}.ContactModal-module__M_UpNq__inputIcon{color:var(--text-muted);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.ContactModal-module__M_UpNq__input{width:100%;font-size:.95rem;font-family:var(--font-sans);color:var(--foreground);background:#fafafa;border:1.5px solid #0d1f3c1f;border-radius:.75rem;outline:none;padding:.8rem 1rem .8rem 2.6rem;transition:border-color .2s,box-shadow .2s,background .2s}.ContactModal-module__M_UpNq__input::placeholder{color:#b0b8c6}.ContactModal-module__M_UpNq__input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #1b4d8e14}.ContactModal-module__M_UpNq__submitBtn{color:#fff;width:100%;font-size:1rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#1b4d8e 0%,#2260b0 100%);border:none;border-radius:.85rem;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 6px 20px #1b4d8e4d}.ContactModal-module__M_UpNq__submitBtn:hover:not(:disabled){background:linear-gradient(135deg,#153d72 0%,#1b4d8e 100%);transform:translateY(-2px);box-shadow:0 10px 28px #1b4d8e6b}.ContactModal-module__M_UpNq__submitBtn:disabled{opacity:.7;cursor:not-allowed}.ContactModal-module__M_UpNq__submitArrow{transition:transform .25s}.ContactModal-module__M_UpNq__submitBtn:hover:not(:disabled) .ContactModal-module__M_UpNq__submitArrow{transform:translate(4px)}.ContactModal-module__M_UpNq__trustNote{color:var(--text-muted);justify-content:center;align-items:center;gap:.4rem;font-size:.78rem;display:flex}.ContactModal-module__M_UpNq__successState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:1rem 0;display:flex}.ContactModal-module__M_UpNq__successIcon{background:linear-gradient(135deg,#1a5c3a 0%,#2e7d52 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.75rem;animation:.4s cubic-bezier(.16,1,.3,1) ContactModal-module__M_UpNq__popIn;display:flex;box-shadow:0 8px 24px #2e7d5247}@keyframes ContactModal-module__M_UpNq__popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ContactModal-module__M_UpNq__successTitle{color:var(--foreground);letter-spacing:-.025em;font-size:1.4rem;font-weight:800}.ContactModal-module__M_UpNq__successDesc{color:var(--text-muted);max-width:280px;font-size:.9rem;line-height:1.65}.ContactModal-module__M_UpNq__successClose{font-family:var(--font-sans);color:var(--foreground);cursor:pointer;background:0 0;border:1.5px solid #0d1f3c1f;border-radius:.75rem;margin-top:.5rem;padding:.65rem 1.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.ContactModal-module__M_UpNq__successClose:hover{background:#0d1f3c0d}@media (max-width:700px){.ContactModal-module__M_UpNq__modal{grid-template-columns:1fr;max-width:480px}.ContactModal-module__M_UpNq__imagePanel{display:none}.ContactModal-module__M_UpNq__formPanel{padding:2.25rem 1.75rem}}@media (max-width:640px){.ContactModal-module__M_UpNq__backdrop{align-items:flex-end;padding:0}.ContactModal-module__M_UpNq__modal{border-radius:24px 24px 0 0;width:100%;max-width:100%;max-height:92vh;margin:auto 0 0;animation:.35s cubic-bezier(.16,1,.3,1) forwards ContactModal-module__M_UpNq__bottomSheetIn}@keyframes ContactModal-module__M_UpNq__bottomSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ContactModal-module__M_UpNq__formPanel{padding:2rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom,0px));gap:1.15rem}.ContactModal-module__M_UpNq__input,.ContactModal-module__M_UpNq__select,.ContactModal-module__M_UpNq__textarea{padding:.8rem .85rem .8rem 2.4rem;font-size:16px!important}}@media (max-width:480px){.ContactModal-module__M_UpNq__formPanel{padding:1.75rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0px));gap:1rem}.ContactModal-module__M_UpNq__formHeader{gap:.25rem}.ContactModal-module__M_UpNq__formTitle{font-size:1.35rem}.ContactModal-module__M_UpNq__formSubtitle{font-size:.85rem}.ContactModal-module__M_UpNq__fields{gap:.85rem}.ContactModal-module__M_UpNq__label{font-size:.78rem}.ContactModal-module__M_UpNq__submitBtn{border-radius:.65rem;min-height:48px;padding:.85rem 1.25rem;font-size:.95rem}.ContactModal-module__M_UpNq__trustNote{font-size:.72rem}}
.NavMoreDropdown-module__-WoYTq__dropdownWrapper{display:inline-block;position:relative}.NavMoreDropdown-module__-WoYTq__triggerBtn{cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.25rem 0;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex}.NavMoreDropdown-module__-WoYTq__triggerBtn:hover{opacity:.85}.NavMoreDropdown-module__-WoYTq__chevron{justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex}.NavMoreDropdown-module__-WoYTq__chevronOpen{transform:rotate(180deg)}.NavMoreDropdown-module__-WoYTq__menuCard{z-index:1100;transform-origin:100% 0;background:#fff;border:1px solid #0f172a14;border-radius:14px;width:345px;padding:.45rem;animation:.2s cubic-bezier(.16,1,.3,1) forwards NavMoreDropdown-module__-WoYTq__dropdownFadeIn;position:absolute;top:calc(100% + 12px);right:-20px;box-shadow:0 16px 40px -6px #0d1f3c1f,0 0 0 1px #0d1f3c08}.NavMoreDropdown-module__-WoYTq__menuCard:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}@keyframes NavMoreDropdown-module__-WoYTq__dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.NavMoreDropdown-module__-WoYTq__menuList{flex-direction:column;gap:.2rem;margin:0;padding:0;list-style:none;display:flex}.NavMoreDropdown-module__-WoYTq__menuItemLink{background:0 0;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .75rem;text-decoration:none;transition:background .18s,transform .18s;display:flex}.NavMoreDropdown-module__-WoYTq__menuItemLink:hover{background:#f8fafc;transform:translate(2px)}.NavMoreDropdown-module__-WoYTq__iconWrap{color:#1b4d8e;background:#1b4d8e12;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.NavMoreDropdown-module__-WoYTq__menuItemLink:hover .NavMoreDropdown-module__-WoYTq__iconWrap{color:#fff;background:#1b4d8e}.NavMoreDropdown-module__-WoYTq__itemContent{flex-direction:column;flex-grow:1;gap:.1rem;min-width:0;display:flex}.NavMoreDropdown-module__-WoYTq__itemHeader{align-items:center;gap:.4rem;display:flex}.NavMoreDropdown-module__-WoYTq__itemTitle{color:#0d1824;font-size:.88rem;font-weight:650;line-height:1.25}.NavMoreDropdown-module__-WoYTq__menuItemLink:hover .NavMoreDropdown-module__-WoYTq__itemTitle{color:#1b4d8e}.NavMoreDropdown-module__-WoYTq__itemBadge{color:#c8860a;letter-spacing:.02em;background:#c8860a1f;border-radius:9999px;padding:.1rem .4rem;font-size:.62rem;font-weight:700}.NavMoreDropdown-module__-WoYTq__itemDesc{color:#64748b;font-size:.76rem;font-weight:400;line-height:1.35}.NavMoreDropdown-module__-WoYTq__arrowIcon{color:#cbd5e1;opacity:0;font-size:.85rem;transition:all .18s;transform:translate(-4px)}.NavMoreDropdown-module__-WoYTq__menuItemLink:hover .NavMoreDropdown-module__-WoYTq__arrowIcon{opacity:1;color:#1b4d8e;transform:translate(0)}
.Services-module__dpHhBa__servicesSection{background-color:var(--background);position:relative}.Services-module__dpHhBa__primaryGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.Services-module__dpHhBa__primaryCard{cursor:pointer;isolation:isolate;border-radius:20px;flex-direction:column;justify-content:flex-end;height:380px;text-decoration:none;transition:transform .38s cubic-bezier(.16,1,.3,1),box-shadow .38s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0d18241a,0 1px 6px #0d18240d}.Services-module__dpHhBa__primaryCard:hover{transform:translateY(-8px);box-shadow:0 24px 52px #0d18242e,0 8px 20px #0d18241a}.Services-module__dpHhBa__cardBg{z-index:0;position:absolute;inset:0}.Services-module__dpHhBa__cardBgImg{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.Services-module__dpHhBa__primaryCard:hover .Services-module__dpHhBa__cardBgImg{transform:scale(1.06)}.Services-module__dpHhBa__cardScrim{background:linear-gradient(#080e181a 0%,#080e1873 45%,#080e18f0 100%);transition:background .35s;position:absolute;inset:0}.Services-module__dpHhBa__primaryCard:hover .Services-module__dpHhBa__cardScrim{background:linear-gradient(#080e1826 0%,#080e188c 45%,#080e18fa 100%)}.Services-module__dpHhBa__cardBadge{z-index:2;-webkit-backdrop-filter:blur(10px);background:#fffdf926;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .3s,background .3s;display:flex;position:absolute;top:1.25rem;left:1.25rem}.Services-module__dpHhBa__primaryCard:hover .Services-module__dpHhBa__cardBadge{background:#c8860a40;border-color:#c8860a80;transform:scale(1.1)rotate(-5deg)}.Services-module__dpHhBa__cardIcon{font-size:1.5rem;line-height:1}.Services-module__dpHhBa__cardContent{z-index:2;flex-direction:column;gap:.5rem;padding:1.5rem 1.5rem 1.4rem;display:flex;position:relative}.Services-module__dpHhBa__cardTitle{color:#fff;text-shadow:0 1px 8px #0009;margin:0;font-size:1.25rem;font-weight:700;line-height:1.25}.Services-module__dpHhBa__cardDesc{color:#f8fafc;text-shadow:0 1px 4px #00000080;margin:0;font-size:.92rem;font-weight:500;line-height:1.55}.Services-module__dpHhBa__cardCta{color:#f8d37d;letter-spacing:.04em;text-transform:uppercase;text-shadow:0 1px 3px #0006;align-items:center;gap:.4rem;margin-top:.4rem;font-size:.84rem;font-weight:800;transition:gap .25s;display:inline-flex}.Services-module__dpHhBa__primaryCard:hover .Services-module__dpHhBa__cardCta{color:#ffe8a3;gap:.65rem}.Services-module__dpHhBa__exploreRow{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0d182414;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:2rem;padding:1.4rem 1.75rem;display:flex}.Services-module__dpHhBa__exploreLeft{flex-wrap:wrap;flex:1;align-items:center;gap:1rem;display:flex}.Services-module__dpHhBa__exploreLabel{color:#1b4d8e;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:.8rem;font-weight:800}.Services-module__dpHhBa__morePills{flex-wrap:wrap;gap:.5rem;display:flex}.Services-module__dpHhBa__morePill{color:#1b4d8e;white-space:nowrap;background:#1b4d8e17;border:1px solid #1b4d8e38;border-radius:100px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .22s;display:inline-flex}.Services-module__dpHhBa__morePill:hover{color:#fff;background:#1b4d8e;border-color:#1b4d8e;transform:translateY(-1px)}.Services-module__dpHhBa__exploreBtn{background:var(--foreground);color:#fff;white-space:nowrap;letter-spacing:.01em;border-radius:100px;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .28s cubic-bezier(.16,1,.3,1);display:inline-flex}.Services-module__dpHhBa__exploreBtn:hover{background:var(--primary);color:#fff;gap:.75rem;transform:translateY(-2px);box-shadow:0 8px 20px #1b4d8e4d}@media (max-width:900px){.Services-module__dpHhBa__primaryGrid{grid-template-columns:repeat(2,1fr)}.Services-module__dpHhBa__primaryCard:last-child{grid-column:span 2;height:260px}}@media (max-width:600px){.Services-module__dpHhBa__primaryGrid{grid-template-columns:1fr}.Services-module__dpHhBa__primaryCard{height:280px}.Services-module__dpHhBa__primaryCard:last-child{grid-column:span 1}.Services-module__dpHhBa__exploreRow{flex-direction:column;align-items:flex-start}.Services-module__dpHhBa__exploreBtn{justify-content:center;width:100%}}
.Packages-module__ZuoChq__packagesSection{background:linear-gradient(#f8fafc 0%,#fff 50%,#f8fafc 100%);border-top:1px solid #0f172a0f;border-bottom:1px solid #0f172a0f;padding:4.5rem 0 5rem;position:relative;overflow:hidden}.Packages-module__ZuoChq__packagesSection:before{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#1b4d8e0d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-10%;left:-8%}.Packages-module__ZuoChq__packagesSection:after{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#c8860a0a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-10%;right:-5%}.Packages-module__ZuoChq__gridOverlay{pointer-events:none;z-index:0;background-image:linear-gradient(90deg,#0d182403 1px,#0000 1px),linear-gradient(#0d182403 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.Packages-module__ZuoChq__sectionLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);z-index:1;text-align:center;width:100%;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block;position:relative}.Packages-module__ZuoChq__sectionHeading{font-family:var(--font-display);color:var(--foreground);text-align:center;z-index:1;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15;position:relative}.Packages-module__ZuoChq__sectionHeading span{background:linear-gradient(135deg,#c8860a 0%,#b27300 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Packages-module__ZuoChq__sectionSub{text-align:center;color:var(--text-muted);z-index:1;max-width:580px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7;position:relative}.Packages-module__ZuoChq__toggleWrapper{z-index:1;justify-content:center;margin-bottom:2.25rem;display:flex;position:relative}.Packages-module__ZuoChq__toggleContainer{background:#0d18240a;border:1px solid #0d182414;border-radius:9999px;padding:.2rem;display:flex;position:relative}.Packages-module__ZuoChq__toggleBtn{color:var(--text-muted);cursor:pointer;z-index:2;font-size:.85rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;border-radius:9999px;flex-direction:column;align-items:center;gap:.05rem;padding:.45rem 1.5rem;transition:color .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Packages-module__ZuoChq__toggleActive{color:#fff}.Packages-module__ZuoChq__startsAt{opacity:.8;text-transform:uppercase;letter-spacing:.04em;font-size:.62rem;font-weight:500}.Packages-module__ZuoChq__toggleSlider{z-index:1;background:linear-gradient(135deg,#1b4d8e 0%,#2260b0 100%);border-radius:9999px;width:calc(50% - .2rem);transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:.2rem;bottom:.2rem;left:.2rem;box-shadow:0 4px 12px #1b4d8e40}.Packages-module__ZuoChq__slideRight{background:linear-gradient(135deg,#c8860a 0%,#eab308 100%);transform:translate(100%);box-shadow:0 4px 12px #c8860a40}.Packages-module__ZuoChq__grid{z-index:1;align-items:stretch;display:grid;position:relative}.Packages-module__ZuoChq__gridFour{grid-template-columns:repeat(4,1fr);gap:1.25rem}.Packages-module__ZuoChq__gridThree{grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1100px;margin:0 auto}.Packages-module__ZuoChq__card{opacity:0;background-color:#fff;border:1px solid #0f172a14;border-radius:20px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s,background-color .4s;animation:.55s cubic-bezier(.16,1,.3,1) forwards Packages-module__ZuoChq__cardFadeUp;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0d1f3c0d}.Packages-module__ZuoChq__cardWatermark{opacity:.04;mix-blend-mode:multiply;pointer-events:none;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:contain;width:80px;height:80px;position:absolute;bottom:4rem;right:1.5rem}.Packages-module__ZuoChq__card:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#1b4d8e0a 50%,#0000 100%);width:100%;height:100%;transition:left .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-150%;transform:skew(-20deg)}.Packages-module__ZuoChq__card:hover:after{left:150%}@keyframes Packages-module__ZuoChq__cardFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.Packages-module__ZuoChq__card:hover{border-color:#1b4d8e40;transform:translateY(-12px)scale(1.02);box-shadow:0 20px 48px #1b4d8e1f}.Packages-module__ZuoChq__card:before{content:"";z-index:2;background:#0d18241f;height:4px;transition:background .3s;position:absolute;top:0;left:0;right:0}.Packages-module__ZuoChq__popular{border-color:#1b4d8e4d;box-shadow:0 0 0 1px #1b4d8e1a,0 15px 35px #1b4d8e12}.Packages-module__ZuoChq__popular:before{background:linear-gradient(90deg,#1b4d8e,#2e7dd1)}.Packages-module__ZuoChq__popular:hover{border-color:#1b4d8e8c;box-shadow:0 0 0 1px #1b4d8e40,0 25px 55px #1b4d8e26}.Packages-module__ZuoChq__cardHeaderImageContainer{background-color:#0d182408;width:100%;height:160px;position:relative;overflow:hidden}.Packages-module__ZuoChq__cardHeaderImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.Packages-module__ZuoChq__card:hover .Packages-module__ZuoChq__cardHeaderImage{transform:scale(1.06)}.Packages-module__ZuoChq__popularBadge{color:#fff;letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:700;font-family:var(--font-sans);z-index:3;background:linear-gradient(135deg,#1b4d8e 0%,#2260b0 100%);border-radius:9999px;padding:.35rem .85rem;position:absolute;top:12px;right:12px;box-shadow:0 4px 10px #1b4d8e40}.Packages-module__ZuoChq__luxuryCard{border-color:#c8860a33;box-shadow:0 4px 18px #c8860a05}.Packages-module__ZuoChq__luxuryCard:after{background:linear-gradient(90deg,#0000 0%,#c8860a0a 50%,#0000 100%)}.Packages-module__ZuoChq__luxuryCard:before{background:linear-gradient(90deg,#c8860a80,#eab30866)}.Packages-module__ZuoChq__luxuryCard:hover{border-color:#c8860a73;box-shadow:0 20px 48px #c8860a1f}.Packages-module__ZuoChq__luxuryCard.Packages-module__ZuoChq__popular{border-color:#c8860a59;box-shadow:0 0 0 1px #c8860a33,0 15px 35px #c8860a14}.Packages-module__ZuoChq__luxuryCard.Packages-module__ZuoChq__popular:before{background:linear-gradient(90deg,#c8860a,#eab308)}.Packages-module__ZuoChq__luxuryCard.Packages-module__ZuoChq__popular:hover{border-color:#c8860a99;box-shadow:0 0 0 1px #c8860a59,0 25px 55px #c8860a29}.Packages-module__ZuoChq__luxuryCard .Packages-module__ZuoChq__popularBadge{background:linear-gradient(135deg,#c8860a 0%,#eab308 100%);box-shadow:0 4px 10px #c8860a40}.Packages-module__ZuoChq__cardHeader{z-index:2;padding:1.75rem 1.5rem 1rem;position:relative}.Packages-module__ZuoChq__pkgName{font-family:var(--font-display);color:#0d1824;letter-spacing:-.015em;margin-bottom:.6rem;font-size:1.65rem;font-weight:700}.Packages-module__ZuoChq__pkgPrice{align-items:baseline;gap:.4rem;margin-bottom:.85rem;display:flex}.Packages-module__ZuoChq__amount{background:linear-gradient(135deg,#0d1824 0%,#223c5b 100%);-webkit-text-fill-color:transparent;font-size:2.4rem;font-weight:800;line-height:1;font-family:var(--font-sans);letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text}.Packages-module__ZuoChq__perSqft{color:#3d526a;font-size:.88rem;font-weight:600}.Packages-module__ZuoChq__popular .Packages-module__ZuoChq__amount{background:linear-gradient(135deg,#1b4d8e 0%,#2b74d6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Packages-module__ZuoChq__luxuryCard .Packages-module__ZuoChq__amount{background:linear-gradient(135deg,#c8860a 0%,#b27300 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Packages-module__ZuoChq__pkgDesc{color:#2d3f53;min-height:60px;font-size:.92rem;font-weight:500;line-height:1.65}.Packages-module__ZuoChq__cardDivider{z-index:2;background:#0d18241a;height:1px;margin:0 1.5rem;position:relative}.Packages-module__ZuoChq__specsToggleBtn{width:100%;font-family:var(--font-sans);color:#1b4d8e;cursor:pointer;z-index:2;text-align:left;background:#0d182405;border:1px solid #0d18240f;border-left:none;border-right:none;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-size:.82rem;font-weight:700;transition:all .25s;display:flex;position:relative}.Packages-module__ZuoChq__luxuryCard .Packages-module__ZuoChq__specsToggleBtn{color:#c8860a;background:#c8860a08;border-color:#c8860a1a}.Packages-module__ZuoChq__specsToggleBtn:hover{background:#1b4d8e0f}.Packages-module__ZuoChq__luxuryCard .Packages-module__ZuoChq__specsToggleBtn:hover{background:#c8860a14}.Packages-module__ZuoChq__chevron{justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex}.Packages-module__ZuoChq__chevronUp{transform:rotate(180deg)}.Packages-module__ZuoChq__collapsibleContent{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.16,1,.3,1);display:grid;overflow:hidden}.Packages-module__ZuoChq__collapsibleContent.Packages-module__ZuoChq__open{grid-template-rows:1fr}.Packages-module__ZuoChq__collapsibleInner{min-height:0;overflow:hidden}.Packages-module__ZuoChq__globalControls{z-index:1;justify-content:center;margin-top:-1rem;margin-bottom:2rem;display:flex;position:relative}.Packages-module__ZuoChq__globalToggleBtn{color:#1b4d8e;cursor:pointer;background:#fff;border:1.5px solid #1b4d8e33;border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem 1.25rem;font-size:.82rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 2px 8px #0d1f3c0a}.Packages-module__ZuoChq__globalToggleBtn:hover{background:#1b4d8e0d;border-color:#1b4d8e;transform:translateY(-1px);box-shadow:0 4px 12px #1b4d8e1a}.Packages-module__ZuoChq__highlightsBox{z-index:2;flex-direction:column;flex-grow:1;padding:1.25rem 1.5rem 1.5rem;display:flex;position:relative}.Packages-module__ZuoChq__highlightsTitle{color:#1b4d8e;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800;font-family:var(--font-sans);margin-bottom:.85rem}.Packages-module__ZuoChq__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Packages-module__ZuoChq__listItem{align-items:flex-start;gap:.75rem;display:flex}.Packages-module__ZuoChq__checkIconWrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:.15rem;transition:transform .25s,background .25s;display:flex;color:#1b4d8e!important;background:#1b4d8e1f!important}.Packages-module__ZuoChq__luxuryCard .Packages-module__ZuoChq__checkIconWrap{color:#c8860a!important;background:#c8860a24!important}.Packages-module__ZuoChq__card:hover .Packages-module__ZuoChq__checkIconWrap{transform:scale(1.1);background:#1b4d8e33!important}.Packages-module__ZuoChq__luxuryCard:hover .Packages-module__ZuoChq__checkIconWrap{background:#c8860a38!important}.Packages-module__ZuoChq__checkIcon{display:block}.Packages-module__ZuoChq__itemText{font-size:.92rem;font-weight:500;line-height:1.55;color:#121f30!important}.Packages-module__ZuoChq__cardFooter{z-index:2;border-top:1px solid #0d182414;margin-top:auto;padding:1.15rem 1.5rem;position:relative}.Packages-module__ZuoChq__btnFull{width:100%;font-size:.875rem;font-weight:600;font-family:var(--font-sans);letter-spacing:.01em;padding:.9rem 1.5rem;border-radius:12px!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important}.Packages-module__ZuoChq__btnGhost{color:var(--primary)!important;background:0 0!important;border:1px solid #0d182429!important}.Packages-module__ZuoChq__btnGhost:hover{transform:translateY(-2px);box-shadow:0 4px 15px #1b4d8e0d;color:var(--primary-hover)!important;background:#1b4d8e0d!important;border-color:#1b4d8e66!important}.Packages-module__ZuoChq__btnNavy{color:#fff!important;background:linear-gradient(135deg,#1b4d8e 0%,#2260b0 100%)!important;border:none!important;box-shadow:0 4px 18px #1b4d8e40!important}.Packages-module__ZuoChq__btnNavy:hover{transform:translateY(-2px);background:linear-gradient(135deg,#153d72 0%,#1b4d8e 100%)!important;box-shadow:0 8px 28px #1b4d8e59!important}@keyframes Packages-module__ZuoChq__buttonShine{0%{background-position:-200%}to{background-position:200%}}.Packages-module__ZuoChq__btnGold{animation:4s linear infinite Packages-module__ZuoChq__buttonShine;color:#0d1824!important;background:linear-gradient(120deg,#996504 0%,#ffe8a3 25%,#c8860a 50%,#ffe8a3 75%,#996504 100%) 0 0/200%!important;border:none!important;font-weight:700!important;box-shadow:0 4px 18px #c8860a40!important}.Packages-module__ZuoChq__btnGold:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 28px #c8860a59!important}.Packages-module__ZuoChq__tierStandard:before{background:#94a3b866}.Packages-module__ZuoChq__tierPremium:before{background:linear-gradient(90deg,#1b66ca,#8bb4f8)}.Packages-module__ZuoChq__tierLuxury:before{background:linear-gradient(90deg,#c8860a,#eab308)}.Packages-module__ZuoChq__tierElite:before{background:linear-gradient(90deg,#475569,#94a3b8)}.Packages-module__ZuoChq__tierImperial:before{background:linear-gradient(90deg,#2b7de9,#8bb4f8)}.Packages-module__ZuoChq__tierRoyal:before{background:linear-gradient(90deg,#c8860a,#ffd175)}.Packages-module__ZuoChq__tierPalatial:before{background:linear-gradient(90deg,#ffb834,#fff0c0,#ffb834)}.Packages-module__ZuoChq__tierPalatial{box-shadow:0 0 0 1px #c8860a26,inset 0 1px #fff9;background-color:#fffaf2!important;border-color:#c8860a59!important}.Packages-module__ZuoChq__tierPalatial:hover{background-color:#fff7e8!important;border-color:#c8860a80!important;box-shadow:0 0 0 1px #c8860a4d,0 20px 45px #c8860a26!important}.Packages-module__ZuoChq__tierPalatial .Packages-module__ZuoChq__pkgName{color:var(--gold)}.Packages-module__ZuoChq__tierPalatial .Packages-module__ZuoChq__amount{background:linear-gradient(135deg,#b27300 0%,#ffb834 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Packages-module__ZuoChq__tierPalatial .Packages-module__ZuoChq__checkIconWrap{color:var(--gold)!important;background:#c8860a14!important}@media (max-width:1150px){.Packages-module__ZuoChq__gridFour{grid-template-columns:repeat(2,1fr);gap:1.25rem}.Packages-module__ZuoChq__gridThree{grid-template-columns:repeat(2,1fr);max-width:740px}}@media (max-width:768px){.Packages-module__ZuoChq__packagesSection{padding:3.5rem 0 4.5rem}.Packages-module__ZuoChq__toggleContainer{width:100%;max-width:320px;margin:0 auto}.Packages-module__ZuoChq__toggleBtn{padding:.4rem 1rem;font-size:.775rem}.Packages-module__ZuoChq__startsAt{font-size:.58rem}.Packages-module__ZuoChq__grid{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;grid-template-columns:none!important;gap:1rem!important;width:calc(100% + 2.5rem)!important;margin:0 -1.25rem!important;padding:.5rem 1.25rem 2.5rem!important;display:flex!important;overflow-x:auto!important}.Packages-module__ZuoChq__grid::-webkit-scrollbar{display:none}.Packages-module__ZuoChq__card{scroll-snap-align:center;flex:0 0 82%;max-width:310px;opacity:1!important;animation:none!important;transform:none!important}.Packages-module__ZuoChq__card:hover{transform:none}}.Packages-module__ZuoChq__compareBanner{text-align:center;z-index:10;margin-top:3.25rem;position:relative}.Packages-module__ZuoChq__compareText{color:var(--text-muted);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);WebkitBackdropFilter:blur(10px);background-color:#ffffffe6;border:1px solid #0d18240f;border-radius:100px;padding:.75rem 2rem;font-size:1.02rem;font-weight:500;display:inline-block;box-shadow:0 4px 15px #0d182405}.Packages-module__ZuoChq__compareLink{color:var(--primary);border-bottom:1.5px solid #0000;align-items:center;gap:.25rem;margin-left:.35rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.Packages-module__ZuoChq__compareLink:hover{color:var(--gold)}.Packages-module__ZuoChq__compareLink:hover .Packages-module__ZuoChq__compareArrow{transform:translate(4px)}.Packages-module__ZuoChq__compareArrow{transition:transform .25s cubic-bezier(.16,1,.3,1);display:inline-block}
.HowItWorks-module__tSMH5W__headerRow{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:3.5rem;display:flex}.HowItWorks-module__tSMH5W__headerLeft{flex:1}.HowItWorks-module__tSMH5W__eyebrow{color:#c8860a;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.75rem;font-size:.78rem;font-weight:800;display:inline-block}.HowItWorks-module__tSMH5W__navButtons{flex-shrink:0;gap:.75rem;margin-bottom:.25rem;margin-left:2rem;display:flex}.HowItWorks-module__tSMH5W__navBtn{width:46px;height:46px;color:var(--ink);cursor:pointer;background:0 0;border:1.5px solid #0d18241f;border-radius:50%;justify-content:center;align-items:center;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.HowItWorks-module__tSMH5W__navBtn:hover{background:var(--ink);border-color:var(--ink);color:#fff;transform:scale(1.05)}.HowItWorks-module__tSMH5W__navBtn:active{transform:scale(.95)}.HowItWorks-module__tSMH5W__carouselContainer{width:calc(100% + 1.5rem);margin:0 -.75rem;position:relative;overflow:hidden}.HowItWorks-module__tSMH5W__carouselTrack{will-change:transform;width:100%;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex}.HowItWorks-module__tSMH5W__carouselSlide{box-sizing:border-box;width:100%;padding:0 .75rem}.HowItWorks-module__tSMH5W__stepCard{box-sizing:border-box;background:#0d1824;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:flex-start;gap:1rem;height:100%;min-height:380px;padding:1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #0d182414}.HowItWorks-module__tSMH5W__imageContainer{background:#ffffff08;border-radius:10px;width:100%;height:160px;position:relative;overflow:hidden}.HowItWorks-module__tSMH5W__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.HowItWorks-module__tSMH5W__stepCard:hover .HowItWorks-module__tSMH5W__cardImage{transform:scale(1.06)}.HowItWorks-module__tSMH5W__stepCard:hover{border-color:var(--gold);transform:translateY(-6px);box-shadow:0 15px 35px #0d182438,0 0 15px #c8860a26}.HowItWorks-module__tSMH5W__stepNum{font-family:var(--font-sans);color:#fff;letter-spacing:-.02em;font-size:2.6rem;font-weight:800;line-height:1;transition:color .3s}.HowItWorks-module__tSMH5W__stepCard:hover .HowItWorks-module__tSMH5W__stepNum{color:var(--gold)}.HowItWorks-module__tSMH5W__stepText{font-family:var(--font-sans);color:#f1f5f9;letter-spacing:.01em;font-size:.96rem;font-weight:500;line-height:1.65}.HowItWorks-module__tSMH5W__dotsRow{justify-content:center;gap:.5rem;width:100%;margin-top:3rem;display:flex}.HowItWorks-module__tSMH5W__dot{cursor:pointer;background:#0d182426;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .35s cubic-bezier(.16,1,.3,1)}.HowItWorks-module__tSMH5W__dotActive{background:var(--gold);border-radius:4px;width:24px;box-shadow:0 2px 6px #c8860a59}@media (max-width:991px){.HowItWorks-module__tSMH5W__headerRow{align-items:center;margin-bottom:2.5rem}}@media (max-width:650px){.HowItWorks-module__tSMH5W__headerRow{flex-direction:column;align-items:flex-start;gap:1.5rem}.HowItWorks-module__tSMH5W__navButtons{margin-top:.5rem;margin-left:0}.HowItWorks-module__tSMH5W__stepCard{min-height:330px;padding:1.5rem}.HowItWorks-module__tSMH5W__stepNum{font-size:2.2rem}}
.SiteFooter-module__wWXZva__footer{color:#f0f4fa;background-color:#0b1420;border-top:1px solid #1b4d8e40;margin-top:auto;padding:4rem 0 2rem;position:relative;overflow:hidden}@media (max-width:768px){.SiteFooter-module__wWXZva__footer{padding-bottom:calc(6.5rem + env(safe-area-inset-bottom,0px))!important}}.SiteFooter-module__wWXZva__glowTopRight{pointer-events:none;z-index:1;background:radial-gradient(circle,#1b4d8e29 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-80px;right:-50px}.SiteFooter-module__wWXZva__glowBottomLeft{pointer-events:none;z-index:1;background:radial-gradient(circle,#c8860a14 0%,#0000 70%);width:450px;height:450px;position:absolute;bottom:-60px;left:5%}.SiteFooter-module__wWXZva__container{z-index:2;max-width:1240px;margin:0 auto;padding:0 1.5rem;position:relative}.SiteFooter-module__wWXZva__preFooterBanner{z-index:2;background:linear-gradient(135deg,#101f30f2 0%,#0d1824fa 100%);border:1px solid #c8860a40;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:0;margin-bottom:3.5rem;padding:2.25rem 2.5rem;display:flex;position:relative;box-shadow:0 12px 32px #00000047}.SiteFooter-module__wWXZva__bannerText{flex:1;min-width:280px}.SiteFooter-module__wWXZva__bannerBadge{color:#e5a93c;letter-spacing:.05em;text-transform:uppercase;background:#c8860a26;border:1px solid #c8860a4d;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.SiteFooter-module__wWXZva__bannerTitle{font-family:var(--font-logo,sans-serif);color:#fff;margin:0 0 .5rem;font-size:1.6rem;font-weight:700;line-height:1.25}.SiteFooter-module__wWXZva__bannerTitleAccent{color:#c8860a}.SiteFooter-module__wWXZva__bannerDesc{color:#cad7e6;max-width:580px;margin:0;font-size:.94rem;font-weight:450;line-height:1.58}.SiteFooter-module__wWXZva__bannerActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.SiteFooter-module__wWXZva__consultBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1b4d8e 0%,#2e7dd1 100%);border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #1b4d8e66}.SiteFooter-module__wWXZva__consultBtn:hover{background:linear-gradient(135deg,#2059a5 0%,#3a8be4 100%);transform:translateY(-2px);box-shadow:0 6px 20px #2e7dd18c}.SiteFooter-module__wWXZva__whatsappBtn{color:#25d366;background:#25d3661f;border:1px solid #25d36659;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.SiteFooter-module__wWXZva__whatsappBtn:hover{background:#25d36638;border-color:#25d366;transform:translateY(-2px)}.SiteFooter-module__wWXZva__mainGrid{grid-template-columns:1.35fr 1.05fr 1.05fr 1.15fr;gap:3rem;padding-bottom:2.75rem;display:grid}@media (max-width:1024px){.SiteFooter-module__wWXZva__mainGrid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:768px){.SiteFooter-module__wWXZva__footer{padding-top:3rem;padding-bottom:calc(6rem + env(safe-area-inset-bottom,0px))}}@media (max-width:640px){.SiteFooter-module__wWXZva__mainGrid{grid-template-columns:1fr;gap:2.25rem}.SiteFooter-module__wWXZva__preFooterBanner{margin-bottom:2.25rem;padding:1.5rem}}.SiteFooter-module__wWXZva__brandLogo{font-family:var(--font-logo,sans-serif);flex-direction:column;align-items:flex-start;margin-bottom:1.15rem;line-height:1.15;text-decoration:none;display:inline-flex}.SiteFooter-module__wWXZva__brandNameWrap{align-items:baseline;gap:.25rem;display:flex}.SiteFooter-module__wWXZva__brandWordWhite{color:#fff;letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.SiteFooter-module__wWXZva__brandWordGold{color:#c8860a;letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.SiteFooter-module__wWXZva__brandSubtitle{color:#2e7dd1;letter-spacing:.18em;text-transform:uppercase;margin-top:.1rem;font-size:.58rem;font-weight:700}.SiteFooter-module__wWXZva__brandDesc{color:#cad7e6;max-width:320px;margin-bottom:1.4rem;font-size:.92rem;font-weight:450;line-height:1.6}.SiteFooter-module__wWXZva__guaranteeBadges{flex-direction:column;gap:.55rem;display:flex}.SiteFooter-module__wWXZva__badgeItem{color:#b8ccdf;align-items:center;gap:.6rem;font-size:.83rem;font-weight:500;display:flex}.SiteFooter-module__wWXZva__badgeIcon{color:#c8860a;flex-shrink:0}.SiteFooter-module__wWXZva__columnTitle{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem;padding-bottom:.45rem;font-size:.98rem;font-weight:700;display:inline-block;position:relative}.SiteFooter-module__wWXZva__columnTitle:after{content:"";background:#c8860a;border-radius:2px;width:24px;height:2px;position:absolute;bottom:0;left:0}.SiteFooter-module__wWXZva__linkList{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.SiteFooter-module__wWXZva__footerLink{color:#cad7e6;align-items:center;gap:.4rem;font-size:.92rem;font-weight:450;text-decoration:none;transition:all .2s;display:inline-flex}.SiteFooter-module__wWXZva__footerLink:hover{color:#fff;transform:translate(4px)}.SiteFooter-module__wWXZva__footerLinkHighlight{color:#e5a93c;font-weight:600}.SiteFooter-module__wWXZva__footerLinkHighlight:hover{color:#f8d37d}.SiteFooter-module__wWXZva__contactInfoList{flex-direction:column;gap:.95rem;display:flex}.SiteFooter-module__wWXZva__contactItem{color:#cad7e6;align-items:flex-start;gap:.7rem;font-size:.9rem;font-weight:450;line-height:1.45;display:flex}.SiteFooter-module__wWXZva__contactIcon{color:#c8860a;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;display:flex}.SiteFooter-module__wWXZva__contactLink{color:#d1e1f7;text-decoration:none;transition:color .2s}.SiteFooter-module__wWXZva__contactLink:hover{color:#c8860a}.SiteFooter-module__wWXZva__directorySection{border-bottom:1px solid #ffffff14;margin-bottom:2.75rem;padding:.25rem 0 1.5rem}.SiteFooter-module__wWXZva__directoryHeader{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 -.75rem;padding:.6rem .75rem;transition:background .2s,opacity .2s;display:flex}.SiteFooter-module__wWXZva__directoryHeader:hover{background:#ffffff06}.SiteFooter-module__wWXZva__directoryHeaderLeft{flex:1;min-width:280px}.SiteFooter-module__wWXZva__directoryHeaderActions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.SiteFooter-module__wWXZva__directoryHubLink{color:#e5a93c;background:#c8860a1a;border:1px solid #c8860a40;border-radius:8px;align-items:center;padding:.42rem .9rem;font-size:.84rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.SiteFooter-module__wWXZva__directoryHubLink:hover{color:#fff;background:#c8860a38;border-color:#c8860a;transform:translate(2px)}.SiteFooter-module__wWXZva__directoryToggleBtn{color:#f8d37d;cursor:pointer;background:linear-gradient(135deg,#c8860a29 0%,#c8860a14 100%);border:1px solid #c8860a66;border-radius:8px;align-items:center;gap:.5rem;padding:.42rem 1.1rem;font-family:inherit;font-size:.84rem;font-weight:700;transition:all .22s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 8px #00000026}.SiteFooter-module__wWXZva__directoryToggleBtn:hover{color:#fff;background:linear-gradient(135deg,#c8860a4d 0%,#c8860a26 100%);border-color:#e5a93c;transform:translateY(-1px);box-shadow:0 4px 12px #c8860a33}.SiteFooter-module__wWXZva__chevronIcon{color:#e5a93c;flex-shrink:0;transition:transform .32s cubic-bezier(.16,1,.3,1)}.SiteFooter-module__wWXZva__chevronOpen{transform:rotate(180deg)}.SiteFooter-module__wWXZva__directoryTitleWrap{flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.35rem;display:flex}.SiteFooter-module__wWXZva__directoryTitleIcon{color:#c8860a;align-items:center;display:flex}.SiteFooter-module__wWXZva__directoryTitle{color:#fff;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.98rem;font-weight:700}.SiteFooter-module__wWXZva__directoryCountBadge{color:#f8d37d;letter-spacing:.03em;text-transform:uppercase;background:#c8860a26;border:1px solid #c8860a4d;border-radius:9999px;padding:.12rem .55rem;font-size:.7rem;font-weight:700}.SiteFooter-module__wWXZva__directoryDesc{color:#cad7e6;max-width:820px;margin:0;font-size:.88rem;font-weight:450;line-height:1.55}.SiteFooter-module__wWXZva__collapseWrapper{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.16,1,.3,1),opacity .3s;display:grid}.SiteFooter-module__wWXZva__collapseWrapperOpen{opacity:1;grid-template-rows:1fr;margin-top:1.5rem}.SiteFooter-module__wWXZva__collapseInner{overflow:hidden}.SiteFooter-module__wWXZva__directoryGrid{grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:2rem;padding-bottom:.5rem;display:grid}@media (max-width:1024px){.SiteFooter-module__wWXZva__directoryGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}@media (max-width:640px){.SiteFooter-module__wWXZva__directoryGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.SiteFooter-module__wWXZva__directoryHeaderActions{justify-content:flex-start;width:100%}}.SiteFooter-module__wWXZva__directoryColumn{flex-direction:column;display:flex}.SiteFooter-module__wWXZva__zoneHeading{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.85rem;display:flex}.SiteFooter-module__wWXZva__zoneHeadingName{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.SiteFooter-module__wWXZva__zoneBadge{color:#f8d37d;text-transform:uppercase;letter-spacing:.04em;background:#c8860a26;border:1px solid #c8860a59;border-radius:9999px;padding:.1rem .45rem;font-size:.65rem;font-weight:800}.SiteFooter-module__wWXZva__directoryList{flex-direction:column;gap:.38rem;margin:0;padding:0;list-style:none;display:flex}.SiteFooter-module__wWXZva__directoryItem{margin:0;padding:0}.SiteFooter-module__wWXZva__directoryLink{color:#b5c5d8;font-size:.84rem;font-weight:500;line-height:1.45;text-decoration:none;transition:all .15s;display:inline-block}.SiteFooter-module__wWXZva__directoryLink:hover{color:#fff;transform:translate(3px)}.SiteFooter-module__wWXZva__subFooter{color:#9fb0c7;border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.5rem 0 2rem;font-size:.86rem;font-weight:500;display:flex}.SiteFooter-module__wWXZva__creditText{color:#cad7e6;align-items:center;gap:.35rem;font-size:.86rem;display:flex}.SiteFooter-module__wWXZva__creditLink{color:#c8860a;letter-spacing:.01em;font-weight:600;text-decoration:none;transition:all .2s}.SiteFooter-module__wWXZva__creditLink:hover{color:#f8d37d;text-underline-offset:3px;text-decoration:underline}.SiteFooter-module__wWXZva__legalLinks{gap:1.5rem;display:flex}.SiteFooter-module__wWXZva__legalBtn{color:#7e91aa;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-size:.84rem;text-decoration:underline;transition:color .2s}.SiteFooter-module__wWXZva__legalBtn:hover{color:#fff}.SiteFooter-module__wWXZva__policyBackdrop{-webkit-backdrop-filter:blur(8px);z-index:10000;background:#050a12d1;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.SiteFooter-module__wWXZva__policyModal{color:#e2ecf8;background:#0d1824;border:1px solid #c8860a4d;border-radius:16px;width:100%;max-width:620px;max-height:85vh;padding:2rem 2.25rem;position:relative;overflow-y:auto;box-shadow:0 25px 60px #0009}.SiteFooter-module__wWXZva__policyHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.SiteFooter-module__wWXZva__policyTitle{color:#fff;margin:0;font-size:1.35rem;font-weight:700}.SiteFooter-module__wWXZva__policyCloseBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.25rem;transition:all .2s;display:flex}.SiteFooter-module__wWXZva__policyCloseBtn:hover{background:#c8860a4d}.SiteFooter-module__wWXZva__policyBody{color:#a8bcd4;font-size:.92rem;line-height:1.7}.SiteFooter-module__wWXZva__policyBody h4{color:#fff;margin:1.25rem 0 .5rem;font-size:1.05rem}.SiteFooter-module__wWXZva__policyBody p{margin-bottom:1rem}
.FloatingWhatsApp-module__QndPVW__floatingWhatsApp{color:#fff;z-index:997;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:calc(2.85rem + 48px);right:2rem;box-shadow:0 8px 24px #25d36666,0 2px 8px #00000026}.FloatingWhatsApp-module__QndPVW__floatingWhatsApp:hover{color:#fff;background:#20ba5a;transform:translateY(-3px)scale(1.06);box-shadow:0 12px 30px #25d3668c,0 4px 12px #0003}.FloatingWhatsApp-module__QndPVW__tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#0d1722;border:1px solid #ffffff26;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:700;transition:all .22s;position:absolute;top:50%;right:calc(100% + .75rem);transform:translateY(-50%)translate(6px);box-shadow:0 4px 15px #00000040}.FloatingWhatsApp-module__QndPVW__tooltip:after{content:"";border:5px solid #0000;border-left-color:#0d1722;border-right-width:0;position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.FloatingWhatsApp-module__QndPVW__floatingWhatsApp:hover .FloatingWhatsApp-module__QndPVW__tooltip{opacity:1;transform:translateY(-50%)translate(0)}@media (max-width:768px){.FloatingWhatsApp-module__QndPVW__floatingWhatsApp{display:none!important}}
.Gallery-module__3QxX8q__gallerySection{background-color:var(--background);position:relative;overflow:hidden}.Gallery-module__3QxX8q__tabContainer{-webkit-backdrop-filter:blur(12px);background-color:#ffffffd9;border:1px solid #0d18241f;border-radius:9999px;justify-content:center;gap:.75rem;max-width:fit-content;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;padding:.45rem;display:flex;box-shadow:0 4px 16px #0d18240d}.Gallery-module__3QxX8q__tabBtn{color:#2d3f53;background-color:#0000;border-radius:9999px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1)}.Gallery-module__3QxX8q__tabBtn:hover{color:#0d1824}.Gallery-module__3QxX8q__tabActive{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #1b4d8e4d}.Gallery-module__3QxX8q__sliderWrapper{width:100%;position:relative}.Gallery-module__3QxX8q__carouselContainer{width:calc(100% + 1.5rem);margin:0 -.75rem;position:relative;overflow:hidden}.Gallery-module__3QxX8q__carouselTrack{will-change:transform;width:100%;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex}.Gallery-module__3QxX8q__carouselSlide{box-sizing:border-box;width:100%;padding:0 .75rem}.Gallery-module__3QxX8q__sliderArrow{-webkit-backdrop-filter:blur(8px);width:50px;height:50px;color:var(--ink);cursor:pointer;z-index:10;background:#ffffffe0;border:1px solid #0d18241a;border-radius:50%;justify-content:center;align-items:center;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #0d182414}.Gallery-module__3QxX8q__arrowLeft{left:-25px}.Gallery-module__3QxX8q__arrowRight{right:-25px}.Gallery-module__3QxX8q__sliderArrow:hover{background:var(--ink);color:#fff;border-color:var(--ink);transform:translateY(-50%)scale(1.08)}.Gallery-module__3QxX8q__sliderArrow:active{transform:translateY(-50%)scale(.95)}.Gallery-module__3QxX8q__dotsRow{justify-content:center;gap:.5rem;width:100%;margin-top:3rem;display:flex}.Gallery-module__3QxX8q__dot{cursor:pointer;background:#0d182426;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .35s cubic-bezier(.16,1,.3,1)}.Gallery-module__3QxX8q__dotActive{background:var(--gold);border-radius:4px;width:24px;box-shadow:0 2px 6px #c8860a59}@media (max-width:1280px){.Gallery-module__3QxX8q__arrowLeft{left:10px}.Gallery-module__3QxX8q__arrowRight{right:10px}}@media (max-width:768px){.Gallery-module__3QxX8q__sliderArrow{display:none}}.Gallery-module__3QxX8q__imageCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border);background-color:var(--surface);aspect-ratio:4/3;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Gallery-module__3QxX8q__imageCard:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px #0006}.Gallery-module__3QxX8q__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.Gallery-module__3QxX8q__imageCard:hover .Gallery-module__3QxX8q__image{transform:scale(1.08)}.Gallery-module__3QxX8q__overlay{opacity:.85;background:linear-gradient(#0d182400 0%,#0d182466 50%,#0d1824f2 100%);align-items:flex-end;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0}.Gallery-module__3QxX8q__imageCard:hover .Gallery-module__3QxX8q__overlay{opacity:1;background:linear-gradient(#0d182400 0%,#0d182499 50%,#0d1824fa 100%)}.Gallery-module__3QxX8q__meta{width:100%}.Gallery-module__3QxX8q__categoryBadge{text-transform:uppercase;letter-spacing:.08em;color:#fff;background-color:#c8860a;border:1px solid #ffffff4d;border-radius:9999px;margin-bottom:.75rem;padding:.3rem .85rem;font-size:.72rem;font-weight:800;transition:all .3s;display:inline-block;box-shadow:0 2px 8px #00000059}.Gallery-module__3QxX8q__imageCard:hover .Gallery-module__3QxX8q__categoryBadge{color:#0d1824;background-color:#e5a93c}.Gallery-module__3QxX8q__projectName{color:#fff;letter-spacing:-.02em;font-size:1.35rem;font-weight:700;transition:transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(4px)}.Gallery-module__3QxX8q__imageCard:hover .Gallery-module__3QxX8q__projectName{transform:translateY(0)}@media (max-width:768px){.Gallery-module__3QxX8q__sliderArrow{display:none!important}}@media (max-width:576px){.Gallery-module__3QxX8q__tabContainer{white-space:nowrap;-webkit-overflow-scrolling:touch;border-radius:9999px;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;width:100%;max-width:90vw;padding:.35rem;overflow-x:auto}.Gallery-module__3QxX8q__tabContainer::-webkit-scrollbar{display:none}.Gallery-module__3QxX8q__tabBtn{flex:none;width:auto;padding:.5rem 1.5rem;font-size:.85rem}}
.calculator-module__kEltUa__calculatorPage{background-color:var(--background);min-height:100vh;padding-top:61px;position:relative}.calculator-module__kEltUa__heroHeader{color:#fff;text-align:center;background:linear-gradient(#0d1824 0%,#141f2e 100%);border-bottom:1px solid #ffffff14;padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}.calculator-module__kEltUa__heroHeader:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.calculator-module__kEltUa__breadcrumbs{color:#fff9;letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:500;display:flex}.calculator-module__kEltUa__breadcrumbs a{color:#fff9;transition:color .2s}.calculator-module__kEltUa__breadcrumbs a:hover{color:var(--gold-light)}.calculator-module__kEltUa__title{letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(2.4rem,4.5vw,3.6rem);font-weight:800;line-height:1.15}.calculator-module__kEltUa__title span{background:linear-gradient(135deg,#c8860a 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.calculator-module__kEltUa__subtitle{color:#ffffffd9;max-width:650px;margin:0 auto;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:400;line-height:1.6}.calculator-module__kEltUa__contentGrid{z-index:10;grid-template-columns:360px 1fr;gap:2.5rem;margin-top:-2.5rem;padding-bottom:6rem;display:grid;position:relative}@media (max-width:992px){.calculator-module__kEltUa__contentGrid{grid-template-columns:1fr;gap:2rem;margin-top:-1.5rem}}.calculator-module__kEltUa__controlCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;height:fit-content;padding:2.25rem;position:sticky;top:90px;box-shadow:0 20px 40px #0d1f3c0f}.calculator-module__kEltUa__sectionLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:.75rem;font-weight:700;display:flex}.calculator-module__kEltUa__sectionLabel span{color:var(--primary);font-size:.8rem}.calculator-module__kEltUa__controlGroup{margin-bottom:2rem}.calculator-module__kEltUa__controlGroup:last-child{margin-bottom:0}.calculator-module__kEltUa__btnGroup{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.calculator-module__kEltUa__presetBtn{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);text-align:center;background-color:#faf7f0;padding:.75rem 1rem;font-size:.9rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1)}.calculator-module__kEltUa__presetBtn:hover{border-color:var(--border-hover);background-color:#fff;box-shadow:0 4px 12px #0d1f3c0a}.calculator-module__kEltUa__activeBtn{color:#fff;border-color:var(--primary);background:linear-gradient(135deg,#1b4d8e 0%,#2260b0 100%);box-shadow:0 4px 14px #1b4d8e40}.calculator-module__kEltUa__activeBtn:hover{color:#fff;background:linear-gradient(135deg,#153d72 0%,#1b4d8e 100%)}.calculator-module__kEltUa__floorsGrid{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.calculator-module__kEltUa__floorBtn{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);text-align:center;background-color:#faf7f0;padding:.75rem .25rem;font-size:.85rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1)}.calculator-module__kEltUa__floorBtn:hover{border-color:var(--border-hover);background-color:#fff}.calculator-module__kEltUa__inputDisplayRow{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.calculator-module__kEltUa__numberInputContainer{border:1px solid var(--border);border-radius:var(--radius-md);background-color:#faf7f0;align-items:center;gap:.5rem;width:140px;padding:.35rem .75rem;transition:border-color .2s;display:flex}.calculator-module__kEltUa__numberInputContainer:focus-within{border-color:var(--primary)}.calculator-module__kEltUa__numberInput{color:var(--foreground);text-align:right;background:0 0;border:none;outline:none;width:100%;font-size:1rem;font-weight:700}.calculator-module__kEltUa__numberInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.calculator-module__kEltUa__numberInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.calculator-module__kEltUa__numberInput[type=number]{-moz-appearance:textfield}.calculator-module__kEltUa__inputSuffix{color:var(--text-muted);font-size:.8rem;font-weight:700}.calculator-module__kEltUa__sliderInput{appearance:none;background:#0d1f3c14;border-radius:3px;outline:none;width:100%;height:6px;transition:background .2s}.calculator-module__kEltUa__sliderInput::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#1b4d8e;border:3px solid #fff;border-radius:50%;width:20px;height:20px;transition:transform .1s;box-shadow:0 2px 8px #0d1f3c40}.calculator-module__kEltUa__sliderInput::-webkit-slider-thumb:hover{transform:scale(1.15)}.calculator-module__kEltUa__sliderLimits{color:var(--text-muted);justify-content:space-between;margin-top:.5rem;font-size:.75rem;font-weight:600;display:flex}.calculator-module__kEltUa__infoBox{background-color:var(--primary-glow);border-left:3px solid var(--primary);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--primary);margin-top:1.5rem;padding:.85rem 1rem;font-size:.82rem;line-height:1.5}.calculator-module__kEltUa__resultsContainer{flex-direction:column;display:flex}.calculator-module__kEltUa__tabToggleWrapper{justify-content:center;margin-bottom:2rem;display:flex}.calculator-module__kEltUa__tabToggleContainer{z-index:2;background-color:#0d1f3c0d;border-radius:30px;padding:.35rem;display:flex;position:relative}.calculator-module__kEltUa__tabBtn{color:var(--text-muted);white-space:nowrap;border-radius:25px;padding:.75rem 2.25rem;font-size:.95rem;font-weight:700;transition:all .25s}.calculator-module__kEltUa__tabBtn:hover{color:var(--foreground)}.calculator-module__kEltUa__activeTabBtn{color:var(--primary);background-color:#fff;box-shadow:0 4px 15px #0d1f3c14}.calculator-module__kEltUa__packagesGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:1200px){.calculator-module__kEltUa__packagesGrid{grid-template-columns:1fr}}.calculator-module__kEltUa__pkgCard{border:1px solid var(--border);border-radius:var(--radius-lg);background-color:#fff;flex-direction:column;justify-content:space-between;padding:2.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 30px #0d1f3c05}.calculator-module__kEltUa__pkgCard:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 20px 45px #1b4d8e17}.calculator-module__kEltUa__pkgCard:before{content:"";border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);background-color:#0000;height:5px;transition:background-color .2s;position:absolute;top:0;left:0;right:0}.calculator-module__kEltUa__pkgCard:hover:before{background-color:var(--primary)}.calculator-module__kEltUa__pkgCard.calculator-module__kEltUa__popular{border-color:var(--primary);box-shadow:0 15px 35px #1b4d8e14}.calculator-module__kEltUa__pkgCard.calculator-module__kEltUa__popular:before{background-color:var(--primary)}.calculator-module__kEltUa__popularBadge{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);color:#fff;letter-spacing:.08em;border-radius:20px;padding:.35rem .85rem;font-size:.7rem;font-weight:800;position:absolute;top:-12px;right:24px;box-shadow:0 4px 10px #c8860a40}.calculator-module__kEltUa__tierPalatial{color:#fff;background-color:#0d1f3c;border-color:#ffffff1a}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__pkgName{color:#fff}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__baseRate{color:#ffffffa6}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__itemText{color:#ffffffd9}.calculator-module__kEltUa__tierPalatial:hover:before{background-color:var(--gold)}.calculator-module__kEltUa__tierPalatial.calculator-module__kEltUa__pkgCard:hover{border-color:#c8860a4d;box-shadow:0 20px 45px #07132459}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__costBadge{color:#fff;background:linear-gradient(135deg,#c8860a 0%,#eab308 100%);box-shadow:0 5px 18px #c8860a4d}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__checkIconWrap{color:var(--gold-light);background-color:#c8860a33}.calculator-module__kEltUa__pkgName{color:#fff;letter-spacing:-.01em;margin-bottom:.25rem;font-size:1.4rem;font-weight:800}.calculator-module__kEltUa__baseRate{color:#ffffff73;margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.calculator-module__kEltUa__baseRate span{color:#fff;font-weight:700}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__baseRate span{color:#fff}.calculator-module__kEltUa__costBadge{color:#ffffffd9;border-radius:var(--radius-md);text-align:center;background:#ffffff08;border:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:.85rem 1.25rem;display:flex}.calculator-module__kEltUa__popular .calculator-module__kEltUa__costBadge{background:#1b4d8e26;border-color:#1b4d8e59}.calculator-module__kEltUa__tierLuxury .calculator-module__kEltUa__costBadge,.calculator-module__kEltUa__tierElite .calculator-module__kEltUa__costBadge,.calculator-module__kEltUa__tierImperial .calculator-module__kEltUa__costBadge,.calculator-module__kEltUa__tierRoyal .calculator-module__kEltUa__costBadge,.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__costBadge{background:#c8860a14;border-color:#c8860a38}.calculator-module__kEltUa__costBadgeLabel{letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;margin-bottom:.1rem;font-size:.72rem;font-weight:700}.calculator-module__kEltUa__popular .calculator-module__kEltUa__costBadgeLabel{color:#72aae0}.calculator-module__kEltUa__tierLuxury .calculator-module__kEltUa__costBadgeLabel,.calculator-module__kEltUa__tierElite .calculator-module__kEltUa__costBadgeLabel,.calculator-module__kEltUa__tierImperial .calculator-module__kEltUa__costBadgeLabel,.calculator-module__kEltUa__tierRoyal .calculator-module__kEltUa__costBadgeLabel,.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__costBadgeLabel{color:#ffca5c}.calculator-module__kEltUa__costBadgeVal{letter-spacing:-.01em;background:linear-gradient(135deg,#fff 0%,#c5d1e0 50%,#90a1b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800;display:inline-block}.calculator-module__kEltUa__popular .calculator-module__kEltUa__costBadgeVal{background:linear-gradient(135deg,#fff 0%,#8bb4f8 50%,#2b7de9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.calculator-module__kEltUa__tierLuxury .calculator-module__kEltUa__costBadgeVal,.calculator-module__kEltUa__tierElite .calculator-module__kEltUa__costBadgeVal,.calculator-module__kEltUa__tierImperial .calculator-module__kEltUa__costBadgeVal,.calculator-module__kEltUa__tierRoyal .calculator-module__kEltUa__costBadgeVal,.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__costBadgeVal{background:linear-gradient(135deg,#fff6d6 0%,#f5c653 30%,#c8860a 70%,#f5c653 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.calculator-module__kEltUa__pkgDesc{color:#ffffff80;min-height:44px;margin-bottom:1.75rem;font-size:.88rem;line-height:1.5}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__pkgDesc{color:#fff9}.calculator-module__kEltUa__highlightsBox{border-top:1px dashed #ffffff14;flex-grow:1;margin-bottom:2rem;padding-top:1.5rem}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__highlightsBox{border-color:#ffffff14}.calculator-module__kEltUa__highlightsTitle{color:#ffffff4d;letter-spacing:.1em;margin-bottom:1rem;font-size:.72rem;font-weight:800}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__highlightsTitle{color:#fff6}.calculator-module__kEltUa__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.calculator-module__kEltUa__listItem{align-items:flex-start;gap:.75rem;display:flex}.calculator-module__kEltUa__checkIconWrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:.2rem;display:flex;color:#72aae0!important;background-color:#1b4d8e33!important}.calculator-module__kEltUa__tierLuxury .calculator-module__kEltUa__checkIconWrap,.calculator-module__kEltUa__tierElite .calculator-module__kEltUa__checkIconWrap,.calculator-module__kEltUa__tierImperial .calculator-module__kEltUa__checkIconWrap,.calculator-module__kEltUa__tierRoyal .calculator-module__kEltUa__checkIconWrap,.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__checkIconWrap{color:#ffca5c!important;background-color:#c8860a2e!important}.calculator-module__kEltUa__checkIcon{width:10px;height:10px}.calculator-module__kEltUa__itemText{font-size:.88rem;line-height:1.4;color:#ffffffa6!important}.calculator-module__kEltUa__btnFull{width:100%}.calculator-module__kEltUa__btnGhost{padding:.9rem 1.5rem;font-size:.875rem;font-weight:600;color:#fffc!important;background:#ffffff0a!important;border:1px solid #ffffff1f!important;border-radius:12px!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important}.calculator-module__kEltUa__btnGhost:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ffffff0d;color:#fff!important;background:#ffffff14!important;border-color:#ffffff40!important}.calculator-module__kEltUa__btnNavy{padding:.9rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff!important;background:linear-gradient(135deg,#1b4d8e 0%,#2260b0 100%)!important;border:none!important;border-radius:12px!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 4px 18px #1b4d8e59!important}.calculator-module__kEltUa__btnNavy:hover{transform:translateY(-2px);background:linear-gradient(135deg,#153d72 0%,#1b4d8e 100%)!important;box-shadow:0 8px 28px #1b4d8e80!important}@keyframes calculator-module__kEltUa__buttonShine{0%{background-position:-200%}to{background-position:200%}}.calculator-module__kEltUa__btnGold{padding:.9rem 1.5rem;font-size:.875rem;animation:4s linear infinite calculator-module__kEltUa__buttonShine;color:#0d1824!important;background:linear-gradient(120deg,#996504 0%,#ffe8a3 25%,#c8860a 50%,#ffe8a3 75%,#996504 100%) 0 0/200%!important;border:none!important;border-radius:12px!important;font-weight:700!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 4px 18px #c8860a59!important}.calculator-module__kEltUa__btnGold:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 28px #c8860a80!important}.calculator-module__kEltUa__visualizerContainer{border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(#faf7f0 0%,#f4eee0 100%);flex-direction:column;align-items:center;margin-top:1.5rem;padding:1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 8px #0d1f3c08}.calculator-module__kEltUa__buildingFrame{z-index:2;flex-direction:column-reverse;align-items:center;gap:4px;width:140px;min-height:120px;display:flex;position:relative}.calculator-module__kEltUa__floorBlock{border:2px solid var(--primary);background:linear-gradient(135deg,#fff 0%,#f0f4f8 100%);border-radius:4px;justify-content:space-around;align-items:center;width:100%;height:34px;animation:.35s cubic-bezier(.34,1.56,.64,1) both calculator-module__kEltUa__slideUp;display:flex;position:relative;box-shadow:0 4px 10px #0d1f3c0d}.calculator-module__kEltUa__groundFloor{border-color:var(--gold);background:linear-gradient(135deg,#fff 0%,#faf0d8 100%);border-bottom-width:4px}.calculator-module__kEltUa__floorWindow{background-color:#fce8b2;border:1px solid #0d1f3c26;border-radius:2px;width:18px;height:14px;position:relative}.calculator-module__kEltUa__floorWindow:after{content:"";background-color:#0d1f3c26;width:1px;height:100%;position:absolute;top:0;left:50%}.calculator-module__kEltUa__floorLabelText{color:var(--primary);pointer-events:none;letter-spacing:.02em;text-transform:uppercase;background:#ffffffd9;border-radius:2px;padding:1px 4px;font-size:.65rem;font-weight:800;position:absolute}.calculator-module__kEltUa__groundFloor .calculator-module__kEltUa__floorLabelText{color:var(--gold)}.calculator-module__kEltUa__groundLine{background-color:var(--gold);z-index:2;border-radius:2px;width:90%;height:4px;margin-top:2px}@keyframes calculator-module__kEltUa__slideUp{0%{opacity:0;transform:translateY(20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.calculator-module__kEltUa__helperTooltip{cursor:help;background-color:#0d1f3c0f;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:.35rem;font-size:.65rem;transition:background-color .2s;display:inline-flex}.calculator-module__kEltUa__helperTooltip:hover{background-color:#0d1f3c1f}.calculator-module__kEltUa__breakdownToggle{justify-content:center;margin-top:1.25rem;display:flex}.calculator-module__kEltUa__breakdownBtn{color:var(--primary);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.82rem;font-weight:700;transition:all .2s;display:flex}.calculator-module__kEltUa__breakdownBtn:hover{background-color:var(--primary-glow);color:var(--primary-hover)}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__breakdownBtn{color:var(--gold-light)}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__breakdownBtn:hover{color:#fff;background-color:#ffffff14}.calculator-module__kEltUa__breakdownDetails{border:1px solid var(--border);border-radius:var(--radius-md);background-color:#faf7f0;flex-direction:column;gap:.85rem;margin-top:1.25rem;padding:1.25rem;animation:.3s ease-out calculator-module__kEltUa__fadeIn;display:flex}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__breakdownDetails{background-color:#ffffff08;border-color:#ffffff14}.calculator-module__kEltUa__breakdownRow{flex-direction:column;gap:.35rem;display:flex}.calculator-module__kEltUa__breakdownInfo{color:var(--foreground);justify-content:space-between;font-size:.78rem;font-weight:700;display:flex}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__breakdownInfo{color:#fff}.calculator-module__kEltUa__breakdownInfo span{opacity:.85}.calculator-module__kEltUa__progressBarBg{background-color:#0d1f3c0f;border-radius:3px;width:100%;height:6px;overflow:hidden}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__progressBarBg{background-color:#ffffff1a}.calculator-module__kEltUa__progressBarFill{background:linear-gradient(90deg, var(--primary) 0%, #2e7dd1 100%);border-radius:3px;height:100%}.calculator-module__kEltUa__tierPalatial .calculator-module__kEltUa__progressBarFill{background:linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%)}@keyframes calculator-module__kEltUa__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.calculator-module__kEltUa__stepperWrapper{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.calculator-module__kEltUa__stepperRow{border:1px solid var(--border);border-radius:var(--radius-md);background:#faf7f0;justify-content:space-between;align-items:center;padding:.35rem .5rem;display:flex}.calculator-module__kEltUa__stepperBtn{border:1px solid var(--border);color:var(--primary);cursor:pointer;background:#fff;border-radius:8px;padding:.45rem .9rem;font-size:.82rem;font-weight:700;transition:all .2s;box-shadow:0 1px 4px #0d1f3c0d}.calculator-module__kEltUa__stepperBtn:hover,.calculator-module__kEltUa__stepperBtn:active{background:var(--primary);color:#fff;border-color:var(--primary)}.calculator-module__kEltUa__stepperCurrent{color:var(--foreground);font-size:.92rem;font-weight:800}.calculator-module__kEltUa__areaChips{flex-wrap:wrap;gap:.4rem;display:flex}.calculator-module__kEltUa__areaChip{color:var(--foreground);cursor:pointer;background:#fff;border:1px solid #1b4d8e26;border-radius:20px;padding:.35rem .75rem;font-size:.76rem;font-weight:700;transition:all .2s}.calculator-module__kEltUa__areaChip:hover{border-color:var(--primary);color:var(--primary)}.calculator-module__kEltUa__areaChipActive{box-shadow:0 2px 8px #1b4d8e40;background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}.calculator-module__kEltUa__mobileFloatingBar{display:none}@media (max-width:768px){.calculator-module__kEltUa__mobileFloatingBar{bottom:calc(72px + 1rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(16px);z-index:995;background:#fffffff7;border:1px solid #c8860a40;border-radius:18px;justify-content:space-between;align-items:center;width:calc(100% - 2rem);max-width:460px;padding:.75rem 1.15rem;animation:.35s cubic-bezier(.16,1,.3,1) both calculator-module__kEltUa__floatingBarSlideUp;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0d182429,0 2px 8px #0d182414}@keyframes calculator-module__kEltUa__floatingBarSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.calculator-module__kEltUa__mobileBarInfo{flex-direction:column;gap:.1rem;max-width:58%;display:flex}.calculator-module__kEltUa__mobileBarLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;font-size:.62rem;font-weight:700}.calculator-module__kEltUa__mobileBarValue{color:var(--primary);font-size:.9rem;font-weight:800;line-height:1.2}.calculator-module__kEltUa__mobileBarCta{white-space:nowrap;border-radius:12px;padding:.65rem 1.15rem;font-size:.82rem}.calculator-module__kEltUa__calculatorPage{padding-bottom:calc(180px + env(safe-area-inset-bottom,0px))!important}}.calculator-module__kEltUa__stackedLayout{flex-direction:column;gap:2rem;padding-bottom:6rem;display:flex}.calculator-module__kEltUa__horizontalDeck{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;grid-template-columns:1fr 1.2fr 1fr;align-items:stretch;gap:2rem;padding:2rem;display:grid;box-shadow:0 15px 35px #0d1f3c0d}.calculator-module__kEltUa__deckCol{flex-direction:column;justify-content:space-between;display:flex}.calculator-module__kEltUa__deckColCenter{border-left:1px dashed var(--border);border-right:1px dashed var(--border);align-items:center;padding:0 2rem}@media (max-width:992px){.calculator-module__kEltUa__horizontalDeck{grid-template-columns:1fr;gap:2rem}.calculator-module__kEltUa__deckColCenter{border-left:none;border-right:none;padding:0}}.calculator-module__kEltUa__infoBoxHorizontal{background-color:var(--primary-glow);border-left:4px solid var(--primary);border-radius:var(--radius-md);color:var(--primary);padding:1rem 1.5rem;font-size:.9rem;line-height:1.5}.calculator-module__kEltUa__resultsContainerWide{flex-direction:column;width:100%;display:flex}.calculator-module__kEltUa__packagesGridWide{gap:1.5rem;width:100%;display:grid}.calculator-module__kEltUa__gridFourWide{grid-template-columns:repeat(4,1fr)}.calculator-module__kEltUa__gridThreeWide{grid-template-columns:repeat(3,1fr)}@media (max-width:1200px){.calculator-module__kEltUa__gridFourWide,.calculator-module__kEltUa__gridThreeWide{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.calculator-module__kEltUa__gridFourWide,.calculator-module__kEltUa__gridThreeWide{grid-template-columns:1fr}}.calculator-module__kEltUa__pkgCardWide{border-radius:var(--radius-lg);background:radial-gradient(120% 120% at 0 0,#111a2e 0%,#080d16 100%);border:1px solid #ffffff0f;flex-direction:column;justify-content:space-between;padding:2rem 1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0d1f3c05}.calculator-module__kEltUa__pkgCardWide:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%);width:100%;height:100%;transition:left .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-150%;transform:skew(-20deg)}.calculator-module__kEltUa__pkgCardWide:hover:after{left:150%}.calculator-module__kEltUa__pkgCardWide:hover{background:radial-gradient(120% 120% at 0 0,#162238 0%,#090f19 100%);border-color:#ffffff40;transform:translateY(-8px)scale(1.02);box-shadow:0 30px 60px #00000080,0 0 20px #ffffff0d}.calculator-module__kEltUa__pkgCardWide:before{content:"";border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);z-index:2;background-color:#ffffff14;height:5px;transition:background-color .2s;position:absolute;top:0;left:0;right:0}.calculator-module__kEltUa__pkgCardWide:hover:before{background-color:var(--primary)}.calculator-module__kEltUa__pkgCardWide.calculator-module__kEltUa__popular{background:radial-gradient(120% 120% at 0 0,#16243b 0%,#070c14 100%);border-color:#1b4d8e73;box-shadow:0 0 0 1px #1b4d8e40,0 20px 50px #1b4d8e26}.calculator-module__kEltUa__pkgCardWide.calculator-module__kEltUa__popular:before{background-color:var(--primary)}.calculator-module__kEltUa__pkgCardWide.calculator-module__kEltUa__popular:hover{background:radial-gradient(120% 120% at 0 0,#1c2e4b 0%,#09101b 100%);border-color:#1b4d8ea6;box-shadow:0 0 0 1px #1b4d8e73,0 30px 60px #0000008c,0 0 25px #1b4d8e40}.calculator-module__kEltUa__tierLuxury,.calculator-module__kEltUa__tierElite,.calculator-module__kEltUa__tierImperial,.calculator-module__kEltUa__tierRoyal,.calculator-module__kEltUa__tierPalatial{background:radial-gradient(120% 120% at 0 0,#1b130a 0%,#080603 100%)!important;border-color:#c8860a38!important}.calculator-module__kEltUa__tierLuxury:after,.calculator-module__kEltUa__tierElite:after,.calculator-module__kEltUa__tierImperial:after,.calculator-module__kEltUa__tierRoyal:after,.calculator-module__kEltUa__tierPalatial:after{background:linear-gradient(90deg,#0000 0%,#ffd77314 50%,#0000 100%)!important}.calculator-module__kEltUa__tierLuxury:hover,.calculator-module__kEltUa__tierElite:hover,.calculator-module__kEltUa__tierImperial:hover,.calculator-module__kEltUa__tierRoyal:hover,.calculator-module__kEltUa__tierPalatial:hover{background:radial-gradient(120% 120% at 0 0,#241a0e 0%,#0d0905 100%)!important;border-color:#c8860a80!important;box-shadow:0 30px 60px #00000080,0 0 25px #c8860a33!important}.calculator-module__kEltUa__tierLuxury.calculator-module__kEltUa__popular,.calculator-module__kEltUa__tierElite.calculator-module__kEltUa__popular,.calculator-module__kEltUa__tierImperial.calculator-module__kEltUa__popular,.calculator-module__kEltUa__tierRoyal.calculator-module__kEltUa__popular,.calculator-module__kEltUa__tierPalatial.calculator-module__kEltUa__popular{background:radial-gradient(120% 120% at 0 0,#24190c 0%,#0a0704 100%)!important;border-color:#c8860a80!important}.calculator-module__kEltUa__tierLuxury.calculator-module__kEltUa__popular:before,.calculator-module__kEltUa__tierElite.calculator-module__kEltUa__popular:before,.calculator-module__kEltUa__tierImperial.calculator-module__kEltUa__popular:before,.calculator-module__kEltUa__tierRoyal.calculator-module__kEltUa__popular:before,.calculator-module__kEltUa__tierPalatial.calculator-module__kEltUa__popular:before{background-color:var(--gold)!important}.calculator-module__kEltUa__tierLuxury.calculator-module__kEltUa__popular:hover,.calculator-module__kEltUa__tierElite.calculator-module__kEltUa__popular:hover,.calculator-module__kEltUa__tierImperial.calculator-module__kEltUa__popular:hover,.calculator-module__kEltUa__tierRoyal.calculator-module__kEltUa__popular:hover,.calculator-module__kEltUa__tierPalatial.calculator-module__kEltUa__popular:hover{background:radial-gradient(120% 120% at 0 0,#2d200f 0%,#0f0a06 100%)!important;border-color:#c8860ab3!important;box-shadow:0 0 0 1px #c8860a8c,0 30px 60px #0009,0 0 30px #c8860a4d!important}.calculator-module__kEltUa__horizontalDeck .calculator-module__kEltUa__visualizerContainer{width:100%;max-width:280px;box-shadow:none;background:0 0;border:none;margin-top:.5rem;padding:.5rem}.calculator-module__kEltUa__horizontalDeck .calculator-module__kEltUa__buildingFrame{width:120px;min-height:80px}.calculator-module__kEltUa__horizontalDeck .calculator-module__kEltUa__floorBlock{height:28px}.calculator-module__kEltUa__deckColAction{background:var(--primary-glow);border-radius:var(--radius-md);border:1px solid #1b4d8e26;flex-direction:column;justify-content:space-between;padding:1.25rem 1.5rem;display:flex}.calculator-module__kEltUa__summaryStatsCard{border:1px solid var(--border);border-radius:var(--radius-md);background-color:#fff;flex-direction:column;gap:.5rem;padding:.85rem 1rem;display:flex;box-shadow:inset 0 2px 6px #0d1f3c05}.calculator-module__kEltUa__statRow{border-bottom:1px dashed #0d1f3c14;justify-content:space-between;padding-bottom:.4rem;font-size:.82rem;display:flex}.calculator-module__kEltUa__statRow:last-child{border-bottom:none;padding-bottom:0}.calculator-module__kEltUa__statRow span{color:var(--text-muted);font-weight:500}.calculator-module__kEltUa__statRow strong{color:var(--foreground);font-weight:800}.calculator-module__kEltUa__calculateBtn{border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg,#c8860a 0%,#eab308 100%);justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 18px #c8860a47}.calculator-module__kEltUa__calculateBtn:hover{background:linear-gradient(135deg,#a16b05 0%,#c8860a 100%);transform:translateY(-2px);box-shadow:0 8px 28px #c8860a73}.calculator-module__kEltUa__calculateArrow{transition:transform .25s}.calculator-module__kEltUa__calculateBtn:hover .calculator-module__kEltUa__calculateArrow{transform:translateY(3px)}.calculator-module__kEltUa__accordionContainer{justify-content:center;margin-top:-.5rem;display:flex}.calculator-module__kEltUa__accordionHeaderBtn{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:#0d1f3c08;border-radius:30px;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .2s}.calculator-module__kEltUa__accordionHeaderBtn:hover{background-color:var(--primary-glow);color:var(--primary);border-color:var(--border-hover)}.calculator-module__kEltUa__advancedDrawer{border:1px dashed var(--primary);border-radius:var(--radius-lg);background-color:#fff;padding:2rem;animation:.35s ease-out calculator-module__kEltUa__slideDownFade;box-shadow:0 8px 30px #1b4d8e0a}.calculator-module__kEltUa__advancedGrid{grid-template-columns:1fr 1.2fr;gap:2.5rem;display:grid}.calculator-module__kEltUa__advCol{flex-direction:column;justify-content:center;display:flex}.calculator-module__kEltUa__advancedDrawerAction{border-top:1px dashed #1b4d8e26;justify-content:center;margin-top:1.5rem;padding-top:1.5rem;display:flex}.calculator-module__kEltUa__advancedDrawerAction .calculator-module__kEltUa__calculateBtn{max-width:320px;margin-top:0}@media (max-width:768px){.calculator-module__kEltUa__advancedGrid{grid-template-columns:1fr;gap:1.5rem}.calculator-module__kEltUa__advancedDrawerAction .calculator-module__kEltUa__calculateBtn{max-width:100%}}@keyframes calculator-module__kEltUa__slideDownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.calculator-module__kEltUa__resultsPlaceholder{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;max-width:680px;margin:4rem auto 0;padding:4.5rem 2rem;display:flex;box-shadow:inset 0 2px 10px #0d1f3c05}.calculator-module__kEltUa__placeholderIcon{margin-bottom:1.25rem;font-size:3rem;animation:3s ease-in-out infinite calculator-module__kEltUa__floatIcon}.calculator-module__kEltUa__placeholderTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.calculator-module__kEltUa__placeholderDesc{color:var(--text-muted);max-width:500px;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.calculator-module__kEltUa__placeholderCalculateBtn{color:#fff;background:linear-gradient(135deg,#1b4d8e 0%,#2260b0 100%);padding:.875rem 2.5rem;font-size:1rem}@keyframes calculator-module__kEltUa__floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.calculator-module__kEltUa__successAlertBanner{border-radius:var(--radius-md);background-color:#ecfdf5;border:1px solid #a7f3d0;border-left:5px solid #10b981;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:1.15rem 1.5rem;animation:.3s ease-out calculator-module__kEltUa__slideDownFade;display:flex}.calculator-module__kEltUa__alertIcon{color:#fff;background-color:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;font-weight:800;display:flex}.calculator-module__kEltUa__alertText{color:#065f46;margin:0;font-size:.95rem;font-weight:700;line-height:1.4}.calculator-module__kEltUa__heroGrid{grid-template-columns:1.2fr 1fr;align-items:center;gap:3.5rem;display:grid}.calculator-module__kEltUa__heroContent{text-align:left}.calculator-module__kEltUa__heroContent .calculator-module__kEltUa__breadcrumbs{justify-content:flex-start}.calculator-module__kEltUa__heroContent .calculator-module__kEltUa__subtitle{margin:0}.calculator-module__kEltUa__trustTags{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.calculator-module__kEltUa__trustTag{color:var(--gold-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:.25rem;padding:.35rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex}.calculator-module__kEltUa__heroImageWrapper{border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1a;padding:8px;position:relative;overflow:visible;box-shadow:0 20px 40px #0000004d}.calculator-module__kEltUa__heroImage{object-fit:cover;border-radius:var(--radius-md);width:100%;height:250px;display:block}.calculator-module__kEltUa__floatingTag{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);z-index:10;border-radius:12px;flex-direction:column;align-items:center;padding:.5rem 1rem;animation:3s ease-in-out infinite alternate calculator-module__kEltUa__floatTag;display:flex;position:absolute;top:-15px;right:-15px;box-shadow:0 10px 20px #c8860a4d}.calculator-module__kEltUa__floatingTagNum{color:#fff;font-size:1.25rem;font-weight:800;line-height:1}.calculator-module__kEltUa__floatingTagText{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.calculator-module__kEltUa__floatingTagSecond{z-index:10;background:#0d1824;border:1px solid #ffffff26;border-radius:8px;padding:.4rem .85rem;animation:3s ease-in-out .5s infinite alternate calculator-module__kEltUa__floatTag;position:absolute;bottom:-15px;left:20px;box-shadow:0 8px 16px #0003}@keyframes calculator-module__kEltUa__floatTag{0%{transform:translateY(0)}to{transform:translateY(-6px)}}@media (max-width:992px){.calculator-module__kEltUa__heroGrid{text-align:center;grid-template-columns:1fr;gap:2.5rem}.calculator-module__kEltUa__heroContent{text-align:center}.calculator-module__kEltUa__heroContent .calculator-module__kEltUa__breadcrumbs{justify-content:center}.calculator-module__kEltUa__heroContent .calculator-module__kEltUa__subtitle{margin:0 auto}.calculator-module__kEltUa__trustTags{justify-content:center}.calculator-module__kEltUa__heroImageWrapper{max-width:480px;margin:2rem auto 0}}
.compare-module__YpEOKG__comparePage{min-height:100vh;font-family:var(--font-sans);color:var(--foreground);background-color:#faf7f0;padding-bottom:6rem;overflow-x:hidden}.compare-module__YpEOKG__heroSection{text-align:center;isolation:isolate;background:url(/compare_hero_bg.webp) 50%/cover no-repeat;padding:9rem 0 5.5rem;position:relative;overflow:hidden}.compare-module__YpEOKG__heroSection:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#080f199e 0%,#0a12208c 50%,#0e1624b8 100%);position:absolute;inset:0}.compare-module__YpEOKG__heroSection:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000 0%,#c8860a2e 100%);width:100%;height:220px;position:absolute;bottom:0;left:0}.compare-module__YpEOKG__heroGlow{pointer-events:none;z-index:2;background:radial-gradient(#c8860a1f 0%,#0000 65%);width:min(700px,100vw);height:350px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.compare-module__YpEOKG__heroContent{z-index:3;position:relative}.compare-module__YpEOKG__pageLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);background:#c8860a14;border:1px solid #c8860a33;border-radius:40px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-flex}.compare-module__YpEOKG__pageTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;text-shadow:0 2px 20px #0000004d;margin-bottom:1.25rem;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:400;line-height:1.12}.compare-module__YpEOKG__pageTitleAccent{color:var(--gold);font-style:italic}.compare-module__YpEOKG__pageSubtitle{color:#ffffffc7;text-shadow:0 1px 8px #00000040;max-width:580px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.7}.compare-module__YpEOKG__heroStats{justify-content:center;gap:2.5rem;margin-top:2.5rem;display:flex}.compare-module__YpEOKG__heroStat{flex-direction:column;align-items:center;gap:.2rem;display:flex}.compare-module__YpEOKG__heroStatNumber{font-family:var(--font-display);color:#fff;text-shadow:0 1px 6px #0003;font-size:1.8rem;font-weight:400;line-height:1}.compare-module__YpEOKG__heroStatLabel{color:#fff9;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:600}.compare-module__YpEOKG__heroStatDivider{background:#fff3;align-self:center;width:1px;height:40px}.compare-module__YpEOKG__comparisonSection{padding:3rem 0 4rem}.compare-module__YpEOKG__controlDeck{z-index:10;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex;position:relative}.compare-module__YpEOKG__categoryToggle{background:#0d18240a;border:1px solid #0d182412;border-radius:100px;gap:.15rem;padding:.3rem;display:inline-flex;box-shadow:inset 0 2px 5px #0d182408}.compare-module__YpEOKG__toggleTab{font-family:var(--font-sans);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:100px;flex-direction:column;justify-content:center;align-items:center;padding:.75rem 2.25rem;font-size:1rem;font-weight:600;line-height:1.2;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.compare-module__YpEOKG__tabActive{color:var(--foreground);background:#fff;box-shadow:0 3px 12px #0d182417,0 1px 3px #0d18240d}.compare-module__YpEOKG__toggleTag{opacity:.9;color:var(--gold);margin-top:.15rem;font-size:.66rem;font-weight:500}.compare-module__YpEOKG__filterGroup{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:960px;display:flex}.compare-module__YpEOKG__filterBtn{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #0d182417;border-radius:50px;padding:.42rem 1rem;font-size:.82rem;font-weight:600;transition:all .22s;box-shadow:0 1px 3px #0d182408}.compare-module__YpEOKG__filterBtn:hover{color:var(--primary);background:#1b4d8e08;border-color:#1b4d8e59;transform:translateY(-1px);box-shadow:0 3px 8px #1b4d8e14}.compare-module__YpEOKG__filterBtnActive{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #1b4d8e40!important}.compare-module__YpEOKG__stickyHeaderRow{-webkit-backdrop-filter:blur(16px);z-index:95;opacity:0;pointer-events:none;background:#fffffff5;border-bottom:1.5px solid #0d182414;width:100%;padding:.65rem 0;transition:transform .38s cubic-bezier(.16,1,.3,1),opacity .28s;position:fixed;top:80px;left:0;transform:translateY(-120%);box-shadow:0 4px 20px #0d18240f}.compare-module__YpEOKG__stickyActive{opacity:1;pointer-events:auto;transform:translateY(0)}.compare-module__YpEOKG__stickyFlexWrapper{align-items:center;gap:.75rem;display:grid}.compare-module__YpEOKG__stickyTitleCol{text-transform:uppercase;color:var(--text-muted);letter-spacing:.06em;padding-left:.5rem;font-size:.78rem;font-weight:700}.compare-module__YpEOKG__stickyColumn{justify-content:space-between;align-items:center;gap:.5rem;padding:0 .5rem;display:flex}.compare-module__YpEOKG__stickyColHeader{flex-direction:column;display:flex}.compare-module__YpEOKG__stickyTierName{color:var(--foreground);font-size:.95rem;font-weight:700;line-height:1.2}.compare-module__YpEOKG__stickyTierPrice{color:var(--gold);font-size:.78rem;font-weight:700}.compare-module__YpEOKG__stickyCta{border:1.5px solid var(--primary);color:var(--primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:40px;padding:.28rem .8rem;font-size:.75rem;font-weight:700;transition:all .22s}.compare-module__YpEOKG__stickyCta:hover{background:var(--primary);color:#fff}.compare-module__YpEOKG__tableResponsiveWrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #0d182414;border-radius:18px;max-width:100%;margin-top:.5rem;position:relative;overflow-x:auto;box-shadow:0 8px 40px #0d18240d,0 2px 8px #0d182408}.compare-module__YpEOKG__comparisonTable{border-collapse:collapse;text-align:left;width:100%}.compare-module__YpEOKG__comparisonTable thead{position:relative}.compare-module__YpEOKG__comparisonTable th{vertical-align:top;background:#fff;border-bottom:2px solid #0d182412;min-width:190px;padding:2rem 1.5rem;position:relative}.compare-module__YpEOKG__mobileSwipeCue{display:none}@media (max-width:768px){.compare-module__YpEOKG__mobileSwipeCue{color:var(--primary);background:#1b4d8e14;border:1px solid #1b4d8e2e;border-radius:9999px;justify-content:center;align-items:center;gap:.4rem;width:fit-content;margin:.85rem auto .5rem;padding:.35rem .95rem;font-size:.76rem;font-weight:700;animation:2.4s ease-in-out infinite alternate compare-module__YpEOKG__swipePulse;display:flex;box-shadow:0 2px 8px #1b4d8e14}@keyframes compare-module__YpEOKG__swipePulse{0%{transform:translate(0)}to{transform:translate(5px)}}}.compare-module__YpEOKG__comparisonTable th:first-child{z-index:6;background:#faf7f0;border-right:1.5px solid #0d18240f;min-width:240px;position:sticky;left:0;box-shadow:2px 0 8px #0d18240a}.compare-module__YpEOKG__tierHeaderInner{position:relative}.compare-module__YpEOKG__tierAccentBar{border-radius:0;height:4px;position:absolute;top:-2rem;left:-1.5rem;right:-1.5rem}.compare-module__YpEOKG__thTierName{font-family:var(--font-display);color:var(--foreground);letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.55rem;font-weight:400;display:block}.compare-module__YpEOKG__thPriceBlock{align-items:baseline;gap:.3rem;margin-bottom:.15rem;display:flex}.compare-module__YpEOKG__thTierPrice{color:var(--primary);letter-spacing:-.02em;font-size:1.6rem;font-weight:800;line-height:1}.compare-module__YpEOKG__thPriceUnit{color:var(--text-muted);font-size:.72rem;font-weight:500}.compare-module__YpEOKG__thTierDesc{color:var(--text-muted);min-height:2.4rem;margin:.65rem 0 1.25rem;font-size:.83rem;font-style:italic;line-height:1.45}.compare-module__YpEOKG__tableColCta{border:1.5px solid var(--primary);width:100%;color:var(--primary);cursor:pointer;font-size:.85rem;font-weight:700;font-family:var(--font-sans);letter-spacing:.01em;background:0 0;border-radius:80px;padding:.65rem 1rem;transition:all .28s cubic-bezier(.16,1,.3,1)}.compare-module__YpEOKG__tableColCta:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #1b4d8e33}.compare-module__YpEOKG__categoryHeaderRow td{color:var(--foreground);text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(90deg,#1b4d8e0a 0%,#c8860a05 100%);border-top:2px solid #0d182412;border-bottom:1px solid #0d182412;padding:.9rem 1.5rem;font-size:.88rem;font-weight:800;position:relative}.compare-module__YpEOKG__categoryHeaderRow td:before{content:"";background:linear-gradient(to bottom, var(--primary), var(--gold));width:3px;position:absolute;top:0;bottom:0;left:0}.compare-module__YpEOKG__categoryTitleCell{align-items:center;gap:.6rem;width:max-content;display:flex;position:sticky;left:1.5rem}.compare-module__YpEOKG__categoryIcon{font-size:1.05rem;line-height:1}.compare-module__YpEOKG__specDataRow{border-bottom:1px solid #0d18240b;transition:background-color .18s}.compare-module__YpEOKG__specDataRow:hover{background:#1b4d8e05}.compare-module__YpEOKG__specDataRow:nth-child(2n){background:#0d182403}.compare-module__YpEOKG__specDataRow:nth-child(2n):hover{background:#1b4d8e06}.compare-module__YpEOKG__paramNameCell{color:var(--foreground);vertical-align:middle;z-index:5;border-right:1.5px solid #0d18240d;padding:1rem 1.5rem;font-size:.87rem;font-weight:600;line-height:1.35;position:sticky;left:0;box-shadow:2px 0 8px #0d18240a;background:#faf7f0!important}.compare-module__YpEOKG__specValueCell{color:var(--text-muted);vertical-align:middle;text-align:center;border-right:1px solid #0d182409;padding:1rem 1.5rem;font-size:.86rem;line-height:1.45}.compare-module__YpEOKG__specValueCell:last-child{border-right:none}.compare-module__YpEOKG__cellIncluded{color:#228b22;background:#228b2214;border:1.5px solid #228b2240;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.compare-module__YpEOKG__cellIncluded svg{stroke-width:2.5px;width:14px;height:14px}.compare-module__YpEOKG__cellNotIncluded{color:#b43c28b3;background:#b43c280f;border:1.5px solid #b43c2833;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.compare-module__YpEOKG__cellNotIncluded svg{stroke-width:2.5px;width:12px;height:12px}.compare-module__YpEOKG__cellText{color:var(--foreground);text-align:center;font-size:.84rem;font-weight:500;line-height:1.4}.compare-module__YpEOKG__cellBrand{color:var(--primary);font-weight:600}.compare-module__YpEOKG__cellPrice{color:var(--gold);font-weight:700}.compare-module__YpEOKG__tableNoteRow td{color:var(--text-muted);background:#c8860a05;border-top:none;padding:.6rem 1.5rem;font-size:.78rem;font-style:italic}.compare-module__YpEOKG__faqSection{background:linear-gradient(#faf7f0 0%,#f3ede0 100%);border-top:1px solid #0d18240f;padding:6rem 0 3rem}.compare-module__YpEOKG__faqLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);text-align:center;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.compare-module__YpEOKG__faqHeading{font-family:var(--font-display);color:var(--foreground);text-align:center;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:400}.compare-module__YpEOKG__faqSub{text-align:center;color:var(--text-muted);max-width:520px;margin:0 auto 3.5rem;font-size:1.05rem;line-height:1.65}.compare-module__YpEOKG__accordionContainer{max-width:780px;margin:0 auto}.compare-module__YpEOKG__accordionItem{background:#fff;border:1px solid #0d182412;border-radius:14px;margin-bottom:.75rem;transition:box-shadow .28s,border-color .28s;overflow:hidden;box-shadow:0 2px 10px #0d182405}.compare-module__YpEOKG__accordionItem:hover{border-color:#1b4d8e33;box-shadow:0 4px 16px #0d18240d}.compare-module__YpEOKG__accordionItemOpen{border-color:#1b4d8e47;box-shadow:0 6px 20px #0d18240f}.compare-module__YpEOKG__accordionHeader{text-align:left;cursor:pointer;width:100%;font-family:var(--font-sans);color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.5rem;display:flex}.compare-module__YpEOKG__accordionTitle{font-size:1rem;font-weight:600;line-height:1.4}.compare-module__YpEOKG__accordionIcon{width:30px;height:30px;color:var(--text-muted);background:#0d18240a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .25s,color .25s;display:flex}.compare-module__YpEOKG__accordionItemOpen .compare-module__YpEOKG__accordionIcon{color:var(--gold);background:#c8860a1a;transform:rotate(180deg)}.compare-module__YpEOKG__accordionBody{max-height:0;transition:max-height .38s cubic-bezier(.16,1,.3,1);overflow:hidden}.compare-module__YpEOKG__accordionItemOpen .compare-module__YpEOKG__accordionBody{max-height:500px}.compare-module__YpEOKG__accordionContent{color:var(--text-muted);border-top:1px solid #0d18240d;padding:1rem 1.5rem 1.35rem;font-size:.94rem;line-height:1.65}.compare-module__YpEOKG__accordionContent p{margin:0}.compare-module__YpEOKG__ctaBanner{text-align:center;background:linear-gradient(120deg,#0d1824 0%,#1b4d8e 100%);border-radius:20px;margin-top:4rem;padding:3rem 2.5rem;position:relative;overflow:hidden}.compare-module__YpEOKG__ctaBanner:before{content:"";pointer-events:none;background:radial-gradient(#c8860a1f 0%,#0000 60%);width:140%;height:200%;position:absolute;top:-60%;left:-20%}.compare-module__YpEOKG__ctaBannerTitle{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400}.compare-module__YpEOKG__ctaBannerSub{color:#ffffffa6;margin-bottom:1.75rem;font-size:.98rem}.compare-module__YpEOKG__ctaBannerBtn{color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-sans);background:linear-gradient(120deg,#996504 0%,#c8860a 50%,#dfa117 100%);border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 2.25rem;text-decoration:none;transition:all .28s;display:inline-flex;box-shadow:0 6px 20px #c8860a4d}.compare-module__YpEOKG__ctaBannerBtn:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 10px 28px #c8860a59}@media (max-width:992px){.compare-module__YpEOKG__stickyTitleCol{display:none}.compare-module__YpEOKG__stickyFlexWrapper{gap:.4rem}.compare-module__YpEOKG__heroStats{flex-wrap:wrap;gap:1.5rem}}@media (max-width:768px){.compare-module__YpEOKG__heroSection{padding:7.5rem 0 4rem}.compare-module__YpEOKG__heroStats{flex-wrap:wrap;gap:1rem}.compare-module__YpEOKG__heroStatNumber{font-size:1.4rem}.compare-module__YpEOKG__heroStatDivider{display:none}.compare-module__YpEOKG__controlDeck{gap:1.1rem}.compare-module__YpEOKG__toggleTab{padding:.6rem 1.5rem;font-size:.92rem}.compare-module__YpEOKG__comparisonTable th{padding:1.4rem 1rem}.compare-module__YpEOKG__thTierName{font-size:1.3rem}.compare-module__YpEOKG__thTierPrice{font-size:1.35rem}.compare-module__YpEOKG__specValueCell,.compare-module__YpEOKG__paramNameCell{padding:.85rem;font-size:.8rem}.compare-module__YpEOKG__categoryHeaderRow td{padding:.75rem 1rem;font-size:.8rem}.compare-module__YpEOKG__ctaBanner{border-radius:14px;padding:2.25rem 1.5rem}}@media (max-width:480px){.compare-module__YpEOKG__filterGroup{gap:.4rem}.compare-module__YpEOKG__filterBtn{padding:.35rem .75rem;font-size:.78rem}.compare-module__YpEOKG__toggleTab{padding:.55rem 1.1rem}.compare-module__YpEOKG__heroStats{justify-content:center;gap:.75rem}.compare-module__YpEOKG__heroStat{min-width:70px}.compare-module__YpEOKG__comparisonTable th,.compare-module__YpEOKG__comparisonTable td{min-width:130px}.compare-module__YpEOKG__comparisonTable th:first-child,.compare-module__YpEOKG__comparisonTable td:first-child{min-width:140px}}
.ReferPromo-module__UrsaXW__referPromoSection{background:linear-gradient(#fff 0%,#f8fafc 100%);border-top:1px solid #0f172a0f;border-bottom:1px solid #0f172a0f;padding:4.5rem 0 5rem;position:relative;overflow:hidden}.ReferPromo-module__UrsaXW__referPromoSection:before{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#c8860a14 0%,#0000 75%);border-radius:50%;width:450px;height:450px;position:absolute;top:-10%;left:15%}.ReferPromo-module__UrsaXW__gridOverlay{pointer-events:none;z-index:0;background-image:linear-gradient(90deg,#0d182403 1px,#0000 1px),linear-gradient(#0d182403 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.ReferPromo-module__UrsaXW__splitLayout{z-index:1;grid-template-columns:280px 1fr;align-items:center;gap:4rem;display:grid;position:relative}.ReferPromo-module__UrsaXW__leftCol{justify-content:center;align-items:center;width:100%;display:flex}.ReferPromo-module__UrsaXW__imageWrapper{aspect-ratio:1;border:1px solid #0d182414;border-radius:24px;width:100%;max-width:280px;position:relative;overflow:hidden;box-shadow:0 12px 30px #0d18241f}.ReferPromo-module__UrsaXW__referImg{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.ReferPromo-module__UrsaXW__imageWrapper:hover .ReferPromo-module__UrsaXW__referImg{transform:scale(1.04)}.ReferPromo-module__UrsaXW__imageOverlay{pointer-events:none;background:linear-gradient(#0000 40%,#0d182426 100%);position:absolute;inset:0}.ReferPromo-module__UrsaXW__rightCol{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.ReferPromo-module__UrsaXW__label{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem;font-size:.72rem;font-weight:800;display:inline-block}.ReferPromo-module__UrsaXW__heading{font-family:var(--font-display), serif;color:var(--foreground);margin-bottom:1rem;font-size:clamp(2rem,3.8vw,2.75rem);font-weight:400;line-height:1.2}.ReferPromo-module__UrsaXW__heading span{background:linear-gradient(135deg,#c8860a 0%,#b27300 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.ReferPromo-module__UrsaXW__subtitle{color:#2d3f53;max-width:720px;margin-bottom:2rem;font-size:1.05rem;font-weight:500;line-height:1.65}.ReferPromo-module__UrsaXW__actions{flex-direction:column;align-items:flex-start;display:flex}@keyframes ReferPromo-module__UrsaXW__buttonShine{0%{background-position:-200%}to{background-position:200%}}.ReferPromo-module__UrsaXW__ctaBtn{border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2.25rem;font-size:.92rem;transition:all .3s;animation:4s linear infinite ReferPromo-module__UrsaXW__buttonShine;display:inline-flex;color:#0d1824!important;background:linear-gradient(120deg,#996504 0%,#ffe8a3 25%,#c8860a 50%,#ffe8a3 75%,#996504 100%) 0 0/200%!important;border:none!important;font-weight:700!important;box-shadow:0 4px 18px #c8860a4d!important}.ReferPromo-module__UrsaXW__ctaBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 28px #c8860a73!important}.ReferPromo-module__UrsaXW__arrow{transition:transform .2s}.ReferPromo-module__UrsaXW__ctaBtn:hover .ReferPromo-module__UrsaXW__arrow{transform:translate(4px)}.ReferPromo-module__UrsaXW__termsNote{color:#4a5d73;margin-top:.75rem;font-size:.8rem;font-weight:500}@media (max-width:850px){.ReferPromo-module__UrsaXW__splitLayout{grid-template-columns:1fr;gap:2.5rem}.ReferPromo-module__UrsaXW__leftCol{max-width:200px;margin:0 auto}.ReferPromo-module__UrsaXW__rightCol{text-align:center;align-items:center}.ReferPromo-module__UrsaXW__actions{align-items:center;width:100%}}@media (max-width:500px){.ReferPromo-module__UrsaXW__referPromoSection{padding:3.5rem 0 4rem}.ReferPromo-module__UrsaXW__leftCol{max-width:160px}}
