.calculator-wrapper{width:420px;position:relative}.calculator{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 40px rgba(10,109,118,.2);position:relative;margin-bottom:-60px}.calculator h2{color:#0a6d76;font-size:1.5rem;margin-bottom:.5rem;font-weight:700}.calculator>p{color:#666;margin-bottom:1.5rem;font-size:.9rem}.calculator-slider-group{margin-bottom:1.5rem}.calculator-slider-group label{display:block;color:#333;font-weight:600;font-size:.9rem;margin-bottom:.25rem}.calculator-slider-value{font-size:1.5rem;font-weight:800;color:#0a6d76;margin-bottom:.5rem}.calculator-slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#666;margin-top:.25rem}.calculator-range{-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:4px;background:linear-gradient(to right, #0a6d76 0%, #e0e0e0 0%);outline:none;cursor:pointer}.calculator-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#0a6d76;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2);cursor:pointer;transition:transform .15s ease}.calculator-range::-webkit-slider-thumb:hover{transform:scale(1.15)}.calculator-range::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#0a6d76;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2);cursor:pointer;transition:transform .15s ease}.calculator-range::-moz-range-thumb:hover{transform:scale(1.15)}.calculator-range::-moz-range-track{height:8px;border-radius:4px;background:#e0e0e0}.calculator-output{border-radius:12px;margin-bottom:1rem}.calculator-funds-highlight{display:flex;flex-direction:column;align-items:center;text-align:center;background:rgba(250,131,46,.06);border:2px solid #fa832e;border-radius:10px;padding:.75rem 1rem;margin-bottom:.75rem}.calculator-funds-label{font-size:.8rem;color:#666;margin-bottom:.2rem}.calculator-funds-date{font-size:1.1rem;font-weight:800;color:#8e420b}.calculator-output-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem;background:#f8f9fa;border-radius:8px}.calculator-output-label{color:#666;font-size:.85rem}.calculator-output-value{font-weight:700;color:#333;font-size:.95rem}.calculator-trust-line{font-size:.75rem;color:#666;text-align:center;margin-bottom:.5rem;white-space:nowrap}.calculator-cta{width:100%;background:linear-gradient(135deg, #fa832e, #f2995a);color:#fff;padding:16px 24px;border:none;border-radius:8px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .3s ease}.calculator-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(250,131,46,.3)}.calculator-cta:focus-visible{outline:3px solid #fa832e;outline-offset:2px}.calculator-microcopy{font-size:.65rem;color:#666;text-align:center;margin-top:.5rem;margin-bottom:0;opacity:.5}.calculator-promo-link{text-align:center;margin:.55rem 0 0;font-size:.8rem}.calculator-promo-link a{color:#8e420b;font-weight:700;text-decoration:none;border-bottom:1px dashed rgba(250,131,46,.6);padding-bottom:1px;transition:color .2s ease,border-color .2s ease}.calculator-promo-link a:hover,.calculator-promo-link a:focus-visible{color:#0a6d76;border-bottom-color:#0a6d76}@media (max-width: 1024px){.calculator-wrapper{width:100%;max-width:500px;margin:0 auto}}@media (max-width: 768px){.calculator{padding:1.5rem;margin-bottom:-40px}.calculator-slider-value{font-size:1.25rem}.calculator-funds-date{font-size:1rem}}.hero-testimonials{margin-top:2rem;position:relative}.hero-testimonials-track{position:relative;height:80px;overflow:hidden}.hero-testimonial-slide{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.75rem 1.25rem;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.hero-testimonial-slide.active{opacity:1;transform:translateY(0);pointer-events:auto}.hero-testimonial-icon{width:20px;height:20px;color:#fa832e;flex-shrink:0}.hero-testimonial-text{flex:1;margin:0;padding:0;border:none}.hero-testimonial-text p{font-size:.8rem;line-height:1.45;color:rgba(255,255,255,.9);font-style:italic;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-testimonial-author{font-size:.75rem;font-weight:600;color:#fa832e;font-style:normal;white-space:nowrap;flex-shrink:0}.hero-testimonials-controls{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.hero-testimonial-dots{display:flex;gap:.25rem}.hero-testimonial-dot{width:24px;height:24px;border-radius:50%;border:none;background:rgba(0,0,0,0);cursor:pointer;padding:0;position:relative}.hero-testimonial-dot::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3);transition:background .3s ease}.hero-testimonial-dot.active::after{background:#fa832e}.hero-testimonial-dot:hover:not(.active)::after{background:rgba(255,255,255,.6)}.hero-testimonial-dot:focus-visible{outline:2px solid #fa832e;outline-offset:2px}.hero-testimonial-pause{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.06);color:rgba(255,255,255,.5);cursor:pointer;padding:0;transition:background .2s ease,color .2s ease}.hero-testimonial-pause svg{width:8px;height:8px}.hero-testimonial-pause:hover{background:rgba(255,255,255,.15);color:#fff}.hero-testimonial-pause:focus-visible{outline:2px solid #fa832e;outline-offset:2px}.hero-testimonial-pause[aria-pressed=true] .pause-icon{display:none}.hero-testimonial-pause[aria-pressed=true] .play-icon{display:block !important}@media (max-width: 1024px){.hero-testimonials-track{height:90px}}@media (max-width: 768px){.hero-testimonials-track{height:160px}.hero-testimonial-slide{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}.hero-testimonial-icon{width:16px;height:16px}.hero-testimonial-text p{font-size:.75rem}.hero-testimonial-author{font-size:.7rem}}@media (prefers-reduced-motion: reduce){.hero-testimonial-slide{transition:none}}.modal{display:none;position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center}.modal.modal-open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#fff;border-radius:16px;padding:2rem;max-width:520px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);z-index:1}.modal-content h2{color:#0a6d76;font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}.modal-body{margin-bottom:1.5rem}.modal-body p{color:#333;line-height:1.6;margin-bottom:.75rem;font-size:.95rem}.modal-warning{background:#fff8f0;border-left:4px solid #fa832e;border-radius:4px;padding:1rem;margin:1rem 0}.modal-warning p{margin-bottom:0;font-size:.9rem;color:#333}.modal-tooltip{position:relative;display:inline;cursor:help}.modal-tooltip:focus{outline:none}.modal-tooltip-trigger{border-bottom:1px dashed #0a6d76;color:#0a6d76;font-weight:600;white-space:nowrap}.modal-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-left:4px;font-size:10px;font-weight:700;background:#0a6d76;color:#fff;border-radius:50%;vertical-align:middle}.modal-tooltip-content{position:absolute;bottom:calc(100% + 8px);left:0;width:320px;max-width:calc(100vw - 5rem);padding:.875rem 1rem;background:#333;color:#fff;font-size:.85rem;font-weight:400;line-height:1.5;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.25);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:10;pointer-events:none}.modal-tooltip-content::after{content:"";position:absolute;top:100%;left:24px;border:6px solid rgba(0,0,0,0);border-top-color:#333}.modal-tooltip:hover .modal-tooltip-content,.modal-tooltip:focus .modal-tooltip-content,.modal-tooltip:focus-within .modal-tooltip-content{opacity:1;visibility:visible;transform:translateY(0)}.modal-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;margin-top:1.25rem;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .2s ease}.modal-checkbox-label:hover{border-color:#0a6d76}.modal-checkbox-label input[type=checkbox]{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:#0a6d76;cursor:pointer}.modal-checkbox-label span{font-size:.9rem;color:#333;line-height:1.5}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-btn{padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.modal-btn-cancel{background:rgba(0,0,0,0);color:#666;border:2px solid #e0e0e0}.modal-btn-cancel:hover{background:#f8f9fa;border-color:#666}.modal-btn-continue{background:linear-gradient(135deg, #fa832e, #f2995a);color:#fff}.modal-btn-continue:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(250,131,46,.3)}.modal-btn-continue:disabled{opacity:.5;cursor:not-allowed}.modal-btn-continue:focus-visible{outline:3px solid #fa832e;outline-offset:2px}@media (max-width: 768px){.modal-content{padding:1.5rem;width:95%}.modal-actions{flex-direction:column-reverse}.modal-actions .modal-btn{width:100%;text-align:center}}.spring-offer-banner{position:relative;overflow:hidden;isolation:isolate;color:#fff;padding:5rem 1.25rem;text-align:center}.spring-offer-banner.spring-offer-expired .spring-offer-bg-streaks{display:none}.spring-offer-banner.spring-offer-expired .spring-offer-bg-image{animation:none}.spring-offer-banner.spring-offer-expired .spring-offer-eyebrow,.spring-offer-banner.spring-offer-expired .spring-offer-headline{opacity:.7}.spring-offer-banner .spring-offer-bg{position:absolute;inset:0;z-index:-1;overflow:hidden}.spring-offer-banner .spring-offer-bg-image{position:absolute;inset:-4%;background-image:url("/spring-offer-hero.webp");background-size:cover;background-position:center;background-color:#02525a;transform:scale(1);animation:spring-offer-drift 22s ease-in-out infinite alternate;will-change:transform}.spring-offer-banner .spring-offer-bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg, rgba(2,64,70,.78) 0%, rgba(8,96,104,.62) 60%, rgba(142,66,11,.45) 100%)}.spring-offer-banner .spring-offer-bg-streaks{position:absolute;inset:0;pointer-events:none;mix-blend-mode:screen;opacity:.55}.spring-offer-banner .streak{position:absolute;left:-25%;width:45%;height:110px;background:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(251,152,81,0) 10%, rgba(251,152,81,.18) 50%, rgba(251,152,81,0) 90%, rgba(0,0,0,0) 100%);transform:skewY(-6deg);filter:blur(14px);animation:spring-offer-streak 18s linear infinite;will-change:transform}.spring-offer-banner .streak-1{top:12%;animation-duration:18s;animation-delay:0s}.spring-offer-banner .streak-2{top:38%;animation-duration:26s;animation-delay:-6s;opacity:.7}.spring-offer-banner .streak-3{top:62%;animation-duration:22s;animation-delay:-12s;opacity:.5}.spring-offer-banner .streak-4{top:84%;animation-duration:30s;animation-delay:-3s;opacity:.4}.spring-offer-banner .spring-offer-inner{max-width:720px;margin:0 auto;position:relative}.spring-offer-banner .spring-offer-eyebrow{display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.18em;color:#ffdbc2;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:100px;padding:.4rem 1.1rem;margin-bottom:1.25rem;backdrop-filter:blur(4px)}.spring-offer-banner .spring-offer-headline{font-size:clamp(1.85rem,4.5vw,3rem);font-weight:800;line-height:1.15;margin:0 0 1rem;color:#fff;text-shadow:0 2px 14px rgba(1,46,50,.5)}.spring-offer-banner .spring-offer-sub{font-size:1.1rem;line-height:1.55;margin:0 auto 1.25rem;max-width:580px;color:rgba(255,255,255,.92)}.spring-offer-banner .spring-offer-sub sup{font-size:.55em}.spring-offer-banner .spring-offer-deadline{font-size:.95rem;font-weight:600;color:#ffdbc2;margin:0 0 1.75rem;letter-spacing:.01em}.spring-offer-banner .spring-offer-fineprint{margin:1.75rem auto 0;max-width:620px;font-size:.7rem;line-height:1.5;color:rgba(255,255,255,.55)}.spring-offer-banner .spring-offer-fineprint sup{font-size:.85em}.spring-offer-cta{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg, #fa832e, #f2995a);color:#fff;text-decoration:none;font-weight:700;font-size:1.05rem;padding:.95rem 1.75rem;border-radius:10px;box-shadow:0 10px 30px rgba(149,64,4,.35);transition:transform .25s ease,box-shadow .25s ease}.spring-offer-cta:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(149,64,4,.45);color:#fff;text-decoration:none}.spring-offer-cta:focus-visible{outline:3px solid #ffdbc2;outline-offset:3px}.spring-offer-cta svg{transition:transform .25s ease}.spring-offer-cta:hover svg{transform:translateX(3px)}.article-content .spring-offer-cta{color:#fff;text-decoration:none}.article-content .spring-offer-cta:hover{color:#fff;text-decoration:none}@keyframes spring-offer-streak{from{transform:translateX(0) skewY(-6deg)}to{transform:translateX(280%) skewY(-6deg)}}@keyframes spring-offer-drift{0%{transform:scale(1) translate3d(0, 0, 0)}100%{transform:scale(1.06) translate3d(-1.5%, -1%, 0)}}@media (prefers-reduced-motion: reduce){.spring-offer-banner .spring-offer-bg-image{animation:none;transform:none}.spring-offer-banner .streak{animation:none;opacity:0}}@media (max-width: 768px){.spring-offer-banner{padding:3.5rem 1rem}.spring-offer-banner .spring-offer-sub{font-size:1rem}.spring-offer-banner .streak{height:70px;filter:blur(10px)}}.calc-promo{display:none;align-items:center;justify-content:center;gap:.55rem;width:fit-content;margin:.75rem auto 1.5rem;padding:.7rem 1.25rem;background:linear-gradient(135deg, #fa832e, #f2995a);color:#fff;border-radius:10px;font-size:.95rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 0 0 rgba(250,131,46,0);animation:calc-promo-pulse 3.2s ease-in-out infinite;will-change:box-shadow}.calc-promo.is-active{display:flex}.calc-promo.is-ineligible{background:linear-gradient(135deg, #9aa4a8, #b8c0c3);color:rgba(255,255,255,.85);box-shadow:none;animation:none;opacity:.75}.calc-promo .calc-promo-dot{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 8px #fff}@keyframes calc-promo-pulse{0%, 100%{box-shadow:0 0 0 0 rgba(250,131,46,.5)}50%{box-shadow:0 0 0 10px rgba(250,131,46,0)}}.calc-was{text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:rgba(220,60,60,.7);color:rgba(255,255,255,.5);font-weight:500;margin-right:.45rem}.calc-now{color:#ffdbc2;font-weight:800}.calc-now.calc-now-pop{animation:calc-now-pop .5s cubic-bezier(.34, 1.56, .64, 1) 1}@keyframes calc-now-pop{0%{transform:scale(.92);opacity:.6}60%{transform:scale(1.06);opacity:1}100%{transform:scale(1);opacity:1}}.calculator .calc-was{color:rgba(60,60,60,.55);text-decoration-color:rgba(220,60,60,.7)}.calculator .calc-now{color:#0a6d76}@media (prefers-reduced-motion: reduce){.calc-promo{animation:none;box-shadow:none}.calc-now.calc-now-pop{animation:none}}.spring-offer-cta,.calculator-cta,.calc-cta-primary{position:relative;isolation:isolate;overflow:hidden;--particle-speed: 1;transition:--particle-speed .25s ease}.spring-offer-cta.is-particle-hover,.spring-offer-cta:hover,.spring-offer-cta:focus-visible,.calculator-cta.is-particle-hover,.calculator-cta:hover,.calculator-cta:focus-visible,.calc-cta-primary.is-particle-hover,.calc-cta-primary:hover,.calc-cta-primary:focus-visible{--particle-speed: 4}.btn-content{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;pointer-events:none;width:100%}.btn-particles{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;border-radius:inherit}.btn-particle{position:absolute;top:var(--py, 50%);left:100%;width:20px;height:3px;border-radius:2px;background:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.9) 50%, rgba(0,0,0,0) 100%);opacity:0;will-change:transform,opacity;animation:btn-particle-streak calc(var(--pd, 2.4s)/var(--particle-speed)) linear infinite}.calculator-cta .btn-particle,.calc-cta-primary .btn-particle{background:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,235,214,.95) 50%, rgba(0,0,0,0) 100%)}@keyframes btn-particle-streak{0%{transform:translateX(0);opacity:0}8%{opacity:.95}92%{opacity:.55}100%{transform:translateX(-600px);opacity:0}}@media (prefers-reduced-motion: reduce){.btn-particle{display:none}.spring-offer-cta,.calculator-cta,.calc-cta-primary{overflow:visible}}.hero{background:linear-gradient(135deg, #02525a 0%, #0a6d76 100%);color:#fff;padding:180px 0 120px;position:relative}.hero-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;gap:3rem;align-items:flex-start}.hero-content{flex:1;text-align:left}.hero-content>p{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.6;max-width:600px}.hero-content>p .underline{text-decoration:underline;text-decoration-color:#fa832e}.hero-trust-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}@media (max-width: 1024px){.hero-trust-row{justify-content:center}}.hero-spring-cta{display:inline-flex;align-items:center;padding:.6rem .95rem;font-size:.9rem;text-align:left;max-width:100%;flex:0 1 auto;min-width:0}.hero-spring-cta .hero-spring-cta-headline{font-size:.95rem}.hero-spring-cta .hero-spring-cta-eyebrow{font-size:.65rem}@media (max-width: 1024px){.hero-spring-cta{display:none}}.hero-spring-cta--mobile{margin:1.5rem auto 2rem;padding:.85rem 1.4rem;font-size:1rem;width:fit-content}.hero-spring-cta--mobile .hero-spring-cta-headline{font-size:1rem}.hero-spring-cta--mobile .hero-spring-cta-eyebrow{font-size:.7rem}@media (max-width: 1024px){.hero-spring-cta--mobile{display:flex}}@media (min-width: 1025px){.hero-spring-cta--mobile{display:none}}.hero-trust-row .trust-badge{padding:.6rem .85rem}.hero-trust-row .trust-badge img{width:180px;height:90px}.hero-trust-row .trust-badge{margin-top:0}.hero-spring-cta-label{display:flex;flex-direction:column;gap:.15rem;line-height:1.2}.hero-spring-cta-eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.14em;opacity:.92}.hero-spring-cta-headline{font-size:1rem;font-weight:700}.hero-form-wrapper{width:400px;position:relative}.hero-form{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 40px rgba(10,109,118,.2);position:relative;margin-bottom:-60px}.hero-form h3{color:#0a6d76;font-size:1.5rem;margin-bottom:.5rem;font-weight:700}.hero-form p{color:#666;margin-bottom:1.5rem;font-size:.9rem}.hero h1{font-size:3.3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero h1 .highlight{background:linear-gradient(135deg, #fa832e, #f2995a);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-shadow:0 2px 8px rgba(250,131,46,.3)}.hero h1 .underline{text-decoration:underline;text-decoration-color:#fa832e}.hero>p{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.6;max-width:600px}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;align-items:center}.btn-primary{background:linear-gradient(135deg, #fa832e, #f2995a);color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(250,131,46,.3)}.btn-secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#0a6d76;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,.2)}.speed-proof-cta .btn-secondary-outline{display:inline-block;background:rgba(0,0,0,0);color:#0a6d76;border:2px solid #0a6d76;padding:16px 28px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease}.speed-proof-cta .btn-secondary-outline:hover{background:#0a6d76;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(10,109,118,.2)}.trust-indicators{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem 2rem;margin-bottom:3rem}.trust-item{display:flex;align-items:center;gap:.75rem}.trust-icon{width:44px;height:44px;flex-shrink:0;background:linear-gradient(135deg, #fa832e, #f2995a);border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-icon svg{width:22px;height:22px}.trust-text .trust-title{font-size:1rem;font-weight:700;margin:0 0 .25rem;color:#fff}.trust-text p{font-size:.85rem;color:rgba(255,255,255,.8);margin:0}.trust-badge{display:inline-block;margin-top:2rem;padding:1rem;background:rgba(255,255,255,.1);border-radius:12px;backdrop-filter:blur(10px)}.trust-badge img{height:120px;width:240px;object-fit:contain;filter:invert(1) brightness(1.2)}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:.9rem}.form-group input,.form-group select{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#0a6d76}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.form-submit{width:100%;background:linear-gradient(135deg, #fa832e, #f2995a);color:#fff;padding:14px 24px;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1rem}.form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(250,131,46,.3)}.speed-proof{padding:100px 0;background:linear-gradient(135deg, #f8fafc 0%, #fff 100%);position:relative;overflow:hidden}.speed-proof::before{content:"";position:absolute;top:-50px;left:-50px;width:200px;height:200px;background:radial-gradient(circle, rgba(10,109,118,.05) 0%, rgba(0,0,0,0) 70%);border-radius:50%}.speed-proof-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto}.speed-proof-content{padding-right:40px}.speed-proof-title{font-size:2.5rem;font-weight:700;color:#0a6d76;margin-bottom:1rem;line-height:1.2}.speed-proof-lead{font-size:1.25rem;color:#666;margin-bottom:3rem;line-height:1.6}.speed-metrics{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-bottom:3rem}.metric{text-align:center}.metric-value{display:block;font-size:3rem;font-weight:800;color:#fa832e;line-height:1}.metric-unit{display:block;font-size:1rem;color:#0a6d76;font-weight:600;margin-top:.25rem;margin-bottom:.5rem}.metric-label{display:block;font-size:.9rem;color:#666;line-height:1.3}.speed-proof-cta{text-align:left;display:flex;gap:0;align-items:center;flex-wrap:nowrap}.speed-proof-cta .cta-divider{color:#999;font-size:1rem;font-style:italic;margin:0 1rem}.speed-proof-cta .btn-primary{display:inline-block}.speed-proof-image{position:relative}.speed-proof-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,58,68,.15);transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}.speed-proof-image:hover img{transform:perspective(1000px) rotateY(0deg)}.image-caption{margin-top:1rem;text-align:center;font-size:.9rem;color:#666;font-style:italic}@media (max-width: 850px){.speed-proof-cta .btn-primary,.speed-proof-cta .btn-secondary-outline{padding:14px 20px;font-size:1rem}}@media (max-width: 1024px){.hero-container{flex-direction:column}.hero-content{text-align:center}.hero-content p{margin-left:auto;margin-right:auto}.hero-form-wrapper{width:100%;max-width:500px;margin:0 auto}.trust-indicators{grid-template-columns:1fr;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.speed-proof{padding:60px 0}.speed-proof-wrapper{grid-template-columns:1fr;gap:3rem}.speed-proof-content{padding-right:0;text-align:center}.speed-proof-cta{text-align:center;justify-content:center}.speed-proof-image img{transform:none}}@media (max-width: 768px){.hero{padding:160px 0 80px}.hero h1{font-size:2rem}.hero-form{padding:1.5rem;margin-bottom:-40px}.form-row{flex-direction:column}.trust-indicators{gap:1.5rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.speed-proof-title{font-size:1.75rem}.speed-proof-lead{font-size:1rem}.speed-proof-cta{flex-direction:column;gap:.75rem}.speed-proof-cta .btn-primary{width:100%;max-width:300px}.speed-proof-cta .btn-secondary-outline{width:100%;max-width:300px}.speed-proof-cta .cta-divider{display:none}.speed-metrics{grid-template-columns:1fr;gap:1.5rem;max-width:300px;margin:2rem auto 3rem}.metric{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,58,68,.08)}}.fee-transparency{padding:80px 0;background:linear-gradient(135deg, #f0f7f8 0%, #fff 100%)}.fee-transparency-lead{text-align:center;font-size:1.1rem;color:#666;max-width:650px;margin:0 auto 3rem;line-height:1.7}.fee-transparency-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.fee-card{background:#fff;padding:2rem 1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px -2px rgba(10,109,118,.1);transition:transform .3s ease}.fee-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px -4px rgba(10,109,118,.15)}.fee-card h3{font-size:1.05rem;font-weight:700;color:#0a6d76;margin-bottom:.5rem}.fee-card p{font-size:.9rem;color:#666;line-height:1.5;margin:0}.fee-card-icon{width:60px;height:60px;background:linear-gradient(135deg, #fa832e, #f2995a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.fee-card-icon svg{width:32px;height:32px}@media (max-width: 900px){.fee-transparency-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 600px){.fee-transparency{padding:60px 0}.fee-transparency-grid{grid-template-columns:1fr;max-width:320px;margin:0 auto}.fee-transparency-lead{font-size:1rem}}.features{padding:80px 0;background:#f8fafc}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#0a6d76}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px -2px rgba(10,109,118,.1);text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px -4px rgba(10,109,118,.15)}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#0a6d76}.feature-card p{color:#666;line-height:1.6;margin:0}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg, #0a6d76, #16919c);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature-icon svg{width:32px;height:32px}.contact{padding:80px 0;background:#0a6d76;color:#fff;text-align:center}.contact h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fff}.contact>p{font-size:1.2rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;color:rgba(255,255,255,.9)}.contact-info{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:3rem}.contact-item{background:rgba(255,255,255,.1);padding:2rem;border-radius:12px;backdrop-filter:blur(10px);container-type:inline-size;container-name:contactcard}.contact-item h3{color:#fff;font-weight:600;margin-bottom:1rem;font-size:1.25rem}.contact-item p{margin-bottom:.5rem}.contact-item p:last-child{margin-bottom:0;color:#fff;font-size:.9rem}.contact-item a:not(.contact-btn){color:#ffdbc2;text-decoration:none}.contact-item a:not(.contact-btn):hover{text-decoration:underline;color:#fff}.contact-btn{display:inline-block;background:linear-gradient(135deg, #fa832e, #f2995a);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease;margin-top:.5rem;max-width:100%}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(250,131,46,.3);text-decoration:none;color:#fff}.contact-btn:focus-visible{outline:3px solid #ffdbc2;outline-offset:2px}.contact-btn-long{display:inline}.contact-btn-short{display:none}@container contactcard (max-width: 320px){.contact-btn-long{display:none}.contact-btn-short{display:inline}}.contact-address{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.contact-address h3{font-size:1.25rem;margin-bottom:1rem;color:#fff}.contact-address p{font-size:1.1rem;color:#fff}@media (max-width: 768px){.section-title{font-size:2rem;margin-bottom:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.contact h2{font-size:2rem}.contact-info{grid-template-columns:1fr;gap:1.5rem}.contact-item{padding:1.5rem}}@keyframes shake{0%, 100%{transform:translateX(0)}10%, 30%, 50%, 70%, 90%{transform:translateX(-5px)}20%, 40%, 60%, 80%{transform:translateX(5px)}}.hero-form.shake{animation:shake .8s;box-shadow:0 20px 40px rgba(250,131,46,.4)}