.cta{background-color:var(--base-500);width:100%;height:100svh;position:relative}.cta .container{justify-content:center;align-items:center;display:flex}.cta-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3rem;padding:6rem 4rem;display:flex}.cta-content h6{color:var(--accent);font-size:clamp(1.25rem,1.5vw,3rem)}.cta-content h5{max-width:580px}.cta-details{gap:6rem;display:flex}.cta-circle-button{aspect-ratio:1;justify-content:center;align-items:center;width:300px;margin-top:1rem;display:flex}.cta-button{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex;position:relative}.cta-button-svg{width:100%;height:100%;color:var(--base-400);pointer-events:none;transition:color .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-circle-button:hover .cta-button-svg{color:var(--accent)}.cta-button span{font-family:var(--font-host-grotesk),sans-serif;color:var(--base-100);font-size:1.25rem;transition:color .4s}.cta-circle-button:hover .cta-button span{color:var(--accent-light)}.cta-image{border:1px solid #e8520d26;border-radius:.35rem;width:45%;height:100%;max-height:900px;overflow:hidden}@media (max-width:1000px){.cta{height:100%;min-height:100svh}.cta .container{flex-direction:column;padding:0}.cta-content{gap:2rem;padding:4rem 1.5rem}.cta-content h5{max-width:100%;font-size:clamp(1.5rem,5vw,2.5rem)}.cta-details{flex-direction:column;gap:2rem}.cta-circle-button{width:200px;margin-top:2rem}.cta-image{border-radius:0;width:100%;height:60vh}}
