 #hero {padding: 0;position: relative;overflow: hidden;min-height: 100vh;display: flex;align-items: center;}#hero .cs-container {width: 100%;max-width: 80rem;margin: auto;padding: clamp(9rem, 20vw, 12rem) 1rem clamp(3.75rem, 7.82vw, 6.25rem);position: relative;z-index: 1;}#hero .cs-content {max-width: 39.375rem;}#hero .cs-topper {color: rgba(255, 255, 255, 0.8);}#hero .cs-title {color: #fff;font-size: clamp(2.25rem, 5vw, 3.75rem);}#hero .cs-text {color: rgba(255, 255, 255, 0.9);margin-bottom: 2rem;max-width: 33rem;}#hero .cs-button-group {display: flex;flex-wrap: wrap;gap: 1rem;}#hero .cs-button-transparent {font-size: 1rem;line-height: clamp(2.875em, 5.5vw, 3.5em);text-decoration: none;font-weight: 700;text-align: center;color: #fff;min-width: 9.375rem;padding: 0 1.5rem;background-color: transparent;border: 2px solid #fff;border-radius: 0.5rem;display: inline-block;transition: background-color 0.3s, color 0.3s;}#hero .cs-button-transparent:hover {background-color: #fff;color: var(--primary);}#hero .cs-background {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;}#hero .cs-background:before {content: '';width: 100%;height: 100%;background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(37, 99, 235, 0.65) 100%);position: absolute;top: 0;left: 0;z-index: 1;}#hero .cs-background img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}