.Header-module__ldgnoG__header{z-index:1000;justify-content:space-between;align-items:center;height:80px;padding:0 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);box-shadow:0 4px 30px #0000001a}.Header-module__ldgnoG__logo{color:var(--foreground);font-size:1.5rem;font-weight:700;font-family:var(--font-outfit), sans-serif;align-items:center;gap:.5rem;display:flex}.Header-module__ldgnoG__logoIcon{color:var(--primary)}.Header-module__ldgnoG__nav{align-items:center;gap:2rem;display:flex}.Header-module__ldgnoG__navLink{color:#a1a1aa;cursor:pointer;font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__ldgnoG__navLink:hover,.Header-module__ldgnoG__navLink.Header-module__ldgnoG__active{color:var(--primary)}.Header-module__ldgnoG__actions{align-items:center;gap:1rem;display:flex}.Header-module__ldgnoG__langSwitch{border:1px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:9999px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.Header-module__ldgnoG__langSwitch:hover{border-color:var(--primary);background:#ffffff0d}.Header-module__ldgnoG__applyBtn{background:var(--gradient-gold);color:#000;cursor:pointer;border:none;border-radius:9999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s}.Header-module__ldgnoG__applyBtn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #c9a2274d}.Header-module__ldgnoG__menuBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}@media (max-width:768px){.Header-module__ldgnoG__header{background:var(--background);border-bottom:1px solid var(--card-border);z-index:9999;height:70px;padding:0 20px;left:0;right:0}.Header-module__ldgnoG__nav,.Header-module__ldgnoG__menuBtn,.Header-module__ldgnoG__applyBtn{display:none}}.Header-module__ldgnoG__progressBarContainer{background:0 0;width:100%;height:2px;position:absolute;bottom:0;left:0}.Header-module__ldgnoG__progressBar{background:var(--gradient-gold);border-radius:0 2px 2px 0;width:100%;height:100%}.Header-module__ldgnoG__toastContainer{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--primary);color:var(--foreground);z-index:1100;border-radius:8px;align-items:center;gap:10px;padding:12px 20px;font-weight:500;display:flex;position:fixed;top:90px;right:5%;box-shadow:0 10px 30px #00000080}
.Hero-module__JgYmMq__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:0 5%;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__content{text-align:center;z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:900px;margin:0 auto;display:flex}.Hero-module__JgYmMq__badge{background:var(--glass-bg);border:1px solid var(--primary);color:var(--primary);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.Hero-module__JgYmMq__title{color:var(--foreground);margin-bottom:1.5rem;font-size:5.5rem;line-height:1.1}.Hero-module__JgYmMq__subtitle{color:#a1a1aa;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.Hero-module__JgYmMq__actions{justify-content:center;align-items:center;gap:1.5rem;display:flex}.Hero-module__JgYmMq__canvasContainer{z-index:1;width:100%;height:100%;position:absolute;inset:0}@media (max-width:768px){.Hero-module__JgYmMq__hero{text-align:center;flex-direction:column;justify-content:center;padding-top:100px}.Hero-module__JgYmMq__title{font-size:2.5rem}.Hero-module__JgYmMq__canvasContainer{width:100%;height:100%;margin-top:0;position:absolute}.Hero-module__JgYmMq__actions{justify-content:center}}
.About-module__S-Ka5a__section{background:0 0;padding:6rem 5%;position:relative}.About-module__S-Ka5a__featuresGrid{z-index:2;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:6rem;display:grid;position:relative}.About-module__S-Ka5a__featureCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.About-module__S-Ka5a__featureCard:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#c9a2271a,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.About-module__S-Ka5a__featureCard:hover{border-color:#c9a2274d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.About-module__S-Ka5a__featureCard:hover:before{opacity:1}.About-module__S-Ka5a__iconWrapper{width:50px;height:50px;color:var(--primary);background:#c9a2271a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.About-module__S-Ka5a__featureTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.About-module__S-Ka5a__aboutContainer{align-items:center;gap:4rem;display:flex}.About-module__S-Ka5a__aboutImage{border:1px solid var(--glass-border);border-radius:24px;flex:1;min-height:400px;position:relative;overflow:hidden}.About-module__S-Ka5a__aboutImage:after{content:"";background:linear-gradient(90deg,#05050acc,#0000);position:absolute;inset:0}.About-module__S-Ka5a__aboutContent{flex:1}.About-module__S-Ka5a__aboutTag{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:600}.About-module__S-Ka5a__aboutTitle{margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.About-module__S-Ka5a__aboutText{color:#a1a1aa;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}@media (max-width:992px){.About-module__S-Ka5a__aboutContainer{flex-direction:column}.About-module__S-Ka5a__aboutImage{width:100%}}
.Process-module__Y14LMW__section{background:0 0;padding:8rem 5%;position:relative}.Process-module__Y14LMW__header{text-align:center;margin-bottom:5rem}.Process-module__Y14LMW__title{margin-bottom:1rem;font-size:3rem}.Process-module__Y14LMW__subtitle{color:#a1a1aa;font-size:1.1rem}.Process-module__Y14LMW__stepsContainer{justify-content:space-between;max-width:1200px;margin:0 auto;display:flex;position:relative}.Process-module__Y14LMW__line{background:var(--card-border);z-index:1;height:2px;position:absolute;top:40px;left:10%;right:10%}.Process-module__Y14LMW__step{text-align:center;z-index:2;flex-direction:column;flex:1;align-items:center;padding:0 1rem;display:flex;position:relative}.Process-module__Y14LMW__stepNumber{border:2px solid var(--primary);width:80px;height:80px;color:var(--primary);background:0 0;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 0 20px #c9a22733}.Process-module__Y14LMW__step:hover .Process-module__Y14LMW__stepNumber{background:#c9a2271a;transform:scale(1.1);box-shadow:0 0 30px #c9a22780}.Process-module__Y14LMW__stepTitle{color:var(--foreground);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}@media (max-width:768px){.Process-module__Y14LMW__stepsContainer{flex-direction:column;gap:3rem}.Process-module__Y14LMW__line{width:2px;height:100%;top:0;bottom:0;left:50%;transform:translate(-50%)}}
.LoanDetails-module__xQeESW__section{background:var(--gradient-dark);padding:8rem 5%}.LoanDetails-module__xQeESW__container{align-items:center;gap:4rem;display:flex}.LoanDetails-module__xQeESW__content{flex:1}.LoanDetails-module__xQeESW__tag{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:600}.LoanDetails-module__xQeESW__title{margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.LoanDetails-module__xQeESW__desc{color:#a1a1aa;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.LoanDetails-module__xQeESW__requirements{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px;flex:1;padding:3rem}.LoanDetails-module__xQeESW__reqTitle{border-bottom:1px solid var(--glass-border);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.LoanDetails-module__xQeESW__list{flex-direction:column;gap:1.5rem;padding:0;list-style:none;display:flex}.LoanDetails-module__xQeESW__listItem{color:#e4e4e7;align-items:center;gap:1rem;font-size:1.1rem;display:flex}.LoanDetails-module__xQeESW__icon{color:var(--primary);flex-shrink:0}@media (max-width:992px){.LoanDetails-module__xQeESW__container{flex-direction:column}}
.Calculator-module__MuMAnG__section{background:0 0;padding:8rem 5%;position:relative}.Calculator-module__MuMAnG__container{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--card-border);border-radius:30px;max-width:900px;margin:0 auto;padding:4rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.Calculator-module__MuMAnG__container:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a2270d,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.Calculator-module__MuMAnG__header{text-align:center;margin-bottom:4rem}.Calculator-module__MuMAnG__title{margin-bottom:1rem;font-size:2.5rem}.Calculator-module__MuMAnG__controls{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}.Calculator-module__MuMAnG__controlGroup{flex-direction:column;gap:1rem;display:flex}.Calculator-module__MuMAnG__labelRow{justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;display:flex}.Calculator-module__MuMAnG__value{color:var(--primary);font-size:1.5rem;font-weight:700;font-family:var(--font-outfit)}.Calculator-module__MuMAnG__slider{appearance:none;background:var(--glass-border);border-radius:9999px;outline:none;width:100%;height:8px;transition:background .3s}.Calculator-module__MuMAnG__slider::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;border-radius:50%;width:24px;height:24px;transition:transform .2s;box-shadow:0 0 15px #c9a22780}.Calculator-module__MuMAnG__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.Calculator-module__MuMAnG__results{text-align:center;border:1px solid var(--glass-border);background:#0000004d;border-radius:20px;padding:2.5rem}.Calculator-module__MuMAnG__resultLabel{color:#a1a1aa;margin-bottom:.5rem;font-size:1.1rem}.Calculator-module__MuMAnG__resultValue{font-size:4rem;font-family:var(--font-outfit);color:var(--primary);background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-weight:700;line-height:1}.Calculator-module__MuMAnG__note{color:#71717a;font-size:.9rem}@media (max-width:768px){.Calculator-module__MuMAnG__container{padding:2rem}.Calculator-module__MuMAnG__resultValue{font-size:3rem}}
.Testimonials-module__5wb8fq__section{background:0 0;padding:8rem 5%;position:relative;overflow:hidden}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:5rem}.Testimonials-module__5wb8fq__title{margin-bottom:1rem;font-size:3rem}.Testimonials-module__5wb8fq__subtitle{color:#a1a1aa;font-size:1.1rem}.Testimonials-module__5wb8fq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Testimonials-module__5wb8fq__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;position:relative}.Testimonials-module__5wb8fq__card:hover{border-color:#c9a2274d;transform:translateY(-10px);box-shadow:0 10px 40px #00000080}.Testimonials-module__5wb8fq__quoteIcon{color:#c9a22733;margin-bottom:1.5rem}.Testimonials-module__5wb8fq__text{color:#e4e4e7;margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.6}.Testimonials-module__5wb8fq__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__5wb8fq__avatar{background:var(--gradient-gold);color:#000;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:700;display:flex}.Testimonials-module__5wb8fq__name{font-weight:600;font-family:var(--font-outfit);color:var(--primary);font-size:1.1rem}
.Footer-module__Grjkva__footer{border-top:1px solid var(--glass-border);background:0 0;padding:6rem 5% 2rem;position:relative}.Footer-module__Grjkva__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__Grjkva__brand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__Grjkva__logo{color:var(--foreground);font-size:1.5rem;font-weight:700;font-family:var(--font-outfit), sans-serif;align-items:center;gap:.5rem;display:flex}.Footer-module__Grjkva__logoIcon{color:var(--primary)}.Footer-module__Grjkva__desc{color:#a1a1aa;font-size:.95rem;line-height:1.6}.Footer-module__Grjkva__title{color:var(--foreground);font-size:1.2rem;font-weight:600;font-family:var(--font-outfit);margin-bottom:1.5rem}.Footer-module__Grjkva__list{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__Grjkva__listItem{color:#a1a1aa;align-items:flex-start;gap:.75rem;font-size:.95rem;transition:color .3s;display:flex}.Footer-module__Grjkva__icon{color:var(--primary);flex-shrink:0;margin-top:2px}.Footer-module__Grjkva__license{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:2rem}.Footer-module__Grjkva__licenseItem{color:#a1a1aa;margin-bottom:.5rem;font-size:.85rem}.Footer-module__Grjkva__licenseStrong{color:var(--foreground);font-weight:500}.Footer-module__Grjkva__bottom{border-top:1px solid var(--card-border);color:#71717a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}@media (max-width:768px){.Footer-module__Grjkva__bottom{text-align:center;flex-direction:column;gap:1rem}}
