.ph-a021d5de-hero {
    padding: 80px 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b1f33;
    overflow: hidden;
    position: relative;
}

.ph-a021d5de-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

@media (max-width: 991px) {
    .ph-a021d5de-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Left side elements */
.ph-a021d5de-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ph-a021d5de-badge {
    border: 1px solid #F59E0B;
    color: #F59E0B;
    background: rgba(245, 158, 11, 0.08);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    display: inline-block;
}

.ph-a021d5de-title {
    font-size: clamp(32px, 5vw, 46px);
    line-height: 1.15;
    font-weight: 800;
    color: #F8FAFC;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.ph-a021d5de-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #F8FAFC;
    opacity: 0.9;
    margin: 0 0 32px 0;
    max-width: 580px;
}

.ph-a021d5de-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.ph-a021d5de-btn-primary, .ph-a021d5de-btn-secondary {
    padding: 14px 28px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ph-a021d5de-btn-primary {
    background-color: #F59E0B;
    color: #0b1f33 !important;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3);
}

.ph-a021d5de-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
}

.ph-a021d5de-btn-secondary {
    border: 1px solid #F8FAFC;
    color: #F8FAFC !important;
    background: transparent;
}

.ph-a021d5de-btn-secondary:hover {
    background: rgba(248, 250, 252, 0.08);
    transform: translateY(-2px);
}

/* Lower checklist area */
.ph-a021d5de-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
    border-top: 1px solid rgba(248, 250, 252, 0.15);
    padding-top: 24px;
}

@media (max-width: 480px) {
    .ph-a021d5de-checklist {
        grid-template-columns: 1fr;
    }
}

.ph-a021d5de-checklist-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #F8FAFC;
    font-size: 14px;
    font-weight: 500;
}

.ph-a021d5de-check-icon {
    width: 16px;
    height: 16px;
    color: #F59E0B;
    stroke: currentColor;
    flex-shrink: 0;
}

/* Right Side: Visual Stats Block */
.ph-a021d5de-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ph-a021d5de-stats-card {
    background: #10263f;
    border: 1px solid rgba(248, 250, 252, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-radius: 24px;
    padding: 32px;
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.ph-a021d5de-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ph-a021d5de-stat-box {
    background: rgba(248, 250, 252, 0.03);
    border: 1px solid rgba(248, 250, 252, 0.08);
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ph-a021d5de-stat-num {
    font-size: 28px;
    font-weight: 800;
    color: #F8FAFC;
    letter-spacing: -0.5px;
}

.ph-a021d5de-stat-label {
    font-size: 13px;
    color: #F8FAFC;
    opacity: 0.65;
    font-weight: 500;
}

/* Chart visual */
.ph-a021d5de-chart-wrapper {
    background: rgba(248, 250, 252, 0.02);
    border: 1px solid rgba(248, 250, 252, 0.05);
    border-radius: 16px;
    padding: 24px 20px 16px 20px;
    height: 140px;
    display: flex;
    align-items: flex-end;
}

.ph-a021d5de-bars {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    gap: 12px;
}

.ph-a021d5de-bar {
    flex: 1;
    background: linear-gradient(180deg, #F59E0B 0%, #10263f 100%);
    border-radius: 8px 8px 0 0;
    transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
