.cta-banner-section{padding:40px 0;background:#121212;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.cta-banner-content{text-align:center;max-width:700px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.cta-banner-title{font-size:clamp(1.6rem, 5.5vw, 3.5rem);font-weight:800;color:var(--primary-color);margin-bottom:25px;background:linear-gradient(135deg,var(--blurple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;word-break:break-word;hyphens:auto;position:relative}@media (max-width:480px){.cta-banner-title{font-size:1.9rem}}.cta-banner-description{font-size:.95rem;color:var(--secondary-color);margin-bottom:25px;line-height:1.5}.cta-banner-button{display:inline-block;background:var(--blurple);color:#fff!important;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:.3s cubic-bezier(.25, .8, .25, 1);box-shadow:0 2px 12px rgba(88,101,242,.25);line-height:1.4}.cta-banner-button:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(88,101,242,.35);background:#4c5de6}