:root{--rf-teal:#102e30;--rf-purple:#4a3e92;--rf-lavender:#ccc8e2;--rf-sage:#b3d5b7;--rf-sky:#6fadd4}.rf-crosslink{background:#fff;padding:6rem 1.5rem;position:relative}.rf-crosslink__container{margin:0 auto;max-width:1200px}.rf-crosslink__wrapper{align-items:center;background:linear-gradient(135deg,#fafafa,#f5f5f5);border:1px solid #e8e8e8;border-radius:12px;display:grid;gap:4rem;grid-template-columns:2fr 1fr;overflow:hidden;padding:4rem;position:relative}.rf-crosslink__wrapper:before{background:linear-gradient(180deg,var(--rf-purple) 0,var(--rf-sky) 50%,var(--rf-sage) 100%);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.rf-crosslink__content{position:relative;z-index:2}.rf-crosslink__heading{color:var(--rf-teal);font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.3;margin:0 0 1.25rem}.rf-crosslink__body{color:#4a5568;font-size:1.125rem;line-height:1.7;margin:0}.rf-crosslink__body p{margin:0 0 1rem}.rf-crosslink__body p:last-child{margin-bottom:0}.rf-crosslink__body strong{color:var(--rf-purple);font-weight:600}.rf-crosslink__action{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative}.rf-crosslink__btn{align-items:center;background:var(--rf-teal);border-radius:8px;box-shadow:0 4px 12px rgba(16,46,48,.2);color:#fff;display:flex;font-size:1rem;font-weight:600;gap:1rem;justify-content:space-between;letter-spacing:.02em;min-width:200px;padding:1.25rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.rf-crosslink__btn:focus,.rf-crosslink__btn:hover{background:#1a3b3f;box-shadow:0 6px 20px rgba(16,46,48,.3);transform:translateY(-2px)}.rf-crosslink__btn:focus{outline:3px solid var(--rf-lavender);outline-offset:3px}.rf-crosslink__btn-icon{align-items:center;background:hsla(0,0%,100%,.15);border-radius:4px;display:flex;height:24px;justify-content:center;transition:transform .3s ease;width:24px}.rf-crosslink__btn:hover .rf-crosslink__btn-icon{transform:translateX(4px)}.rf-crosslink__visual{align-items:center;display:flex;height:120px;justify-content:center;position:relative;width:120px}.rf-crosslink__circle{border-radius:50%;opacity:.7;position:absolute}.rf-crosslink__circle--1{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,var(--rf-purple),var(--rf-sky));height:80px;width:80px}.rf-crosslink__circle--2{animation:float 8s ease-in-out infinite reverse;background:linear-gradient(135deg,var(--rf-sage),var(--rf-lavender));height:50px;right:5px;top:10px;width:50px}.rf-crosslink__circle--3{animation:float 10s ease-in-out infinite;background:linear-gradient(135deg,var(--rf-sky),var(--rf-teal));bottom:15px;height:30px;left:15px;width:30px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1024px){.rf-crosslink__wrapper{gap:3rem;padding:3rem}}@media (max-width:768px){.rf-crosslink{padding:4rem 1.5rem}.rf-crosslink__wrapper{gap:2.5rem;grid-template-columns:1fr;padding:2.5rem 2rem;text-align:center}.rf-crosslink__heading{font-size:clamp(1.75rem,6vw,2.25rem)}.rf-crosslink__body{font-size:1rem}.rf-crosslink__btn{max-width:300px;width:100%}.rf-crosslink__visual{height:100px;margin:0 auto;width:100px}.rf-crosslink__circle--1{height:70px;width:70px}.rf-crosslink__circle--2{height:45px;width:45px}.rf-crosslink__circle--3{height:25px;width:25px}}@media (prefers-reduced-motion:reduce){.rf-crosslink__btn,.rf-crosslink__btn-icon,.rf-crosslink__circle{animation:none!important;transition:none!important}.rf-crosslink__btn:hover{transform:none}}@media print{.rf-crosslink{padding:2rem 0}.rf-crosslink__wrapper{background:#fff;border:1px solid #e0e0e0;box-shadow:none}.rf-crosslink__btn,.rf-crosslink__visual{display:none}}