.fhs-hero-13b1bc76 {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.fhs-bg-image-13b1bc76 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://images.unsplash.com/photo-1549451371-64aa98a6f660?crop=entropy&cs=srgb&fm=jpg&ixid=M3w1Njg3NDZ8MHwxfHNlYXJjaHwxfHxlbGVnYW50JTIwZXZlbnQlMjBsaWdodGluZyUyMHN0YWdlJTIwY29uY2VydHxlbnwwfDB8fHwxNjg0MTc3MDg3fDA&ixlib=rb-4.0.3&q=85'); /* Placeholder image if search fails, replaced dynamically if possible */
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.fhs-gradient-13b1bc76 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 16, 53, 0.8) 0%, rgba(26, 31, 94, 0.9) 100%);
    z-index: 1;
}

.fhs-glow-13b1bc76 {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,107,0,0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
    filter: blur(40px);
}

.fhs-pattern-13b1bc76 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    opacity: 0.02;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 1) 20px,
        rgba(255, 255, 255, 1) 21px
    );
}

.fhs-content-13b1bc76 {
    position: relative;
    z-index: 4;
    max-width: 800px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.fhs-title-13b1bc76 {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.fhs-subtitle-13b1bc76 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.6;
    max-width: 600px;
}

.fhs-buttons-13b1bc76 {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.fhs-btn-primary-13b1bc76 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6B00;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 107, 0, 0.35);
    gap: 8px;
}

.fhs-btn-primary-13b1bc76:hover {
    background-color: #e55f00;
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(255, 107, 0, 0.5);
    color: #ffffff;
}

.fhs-btn-secondary-13b1bc76 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
    gap: 8px;
}

.fhs-btn-secondary-13b1bc76:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}

@media (max-width: 768px) {
    .fhs-title-13b1bc76 {
        font-size: 36px;
    }

    .fhs-subtitle-13b1bc76 {
        font-size: 17px;
    }

    .fhs-glow-13b1bc76 {
        width: 350px;
        height: 350px;
        left: -15%;
    }

    .fhs-btn-primary-13b1bc76,
    .fhs-btn-secondary-13b1bc76 {
        padding: 14px 32px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .fhs-title-13b1bc76 {
        font-size: 28px;
    }

    .fhs-subtitle-13b1bc76 {
        font-size: 15px;
    }

    .fhs-buttons-13b1bc76 {
        flex-direction: column;
        align-items: center;
    }

    .fhs-btn-primary-13b1bc76,
    .fhs-btn-secondary-13b1bc76 {
        width: 100%;
    }
}
