/* ============================================================
   AKIBC THEME v4.0 — main.css
   ============================================================ */

@font-face {
    font-family: 'K24Kurdish';
    src: url('../fonts/K24KurdishLight-Light.eot');
    src: url('../fonts/K24KurdishLight-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/K24KurdishLight-Light.woff') format('woff'),
         url('../fonts/K24KurdishLight-Light.ttf') format('truetype'),
         url('../fonts/K24KurdishLight-Light.svg#K24KurdishLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow Condensed', 'Arial', sans-serif; color: #1a1a1a; background: #fff; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Variables ── */
:root {
    --navy:  #0D1B2A;
    --navy2: #060E18;
    --gold:  #C9A84C;
    --gold2: #a8872e;
    --light: #F5F3EE;
    --white: #ffffff;
    --gray:  #6b7280;
    --border:#e5e7eb;
    --font-en: 'Barlow Condensed', sans-serif;
    --font-heading: 'Playfair Display', serif;
    --font-ku: 'K24Kurdish', 'Arial', sans-serif;
    --radius: 8px;
    --shadow: 0 4px 16px rgba(0,0,0,0.1);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.18);
    --container: 1200px;
}

/* ── Bilingual ── */
.lang-ku { display: none; }
body.lang-ku-active .lang-en { display: none; }
body.lang-ku-active .lang-ku { display: block; }
body.lang-ku-active span.lang-ku { display: inline; }
body.lang-ku-active .lang-ku[dir="rtl"] { direction: rtl; }

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;600;700&family=Playfair+Display:wght@400;700&display=swap');

/* ── Container ── */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 40px; }

/* ── Buttons ── */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 14px 32px; font-size: 13px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    border-radius: var(--radius); transition: all 0.25s; white-space: nowrap;
}
.btn--gold    { background: var(--gold); color: var(--navy2); }
.btn--gold:hover { background: var(--gold2); }
.btn--outline { border: 2px solid rgba(255,255,255,0.6); color: var(--white); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }
.btn--navy    { background: var(--navy); color: var(--white); }
.btn--outline-dark { border: 2px solid var(--border); color: var(--navy); }
.btn--outline-dark:hover { border-color: var(--gold); color: var(--gold); }

/* ── Section Helpers ── */
.section-tag {
    display: inline-block; font-size: 11px; font-weight: 700;
    letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold);
    margin-bottom: 10px;
}
.section-header { text-align: center; margin-bottom: 48px; }
.section-title {
    font-family: var(--font-heading); font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700; color: var(--navy); line-height: 1.2;
    margin-bottom: 12px;
}
.section-sub { font-size: 15px; color: var(--gray); max-width: 600px; margin: 0 auto; line-height: 1.7; }

/* ============================================================
   TOP BAR
   ============================================================ */
.top-bar {
    background: var(--navy2);
    padding: 8px 0;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.top-bar__inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; flex-wrap: wrap;
}
.top-bar__left { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.top-bar__item { display: flex; align-items: center; gap: 6px; }
.top-bar__item svg { width: 13px; height: 13px; opacity: 0.6; }
.top-bar__right { display: flex; align-items: center; gap: 12px; }
.top-bar__lang-item {
    display: flex; align-items: center; gap: 6px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.5px;
    color: rgba(255,255,255,0.6);
    cursor: pointer; transition: color 0.2s;
}
.top-bar__lang-item:hover { color: var(--gold); }
.top-bar__lang-item .dot { color: var(--gold); font-size: 8px; }
.top-bar__lang-flag { width: 18px; height: 12px; object-fit: cover; border-radius: 2px; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
    background: var(--white);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    position: sticky; top: 0; z-index: 1000;
}
.header__inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 0; gap: 24px;
}
.header__logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.header__logo img { height: 72px; width: auto; }
.header__logo-text { line-height: 1.2; }
.header__logo-name {
    font-size: 17px; font-weight: 700; color: var(--navy);
    letter-spacing: 0.5px;
}
.header__logo-sub {
    font-size: 10px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: var(--gold); margin: 2px 0;
}
.header__logo-ku {
    font-family: var(--font-ku); font-size: 12px;
    color: var(--navy); opacity: 0.7;
}
.header__nav { display: flex; align-items: center; gap: 4px; }
.header__nav a {
    padding: 8px 16px; font-size: 13px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase; color: var(--navy);
    border-radius: var(--radius); transition: all 0.2s; white-space: nowrap;
}
.header__nav a:hover, .header__nav a.active { color: var(--gold); }
.header__nav a.active { background: var(--gold); color: var(--navy2) !important; }
.header__actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.lang-btn {
    padding: 6px 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px;
    border-radius: 4px; transition: all 0.2s;
}
.lang-btn--en { background: var(--gold); color: var(--navy2); }
.lang-btn--ku {
    color: var(--navy); border: 1px solid var(--border);
    font-family: var(--font-ku);
}
.lang-btn--ku:hover { border-color: var(--gold); color: var(--gold); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.3s; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
    background: var(--navy2);
    background-size: cover;
    background-position: center;
    min-height: 86vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.hero::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(6,14,24,0.75) 55%, rgba(6,14,24,0.2) 100%);
    pointer-events: none;
    z-index: 1;
}
.hero__inner {
    position: relative; z-index: 2;
    width: 100%;
    padding: 80px 40px 100px;
}
.hero__content { max-width: 620px; }
.hero__badge {
    display: flex; align-items: center; gap: 12px; margin-bottom: 24px;
}
.hero__badge-line { display: block; height: 1px; width: 36px; background: var(--gold); opacity: 0.7; }
.hero__badge-text {
    font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
    color: var(--white); border: 1px solid rgba(255,255,255,0.3); padding: 5px 16px;
    white-space: nowrap;
}
.hero__ku-subtitle {
    font-family: var(--font-ku);
    font-size: clamp(15px, 1.8vw, 24px);
    color: var(--gold); line-height: 1.6;
    margin-bottom: 8px; direction: rtl; text-align: left;
}
.hero__title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700; color: var(--white);
    line-height: 1.05; margin-bottom: 18px;
}
.hero__title span { color: var(--gold); }
.hero__sub {
    font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.6);
    letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 20px;
}
.hero__quote {
    font-style: italic; font-size: 18px; color: rgba(255,255,255,0.85);
    border-left: 3px solid var(--gold); padding-left: 16px;
    margin-bottom: 36px; line-height: 1.6;
}
.hero__btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar { background: var(--navy); padding: 32px 0; }
.stats-bar__grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0; text-align: center;
}
.stats-bar__item {
    padding: 16px; border-right: 1px solid rgba(255,255,255,0.08);
}
.stats-bar__item:last-child { border-right: none; }
.stats-bar__num {
    font-family: var(--font-heading); font-size: 36px;
    font-weight: 700; color: var(--gold); line-height: 1;
    margin-bottom: 4px;
}
.stats-bar__lbl { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); }

/* ============================================================
   ABOUT PREVIEW
   ============================================================ */
.about-preview { padding: 80px 0; background: var(--white); }
.about-preview__grid { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; }
.about-preview__img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); width: 280px; }
.about-preview__img img { width: 100%; height: 280px; object-fit: cover; }
.about-preview__tag { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.about-preview__title { font-family: var(--font-heading); font-size: 36px; font-weight: 700; color: var(--navy); margin-bottom: 16px; line-height: 1.2; }
.about-preview__text { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 28px; }
.about-preview__btns { display: flex; gap: 12px; }

/* ============================================================
   SERVICES
   ============================================================ */
.services { padding: 80px 0; background: var(--light); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
    background: var(--white); border-radius: var(--radius);
    padding: 32px; text-align: center;
    box-shadow: var(--shadow); transition: transform 0.25s, box-shadow 0.25s;
    border-top: 3px solid transparent;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-top-color: var(--gold); }
.service-card__icon { font-size: 36px; margin-bottom: 16px; }
.service-card__title { font-family: var(--font-heading); font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.service-card__text { font-size: 14px; color: var(--gray); line-height: 1.7; }

/* ============================================================
   MEMBERSHIP PREVIEW
   ============================================================ */
.membership-preview { padding: 80px 0; background: var(--navy2); }
.membership-preview .section-title { color: var(--white); }
.tiers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tier-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius); padding: 32px 24px; text-align: center;
    transition: all 0.25s; position: relative;
}
.tier-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.tier-card--featured {
    background: var(--gold); border-color: var(--gold);
}
.tier-card--featured .tier-card__name,
.tier-card--featured .tier-card__price,
.tier-card--featured .tier-card__currency { color: var(--navy2) !important; }
.tier-card--featured .tier-card__period { color: rgba(6,14,24,0.7) !important; }
.tier-card__badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: var(--navy); color: var(--gold);
    font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    padding: 4px 12px; border-radius: 20px; white-space: nowrap;
    border: 1px solid var(--gold);
}
.tier-card__name { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.tier-card__price { font-family: var(--font-heading); font-size: 42px; font-weight: 700; color: var(--white); line-height: 1; }
.tier-card__currency { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.tier-card__btn { margin-top: 20px; width: 100%; }

/* ============================================================
   CHAIRMAN BOX
   ============================================================ */
.chairman-section { padding: 80px 0; background: var(--light); }
.chairman-grid { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }
.chairman-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); width: 260px; }
.chairman-photo img { width: 100%; height: 320px; object-fit: cover; object-position: top; }
.chairman-content__tag { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.chairman-content__name { font-family: var(--font-heading); font-size: 38px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.chairman-content__role { font-size: 14px; color: var(--gray); margin-bottom: 20px; }
.chairman-content__quote { font-style: italic; font-size: 20px; color: var(--navy); border-left: 3px solid var(--gold); padding-left: 16px; margin-bottom: 20px; line-height: 1.5; }
.chairman-content__text { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 28px; }

/* ============================================================
   KURDISH BOX
   ============================================================ */
.ku-box-section { padding: 60px 0; background: var(--navy); }
.ku-box__inner {
    text-align: center;
    font-family: var(--font-ku);
    font-size: clamp(16px, 2vw, 24px);
    color: rgba(255,255,255,0.85);
    line-height: 2.2; direction: rtl;
    max-width: 800px; margin: 0 auto;
    border: 1px solid rgba(201,168,76,0.25);
    border-radius: var(--radius); padding: 40px;
}
.ku-box__inner::before {
    content: '❝';
    display: block; font-size: 48px; color: var(--gold); opacity: 0.4;
    margin-bottom: 12px; font-style: normal;
}

/* ============================================================
   VIDEO SECTION
   ============================================================ */
.video-section { padding: 80px 0; background: var(--navy2); }
.video-section .section-title { color: var(--white); }
.video-container {
    position: relative; width: 75%; max-width: 750px;
    margin: 0 auto; overflow: hidden;
    border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    border: 1px solid rgba(201,168,76,0.25);
}
.video-container video { width: 100%; display: block; }
.video-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.08); pointer-events: none;
}
.video-placeholder {
    aspect-ratio: 16/9; background: rgba(255,255,255,0.03);
    border: 2px dashed rgba(201,168,76,0.3);
    display: flex; align-items: center; justify-content: center;
}
.video-placeholder p { color: rgba(255,255,255,0.4); text-align: center; font-size: 14px; }
.video-placeholder strong { color: var(--gold); }

/* ============================================================
   CONTACT PREVIEW
   ============================================================ */
.contact-preview { padding: 80px 0; background: var(--light); }
.contact-preview__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info__item { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.contact-info__icon { width: 42px; height: 42px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-info__label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.contact-info__value { font-size: 15px; color: var(--navy); }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner { background: var(--gold); padding: 60px 0; }
.cta-banner__inner { text-align: center; }
.cta-banner__title { font-family: var(--font-heading); font-size: 36px; font-weight: 700; color: var(--navy2); margin-bottom: 12px; }
.cta-banner__sub { font-size: 15px; color: rgba(6,14,24,0.7); margin-bottom: 28px; }
.cta-banner__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy2); color: rgba(255,255,255,0.7); padding: 60px 0 0; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer__brand-name { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.footer__brand-sub { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.footer__about { font-size: 14px; line-height: 1.8; }
.footer__heading { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 8px; }
.footer__links { display: flex; flex-direction: column; gap: 8px; }
.footer__links a { font-size: 14px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer__links a:hover { color: var(--gold); }
.footer__contact-item { display: flex; gap: 10px; font-size: 13px; margin-bottom: 10px; align-items: flex-start; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.footer__bottom-ku { font-family: var(--font-ku); direction: rtl; }

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero { background: var(--navy); padding: 60px 0; }
.page-hero__title { font-family: var(--font-heading); font-size: clamp(28px, 3vw, 42px); font-weight: 700; color: var(--white); margin-bottom: 12px; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); }
.breadcrumb a { color: var(--gold); }
.breadcrumb span { margin: 0 6px; }

/* ============================================================
   PRESIDENT PAGE
   ============================================================ */
.president-section { padding: 80px 0; background: var(--light); }
.president-card { display: grid; grid-template-columns: 380px 1fr; gap: 56px; align-items: start; background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-lg); }
.president-card__photo { position: relative; min-height: 500px; }
.president-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.president-card__photo-placeholder { width: 100%; height: 500px; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 80px; }
.president-card__badge { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(6,14,24,0.95), transparent); padding: 32px 20px 16px; display: flex; justify-content: space-between; color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.president-card__content { padding: 48px 48px 48px 0; }
.president-card__tag { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.president-card__name { font-family: var(--font-heading); font-size: 42px; font-weight: 700; color: var(--navy); margin-bottom: 6px; line-height: 1.1; }
.president-card__role { font-size: 14px; color: var(--gray); margin-bottom: 24px; }
.president-card__quote blockquote { font-family: var(--font-heading); font-style: italic; font-size: 22px; color: var(--navy); border-left: 3px solid var(--gold); padding-left: 16px; margin: 0 0 24px; }
.president-card__teaser { font-size: 15px; color: #374151; line-height: 1.8; margin-bottom: 28px; }
.president-card__highlights { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.highlight-item { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--gray); }
.highlight-item__icon { font-size: 18px; flex-shrink: 0; }

/* ── President Modal ── */
.president-modal { display: none; position: fixed; inset: 0; z-index: 9000; align-items: center; justify-content: center; }
.president-modal.open { display: flex; }
.president-modal__backdrop { position: absolute; inset: 0; background: rgba(6,14,24,0.85); backdrop-filter: blur(4px); cursor: pointer; }
.president-modal__box { position: relative; z-index: 1; background: var(--white); border-radius: 12px; width: 90%; max-width: 780px; max-height: 90vh; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 24px 80px rgba(0,0,0,0.4); animation: modalIn 0.3s ease; }
@keyframes modalIn { from { opacity:0; transform: translateY(24px) scale(0.97); } to { opacity:1; transform: none; } }
.president-modal__close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,0.08); color: var(--navy); font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; border: none; z-index: 2; transition: background 0.2s; }
.president-modal__close:hover { background: var(--gold); }
.president-modal__inner { overflow-y: auto; }
.president-modal__header { display: flex; gap: 24px; align-items: center; background: var(--navy); padding: 32px; }
.president-modal__photo { width: 100px; height: 120px; object-fit: cover; object-position: top; border-radius: 8px; border: 3px solid var(--gold); flex-shrink: 0; }
.president-modal__label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.president-modal__name { font-family: var(--font-heading); font-size: 28px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.president-modal__subtitle { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 8px; }
.president-modal__tagline { font-style: italic; color: var(--gold); font-size: 15px; }
.president-modal__divider { height: 2px; background: linear-gradient(to right, var(--gold), transparent); }
.president-modal__body { padding: 32px; }
.president-modal__body h3 { font-family: var(--font-heading); font-size: 20px; color: var(--navy); margin: 28px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.president-modal__body h3:first-child { margin-top: 0; }
.president-modal__body p { font-size: 14px; color: #374151; line-height: 1.8; margin-bottom: 12px; }
.president-modal__timeline { display: flex; flex-direction: column; gap: 20px; margin-bottom: 8px; }
.timeline-item { display: flex; gap: 16px; }
.timeline-item__icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.timeline-item strong { display: block; font-size: 14px; color: var(--navy); margin-bottom: 4px; }
.timeline-item p { font-size: 13px; color: var(--gray); line-height: 1.7; margin: 0; }
.president-modal__goals { list-style: none; padding: 0; margin: 12px 0 24px; display: flex; flex-direction: column; gap: 10px; }
.president-modal__goals li { font-size: 14px; color: #374151; line-height: 1.7; padding-left: 8px; }
.president-modal__conclusion { background: var(--navy); border-left: 4px solid var(--gold); border-radius: 6px; padding: 20px 24px; margin-top: 8px; }
.president-modal__conclusion p { color: rgba(255,255,255,0.82); margin: 0; }
.president-modal__footer { display: flex; gap: 12px; padding: 20px 32px; border-top: 1px solid var(--border); background: var(--light); }
.modal-lang-switcher { display: flex; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; width: fit-content; margin-bottom: 24px; }
.modal-lang-btn { padding: 6px 18px; font-size: 12px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: var(--gray); background: var(--white); border: none; cursor: pointer; transition: all 0.2s; }
.modal-lang-btn.active { background: var(--gold); color: var(--navy2); }
.modal-content-ku { font-family: var(--font-ku); font-size: 16px; line-height: 2.2; display: none; }
.modal-content-ku h3 { font-family: var(--font-ku); font-size: 20px; }
.modal-content-ku p, .modal-content-ku li { font-family: var(--font-ku); line-height: 2.2; }

/* ============================================================
   MEMBERSHIP PAGE
   ============================================================ */
.membership-page { padding: 80px 0; background: var(--navy2); }
.membership-page .section-title { color: var(--white); }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-page { padding: 80px 0; background: var(--light); }
.contact-form { background: var(--white); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; font-family: inherit; transition: border-color 0.2s; background: var(--white); }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); }
.form-group textarea { height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 1024px) {
    .tiers-grid { grid-template-columns: repeat(2, 1fr); }
    .services__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .container { padding: 0 20px; }
    .header__nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 16px; box-shadow: var(--shadow-lg); }
    .header__nav.open { display: flex; }
    .hamburger { display: flex; }
    .hero { min-height: 70vh; }
    .hero__inner { padding: 60px 20px 80px; }
    .stats-bar__grid { grid-template-columns: repeat(2, 1fr); }
    .about-preview__grid, .chairman-grid, .contact-preview__grid { grid-template-columns: 1fr; }
    .tiers-grid { grid-template-columns: 1fr; }
    .services__grid { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr; }
    .president-card { grid-template-columns: 1fr; }
    .president-card__content { padding: 32px; }
    .president-modal__header { flex-direction: column; text-align: center; }
    .form-row { grid-template-columns: 1fr; }
    .top-bar__left { gap: 12px; }
    .top-bar__item:not(:first-child) { display: none; }
    .hero__btns { flex-direction: column; }
}

/* ============================================================
   TIER PRO CARDS (Homepage + Membership Page)
   ============================================================ */
.tiers-grid-pro { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; align-items:stretch; }
.tier-pro { background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.1); border-radius:12px; padding:36px 24px 28px; cursor:pointer; transition:all 0.3s; position:relative; display:flex; flex-direction:column; overflow:hidden; }
.tier-pro::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(to right,var(--gold),transparent); opacity:0; transition:opacity 0.3s; }
.tier-pro:hover { border-color:var(--gold); transform:translateY(-8px); box-shadow:0 20px 48px rgba(0,0,0,0.4); }
.tier-pro:hover::before { opacity:1; }
.tier-pro--featured { background:var(--gold); border-color:var(--gold); transform:scale(1.04); }
.tier-pro--featured:hover { transform:scale(1.04) translateY(-8px); }
.tier-pro--featured::before { opacity:1; background:rgba(6,14,24,0.25); }
.tier-pro--gold { background:linear-gradient(135deg,rgba(201,168,76,0.1) 0%,rgba(255,255,255,0.02) 100%); border-color:rgba(201,168,76,0.35); }
.tier-pro__badge { position:absolute; top:-1px; left:50%; transform:translateX(-50%); background:var(--navy2); color:var(--gold); font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; padding:5px 14px; border-radius:0 0 8px 8px; border:1px solid rgba(201,168,76,0.4); border-top:none; white-space:nowrap; }
.tier-pro--featured .tier-pro__badge { background:var(--navy2); }
.tier-pro__top { margin:16px 0 20px; }
.tier-pro__icon { font-size:36px; margin-bottom:12px; }
.tier-pro__name { font-family:var(--font-heading); font-size:22px; font-weight:700; color:var(--white); line-height:1.2; }
.tier-pro--featured .tier-pro__name { color:var(--navy2); }
.tier-pro__price-wrap { margin-bottom:24px; }
.tier-pro__price { font-family:var(--font-heading); font-size:48px; font-weight:700; color:var(--white); line-height:1; }
.tier-pro__price sup { font-size:22px; vertical-align:super; }
.tier-pro--featured .tier-pro__price { color:var(--navy2); }
.tier-pro__period { font-size:12px; color:rgba(255,255,255,0.5); margin-top:4px; display:block; }
.tier-pro--featured .tier-pro__period { color:rgba(6,14,24,0.55); }
.tier-pro__perks { list-style:none; padding:0; margin:0 0 24px; display:flex; flex-direction:column; gap:10px; flex:1; }
.tier-pro__perks li { font-size:13px; color:rgba(255,255,255,0.65); padding-left:18px; position:relative; line-height:1.5; }
.tier-pro__perks li::before { content:'◆'; position:absolute; left:0; color:var(--gold); font-size:8px; top:4px; }
.tier-pro--featured .tier-pro__perks li { color:rgba(6,14,24,0.7); }
.tier-pro--featured .tier-pro__perks li::before { color:rgba(6,14,24,0.4); }
.tier-pro__btn { display:block; width:100%; padding:12px; font-size:11px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--gold); background:rgba(201,168,76,0.08); border:1px solid rgba(201,168,76,0.3); border-radius:6px; cursor:pointer; transition:all 0.2s; margin-top:auto; text-align:center; text-decoration:none; }
.tier-pro__btn:hover { background:var(--gold); color:var(--navy2); border-color:var(--gold); }
.tier-pro__btn--dark { color:var(--navy2); background:rgba(6,14,24,0.2); border-color:rgba(6,14,24,0.3); }
.tier-pro__btn--dark:hover { background:var(--navy2); color:var(--white); border-color:var(--navy2); }
@media(max-width:1024px){ .tiers-grid-pro{grid-template-columns:repeat(2,1fr);} .tier-pro--featured{transform:none;} .tier-pro--featured:hover{transform:translateY(-8px);} }
@media(max-width:600px){ .tiers-grid-pro{grid-template-columns:1fr;} }

/* ── Page Editor Content ── */
.page-editor-content { font-size:16px; line-height:1.9; color:#374151; max-width:860px; }
.page-editor-content h2 { font-family:var(--font-heading); font-size:28px; color:var(--navy); margin:36px 0 12px; padding-bottom:10px; border-bottom:2px solid var(--gold); }
.page-editor-content h3 { font-family:var(--font-heading); font-size:20px; color:var(--gold); margin:24px 0 8px; }
.page-editor-content p { margin-bottom:16px; }
.page-editor-content ul, .page-editor-content ol { padding-left:24px; margin-bottom:16px; }
.page-editor-content ul li, .page-editor-content ol li { margin-bottom:8px; color:#4b5563; }
.page-editor-content strong { color:var(--navy); font-weight:700; }
.page-editor-content blockquote { border-left:4px solid var(--gold); padding:16px 24px; background:rgba(201,168,76,0.06); margin:24px 0; font-style:italic; color:#555; border-radius:0 8px 8px 0; }
.page-editor-content img { max-width:100%; border-radius:8px; margin:16px 0; }
.page-editor-content a { color:var(--gold); text-decoration:underline; }
