/* ==========================================================================
   HEART OF KURDISTAN — CULTURE & TRADITIONAL ATTIRE STYLESHEET (culture.css)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Culture Hero & Introduction Header
   -------------------------------------------------------------------------- */
.culture-hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94) 0%, rgba(5, 46, 22, 0.9) 100%),
                url('../images/kurdish_clothes.jpg') center/cover no-repeat;
    color: #ffffff;
    padding: calc(var(--nav-h, 72px) + 3.5rem) 1.5rem 4.5rem;
    text-align: center;
    position: relative;
    border-bottom: 3px solid var(--accent, #fdb813);
}

.culture-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.25rem;
    background: rgba(253, 184, 19, 0.18);
    border: 1.5px solid var(--accent, #fdb813);
    color: var(--accent, #fdb813);
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.culture-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-weight: 800;
    line-height: 1.15;
}

.culture-hero h1 span {
    background: linear-gradient(135deg, #fbbf24 0%, #34d399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.culture-hero-desc {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    max-width: 860px;
    margin: 0 auto 2.25rem;
    color: #e2e8f0;
    line-height: 1.8;
}

/* Quick Navigation Anchor Bar */
.culture-nav-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    max-width: 1100px;
    margin: 2rem auto 0;
    padding: 0.85rem;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg, 16px);
}

.culture-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.95rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    color: #cbd5e1;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.culture-nav-btn:hover,
.culture-nav-btn.active {
    background: #fdb813;
    color: #0f172a;
    border-color: #fdb813;
    font-weight: 700;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(253, 184, 19, 0.35);
}

/* --------------------------------------------------------------------------
   2. Diversity Callout Banner ("No Single Costume")
   -------------------------------------------------------------------------- */
.diversity-disclaimer-card {
    background: linear-gradient(135deg, #090d16 0%, #172554 50%, #064e3b 100%);
    border: 2px solid rgba(253, 184, 19, 0.4);
    border-radius: var(--radius-lg, 16px);
    padding: 2.5rem 2.75rem;
    margin: 3.5rem 0;
    color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
}

.diversity-disclaimer-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(253, 184, 19, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.diversity-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.diversity-icon-badge {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(253, 184, 19, 0.15);
    border: 1.5px solid var(--accent, #fdb813);
    color: var(--accent, #fdb813);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.diversity-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.25;
}

.diversity-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #e2e8f0;
}

.diversity-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.5rem;
}

.diversity-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 9999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fef08a;
}

/* --------------------------------------------------------------------------
   3. Subsection Content Cards & Layouts
   -------------------------------------------------------------------------- */
.attire-section {
    padding: 4.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.attire-section:nth-child(even) {
    background: #0b1120;
}

.attire-section:nth-child(odd) {
    background: #0f172a;
}

.attire-section-header {
    text-align: left;
    margin-bottom: 2.75rem;
    position: relative;
}

.attire-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.95rem;
    border-radius: 9999px;
    margin-bottom: 0.85rem;
}

.attire-tag.pink {
    background: rgba(244, 63, 94, 0.15);
    border: 1px solid rgba(244, 63, 94, 0.4);
    color: #fb7185;
}

.attire-tag.blue {
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.4);
    color: #38bdf8;
}

.attire-tag.gold {
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.4);
    color: #fbbf24;
}

.attire-tag.green {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399;
}

.attire-tag.purple {
    background: rgba(168, 85, 247, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #c084fc;
}

.attire-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.attire-section-title span {
    color: var(--accent, #fdb813);
}

.attire-section-kurdish {
    font-size: 1.15rem;
    color: #34d399;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.attire-section-subtitle {
    font-size: 1.05rem;
    color: #94a3b8;
    max-width: 820px;
    line-height: 1.75;
}

/* Attire Grid Cards */
.attire-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.75rem;
    margin-top: 2rem;
}

.attire-card {
    background: rgba(18, 24, 38, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md, 12px);
    padding: 1.85rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.attire-card:hover {
    transform: translateY(-6px);
    border-color: rgba(253, 184, 19, 0.45);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 20px rgba(253, 184, 19, 0.15);
}

.attire-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.attire-card-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.35rem 0;
}

.attire-card-kurdish {
    font-size: 0.95rem;
    color: #fbbf24;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.attire-card-desc {
    font-size: 0.93rem;
    color: #cbd5e1;
    line-height: 1.75;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.attire-card-specs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1rem;
}

.attire-card-specs li {
    font-size: 0.84rem;
    color: #94a3b8;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.attire-card-specs li i {
    color: #34d399;
    margin-top: 0.2rem;
    font-size: 0.75rem;
}

/* --------------------------------------------------------------------------
   4. Regional Clothing Switcher & Grid
   -------------------------------------------------------------------------- */
.regional-tabs-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin: 2rem 0 2.5rem;
}

.region-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9999px;
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.region-tab-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-color: var(--accent, #fdb813);
}

.region-tab-btn.active {
    background: #047857;
    color: #ffffff;
    border-color: #10b981;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

.region-card {
    background: rgba(18, 24, 38, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg, 16px);
    padding: 2.25rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.region-card:hover {
    border-color: rgba(253, 184, 19, 0.4);
}

.region-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 1.25rem;
}

.region-title-group h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.35rem 0;
}

.region-kurdish-name {
    font-size: 1rem;
    color: #34d399;
    font-weight: 700;
}

.region-location-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.4);
    border-radius: 9999px;
    color: #38bdf8;
    font-size: 0.82rem;
    font-weight: 600;
}

.region-grid-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media (max-width: 768px) {
    .region-grid-split {
        grid-template-columns: 1fr;
    }
}

.region-gender-block {
    background: rgba(10, 15, 26, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1.5rem;
}

.region-gender-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* --------------------------------------------------------------------------
   5. Interactive Attire Anatomy & Quiz ("What is this part called?")
   -------------------------------------------------------------------------- */
.interactive-quiz-wrapper {
    background: linear-gradient(145deg, #090d16 0%, #1e1b4b 50%, #090d16 100%);
    border: 2px solid rgba(253, 184, 19, 0.45);
    border-radius: var(--radius-xl, 24px);
    padding: 3.5rem 2.5rem;
    margin: 4rem 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.quiz-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.quiz-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(253, 184, 19, 0.18);
    border: 1.5px solid #fdb813;
    color: #fdb813;
    padding: 0.4rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.quiz-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.85rem;
}

.quiz-title span {
    background: linear-gradient(135deg, #fdb813 0%, #fb7185 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quiz-subtitle {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Quiz Container & Card */
.quiz-game-container {
    max-width: 780px;
    margin: 0 auto;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg, 16px);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.quiz-status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.quiz-progress-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #38bdf8;
}

.quiz-score-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.5);
    border-radius: 9999px;
    color: #34d399;
    font-size: 0.85rem;
    font-weight: 700;
}

.quiz-progress-track {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.quiz-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #10b981 0%, #fdb813 100%);
    width: 10%;
    transition: width 0.4s ease;
}

/* Question Box */
.quiz-clue-box {
    background: rgba(10, 15, 26, 0.7);
    border-left: 4px solid #fdb813;
    border-radius: 0 10px 10px 0;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.quiz-target-type {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fbbf24;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.quiz-question-prompt {
    font-family: 'Outfit', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    margin: 0 0 0.5rem 0;
}

.quiz-question-desc {
    font-size: 0.98rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0;
}

/* Option Buttons */
.quiz-options-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (max-width: 600px) {
    .quiz-options-list {
        grid-template-columns: 1fr;
    }
}

.quiz-option-btn {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.15rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
}

.quiz-option-btn:hover:not([disabled]) {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fdb813;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(253, 184, 19, 0.2);
}

.quiz-option-letter {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    flex-shrink: 0;
    color: #fef08a;
}

.quiz-option-btn.correct {
    background: rgba(16, 185, 129, 0.25) !important;
    border-color: #10b981 !important;
    color: #34d399 !important;
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.4) !important;
}

.quiz-option-btn.correct .quiz-option-letter {
    background: #10b981 !important;
    color: #ffffff !important;
}

.quiz-option-btn.wrong {
    background: rgba(239, 68, 68, 0.25) !important;
    border-color: #ef4444 !important;
    color: #f87171 !important;
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.4) !important;
}

.quiz-option-btn.wrong .quiz-option-letter {
    background: #ef4444 !important;
    color: #ffffff !important;
}

/* Feedback Box */
.quiz-feedback-box {
    display: none;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    animation: fadeIn 0.3s ease;
}

.quiz-feedback-box.correct {
    display: block;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid #10b981;
}

.quiz-feedback-box.wrong {
    display: block;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid #ef4444;
}

.quiz-feedback-title {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quiz-feedback-box.correct .quiz-feedback-title {
    color: #34d399;
}

.quiz-feedback-box.wrong .quiz-feedback-title {
    color: #f87171;
}

.quiz-feedback-desc {
    font-size: 0.95rem;
    color: #e2e8f0;
    line-height: 1.7;
    margin: 0;
}

/* Quiz Controls */
.quiz-controls-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-quiz-next {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.75rem;
    background: linear-gradient(135deg, #fdb813 0%, #f59e0b 100%);
    border: none;
    border-radius: 10px;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-quiz-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 184, 19, 0.4);
}

.btn-quiz-restart {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.25rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-quiz-restart:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Garment Anatomy Quick Reference Flashcards */
.anatomy-reference-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-top: 3rem;
}

.anatomy-mini-card {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 1.25rem;
    transition: all 0.25s ease;
}

.anatomy-mini-card:hover {
    border-color: rgba(253, 184, 19, 0.4);
    transform: translateY(-3px);
}

.anatomy-mini-tag {
    font-size: 0.75rem;
    font-weight: 700;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.anatomy-mini-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.2rem 0;
}

.anatomy-mini-kurdish {
    font-size: 0.85rem;
    color: #fbbf24;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.anatomy-mini-def {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* --------------------------------------------------------------------------
   6. Keyframes Animations
   -------------------------------------------------------------------------- */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------------------------------------------------------------
   7. NEWROZ — THE KURDISH NEW YEAR SPECIAL MEGA-FEATURE STYLES
   -------------------------------------------------------------------------- */
.newroz-mega-header {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(153, 27, 27, 0.88) 50%, rgba(20, 83, 45, 0.92) 100%),
                url('../images/newroz.jpg') center/cover no-repeat;
    border-top: 3px solid #ef4444;
    border-bottom: 3px solid #fdb813;
    padding: 5rem 1.5rem;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}

.newroz-badge-fire {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.35rem;
    background: rgba(239, 68, 68, 0.25);
    border: 1.5px solid #ef4444;
    border-radius: 9999px;
    color: #fca5a5;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.newroz-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 5.5vw, 4.2rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 0.85rem;
}

.newroz-main-title span {
    background: linear-gradient(135deg, #f87171 0%, #fbbf24 50%, #34d399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.newroz-kurdish-subtitle {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fbbf24;
    margin-bottom: 1.25rem;
}

.newroz-main-desc {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    max-width: 900px;
    margin: 0 auto 2.5rem;
    color: #f1f5f9;
    line-height: 1.85;
}

/* Quick Newroz Navigation Tabs */
.newroz-jump-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    max-width: 1050px;
    margin: 0 auto;
}

.newroz-jump-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.95rem;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 9999px;
    color: #f8fafc;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.newroz-jump-btn:hover {
    background: #ef4444;
    color: #ffffff;
    border-color: #ef4444;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.4);
}

/* Thematic Subsections with Rich Media Cards */
.newroz-topic-block {
    padding: 4.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.newroz-topic-block:nth-child(even) {
    background: #090d16;
}

.newroz-topic-block:nth-child(odd) {
    background: #0d1322;
}

.newroz-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 3.5rem;
    align-items: center;
}

.newroz-grid-layout.reverse {
    grid-template-columns: 1.15fr 1fr;
}

@media (max-width: 968px) {
    .newroz-grid-layout,
    .newroz-grid-layout.reverse {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }
}

.newroz-media-wrapper {
    position: relative;
    border-radius: var(--radius-lg, 16px);
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
    background: #0b0f19;
}

.newroz-media-wrapper img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.newroz-media-wrapper:hover img {
    transform: scale(1.05);
}

.newroz-media-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.85rem;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    color: #fbbf24;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}

.newroz-media-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.85rem 1.25rem;
    background: linear-gradient(180deg, transparent 0%, rgba(9, 13, 22, 0.95) 100%);
    color: #e2e8f0;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 2;
}

.newroz-content-block {
    display: flex;
    flex-direction: column;
}

.newroz-topic-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.85rem;
    border-radius: 9999px;
    width: fit-content;
}

.newroz-topic-tag.fire {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #f87171;
}

.newroz-topic-tag.gold {
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.4);
    color: #fbbf24;
}

.newroz-topic-tag.green {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399;
}

.newroz-topic-tag.blue {
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.4);
    color: #38bdf8;
}

.newroz-topic-tag.purple {
    background: rgba(168, 85, 247, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #c084fc;
}

.newroz-topic-heading {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.4rem;
    line-height: 1.2;
}

.newroz-topic-kurdish {
    font-size: 1.15rem;
    color: #34d399;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.newroz-topic-body {
    font-size: 1rem;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 1.5rem;
}

.newroz-topic-body p {
    margin-bottom: 1rem;
}

.newroz-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

@media (max-width: 600px) {
    .newroz-highlight-list {
        grid-template-columns: 1fr;
    }
}

.newroz-highlight-list li {
    font-size: 0.88rem;
    color: #f1f5f9;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.04);
    padding: 0.6rem 0.85rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.newroz-highlight-list li i {
    color: #fbbf24;
    margin-top: 0.15rem;
    font-size: 0.8rem;
}

/* --------------------------------------------------------------------------
   8. 📸 NEWROZ AROUND KURDISTAN (Regional Visual Grid)
   -------------------------------------------------------------------------- */
.around-kurdistan-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, #090d16 0%, #171d2e 50%, #090d16 100%);
    border-top: 2px solid rgba(253, 184, 19, 0.3);
    border-bottom: 2px solid rgba(253, 184, 19, 0.3);
}

.around-kurdistan-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 3.5rem;
}

.around-kurdistan-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1.25rem;
    background: rgba(253, 184, 19, 0.15);
    border: 1.5px solid #fdb813;
    border-radius: 9999px;
    color: #fbbf24;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.around-kurdistan-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.around-kurdistan-title span {
    background: linear-gradient(135deg, #fbbf24 0%, #ef4444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.around-kurdistan-subtitle {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.75;
}

/* 6-City Showcase Grid */
.around-kurdistan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
}

.city-newroz-card {
    background: rgba(18, 24, 38, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg, 16px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.city-newroz-card:hover {
    transform: translateY(-8px);
    border-color: rgba(253, 184, 19, 0.5);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), 0 0 25px rgba(253, 184, 19, 0.15);
}

.city-newroz-media {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #090d16;
}

.city-newroz-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.city-newroz-card:hover .city-newroz-media img {
    transform: scale(1.08);
}

.city-newroz-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.8rem;
    background: rgba(9, 13, 22, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 9999px;
    color: #fbbf24;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.city-torch-stat {
    position: absolute;
    bottom: 0.75rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.75rem;
    background: linear-gradient(90deg, rgba(239, 68, 68, 0.9) 0%, rgba(245, 158, 11, 0.9) 100%);
    border-radius: 6px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
}

.city-newroz-body {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.city-newroz-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.3rem 0;
}

.city-newroz-kurdish {
    font-size: 0.95rem;
    color: #34d399;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.city-newroz-desc {
    font-size: 0.92rem;
    color: #cbd5e1;
    line-height: 1.75;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.city-newroz-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.85rem;
    font-size: 0.82rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* --------------------------------------------------------------------------
   9. Personal Stories & Historical Memories
   -------------------------------------------------------------------------- */
.newroz-stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.75rem;
    margin-top: 2.5rem;
}

.newroz-story-card {
    background: rgba(18, 24, 38, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg, 16px);
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease;
}

.newroz-story-card:hover {
    transform: translateY(-5px);
    border-color: rgba(251, 191, 36, 0.35);
}

.story-witness-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.story-avatar-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fbbf24;
    flex-shrink: 0;
}

.story-avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-author-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.story-author-origin {
    font-size: 0.82rem;
    color: #38bdf8;
    font-weight: 600;
}

.story-quote-text {
    font-size: 0.95rem;
    color: #e2e8f0;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.story-tag-bar {
    font-size: 0.78rem;
    font-weight: 700;
    color: #fbbf24;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* ==========================================================================
   HANDICRAFTS & LIVING ARTISANSHIP MEGA-SECTION
   ========================================================================== */
#handicrafts-mega-section {
    background: radial-gradient(circle at 10% 20%, rgba(245, 158, 11, 0.08) 0%, rgba(15, 23, 42, 1) 60%),
                radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.08) 0%, rgba(15, 23, 42, 1) 70%);
    padding: 5rem 0 3rem;
    border-top: 2px solid rgba(251, 191, 36, 0.25);
    border-bottom: 2px solid rgba(251, 191, 36, 0.25);
    position: relative;
    overflow: hidden;
}

.handicrafts-mega-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 4rem;
}

.handicrafts-badge-gold {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 1.4rem;
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.4);
    border-radius: 999px;
    color: #fbbf24;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.handicrafts-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 0.75rem;
}

.handicrafts-main-title span {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.handicrafts-kurdish-subtitle {
    font-size: 1.35rem;
    font-weight: 700;
    color: #34d399;
    margin-bottom: 1.25rem;
    direction: rtl;
}

.handicrafts-main-desc {
    font-size: 1.05rem;
    color: #cbd5e1;
    line-height: 1.8;
}

/* 5-Step Carpet Production Educational Pipeline */
.carpet-process-pipeline {
    background: rgba(30, 41, 59, 0.75);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(251, 191, 36, 0.25);
    border-radius: 24px;
    padding: 3rem 2rem;
    margin-bottom: 5rem;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}

.pipeline-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.pipeline-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.pipeline-title span {
    color: #fbbf24;
}

.pipeline-subtitle {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.7;
}

.pipeline-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    position: relative;
}

@media (max-width: 1100px) {
    .pipeline-steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .pipeline-steps-grid {
        grid-template-columns: 1fr;
    }
}

.step-card {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(251, 191, 36, 0.5);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.step-card-number {
    position: absolute;
    top: -14px;
    left: 16px;
    background: linear-gradient(135deg, #fbbf24, #d97706);
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.step-card-img-wrap {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.step-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.step-card:hover .step-card-img-wrap img {
    transform: scale(1.08);
}

.step-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.35rem;
}

.step-card-kurdish {
    font-size: 0.85rem;
    font-weight: 700;
    color: #34d399;
    margin-bottom: 0.75rem;
    direction: rtl;
}

.step-card-desc {
    font-size: 0.85rem;
    color: #cbd5e1;
    line-height: 1.65;
    margin-bottom: 0.75rem;
    flex-grow: 1;
}

.step-card-highlight {
    font-size: 0.78rem;
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    border-left: 3px solid #fbbf24;
}

/* 10 Handicrafts Gallery Grid */
.handicrafts-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.craft-card {
    background: rgba(18, 24, 38, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.craft-card:hover {
    transform: translateY(-8px);
    border-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.45);
}

.craft-card-media {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.craft-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.craft-card:hover .craft-card-media img {
    transform: scale(1.06);
}

.craft-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(251, 191, 36, 0.3);
    color: #fbbf24;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.craft-materials-tag {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(16, 185, 129, 0.85);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.7rem;
    border-radius: 6px;
}

.craft-card-body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.craft-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.35rem;
}

.craft-kurdish {
    font-size: 1rem;
    font-weight: 700;
    color: #34d399;
    margin-bottom: 0.85rem;
    direction: rtl;
}

.craft-desc {
    font-size: 0.92rem;
    color: #cbd5e1;
    line-height: 1.75;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.craft-specs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.craft-specs-list li {
    font-size: 0.85rem;
    color: #94a3b8;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.craft-specs-list li i {
    color: #fbbf24;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.craft-region-footer {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: #94a3b8;
}

.craft-region-footer strong {
    color: #e2e8f0;
}

/* ==========================================================================
   9. 🗺️ CULTURE BY REGION MEGA-SECTION STYLES
   ========================================================================== */
#culture-by-region-mega {
    scroll-margin-top: 100px;
    background: #0d1322;
    border-top: 2px solid rgba(56, 189, 248, 0.25);
    border-bottom: 2px solid rgba(56, 189, 248, 0.25);
}

/* Regional Hierarchy Interactive Architecture */
.region-hierarchy-banner {
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 3.5rem;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.hierarchy-root-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 2rem;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.25), rgba(251, 191, 36, 0.25));
    border: 2px solid #fbbf24;
    border-radius: 999px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.25);
}

.hierarchy-quadrant-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    text-align: left;
}

@media (max-width: 1024px) {
    .hierarchy-quadrant-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .hierarchy-quadrant-grid {
        grid-template-columns: 1fr;
    }
}

.hierarchy-node {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.hierarchy-node:hover {
    transform: translateY(-4px);
    border-color: #38bdf8;
    background: rgba(30, 41, 59, 0.95);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.hierarchy-node-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #38bdf8;
    margin-bottom: 0.35rem;
}

.hierarchy-node-kurdish {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 0.85rem;
    direction: rtl;
}

.hierarchy-cities-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.city-pill {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    color: #e2e8f0;
}

/* Regional Detailed Deep-Dive Showcase */
.regional-deepdive-card {
    background: rgba(18, 24, 38, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 3.5rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
}

.regional-card-hero {
    position: relative;
    padding: 2.75rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.85) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.regional-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.95rem;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.4);
    color: #38bdf8;
    margin-bottom: 0.85rem;
}

.regional-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.3rem;
}

.regional-hero-kurdish {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fbbf24;
    direction: rtl;
    margin-bottom: 1rem;
}

.regional-dimensions-grid {
    padding: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .regional-dimensions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .regional-dimensions-grid {
        grid-template-columns: 1fr;
    }
}

.dimension-box {
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
}

.dimension-box:hover {
    border-color: rgba(251, 191, 36, 0.4);
    transform: translateY(-3px);
}

.dimension-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dimension-body {
    font-size: 0.9rem;
    color: #cbd5e1;
    line-height: 1.75;
}

.dimension-body strong {
    color: #ffffff;
}

/* ==========================================================================
   10. 🗣️ KURDISH WORDS BEHIND THE CULTURE STYLES
   ========================================================================== */
#kurdish-words-behind-culture {
    scroll-margin-top: 100px;
    background: #090d16;
    border-top: 2px solid rgba(239, 68, 68, 0.25);
    border-bottom: 2px solid rgba(239, 68, 68, 0.25);
}

.vocab-matrix-card {
    background: rgba(18, 24, 38, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.vocab-matrix-header {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.95));
    padding: 1.75rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.vocab-matrix-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
}

.vocab-table-wrapper {
    overflow-x: auto;
}

.vocab-data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    text-align: left;
}

.vocab-data-table th {
    background: rgba(15, 23, 42, 0.95);
    color: #fbbf24;
    font-weight: 700;
    padding: 1rem 1.25rem;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vocab-data-table td {
    padding: 1.15rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    vertical-align: middle;
}

.vocab-data-table tr:hover td {
    background: rgba(255, 255, 255, 0.03);
}

.vocab-english {
    font-weight: 700;
    color: #ffffff;
}

.vocab-kurmanji {
    color: #38bdf8;
    font-weight: 600;
}

.vocab-sorani {
    color: #34d399;
    font-weight: 700;
}

.vocab-hawrami-zaza {
    color: #c084fc;
    font-size: 0.86rem;
}

.vocab-context {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.6;
}
