:root {
  --ink: #062b57;
  --muted: #627488;
  --cream: #f3f7fb;
  --paper: #ffffff;
  --lime: #d9a52c;
  --line: #d8e2ec;
}

.brand-logo {
  width: 190px;
  height: auto;
  object-fit: contain;
}

.footer .brand-logo {
  width: 210px;
  background: #fff;
  padding: 5px;
}

.kicker,
.tag { color: #a67512; }
.nav a:not(.nav-cta):hover,
.text-link:hover { color: #a67512; }
.nav-cta,
.button-light,
.yellow-card,
.contact { background: var(--lime); }
.hero { background: var(--cream); }
.logo-strip { background: #fff; }
.image-stamp,
.note-icon { background: var(--lime); }
.footer-links a:hover { color: var(--lime); }

@media (max-width: 800px) {
  .brand-logo { width: 155px; }
  .footer .brand-logo { width: 180px; }
}

.detail-list,
.number-list { padding-left: 20px; color: var(--muted); font-size: 14px; }
.detail-list li,
.number-list li { margin: 10px 0; padding-left: 5px; }
.detail-list li::marker { color: var(--lime); }
.number-list li::marker { color: var(--ink); font-family: var(--display); font-weight: 700; }
.leaders,
.vm-grid,
.source-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.leaders { grid-template-columns: repeat(2, minmax(0, 440px)); justify-content: center; }
.leader-card { background: var(--cream); border: 1px solid var(--line); }
.leader-card img { width: 100%; height: 280px; object-fit: cover; filter: saturate(.7); }
.leader-card div { padding: 24px; }
.leader-card h3,
.source-tile h3 { font: 600 22px var(--display); letter-spacing: -.05em; margin: 0 0 8px; }
.leader-card p,
.vm-card p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.leader-card img { height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center center; }
.leader-card img[src="director.webp"] { object-position: center top; }
.leader-card img[src="marketing.png"] { filter: none; object-position: center center; }
.image-frame { height: auto; aspect-ratio: 3 / 2; }
.image-frame picture { display: block; width: 100%; height: 100%; }
.image-frame img { object-fit: cover; object-position: center center; }
.hero-grid { grid-template-columns: .85fr 1.15fr; gap: 55px; }
.vm-card { padding: 35px; background: var(--cream); border-top: 3px solid var(--lime); }
.vm-card:nth-child(2) { background: var(--ink); color: #fff; }
.vm-card:nth-child(2) .kicker { color: var(--lime); }
.vm-card h2 { font-size: clamp(34px, 4vw, 54px); margin-bottom: 28px; }
.vm-card:nth-child(2) p:last-child { color: #bdc9d5; }
.value-grid-large { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-tile { min-height: 190px; padding: 24px; background: var(--cream); border-top: 2px solid var(--lime); }
.value-tile b { color: #a67512; font: 12px var(--display); }
.value-tile h3 { font: 600 20px var(--display); letter-spacing: -.05em; margin: 42px 0 8px; }
.value-tile p { color: var(--muted); font-size: 13px; margin: 0; }
.source-tile { position: relative; overflow: hidden; background: var(--ink); min-height: 280px; }
.source-tile img { width: 100%; height: 280px; object-fit: cover; opacity: .65; filter: saturate(.65); }
.source-tile h3 { position: absolute; left: 25px; bottom: 18px; color: #fff; }
.insight-card>p:not(.tag) { color: var(--muted); font-size: 13px; margin: 8px 20px 0; }
.quick-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.quick-action { display: inline-flex; align-items: center; gap: 8px; padding: 12px 14px; font-size: 12px; font-weight: 700; border: 1px solid rgba(6,43,87,.22); }
.quick-action span { font-size: 16px; }
.contact-icon { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.call-action { background: var(--ink); color: #fff; }
.whatsapp-action { background: #1f9d59; color: #fff; border-color: #1f9d59; }
.quick-action:hover { transform: translateY(-2px); }
.floating-contact { position: fixed; top: 17px; right: 24px; z-index: 20; display: flex; gap: 8px; }
.floating-contact a { display: inline-flex; align-items: center; gap: 7px; padding: 12px 14px; color: #fff; box-shadow: 0 8px 22px rgba(6,43,87,.2); font-size: 12px; font-weight: 700; }
.floating-contact .contact-icon { width: 18px; height: 18px; }
.contact-gif { width: 22px; height: 22px; object-fit: contain; flex: 0 0 auto; }
.header-contact { display: flex; align-items: center; gap: 12px; }
.header-contact a { display: inline-flex; align-items: center; gap: 5px; color: var(--ink); font-size: 11px; font-weight: 700; }
.header-contact a:hover { color: #a67512; }
.header-contact img { width: 20px; height: 20px; object-fit: contain; }
.header-cta { border: 0; background: var(--lime); color: var(--ink); padding: 12px 15px; font: 700 12px var(--sans); cursor: pointer; white-space: nowrap; }
.header-cta span { margin-left: 7px; font-size: 15px; }
.header-cta:hover { background: #e7ba50; }
.contact-modal { position: fixed; inset: 0; z-index: 50; display: none; align-items: center; justify-content: center; padding: 20px; }
.contact-modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(6,43,87,.58); backdrop-filter: blur(5px); }
.modal-card { position: relative; z-index: 1; width: min(520px, 100%); max-height: 90vh; overflow-y: auto; padding: 34px; background: var(--paper); box-shadow: 0 25px 70px rgba(6,43,87,.25); }
.modal-card h2 { font-size: clamp(38px, 5vw, 56px); margin-bottom: 25px; }
.modal-close { position: absolute; top: 13px; right: 16px; border: 0; background: none; color: var(--ink); font-size: 28px; cursor: pointer; line-height: 1; }
.modal-card label { display: block; margin: 12px 0 5px; font-size: 11px; font-weight: 700; }
.modal-card input, .modal-card textarea, .modal-card select { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); padding: 9px 0; outline: 0; font: 14px var(--sans); }
.modal-card select { cursor: pointer; }
.modal-card .button { width: 100%; margin-top: 20px; }
body.modal-open { overflow: hidden; }
@media (max-width: 800px) {
  .header-contact { justify-content: flex-start; padding: 8px 0; }
  .header-cta { width: 100%; margin-top: 8px; text-align: center; }
}
.floating-call { background: var(--ink); }
.floating-whatsapp { background: #1f9d59; }
.floating-contact a:hover { transform: translateY(-2px); }
@media (max-width: 800px) {
  .floating-contact { top: auto; right: 0; bottom: 0; left: 0; width: 100%; gap: 0; }
  .floating-contact a { flex: 1; justify-content: center; border-radius: 0; padding: 14px 10px; }
}
.language-toggle { width: 70px; border: 1px solid var(--line); background: transparent; color: var(--ink); padding: 10px 8px; font: 600 12px var(--sans); cursor: pointer; }
.language-toggle:hover { border-color: var(--lime); color: #a67512; }
.nav-wrap, .nav { direction: ltr; }
.nav { flex: 1; justify-content: center; padding-right: 190px; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 28px; position: absolute; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.nav-links a { color: #56605a; font-size: 13px; font-weight: 600; }
.nav-links a:hover { color: #a67512; }
.nav { display: grid; grid-template-columns: 1fr auto 70px 190px; align-items: center; justify-content: initial; padding-right: 0; }
.nav-links { position: static; grid-column: 2; transform: none; }
.nav .language-toggle { grid-column: 3; justify-self: end; }
.nav-cta { min-width: 180px; text-align: center; }
.arabic { font-family: 'Cairo', var(--sans); }
.arabic .brand-logo { direction: ltr; }
.arabic .hero-copy, .arabic .section-body, .arabic .contact-grid, .arabic .contact-form { text-align: right; }
.arabic .hero-actions, .arabic .statement-bottom { flex-direction: row-reverse; justify-content: flex-start; }
.arabic .detail-list, .arabic .number-list { padding-left: 0; padding-right: 20px; }
.arabic .step { text-align: right; }
.arabic .footer-top, .arabic .footer-bottom { text-align: right; }
@media (max-width: 800px) {
  .nav { display: flex; flex: none; padding-right: 0; }
  .nav .language-toggle { grid-column: auto; justify-self: auto; }
  .nav-links { position: static; transform: none; display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .hero { padding-top: 0; }
  .image-frame { aspect-ratio: 1 / 1; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-visual { order: -1; width: 100%; }
  .hero-copy { width: 100%; }
  .leaders, .vm-grid, .source-grid, .value-grid-large { grid-template-columns: 1fr; }
  .value-tile h3 { margin-top: 28px; }
}

@media (max-width: 800px) {
  .hero-rings { display: none; }
  .hero-copy { position: relative; z-index: 1; }
  .nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--paper); padding: 20px 24px 28px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .menu-toggle { display: flex; position: relative; z-index: 2; flex-direction: column; gap: 6px; padding: 10px; border: 0; }
  .menu-toggle span { display: block; width: 23px; height: 2px; background: var(--ink); }
  .nav-links { position: static; transform: none; display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links a { padding: 12px 0; }
}
