@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
.cta-section{box-sizing:border-box;background-color:#fff;justify-content:center;width:100%;padding:100px 40px;display:flex;overflow:hidden}.cta-container{justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1280px;display:flex}.cta-content{flex-direction:column;flex:1;align-items:flex-start;gap:30px;max-width:680px;display:flex}.cta-title{color:#0e0e0f;margin:0;font-family:Inter,sans-serif;font-size:52px;font-weight:500;line-height:1.15}.cta-subtitle{color:#4d4d51;max-width:620px;margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:1.5}.cta-actions{flex-wrap:wrap;gap:20px;display:flex}.cta-btn{color:#fff;background-color:#000;border-radius:8px;gap:10px;padding:16px 28px;font-family:Inter,sans-serif;font-size:16px;font-weight:500}.cta-btn:hover{color:#000;opacity:.9;background-color:#ffa800;transform:translateY(-2px)}.cta-visual{flex-shrink:0;width:500px;height:500px;position:relative}.cta-ring{z-index:0;border:1px solid #ffa800;border-radius:50%;width:280px;height:280px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-orbit-item{z-index:1;position:absolute;top:50%;left:50%}.cta-image{background:#eceded;border-radius:50%;width:170px;height:170px;overflow:hidden;box-shadow:0 10px 20px #0000000d}.cta-image img{object-fit:cover;width:100%;height:100%}.img-top{transform:translate(-50%,-50%)translateY(-140px)}.img-bottom-right{transform:translate(-50%,-50%)rotate(120deg)translateY(-140px)rotate(-120deg)}.img-bottom-left{transform:translate(-50%,-50%)rotate(240deg)translateY(-140px)rotate(-240deg)}.cta-dot{z-index:0;background:#ffa800;border-radius:50%;width:12px;height:12px}.dot-tr{transform:translate(-50%,-50%)rotate(60deg)translateY(-140px)}.dot-b{transform:translate(-50%,-50%)rotate(180deg)translateY(-140px)}.dot-tl{transform:translate(-50%,-50%)rotate(300deg)translateY(-140px)}@media (max-width:1024px){.cta-container{text-align:center;flex-direction:column}.cta-content{align-items:center}.cta-title{font-size:42px}.cta-visual{order:1}.cta-content{flex-direction:column;order:2;align-items:center;gap:30px;width:100%;display:flex}.cta-title{order:1}.cta-subtitle{order:2}.cta-content a{order:3;justify-content:center;width:100%;display:flex}}@media (max-width:600px){.cta-title{font-size:32px}.cta-visual{width:340px;height:340px}.cta-ring{width:180px;height:180px}.cta-image{width:110px;height:110px}.img-top{transform:translate(-50%,-50%)translateY(-90px)}.img-bottom-right{transform:translate(-50%,-50%)rotate(120deg)translateY(-90px)rotate(-120deg)}.img-bottom-left{transform:translate(-50%,-50%)rotate(240deg)translateY(-90px)rotate(-240deg)}.dot-tr{transform:translate(-50%,-50%)rotate(60deg)translateY(-90px)}.dot-b{transform:translate(-50%,-50%)rotate(180deg)translateY(-90px)}.dot-tl{transform:translate(-50%,-50%)rotate(300deg)translateY(-90px)}}
