.crowdfunding-section{max-width:1120px;margin:0 auto;padding:0 28px 64px}
.crowdfunding-banner{display:flex;align-items:center;justify-content:space-between;gap:34px;overflow:hidden;position:relative;background:#0c1f3d;border:1.5px solid #203b61;border-radius:24px;color:inherit;text-decoration:none;box-shadow:0 18px 45px rgba(12,31,61,.16);transition:transform .18s ease,box-shadow .18s ease;padding:42px 44px}
.crowdfunding-banner::before,.crowdfunding-banner::after{content:"";position:absolute;border-radius:50%;background:rgba(246,199,102,.12)}
.crowdfunding-banner::before{width:260px;height:260px;right:-70px;top:-145px}
.crowdfunding-banner::after{width:150px;height:150px;right:145px;bottom:-115px}
.crowdfunding-banner:hover{transform:translateY(-3px);box-shadow:0 22px 52px rgba(12,31,61,.22)}
.crowdfunding-banner:focus-visible{outline:3px solid #e8a52a;outline-offset:4px}
.crowdfunding-copy{display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;z-index:1;max-width:720px}
.crowdfunding-eyebrow{font-size:13px;font-weight:800;letter-spacing:.08em;color:#f6c766;margin-bottom:10px}
.crowdfunding-copy h2{font-size:clamp(24px,2.7vw,33.5px);line-height:1.45;margin:0 0 12px}
.crowdfunding-copy p{font-size:15.5px;color:#dbe5f4;margin:0 0 20px}
.crowdfunding-link{font-size:16px;font-weight:800;color:#302005;background:linear-gradient(120deg,#d6941f,#f0b23c,#f6c766);border-radius:999px;padding:12px 20px;align-self:flex-start}
.crowdfunding-symbol{position:relative;z-index:1;flex:0 0 auto;width:132px;height:132px;border:1px solid rgba(246,199,102,.38);border-radius:28px;display:grid;place-items:center;color:#f6c766;font-size:60px;font-weight:900;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:inset 0 0 32px rgba(246,199,102,.08)}
@media(max-width:900px){.crowdfunding-banner{padding:34px 26px}.crowdfunding-symbol{display:none}}
@media(max-width:480px){.crowdfunding-section{padding-left:18px;padding-right:18px}.crowdfunding-banner{padding:28px 20px}}
