/* ═══════════════════════════════════
   TAHABIL - GLOBAL FIX
   ═══════════════════════════════════ */

/* Fix title/subtitle overlap */
* { box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
    position: relative;
    z-index: 2;
    line-height: 1.2 !important;
    margin-top: 0 !important;
}

p {
    position: relative;
    z-index: 2;
    line-height: 1.65;
}

/* Section spacing */
.page-hero {
    padding: 4rem 0 5rem;
    position: relative;
    overflow: hidden;
}

.page-hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.page-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.4rem 0.875rem;
    background: rgba(245,166,35,0.2);
    border: 1px solid rgba(245,166,35,0.4);
    color: #FBBF4A;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 999px;
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
}

.page-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
    font-weight: 900 !important;
    color: white !important;
    line-height: 1.15 !important;
    margin-bottom: 1.25rem !important;
    position: relative;
    z-index: 5;
}

.page-hero-subtitle {
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    color: rgba(203,213,225,0.9) !important;
    line-height: 1.65 !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 5;
}

/* Section titles */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    background: #F5A623;
    color: #1B2B6B;
    font-size: 0.75rem;
    font-weight: 800;
    border-radius: 999px;
    margin-bottom: 0.875rem;
    letter-spacing: 0.02em;
}

.section-title {
    font-size: clamp(1.4rem, 3vw, 2rem) !important;
    font-weight: 800 !important;
    color: #1B2B6B !important;
    line-height: 1.25 !important;
    margin-bottom: 0.625rem !important;
    position: relative;
    z-index: 2;
}

.section-subtitle {
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    color: #64748B !important;
    line-height: 1.65 !important;
    margin-top: 0.5rem !important;
    position: relative;
    z-index: 2;
}
