.surf-hero-wrapper-0c6502ee {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
}

.surf-hero-overlay-0c6502ee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.surf-hero-content-0c6502ee {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.surf-hero-eyebrow-0c6502ee {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.surf-hero-headline-0c6502ee {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.surf-hero-subheadline-0c6502ee {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.surf-hero-actions-0c6502ee {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.surf-hero-btn-primary-0c6502ee {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.surf-hero-btn-primary-0c6502ee:hover {
    background-color: #128C7E;
    color: #fff;
}

.surf-hero-btn-primary-0c6502ee svg, .surf-hero-btn-primary-0c6502ee i {
    margin-right: 10px;
    fill: currentColor;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.surf-hero-btn-secondary-0c6502ee {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.surf-hero-btn-secondary-0c6502ee:hover {
    background-color: #fff;
    color: #000;
}

.surf-hero-trustbar-0c6502ee {
    display: flex;
    gap: 30px;
    justify-content: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
    flex-wrap: wrap;
}

.surf-hero-trust-item-0c6502ee {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}

.surf-hero-trust-item-0c6502ee svg, .surf-hero-trust-item-0c6502ee i {
    margin-right: 8px;
    font-size: 18px;
    fill: currentColor;
    width: 18px;
    height: 18px;
}

@media (max-width: 768px) {
    .surf-hero-headline-0c6502ee {
        font-size: 36px;
    }
    .surf-hero-subheadline-0c6502ee {
        font-size: 18px;
    }
    .surf-hero-actions-0c6502ee {
        flex-direction: column;
    }
    .surf-hero-trustbar-0c6502ee {
        flex-direction: column;
        gap: 15px;
    }
}
