.intro-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--color-white,#fff);animation:introFadeIn .8s ease forwards}.intro-loader-logo{width:360px;height:auto}.intro-loader-out{animation:introFadeOut .8s ease forwards}@keyframes introFadeIn{0%{opacity:0}to{opacity:1}}@keyframes introFadeOut{0%{opacity:1}to{opacity:0}}html.intro-active .site-footer,html.intro-active .site-header{opacity:0!important;pointer-events:none}.intro-page,.site-footer,.site-header{transition:opacity .6s ease}.intro-page{opacity:0}.intro-page-visible{opacity:1}.hero-content .hero-subtitle,.hero-content h1{opacity:0;transform:translateY(10px);transition:opacity .6s ease,transform .6s ease}.hero-content .hero-buttons{opacity:0;transform:translateY(30px);transition:opacity .6s ease .2s,transform .6s ease .2s}.intro-hero-reveal .hero-content .hero-subtitle,.intro-hero-reveal .hero-content h1{opacity:1;transform:translateY(0)}.intro-hero-reveal .hero-content h1{transition-delay:.15s}.intro-hero-reveal .hero-content .hero-buttons{opacity:1;transform:translateY(0)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-navy:#172a54;--color-navy-light:#1e3a6e;--color-navy-dark:#0f1d3a;--color-accent:#162a54;--color-accent-hover:#1e3a6e;--color-white:#fff;--color-light-gray:#f7f8fa;--color-medium-gray:#e0e2e8;--color-text:#333;--color-text-light:#5a5a6e;--color-text-muted:#8a8a9a;--color-gold:#d4a853;--color-success:#22c55e;--color-error:#ef4444;--font-heading:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--container-width:1200px;--container-narrow:900px;--container-padding:1.5rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(23,42,84,.06);--shadow-md:0 4px 20px rgba(23,42,84,.08);--shadow-lg:0 12px 40px rgba(23,42,84,.12);--shadow-xl:0 20px 60px rgba(23,42,84,.16);--transition-fast:150ms ease;--transition-base:250ms ease;--transition-slow:400ms ease;--header-height:120px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--color-text);background:var(--color-white)}img{max-width:100%;height:auto;display:block}a{color:var(--color-navy);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.3;color:var(--color-navy)}h1{font-size:2.75rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}ol,ul{padding-left:1.5rem}.container{max-width:var(--container-width)}.container,.container-narrow{margin:0 auto;padding:0 var(--container-padding)}.container-narrow{max-width:var(--container-narrow)}.section{padding:5rem 0}.section-gray{background:var(--color-light-gray)}.section-navy{background:var(--color-navy)}.section-navy,.section-navy h2,.section-navy h3,.section-navy h4{color:var(--color-white)}.text-center{text-align:center}.section-subtitle{color:var(--color-text-light);font-size:1.125rem;max-width:700px;margin:.75rem auto 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-body);font-size:1rem;font-weight:600;border:none;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);text-decoration:none;line-height:1}.btn-primary{background:var(--color-accent);color:var(--color-white)}.btn-primary:hover{background:var(--color-accent-hover);color:var(--color-white);transform:translateY(-2px);box-shadow:0 8px 24px rgba(22,42,84,.35)}.btn-secondary{background:var(--color-white);color:var(--color-navy);border:2px solid var(--color-navy)}.btn-secondary:hover{transform:translateY(-2px)}.btn-navy,.btn-secondary:hover{background:var(--color-navy);color:var(--color-white)}.btn-navy:hover{background:var(--color-navy-light);color:var(--color-white);transform:translateY(-2px);box-shadow:0 8px 24px rgba(23,42,84,.3)}.btn-outline-white{background:transparent;color:var(--color-white);border:2px solid var(--color-white)}.btn-outline-white:hover{background:var(--color-white);color:var(--color-navy);transform:translateY(-2px)}.btn-sm{padding:.625rem 1.5rem;font-size:.875rem}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:var(--color-white);box-shadow:var(--shadow-sm);height:var(--header-height)}.header-inner{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding);justify-content:space-between;height:100%}.header-inner,.header-logo{display:flex;align-items:center}.header-logo{gap:.75rem;font-family:var(--font-heading);font-weight:700;font-size:1.25rem;text-decoration:none}.header-logo,.header-logo:hover{color:var(--color-navy)}.header-logo-img{height:100px;width:auto;object-fit:contain}.header-nav{display:flex;align-items:center;gap:.25rem}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem .875rem;font-size:.9rem;font-weight:500;color:var(--color-text);border-radius:var(--radius-md);transition:all var(--transition-fast)}.nav-link:hover{color:var(--color-accent);background:var(--color-light-gray)}.nav-arrow{font-size:.65rem;transition:transform var(--transition-fast)}.nav-item:hover .nav-arrow{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:100%;left:0;min-width:240px;background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:all var(--transition-base)}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown a{display:block;padding:.625rem 1rem;font-size:.875rem;color:var(--color-text);border-radius:var(--radius-sm);transition:all var(--transition-fast)}.nav-dropdown a:hover{background:var(--color-light-gray);color:var(--color-accent)}.header-cta{margin-left:.5rem}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--color-navy)}.mobile-toggle span{display:block;width:24px;height:2px;background:currentColor;margin:5px 0;transition:all var(--transition-base)}.mobile-nav{display:none}@media (max-width:1024px){.header-cta,.header-nav{display:none}.mobile-nav,.mobile-toggle{display:block}.mobile-nav{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--color-white);padding:1.5rem;overflow-y:auto;transform:translateX(100%);transition:transform var(--transition-base);z-index:999}.mobile-nav.open{transform:translateX(0)}.mobile-nav-group{margin-bottom:1rem}.mobile-nav-group-label{font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:.5rem 0}.mobile-nav a{display:block;padding:.75rem 0;font-size:1rem;color:var(--color-text);border-bottom:1px solid var(--color-light-gray)}.mobile-nav a:hover{color:var(--color-accent)}.mobile-nav .btn{width:100%;margin-top:1rem}}.hero{position:relative;height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center;text-align:center;color:var(--color-white);overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}@keyframes heroGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-overlay{position:absolute;inset:0;background:rgba(15,29,58,.4);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;padding:2rem var(--container-padding)}.hero h1{color:var(--color-white);font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-tagline{font-size:1.25rem;font-weight:500;color:var(--color-accent);margin-bottom:.5rem}.hero-subtitle{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero{background:var(--color-navy);color:var(--color-white);padding:4rem 0 3rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(30,58,110,.3),transparent 50%,rgba(30,58,110,.3))}.page-hero-content{position:relative;z-index:1}.page-hero~*{animation:pageContentSlideIn .6s ease both}@keyframes pageContentSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.page-hero h1{color:var(--color-white);font-size:2.5rem;margin-bottom:.5rem}.breadcrumb{font-size:.875rem;opacity:.8}.breadcrumb a{color:var(--color-white);opacity:.8}.breadcrumb a:hover{opacity:1;color:var(--color-gold)}.breadcrumb span{margin:0 .5rem}.section-dark{background:#2e2e2e}.section-dark,.section-dark h2,.section-dark h3{color:var(--color-white)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem}.service-item{text-align:center;opacity:0;transform:translateX(-60px);transition:opacity .6s ease-out,transform .6s ease-out}.service-item:last-child{transform:translateX(60px)}.service-item.slide-in-view{opacity:1;transform:translateX(0)}.service-icon{margin-bottom:1.25rem;color:var(--color-white)}.service-icon svg{display:inline-block}.service-item h3{margin-bottom:.75rem;font-size:1.35rem}.service-item p{color:hsla(0,0%,100%,.75);font-size:.95rem;line-height:1.7}.meet-steven{display:grid;grid-template-columns:300px 1fr;grid-gap:3rem;gap:3rem;align-items:center}.steven-avatar{width:250px;height:250px;border-radius:50%;object-fit:cover;margin:0 auto;box-shadow:var(--shadow-lg)}.meet-steven-content h2{margin-bottom:1rem}.meet-steven-content p{color:var(--color-text-light)}.meet-steven-nmls{font-size:.875rem;color:var(--color-text-muted);margin-top:1rem}.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;gap:1.5rem}.step-card{text-align:center;padding:2rem 1rem;position:relative}.step-number{width:56px;height:56px;border-radius:50%;background:var(--color-accent);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.step-card h3{font-size:1.1rem;margin-bottom:.5rem}.step-card p{font-size:.875rem;color:var(--color-text-light)}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem}.overview-item{text-align:center;padding:2rem}.overview-icon{width:72px;height:72px;border-radius:50%;background:var(--color-light-gray);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:2rem;color:var(--color-navy)}.overview-item h3{margin-bottom:.75rem}.overview-item p{color:var(--color-text-light);font-size:.95rem}.loan-types{display:flex;flex-direction:column;gap:3rem}.loan-card{background:var(--color-white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-md);border-left:4px solid var(--color-accent)}.loan-card h3{font-size:1.5rem;margin-bottom:1rem}.loan-card-section{margin-bottom:1.25rem}.loan-card-section h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-navy)}.loan-card-section ul{list-style:none;padding:0}.loan-card-section li{padding:.375rem 0 .375rem 1.5rem;position:relative;color:var(--color-text-light);font-size:.95rem}.loan-card-section li:before{content:"";position:absolute;left:0;top:.75rem;width:8px;height:8px;border-radius:50%}.loan-pros li:before{background:var(--color-success)}.loan-cons li:before{background:var(--color-error)}.loan-best-for{background:var(--color-light-gray);padding:1rem 1.25rem;border-radius:var(--radius-md);font-size:.95rem}.loan-best-for strong{color:var(--color-navy)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;border:1px solid var(--color-medium-gray)}.faq-question{width:100%;text-align:left;padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:600;font-family:var(--font-body);color:var(--color-navy);background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background var(--transition-fast)}.faq-question:hover{background:var(--color-light-gray)}.faq-arrow{font-size:.75rem;transition:transform var(--transition-base);flex-shrink:0}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height var(--transition-slow),padding var(--transition-slow)}.faq-item.open .faq-answer{max-height:2000px}.faq-answer-inner{padding:0 1.5rem 1.5rem;color:var(--color-text-light);line-height:1.8}.faq-answer-inner h4{margin:1rem 0 .5rem;font-size:1rem}.faq-answer-inner ul{margin-bottom:1rem}.faq-answer-inner li{margin-bottom:.25rem}.form-section{background:var(--color-light-gray);border-radius:var(--radius-lg);padding:3rem}.form-section h2{margin-bottom:.5rem}.form-section .section-subtitle{margin-bottom:2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group.full-width{grid-column:1/-1}.form-label{font-size:.875rem;font-weight:500;color:var(--color-navy)}.form-input,.form-select,.form-textarea{padding:.75rem 1rem;font-size:.95rem;font-family:var(--font-body);border:1.5px solid var(--color-medium-gray);border-radius:var(--radius-md);background:var(--color-white);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);color:var(--color-text)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-navy);box-shadow:0 0 0 3px rgba(23,42,84,.1)}.form-input.error,.form-textarea.error{border-color:var(--color-error)}.form-error{font-size:.8rem;color:var(--color-error)}.form-textarea{min-height:120px;resize:vertical}.form-consent{display:flex;gap:.75rem;align-items:flex-start;font-size:.8rem;color:var(--color-text-light);line-height:1.5}.form-consent input[type=checkbox]{margin-top:.25rem;flex-shrink:0}.form-success{text-align:center;padding:3rem;color:var(--color-success)}.form-success h3{color:var(--color-success);margin-bottom:.5rem}.calculator-container{background:var(--color-white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-md)}.calculator-inputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.calculator-inputs .form-group-full{grid-column:1/-1}.form-range{width:100%;height:6px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:var(--color-medium-gray);border-radius:3px;outline:none;cursor:pointer}.form-range::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--color-navy);border:2px solid var(--color-white);box-shadow:var(--shadow-sm);cursor:pointer}.form-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--color-navy);border:2px solid var(--color-white);box-shadow:var(--shadow-sm);cursor:pointer}.calculator-results{background:var(--color-navy);color:var(--color-white);border-radius:var(--radius-lg);padding:2rem;text-align:center}.calculator-results h3{color:var(--color-gold);font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.calculator-results .amount{font-size:3rem;font-weight:700;color:var(--color-white)}.calculator-results-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.15)}.calculator-result-item{text-align:center}.calculator-result-item .label{font-size:.8rem;opacity:.7;margin-bottom:.25rem}.calculator-result-item .value{font-size:1.25rem;font-weight:600}.pie-chart-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:1.5rem 0}.pie-chart-legend{display:flex;gap:1.5rem;font-size:.85rem}.pie-chart-legend-item{display:flex;align-items:center;gap:.4rem}.pie-chart-swatch{display:inline-block;width:12px;height:12px;border-radius:2px;border:1px solid hsla(0,0%,100%,.3)}.amortization-table-wrapper{overflow-x:auto;margin-top:2rem}.amortization-table{width:100%;border-collapse:collapse;font-size:.875rem}.amortization-table th{background:var(--color-navy);color:var(--color-white);padding:.75rem 1rem;text-align:right;font-weight:500}.amortization-table th:first-child{text-align:left}.amortization-table td{padding:.625rem 1rem;text-align:right;border-bottom:1px solid var(--color-medium-gray)}.amortization-table td:first-child{text-align:left;font-weight:500}.amortization-table tr:hover td{background:var(--color-light-gray)}.calculator-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.calculator-link-card{background:var(--color-white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-md);transition:all var(--transition-base);text-decoration:none;display:block;border:2px solid transparent}.calculator-link-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--color-accent);color:inherit}.calculator-link-card h3{margin-bottom:.75rem}.calculator-link-card p{color:var(--color-text-light);font-size:.95rem}.process-steps{display:flex;flex-direction:column;gap:2rem}.process-step{display:grid;grid-template-columns:60px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.process-step-number{width:56px;height:56px;border-radius:50%;background:var(--color-navy);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.process-step-content h3{margin-bottom:.5rem}.process-step-content p{color:var(--color-text-light)}.benefits-section-block{margin-bottom:3rem}.benefits-section-block:last-child{margin-bottom:0}.benefits-section-block h2{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid var(--color-accent);display:inline-block}.benefit-item{margin-bottom:1.5rem}.benefit-item h3{font-size:1.2rem;margin-bottom:.5rem}.benefit-item p{color:var(--color-text-light)}.star-rating{display:flex;gap:.25rem}.star-rating button{background:none;border:none;font-size:1.75rem;cursor:pointer;color:var(--color-medium-gray);transition:color var(--transition-fast);padding:0;line-height:1}.star-rating button.active,.star-rating button:hover{color:var(--color-accent)}.cta-section{background:var(--color-navy);color:var(--color-white);text-align:center;padding:4rem 0}.cta-section h2{color:var(--color-white);margin-bottom:1rem}.cta-section p{opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.site-footer{background:#262626;color:hsla(0,0%,100%,.8);padding-top:4rem}.footer-grid{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding);display:grid;grid-template-columns:1.5fr 1fr 1.5fr 1fr;grid-gap:3rem;gap:3rem}.footer-section h4{color:var(--color-white);font-size:1rem;margin-bottom:1.25rem;font-weight:600}.footer-section p{font-size:.875rem;line-height:1.7;margin-bottom:.5rem}.footer-section a{color:hsla(0,0%,100%,.8);font-size:.875rem}.footer-section a:hover{color:var(--color-gold)}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.625rem}.footer-office{margin-bottom:.75rem;font-size:.85rem}.footer-office strong{color:var(--color-white)}.footer-contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem}.footer-logo{filter:brightness(0) invert(1);opacity:.9}.footer-nmls{font-size:.8rem;opacity:.7;margin-top:1rem}.footer-bottom{margin-top:3rem;padding:1.5rem 0;border-top:1px solid hsla(0,0%,100%,.1);background:#1c1c1c}.footer-bottom-inner{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding)}.footer-disclaimer{font-size:.75rem;opacity:.6;line-height:1.7;margin-bottom:1.25rem}.footer-bottom-links{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom-nav{display:flex;gap:1.5rem}.footer-bottom-nav a{font-size:.8rem;color:hsla(0,0%,100%,.85)}.footer-bottom-nav a:hover{opacity:1;color:var(--color-gold)}.footer-link-button{font-size:.8rem;color:hsla(0,0%,100%,.85);background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-decoration:underline}.footer-link-button:hover{opacity:1;color:var(--color-gold)}.footer-copyright{font-size:.8rem;opacity:.6}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:var(--color-navy-dark);color:var(--color-white);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;z-index:10000;box-shadow:0 -4px 20px rgba(0,0,0,.2)}.cookie-consent-content{flex:1 1;min-width:0}.cookie-consent h3{margin:0 0 .5rem;font-size:1rem;color:var(--color-white)}.cookie-consent p{font-size:.875rem;margin:0;color:hsla(0,0%,100%,.9)}.cookie-consent a{color:var(--color-gold);text-decoration:underline}.cookie-consent-buttons{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.cookie-settings-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:10001}.cookie-settings{background:var(--color-white);color:var(--color-navy);border-radius:var(--radius-md,12px);max-width:640px;width:100%;max-height:calc(100vh - 2rem);overflow-y:auto;padding:2rem;box-shadow:0 24px 60px rgba(0,0,0,.3)}.cookie-settings h2{margin:0 0 .75rem;font-size:1.5rem}.cookie-settings>p{font-size:.9375rem;margin:0 0 1.5rem;color:var(--color-navy)}.cookie-settings a{color:var(--color-accent);text-decoration:underline}.cookie-category{border-top:1px solid rgba(0,0,0,.1);padding:1rem 0}.cookie-category:last-of-type{border-bottom:1px solid rgba(0,0,0,.1)}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.cookie-category strong{font-size:1rem}.cookie-category p{margin:0;font-size:.875rem;color:rgba(0,0,0,.7)}.cookie-category code{background:rgba(0,0,0,.06);padding:.125rem .375rem;border-radius:4px;font-size:.8125rem}.cookie-toggle-locked{font-size:.8125rem;color:rgba(0,0,0,.5);font-style:italic}.cookie-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cookie-toggle input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.cookie-toggle-track{width:40px;height:22px;background:rgba(0,0,0,.2);border-radius:999px;position:relative;transition:background var(--transition-base);flex-shrink:0}.cookie-toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;background:var(--color-white);border-radius:50%;transition:transform var(--transition-base);box-shadow:0 1px 3px rgba(0,0,0,.2)}.cookie-toggle input:checked+.cookie-toggle-track{background:var(--color-accent)}.cookie-toggle input:checked+.cookie-toggle-track .cookie-toggle-thumb{transform:translateX(18px)}.cookie-toggle input:focus-visible+.cookie-toggle-track{outline:2px solid var(--color-accent);outline-offset:2px}.cookie-toggle-label{font-size:.8125rem;color:rgba(0,0,0,.7);min-width:56px}.cookie-settings-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;margin-top:1.5rem}.form-consent-placeholder{background:rgba(0,0,0,.03);border:1px dashed rgba(0,0,0,.2);border-radius:var(--radius-md,12px);padding:2.5rem 2rem;text-align:center;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center}.form-consent-placeholder h3{margin:0 0 .75rem;font-size:1.25rem}.form-consent-placeholder p{margin:0 0 1.5rem;max-width:480px;color:rgba(0,0,0,.7)}.form-consent-placeholder-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.content-page{padding:4rem 0}.content-page h2{margin-top:2.5rem;margin-bottom:1rem}.content-page h3{margin-top:1.5rem;margin-bottom:.75rem}.content-page ol,.content-page ul{margin-bottom:1rem}.content-page li{margin-bottom:.375rem;color:var(--color-text-light)}.not-found{text-align:center;padding:8rem 0}.not-found h1{font-size:6rem;color:var(--color-accent);margin-bottom:1rem}.not-found p{font-size:1.25rem;color:var(--color-text-light);margin-bottom:2rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.section{padding:3rem 0}.hero{height:calc(100vh - var(--header-height));height:calc(100svh - var(--header-height))}.hero h1{font-size:2.25rem}.services-grid{grid-template-columns:1fr;gap:2.5rem}.meet-steven{grid-template-columns:1fr;text-align:center}.steps-grid{grid-template-columns:repeat(2,1fr)}.form-grid,.overview-grid{grid-template-columns:1fr}.form-section{padding:2rem 1.25rem}.calculator-cards,.calculator-inputs,.calculator-results-grid{grid-template-columns:1fr}.loan-card{padding:1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom-links{flex-direction:column;align-items:center}.cookie-consent{flex-direction:column;text-align:center}.process-step{grid-template-columns:48px 1fr}.process-step-number{width:48px;height:48px;font-size:1rem}}@media (max-width:480px){.hero h1{font-size:1.75rem}.hero-buttons{flex-direction:column;align-items:center}.steps-grid{grid-template-columns:1fr}.page-hero h1{font-size:1.75rem}.calculator-results .amount{font-size:2rem}}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_51684b;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_51684b{font-family:__Poppins_51684b,__Poppins_Fallback_51684b;font-style:normal}