/* ===== GITA — الذهبية العالمية للسفر والسياحة =====
   الهوية البصرية الرسمية: أخضر زمردي + ذهبي على خلفية بيضاء/كريمية */
:root {
  --green: #0b7a6f;
  --green-deep: #075c53;
  --green-darker: #053f39;
  --green-soft: #e7f2f0;
  --gold: #c19617;
  --gold-light: #e0b84a;
  --gold-deep: #a37e12;
  --cream: #f9f5e8;
  --cream-2: #f2ecda;
  --ink: #10302b;
  --text: #26332f;
  --muted: #6b7772;
  --line: rgba(193, 150, 23, 0.3);
  --gold-grad: linear-gradient(135deg, #e0b84a 0%, #c19617 48%, #a37e12 100%);
  --green-grad: linear-gradient(160deg, #0b7a6f 0%, #075c53 55%, #053f39 100%);
  --shadow: 0 22px 60px rgba(7, 60, 53, 0.14);
  --radius: 18px;
  --maxw: 1200px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: "Zain", "Tajawal", "Segoe UI", Tahoma, sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.85;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .brand-name {
  font-family: "Zain", "Tajawal", serif;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
section { position: relative; }

.container { width: 92%; max-width: var(--maxw); margin-inline: auto; }

.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ===== Eyebrow / section headings ===== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Zain", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.9rem;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold-grad); }

.section-head { text-align: center; max-width: 780px; margin: 0 auto 54px; }
.section-head.dark .eyebrow { color: var(--gold-light); }
.section-head.dark h2 { color: #fff; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.12rem; }
.section-head.dark p { color: rgba(255,255,255,0.82); }

.pad { padding: clamp(64px, 9vw, 120px) 0; }
.bg-cream { background: var(--cream); }
.bg-cream-2 { background: var(--cream-2); }
.bg-dark { background: var(--green-grad); color: #eef6f4; }
.bg-dark h3, .bg-dark h4 { color: #fff; }

/* ===== Navbar ===== */
.nav {
  position: fixed; top: 0; inset-inline: 0; z-index: 100;
  background: rgba(7, 60, 53, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(193,150,23,0.28);
  transition: background .3s, padding .3s;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand img { width: 50px; height: 50px; }
.nav-brand .bn { display: flex; flex-direction: column; line-height: 1.15; }
.nav-brand .bn strong { font-family: "Zain", serif; color: #fff; font-size: 1.2rem; }
.nav-brand .bn span { font-size: 0.72rem; letter-spacing: 2px; color: var(--gold-light); }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  color: #e6efed; font-size: 1rem; font-weight: 500;
  padding: 8px 13px; border-radius: 10px; transition: color .2s, background .2s;
}
.nav-links a:hover { color: var(--gold-light); background: rgba(255,255,255,0.08); }
.nav-cta {
  background: var(--gold-grad); color: var(--ink) !important; font-weight: 700 !important;
  padding: 10px 20px !important; border-radius: 30px !important; margin-inline-start: 8px;
  box-shadow: 0 8px 22px rgba(193,150,23,0.34);
}
.nav-cta:hover { color: var(--ink) !important; filter: brightness(1.05); }
.nav-end { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.lang-switch { display: flex; align-items: center; gap: 8px; }
.lang-btn {
  width: 34px; height: 34px; border-radius: 50%; padding: 0; cursor: pointer;
  border: 2px solid transparent; background: rgba(255,255,255,0.1); display: grid; place-items: center;
  overflow: hidden; transition: border-color .2s, transform .2s;
}
.lang-btn .fi { width: 20px; height: 20px; border-radius: 50%; background-size: cover; background-position: center; }
.lang-btn:hover { transform: translateY(-2px); }
.lang-btn.active { border-color: var(--gold-light); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--gold-light); margin: 6px 0; transition: .3s; }

/* ===== Hero ===== */
.hero {
  position: relative; display: flex; flex-direction: column; align-items: stretch;
  color: #fff; overflow: hidden; padding-bottom: 70px;
  background:
    radial-gradient(1100px 620px at 82% -10%, rgba(193,150,23,0.10), transparent 62%),
    linear-gradient(158deg, rgba(11,122,111,0.92) 0%, rgba(7,92,83,0.93) 52%, rgba(4,67,61,0.95) 100%),
    url("assets/hero.jpg") center/cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 30h60M30 0v60' stroke='%23e0b84a' stroke-width='.5' opacity='.07'/%3E%3C/svg%3E");
}
.hero-glow {
  position: absolute; width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(224,184,74,0.10), transparent 68%);
  top: -180px; inset-inline-start: -160px; filter: blur(28px); pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; padding: 116px 0 0; max-width: 880px; }
.hero .tag {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
  padding: 8px 18px; border: 1px solid var(--line); border-radius: 30px;
  font-size: 0.95rem; color: var(--gold-light); background: rgba(224,184,74,0.08);
}
.hero .tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 12px var(--gold-light); }
.hero h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.12; margin-bottom: 22px; }
.hero h1 em { font-style: normal; }
.hero p.lead { font-size: clamp(1.1rem, 2.2vw, 1.4rem); color: rgba(255,255,255,0.9); max-width: 100%; margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-badges-wrap { position: relative; z-index: 2; margin-top: 44px; max-width: 880px; margin-inline: auto; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 54px; justify-content: space-between; text-align: center; }
.hero-badges .hb strong { display: block; font-family: "Zain", serif; font-size: 2.2rem; color: var(--gold-light); }
.hero-badges .hb span { font-size: 0.98rem; color: rgba(255,255,255,0.82); }
.scroll-cue { position: absolute; bottom: 26px; inset-inline-start: 50%; transform: translateX(50%); color: rgba(255,255,255,.6); font-size: .9rem; z-index: 2; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer;
  font-weight: 700; font-family: "Zain", sans-serif; font-size: 1.1rem;
  padding: 13px 32px; border-radius: 32px; border: 1px solid transparent;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.btn-gold { background: var(--gold-grad); color: var(--ink); box-shadow: 0 12px 30px rgba(193,150,23,0.34); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(193,150,23,0.44); }
.btn-ghost { border-color: rgba(255,255,255,0.4); color: #fff; }
.btn-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.btn-dark { background: var(--green); color: #fff; box-shadow: 0 12px 30px rgba(11,122,111,0.3); }
.btn-dark:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(11,122,111,0.4); background: var(--green-deep); }
.btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 12px 30px rgba(37,211,102,0.34); }
.btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(37,211,102,0.44); background: #1eb457; }

/* ===== About ===== */
.about-grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
.about-copy p { color: #45524d; margin-bottom: 18px; }
.about-copy p:first-of-type { color: var(--text); }
.about-visual {
  position: relative; border-radius: 26px; overflow: hidden; padding: 44px;
  background:
    linear-gradient(160deg, rgba(11,122,111,0.9) 0%, rgba(7,92,83,0.92) 55%, rgba(5,63,57,0.94) 100%),
    url("assets/about.jpg") center/cover no-repeat;
  box-shadow: var(--shadow); color: #fff;
}
.about-visual::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(224,184,74,0.28), transparent 65%); top: -90px; inset-inline-end: -70px; }
.about-visual .logo-chip {
  width: 120px; height: 120px; border-radius: 24px; background: #fff;
  display: grid; place-items: center; margin: 0 auto 26px; box-shadow: 0 14px 30px rgba(7,60,53,0.24); position: relative; z-index: 2;
}
.about-visual .logo-chip img { width: 92px; }
.about-visual h3 { color: #fff; font-size: 1.8rem; margin-bottom: 10px; text-align: center; position: relative; z-index: 2; }
.about-visual p { color: rgba(255,255,255,0.85); font-weight: 500; position: relative; z-index: 2; }
.about-visual .mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; position: relative; z-index: 2; }
.about-visual .mini-stats div { background: rgba(255,255,255,0.12); border: 1px solid rgba(224,184,74,0.3); border-radius: 14px; padding: 16px; }
.about-visual .mini-stats strong { font-family: "Zain", serif; font-size: 1.7rem; display: block; color: var(--gold-light); }
.about-visual .mini-stats span { font-size: .9rem; }

/* ===== Stats / Numbers ===== */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.stat {
  text-align: center; padding: 16px 12px; border-radius: 16px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(224,184,74,0.28);
  transition: transform .3s, border-color .3s, background .3s;
}
.stat:hover { transform: translateY(-6px); border-color: var(--gold-light); background: rgba(255,255,255,0.1); }
.stat .num { font-family: "Zain", serif; font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--gold-light); font-weight: 700; }
.stat .num .suffix { font-size: 1.2rem; }
.stat .lbl { color: rgba(255,255,255,0.85); font-size: 0.95rem; margin-top: 4px; }

/* ===== VRV cards (vision/mission/values) ===== */
.vrv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.vrv {
  background: #fff; border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow);
  border: 1px solid rgba(11,122,111,0.14); position: relative; overflow: hidden;
}
.vrv::before { content: ""; position: absolute; top: 0; inset-inline-start: 0; width: 5px; height: 100%; background: var(--green-grad); }
.vrv .ico {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(11,122,111,0.14), rgba(11,122,111,0.05));
  color: var(--green); font-size: 1.6rem; margin-bottom: 20px;
}
.vrv h3 { font-size: 1.6rem; margin-bottom: 12px; color: var(--green-deep); }
.vrv p { color: #4a574f; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
.value-card {
  background: #fff; border-radius: 16px; padding: 26px; border: 1px solid rgba(11,122,111,0.14);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--green); }
.value-card .vn { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.value-card .vn span { width: 42px; height: 42px; border-radius: 12px; background: var(--green-grad); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: "Zain", serif; font-size: 1.15rem; }
.value-card h4 { font-size: 1.2rem; color: var(--green-deep); }
.value-card p { color: var(--muted); font-size: 1rem; }

/* ===== Why us ===== */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 48px; }
.why-item {
  display: flex; align-items: center; gap: 12px; padding: 10px 0;
  border-bottom: 1px solid rgba(224,184,74,0.14);
}
.why-item .wk { flex: 0 0 auto; width: auto; height: auto; background: none; border-radius: 0; color: var(--gold-light); font-size: 1.05rem; }
.why-item p { color: rgba(255,255,255,0.92); font-size: 1.05rem; margin: 0; }

/* ===== Services ===== */
.seg-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 44px; flex-wrap: wrap; }
.seg-tab {
  padding: 12px 32px; border-radius: 30px; cursor: pointer; font-weight: 700; font-size: 1.1rem;
  border: 1px solid rgba(11,122,111,0.3); background: #fff; color: var(--green-deep); transition: .25s;
}
.seg-tab.active { background: var(--green-grad); color: #fff; border-color: transparent; box-shadow: 0 10px 26px rgba(11,122,111,0.3); }
.seg-panel { display: none; animation: fade .4s ease; }
.seg-panel.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
#business .svc-grid { grid-template-columns: repeat(3, 1fr); }
.svc {
  background: #fff; border-radius: 16px; padding: 26px 22px; text-align: center;
  border: 1px solid rgba(11,122,111,0.12); transition: transform .3s, box-shadow .3s, border-color .3s;
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--green); }
.svc .si { width: 60px; height: 60px; margin: 0 auto 14px; border-radius: 16px; display: grid; place-items: center; font-size: 1.5rem; background: var(--green-soft); color: var(--green); }
.svc h4 { font-size: 1.15rem; color: var(--green-deep); }

.channels { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 40px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 30px;
  background: var(--green-soft); border: 1px solid rgba(11,122,111,0.2); color: var(--green-deep); font-weight: 500; font-size: 1rem;
}
.chip i { color: var(--gold-deep); }

/* ===== Feature split (ArabJet / API / digital) ===== */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.feature-single { grid-template-columns: 1fr; max-width: 820px; margin: 0 auto; }
.feature.reverse { direction: ltr; }
.feature.reverse > * { direction: rtl; }
.feature-media {
  border-radius: 24px; padding: 40px; min-height: 320px; color: #fff; display: flex; flex-direction: column; justify-content: center;
  background: var(--green-grad); border: 1px solid rgba(224,184,74,0.28); position: relative; overflow: hidden;
}
.feature-media::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(224,184,74,0.26), transparent 65%); top: -80px; inset-inline-end: -60px; z-index: 1; }
.feature-media.fm-arabjet {
  background:
    linear-gradient(150deg, rgba(11,122,111,0.9), rgba(5,63,57,0.94)),
    url("assets/arabjet.jpg") center/cover no-repeat;
}
.feature-media.fm-franchise {
  background:
    linear-gradient(150deg, rgba(11,122,111,0.9), rgba(5,63,57,0.94)),
    url("assets/franchise.jpg") center/cover no-repeat;
}
.feature-media .badge-round { width: 90px; height: 90px; border-radius: 22px; background: var(--gold-grad); display: grid; place-items: center; color: var(--ink); font-size: 2rem; margin-bottom: 22px; position: relative; z-index: 2; }
.feature-media h3 { color: #fff; font-size: 1.9rem; margin-bottom: 12px; position: relative; z-index: 2; }
.feature-media p { color: rgba(255,255,255,0.85); position: relative; z-index: 2; }
.feature-media .link { color: var(--gold-light); font-weight: 700; margin-top: 18px; position: relative; z-index: 2; }
.feature-copy h3 { font-size: 2rem; margin-bottom: 16px; color: var(--green-deep); }
.feature-copy p { color: #4a574f; margin-bottom: 16px; }
.check-list { list-style: none; }
.check-list li { position: relative; padding-inline-start: 34px; margin-bottom: 12px; color: #45524d; }
.check-list li::before { content: "✦"; position: absolute; inset-inline-start: 0; color: var(--gold-deep); font-weight: 700; }

/* ===== Digital / model feature grid on green ===== */
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mini-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(224,184,74,0.26); border-radius: 14px; padding: 24px; transition: .3s; }
.mini-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }
.mini-card .mi { font-size: 1.5rem; color: var(--gold-light); margin-bottom: 10px; }
.mini-card h4 { color: #fff; font-size: 1.2rem; margin-bottom: 6px; }
.mini-card p { color: rgba(255,255,255,0.82); font-size: 1rem; margin: 0; }

/* ===== Awards / achievements ===== */
.timeline { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tl-item { display: flex; gap: 16px; background: #fff; border-radius: 14px; padding: 24px; border: 1px solid rgba(11,122,111,0.12); box-shadow: 0 8px 26px rgba(7,60,53,0.05); }
.tl-item .tk { flex: 0 0 46px; height: 46px; border-radius: 12px; background: var(--gold-grad); color: var(--ink); display: grid; place-items: center; font-size: 1.2rem; }
.tl-item p { color: #4a574f; margin: 0; font-size: 1.02rem; }

/* ===== Franchise / model regions ===== */
.regions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.region { background: #fff; border-radius: 16px; padding: 26px; border: 1px solid rgba(11,122,111,0.12); text-align: center; transition: .3s; }
.region:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--green); }
.region .rc { font-family: "Zain", serif; font-size: 2.6rem; color: var(--gold-deep); font-weight: 700; }
.region h4 { font-size: 1.25rem; margin: 4px 0; color: var(--green-deep); }
.region span { color: var(--muted); font-size: 0.96rem; }

/* ===== Accreditations (on green) ===== */
.accred-wide { background: rgba(255,255,255,0.07); border: 1px solid rgba(224,184,74,0.28); border-radius: 16px; padding: 28px; margin-bottom: 20px; transition: .3s; }
.accred-wide:hover { background: rgba(255,255,255,0.12); }
.accred-wide .ai { font-size: 1.6rem; color: var(--gold-light); margin-bottom: 12px; }
.accred-wide h4 { color: #fff; font-size: 1.18rem; margin-bottom: 12px; }
.iata-list-wide { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 24px; }
.iata-list-wide li { border-bottom: none; padding: 0; }
.accred-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.accred { background: rgba(255,255,255,0.07); border: 1px solid rgba(224,184,74,0.28); border-radius: 16px; padding: 28px; transition: .3s; }
.accred:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }
.accred .ai { font-size: 1.6rem; color: var(--gold-light); margin-bottom: 12px; }
.accred h4 { color: #fff; font-size: 1.18rem; margin-bottom: 8px; }
.accred p { color: rgba(255,255,255,0.84); font-size: 1rem; margin: 0; }
.iata-list { list-style: none; margin-top: 10px; }
.iata-list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: rgba(255,255,255,0.9); font-size: 0.96rem; padding: 8px 0; border-bottom: 1px dashed rgba(224,184,74,0.3); }
.iata-list li:last-child { border: 0; }
.iata-list li span:last-child { color: var(--gold-light); font-family: "Zain", serif; font-weight: 700; }

/* ===== 2030 ===== */
.v2030-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.v2030 { background: #fff; border-radius: 16px; padding: 24px; border: 1px solid rgba(11,122,111,0.12); transition: .3s; }
.v2030:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--green); }
.v2030 .vi { width: 52px; height: 52px; border-radius: 14px; background: var(--green-grad); color: #fff; display: grid; place-items: center; font-size: 1.3rem; margin-bottom: 14px; }
.v2030 h4 { font-size: 1.12rem; margin-bottom: 6px; color: var(--green-deep); }
.v2030 p { color: var(--muted); font-size: 0.98rem; margin: 0; }

/* ===== Branches (on green) ===== */
.branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.branch { display: block; background: rgba(255,255,255,0.07); border: 1px solid rgba(224,184,74,0.28); border-radius: 18px; padding: 30px; transition: .3s; }
.branch:hover { transform: translateY(-6px); border-color: var(--gold-light); background: rgba(255,255,255,0.12); }
.branch-link-ic { color: var(--gold-light); font-size: 0.8rem; margin-inline-start: 6px; opacity: .8; }
.branch .bh { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.branch .bh .pin { width: 46px; height: 46px; border-radius: 12px; background: var(--gold-grad); color: var(--ink); display: grid; place-items: center; font-size: 1.2rem; }
.branch h4 { color: #fff; font-size: 1.3rem; }
.branch .main-tag { display: inline-block; margin-top: 6px; font-size: 0.82rem; color: var(--ink); background: var(--gold-light); padding: 3px 12px; border-radius: 20px; font-weight: 700; }
.branch p { color: rgba(255,255,255,0.84); margin: 0; }

/* ===== CTA banner ===== */
.cta-banner {
  background:
    linear-gradient(135deg, rgba(11,122,111,0.9), rgba(5,63,57,0.94)),
    url("assets/cta.jpg") center/cover no-repeat;
  border-radius: 28px; padding: 56px; text-align: center; color: #fff;
  box-shadow: 0 26px 60px rgba(7,60,53,0.28); position: relative; overflow: hidden;
}
.cta-banner::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(224,184,74,0.26), transparent 65%); top: -120px; inset-inline-start: -80px; }
.cta-banner h2 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin-bottom: 12px; position: relative; z-index: 2; }
.cta-banner p { color: rgba(255,255,255,0.9); font-size: 1.2rem; max-width: 640px; margin: 0 auto 28px; position: relative; z-index: 2; }
.cta-banner .hero-actions { position: relative; z-index: 2; }

/* ===== Footer ===== */
.footer-slim { background: #043730; border-top: 3px solid var(--gold); padding: 16px 0; }
.footer-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: nowrap; }
.footer-bar-right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.footer-bar-label { color: var(--gold-light); font-weight: 700; font-size: 1rem; white-space: nowrap; }
.footer-bar-copy { color: rgba(255,255,255,0.6); font-size: 0.88rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.socials { display: flex; gap: 10px; flex-shrink: 0; }
.socials a { width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(224,184,74,0.4); display: grid; place-items: center; color: var(--gold-light); transition: .25s; }
.socials a:hover { background: var(--gold-grad); color: var(--ink); border-color: transparent; }
.footer-bottom { text-align: center; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.55); font-size: 0.92rem; }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== توحيد مقاسات الخطوط في العناوين ===== */
.section-head h2,
.about-copy h2,
.cta-banner h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.vrv h3,
.feature-copy h3,
.feature-media h3,
.about-visual h3,
.footer-brand h3,
#franchise > .container > h3 { font-size: 1.7rem; }
.value-card h4,
.svc h4,
.region h4,
.v2030 h4,
.mini-card h4,
.accred h4,
.branch h4,
.footer h4,
.partner-block h3 { font-size: 1.2rem; }

/* ===== توحيد مقاسات نصوص التفاصيل ===== */
.section-head p,
.about-copy p,
.about-copy p:first-of-type,
.feature-copy p,
.feature-media p,
.value-card p,
.why-item p,
.mini-card p,
.tl-item p,
.accred p,
.v2030 p,
.region span,
.svc p,
.stat .lbl,
.cta-banner p,
.partner-block .pdesc,
.footer-brand p,
.footer ul li a,
.footer .contact-line { font-size: 1.05rem; line-height: 1.85; }

/* ===== الصور والشعارات ===== */

.wide-figure { background: #fff; border-radius: 20px; padding: 26px; border: 1px solid rgba(11,122,111,0.12); box-shadow: var(--shadow); margin-bottom: 40px; }
.wide-figure img { width: 100%; height: auto; display: block; border-radius: 10px; }


/* ===== الشركاء ===== */
.partner-block { margin-bottom: 46px; }
.partner-block:last-child { margin-bottom: 0; }
.partner-block h3 { text-align: center; color: var(--green-deep); margin-bottom: 8px; }
.partner-block .pdesc { text-align: center; color: var(--muted); max-width: 860px; margin: 0 auto 26px; font-size: 1.02rem; }
.logo-cards { display: grid; gap: 24px; }
.logo-cards.two { grid-template-columns: 1fr; max-width: 980px; margin: 0 auto; }
.logo-cards.one { grid-template-columns: 1fr; max-width: 820px; margin: 0 auto; }
.logo-card.logo-card-brand { background: #0b7a6f; border-color: rgba(11,122,111,0.4); padding: 0; overflow: hidden; }
.logo-card.logo-card-brand img { border-radius: 20px; }
.logo-cards.four { grid-template-columns: repeat(4, 1fr); }
.logo-card { background: #fff; border-radius: 20px; padding: 40px 48px; border: 1px solid rgba(11,122,111,0.1); box-shadow: 0 14px 40px rgba(7,60,53,0.07); display: flex; align-items: center; justify-content: center; transition: transform .3s, box-shadow .3s; }
.logo-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(7,60,53,0.12); }
.logo-card img { width: 100%; height: auto; display: block; }
.logo-cards.two .logo-card img { max-width: 860px; margin: 0 auto; }

@media (max-width: 980px) {
  .logo-cards.four { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .logo-cards.two, .logo-cards.four { grid-template-columns: 1fr; }
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 0 0 auto 0; top: 74px; flex-direction: column; align-items: stretch;
    background: rgba(7,60,53,0.98); padding: 18px; gap: 4px; transform: translateY(-140%); transition: transform .35s; border-bottom: 1px solid rgba(224,184,74,0.3); }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px; }
  .nav-toggle { display: block; }
  .lang-switch { justify-content: center; margin: 10px 0 0; }
  .about-grid, .feature, .feature.reverse { grid-template-columns: 1fr; }
  .v2030-grid { grid-template-columns: repeat(3, 1fr); }
  .svc-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .svc { padding: 16px 10px; }
  .svc .si { width: 46px; height: 46px; font-size: 1.2rem; margin-bottom: 10px; }
  .svc h4 { font-size: 0.98rem; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .vrv-grid, .values-grid, .why-grid, .mini-cards, .timeline, .accred-grid, .branch-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .regions { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .iata-list-wide { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .values-grid, .why-grid, .mini-cards, .timeline, .regions, .accred-grid, .branch-grid, .footer-grid, .v2030-grid, .vrv-grid { grid-template-columns: 1fr; }
  .iata-list-wide { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .svc { padding: 16px 10px; }
  .svc .si { width: 46px; height: 46px; font-size: 1.2rem; margin-bottom: 10px; }
  .svc h4 { font-size: 0.98rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .stats-grid .stat { padding: 18px 10px; }
  .stats-grid .stat .num { font-size: 1.7rem; }
  .stats-grid .stat .lbl { font-size: 0.86rem; }
  .hero-badges { gap: 22px; }
  .cta-banner, .about-visual, .feature-media { padding: 32px; }
  .about-visual .mini-stats { grid-template-columns: 1fr 1fr; }
  .footer-bar { gap: 8px; }
  .footer-bar-right { gap: 8px; }
  .socials { gap: 6px; }
  .socials a { width: 32px; height: 32px; border-radius: 9px; font-size: 0.85rem; }
  .footer-bar-label { font-size: 0.82rem; }
  .footer-bar-copy { font-size: 0.68rem; }
}
