@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Inter:wght@300;400;500&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0C2D5E;
  --navy-dark: #0a2550;
  --gold: #1ececa;
  --white: #ffffff;
  --bg: #ffffff;
  --bg-alt: #f7f6f3;
  --text: #1a1a1a;
  --text-muted: #6b6b6b;
  --border: rgba(0,0,0,0.1);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
}

body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--bg-alt); font-size: 16px; }

/* NAV */
.nav { background: var(--navy); display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 100px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-mark { width: 38px; height: 38px; border: 2px solid var(--gold); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 15px; color: var(--gold); font-weight: 600; flex-shrink: 0; }
.nav-logo-text { color: var(--white); font-size: 13px; line-height: 1.4; }
.nav-logo-text strong { display: block; font-size: 14px; font-weight: 500; color: var(--gold); }
.nav-menu { display: flex; gap: 1.5rem; align-items: center; }
.nav-menu a { color: rgba(255,255,255,0.82); font-size: 14px; text-decoration: none; transition: color 0.15s; }
.nav-menu a:hover, .nav-menu a.active { color: var(--gold); }
.nav-menu a.active { border-bottom: 1.5px solid var(--gold); padding-bottom: 2px; }
.nav-lang { color: rgba(255,255,255,0.6); font-size: 13px; border: 0.5px solid rgba(255,255,255,0.3); padding: 5px 10px; border-radius: 4px; cursor: pointer; text-decoration: none; }
.nav-cta { font-size: 13px; font-weight: 500; padding: 8px 18px; border-radius: 4px; background: var(--gold); color: var(--navy); border: none; cursor: pointer; font-family: 'Inter', sans-serif; text-decoration: none; }

/* PAGE HERO */
.page-hero { background: var(--navy); padding: 3rem 5rem 3rem 2rem; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.page-hero-ring { position: absolute; right: -20px; top: -20px; width: 220px; height: 220px; opacity: 0.04; border: 35px solid #fff; border-radius: 50%; pointer-events: none; }
.page-hero-left { flex: 1; min-width: 0; }
.page-hero-right { display: flex; flex-direction: column; gap: 1.25rem; flex-shrink: 0; min-width: 360px; border-left: 0.5px solid rgba(255,255,255,0.12); padding-left: 3.5rem; margin-left: 1rem; margin-right: 2rem; }
.phmi { display: flex; align-items: flex-start; gap: 12px; }
.phmi i { color: var(--gold); font-size: 20px; margin-top: 2px; flex-shrink: 0; }
.phmi-txt { display: flex; flex-direction: column; gap: 3px; }
.phmi-lbl { font-size: 11px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.1em; }
.phmi-val { font-size: 15px; color: rgba(255,255,255,0.85); }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 0.75rem; }
.breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; }
.breadcrumb span { color: rgba(255,255,255,0.65); }
.page-title { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 500; color: var(--white); margin: 0 0 0.5rem; }
.page-subtitle { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.6; max-width: 520px; }

/* HERO (ANASAYFA) */
.hero { background: var(--navy); padding: 4rem 2rem 3.5rem; position: relative; overflow: hidden; text-align: center; display: flex; flex-direction: column; align-items: center;}
.hero-ring1 { position: absolute; right: -20px; top: -20px; width: 280px; height: 280px; opacity: 0.04; border: 40px solid #fff; border-radius: 50%; pointer-events: none; }
.hero-ring2 { position: absolute; right: 60px; top: 40px; width: 160px; height: 160px; opacity: 0.04; border: 30px solid var(--gold); border-radius: 50%; pointer-events: none; }
.hero-badge { display: inline-block; background: rgba(201,168,76,0.18); border: 0.5px solid rgba(201,168,76,0.5); color: var(--gold); font-size: 16px; padding: 5px 14px; border-radius: 20px; margin-bottom: 1rem; }
.hero-title { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 500; color: var(--white); line-height: 1.35; margin: 0 0 0.6rem; max-width: 820px; }
.hero-sub { font-size: 15px; color: rgba(255,255,255,0.62); margin: 0 0 1.5rem; max-width: 540px; line-height: 1.7; }
.hero-meta { display: flex; gap: 1.5rem; margin-bottom: 2rem; flex-wrap: wrap; }
.hero-mi { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,0.75); font-size: 14px; }
.hero-mi i { color: var(--gold); font-size: 17px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-gold { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 6px; border: none; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; background: var(--gold); color: var(--navy); text-decoration: none; }
.btn-outline-white { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 6px; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 15px; background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.7); text-decoration: none; }

/* COUNTDOWN */
.cd-strip { background: var(--navy-dark); border-top: 0.5px solid rgba(201,168,76,0.25); padding: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 1rem; }
.cd-label { color: rgba(255,255,255,0.55); font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; }
.cd-boxes { display: flex; gap: 12px; align-items: flex-start; justify-content: center; }
.cd-box { text-align: center; }
.cd-num { background: rgba(255,255,255,0.08); border: 0.5px solid rgba(255,255,255,0.2); color: var(--white); font-family: 'Playfair Display', serif; font-size: 36px; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 6px; }
.cd-unit { color: rgba(255,255,255,0.45); font-size: 11px; margin-top: 6px; text-transform: uppercase; letter-spacing: 0.08em; }
.cd-sep { color: rgba(255,255,255,0.3); font-size: 30px; padding-top: 22px; }

/* PAGE-WRAPPER */
.page-wrapper {
  width: 75%;
  margin: 0 auto;
  border: 1px solid #d0d0d0;
  background: var(--bg);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* SECTIONS */
.sec { padding: 2.5rem 2rem; background: var(--bg); border-bottom: 0.5px solid var(--border); }
.sec.alt { background: var(--bg-alt); }
.sec-lbl { font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 8px; }
.sec-ttl { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 500; color: var(--text); margin: 0 0 1.25rem; }
.prose { font-size: 15px; color: var(--text-muted); line-height: 1.85; text-align: justify;}
.prose + .prose { margin-top: 0.85rem; }

/* GRIDS */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.three-col { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.25rem; }
.four-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }

/* CARDS */
.card { background: var(--bg); border: 0.5px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; }
.card-icon { width: 40px; height: 40px; background: var(--navy); border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem; }
.card-icon i { color: var(--gold); font-size: 20px; }
.card-title { font-size: 15px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
.card-text { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* DATE CARDS */
.date-card { border: 0.5px solid var(--border); border-top: 2px solid var(--navy); padding: 16px; }
.date-card.gold { border-top-color: var(--gold); }
.date-card-date { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 500; color: var(--navy); margin-bottom: 5px; }
.date-card-label { font-size: 13px; color: var(--text-muted); line-height: 1.4; }

/* HIGHLIGHT BOX */
.highlight-box { border-left: 3px solid var(--gold); padding: 1rem 1.25rem; background: rgba(201,168,76,0.06); margin: 1.25rem 0; }
.highlight-box p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin: 0; }

/* STAT ROW */
.stat-row { display: flex; align-items: center; gap: 14px; background: var(--bg); border: 0.5px solid var(--border); border-radius: var(--radius-md); padding: 14px 16px; margin-bottom: 10px; }
.stat-ico { width: 36px; height: 36px; background: var(--navy); border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.stat-ico i { color: var(--gold); font-size: 18px; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--text); }
.stat-lbl { font-size: 13px; color: var(--text-muted); }

/* TABS */
.tabs-bar { background: var(--bg); border-bottom: 0.5px solid var(--border); display: flex; padding: 0 2rem; overflow-x: auto; }
.tab-btn { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--text-muted); padding: 16px 20px; border: none; background: transparent; cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap; display: flex; align-items: center; gap: 7px; }
.tab-btn i { font-size: 16px; }
.tab-btn.active { color: var(--navy); border-bottom-color: var(--gold); font-weight: 500; }
.tab-content { display: none; padding: 2.5rem 2rem; background: var(--bg); }
.tab-content.active { display: block; }

/* TIMELINE */
.timeline { display: flex; flex-direction: column; }
.tl-row { display: flex; align-items: stretch; }
.tl-line { display: flex; flex-direction: column; align-items: center; width: 32px; flex-shrink: 0; }
.tl-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--gold); border: 2px solid var(--navy); flex-shrink: 0; margin-top: 4px; }
.tl-dot.navy { background: var(--navy); }
.tl-vert { width: 2px; background: var(--border); flex: 1; margin: 2px 0; }
.tl-row:last-child .tl-vert { display: none; }
.tl-body { padding: 0 0 1.25rem 0.75rem; flex: 1; }
.tl-date { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 500; color: var(--navy); }
.tl-label { font-size: 14px; color: var(--text-muted); margin-top: 2px; }
.tl-note { font-size: 13px; color: var(--text-muted); margin-top: 4px; font-style: italic; opacity: 0.8; }

/* STEPS */
.steps { display: flex; flex-direction: column; }
.step-row { display: flex; align-items: stretch; }
.step-line { display: flex; flex-direction: column; align-items: center; width: 40px; flex-shrink: 0; }
.step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; color: var(--navy); flex-shrink: 0; }
.step-vert { width: 2px; background: var(--border); flex: 1; margin: 3px 0; }
.step-row:last-child .step-vert { display: none; }
.step-body { padding: 0 0 1.5rem 0.75rem; flex: 1; padding-top: 3px; }
.step-title { font-size: 15px; font-weight: 500; color: var(--text); margin-bottom: 4px; }
.step-desc { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* RULE LIST */
.rule-list { list-style: none; padding: 0; margin: 0; }
.rule-list li { font-size: 15px; color: var(--text-muted); padding: 10px 0 10px 22px; border-bottom: 0.5px solid var(--border); line-height: 1.65; position: relative; }
.rule-list li:last-child { border-bottom: none; }
.rule-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); font-size: 13px; }

/* RULE GROUP */
.rule-grp { background: var(--bg-alt); border-radius: var(--radius-md); padding: 1.25rem 1.5rem; border: 0.5px solid var(--border); }
.rule-grp-head { font-size: 13px; font-weight: 500; color: var(--text); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 8px; padding-bottom: 0.5rem; border-bottom: 0.5px solid var(--border); }
.rule-grp-head i { color: var(--gold); font-size: 15px; flex-shrink: 0; }

/* FORM */
.form-group { margin-bottom: 1rem; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-label { display: block; font-size: 13px; color: var(--text-muted); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.06em; }
.form-req { color: var(--gold); }
.form-input, .form-select, .form-textarea { width: 100%; padding: 10px 13px; border: 0.5px solid var(--border); border-radius: 6px; font-size: 15px; font-family: 'Inter', sans-serif; color: var(--text); background: var(--bg-alt); }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--navy); }
.form-textarea { resize: vertical; min-height: 90px; }
.form-hint { font-size: 13px; color: var(--text-muted); margin-top: 4px; }
.btn-navy { display: inline-flex; align-items: center; gap: 7px; padding: 12px 24px; border-radius: 6px; border: none; background: var(--navy); color: var(--white); font-size: 15px; font-family: 'Inter', sans-serif; font-weight: 500; cursor: pointer; }

/* MODAL */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(8,20,48,0.72); z-index: 1000; align-items: flex-start; justify-content: center; padding: 2rem 1rem; overflow-y: auto; }
.modal-overlay.open { display: flex; }
.modal { background: var(--bg); border-radius: var(--radius-lg); width: 100%; max-width: 600px; border: 0.5px solid var(--border); overflow: hidden; margin: auto; }
.modal-head { background: var(--navy); padding: 1.25rem 1.5rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.modal-head-badge { display: inline-block; background: rgba(201,168,76,0.2); border: 0.5px solid rgba(201,168,76,0.4); color: var(--gold); font-size: 12px; padding: 3px 10px; border-radius: 20px; margin-bottom: 5px; }
.modal-head-title { font-family: 'Playfair Display', serif; font-size: 19px; color: var(--white); }
.modal-head-sub { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 3px; }
.modal-close { background: rgba(255,255,255,0.1); border: none; border-radius: 6px; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: rgba(255,255,255,0.7); font-size: 18px; flex-shrink: 0; }
.modal-tabs { display: flex; border-bottom: 0.5px solid var(--border); }
.modal-tab { flex: 1; padding: 13px; font-size: 14px; font-family: 'Inter', sans-serif; color: var(--text-muted); border: none; background: transparent; cursor: pointer; border-bottom: 2px solid transparent; display: flex; align-items: center; justify-content: center; gap: 7px; }
.modal-tab.active { color: var(--navy); border-bottom-color: var(--gold); font-weight: 500; }
.modal-body { padding: 1.75rem; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.modal-footer { padding: 1.1rem 1.75rem; border-top: 0.5px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--bg-alt); }
.modal-footer-note { font-size: 13px; color: var(--text-muted); }
.modal-footer-note a { color: var(--navy); text-decoration: none; }
.btn-cancel { padding: 10px 18px; border-radius: 6px; border: 0.5px solid var(--border); background: transparent; font-size: 14px; font-family: 'Inter', sans-serif; color: var(--text-muted); cursor: pointer; }
.btn-submit { display: inline-flex; align-items: center; gap: 7px; padding: 10px 22px; border-radius: 6px; border: none; background: var(--navy); color: var(--white); font-size: 14px; font-family: 'Inter', sans-serif; font-weight: 500; cursor: pointer; }

/* NAVY CARD */
.navy-card { background: var(--navy); border-radius: var(--radius-lg); padding: 1.75rem; position: relative; overflow: hidden; }
.navy-card-ring { position: absolute; right: -15px; bottom: -15px; width: 120px; height: 120px; border: 20px solid rgba(201,168,76,0.12); border-radius: 50%; pointer-events: none; }
.navy-card-year { font-family: 'Playfair Display', serif; font-size: 64px; color: rgba(255,255,255,0.06); position: absolute; right: 0.5rem; top: 0; line-height: 1; pointer-events: none; }
.navy-card-badge { display: inline-block; background: rgba(201,168,76,0.18); border: 0.5px solid rgba(201,168,76,0.4); color: var(--gold); font-size: 12px; padding: 4px 12px; border-radius: 20px; margin-bottom: 0.75rem; }
.navy-card-divider { width: 32px; height: 2px; background: var(--gold); margin: 0.75rem 0; }
.navy-card-title { font-family: 'Playfair Display', serif; font-size: 15px; color: var(--white); line-height: 1.5; margin-bottom: 1rem; font-style: italic; }
.navy-card-meta { display: flex; flex-direction: column; gap: 8px; }
.navy-card-meta-item { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,0.6); font-size: 13px; }
.navy-card-meta-item i { color: var(--gold); font-size: 15px; flex-shrink: 0; }
.navy-card-partner { margin-top: 1rem; padding-top: 1rem; border-top: 0.5px solid rgba(255,255,255,0.1); }
.navy-card-partner-lbl { font-size: 11px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.navy-card-partner-name { font-size: 13px; color: rgba(255,255,255,0.6); }

/* TAG */
.tag { font-size: 12px; color: var(--navy); border: 0.5px solid rgba(12,45,94,0.3); padding: 4px 11px; border-radius: 20px; background: rgba(12,45,94,0.05); display: inline-block; }
.tag-wrap { display: flex; flex-wrap: wrap; gap: 7px; }

/* UAK BOX */
.uak-box { background: rgba(12,45,94,0.04); border: 0.5px solid rgba(12,45,94,0.15); border-radius: var(--radius-md); padding: 1.25rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }
.uak-icon { flex-shrink: 0; width: 44px; height: 44px; background: var(--navy); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.uak-icon i { color: var(--gold); font-size: 22px; }
.uak-text { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.uak-text strong { color: var(--text); font-weight: 500; }

/* PUB ROW */
.pub-row { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 0.5px solid var(--border); }
.pub-row:last-child { border-bottom: none; }
.pub-num { width: 32px; height: 32px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; color: var(--navy); flex-shrink: 0; margin-top: 1px; }
.pub-txt { font-size: 15px; color: var(--text-muted); line-height: 1.65; }
.pub-txt strong { color: var(--text); font-weight: 500; }

/* PARTNERS */
.partners-sec { padding: 1.75rem 2rem; background: var(--bg-alt); border-top: 0.5px solid var(--border); display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.partners-lbl { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap; }
.partner-box { border: 0.5px solid var(--border); border-radius: var(--radius-md); padding: 10px 16px; font-size: 13px; color: var(--text-muted); background: var(--bg); }

/* FOOTER */
.footer { background: var(--navy-dark); padding: 2rem 2rem; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 0.5px solid rgba(255,255,255,0.1); }
.footer-brand { color: rgba(255,255,255,0.5); font-size: 13px; line-height: 1.7; }
.footer-brand strong { color: var(--gold); display: block; font-size: 14px; margin-bottom: 4px; }
.footer-links { display: flex; gap: 2rem; }
.fc-ttl { color: rgba(255,255,255,0.6); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.fc a { display: block; color: rgba(255,255,255,0.4); font-size: 13px; margin-bottom: 6px; text-decoration: none; }
.fc a:hover { color: var(--gold); }
.footer-bot { color: var(--gold); font-size: 12px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px; }

/* RESPONSIVE */
@media (max-width: 680px) {
  .nav-menu { display: none; }
  .two-col, .three-col { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .hero-title { font-size: 22px; }
  .page-title { font-size: 26px; }
  .cd-num { font-size: 28px; width: 64px; height: 64px; }
  .page-hero-right { display: none; }
}
