.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 h3{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:#fa832e}.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:.8rem;color:#666;text-align:center;margin-bottom:1rem}.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:.8rem;color:#666;text-align:center;margin-top:.75rem;margin-bottom:0}@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}}.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-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}}.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-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(3, 1fr);gap:2rem;margin-bottom:3rem}.trust-item{display:flex;align-items:flex-start;gap:.75rem}.trust-icon{width:40px;height:40px;flex-shrink:0;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-text h3{font-size:1rem;font-weight:700;margin-bottom:.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)}}.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)}.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:rgba(255,255,255,.8);font-size:.9rem}.contact-item a{color:#fa832e;text-decoration:none}.contact-item a:hover{text-decoration:underline}.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)}