.hhs-42621f2d-wrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 30%, #ffffff 70%, #f0f9ff 100%);
}

.hhs-42621f2d-wrapper::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hhs-42621f2d-wrapper::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.hhs-42621f2d-container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
}

.hhs-42621f2d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.hhs-42621f2d-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hhs-42621f2d-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(16, 185, 129, 0.15);
}

.hhs-42621f2d-badge-icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.hhs-42621f2d-badge-icon svg {
    width: 14px;
    height: 14px;
}

.hhs-42621f2d-heading {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin: 0;
    padding: 0;
}

.hhs-42621f2d-highlight {
    position: relative;
    background: linear-gradient(135deg, #059669, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hhs-42621f2d-subheading {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    max-width: 540px;
}

.hhs-42621f2d-cta-wrap {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 8px;
}

.hhs-42621f2d-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid transparent;
    line-height: 1;
}

.hhs-42621f2d-btn svg {
    width: 18px;
    height: 18px;
}

.hhs-42621f2d-btn-primary {
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3);
}

.hhs-42621f2d-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.hhs-42621f2d-btn-secondary {
    border: 2px solid #d1fae5;
}

.hhs-42621f2d-btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.1);
}

.hhs-42621f2d-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    margin-top: 8px;
}

.hhs-42621f2d-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hhs-42621f2d-stat-number {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.hhs-42621f2d-stat-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Visual / Image */
.hhs-42621f2d-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hhs-42621f2d-image-wrap {
    position: relative;
    width: 100%;
}

.hhs-42621f2d-image-wrap::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(6, 182, 212, 0.15));
    z-index: -1;
    filter: blur(20px);
}

.hhs-42621f2d-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* Feature Cards */
.hhs-42621f2d-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hhs-42621f2d-feature-card {
    padding: 28px 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.hhs-42621f2d-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #059669, #06b6d4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hhs-42621f2d-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border-color: #d1fae5;
}

.hhs-42621f2d-feature-card:hover::before {
    opacity: 1;
}

.hhs-42621f2d-feature-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform 0.3s ease;
}

.hhs-42621f2d-feature-card:hover .hhs-42621f2d-feature-icon-wrap {
    transform: scale(1.1);
}

.hhs-42621f2d-feature-title {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.hhs-42621f2d-feature-desc {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .hhs-42621f2d-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hhs-42621f2d-content {
        align-items: center;
    }

    .hhs-42621f2d-subheading {
        max-width: 600px;
    }

    .hhs-42621f2d-heading {
        font-size: 42px;
    }

    .hhs-42621f2d-cta-wrap {
        justify-content: center;
    }

    .hhs-42621f2d-stats {
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
    }

    .hhs-42621f2d-stat {
        align-items: center;
        text-align: center;
    }

    .hhs-42621f2d-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .hhs-42621f2d-image-wrap {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .hhs-42621f2d-heading {
        font-size: 32px;
    }

    .hhs-42621f2d-subheading {
        font-size: 16px;
    }

    .hhs-42621f2d-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .hhs-42621f2d-features {
        grid-template-columns: 1fr;
    }

    .hhs-42621f2d-btn {
        padding: 14px 24px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }

    .hhs-42621f2d-cta-wrap {
        flex-direction: column;
        width: 100%;
    }

    .hhs-42621f2d-stat-number {
        font-size: 24px;
    }
}
