.sun-container{position:absolute;top:20px;right:25%;z-index:0;pointer-events:none}.sun{position:relative;width:80px;height:80px}.sun-face{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#FFD966,#FFC966);border-radius:50%;box-shadow:0 0 20px rgba(255,217,102,.5),inset -5px -5px 10px rgba(255,201,102,.2);z-index:2}.sun-ray{position:absolute;background:linear-gradient(180deg,#FFB84D,rgba(255,184,77,.4) 60%,transparent);opacity:.9;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);box-shadow:0 0 6px rgba(255,184,77,.3)}.sun-ray-1{top:-20px;transform:translateX(-50%);animation:rayPulse1 2s ease-in-out infinite;animation-delay:0s}.sun-ray-1,.sun-ray-2{width:8px;height:28px;left:50%}.sun-ray-2{bottom:-20px;transform:translateX(-50%) rotate(180deg);animation:rayPulse1 2s ease-in-out infinite;animation-delay:.1s}.sun-ray-3{left:-20px;transform:translateY(-50%) rotate(-90deg);animation:rayPulse2 2s ease-in-out infinite;animation-delay:.2s}.sun-ray-3,.sun-ray-4{width:28px;height:8px;top:50%}.sun-ray-4{right:-20px;transform:translateY(-50%) rotate(90deg);animation:rayPulse2 2s ease-in-out infinite;animation-delay:.3s}.sun-ray-5{width:10px;height:22px;top:8px;left:8px;transform:rotate(-45deg);animation:rayPulse3a 2s ease-in-out infinite;animation-delay:.4s}.sun-ray-6{top:8px;right:8px;animation:rayPulse3b 2s ease-in-out infinite;animation-delay:.5s}.sun-ray-6,.sun-ray-7{width:10px;height:22px;transform:rotate(45deg)}.sun-ray-7{bottom:8px;left:8px;animation:rayPulse3b 2s ease-in-out infinite;animation-delay:.6s}.sun-ray-8{width:10px;height:22px;bottom:8px;right:8px;transform:rotate(-45deg);animation:rayPulse3a 2s ease-in-out infinite;animation-delay:.7s}.sun-ray-9{width:8px;height:20px;top:18px;left:-10px;transform:rotate(-90deg);animation:rayPulse4a 2s ease-in-out infinite;animation-delay:.8s}.sun-ray-10{top:18px;right:-10px;animation:rayPulse4b 2s ease-in-out infinite;animation-delay:.9s}.sun-ray-10,.sun-ray-11{width:8px;height:20px;transform:rotate(90deg)}.sun-ray-11{bottom:18px;left:-10px;animation:rayPulse4b 2s ease-in-out infinite;animation-delay:1s}.sun-ray-12{width:8px;height:20px;bottom:18px;right:-10px;transform:rotate(-90deg);animation:rayPulse4a 2s ease-in-out infinite;animation-delay:1.1s}@keyframes rayPulse1{0%,to{opacity:.8;transform:translateX(-50%) scale(1)}25%{opacity:1;transform:translateX(-50%) scale(1.15) translateY(-2px)}50%{opacity:.9;transform:translateX(-50%) scale(1.25)}75%{opacity:1;transform:translateX(-50%) scale(1.15) translateY(2px)}}@keyframes rayPulse2{0%,to{opacity:.8;transform:translateY(-50%) scale(1)}25%{opacity:1;transform:translateY(-50%) scale(1.15) translateX(-2px)}50%{opacity:.9;transform:translateY(-50%) scale(1.25)}75%{opacity:1;transform:translateY(-50%) scale(1.15) translateX(2px)}}@keyframes rayPulse3a{0%,to{opacity:.8;transform:rotate(-45deg) scale(1)}25%{opacity:1;transform:rotate(-43deg) scale(1.15)}50%{opacity:.9;transform:rotate(-45deg) scale(1.25)}75%{opacity:1;transform:rotate(-47deg) scale(1.15)}}@keyframes rayPulse3b{0%,to{opacity:.8;transform:rotate(45deg) scale(1)}25%{opacity:1;transform:rotate(47deg) scale(1.15)}50%{opacity:.9;transform:rotate(45deg) scale(1.25)}75%{opacity:1;transform:rotate(43deg) scale(1.15)}}@keyframes rayPulse4a{0%,to{opacity:.8;transform:rotate(-90deg) scale(1)}25%{opacity:1;transform:rotate(-88deg) scale(1.15)}50%{opacity:.9;transform:rotate(-90deg) scale(1.25)}75%{opacity:1;transform:rotate(-92deg) scale(1.15)}}@keyframes rayPulse4b{0%,to{opacity:.8;transform:rotate(90deg) scale(1)}25%{opacity:1;transform:rotate(92deg) scale(1.15)}50%{opacity:.9;transform:rotate(90deg) scale(1.25)}75%{opacity:1;transform:rotate(88deg) scale(1.15)}}@media screen and (max-width:768px){.sun-container{top:15px;right:25%}.sun{width:60px;height:60px}.sun-ray{opacity:.6}.sun-ray-1,.sun-ray-2{width:6px;height:22px}.sun-ray-3,.sun-ray-4{width:22px;height:6px}.sun-ray-5,.sun-ray-6,.sun-ray-7,.sun-ray-8{width:8px;height:18px}.sun-ray-10,.sun-ray-11,.sun-ray-12,.sun-ray-9{width:6px;height:16px}}.calculator-clouds-container{position:absolute;top:0;left:0;width:100%;height:30%;z-index:0;pointer-events:none;overflow:hidden}.calculator-cloud-wrapper{position:absolute}.calculator-cloud{position:relative;opacity:.6;filter:blur(1px);animation:cloudFloat 20s ease-in-out infinite}.calculator-cloud-large{width:120px;height:60px}.calculator-cloud-medium{width:90px;height:45px}.calculator-cloud-small{width:60px;height:30px}.cloud-shape{position:absolute;background:rgba(255,255,255,.8);border-radius:50%}.calculator-cloud-large .cloud-shape-1{width:50px;height:50px;top:5px;left:10px}.calculator-cloud-large .cloud-shape-2{width:60px;height:60px;top:0;left:35px}.calculator-cloud-large .cloud-shape-3{width:45px;height:45px;top:10px;left:70px}.calculator-cloud-medium .cloud-shape-1{width:35px;height:35px;top:5px;left:5px}.calculator-cloud-medium .cloud-shape-2{width:45px;height:45px;top:0;left:25px}.calculator-cloud-medium .cloud-shape-3{width:30px;height:30px;top:8px;left:55px}.calculator-cloud-small .cloud-shape-1{width:25px;height:25px;top:3px;left:5px}.calculator-cloud-small .cloud-shape-2{width:30px;height:30px;top:0;left:20px}.calculator-cloud-small .cloud-shape-3{width:20px;height:20px;top:5px;left:40px}@keyframes cloudFloat{0%,to{transform:translateX(0) translateY(0)}25%{transform:translateX(15px) translateY(-5px)}50%{transform:translateX(0) translateY(-8px)}75%{transform:translateX(-15px) translateY(-5px)}}@media screen and (max-width:768px){.calculator-clouds-container{height:25%}.calculator-cloud-large{width:90px;height:45px}.calculator-cloud-medium{width:70px;height:35px}.calculator-cloud-small{width:50px;height:25px}}.calculator-page{width:100%}.calculator-background{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2.5rem 1.5rem 6rem;gap:10px;min-height:90vh;background:linear-gradient(160deg,var(--color-bg-teal) 0,var(--color-bg-light) 55%,#ffffff 100%);position:relative;overflow:hidden}.calculator-background:before{content:"";position:absolute;top:-80px;right:-80px;width:480px;height:480px;border-radius:50%;background:radial-gradient(ellipse,rgba(27,97,114,.06) 0,transparent 70%);pointer-events:none}.wave-container{position:absolute;bottom:0;left:0;width:100%;height:220px;z-index:0;pointer-events:none;opacity:.55}.step-container{width:100%;max-width:1000px;display:flex;justify-content:center;align-items:flex-start;position:relative;z-index:1;will-change:transform,opacity}@media screen and (max-width:768px){.calculator-background{padding:1.5rem 1rem 5rem}}@media screen and (max-width:480px){.calculator-background{padding:1rem .625rem 4rem}}