.surf-experience-hero-1617 {
    position: relative;
    padding: 120px 20px;
    background-size: cover;
    background-position: center;
    background-color: #0A192F; /* Fallback Ocean Navy */
    text-align: center;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.surf-experience-hero-1617::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    background-color: rgba(10, 25, 47, 0.4); /* Ocean overlay */
}

.surf-experience-hero-1617 .seh-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    color: #fff; /* Soft White */
}

.surf-experience-hero-1617 h1 {
    font-size: 56px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.surf-experience-hero-1617 .seh-subtitle {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}

.surf-experience-hero-1617 .seh-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.surf-experience-hero-1617 .seh-btn {
    padding: 16px 36px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
}

.surf-experience-hero-1617 .seh-btn-primary {
    background-color: #D35400; /* Terracotta fallback */
    color: #fff;
}

.surf-experience-hero-1617 .seh-btn-secondary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.surf-experience-hero-1617 .seh-price,
.surf-experience-hero-1617 .seh-location {
    font-size: 14px;
    opacity: 0.8;
    margin: 5px 0;
}

@media (max-width: 767px) {
    .surf-experience-hero-1617 {
        padding: 80px 15px;
        min-height: auto;
    }
    .surf-experience-hero-1617 h1 {
        font-size: 40px;
    }
    .surf-experience-hero-1617 .seh-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .surf-experience-hero-1617 .seh-btn {
        width: 100%;
        text-align: center;
    }
}
