.aria-hero{position:relative;width:100%;min-height:auto;display:flex;align-items:flex-start;background-color:transparent;overflow:hidden}.aria-hero-container{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:5rem 3rem 2.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:stretch}.aria-hero-left{display:flex;flex-direction:column;max-width:540px}.aria-hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:4rem;background-color:var(--glass-light);border:1px solid var(--border-medium);color:var(--base-300);font-size:.65rem;width:-moz-fit-content;width:fit-content;margin-bottom:1.25rem}.aria-hero-badge svg{font-size:.85rem;color:var(--accent-blue)}.aria-hero-heading{color:var(--base-100);font-size:4.25rem;font-weight:500;letter-spacing:-.2rem;line-height:1.05;margin-bottom:1.25rem}.aria-hero-heading>div>div{will-change:transform;padding-bottom:.15em;margin-bottom:-.15em}.aria-hero-tagline{color:var(--base-350);line-height:1.6;margin-bottom:1.75rem;max-width:460px}.aria-hero-tagline>div>div{will-change:transform;padding-bottom:.15em;margin-bottom:-.15em}.aria-hero-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.aria-hero-field input{background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;outline:none;color:var(--base-100);font-family:Manrope Variable,sans-serif;font-size:16px;-moz-user-select:text;user-select:text;-webkit-user-select:text}.aria-hero-field input::placeholder{color:var(--base-400)}.aria-hero-field input:focus{background:transparent!important;border:none!important}.aria-hero-cta{display:flex;align-items:center;width:100%;height:auto;padding:.15rem;outline:none;border:none;font-size:.95rem;background:var(--animated-btn-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.aria-hero-cta,.aria-hero-cta-circle{position:relative;border-radius:4rem;overflow:hidden}.aria-hero-cta-circle{display:block;width:3.25rem;height:3.25rem;background:var(--base-450);transition:width .5s cubic-bezier(.65,0,.076,1);flex-shrink:0}.aria-hero-cta-icon{left:1.05rem;transform:translateY(-50%);color:var(--base-100);font-size:1.4rem;display:flex;align-items:center;will-change:transform}.aria-hero-cta-icon,.aria-hero-cta-label{position:absolute;top:50%;transition:all .5s cubic-bezier(.65,0,.076,1)}.aria-hero-cta-label{left:50%;transform:translate(-50%,-50%);margin-left:.5rem;text-align:center;color:var(--base-500);font-family:Manrope Variable,sans-serif;font-weight:600;line-height:1;white-space:nowrap}.aria-hero-cta:hover .aria-hero-cta-circle{width:100%}.aria-hero-cta:hover .aria-hero-cta-icon{transform:translateY(-50%) translateX(.75rem)}.aria-hero-cta:hover .aria-hero-cta-label{color:var(--base-100)}.aria-hero-cta:focus-visible{outline:2px solid var(--accent-blue);outline-offset:3px}.aria-hero-microcopy{color:var(--base-400);font-size:.75rem;letter-spacing:.1em;margin:0}.aria-hero-trust{color:var(--base-400);font-size:.8rem;text-align:left}.aria-hero-right{position:relative;display:flex;align-items:center;justify-content:center}.aria-hero-image-wrap{position:relative;width:100%;height:100%;border-radius:1.5rem;overflow:hidden}.aria-hero-image{position:absolute;top:-1.5rem;left:-1.5rem;width:calc(100% + 3rem);height:calc(100% + 3rem);will-change:transform}.aria-hero-image img{width:100%;height:100%;object-fit:cover;opacity:.8}.aria-hero-image-overlay{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,var(--overlay-strong) 0,var(--overlay-bg) 40%,transparent 100%);z-index:1;pointer-events:none}.aria-hero-floats{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;z-index:2;display:flex;gap:.75rem}.aria-hero-float-card{flex:1 1;display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border-radius:.85rem;background:var(--overlay-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light)}.aria-hero-float-icon{width:2rem;height:2rem;border-radius:.5rem;background-color:var(--glass-medium);display:flex;align-items:center;justify-content:center;color:var(--accent-blue);font-size:.95rem;flex-shrink:0}.aria-hero-float-info{display:flex;flex-direction:column;gap:.1rem}.aria-hero-float-value{color:var(--base-100);font-size:1.05rem;font-weight:600;letter-spacing:-.02rem;line-height:1}.aria-hero-float-label{color:var(--base-400);font-size:.5rem;line-height:1.2}.three-options{position:relative;width:100%;background-color:rgb(248,248,251);padding:8rem 0;overflow:hidden}.three-options-container{width:100%;max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;flex-direction:column;gap:5rem}.three-options-header{display:flex;flex-direction:column;gap:1rem;max-width:600px}.three-options-label{color:var(--base-350);font-size:.8rem;letter-spacing:.15em}.three-options-heading{color:var(--base-100)}.three-options-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:stretch}.three-options-card{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem 2rem;background:var(--glass-light);border:1px solid var(--border-light);border-radius:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.05);transition:border-color .3s ease,background .3s ease,transform .3s ease,box-shadow .3s ease;overflow:hidden}.three-options-card:hover{border-color:var(--accent-blue-border);background:var(--glass-medium);transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.04)}.three-options-card-number{position:absolute;top:-.5rem;right:.75rem;font-family:DM Mono,monospace;font-size:7rem;font-weight:700;line-height:1;color:var(--border-subtle);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .35s ease}.three-options-card:hover .three-options-card-number{color:var(--accent-blue-bg)}.three-options-card-icon{width:3.25rem;height:3.25rem;border-radius:.85rem;background:var(--accent-blue-bg);border:1px solid var(--accent-blue-border);display:flex;align-items:center;justify-content:center;color:var(--accent-blue);font-size:1.35rem;flex-shrink:0;position:relative;z-index:1}.three-options-card-content{display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1}.three-options-card-title{color:var(--base-100);font-size:1.35rem;font-weight:600;letter-spacing:-.03rem;line-height:1.2;margin:0}.three-options-card-desc{color:var(--base-350);font-size:.95rem;line-height:1.6;margin:0}.three-options-card-cta{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;background:none;border:none;outline:none;cursor:pointer;color:var(--accent-blue);font-family:Manrope Variable,sans-serif;font-size:.95rem;font-weight:600;padding:0;margin-top:auto;position:relative;z-index:1;transition:gap .3s ease}.three-options-card-cta:hover{gap:.85rem}.three-options-card-cta svg{font-size:1.1rem;transition:transform .3s ease}.three-options-card-cta:hover svg{transform:translateX(2px)}.three-options-card-cta:focus-visible{outline:2px solid var(--accent-blue);outline-offset:3px;border-radius:4px}.aria-hero-field .MuiPaper-root{background-color:#ffffff;border:1px solid var(--border-light);box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:99999}.aria-hero-field .MuiMenuItem-root{color:var(--base-100);font-family:Manrope Variable,sans-serif}.aria-hero-field .MuiMenuItem-root:hover{background-color:rgba(0,0,0,.04)}.aria-hero-field .MuiMenuItem-root.Mui-selected{background-color:rgba(0,0,0,.06)}.aria-hero-field .MuiTypography-root{color:var(--base-100)}.aria-hero-field .MuiTypography-caption{color:var(--base-350)}@media (max-width:1000px){.aria-hero{min-height:auto}.aria-hero-container{grid-template-columns:1fr;padding:4rem 1.25rem 2rem;gap:2.5rem}.aria-hero-left{max-width:100%;order:1}.aria-hero-right{order:2}.aria-hero-badge{margin-bottom:1.5rem}.aria-hero-heading{font-size:3rem;letter-spacing:-.1rem;margin-bottom:1rem}.aria-hero-tagline{font-size:.95rem;margin-bottom:2rem;max-width:100%}.aria-hero-image-wrap{aspect-ratio:16/10;border-radius:1rem}.aria-hero-floats{bottom:1rem;left:1rem;right:1rem;gap:.5rem}.aria-hero-float-card{padding:.6rem .75rem;border-radius:.65rem}.aria-hero-float-icon{width:1.75rem;height:1.75rem;font-size:.85rem}.aria-hero-float-value{font-size:.9rem}.aria-hero-float-label{display:none}.aria-hero-form{margin-bottom:.75rem}.aria-hero-field .MuiInputBase-input{padding:.9rem 1rem .9rem 0!important;font-size:16px!important}.aria-hero-cta-circle{width:2.75rem;height:2.75rem}.aria-hero-cta-label{font-size:.85rem}.three-options{padding:5rem 0}.three-options-container{padding:0 1.25rem;gap:3rem}.three-options-grid{grid-template-columns:1fr;gap:1rem}.three-options-card{padding:2rem 1.5rem}.three-options-card-number{font-size:5rem;top:-.25rem;right:.5rem}}@media (max-width:600px){.aria-hero-heading{font-size:2.25rem;letter-spacing:-.08rem}.aria-hero-floats{gap:.35rem}.aria-hero-float-card{padding:.5rem .6rem;gap:.4rem;border-radius:.5rem}.aria-hero-float-icon{width:1.5rem;height:1.5rem;font-size:.75rem;border-radius:.35rem}.aria-hero-float-value{font-size:.8rem}.aria-hero-float-label{display:none}.three-options-card-title{font-size:1.2rem}}.how-it-works{position:relative;width:100%;background-color:var(--base-450);padding:8rem 0}.how-it-works-container{width:100%;max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;flex-direction:column;gap:5rem}.how-it-works-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.how-it-works-label{color:var(--base-350);font-size:.8rem;letter-spacing:.15em}.how-it-works-heading{color:var(--base-100);max-width:600px}.how-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.how-it-works-step{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1.75rem;background:var(--glass-light);border:1px solid var(--border-light);border-radius:1.25rem;transition:border-color .3s ease,background .3s ease,transform .3s ease}.how-it-works-step:hover{border-color:var(--border-strong);background:var(--glass-medium);transform:translateY(-3px)}.how-it-works-step-number{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:var(--accent-blue-bg);border:1px solid var(--accent-blue-border);color:var(--accent-blue);font-family:DM Mono,monospace;font-size:1.1rem;font-weight:500;flex-shrink:0}.how-it-works-step-image{width:100%;aspect-ratio:16/10;border-radius:.75rem;overflow:hidden}.how-it-works-step-image img{width:100%;height:100%;object-fit:cover;opacity:.7;transition:opacity .3s ease}.how-it-works-step:hover .how-it-works-step-image img{opacity:.85}.how-it-works-step-content{display:flex;flex-direction:column;gap:.5rem}.how-it-works-step-title{color:var(--base-100);font-size:1.2rem;font-weight:600;line-height:1.3}.how-it-works-step-text{color:var(--base-350);font-size:.95rem;line-height:1.55}.how-it-works-step:after{content:"";position:absolute;top:3.5rem;right:-.75rem;width:1.5rem;height:2px;background:var(--accent-blue);opacity:.3;border-radius:1px}.how-it-works-step:last-child:after{display:none}@media (max-width:1000px){.how-it-works{padding:5rem 0}.how-it-works-container{padding:0 1.25rem;gap:3rem}.how-it-works-grid{grid-template-columns:1fr;gap:1rem}.how-it-works-step{flex-direction:row;align-items:flex-start;padding:1.5rem;gap:1.25rem}.how-it-works-step-image,.how-it-works-step:after{display:none}.how-it-works-step-number{width:2.5rem;height:2.5rem;font-size:1rem}.how-it-works-step-title{font-size:1.1rem}.how-it-works-step-text{font-size:.9rem}}.trust-section{position:relative;width:100%;background-color:var(--surface-body);padding:0}.trust-section-container{width:100%;max-width:1400px;margin:0 auto;padding:0 3rem}.trust-section-statement{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:8rem 4rem;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.trust-section-quote-mark{position:absolute;top:2rem;left:50%;transform:translateX(-50%);font-family:Manrope Variable,sans-serif;font-size:8rem;font-weight:300;line-height:1;color:var(--accent-blue);opacity:.12;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.trust-section-text{color:var(--base-200);font-size:1.35rem;font-weight:400;line-height:1.75;max-width:720px;margin:0 auto;position:relative;z-index:1}.trust-section-accent-line{width:60px;height:2px;background:var(--accent-blue);border-radius:1px;margin-top:2.5rem;opacity:.5}@media (max-width:1000px){.trust-section-container{padding:0 1.25rem}.trust-section-statement{padding:5rem 1.5rem}.trust-section-quote-mark{font-size:6rem;top:1.5rem}.trust-section-text{font-size:1.15rem;line-height:1.7}}.savings-calculator{position:relative;width:100%;background-color:var(--surface-body);padding:8rem 0}.savings-calculator-container{width:100%;max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;flex-direction:column;gap:5rem}.savings-calculator-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.savings-calculator-label{color:var(--base-350);font-size:.8rem;letter-spacing:.15em}.savings-calculator-heading{color:var(--base-100);max-width:650px}.savings-calculator-body{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:stretch}.savings-calculator-slider-card{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem 2rem;background:var(--glass-light);border:1px solid var(--border-light);border-radius:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.05)}.savings-calculator-results:hover,.savings-calculator-slider-card:hover{border-color:var(--border-medium);transition:border-color .3s ease}.savings-calculator-slider-value{font-size:3rem;font-weight:500;letter-spacing:-.15rem;color:var(--base-100);text-align:center;line-height:1}.savings-calculator-slider-wrap{display:flex;flex-direction:column;gap:.5rem;padding:0 .25rem}.savings-calculator-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;outline:none;cursor:pointer;transition:background .15s ease}.savings-calculator-slider:focus-visible{outline:2px solid var(--accent-blue);outline-offset:4px;border-radius:3px}.savings-calculator-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--accent-blue);border:3px solid #ffffff;box-shadow:0 2px 8px rgba(7,141,238,.35);cursor:-webkit-grab;cursor:grab;-webkit-transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease}.savings-calculator-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 12px rgba(7,141,238,.5)}.savings-calculator-slider::-webkit-slider-thumb:active{cursor:-webkit-grabbing;cursor:grabbing;transform:scale(1.1)}.savings-calculator-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--accent-blue);border:3px solid #ffffff;box-shadow:0 2px 8px rgba(7,141,238,.35);cursor:grab}.savings-calculator-slider::-moz-range-track{height:6px;border-radius:3px;background:var(--border-medium)}.savings-calculator-slider-labels{display:flex;justify-content:space-between;color:var(--base-400);font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.05em}.savings-calculator-comparison{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.savings-calculator-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:1rem;border:1px solid var(--border-light)}.savings-calculator-row.traditional{background:var(--glass-subtle)}.savings-calculator-row.smh{background:var(--accent-blue-bg);border-color:var(--accent-blue-border)}.savings-calculator-row-label{display:flex;flex-direction:column;gap:.15rem}.savings-calculator-row-name{color:var(--base-100);font-size:1rem;font-weight:500}.savings-calculator-row-rate{color:var(--base-400);font-size:.75rem}.savings-calculator-row-amount{font-size:1.35rem;font-weight:500;letter-spacing:-.03rem}.savings-calculator-row.traditional .savings-calculator-row-amount{color:var(--base-300)}.savings-calculator-row.smh .savings-calculator-row-amount{color:var(--accent-blue)}.savings-calculator-results{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.5rem 2rem;background:var(--glass-light);border:1px solid var(--border-light);border-radius:1.5rem;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.05)}.savings-calculator-savings-label{color:var(--base-350);font-size:.8rem;letter-spacing:.15em}.savings-calculator-savings-amount{color:var(--accent-blue);font-size:4.25rem;font-weight:500;letter-spacing:-.2rem;line-height:1;text-shadow:0 0 40px rgba(7,141,238,.15)}.savings-calculator-savings-context{color:var(--base-300);font-size:1rem;line-height:1.5;max-width:320px}.savings-calculator-savings-breakdown{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:320px;margin-top:.5rem}.savings-calculator-breakdown-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid var(--border-subtle)}.savings-calculator-breakdown-row:last-child{border-bottom:none;padding-bottom:0}.savings-calculator-breakdown-row.highlight .savings-calculator-breakdown-label,.savings-calculator-breakdown-row.highlight .savings-calculator-breakdown-value{color:var(--accent-blue);font-weight:500}.savings-calculator-breakdown-label{color:var(--base-350);font-size:.9rem}.savings-calculator-breakdown-value{color:var(--base-100);font-size:.9rem;font-weight:500}@media (max-width:1000px){.savings-calculator{padding:5rem 0}.savings-calculator-container{padding:0 1.25rem;gap:3rem}.savings-calculator-body{grid-template-columns:1fr;gap:1.5rem}.savings-calculator-results,.savings-calculator-slider-card{padding:2rem 1.75rem}.savings-calculator-slider-value{font-size:2.5rem}.savings-calculator-savings-amount{font-size:3.5rem;letter-spacing:-.15rem}.savings-calculator-row{padding:1rem 1.25rem}.savings-calculator-row-amount{font-size:1.15rem}}