:root {
  --radius: 0.75rem;
  --background: #f5f4f0;
  --foreground: #173d35;
  --card: #fff;
  --card-foreground: #173d35;
  --border: #d8d9d2;
  --primary: #173d35;
  --primary-foreground: #fff;
  --ink: #173d35;
  --brown: #6a4a38;
  --brass: #b79a63;
  --sand: #e8e2d5;
  --mist: #ecece7;
  --muted: #68756e;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

button,
a {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.site {
  min-height: 100vh;
  overflow: hidden;
  background: var(--background);
  opacity: 0;
  transition: opacity 0.38s ease;
}

.site.is-visible {
  opacity: 1;
}

/* ============================================================
   SITE HEADER
   ============================================================ */
.site-header {
  height: 74px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  gap: 38px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 244, 240, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(23, 61, 53, 0.12);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  cursor: pointer;
  text-align: left;
}

.brand-lockup img,
.footer-brand img {
  width: 80px;
  height: 120px;
  object-fit: contain;
}

.brand-lockup span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brand-lockup strong {
  display: block;
  letter-spacing: 0.18em;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  color: var(--ink);
}

.brand-lockup small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.rtl .brand-lockup {
  text-align: center;
  flex-direction: row-reverse;
  gap: 14px;
  justify-content: center;
}

.rtl .brand-lockup span {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rtl .brand-lockup strong {
  font-size: 34px !important;
  letter-spacing: 0.05em;
  font-weight: 800;
  display: block;
  text-align: center;
  width: 100%;
}

.rtl .brand-lockup small {
  font-size: 20px !important;
  letter-spacing: 0.15em;
  margin-top: 6px;
  font-weight: 600;
  color: var(--muted);
  display: block;
  text-align: center;
  width: 100%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.8vw, 28px);
  width: 100%;
}

.desktop-nav button {
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #54635c;
  white-space: nowrap;
  transition: color 0.18s var(--ease-out);
}

.desktop-nav button:hover {
  color: var(--brown);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.menu-toggle {
  display: none;
  cursor: pointer;
}

/* ============================================================
   DISCLOSURE BAR
   ============================================================ */
.disclosure-bar {
  min-height: 50px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  gap: 24px;
  background: #173d35;
  color: #f5f4f0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 16px;
}

.disclosure-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d4bd89;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pulse-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #d4bd89;
  box-shadow: 0 0 0 3px rgba(212, 189, 137, 0.14);
}

.disclosure-message {
  color: #b8c9c1;
  flex: 1;
  font-size: 16px;
}

.disclosure-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.18s var(--ease-out), transform 0.18s var(--ease-out);
}

.disclosure-link:hover {
  color: #d4bd89;
  transform: translateX(2px);
}

.rtl .disclosure-link:hover {
  transform: translateX(-2px);
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section-pad {
  padding: 96px clamp(20px, 8vw, 125px);
}

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(50px, 8vw, 140px);
  padding-top: 74px;
  padding-bottom: 40px;
  background: var(--sand);
}

.hero-copy {
  max-width: 530px;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--brown);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kicker b {
  color: var(--ink);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.kicker span {
  font-size: 16px;
}

.dot,
.live-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--brass);
}

.hero h1 {
  margin: 27px 0 22px;
  font-size: clamp(45px, 5.4vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  max-width: 650px;
}

.hero p {
  max-width: 490px;
  color: #59655f;
  line-height: 1.75;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.16s var(--ease-out), background 0.18s, color 0.18s;
}

.button:active {
  transform: scale(0.97);
}

.button-primary {
  background: var(--ink);
  color: white;
}

.button-primary:hover {
  background: var(--brown);
}

.button-ghost {
  border: 1px solid rgba(23, 61, 53, 0.3);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.45);
}

.button-dark {
  background: var(--ink);
  color: white;
}

.button-light {
  background: #f5f4f0;
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 440px;
  background: linear-gradient(135deg, #213f37, #6b4d3c);
  border-radius: 2px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  filter: saturate(0.82);
  display: block;
}

.hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 18px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================================
   MARKET SECTION
   ============================================================ */
.market-section {
  background: var(--ink);
  color: #f5f4f0;
}

.market-top,
.finance-head,
.announcement-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.section-intro {
  position: relative;
  padding-left: 54px;
}

.rtl .section-intro {
  padding-left: 0;
  padding-right: 54px;
}

.section-intro-dark {
  color: #f5f4f0;
}

.section-number {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--brass);
  font-size: 15px;
  letter-spacing: 0.1em;
}

.rtl .section-number {
  left: auto;
  right: 0;
}

.section-eyebrow {
  font-size: 15px;
  letter-spacing: 0.14em;
  color: var(--brass);
  font-weight: 800;
  text-transform: uppercase;
}

.section-intro h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 3.5vw, 53px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.arabic-label {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.section-intro-dark .arabic-label {
  color: #afbbb4;
}

.source-chip {
  padding: 9px 12px;
  border: 1px solid rgba(245, 244, 240, 0.2);
  color: #b5c1ba;
  font-size: 15px;
}

.market-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 20px;
  margin-top: 55px;
}

.quote-card,
.chart-card {
  border: 1px solid rgba(245, 244, 240, 0.2);
  min-height: 286px;
  padding: 28px;
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
}

.quote-label {
  color: #b7c5bd;
  letter-spacing: 0.12em;
  font-size: 16px;
}

.price-placeholder {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 30px;
  font-size: 23px;
  color: #aebbb4;
  flex-wrap: nowrap;
}

.price-placeholder .brand-lockup-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.price-placeholder .brand-lockup-symbol img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.price-placeholder em {
  font-style: normal;
  font-size: 52px;
  letter-spacing: -0.07em;
  color: #f5f4f0;
  line-height: 1;
  display: inline-block;
}

.rtl .price-placeholder {
  flex-direction: row-reverse;
}

.rtl .price-placeholder .brand-lockup-symbol img {
  filter: brightness(0) invert(1);
}

.pending {
  display: block;
  margin-top: 18px;
  color: #9daca5;
  font-size: 16px;
}

.pending.positive {
  color: #8fcaa1;
}

.pending.negative {
  color: #e0a08f;
}

.quote-status {
  color: var(--brass);
  font-size: 15px;
}

.live-dot {
  background: #92b59b;
  margin-right: 5px;
}

.chart-card {
  background: #204c42;
}

.chart-head {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #cad2cc;
}

.periods {
  display: flex;
  gap: 14px;
}

.periods button {
  color: #9eafa7;
  font-size: 15px;
  cursor: pointer;
}

.periods .selected {
  color: #fff;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 4px;
}

.chart-placeholder {
  margin-top: 36px;
  color: var(--brass);
}

.chart-placeholder svg {
  width: 100%;
  height: 150px;
}

.chart-axis {
  display: flex;
  justify-content: space-between;
  color: #9eafa7;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 4px;
}

.rtl .chart-axis {
  flex-direction: row-reverse;
}

.rtl .periods {
  flex-direction: row-reverse;
}

/* ============================================================
   PAPER SECTION (WHY)
   ============================================================ */
.paper-section {
  background: #fbfaf7;
}

.why-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(50px, 10vw, 160px);
  margin-top: 64px;
}

.why-statement {
  color: var(--brown);
  max-width: 370px;
}

.big-quote {
  display: block;
  font-family: Georgia, serif;
  font-size: 80px;
  height: 45px;
  color: var(--brass);
}

.why-statement p {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.pillars {
  border-top: 1px solid var(--border);
}

.pillar {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}

.pillar > span {
  color: var(--brass);
  font-size: 13px;
}

.pillar h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.pillar p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.rtl .hero-copy,
.rtl .section-intro,
.rtl .pillar,
.rtl .data-list strong {
  text-align: right;
}

.rtl .hero-actions {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

/* ============================================================
   OPERATING STRIP
   ============================================================ */
.operating-strip {
  display: flex;
  gap: 70px;
  align-items: flex-end;
  margin-top: 72px;
  padding-top: 23px;
  border-top: 1px solid var(--border);
}

.operating-strip div {
  display: flex;
  flex-direction: column;
}

.operating-strip strong {
  font-size: 54px;
  letter-spacing: -0.07em;
  line-height: 1;
}

.operating-strip strong span {
  color: var(--brass);
}

.operating-strip small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.operating-strip p {
  margin: 0 0 4px auto;
  color: var(--muted);
  font-size: 11px;
}

.rtl .operating-strip p {
  margin: 0 auto 4px 0;
}

/* ============================================================
   BRANDS SECTION
   ============================================================ */
.brands-section {
  background: #ede9df;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 58px;
}

.brand-card {
  min-height: 310px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transition: transform 0.2s var(--ease-out);
}

.brand-card:hover {
  transform: translateY(-5px);
}

.brand-oud { background: #213f37; color: #f6f1e7; }
.brand-oso { background: #c0a36d; color: #213f37; }
.brand-thannah { background: #b6aa96; color: #302f27; }
.brand-rimath { background: #6b4d3c; color: #f7f1e8; }

.brand-symbol {
  position: absolute;
  top: 28px;
  left: 24px;
  font-size: 37px;
  letter-spacing: -0.08em;
  font-weight: 800;
}

.brand-symbol span {
  font-weight: 400;
}

.brand-type {
  font-size: 13px;
  letter-spacing: 0.1em;
  opacity: 0.72;
}

.brand-card p {
  font-size: 16px;
  line-height: 1.55;
  max-width: 210px;
  margin: 12px 0 23px;
  opacity: 0.82;
}

.brand-card svg {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 17px;
}

.rtl .brand-symbol {
  left: auto;
  right: 24px;
}

.rtl .brand-card {
  text-align: right;
}

.rtl .brand-card svg {
  right: auto;
  left: 22px;
}

/* ============================================================
   FINANCE SECTION
   ============================================================ */
.finance-section {
  background: #e3e6df;
}

.year-switch {
  border: 1px solid var(--border);
  display: flex;
  gap: 0;
  padding: 4px;
}

.year-switch span {
  padding: 8px 14px;
  font-size: 12px;
  color: var(--muted);
  cursor: pointer;
}

.year-switch .active {
  background: var(--ink);
  color: white;
}

.year-switch span.coming-soon {
  position: relative;
  color: #b79a63;
}

.year-switch span.coming-soon::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: #b79a63;
  border-radius: 2px;
  opacity: 0.5;
}

.year-switch span.coming-soon:hover::after {
  opacity: 1;
}

.year-switch span.coming-soon.active {
  color: #d4bd89;
  background: rgba(183, 154, 99, 0.15);
  border-radius: 4px;
}

.year-switch span.coming-soon.active::after {
  opacity: 1;
  background: #d4bd89;
}

.financial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.financial-card {
  padding: 25px 23px;
  min-height: 155px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.financial-card > span {
  font-size: 16px;
  color: var(--muted);
  font-weight: 500;
}

.financial-card strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
  font-size: 43px;
  letter-spacing: -0.07em;
}

.financial-card strong small {
  color: var(--brown);
  font-size: 11px;
  letter-spacing: 0;
}

.comparison {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 11px;
}

.comparison b {
  font-size: 12px;
  color: var(--ink);
}

.comparison i {
  font-style: normal;
  color: #4a8662;
}

.comparison i.negative {
  color: #aa6d58;
}

.finance-note {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  color: var(--muted);
  font-size: 11px;
}

.finance-note a,
.text-link {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--brown);
  font-weight: 800;
}

.coming-soon-card .coming-soon-value {
  color: #b79a63;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 700;
  animation: pulse-coming-soon 2s ease-in-out infinite;
}

@keyframes pulse-coming-soon {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.coming-soon-badge {
  background: rgba(183, 154, 99, 0.15);
  color: #b79a63 !important;
  padding: 2px 12px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: 1px solid rgba(183, 154, 99, 0.2);
}

.financial-card.coming-soon-card {
  opacity: 0.85;
}

.financial-card.coming-soon-card .comparison b {
  color: #b79a63 !important;
}

/* ============================================================
   REPORTS SECTION
   ============================================================ */
.report-list {
  margin-top: 55px;
  border-top: 1px solid var(--border);
}

.report-row {
  display: grid;
  grid-template-columns: 110px 1fr 20px;
  align-items: center;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  transition: padding 0.2s var(--ease-out);
}

.report-row:hover {
  padding-left: 10px;
}

.rtl .report-row:hover {
  padding-left: 0;
  padding-right: 10px;
}

.report-year {
  color: var(--brass);
  font-size: 17px;
  font-weight: 800;
}

.report-row h3 {
  margin: 0 0 5px;
  font-size: 22px;
}

.report-row span,
.muted-note {
  color: var(--muted);
  font-size: 16px;
}

.muted-note {
  margin-top: 20px;
}

/* ============================================================
   ANNOUNCEMENTS SECTION
   ============================================================ */
.announcements-section {
  background: #f0eee8;
}

.announcement-empty {
  margin-top: 55px;
  border: 1px dashed #b7bbb1;
  text-align: center;
  padding: 64px 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.empty-mark {
  color: var(--brass);
  font-size: 28px;
}

.announcement-empty h3 {
  margin: 13px 0 10px;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.announcement-empty p {
  max-width: 440px;
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.announcement-empty .button {
  display: inline-flex;
}

/* ============================================================
   SHARE INFO
   ============================================================ */
.share-info-section {
  background: #d8dfd7;
}

.share-info-grid {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 60px;
  margin-top: 60px;
}

.share-company {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.share-company img {
  width: 65px;
  height: 65px;
}

.share-company span,
.share-company small {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

.share-company strong {
  display: block;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.08em;
  margin: 8px 0;
}

.data-list {
  border-top: 1px solid #bbc5bb;
}

.data-list > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #bbc5bb;
  font-size: 13px;
}

.data-list span {
  color: var(--muted);
}

.data-list strong {
  font-weight: 700;
  text-align: right;
}

/* ============================================================
   GOVERNANCE
   ============================================================ */
.governance-section {
  background: #f5f4f0;
}

.governance-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-top: 55px;
  border-top: 1px solid var(--border);
}

.governance-list a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 21px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
}

.governance-list a span {
  color: var(--brass);
  font-size: 11px;
}

.governance-list a svg {
  margin-left: auto;
  color: var(--muted);
}

.rtl .governance-list a svg {
  margin-left: 0;
  margin-right: auto;
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-section {
  background: var(--ink);
  color: #f5f4f0;
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 70px;
  align-items: end;
}

.contact-copy {
  max-width: 450px;
  color: #afbbb4;
  font-size: 19px;
  line-height: 1.7;
  margin: 26px 0 25px;
}

.contact-meta {
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: #b8c5be;
  font-size: 17px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 28px;
}

.rtl .contact-meta {
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0;
  padding-right: 28px;
}

.contact-meta span:first-child {
  color: white;
  font-weight: 800;
}

.contact-meta small {
  color: var(--brass);
  margin: 0 8px;
}

/* ============================================================
   SITE FOOTER
   ============================================================ */
.site-footer {
  padding: 32px clamp(20px, 8vw, 125px) 38px;
  background: #102e29;
  color: #b4c3bb;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-brand strong {
  color: white;
}

.footer-brand span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.13em;
}

.footer-links {
  display: flex;
  gap: 20px;
  font-size: 14px;
  align-items: center;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.site-footer p {
  grid-column: 1/-1;
  padding-top: 18px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  color: #8fa69c;
}

/* ============================================================
   ANNOUNCEMENT MARQUEE
   ============================================================ */
.announcement-marquee {
  width: 100%;
  background: linear-gradient(90deg, #173d35, #1a4a3e, #173d35);
  border-top: 2px solid #b79a63;
  border-bottom: 2px solid #b79a63;
  padding: 12px 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  animation: marquee-slide-down 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
}

.announcement-marquee:hover {
  background: linear-gradient(90deg, #1a4a3e, #1f5a4e, #1a4a3e);
}

@keyframes marquee-slide-down {
  0% { transform: translateY(-100%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.announcement-marquee-track {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.announcement-marquee-content {
  display: flex;
  align-items: center;
  gap: 30px;
  animation: marquee-scroll 25s linear infinite;
  padding-left: 20px;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.announcement-marquee:hover .announcement-marquee-content {
  animation-play-state: paused;
}

.announcement-marquee-content .marquee-icon {
  font-size: 23px;
  color: #b79a63;
  flex-shrink: 0;
}

.announcement-marquee-content .marquee-text {
  font-size: 19px;
  color: #f5f4f0;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.announcement-marquee-content .marquee-divider {
  color: #b79a63;
  font-size: 17px;
  opacity: 0.5;
}

.rtl .announcement-marquee-content {
  animation-direction: reverse;
}

/* ============================================================
   ANNOUNCEMENT BADGE
   ============================================================ */
.announcement-badge {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  background: #173d35;
  color: #f5f4f0;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(23, 61, 53, 0.4);
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  border: 1px solid rgba(183, 154, 99, 0.3);
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;
}

.announcement-badge.visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto;
  animation: slide-up-badge 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes slide-up-badge {
  0% { transform: translateY(30px) scale(0.8); opacity: 0; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

.announcement-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 30px rgba(23, 61, 53, 0.5);
}

.announcement-badge:active {
  transform: scale(0.95);
}

.announcement-badge-dot {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 14px;
  height: 14px;
  background: #e74c3c;
  border-radius: 50%;
  border: 2px solid #173d35;
  animation: pulse-dot 1.5s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
  z-index: 10;
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; box-shadow: 0 0 10px rgba(231, 76, 60, 0.5); }
  50% { transform: scale(1.4); opacity: 0.6; box-shadow: 0 0 25px rgba(231, 76, 60, 0.8); }
}

.announcement-badge.bounce {
  animation: bounce-badge 0.8s ease 0.3s;
}

@keyframes bounce-badge {
  0%, 100% { transform: translateY(0); }
  30% { transform: translateY(-8px); }
  60% { transform: translateY(-3px); }
  80% { transform: translateY(-1px); }
}

.announcement-badge svg {
  flex-shrink: 0;
  color: #b79a63;
}

.announcement-badge-text {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.rtl .announcement-badge {
  left: auto;
  right: 24px;
}

.rtl .announcement-badge-dot {
  right: auto;
  left: -5px;
}

/* ============================================================
   MOBILE NAV — BASE (hidden everywhere by default)
   ============================================================ */
.mobile-nav,
.mobile-nav[hidden] {
  display: none;
}

/* ============================================================
   ANNOUNCEMENT BODY / H1CARD
   ============================================================ */
.announcement-body {
  display: flex;
  gap: 28px;
  align-items: stretch;
  margin-top: 8px;
}

.announcement-list-col {
  flex: 1;
  min-width: 0;
}

.h1card {
  position: relative;
  flex: 0 0 300px;
  width: 300px;
  min-height: 420px;
  border-radius: 14px;
  overflow: hidden;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #0a3530;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 40px -18px rgba(10, 53, 48, 0.55);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.h1card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 34, 30, 0.55) 0%, rgba(6, 34, 30, 0.72) 45%, rgba(4, 20, 18, 0.94) 100%);
}

.h1card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -16px rgba(10, 53, 48, 0.65);
}

.h1card > * {
  position: relative;
  z-index: 1;
}

.h1card-badge {
  align-self: flex-start;
  background: var(--brass);
  color: #1c1608;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 3px;
  margin-bottom: 18px;
}

.h1card-top {
  display: flex;
  flex-direction: column;
}

.h1card-eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cfe0da;
  font-weight: 700;
  margin-bottom: 10px;
}

.h1card-big {
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1;
}

.h1card-big strong {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.h1card-big .h1card-year {
  color: var(--brass);
  font-size: 44px;
}

.h1card-sub {
  display: block;
  font-size: 16px;
  color: #dfe9e4;
  margin-top: 6px;
  font-weight: 500;
}

.h1card-stats {
  display: flex;
  gap: 22px;
  margin: 26px 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.h1card-stats div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.h1card-stats b {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.h1card-stats span {
  font-size: 12px;
  color: #cfe0da;
}

.h1card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 16px;
}

.h1card-cta svg {
  color: var(--brass);
}

/* ============================================================
   REPORT PAGE (rpt-*)
   ============================================================ */
:root {
  --rpt-green: #0a5c50;
  --rpt-green-deep: #053f37;
  --rpt-gold: #a98950;
  --rpt-cream: #f2e9da;
  --rpt-mint: #f6faf9;
  --rpt-mint-line: #e3ece9;
  --rpt-red-bg: #fff6f5;
  --rpt-red: #9c1d26;
  --rpt-text: #17282b;
  --rpt-muted: #5b6b69;
  --rpt-border: #e3e9e7;
}

.rpt-body {
  background: #ffffff;
}

.rpt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 6vw, 80px);
  border-bottom: 1px solid var(--rpt-border);
}

.rpt-header .brand-lockup img {
  width: 38px;
  height: auto;
}

.rpt-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--rpt-green);
  text-decoration: none;
  border: 1px solid var(--rpt-border);
  padding: 9px 16px;
  border-radius: 100px;
  transition: background 0.2s ease;
}

.rpt-back:hover {
  background: var(--rpt-mint);
}

.rpt-back svg {
  transform: rotate(135deg);
  width: 14px;
  height: 14px;
}

.rpt-hero {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 0;
  align-items: stretch;
}

.rpt-hero-text {
  padding: 44px clamp(20px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rpt-hero-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.rpt-hero-brand img {
  width: 56px;
}

.rpt-hero-brand .word-ar {
  font-size: 24px;
  font-weight: 800;
  color: var(--rpt-green);
  display: block;
}

.rpt-hero-brand .word-sub {
  font-size: 11px;
  color: var(--rpt-muted);
  display: block;
}

.rpt-hero-title-ar {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  color: var(--rpt-green);
  margin: 0;
  line-height: 1.25;
}

.rpt-hero-tagline {
  margin-top: 18px;
  font-size: 15px;
  color: var(--rpt-text);
}

.rpt-hero-photo {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 28px;
}

.rpt-hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 15, 8, 0.05) 0%, rgba(20, 15, 8, 0.75) 100%);
}

.rpt-hero-photo-text {
  position: relative;
  z-index: 1;
  text-align: right;
  color: #fff;
  max-width: 170px;
}

.rpt-hero-photo-text .ar {
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.rpt-bar {
  direction: ltr;
  display: flex;
  align-items: stretch;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}

.rpt-bar-green {
  background: var(--rpt-green);
  color: #fff;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 14px 22px;
}

.rpt-bar-green span {
  direction: rtl;
  font-size: 18px;
  font-weight: 800;
}

.rpt-section {
  padding: 52px clamp(20px, 6vw, 80px);
}

.rpt-section + .rpt-section {
  padding-top: 0;
}

.rpt-section-inner {
  margin-top: 30px;
}

.rpt-kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.rpt-kpi-card {
  background: var(--rpt-mint);
  border: 1px solid var(--rpt-mint-line);
  border-radius: 8px;
  padding: 20px 18px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}

.rpt-kpi-card.negative {
  background: var(--rpt-red-bg);
  border-color: #ffe1de;
}

.rpt-kpi-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(10, 92, 80, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rpt-green);
  margin-bottom: 12px;
}

.rpt-kpi-icon svg {
  width: 20px;
  height: 20px;
}

.rpt-kpi-label-ar {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--rpt-text);
  text-align: right;
  line-height: 1.4;
}

.rpt-kpi-value {
  font-size: 28px;
  font-weight: 800;
  color: var(--rpt-green);
  margin-top: 16px;
}

.rpt-kpi-card.negative .rpt-kpi-value {
  color: var(--rpt-red);
}

.rpt-kpi-sub {
  font-size: 12px;
  color: var(--rpt-muted);
  margin-top: 10px;
  text-align: left;
  direction: ltr;
}

.rpt-kpi-card.negative .rpt-kpi-sub {
  color: var(--rpt-red);
}

.rpt-dev-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.rpt-dev-card {
  border: 1px solid var(--rpt-border);
  border-radius: 8px;
  padding: 20px;
}

.rpt-dev-title-ar {
  font-size: 16px;
  font-weight: 800;
  color: var(--rpt-green);
  text-align: right;
}

.rpt-dev-detail-ar {
  font-size: 14px;
  font-weight: 700;
  color: var(--rpt-text);
  text-align: right;
  margin-top: 16px;
}

.rpt-priority-wrap {
  text-align: center;
  margin-top: 26px;
}

.rpt-priority-ar {
  font-size: 18px;
  font-weight: 800;
  color: var(--rpt-green);
}

.rpt-priority-ar b {
  color: var(--rpt-gold);
  margin: 0 4px;
}

.rpt-reading-grid {
  direction: ltr;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 26px;
}

.rpt-reading-ar {
  background: var(--rpt-mint);
  border: 1px solid var(--rpt-mint-line);
  border-radius: 8px;
  padding: 22px 24px;
  direction: rtl;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  color: var(--rpt-text);
  line-height: 1.9;
}

.rpt-table-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--rpt-green);
  margin: 44px 0 16px;
  text-align: right;
}

.rpt-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--rpt-border);
  border-radius: 8px;
}

table.rpt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 640px;
}

table.rpt-table thead th {
  background: var(--rpt-green);
  color: #fff;
  font-weight: 800;
  padding: 14px 16px;
  text-align: center;
  white-space: nowrap;
}

table.rpt-table thead th:first-child {
  text-align: right;
}

table.rpt-table tbody td {
  padding: 13px 16px;
  text-align: center;
  border-bottom: 1px solid var(--rpt-border);
  color: var(--rpt-text);
  white-space: nowrap;
}

table.rpt-table tbody td:first-child {
  text-align: right;
  font-weight: 600;
  white-space: normal;
}

table.rpt-table tbody tr:nth-child(even) {
  background: var(--rpt-mint);
}

table.rpt-table td.positive {
  color: var(--rpt-green);
  font-weight: 800;
}

table.rpt-table td.negative {
  color: var(--rpt-red);
  font-weight: 800;
}

.rpt-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.rpt-detail-card {
  background: var(--rpt-mint);
  border: 1px solid var(--rpt-mint-line);
  border-radius: 8px;
  padding: 22px;
}

.rpt-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  direction: ltr;
}

.rpt-detail-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rpt-green);
  flex: 0 0 auto;
}

.rpt-detail-icon svg {
  width: 18px;
  height: 18px;
}

.rpt-detail-titles {
  text-align: right;
}

.rpt-detail-title-ar {
  font-size: 16.5px;
  font-weight: 800;
  color: var(--rpt-green);
}

.rpt-detail-text-ar {
  font-size: 14px;
  font-weight: 600;
  color: var(--rpt-text);
  text-align: right;
  margin-top: 16px;
  line-height: 1.85;
}

.rpt-priority-note {
  text-align: center;
  margin-top: 36px;
}

.rpt-priority-note .ar {
  font-size: 17px;
  font-weight: 800;
  color: var(--rpt-green);
}

.rpt-conclusion-banner {
  background: var(--rpt-green);
  color: #fff;
  border-radius: 8px;
  padding: 26px 30px;
  margin-top: 30px;
}

.rpt-conclusion-banner .ar {
  font-size: 22px;
  font-weight: 800;
  text-align: right;
}

.rpt-pillars {
  margin-top: 0;
  border: 1px solid var(--rpt-border);
  border-top: none;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.rpt-pillar-row {
  direction: ltr;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 24px 26px;
  background: var(--rpt-mint);
  border-top: 1px solid var(--rpt-border);
  border-right: 5px solid var(--rpt-gold);
}

.rpt-pillar-row.cream {
  background: #fcf4e9;
  border-right-color: transparent;
}

.rpt-pillar-ar {
  text-align: right;
  direction: rtl;
}

.rpt-pillar-row h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--rpt-green);
  margin: 0 0 8px;
}

.rpt-pillar-row p {
  font-size: 13.5px;
  color: var(--rpt-muted);
  margin: 0;
  line-height: 1.7;
}

.rpt-sources {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--rpt-border);
  color: var(--rpt-muted);
  font-size: 12.5px;
  line-height: 1.8;
}

.rpt-sources p {
  margin: 0 0 8px;
}

.rpt-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.rpt-footer {
  padding: 26px clamp(20px, 6vw, 80px);
  border-top: 1px solid var(--rpt-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.rpt-footer span {
  font-size: 12.5px;
  color: var(--rpt-muted);
}

/* ============================================================
   H1 2026 ANNOUNCEMENT SECTION — IMAGE CARD
   ============================================================ */
.h1-announcement-section {
  background: linear-gradient(145deg, #0a5c50 0%, #173d35 100%);
  padding: 60px clamp(20px, 8vw, 125px);
  position: relative;
  overflow: hidden;
  border-top: 4px solid #b79a63;
  border-bottom: 4px solid #b79a63;
}

.h1-announcement-section::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(183,154,99,.08) 0%, transparent 70%);
  pointer-events: none;
}

.h1-ppt-container {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.h1-announcement-header {
  text-align: center;
  margin-bottom: 40px;
}

.h1-announcement-header-title {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 48px);
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: #f5f4f0;
  font-weight: 800;
}

.h1-announcement-header-subtitle {
  margin: 12px 0 0;
  color: #d4bd89;
  font-size: 16px;
  line-height: 1.6;
}

.rtl .h1-announcement-header-subtitle {
  font-size: 18px;
}

.h1-image-card {
  display: block;
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45), 0 6px 18px rgba(0, 0, 0, 0.2);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  text-decoration: none;
  border: 2px solid rgba(183, 154, 99, 0.35);
  background: #ffffff;
  line-height: 0;
  animation: h1ImageHeartbeat 3.5s ease-in-out infinite !important;
  transform-origin: center center;
  will-change: transform;
}

.h1-image-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5), 0 10px 24px rgba(0, 0, 0, 0.25);
  border-color: rgba(183, 154, 99, 0.75);
}

.h1-image-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.h1-image-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 92, 80, 0) 55%,
    rgba(10, 92, 80, 0.75) 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.h1-image-card:hover::after {
  opacity: 1;
}

.h1-image-card-cta {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #b79a63;
  color: #1c1608;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 10px 22px;
  border-radius: 50px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.h1-image-card:hover .h1-image-card-cta {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.h1-image-card-cta svg {
  width: 14px;
  height: 14px;
  color: #1c1608;
}

.h1-image-card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #b79a63;
  color: #1c1608;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.rtl .h1-image-card-badge {
  right: auto;
  left: 14px;
}

@keyframes h1ImageHeartbeat {
  0%   { transform: scale(1); }
  8%   { transform: scale(1.02); }
  16%  { transform: scale(1); }
  24%  { transform: scale(1.02); }
  32%  { transform: scale(1); }
  100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .h1-image-card,
  .h1-image-card::after,
  .h1-image-card-cta {
    transition: none !important;
    animation: none !important;
  }
}

/* ============================================================
   H1 PPT CARD
   ============================================================ */
.h1-ppt-card {
  display: block;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 36px 28px;
  text-decoration: none;
  color: inherit;
  border: 2px solid rgba(183, 154, 99, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  max-width: 900px;
  margin: 0 auto;
}

.h1-ppt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 8px 24px rgba(0, 0, 0, 0.2);
  border-color: rgba(183, 154, 99, 0.7);
}

.h1-ppt-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #0a5c50;
}

.h1-ppt-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.h1-ppt-new-badge {
  display: inline-block;
  background: #b79a63;
  color: #1c1608;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
}

.h1-ppt-header-date {
  font-size: 13px;
  font-weight: 700;
  color: #0a5c50;
  letter-spacing: 0.1em;
}

.h1-ppt-header-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: right;
}

.h1-ppt-header-brand img {
  width: 44px;
  height: auto;
}

.h1-ppt-brand-ar {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #0a5c50;
  line-height: 1;
}

.h1-ppt-brand-sub {
  display: block;
  font-size: 10px;
  color: #5b6b69;
  margin-top: 2px;
}

.h1-ppt-title-block {
  text-align: center;
  margin-bottom: 26px;
}

.h1-ppt-title-ar {
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  color: #0a5c50;
  margin: 0;
  line-height: 1.2;
}

.h1-ppt-kpi-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.h1-ppt-kpi-mini {
  background: #f6faf9;
  border: 1px solid #e3ece9;
  border-radius: 8px;
  padding: 14px 12px;
  text-align: center;
}

.h1-ppt-kpi-mini-label {
  font-size: 11px;
  font-weight: 700;
  color: #17282b;
  line-height: 1.3;
  min-height: 32px;
}

.h1-ppt-kpi-mini-value {
  font-size: 20px;
  font-weight: 800;
  color: #0a5c50;
  margin-top: 6px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.h1-ppt-kpi-mini-change {
  font-size: 11px;
  font-weight: 800;
  margin-top: 4px;
}

.h1-ppt-kpi-mini-change.positive { color: #0a5c50; }
.h1-ppt-kpi-mini-change.negative { color: #9c1d26; }

.h1-ppt-footer {
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid #e3e9e7;
}

.h1-ppt-footer-source {
  font-size: 10px;
  color: #5b6b69;
  margin: 0 0 6px;
  line-height: 1.5;
}

.h1-ppt-footer-brand {
  font-size: 11px;
  font-weight: 700;
  color: #a98950;
  margin: 0;
  letter-spacing: 0.05em;
}

.h1-ppt-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  padding: 12px 24px;
  background: #0a5c50;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  border-radius: 8px;
  letter-spacing: 0.02em;
  transition: background 0.3s ease;
}

.h1-ppt-card:hover .h1-ppt-card-cta {
  background: #a98950;
}

.h1-ppt-card-cta svg {
  width: 14px;
  height: 14px;
}

/* ============================================================
   MISC
   ============================================================ */
.icon {
  display: inline-block;
  vertical-align: middle;
}

/* ============================================================
   RESPONSIVE — 1050px
   ============================================================ */
@media (max-width: 1050px) {
  .desktop-nav { gap: 13px; }
  .desktop-nav button { font-size: 10px; }
  .site-header { gap: 18px; }
}

/* ============================================================
   RESPONSIVE — 960px
   ============================================================ */
@media (max-width: 960px) {
  .rpt-hero { grid-template-columns: 1fr; }
  .rpt-hero-photo { min-height: 180px; }
  .rpt-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .rpt-dev-grid { grid-template-columns: repeat(2, 1fr); }
  .rpt-reading-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE — 860px (hamburger appears earlier for tablet)
   ============================================================ */
@media (max-width: 860px) {
  .desktop-nav {
    display: none !important;
  }

  .menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--ink);
    z-index: 1001;
  }
}

/* ============================================================
   RESPONSIVE — 760px (mobile breakpoint)
   ============================================================ */
@media (max-width: 760px) {
  /* --- Header --- */
  .site-header {
    height: 66px;
    gap: 12px;
    padding: 0 16px;
    position: sticky;
    top: 0;
    z-index: 1000;
    justify-content: space-between;
  }

  /* --- Brand --- */
  .brand-lockup img,
  .footer-brand img {
    width: 44px;
    height: 66px;
  }

  .rtl .brand-lockup {
    gap: 8px;
  }

  .rtl .brand-lockup strong {
    font-size: 22px !important;
  }

  .rtl .brand-lockup small {
    font-size: 13px !important;
    letter-spacing: 0.1em;
    margin-top: 2px;
  }

  /* ============================================
     MOBILE NAV — FIXED OVERLAY (guaranteed)
     ============================================ */
  .mobile-nav,
  .mobile-nav[hidden] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    top: 66px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: #ffffff !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--border) !important;
    box-shadow: 0 12px 30px rgba(23, 61, 53, 0.15) !important;
    padding: 8px 0 !important;
    flex-direction: column !important;
    max-height: calc(100vh - 66px) !important;
    overflow-y: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  .mobile-nav:not([hidden]) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    animation: mobileNavSlide 0.25s ease-out !important;
  }

  @keyframes mobileNavSlide {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .mobile-nav button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 16px 22px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--border) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--ink) !important;
    text-align: right !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
  }

  .mobile-nav button:last-child {
    border-bottom: 0 !important;
  }

  .mobile-nav button:active {
    background: #f5f4f0 !important;
  }

  .mobile-nav button svg {
    color: var(--brass) !important;
    flex-shrink: 0 !important;
    width: 16px !important;
    height: 16px !important;
  }

  .rtl .mobile-nav button {
    text-align: right !important;
  }

  /* --- Disclosure bar --- */
  .disclosure-bar {
    min-height: auto;
    padding: 11px 16px;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .disclosure-label {
    width: 100%;
    font-size: 12px;
  }

  .disclosure-message {
    font-size: 13px;
    width: 100%;
  }

  .disclosure-link {
    font-size: 13px;
  }

  /* --- Layout --- */
  .section-pad { padding: 56px 20px; }
  .hero { display: flex; flex-direction: column; gap: 30px; align-items: stretch; padding-top: 40px; padding-bottom: 30px; }
  .hero h1 { font-size: 36px; line-height: 1.15; margin: 18px 0 14px; letter-spacing: -0.02em; }
  .hero p { font-size: 16px; line-height: 1.7; }
  .hero-visual, .hero-visual img { min-height: 260px; }

  .kicker { font-size: 13px !important; }
  .kicker b { font-size: 13px !important; }

  .market-top, .finance-head, .announcement-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .market-grid, .why-layout, .share-info-grid, .contact-section { grid-template-columns: 1fr; }
  .market-grid { margin-top: 30px; }
  .quote-card, .chart-card { min-height: 220px; padding: 20px; }
  .price-placeholder em { font-size: 38px; }
  .price-placeholder .brand-lockup-symbol img { width: 24px; height: 24px; }

  .chart-head { flex-direction: column; gap: 12px; align-items: flex-start; }
  .periods { flex-wrap: wrap; gap: 10px; }
  .chart-axis { font-size: 12px; }

  .why-layout { margin-top: 36px; gap: 30px; }
  .why-statement p { font-size: 19px; }
  .big-quote { font-size: 60px; height: 34px; }
  .pillar h3 { font-size: 18px; }
  .pillar p { font-size: 15px; }

  .operating-strip { gap: 24px; flex-wrap: wrap; margin-top: 44px; }
  .operating-strip strong { font-size: 40px; }
  .operating-strip p { width: 100%; margin: 0; }

  .brand-grid { grid-template-columns: 1fr 1fr; margin-top: 36px; gap: 10px; }
  .brand-card { min-height: 240px; padding: 18px; }
  .brand-symbol { left: 18px; top: 20px; font-size: 26px; }
  .rtl .brand-symbol { right: 18px; left: auto; }
  .brand-card p { font-size: 14px; }
  .brand-type { font-size: 11px; }

  .financial-grid { grid-template-columns: 1fr 1fr; margin-top: 36px; }
  .financial-card { padding: 18px 14px; min-height: 130px; }
  .financial-card strong { font-size: 30px; }
  .financial-card strong small { font-size: 9px; }
  .financial-card > span { font-size: 14px; }

  .report-row { grid-template-columns: 60px 1fr 18px; gap: 12px; padding: 18px 0; }
  .report-row h3 { font-size: 17px; }
  .report-year { font-size: 15px; }

  .governance-list { grid-template-columns: 1fr; }

  .contact-section { gap: 40px; }
  .contact-copy { font-size: 16px !important; }
  .contact-meta { border: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); padding: 20px 0 0; font-size: 14px !important; }
  .rtl .contact-meta { border: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); padding: 20px 0 0; }

  .section-intro { padding-left: 40px !important; padding-right: 0 !important; }
  .rtl .section-intro { padding-left: 0 !important; padding-right: 40px !important; }
  .section-intro h2 { font-size: 26px; }
  .arabic-label { font-size: 15px !important; }

  .site-footer { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px 28px; }
  .footer-brand { align-items: center; }
  .footer-brand strong { font-size: 16px; }
  .footer-brand span { font-size: 11px; }
  .footer-links { flex-wrap: wrap; font-size: 13px !important; gap: 14px; }
  .site-footer p { grid-column: auto; font-size: 12px !important; }

  /* Badge */
  .announcement-badge { bottom: 16px; left: 16px; padding: 12px 18px; }
  .announcement-badge-text { font-size: 14px; }
  .announcement-badge-dot { width: 12px; height: 12px; top: -4px; right: -4px; }
  .rtl .announcement-badge { left: auto; right: 16px; }
  .rtl .announcement-badge-dot { right: auto; left: -4px; }

  /* Announcement body */
  .announcement-body { flex-direction: column; }
  .h1card { width: 100%; flex: none; min-height: 340px; }

  /* Marquee */
  .announcement-marquee-content .marquee-text { font-size: 16px; }
  .announcement-marquee-content { gap: 20px; }

  /* H1 image card */
  .h1-announcement-section { padding: 40px 20px; }
  .h1-ppt-container { max-width: 100%; }
  .h1-image-card { max-width: 100%; }
  .h1-announcement-header-title { font-size: 22px; }
  .h1-announcement-header-subtitle { font-size: 14px; }
  .h1-image-card-badge { top: 10px; right: 10px; font-size: 9px; padding: 3px 9px; }
  .rtl .h1-image-card-badge { right: auto; left: 10px; }
  .h1-image-card-cta { font-size: 12px; padding: 8px 18px; bottom: 12px; }

  /* H1 PPT card */
  .h1-ppt-card { padding: 22px 20px 20px; }
  .h1-ppt-header-row { flex-direction: column; align-items: flex-start; gap: 10px; }
  .h1-ppt-header-brand { text-align: left; width: 100%; }
  .h1-ppt-kpi-preview { grid-template-columns: repeat(2, 1fr); }
  .h1-ppt-title-ar { font-size: 20px; }
}

/* ============================================================
   RESPONSIVE — 640px
   ============================================================ */
@media (max-width: 640px) {
  .rpt-detail-grid { grid-template-columns: 1fr; }
  .rpt-pillar-row { grid-template-columns: 1fr; gap: 10px; }
  .rpt-bar { flex-direction: column; }
  .rpt-bar-green { justify-content: flex-start; }

  .h1-announcement-section { padding: 32px 16px; }
  .h1-announcement-header-title { font-size: 22px; }
  .h1-ppt-card { padding: 20px 18px 18px; }
  .h1-ppt-header-brand img { width: 36px; }
  .h1-ppt-brand-ar { font-size: 17px; }
  .h1-ppt-title-ar { font-size: 20px; }

  .rpt-header { flex-wrap: wrap; gap: 12px; padding: 14px 16px; }
  .rpt-back { font-size: 12px; padding: 7px 12px; }
  .rpt-back span { display: none; }
  .rpt-back::after { content: "→"; font-size: 16px; }
  .rpt-back svg { display: none; }

  .rpt-hero-text { padding: 28px 20px; }
  .rpt-section { padding: 36px 18px; }

  .rpt-reading-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE — 480px
   ============================================================ */
@media (max-width: 480px) {
  .h1-ppt-kpi-preview { grid-template-columns: 1fr; }
  .h1-ppt-kpi-mini-value { font-size: 18px; }

  .rpt-hero-title-ar { font-size: 22px; }
  .rpt-section { padding: 32px 16px; }
  .rpt-kpi-grid { grid-template-columns: 1fr; }
  .rpt-dev-grid { grid-template-columns: 1fr; }
  .rpt-detail-grid { grid-template-columns: 1fr; }

  .financial-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
