.calc-cta-section{background:linear-gradient(135deg,#1a1a1a,#000000);border-radius:20px;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden;margin-top:2.5rem}.calc-cta-section:before{content:"";position:absolute;top:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,215,0,.08) 0,transparent 70%);border-radius:50%}.calc-cta-section .calc-cta-content{max-width:600px;margin:0 auto;position:relative;z-index:1}.calc-cta-section .calc-cta-content h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:gold;margin-bottom:.75rem}.calc-cta-section .calc-cta-content p{font-size:clamp(1rem,2vw,1.1rem);color:hsla(0,0%,100%,.9);margin-bottom:1.75rem;line-height:1.6}.calc-cta-section .calc-cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#000;border:none;font-size:1.05rem;font-weight:600;font-family:Mukta,sans-serif;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,215,0,.3)}.calc-cta-section .calc-cta-button:hover{background:linear-gradient(135deg,#ffed4e,#ffd700);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,215,0,.5)}@media screen and (max-width:768px){.calc-cta-section{padding:2.25rem 1.5rem}}