/* ============================================================
   GH Chess Strategy — Styles v7
   Pure Black & High Contrast Bold Date Text Styles
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;900&family=Montserrat:wght@400;600;700;800&display=swap');

/* ── Hide Theme Default Page Header/Titles ──────────────── */
.page-template-default .entry-title,
.page .entry-title,
.page .entry-header,
.page-header,
header.entry-header {
    display: none !important;
}

/* ── Variables ──────────────────────────────────────────── */
:root {
    --gh-gold:         #C8A951;
    --gh-gold-light:   #E6C96A;
    --gh-gold-dark:    #8E711E;
    --gh-gold-glow:    rgba(200,169,81,0.25);
    --gh-dark:         #0A0A0A;
    --gh-dark-2:       #111111;
    --gh-dark-card:    #181818;
    --gh-dark-border:  #2A2A2A;
    --gh-white:        #FFFFFF;
    --gh-text:         #E8E8E8;
    --gh-text-muted:   #9A9A9A;
    --gh-light-bg:     #FFFFFF;
    --gh-light-card:   #F9F9F9;
    --gh-light-border: #CCCCCC;
    --gh-light-text:   #000000;
    --gh-light-muted:  #222222;
    --gh-success:      #27AE60;
    --gh-error:        #E74C3C;
    --gh-radius:       12px;
    --gh-radius-sm:    8px;
    --gh-shadow:       0 4px 24px rgba(0,0,0,0.12);
    --gh-transition:   all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ── Base ────────────────────────────────────────────────── */
.gh-chess-wrap, .gh-chess-wrap * { box-sizing: border-box; }

.gh-chess-wrap {
    font-family: 'Tajawal', Arial, sans-serif;
    direction: rtl;
    text-align: right;
    color: var(--gh-text);
    background: var(--gh-dark);
    line-height: 1.7;
    overflow-x: hidden;
}

.gh-chess-wrap h1,
.gh-chess-wrap h2,
.gh-chess-wrap h3 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: var(--gh-white);
    margin: 0 0 1rem;
}

.gh-chess-wrap a { text-decoration: none; transition: var(--gh-transition); }
.gh-gold { color: #000000 !important; font-weight: 900 !important; }

/* ── Container ──────────────────────────────────────────── */
.gh-container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ── Sections ───────────────────────────────────────────── */
.gh-section { padding: 70px 0; }

.gh-section-header { text-align: center; margin-bottom: 40px; }
.gh-section-header h2 { font-size: clamp(24px,4vw,36px); font-weight: 800; color: #000000 !important; }
.gh-section-en { font-family: 'Montserrat',sans-serif; font-size:0.6em; color:#333333 !important; font-weight:600; }
.gh-section-desc { color:#222222 !important; font-size:16px; margin-top:10px; font-weight: 600; }

.gh-divider-gold {
    width:60px; height:3px;
    background: linear-gradient(90deg, var(--gh-gold), var(--gh-gold-light));
    margin: 14px auto 0; border-radius: 2px;
}

/* ════════════════════════════════════════════════════════════
   BUTTONS — no underline, clean
   ════════════════════════════════════════════════════════════ */
.gh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: var(--gh-radius-sm);
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--gh-transition);
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.gh-btn-gold {
    background: linear-gradient(135deg, var(--gh-gold), var(--gh-gold-light));
    color: #000 !important;
    box-shadow: 0 4px 16px var(--gh-gold-glow);
}
.gh-btn-gold:hover {
    background: linear-gradient(135deg, var(--gh-gold-light), var(--gh-gold));
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(200,169,81,0.45);
    color: #000 !important;
}

.gh-btn-outline {
    background: transparent;
    border-color: var(--gh-gold);
    color: var(--gh-gold) !important;
}
.gh-btn-outline:hover {
    background: var(--gh-gold);
    color: #000 !important;
    transform: translateY(-2px);
}

.gh-btn-full { width: 100%; }
.gh-btn-sm   { padding: 9px 20px; font-size: 14px; }

.gh-btn-submit { font-size: 17px; padding: 15px; letter-spacing: 0.3px; margin-top: 6px; }

/* ════════════════════════════════════════════════════════════
   HERO — Logo Top-Right, Content Right Aligned
   ════════════════════════════════════════════════════════════ */
.gh-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 60px 0 60px;
    overflow: hidden;
}

.gh-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5,5,5,0.4) 0%,
        rgba(10,10,10,0.85) 60%,
        rgba(10,10,10,0.95) 100%
    );
}

.gh-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.gh-hero-logo {
    text-align: right;
    margin-bottom: 20px;
}
.gh-hero-logo img { filter: brightness(0) invert(1); }

.gh-hero-content {
    max-width: 680px;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}

.gh-hero-badge {
    display: inline-block;
    background: rgba(200,169,81,0.14);
    border: 1px solid rgba(200,169,81,0.45);
    color: var(--gh-gold);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.gh-hero-title {
    font-size: clamp(34px,5.5vw,56px);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
    color: var(--gh-white);
}

.gh-hero-title .gh-gold { color: var(--gh-gold) !important; }

.gh-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px,2vw,18px);
    color: var(--gh-gold-light);
    margin-bottom: 20px;
    font-weight: 600;
    direction: ltr;
    text-align: right;
}

.gh-hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 2;
    margin-bottom: 32px;
}
.gh-hero-desc strong { color: var(--gh-gold); }
.gh-hero-desc-en { font-family: 'Montserrat',sans-serif; font-size:13px; color:rgba(255,255,255,0.6); }

.gh-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-start; }

/* ════════════════════════════════════════════════════════════
   STATS BAR
   ════════════════════════════════════════════════════════════ */
.gh-stats-bar {
    background: linear-gradient(135deg, #A68A3A, var(--gh-gold) 50%, #A68A3A);
    padding: 24px 0;
}
.gh-stats-grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.gh-stat { display:flex; flex-direction:column; align-items:center; padding:8px 20px; text-align:center; }
.gh-stat-num { font-size: clamp(22px,3vw,34px); font-weight:900; color:#000; line-height:1; font-family:'Montserrat',sans-serif; }
.gh-stat-lbl { font-size:12px; color:rgba(0,0,0,0.85); font-weight:700; margin-top:4px; }
.gh-stat-divider { width:1px; height:36px; background:rgba(0,0,0,0.2); }

/* ════════════════════════════════════════════════════════════
   PROGRAM INFO & SCHEDULE TABLES
   ════════════════════════════════════════════════════════════ */
.gh-program-info { background: #FFFFFF; padding-top: 0; padding-bottom: 70px; }

.gh-info-banner-wrap {
    width: 100%;
    max-height: 380px;
    overflow: hidden;
    margin-bottom: 0;
}
.gh-info-banner-img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 380px;
    object-fit: cover;
    display: block;
}

.gh-info-table-wrap { width: 100%; margin: 0 auto; overflow-x: auto; }
.gh-info-table { width:100%; border-collapse:collapse; direction:rtl; border: 1px solid var(--gh-light-border); }
.gh-info-table th, .gh-info-table td {
    padding: 14px 18px;
    text-align: right;
    border-bottom: 1px solid var(--gh-light-border);
    font-size: 15px;
}
.gh-info-table th {
    color: #000000 !important;
    font-weight: 900 !important;
    width: 240px;
    background: #F5F5F5;
}
.gh-info-table td { color: #000000 !important; background: #FFFFFF; font-weight: 700 !important; }
.gh-info-table tr:last-child th,
.gh-info-table tr:last-child td { border-bottom: none; }
.gh-info-table td small { font-family:'Montserrat',sans-serif; font-size:12px; color:#333333; display:block; margin-top:3px; }

.gh-schedule-table th { width: auto; font-weight: 900 !important; font-size: 15px; color: #000000 !important; }
.gh-schedule-table td { font-size: 15px; color: #000000 !important; font-weight: 800 !important; }
.gh-schedule-table td .gh-gold { color: #000000 !important; font-weight: 900 !important; }

/* ════════════════════════════════════════════════════════════
   PARTS SECTION & DATES BADGES
   ════════════════════════════════════════════════════════════ */
.gh-parts-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.gh-parts-bg-overlay {
    position: absolute; inset: 0;
    background: rgba(8,8,8,0.92);
}
.gh-parts-section .gh-section-header h2 { color: var(--gh-white) !important; }
.gh-parts-section .gh-section-en { color: var(--gh-text-muted) !important; }
.gh-parts-section .gh-section-desc { color: var(--gh-text-muted) !important; }

.gh-parts-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.gh-part-card {
    background: rgba(24,24,24,0.95);
    border: 1px solid rgba(200,169,81,0.25);
    border-radius: var(--gh-radius);
    padding: 32px 26px;
    transition: var(--gh-transition);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(4px);
}
.gh-part-card:hover {
    transform: translateY(-6px);
    border-color: var(--gh-gold);
    box-shadow: 0 16px 48px rgba(0,0,0,0.5), 0 0 30px rgba(200,169,81,0.15);
}

.gh-part-num-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--gh-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gh-part-num-en {
    font-family: 'Montserrat',sans-serif;
    font-size: 11px;
    color: var(--gh-text-muted);
    font-weight: 400;
}

.gh-part-title-ar {
    font-size: 16px;
    font-weight: 700;
    color: var(--gh-white);
    margin-bottom: 5px;
    line-height: 1.4;
}
.gh-part-title-en {
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    color: var(--gh-text-muted);
    margin-bottom: 14px;
    line-height: 1.4;
}

.gh-part-dates-badge {
    background: rgba(200, 169, 81, 0.2);
    border: 1px solid var(--gh-gold);
    color: #FFFFFF !important;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 900 !important;
    margin-bottom: 18px;
    text-align: center;
}

.gh-part-price { margin-bottom: 22px; }
.gh-price-num { font-size: 46px; font-weight:900; color:var(--gh-white); line-height:1; font-family:'Montserrat',sans-serif; }
.gh-price-currency { font-size:18px; font-weight:700; color:var(--gh-gold); margin-right:4px; }
.gh-price-note { display:block; font-size:11px; color:var(--gh-text-muted); margin-top:5px; }

.gh-part-features { list-style:none; padding:0; margin:0 0 24px; flex:1; }
.gh-part-features li {
    display:flex; align-items:center; gap:10px;
    padding:9px 0; border-bottom:1px solid rgba(255,255,255,0.06);
    font-size:14px; color:var(--gh-text);
}
.gh-part-features li:last-child { border-bottom:none; }

/* ════════════════════════════════════════════════════════════
   PURE BLACK & HIGH CONTRAST DATES FIX (EXPLICIT OVERRIDES)
   ════════════════════════════════════════════════════════════ */
.gh-curriculum-section { background: #FFFFFF; padding: 70px 0; }
.gh-accordion { display:flex; flex-direction:column; gap:12px; width: 100%; }

.gh-accordion-item {
    background: #FFFFFF;
    border: 1px solid var(--gh-light-border);
    border-radius: var(--gh-radius);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: var(--gh-transition);
}
.gh-accordion-item.active { border-color: var(--gh-gold); box-shadow: 0 4px 16px rgba(200,169,81,0.12); }

.gh-accordion-header {
    display: flex; align-items: center; gap: 14px;
    padding: 20px 24px; cursor: pointer; user-select: none;
    transition: var(--gh-transition);
}
.gh-accordion-header:hover { background: rgba(200,169,81,0.04); }

.gh-acc-title {
    flex: 1; font-size: 17px; font-weight: 900 !important;
    color: #000000 !important;
    display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.gh-acc-title .gh-gold {
    color: #000000 !important;
    font-weight: 900 !important;
}
.gh-acc-sub { font-size: 13px; font-weight:800 !important; color:#000000 !important; }

.gh-acc-price-badge {
    background: #F5F5F5;
    border: 1.5px solid #000000;
    color: #000000 !important;
    padding: 4px 13px; border-radius: 20px;
    font-size: 14px; font-weight: 900 !important; white-space: nowrap;
}

.gh-acc-arrow { color:#000000 !important; font-size:15px; transition:var(--gh-transition); margin-right:auto; }
.gh-accordion-item.active .gh-acc-arrow { transform: rotate(90deg); }

.gh-accordion-body {
    display: none;
    padding: 0 24px 24px;
    border-top: 1px solid var(--gh-light-border);
    background: #FFFFFF;
}
.gh-accordion-item.active .gh-accordion-body { display: block; animation: gh-slideDown 0.3s ease; }

.gh-lectures-list { list-style:none; padding:16px 0 0; margin:0 0 16px; }
.gh-lectures-list li {
    display:flex; align-items:center; gap:14px;
    padding:12px 0; border-bottom:1px solid var(--gh-light-border);
    font-size:15px;
}
.gh-lectures-list li:last-child { border-bottom:none; }
.gh-lecture-num {
    width:28px; height:28px;
    background: var(--gh-gold);
    color: #000000; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-size:12px; font-weight:900; flex-shrink:0;
}

.gh-lecture-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
}

.gh-lecture-title { color:#000000 !important; font-weight: 900 !important; font-size: 15px; }

/* 🔴 EXPLICIT PURE BLACK DATES FOR MAXIMUM READABILITY */
.gh-lecture-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F0F0F0 !important;
    border: 1.5px solid #000000 !important;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 14px;
    color: #000000 !important;
    font-weight: 900 !important;
    white-space: nowrap;
}
.gh-lecture-date-badge .gh-day { color: #000000 !important; font-weight: 900 !important; }
.gh-lecture-date-badge .gh-date { color: #000000 !important; font-weight: 900 !important; }

.gh-acc-footer {
    display:flex; align-items:center; justify-content:space-between;
    gap:16px; padding-top:16px;
    border-top:1px solid var(--gh-light-border);
    flex-wrap:wrap;
}
.gh-acc-meta { display:flex; gap:20px; flex-wrap:wrap; }
.gh-acc-meta span { font-size:13px; color:#000000 !important; font-weight: 700 !important; }
.gh-acc-meta strong { color:#000000 !important; font-weight: 900 !important; }

/* ════════════════════════════════════════════════════════════
   PART PAGE DATES — PURE BLACK FIX
   ════════════════════════════════════════════════════════════ */
.gh-period-badge-box {
    background: #F5F5F5 !important;
    border: 1.5px solid #000000 !important;
    color: #000000 !important;
    padding: 12px 18px;
    border-radius: var(--gh-radius-sm);
    font-size: 16px;
    font-weight: 900 !important;
    margin-bottom: 20px;
}
.gh-period-badge-box strong {
    color: #000000 !important;
    font-weight: 900 !important;
}

.gh-lecture-date-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000000 !important;
    font-weight: 900 !important;
    margin-top: 4px;
}
.gh-lecture-date-info .gh-day-name {
    color: #000000 !important;
    font-weight: 900 !important;
}
.gh-lecture-date-info .gh-date-val {
    color: #000000 !important;
    font-weight: 900 !important;
}
.gh-lecture-date-info .gh-lecture-duration {
    color: #333333 !important;
    font-weight: 700 !important;
}

/* ════════════════════════════════════════════════════════════
   CTA SECTION
   ════════════════════════════════════════════════════════════ */
.gh-cta-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}
.gh-cta-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5,5,5,0.3) 0%,
        rgba(8,6,0,0.85) 60%,
        rgba(8,6,0,0.95) 100%
    );
}

.gh-cta-right {
    text-align: right;
    max-width: 650px;
    margin-right: 0;
    margin-left: auto;
}

.gh-cta-right h2 { font-size:clamp(26px,4vw,40px); font-weight:900; margin-bottom:6px; color: var(--gh-white); }
.gh-cta-en { font-family:'Montserrat',sans-serif; font-size:14px; color:rgba(255,255,255,0.6); margin-bottom:10px; text-align: right; }
.gh-cta-right > p:last-of-type { color:rgba(255,255,255,0.85); font-size:16px; margin-bottom:32px; }
.gh-cta-buttons { display:flex; gap:14px; justify-content:flex-start; flex-wrap:wrap; }

/* ════════════════════════════════════════════════════════════
   PART PAGE — BREADCRUMB & CONTENT
   ════════════════════════════════════════════════════════════ */
.gh-breadcrumb {
    background: #FFFFFF;
    border-bottom: 1px solid var(--gh-light-border);
    padding: 12px 0; font-size:14px; color:var(--gh-light-muted);
}
.gh-breadcrumb a { color:#000000 !important; font-weight: 800 !important; }
.gh-breadcrumb span { margin:0 8px; }

.gh-part-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}
.gh-part-hero-overlay {
    position:absolute; inset:0;
    background: linear-gradient(135deg, rgba(5,5,5,0.90) 0%, rgba(8,6,0,0.82) 100%);
}
.gh-part-hero-inner {
    display: grid; grid-template-columns: 1fr auto;
    gap: 36px; align-items: center;
}
.gh-part-hero-badge {
    display:inline-block;
    background:rgba(200,169,81,0.14);
    border:1px solid rgba(200,169,81,0.45);
    color:var(--gh-gold); padding:5px 16px;
    border-radius:20px; font-size:13px; font-weight:700; margin-bottom:14px;
}
.gh-part-hero-text h1 { font-size:clamp(24px,4vw,42px); font-weight:900; margin-bottom:10px; color: var(--gh-white); }
.gh-part-en-title { font-family:'Montserrat',sans-serif; font-size:14px; color:rgba(255,255,255,0.6); margin-bottom:22px; }
.gh-part-meta-row { display:flex; gap:24px; flex-wrap:wrap; }
.gh-part-meta-item { display:flex; align-items:center; gap:8px; font-size:14px; color:rgba(255,255,255,0.9); font-weight: 600; }
.gh-part-meta-item strong { color: var(--gh-gold); font-weight: 800; }

.gh-part-price-card {
    background: rgba(20,20,20,0.95);
    border: 1px solid var(--gh-gold);
    border-radius: var(--gh-radius);
    padding: 28px 24px; text-align:center; min-width:230px;
    box-shadow: 0 0 32px rgba(200,169,81,0.1);
    backdrop-filter: blur(6px);
}
.gh-price-label { font-size:12px; color:var(--gh-text-muted); margin-bottom:8px; }
.gh-price-big { display:flex; align-items:flex-start; justify-content:center; gap:6px; margin-bottom:4px; }
.gh-price-big-num { font-size:52px; font-weight:900; color:var(--gh-white); font-family:'Montserrat',sans-serif; line-height:1; }
.gh-price-big-cur { font-size:19px; font-weight:700; color:var(--gh-gold); padding-top:8px; }
.gh-price-tax { font-size:11px; color:var(--gh-text-muted); margin-bottom:18px; }

.gh-part-content { background: #FFFFFF; }
.gh-part-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 36px; align-items: start;
}

.gh-part-lectures .gh-sub-title {
    font-size: 22px;
    font-weight: 900 !important;
    color: #000000 !important;
    margin-bottom: 20px;
}

.gh-lectures-detail { list-style:none; padding:0; margin:0 0 28px; }
.gh-lectures-detail li {
    display:flex; align-items:center; gap:14px;
    padding:14px 16px;
    background: #FFFFFF;
    border: 1px solid var(--gh-light-border);
    border-radius: var(--gh-radius-sm);
    margin-bottom:8px;
    transition: var(--gh-transition);
}
.gh-lectures-detail li:hover {
    border-color: var(--gh-gold);
    transform: translateX(-3px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.gh-lecture-num-circle {
    width:34px; height:34px;
    background: linear-gradient(135deg, var(--gh-gold-dark), var(--gh-gold));
    color:#000; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-size:13px; font-weight:800; flex-shrink:0;
}
.gh-lecture-info { display:flex; flex-direction:column; gap:2px; flex:1; }
.gh-lecture-info strong { color:#000000 !important; font-size:15px; font-weight: 900 !important; }

.gh-lectures-summary {
    background:#FAFAFA;
    border:1px solid var(--gh-light-border);
    border-radius:var(--gh-radius); padding:18px; margin-bottom:24px;
}
.gh-sum-item {
    display:flex; justify-content:space-between; align-items:center;
    padding:9px 0; border-bottom:1px solid var(--gh-light-border);
    font-size:14px;
}
.gh-sum-item:last-child { border-bottom:none; }
.gh-sum-item span { color:#222222 !important; font-weight: 700 !important; }
.gh-sum-item strong { color:#000000 !important; font-weight:900 !important; }

.gh-part-img-wrap { margin-bottom:24px; border-radius:var(--gh-radius); overflow:hidden; }
.gh-part-section-img { width:100%; max-height:220px; object-fit:cover; display:block; }

.gh-other-parts {
    background:#FAFAFA;
    border:1px solid var(--gh-light-border);
    border-radius:var(--gh-radius); padding:18px;
}
.gh-other-parts h3 { font-size:15px; font-weight:900; color:#000000; margin-bottom:12px; }

.gh-other-part-link {
    display:flex; justify-content:space-between; align-items:center;
    padding:12px 0; border-bottom:1px solid var(--gh-light-border);
    transition:var(--gh-transition);
}
.gh-other-part-link:last-child { border-bottom:none; }
.gh-other-part-link:hover { background:rgba(200,169,81,0.06); padding-right:8px; }

.gh-other-label { display:block; font-size:12px; font-weight:900; color:#000000 !important; }
.gh-other-name  { display:block; font-size:13px; color:#000000 !important; margin-top:2px; font-weight: 800 !important; }
.gh-other-price { font-size:14px; font-weight:900; white-space:nowrap; color:#000000 !important; }

/* ════════════════════════════════════════════════════════════
   REGISTRATION FORM — WHITE CARD
   ════════════════════════════════════════════════════════════ */
.gh-form-card--light {
    background: #FFFFFF !important;
    border: 1px solid var(--gh-light-border) !important;
    border-radius: var(--gh-radius);
    overflow: hidden;
    position: sticky;
    top: 100px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.gh-form-header {
    background: linear-gradient(135deg, var(--gh-gold-dark), var(--gh-gold));
    padding: 22px 26px; text-align:center;
}
.gh-form-header h2 { font-size:20px; font-weight:800; color:#000; margin-bottom:4px; }
.gh-form-header p  { font-size:13px; color:rgba(0,0,0,0.7); margin:0; }

.gh-alert {
    display:flex; align-items:flex-start; gap:8px;
    padding:12px 16px; border-radius:var(--gh-radius-sm);
    font-size:14px; font-weight:500;
}
.gh-alert-error  { background:rgba(231,76,60,0.08);  border:1px solid rgba(231,76,60,0.25); color:#C0392B; }
.gh-alert-success{ background:rgba(39,174,96,0.08);  border:1px solid rgba(39,174,96,0.25);  color:#1e8449; }

#gh-chess-reg-form { padding: 22px 24px 26px; }
.gh-field { margin-bottom: 18px; }

.gh-label--dark {
    display:block; font-size:13px; font-weight:700;
    color: #111111;
    margin-bottom:7px;
}
.gh-required { color:var(--gh-error); margin-right:2px; }
.gh-label-hint { font-size:11px; font-weight:400; color:#666666; display:block; margin-top:2px; }

.gh-input--light {
    width:100%;
    background: #F9F9F9;
    border: 1.5px solid var(--gh-light-border);
    border-radius: var(--gh-radius-sm);
    padding: 11px 14px;
    font-family: 'Tajawal', sans-serif;
    font-size: 15px;
    color: #111111;
    transition: var(--gh-transition);
    direction: rtl; text-align: right;
    -webkit-appearance: none;
}
.gh-input--light::placeholder { color:#888888; opacity:0.8; }
.gh-input--light:focus {
    outline:none;
    border-color: var(--gh-gold);
    background: #FFFDF5;
    box-shadow: 0 0 0 3px rgba(200,169,81,0.12);
}
.gh-input--light.gh-input-error { border-color: var(--gh-error); }

input[type="email"].gh-input--light { direction:ltr; text-align:left; }
input[type="number"].gh-input--light { -moz-appearance:textfield; }
input[type="number"].gh-input--light::-webkit-inner-spin-button,
input[type="number"].gh-input--light::-webkit-outer-spin-button { -webkit-appearance:none; }

.gh-field-error { display:block; font-size:12px; color:var(--gh-error); margin-top:4px; min-height:15px; }

.gh-form-summary--light {
    background: #F5F5F5;
    border: 1px solid var(--gh-light-border);
    border-radius: var(--gh-radius-sm);
    padding: 14px; margin-bottom:18px;
}
.gh-form-summary--light .gh-sum-row { border-bottom-color:var(--gh-light-border); }
.gh-form-summary--light .gh-sum-row span { color:#666666; }
.gh-form-summary--light .gh-sum-row strong { color:#111111; font-size:14px; }
.gh-sum-row--total .gh-gold { font-size:18px; font-family:'Montserrat',sans-serif; font-weight:800; }

.gh-form-note--dark {
    text-align:center; font-size:12px;
    color:#666666; margin-top:12px; margin-bottom:0;
}

.gh-btn-submit.loading .gh-btn-text    { display:none; }
.gh-btn-submit.loading .gh-btn-loading { display:inline !important; }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE — Tablet & Mobile Fixes
   ════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .gh-part-layout       { grid-template-columns: 1fr; }
    .gh-part-hero-inner   { grid-template-columns: 1fr; }
    .gh-part-price-card   { min-width:auto; }
    .gh-form-card--light  { position:static; }
}

@media (max-width: 768px) {
    .gh-section { padding: 45px 0; }
    .gh-hero { min-height: auto; padding: 40px 0; }
    .gh-hero-cta { flex-direction: column; width: 100%; }
    .gh-hero-cta .gh-btn { width: 100%; }

    /* Mobile Stats Grid */
    .gh-stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 10px;
        justify-items: center;
    }
    .gh-stat {
        padding: 6px 10px;
        width: 100%;
    }
    .gh-stat-divider { display: none; }
    .gh-stat-target {
        grid-column: span 2;
        border-top: 1px solid rgba(0,0,0,0.15);
        padding-top: 12px;
        margin-top: 4px;
    }

    .gh-info-table th { width: 130px; font-size: 13px; padding: 10px; }
    .gh-info-table td { font-size: 13px; padding: 10px; }

    .gh-parts-grid { grid-template-columns: 1fr; }
    .gh-cta-buttons { flex-direction: column; align-items: flex-start; width: 100%; }
    .gh-cta-buttons .gh-btn { width: 100%; }

    .gh-part-meta-row { flex-direction: column; gap: 10px; }
    .gh-accordion-header { padding: 16px; }
    .gh-accordion-body   { padding: 0 16px 16px; }
    #gh-chess-reg-form   { padding: 16px; }
    .gh-form-header      { padding: 16px; }
    .gh-acc-footer { flex-direction: column; align-items: flex-start; }

    .gh-lecture-content-row { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* ════════════════════════════════════════════════════════════
   ANIMATIONS
   ════════════════════════════════════════════════════════════ */
@keyframes gh-fadeInUp {
    from { opacity:0; transform:translateY(28px); }
    to   { opacity:1; transform:translateY(0); }
}
.gh-hero-content { animation: gh-fadeInUp 0.8s ease both; }
