.ah-hero-9e837294 {
    position: relative;
    padding: 80px 40px;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: sans-serif;
    border-radius: 8px;
    overflow: hidden;
}

.ah-overlay-9e837294 {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17,24,39,0.95) 0%, rgba(17,24,39,0.4) 100%);
    z-index: 1;
}

.ah-content-9e837294 {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.ah-title-9e837294 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
    color: #fff;
}

.ah-subtitle-9e837294 {
    font-size: 1.2rem;
    font-style: italic;
    color: #3b82f6;
    margin: 0 0 20px 0;
}

.ah-desc-9e837294 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #e5e7eb;
}

.ah-features-9e837294 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.ah-feature-item-9e837294 {
    display: flex;
    align-items: center;
    background: rgba(31, 41, 55, 0.6);
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
}

.ah-feature-icon-9e837294 {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.ah-feature-text-9e837294 h4 {
    margin: 0 0 5px 0;
    font-size: 1rem;
    color: #fff;
}

.ah-feature-text-9e837294 p {
    margin: 0;
    font-size: 0.85rem;
    color: #9ca3af;
}

.ah-buttons-9e837294 {
    display: flex;
    gap: 15px;
}

.ah-btn-1-9e837294, .ah-btn-2-9e837294 {
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.ah-btn-1-9e837294 {
    background: #3b82f6;
    color: #fff;
}

.ah-btn-1-9e837294:hover {
    background: #2563eb;
}

.ah-btn-2-9e837294 {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

.ah-btn-2-9e837294:hover {
    background: rgba(255,255,255,0.1);
}
