@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";.cs-banner{position:relative;width:100%;min-height:450px;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:80px 5%;font-family:Inter,sans-serif}.cs-banner:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.2);z-index:1}.cs-banner .cs-banner__overlay{position:relative;z-index:2;width:100%;display:flex;justify-content:center}.cs-banner .cs-banner__card{background:#fff;border-radius:20px;padding:60px;max-width:1200px;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.15)}.cs-banner .cs-banner__title{font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:700;color:#000;margin-bottom:24px;line-height:1.3}.cs-banner .cs-banner__description{font-size:1.05rem;line-height:1.8;color:#374151;margin:0 auto;max-width:1000px}.cs-banner .cs-bold-link{font-weight:700;color:#000;text-decoration:underline;text-underline-offset:3px;transition:color .3s ease}.cs-banner .cs-bold-link:hover{color:#75b946}@media(max-width:768px){.cs-banner{padding:60px 5%}.cs-banner .cs-banner__card{padding:40px 20px;border-radius:16px}.cs-banner .cs-banner__title{font-size:1.5rem;margin-bottom:16px}.cs-banner .cs-banner__description{font-size:.95rem;line-height:1.6}}