.Header-module__hBw1pG__header{z-index:100;background:0 0;border-bottom:1px solid #0000;align-items:center;width:100%;height:76px;padding:0 2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s,border-color .3s,box-shadow .3s,top .4s;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);width:calc(100% - 2.5rem);max-width:1240px;box-shadow:var(--shadow-md);border-radius:20px;top:10px}.Header-module__hBw1pG__headerHidden{opacity:0;pointer-events:none;transform:translate(-50%,-120%)!important}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;border-radius:6px}.Header-module__hBw1pG__logoName{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--text-title);white-space:nowrap;font-size:1.2rem;font-weight:700;transition:color .3s}.Header-module__hBw1pG__logo:hover .Header-module__hBw1pG__logoName{color:var(--primary-color)}.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__navList{background:var(--glass-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;align-items:center;gap:1.8rem;padding:.4rem 1.4rem;list-style:none;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-color);white-space:nowrap;padding:.2rem 0;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--primary-color)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__langButtons{background:var(--glass-bg);border:1px solid var(--border-color);border-radius:50px;padding:2px;display:flex}.Header-module__hBw1pG__langBtn{color:var(--text-muted);cursor:pointer;text-align:center;background:0 0;border:none;border-radius:50px;outline:none;min-width:38px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;transition:all .3s}.Header-module__hBw1pG__langBtnActive{background:var(--primary-color);box-shadow:0 2px 6px #10b98133;color:#fff!important}.Header-module__hBw1pG__themeToggle{background:var(--glass-bg);border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;border-radius:50%;outline:none;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__hBw1pG__themeToggle:hover{background:var(--border-color);color:var(--primary-color);transform:rotate(15deg)}.Header-module__hBw1pG__consultBtn{background:var(--primary-color);color:#fff;white-space:nowrap;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s,filter .3s;display:none;box-shadow:0 4px 12px #10b98133}.Header-module__hBw1pG__consultBtn:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 16px #10b98159}.Header-module__hBw1pG__burger{cursor:pointer;z-index:102;background:0 0;border:none;outline:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:flex}.Header-module__hBw1pG__burgerLine{background-color:var(--text-color);border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.77,.2,.05,1)}.Header-module__hBw1pG__burgerActive .Header-module__hBw1pG__burgerLine:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__burgerActive .Header-module__hBw1pG__burgerLine:nth-child(2){opacity:0}.Header-module__hBw1pG__burgerActive .Header-module__hBw1pG__burgerLine:last-child{transform:translateY(-8px)rotate(-45deg)}.Header-module__hBw1pG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;opacity:0;pointer-events:none;background:#0006;width:100%;height:100%;transition:opacity .4s;position:fixed;top:0;left:0}.Header-module__hBw1pG__overlayActive{opacity:1;pointer-events:auto}.Header-module__hBw1pG__mobileMenu{background:var(--card-bg);border-left:1px solid var(--border-color);z-index:101;flex-direction:column;gap:2rem;width:290px;height:100vh;padding:80px 2rem 2rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000026}.Header-module__hBw1pG__mobileMenuActive{transform:translate(0)}.Header-module__hBw1pG__mobileNavList{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--text-color);font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s;display:block}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--primary-color)}.Header-module__hBw1pG__mobileLangSection{flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.Header-module__hBw1pG__mobileSectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Header-module__hBw1pG__mobileLangButtons{border:1px solid var(--border-color);background:var(--bg-color);border-radius:8px;padding:3px;display:flex}.Header-module__hBw1pG__mobileLangBtn{text-align:center;cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:6px;outline:none;flex:1;padding:.5rem 0;font-size:.85rem;font-weight:600;transition:all .3s}.Header-module__hBw1pG__mobileLangBtnActive{background:var(--primary-color);color:#fff!important}.Header-module__hBw1pG__mobileConsultBtn{background:var(--primary-color);color:#fff;text-align:center;border-radius:12px;justify-content:center;align-items:center;margin-top:auto;padding:.8rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex;box-shadow:0 4px 12px #10b98126}@media (min-width:992px){.Header-module__hBw1pG__nav{display:block}.Header-module__hBw1pG__consultBtn{display:inline-flex}.Header-module__hBw1pG__burger{display:none}}
.HeroSection-module__sBkrQG__hero{background:var(--hero-bg);align-items:center;min-height:100vh;padding-top:100px;padding-bottom:80px;transition:background .4s;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__hero:before{content:"";background:var(--hero-overlay);z-index:2;pointer-events:none;width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__canvas{pointer-events:none;opacity:.45;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__svgBg{pointer-events:none;opacity:.03;z-index:1;width:100%;height:100%;position:absolute;bottom:0;right:0}.HeroSection-module__sBkrQG__svgBg path:first-child{stroke:var(--hero-chart-line)}.HeroSection-module__sBkrQG__container{z-index:3;grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid;position:relative}@media (min-width:992px){.HeroSection-module__sBkrQG__container{grid-template-columns:1.2fr .8fr}}.HeroSection-module__sBkrQG__content{flex-direction:column;align-items:flex-start;display:flex}.HeroSection-module__sBkrQG__eyebrow{color:var(--gold-color);letter-spacing:.15em;text-transform:uppercase;opacity:0;margin-bottom:1.2rem;font-size:.85rem;font-weight:700;animation:.8s .2s forwards HeroSection-module__sBkrQG__fadeInUp;display:inline-block}.HeroSection-module__sBkrQG__headline{color:var(--hero-title-color);opacity:0;margin-bottom:1.5rem;font-size:clamp(2rem,4.8vw,3.8rem);font-weight:800;line-height:1.25;animation:.8s .4s forwards HeroSection-module__sBkrQG__fadeInUp}.HeroSection-module__sBkrQG__headlineLine,.HeroSection-module__sBkrQG__goldText{display:block}.HeroSection-module__sBkrQG__goldText .hero-word-inner{background:linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color,var(--primary-color)) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.HeroSection-module__sBkrQG__subheading{color:var(--hero-text-color);opacity:0;max-width:580px;margin-bottom:2.2rem;font-size:1.05rem;line-height:1.7;animation:.8s .6s forwards HeroSection-module__sBkrQG__fadeInUp}@media (min-width:768px){.HeroSection-module__sBkrQG__subheading{font-size:1.15rem}}.HeroSection-module__sBkrQG__ctaGroup{opacity:0;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;animation:.8s .8s forwards HeroSection-module__sBkrQG__fadeInUp;display:flex}.HeroSection-module__sBkrQG__secondaryBtn{color:#fff;border:2px solid #fff6}.HeroSection-module__sBkrQG__secondaryBtn:hover{color:#0d1f3c;background-color:#fff;border-color:#fff}.HeroSection-module__sBkrQG__trustStrip{opacity:0;flex-wrap:wrap;gap:1.8rem;animation:.8s 1s forwards HeroSection-module__sBkrQG__fadeInUp;display:flex}.HeroSection-module__sBkrQG__trustBadge{color:var(--gold-color);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.HeroSection-module__sBkrQG__trustIcon{font-size:1rem;display:inline-flex}.HeroSection-module__sBkrQG__widgetCard{background-color:var(--hero-card-bg);border:1px solid var(--hero-card-border);opacity:0;border-radius:20px;width:100%;padding:2rem;animation:.8s .8s forwards HeroSection-module__sBkrQG__fadeInUp;position:relative;overflow:hidden;box-shadow:0 20px 50px #0006}.HeroSection-module__sBkrQG__widgetCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#1b4f8a26 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.HeroSection-module__sBkrQG__widgetHeader{border-bottom:1px solid var(--hero-card-border);margin-bottom:1.5rem;padding-bottom:1rem}.HeroSection-module__sBkrQG__widgetTitle{color:var(--hero-card-title);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.HeroSection-module__sBkrQG__widgetTitleSub{color:var(--gold-color);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-size:.75rem;font-weight:600;display:block}.HeroSection-module__sBkrQG__rateList{flex-direction:column;gap:1.1rem;display:flex}.HeroSection-module__sBkrQG__rateItem{background-color:var(--hero-card-item-bg);border:1px solid var(--hero-card-border);transition:var(--transition-smooth);border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.HeroSection-module__sBkrQG__rateItem:hover{background-color:#ffffff0f;border-color:#b8860b33;transform:translate(4px)}.HeroSection-module__sBkrQG__schemeName{color:var(--hero-card-title);font-size:.95rem;font-weight:600}.HeroSection-module__sBkrQG__schemeFullName{color:var(--hero-card-text);font-size:.7rem;font-weight:400;display:block}.HeroSection-module__sBkrQG__rateValue{color:var(--gold-color);font-size:1.3rem;font-weight:700}.HeroSection-module__sBkrQG__scrollIndicator{color:var(--gold-color);letter-spacing:.2em;opacity:0;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;animation:1.2s 2s forwards HeroSection-module__sBkrQG__fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__bounceArrow{background:#b8860b1a;border:1px solid #b8860b4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;animation:2s infinite HeroSection-module__sBkrQG__bounce;display:flex}@keyframes HeroSection-module__sBkrQG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__sBkrQG__fadeIn{0%{opacity:0}to{opacity:1}}
.LiveTicker-module__l6Sgbq__tickerContainer{background-color:var(--card-bg);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);z-index:10;width:100%;padding:.9rem 0;display:flex;position:relative;overflow:hidden}.LiveTicker-module__l6Sgbq__tickerWrapper{width:max-content;animation:25s linear infinite LiveTicker-module__l6Sgbq__marquee;display:flex}.LiveTicker-module__l6Sgbq__tickerGroup{align-items:center;gap:3.5rem;padding-right:3.5rem;display:flex}.LiveTicker-module__l6Sgbq__tickerItem{color:var(--text-color);white-space:nowrap;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;display:flex}.LiveTicker-module__l6Sgbq__badge{color:var(--growth-color);background-color:#0e66551a;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.LiveTicker-module__l6Sgbq__badgeGold{color:var(--gold-color);background-color:#b8860b1a}.LiveTicker-module__l6Sgbq__dot{color:var(--border-color);font-size:1.2rem}
.SchemeCards-module__Ss3aaG__section{background-color:var(--bg-color);transition:var(--transition-smooth);padding:100px 0}.SchemeCards-module__Ss3aaG__header{text-align:center;max-width:700px;margin:0 auto 5rem}.SchemeCards-module__Ss3aaG__eyebrow{color:var(--gold-color);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.SchemeCards-module__Ss3aaG__title{color:var(--text-title);margin-bottom:1.2rem;font-size:2.5rem;line-height:1.25}.SchemeCards-module__Ss3aaG__subtitle{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.SchemeCards-module__Ss3aaG__rowsContainer{flex-direction:column;gap:6rem;display:flex}.SchemeCards-module__Ss3aaG__row{align-items:center;gap:5rem;display:flex}.SchemeCards-module__Ss3aaG__columnLeft,.SchemeCards-module__Ss3aaG__columnRight{flex-direction:column;flex:1;justify-content:center;display:flex}.SchemeCards-module__Ss3aaG__colorBlock{aspect-ratio:1.35;border:1px solid #ffffff05;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;width:100%;max-width:480px;margin:0 auto;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 10px 30px #0000000a}.light .SchemeCards-module__Ss3aaG__colorBlock{border:1px solid #00000005}.SchemeCards-module__Ss3aaG__colorBlock:hover{transform:translateY(-8px)}.SchemeCards-module__Ss3aaG__iconCircle{background-color:var(--card-bg);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 12px 24px #00000014}.SchemeCards-module__Ss3aaG__emoji{font-size:2.2rem}.SchemeCards-module__Ss3aaG__blockLabel{font-family:var(--font-heading);letter-spacing:.02em;font-size:1.05rem;font-weight:700}.SchemeCards-module__Ss3aaG__textContent{flex-direction:column;align-items:flex-start;display:flex}.SchemeCards-module__Ss3aaG__rowNumber{color:#ffffff40;margin-bottom:.8rem;font-size:.95rem;font-weight:700;display:block}.light .SchemeCards-module__Ss3aaG__rowNumber{color:#0003}.SchemeCards-module__Ss3aaG__badge{letter-spacing:.05em;text-transform:uppercase;border:1px solid #0000;border-radius:50px;margin-bottom:1.2rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700}.SchemeCards-module__Ss3aaG__schemeTitle{font-family:var(--font-heading);color:var(--text-title);margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.3}.SchemeCards-module__Ss3aaG__schemeDesc{color:var(--text-color);opacity:.9;margin-bottom:1.8rem;font-size:1.05rem;line-height:1.6}.SchemeCards-module__Ss3aaG__features{flex-direction:column;gap:.8rem;width:100%;margin-bottom:2.5rem;list-style:none;display:flex}.SchemeCards-module__Ss3aaG__featureItem{color:var(--text-color);align-items:flex-start;gap:.8rem;font-size:.95rem;line-height:1.5;display:flex}.SchemeCards-module__Ss3aaG__checkIcon{color:var(--growth-color);flex-shrink:0;font-weight:700}.SchemeCards-module__Ss3aaG__ctaBtn{border:1.5px solid var(--border-color);color:var(--text-color);transition:var(--transition-smooth);cursor:pointer;background-color:#0000;border-radius:8px;align-items:center;gap:.6rem;padding:.75rem 1.6rem;font-size:.9rem;font-weight:600;display:inline-flex}.light .SchemeCards-module__Ss3aaG__ctaBtn{border-color:var(--border-color);color:var(--text-title)}.SchemeCards-module__Ss3aaG__ctaBtn:hover{border-color:var(--primary-color);background-color:var(--primary-color);color:var(--bg-color)}.light .SchemeCards-module__Ss3aaG__ctaBtn:hover{border-color:var(--text-title);background-color:var(--text-title);color:var(--bg-color)}.SchemeCards-module__Ss3aaG__ctaBtn svg{transition:transform .3s}.SchemeCards-module__Ss3aaG__ctaBtn:hover svg{transform:translate(4px)}@media (max-width:992px){.SchemeCards-module__Ss3aaG__row{flex-direction:column;gap:3rem}.SchemeCards-module__Ss3aaG__alternated{flex-direction:column-reverse}.SchemeCards-module__Ss3aaG__columnLeft,.SchemeCards-module__Ss3aaG__columnRight{width:100%}.SchemeCards-module__Ss3aaG__colorBlock{max-width:100%}.SchemeCards-module__Ss3aaG__rowNumber{display:none}}
.Calculators-module__1SKQ-q__section{background-color:var(--bg-color);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);transition:var(--transition-smooth);padding:100px 0}.Calculators-module__1SKQ-q__header{text-align:center;max-width:750px;margin:0 auto 5rem}.Calculators-module__1SKQ-q__eyebrow{color:var(--gold-color);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.Calculators-module__1SKQ-q__title{color:var(--text-title);margin-bottom:1.2rem;font-size:2.5rem;line-height:1.25}.Calculators-module__1SKQ-q__subtitle{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.Calculators-module__1SKQ-q__calcGrid{grid-template-columns:1fr;align-items:start;gap:3.5rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:992px){.Calculators-module__1SKQ-q__calcGrid{grid-template-columns:1.15fr .85fr}}.Calculators-module__1SKQ-q__gridOptions{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem;display:grid}.Calculators-module__1SKQ-q__schemeCard{background-color:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;transition:var(--transition-spring);box-shadow:var(--shadow-sm);-webkit-user-select:none;user-select:none;border-radius:16px;flex-direction:column;padding:1.5rem;display:flex;position:relative}.Calculators-module__1SKQ-q__schemeCard:hover{box-shadow:var(--shadow-md);border-color:#ffffff40;transform:translateY(-4px)}.light .Calculators-module__1SKQ-q__schemeCard:hover{border-color:#00000026}.Calculators-module__1SKQ-q__schemeCardSelected{box-shadow:0 8px 30px #0000001f;border-color:var(--selected-color)!important}.Calculators-module__1SKQ-q__cardHeaderRow{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.Calculators-module__1SKQ-q__cardIconWrapper{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.Calculators-module__1SKQ-q__checkboxIndicator{color:#fff;width:20px;height:20px;transition:var(--transition-smooth);border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.Calculators-module__1SKQ-q__cardTitle{font-family:var(--font-sans);color:var(--text-title);margin-bottom:.8rem;font-size:1.05rem;font-weight:700}.Calculators-module__1SKQ-q__cardMetaRow{border-top:1px dashed var(--border-color);justify-content:space-between;margin-top:auto;padding-top:.8rem;font-size:.82rem;display:flex}.Calculators-module__1SKQ-q__metaLabel{color:var(--text-muted)}.Calculators-module__1SKQ-q__metaValue{font-weight:700}.Calculators-module__1SKQ-q__summaryPanel{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:24px;flex-direction:column;padding:2.2rem;display:flex}.Calculators-module__1SKQ-q__summaryTitle{font-family:var(--font-heading);color:var(--text-title);margin-bottom:2rem;font-size:1.4rem;font-weight:700}.Calculators-module__1SKQ-q__selectedSlidersList{flex-direction:column;gap:1.8rem;display:flex}.Calculators-module__1SKQ-q__sliderContainer{flex-direction:column;gap:.6rem;display:flex}.Calculators-module__1SKQ-q__sliderHeader{justify-content:space-between;align-items:center;font-size:.95rem;font-weight:600;display:flex}.Calculators-module__1SKQ-q__sliderName{color:var(--text-title);white-space:nowrap;text-overflow:ellipsis;max-width:65%;overflow:hidden}.Calculators-module__1SKQ-q__sliderValue{font-family:var(--font-heading);color:var(--text-title);font-weight:700}.Calculators-module__1SKQ-q__rdSuffix{color:var(--text-muted);margin-left:.15rem;font-size:.75rem;font-weight:500}.Calculators-module__1SKQ-q__rangeSlider{-webkit-appearance:none;background:var(--border-color);border-radius:10px;outline:none;width:100%;height:6px;transition:opacity .2s}.Calculators-module__1SKQ-q__rangeSlider::-webkit-slider-thumb{appearance:none;background:var(--accent-color,var(--gold-color));cursor:pointer;border-radius:50%;width:18px;height:18px;transition:transform .1s;box-shadow:0 2px 6px #00000026}.Calculators-module__1SKQ-q__rangeSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.Calculators-module__1SKQ-q__tenureSelectorRow{align-items:center;gap:.8rem;margin-top:.4rem;display:flex}.Calculators-module__1SKQ-q__tenureLabel{color:var(--text-muted);font-size:.8rem;font-weight:600}.Calculators-module__1SKQ-q__tenureOptions{gap:.3rem;display:flex}.Calculators-module__1SKQ-q__tenureBtn{background:var(--bg-color);border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;transition:var(--transition-smooth);border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.Calculators-module__1SKQ-q__tenureBtnActive{background-color:var(--gold-color);color:#fff;border-color:var(--gold-color)}.Calculators-module__1SKQ-q__divider{border-top:1px solid var(--border-color);margin:1.8rem 0}.Calculators-module__1SKQ-q__calculationsBlock{flex-direction:column;gap:.8rem;display:flex}.Calculators-module__1SKQ-q__calcRow{justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.Calculators-module__1SKQ-q__calcLabel{color:var(--text-muted);font-weight:500}.Calculators-module__1SKQ-q__calcValue{font-family:var(--font-heading);color:var(--text-title);font-weight:700}.Calculators-module__1SKQ-q__budgetSection{flex-direction:column;gap:.4rem;margin-bottom:1.8rem;display:flex}.Calculators-module__1SKQ-q__budgetLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.Calculators-module__1SKQ-q__budgetValueRow{align-items:baseline;gap:.3rem;display:flex}.Calculators-module__1SKQ-q__budgetValue{font-family:var(--font-heading);color:var(--primary-color);font-size:2.2rem;font-weight:800;line-height:1}.Calculators-module__1SKQ-q__budgetSuffix{color:var(--text-muted);font-size:.9rem;font-weight:500}.Calculators-module__1SKQ-q__summarySubmitBtn{background-color:var(--primary-color);color:var(--bg-color);transition:var(--transition-spring);text-align:center;border-radius:12px;justify-content:center;align-items:center;padding:1rem;font-size:1rem;font-weight:700;display:flex;box-shadow:0 8px 24px #10b98140}.Calculators-module__1SKQ-q__summarySubmitBtn:hover{background-color:var(--accent-color,var(--gold-color));transform:translateY(-2px);box-shadow:0 12px 30px #10b98166}.Calculators-module__1SKQ-q__continuedAccountRow{align-items:center;margin-top:.6rem;display:flex}.Calculators-module__1SKQ-q__checkboxLabel{color:var(--text-color);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.Calculators-module__1SKQ-q__customCheckbox{accent-color:var(--primary-color);cursor:pointer;width:16px;height:16px}.Calculators-module__1SKQ-q__continuationTableWrapper{border:1px solid var(--border-color);background-color:#ffffff05;border-radius:12px;margin-top:1rem;padding:1rem}.light .Calculators-module__1SKQ-q__continuationTableWrapper{background-color:#00000003}.Calculators-module__1SKQ-q__tableTitle{color:var(--text-title);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.6rem;font-size:.82rem;font-weight:700}.Calculators-module__1SKQ-q__continuationTable{border-collapse:collapse;width:100%;font-size:.85rem}.Calculators-module__1SKQ-q__continuationTable th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border-color);padding:.4rem .6rem;font-weight:700}.Calculators-module__1SKQ-q__continuationTable td{color:var(--text-color);border-bottom:1px dashed #ffffff0d;padding:.45rem .6rem}.light .Calculators-module__1SKQ-q__continuationTable td{border-bottom:1px dashed #0000000d}.Calculators-module__1SKQ-q__continuationTable tr:last-child td{border-bottom:none}@media (max-width:768px){.Calculators-module__1SKQ-q__section{padding:60px 0}.Calculators-module__1SKQ-q__header{margin-bottom:3rem}.Calculators-module__1SKQ-q__title{font-size:1.8rem}.Calculators-module__1SKQ-q__calcGrid{gap:2rem}.Calculators-module__1SKQ-q__summaryPanel{border-radius:16px;padding:1.2rem}}@media (max-width:576px){.Calculators-module__1SKQ-q__gridOptions{grid-template-columns:1fr;gap:.8rem}.Calculators-module__1SKQ-q__schemeCard{border-radius:12px;padding:1rem 1.2rem}.Calculators-module__1SKQ-q__cardHeaderRow{margin-bottom:.6rem}.Calculators-module__1SKQ-q__cardTitle{margin-bottom:.4rem;font-size:.95rem}.Calculators-module__1SKQ-q__cardMetaRow{margin-top:.4rem;padding-top:.6rem;font-size:.78rem}.Calculators-module__1SKQ-q__sliderContainer{padding:.8rem 0}.Calculators-module__1SKQ-q__tenureSelectorRow{flex-direction:column;align-items:flex-start;gap:.5rem}.Calculators-module__1SKQ-q__tenureOptions{justify-content:space-between;width:100%}.Calculators-module__1SKQ-q__tenureBtn{text-align:center;flex:1;padding:.4rem 0}}
.AboutAgent-module__8cQy4G__section{background-color:var(--bg-color);transition:var(--transition-smooth);padding:80px 0}.AboutAgent-module__8cQy4G__cardContainer{justify-content:center;align-items:center;width:100%;display:flex}.AboutAgent-module__8cQy4G__identityCard{border:1px solid var(--border-color);width:100%;max-width:950px;transition:var(--transition-smooth);border-radius:24px;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000059}.light .AboutAgent-module__8cQy4G__identityCard{border:1px solid var(--border-color);box-shadow:var(--shadow-lg)}.AboutAgent-module__8cQy4G__cardLeft{background-color:var(--card-tint);text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1.5rem;width:28%;padding:2.5rem 1.5rem;display:flex}.light .AboutAgent-module__8cQy4G__cardLeft{background-color:var(--card-tint)}.AboutAgent-module__8cQy4G__avatarCircle{background-color:var(--primary-color);width:80px;height:80px;color:var(--bg-color);font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;font-weight:700;display:flex;box-shadow:0 8px 16px #10b98140}.AboutAgent-module__8cQy4G__badgeOfficial{background-color:var(--badge-bg);color:var(--primary-color);border:1px solid var(--border-color);border-radius:50px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;line-height:1.3}.AboutAgent-module__8cQy4G__cardRight{background-color:var(--card-bg);flex-direction:column;flex-grow:1;padding:2.5rem 3rem;display:flex}.light .AboutAgent-module__8cQy4G__cardRight{background-color:var(--card-bg)}.AboutAgent-module__8cQy4G__headerInfo{flex-direction:column;display:flex}.AboutAgent-module__8cQy4G__agentName{font-family:var(--font-heading);color:var(--text-title);margin:0;font-size:1.5rem;font-weight:800}.AboutAgent-module__8cQy4G__agentSubtitle{color:var(--text-color);margin-top:.3rem;font-size:.95rem;font-weight:500}.AboutAgent-module__8cQy4G__agentReg{color:var(--text-muted);margin-top:.1rem;font-size:.85rem}.AboutAgent-module__8cQy4G__divider{border:none;border-top:1px solid var(--border-color);margin:1.5rem 0}.AboutAgent-module__8cQy4G__featureList{flex-direction:column;gap:.9rem;margin-bottom:2rem;display:flex}.AboutAgent-module__8cQy4G__featureItem{align-items:center;gap:.8rem;display:flex}.AboutAgent-module__8cQy4G__featureIcon{color:var(--primary-color);flex-shrink:0}.AboutAgent-module__8cQy4G__featureText{color:var(--text-color);font-size:.95rem}.AboutAgent-module__8cQy4G__statsRow{gap:3rem;margin-top:auto;display:flex}.AboutAgent-module__8cQy4G__statCol{flex-direction:column;gap:.2rem;display:flex}.AboutAgent-module__8cQy4G__statValue{font-family:var(--font-heading);color:var(--primary-color);font-size:1.8rem;font-weight:800;line-height:1}.AboutAgent-module__8cQy4G__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}@media (max-width:768px){.AboutAgent-module__8cQy4G__identityCard{flex-direction:column}.AboutAgent-module__8cQy4G__cardLeft{width:100%;padding:2rem 1.5rem}.AboutAgent-module__8cQy4G__cardRight{padding:2rem 1.5rem}.AboutAgent-module__8cQy4G__statsRow{flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem}.AboutAgent-module__8cQy4G__statValue{font-size:1.5rem}}
.Testimonials-module__ItA9Ha__section{background-color:var(--bg-color);transition:var(--transition-smooth);padding:80px 0}.Testimonials-module__ItA9Ha__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Testimonials-module__ItA9Ha__eyebrow{color:var(--gold-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.8rem;font-size:.85rem;font-weight:700;display:block}.Testimonials-module__ItA9Ha__title{margin-bottom:1rem;font-size:2.2rem}.Testimonials-module__ItA9Ha__subtitle{color:var(--text-muted);font-size:1.05rem}.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr;gap:2.2rem;display:grid}@media (min-width:768px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(3,1fr)}}.Testimonials-module__ItA9Ha__card{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border-radius:20px;flex-direction:column;justify-content:space-between;padding:2.2rem;display:flex;position:relative}.Testimonials-module__ItA9Ha__card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-color);transform:translateY(-5px)}.Testimonials-module__ItA9Ha__stars{color:gold;gap:.2rem;margin-bottom:1.2rem;font-size:1rem;display:flex}.Testimonials-module__ItA9Ha__feedback{color:var(--text-color);margin-bottom:1.8rem;font-size:.95rem;font-style:italic;line-height:1.6}.Testimonials-module__ItA9Ha__client{align-items:center;gap:1rem;display:flex}.Testimonials-module__ItA9Ha__avatar{background:linear-gradient(135deg, var(--primary-color) 0%, var(--gold-color) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.05rem;font-weight:700;display:flex;box-shadow:0 4px 10px #0000000d}.Testimonials-module__ItA9Ha__name{color:var(--text-title);font-size:.95rem;font-weight:700}.Testimonials-module__ItA9Ha__location{color:var(--text-muted);font-size:.75rem;font-weight:500}.Testimonials-module__ItA9Ha__quoteMark{color:var(--border-color);-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:1.5rem;right:2rem}.Testimonials-module__ItA9Ha__swiperContainer{padding-top:10px!important;padding-bottom:3.2rem!important}.Testimonials-module__ItA9Ha__slide{height:auto!important;display:flex!important}
.ContactSection-module__UONp9G__section{background-color:var(--card-bg);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);transition:var(--transition-smooth);padding:80px 0}.ContactSection-module__UONp9G__grid{grid-template-columns:1fr;gap:3.5rem;display:grid}@media (min-width:992px){.ContactSection-module__UONp9G__grid{grid-template-columns:.95fr 1.05fr}}.ContactSection-module__UONp9G__infoColumn{flex-direction:column;gap:1.8rem;display:flex}.ContactSection-module__UONp9G__eyebrow{color:var(--gold-color);text-transform:uppercase;letter-spacing:.12em;font-size:.85rem;font-weight:700}.ContactSection-module__UONp9G__title{color:var(--text-title);font-size:2.2rem;line-height:1.25}.ContactSection-module__UONp9G__desc{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.ContactSection-module__UONp9G__contactCards{flex-direction:column;gap:1.2rem;margin-top:1rem;display:flex}.ContactSection-module__UONp9G__contactCard{background-color:var(--bg-color);border:1px solid var(--border-color);transition:var(--transition-smooth);border-radius:16px;align-items:center;gap:1.2rem;padding:1.5rem;display:flex}.ContactSection-module__UONp9G__contactCard:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm);transform:translateY(-3px)}.ContactSection-module__UONp9G__cardIcon{background-color:var(--badge-bg);width:50px;height:50px;color:var(--primary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.ContactSection-module__UONp9G__iconWhatsapp{background-color:var(--badge-bg);color:var(--primary-color)}.ContactSection-module__UONp9G__cardLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;font-size:.8rem;font-weight:600;display:block}.ContactSection-module__UONp9G__cardValue{font-family:var(--font-heading);color:var(--text-title);margin-top:.15rem;font-size:1.15rem;font-weight:700;display:block}.ContactSection-module__UONp9G__formCard{background-color:var(--bg-color);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:24px;padding:2.5rem}.ContactSection-module__UONp9G__formTitle{color:var(--text-title);margin-bottom:.5rem;font-size:1.35rem}.ContactSection-module__UONp9G__formSubtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.88rem;display:block}.ContactSection-module__UONp9G__form{flex-direction:column;gap:1.5rem;display:flex}.ContactSection-module__UONp9G__formGroup{flex-direction:column;gap:.5rem;display:flex}.ContactSection-module__UONp9G__label{color:var(--text-color);font-size:.88rem;font-weight:600}.ContactSection-module__UONp9G__input,.ContactSection-module__UONp9G__select,.ContactSection-module__UONp9G__textarea{border:1px solid var(--border-color);background-color:var(--card-bg);width:100%;color:var(--text-color);transition:var(--transition-smooth);border-radius:10px;outline:none;padding:.85rem 1rem;font-size:.95rem}.ContactSection-module__UONp9G__input:focus,.ContactSection-module__UONp9G__select:focus,.ContactSection-module__UONp9G__textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #10b98126}.ContactSection-module__UONp9G__textarea{resize:vertical;min-height:110px}.ContactSection-module__UONp9G__submitBtn{width:100%;margin-top:.5rem;padding:1rem;font-size:1rem}.ContactSection-module__UONp9G__successMsg{color:var(--growth-color);text-align:center;background-color:#0e66551a;border-radius:10px;padding:1rem;font-size:.95rem;font-weight:600}.ContactSection-module__UONp9G__contactCardDiv{background-color:var(--bg-color);border:1px solid var(--border-color);transition:var(--transition-smooth);border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.ContactSection-module__UONp9G__contactCardDiv:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm);transform:translateY(-3px)}.ContactSection-module__UONp9G__contactCardHeader{cursor:pointer;align-items:center;gap:1.2rem;width:100%;display:flex}.ContactSection-module__UONp9G__cardSelectWrapper{border-top:1px dashed var(--border-color);flex-direction:column;gap:.5rem;margin-top:.2rem;padding-top:.8rem;display:flex}.ContactSection-module__UONp9G__selectInstruction{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.ContactSection-module__UONp9G__cardDropdown{border:1px solid var(--border-color);background-color:var(--card-bg);width:100%;color:var(--text-color);cursor:pointer;transition:var(--transition-smooth);border-radius:8px;outline:none;padding:.65rem .85rem;font-size:.9rem;font-weight:600}.ContactSection-module__UONp9G__cardDropdown:focus{border-color:var(--primary-color)}
.Footer-module__S6Hkya__footer{background-color:var(--card-bg);color:var(--text-color);border-top:1px solid var(--border-color);padding:5rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (min-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1.2fr .8fr}}@media (min-width:992px){.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 1fr 1fr}}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);color:var(--text-title);align-items:center;gap:.5rem;font-size:1.3rem;font-weight:800;display:flex}.Footer-module__S6Hkya__logoIcon{background:var(--gold-color);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;display:inline-flex}.Footer-module__S6Hkya__tagline{color:var(--text-muted);max-width:380px;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__linksCol{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__S6Hkya__colTitle{color:var(--text-title);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:700}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__linkItem{color:var(--text-muted);transition:var(--transition-smooth);font-size:.9rem}.Footer-module__S6Hkya__linkItem:hover{color:var(--gold-color);transform:translate(3px)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--border-color);flex-direction:column;gap:1.5rem;padding-top:2rem;display:flex}.Footer-module__S6Hkya__disclaimer{color:var(--text-muted);font-size:.75rem;line-height:1.6}.Footer-module__S6Hkya__copyRow{flex-direction:column;justify-content:space-between;align-items:center;gap:.8rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__copyRow{flex-direction:row}}.Footer-module__S6Hkya__copyText{color:var(--text-muted);font-size:.8rem}.Footer-module__S6Hkya__govtLabel{color:var(--gold-color);background-color:var(--badge-bg);border-radius:4px;align-items:center;gap:.4rem;padding:.2rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex}
