/* Embed region below global navbar (ir-tool-shell pages).
   Do not use min-height: 0 on <main> here: with flex:1 it lets the main box shrink
   shorter than the iframe’s min-height, so overflow paints over #cta below. */
html.ir-shell-html {
  min-height: 100%;
}

body.ir-shell-body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Lusail', Lusail, Arial, sans-serif;
  color: #333;
  background: #ffffff;
}

.ir-shell-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: auto;
  background: #ffffff;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  /* Match .navbar-inner horizontal inset (barwa-navbar-en.css / barwa-navbar-ar.css) */
  padding-left: calc(2 * var(--navbar-padding-x));
  padding-right: calc(2 * var(--navbar-padding-x));
}

@media (max-width: 1279px) {
  .ir-shell-main {
    padding-left: calc(2 * var(--navbar-padding-x-sm));
    padding-right: calc(2 * var(--navbar-padding-x-sm));
  }
}

@media (max-width: 767px) {
  .ir-shell-main {
    padding-left: calc(2 * var(--navbar-padding-x-xs));
    padding-right: calc(2 * var(--navbar-padding-x-xs));
  }
}

@media (max-width: 639px) {
  .ir-shell-main {
    padding-left: clamp(var(--space-sm), 2vw + var(--space-xs), var(--space-md));
    padding-right: clamp(var(--space-sm), 2vw + var(--space-xs), var(--space-md));
  }
}

/* Keep promo CTA above any stray stacking from replaced elements (iframes) */
body.ir-shell-body #cta.cta-build-future {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.ir-shell-toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  background: #f8f8f8;
}

.ir-shell-back {
  font-size: 0.9375rem;
  color: #00417b;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.ir-shell-title {
  flex: 1;
  min-width: 160px;
  margin: 0;
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.25rem);
  font-weight: 400;
  color: #1b3a6b;
}

.ir-shell-ticker {
  flex-shrink: 0;
  height: 56px;
  max-height: 56px;
  border-bottom: 1px solid #e0e0e0;
  background: #ffffff;
  overflow: hidden;
  overflow-x: clip;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  line-height: 0;
}

.ir-shell-ticker::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.ir-shell-ticker iframe {
  width: 100%;
  height: 56px;
  max-height: 56px;
  border: 0;
  display: block;
}

.ir-shell-frame-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: min(72vh, 880px);
  background: #f0f0f0;
}

.ir-shell-frame-wrap iframe {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  min-height: min(72vh, 880px);
  display: block;
  background: #ffffff;
}

/* Fact sheet: full width within main (no side margins from a centered column) */
body.ir-tool--factsheet .ir-shell-toolbar,
body.ir-tool--factsheet .ir-shell-ticker,
body.ir-tool--factsheet .ir-shell-frame-wrap {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.ir-tool--factsheet .ir-shell-title {
  text-align: center;
}

    @font-face {
      font-family: 'Lusail';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url('assets/fonts/Lusail%20Font/WOFF/Lusail-Regular.woff2') format('woff2'),
           url('assets/fonts/Lusail%20Font/WOFF/Lusail-Regular.woff') format('woff'),
           url('assets/fonts/Lusail%20Font/TTF/Lusail-Regular.ttf') format('truetype');
    }
    @font-face {
      font-family: 'Lusail Light';
      font-style: normal;
      font-weight: 300;
      font-display: swap;
      src: url('assets/fonts/Lusail%20Font/Lusail-Light.otf') format('opentype');
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'Lusail', Lusail, sans-serif; color: #333; }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }

    :root {
      --font-lusail: 'Lusail', Lusail, sans-serif;
      --color-primary: #00417B;
      --color-text: #333333;
      --color-white: #ffffff;
      --container-max: 1400px;
      --navbar-padding-x: clamp(1rem, 1.5rem + 2.5vw, 6rem);
      --navbar-padding-x-sm: clamp(1rem, 1rem + 1.5vw, 1.5rem);
      --navbar-padding-x-xs: clamp(0.75rem, 0.5rem + 2vw, 1.25rem);
      --navbar-padding-y: clamp(0.5rem, 0.5rem + 0.5vw, 1rem);
      --utility-bar-gap: clamp(16px, 1.5vw + 14px, 27px);
      --nav-bg: #00417B;
      --nav-text: #ffffff;
      --nav-text-muted: rgba(255, 255, 255, 0.9);
      --nav-hover: rgba(255, 255, 255, 0.15);
      --space-xs: 4px;
      --space-sm: 8px;
      --space-md: 16px;
      --space-lg: 24px;
      --space-xl: 32px;
      --space-2xl: 48px;
      --space-3xl: 64px;
      --space-9xl: 160px;
    }

    /* Navbar */
    .navbar {
      position: relative;
      background: var(--nav-bg);
      color: var(--nav-text);
      width: 100%;
      box-sizing: border-box;
      z-index: 10;
    }
    .navbar-inner {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding-top: var(--navbar-padding-y);
      padding-bottom: var(--navbar-padding-y);
      padding-left: calc(2 * var(--navbar-padding-x));
      padding-right: calc(2 * var(--navbar-padding-x));
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto;
      align-items: center;
      gap: clamp(0.5rem, 0.5rem + 0.5vw, 1rem);
    }
    .navToggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 44px;
      height: 44px;
      padding: 10px;
      background: transparent;
      border: none;
      cursor: pointer;
      color: #fff;
      align-self: center;
    }
    .navToggle:hover { opacity: 0.9; }
    .navToggleBar {
      display: block;
      width: 22px;
      height: 2px;
      background: currentColor;
      border-radius: 1px;
      transition: transform 0.2s, opacity 0.2s;
    }
    .navbar--open .navToggleBar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .navbar--open .navToggleBar:nth-child(2) { opacity: 0; }
    .navbar--open .navToggleBar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .navDrawerBackdrop {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 999;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
    }
    .navDrawerClose { display: none; }
    .navLogo {
      display: flex;
      align-items: center;
      padding: 0;
      margin: 0;
      align-self: center;
      flex-shrink: 0;
      min-width: 0;
    }
    .navRight {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: var(--container-max);
      margin-left: auto;
      width: 100%;
      min-height: 100%;
      min-width: 0;
      overflow: hidden;
      grid-column: 2;
      grid-row: 1;
    }
    .utilityBar {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      padding: 0;
      margin-bottom: clamp(0.35rem, 0.3rem + 0.3vw, 0.5rem);
      gap: var(--utility-bar-gap);
      height: 32px;
      min-height: 32px;
    }
    .utilityBarFontSize {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 0;
      gap: 24px;
      width: 98px;
      height: 24px;
      flex: none;
      flex-grow: 0;
    }
    .navDivider {
      width: 100%;
      height: 1px;
      margin: 0;
      border: none;
      background: rgba(255, 255, 255, 0.25);
    }
    .navItemsRow {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      padding: clamp(0.25rem, 0.2rem + 0.3vw, 0.5rem) 0 clamp(0.4rem, 0.3rem + 0.3vw, 0.75rem) 0;
      margin: 0;
      min-height: 40px;
    }
    .utilityItem {
      color: #ffffff;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      font-family: Lusail, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-decoration: none;
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      gap: 4px;
      height: 24px;
      flex: none;
      flex-grow: 0;
      transition: opacity 0.2s;
    }
    .utilityItem:hover { opacity: 0.9; }
    .utilityItem[aria-label] { min-width: 2rem; text-align: center; }
    .utilityItemIcon { gap: 0; }
    .utilityItemArabic {
      box-sizing: border-box;
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 6px 12px;
      gap: 6px;
      width: auto;
      min-width: 80px;
      height: 32px;
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: transparent;
      color: #ffffff;
      font-family: Lusail, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      flex: none;
      flex-grow: 0;
      border-radius: 4px;
      transition: all 0.2s ease;
    }
    .utilityItemArabic:hover { 
      opacity: 0.9; 
      border-color: rgba(255, 255, 255, 0.9);
      transform: translateY(-1px);
    }
    .languageSwitchIcon {
      width: 16px;
      height: 16px;
      flex: none;
      display: block;
    }
    .utilityIcon { width: 24px; height: 24px; flex: none; display: block; }
    .logoLink {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      text-decoration: none;
      color: inherit;
    }
    .logo {
      width: 220px;
      height: 104px;
      display: block;
      object-fit: contain;
      max-width: 100%;
    }
    .navLinks {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 16px;
      width: 100%;
      height: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .navItemsRow .navLinks { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
    .navLink { padding: 0; margin: 0; }
    .navLink a {
      color: var(--nav-text-muted);
      text-decoration: none;
      font-family: Lusail, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0;
      text-transform: uppercase;
      padding: 0.35rem 0.6rem;
      border-radius: 2px;
      transition: color 0.2s, background 0.2s;
    }
    .navLink a:hover {
      color: var(--nav-text);
      background: var(--nav-hover);
    }

    /* Press Room dropdown */
    .navLink--dropdown { position: static; }
    .navDropdown-trigger {
      box-sizing: border-box;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin: 0;
      padding: 0.35rem 0.6rem;
      border: none;
      border-radius: 2px;
      background: transparent;
      cursor: pointer;
      font-family: Lusail, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0;
      text-transform: uppercase;
      color: var(--nav-text-muted);
      transition: color 0.2s, background 0.2s;
    }
    .navDropdown-trigger:hover,
    .navLink--dropdown:hover .navDropdown-trigger,
    .navLink--dropdown:focus-within .navDropdown-trigger {
      color: var(--nav-text);
      background: var(--nav-hover);
    }
    .navDropdown-trigger.active {
      color: var(--nav-text);
      background: var(--nav-hover);
    }
    .navDropdown-chevron {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 2px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 5px solid currentColor;
      opacity: 0.85;
      flex-shrink: 0;
      transition: transform 0.2s ease;
    }
    .navLink--dropdown.is-open .navDropdown-chevron {
      transform: rotate(180deg);
    }
    .navDropdown {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    @media (min-width: 1024px) {
      .navLink--dropdown { position: relative; }
      .navDropdown {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        min-width: 220px;
        padding: 8px 0;
        background: #ffffff;
        border-radius: 4px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
        z-index: 2000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
        transition: opacity 0.2s ease, visibility 0.2s, transform 0.2s ease;
        pointer-events: none;
      }
      .navLink--dropdown:hover .navDropdown,
      .navLink--dropdown:focus-within .navDropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
      }
      .navDropdown a {
        display: block;
        padding: 10px 18px;
        font-family: Lusail, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        color: #00417B;
        border-radius: 0;
        text-decoration: none;
        transition: background 0.15s;
      }
      .navDropdown a:hover {
        color: #00417B;
        background: rgba(0, 65, 123, 0.08);
      }
      .navDropdown a.active {
        background: rgba(0, 65, 123, 0.12);
        font-weight: 500;
      }
      .navRight,
      .navItemsRow,
      .navLinks {
        overflow: visible;
      }
      .navLink--dropdown::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 14px;
      }
    }
    .navLink a.active { color: var(--nav-text); background: var(--nav-hover); }
    @media (max-width: 1279px) {
      .navbar-inner { padding-left: calc(2 * var(--navbar-padding-x-sm)); padding-right: calc(2 * var(--navbar-padding-x-sm)); }
      .logo { width: 200px; height: 96px; }
      .navLinks { gap: var(--space-md); }
    }
    @media (max-width: 1023px) {
      .navbar-inner { padding-left: calc(2 * var(--navbar-padding-x-sm)); padding-right: calc(2 * var(--navbar-padding-x-sm)); }
      .navToggle { display: flex; grid-column: 2; grid-row: 1; justify-self: end; }
      .navbar-inner > .navLogo { transform: translateX(7px); }
      .navDrawerBackdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        pointer-events: none;
      }
      .navbar--open .navDrawerBackdrop { opacity: 1; visibility: visible; pointer-events: auto; }
      .navRight {
        position: fixed;
        top: 0;
        right: 0;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: #ffffff;
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
        z-index: 1001;
        grid-column: unset;
        grid-row: unset;
        margin: 0;
        display: flex;
        flex-direction: column;
        padding: 0;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .navbar--open .navRight { transform: translateX(0); }
      .navDrawerClose {
        display: flex;
        order: 0;
        flex: none;
        align-self: flex-end;
        width: 44px;
        height: 44px;
        margin: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 4vw, 1.5rem) 0 0;
        padding: 0;
        background: transparent;
        border: none;
        cursor: pointer;
        position: relative;
        align-items: center;
        justify-content: center;
      }
      .navDrawerCloseIcon {
        position: absolute;
        width: 20px;
        height: 2px;
        background: #1a1a2e;
        border-radius: 1px;
      }
      .navDrawerCloseIcon:nth-child(1) { transform: rotate(45deg); }
      .navDrawerCloseIcon:nth-child(2) { transform: rotate(-45deg); }
      .navRight .navItemsRow { order: 1; flex: 1 0 auto; min-height: 0; padding: clamp(1rem, 3vw, 1.5rem) 0 0; }
      .navRight .navDivider { order: 2; margin: 0 clamp(1rem, 4vw, 1.5rem); background: rgba(0, 0, 0, 0.12); }
      .navRight .utilityBar { order: 3; flex: none; justify-content: center; gap: var(--utility-bar-gap); min-height: 56px; padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 4vw, 1.5rem); margin: 0; border-top: 1px solid rgba(0, 0, 0, 0.08); }
      .navRight .navLinks { flex-direction: column; align-items: stretch; gap: 0; height: auto; justify-content: flex-start; }
      .navRight .navLink { display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
      .navRight .navLink a { display: block; padding: clamp(0.75rem, 2.5vw, 1rem) clamp(1rem, 4vw, 1.5rem); font-size: 18px; line-height: 24px; color: #1a1a2e; }
      .navRight .navLink a:hover { background: rgba(0, 0, 0, 0.04); color: #003366; }
      .navRight .navLink--dropdown {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      }
      .navRight .navDropdown-trigger {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        padding: clamp(0.75rem, 2.5vw, 1rem) clamp(1rem, 4vw, 1.5rem);
        font-size: 18px;
        line-height: 24px;
        color: #1a1a2e;
        border-radius: 0;
      }
      .navRight .navDropdown-trigger:hover,
      .navRight .navLink--dropdown.is-open .navDropdown-trigger {
        background: rgba(0, 0, 0, 0.04);
        color: #003366;
      }
      .navRight .navDropdown-trigger.active {
        color: #003366;
        background: rgba(0, 65, 123, 0.08);
      }
      .navRight .navDropdown {
        display: none;
        position: static;
        background: rgba(0, 65, 123, 0.06);
        box-shadow: none;
        padding: 0;
        border-radius: 0;
      }
      .navRight .navLink--dropdown.is-open .navDropdown {
        display: block;
      }
      .navRight .navDropdown a {
        display: block;
        padding: 0.65rem clamp(1rem, 4vw, 1.5rem) 0.65rem clamp(1.75rem, 5vw, 2.25rem);
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        color: #1a1a2e;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      }
      .navRight .navDropdown a:hover {
        background: rgba(0, 0, 0, 0.04);
        color: #003366;
      }
      .navRight .navDropdown a.active {
        color: #003366;
        font-weight: 500;
        background: rgba(0, 65, 123, 0.1);
      }

      .navRight .utilityItem { color: #1a1a2e; }
      .navRight .utilityItemArabic { color: #1a1a2e; border-color: rgba(0, 0, 0, 0.35); }
      .logo { width: 160px; height: 76px; }
    }
    @media (max-width: 767px) {
      .navbar-inner { padding-left: calc(2 * var(--navbar-padding-x-xs)); padding-right: calc(2 * var(--navbar-padding-x-xs)); }
      .logo { width: 150px; height: 72px; }
    }
    @media (max-width: 639px) {
      .navbar-inner { padding-left: clamp(var(--space-sm), 2vw + var(--space-xs), var(--space-md)); padding-right: clamp(var(--space-sm), 2vw + var(--space-xs), var(--space-md)); }
      .logo { width: 130px; height: 62px; }
      .navLink a { font-size: 14px; line-height: 20px; padding: 0.35rem 0.3rem; }
    }

    /* Page hero — content column matches project-detail.html (.project-detail-page + .project-main) */
    .page-hero {
      height: 52dvh;
      min-height: 52dvh;
      background: var(--color-primary);
      color: #fff;
      padding: var(--space-4xl) calc(2 * var(--navbar-padding-x));
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
    }
    .page-hero-inner {
      max-width: var(--container-max, 1200px);
      margin: 0 auto;
      width: 100%;
      padding-left: clamp(28px, 3vw, 48px);
      text-align: left;
      box-sizing: border-box;
    }
    .page-hero h1 {
      font-family: var(--font-lusail);
      font-weight: 400;
      font-style: normal;
      font-size: 72px;
      line-height: 68px;
      letter-spacing: 0;
      margin: 0 0 1rem;
      max-width: none;
    }
    @media (max-width: 1535px) {
      .page-hero h1 { font-size: 80px; line-height: 74px; }
    }
    @media (max-width: 1279px) {
      .page-hero h1 { font-size: 64px; line-height: 60px; }
    }
    @media (max-width: 1023px) {
      .page-hero h1 { font-size: 48px; line-height: 46px; }
    }
    .page-hero-desc {
      font-family: 'Lusail Light', var(--font-lusail);
      font-weight: 200;
      font-style: normal;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0;
      margin: var(--space-lg, 24px) 0 0;
      max-width: 720px;
      opacity: 0.95;
      text-align: left;
    }
    @media (max-width: 767px) {
      .page-hero {
        padding-left: calc(2 * var(--navbar-padding-x-xs));
        padding-right: calc(2 * var(--navbar-padding-x-xs));
      }
      .page-hero-inner { padding-left: 0; }
      .page-hero h1 { font-size: 40px; line-height: 38px; }
      .page-hero-desc { font-size: 18px; line-height: 24px; }
    }
    @media (max-width: 639px) {
      .page-hero h1 { font-size: 28px; line-height: 28px; }
    }

    /* Tab bar — same max-width + inset as project-detail.html main column */
    .investor-selection {
      background: #FFFFFF;
      border: none;
      padding: 16px calc(2 * var(--navbar-padding-x));
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 84px;
      box-sizing: border-box;
    }
    .investor-selection-inner {
      max-width: var(--container-max);
      margin: 0 auto;
      width: 100%;
      padding-left: clamp(28px, 3vw, 48px);
      padding-right: clamp(28px, 3vw, 48px);
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      box-sizing: border-box;
    }
    .investor-selection-btn {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      cursor: pointer;
      color: #9F692A;
      transition: background 0.2s, border-color 0.2s;
    }
    .investor-selection-btn:hover:not(:disabled) {
      background: rgba(159, 105, 42, 0.08);
      border-color: #9F692A;
    }
    .investor-selection-btn:disabled {
      opacity: 0.4;
      cursor: not-allowed;
    }
    .investor-selection-btn img {
      width: 20px;
      height: 20px;
      display: block;
    }
    .investor-selection-track {
      flex: 1;
      min-width: 0;
      display: block;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding: 4px 0;
    }
    .investor-selection-track::-webkit-scrollbar {
      display: none;
    }
    .investor-selection-track-inner {
      display: inline-flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding: 0 8px;
      min-width: max-content;
      width: max-content;
    }
    /* Tab: Figma Frame 77 (active) / Frame 78 (inactive) */
    .investor-selection-link {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 10px 16px;
      gap: 10px;
      height: 48px;
      flex-shrink: 0;
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 100;
      font-size: 18px;
      line-height: 24px;
      color: #000000;
      background: #F8F8F8;
      white-space: nowrap;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
      flex: none;
      flex-grow: 0;
    }
    .investor-selection-link:hover {
      background: #EEEEEE;
      color: #000000;
    }
    .investor-selection-link.is-active {
      background: #00417B;
      color: #FFFFFF;
    }
    button.investor-selection-link {
      font-family: var(--font-lusail);
      cursor: pointer;
      appearance: none;
      border: none;
    }
    @media (max-width: 767px) {
      .investor-selection {
        min-height: 76px;
        padding: var(--space-xl) calc(2 * var(--navbar-padding-x-xs));
      }
      .investor-selection-inner { padding-left: 0; padding-right: 0; gap: 8px; }
      .investor-selection-track-inner { gap: 8px; }
      .investor-selection-link { padding: 9px 12px; font-size: 14px; line-height: 20px; height: 42px; }
    }

    /* Main — outer inset matches .investor-selection / projects list so the 1400px column lines up with tabs */
    main {
      max-width: none;
      width: 100%;
      margin: 0;
      padding: 0 calc(2 * var(--navbar-padding-x));
      box-sizing: border-box;
    }
    main > .investor-panel {
      max-width: var(--container-max);
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      box-sizing: border-box;
      padding-left: clamp(28px, 3vw, 48px);
      padding-right: clamp(28px, 3vw, 48px);
      padding-bottom: clamp(64px, 8vw, 120px);
    }
    @media (max-width: 767px) {
      main {
        padding-left: calc(2 * var(--navbar-padding-x-xs));
        padding-right: calc(2 * var(--navbar-padding-x-xs));
      }
      main > .investor-panel {
        padding-left: clamp(20px, 2.4vw, 32px);
        padding-right: clamp(20px, 2.4vw, 32px);
      }
    }
    @media (max-width: 639px) {
      main {
        padding-left: clamp(var(--space-sm), 2vw + var(--space-xs), var(--space-md));
        padding-right: clamp(var(--space-sm), 2vw + var(--space-xs), var(--space-md));
      }
    }
    .stock-ticker-section,
    .governance-section,
    .annual-reports-section {
      padding-top: 48px;
      margin-left: 0;
      margin-right: 0;
    }
    #panel-financials,
    #panel-investor-presentation {
      padding-top: 48px;
      margin-left: 0;
      margin-right: 0;
      box-sizing: border-box;
    }
    #panel-investor-presentation .financials-docs {
      grid-template-columns: repeat(3, 1fr);
    }
    /* Investor Contact Us panel — same left/right padding as Financial Statements */
    #panel-investor-contact {
      padding-top: 48px;
      margin-left: 0;
      margin-right: 0;
      box-sizing: border-box;
    }
    .investor-contact-intro {
      font-family: var(--font-lusail);
      font-size: 20px;
      line-height: 28px;
      color: #333;
      margin: 0 0 var(--space-2xl);
      max-width: 72ch;
    }
    .investor-contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: var(--space-xl);
    }
    .investor-contact-card {
      background: #F8F8F8;
      border: 1px solid rgba(0, 65, 123, 0.15);
      padding: var(--space-xl);
      font-family: var(--font-lusail);
    }
    .investor-contact-card strong {
      display: block;
      font-size: 18px;
      line-height: 24px;
      color: #00417B;
      margin-bottom: var(--space-sm);
    }
    .investor-contact-card p {
      font-size: 18px;
      line-height: 26px;
      color: #333;
      margin: 0;
    }
    .investor-contact-card a {
      color: #00417B;
      text-decoration: underline;
    }
    .investor-contact-card a:hover {
      color: #003366;
    }
    /* Contact info list (label + value rows) */
    .investor-contact-info {
      margin-bottom: var(--space-2xl);
    }
    .investor-contact-manager {
      font-family: var(--font-lusail);
      margin-bottom: var(--space-xl);
    }
    .investor-contact-manager .manager-name {
      font-size: 22px;
      line-height: 1.3;
      color: #00417B;
      font-weight: 500;
      margin-bottom: var(--space-xs);
    }
    .investor-contact-manager .manager-role {
      font-size: 18px;
      line-height: 1.4;
      color: #666;
    }
    .investor-contact-details {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .investor-contact-details li {
      display: flex;
      flex-wrap: wrap;
      gap: var(--space-sm) var(--space-lg);
      margin-bottom: var(--space-md);
      font-family: var(--font-lusail);
      align-items: baseline;
    }
    .investor-contact-details .contact-label {
      font-size: 18px;
      font-weight: 500;
      color: #00417B;
      min-width: 140px;
    }
    .investor-contact-details .contact-value {
      font-size: 18px;
      line-height: 1.5;
      color: #333;
      flex: 1;
      min-width: 0;
    }
    .investor-contact-details .contact-value.address {
      white-space: pre-line;
    }
    .investor-contact-details .contact-value a {
      color: #00417B;
      text-decoration: underline;
    }
    .investor-contact-details .contact-value a:hover {
      color: #003366;
    }
    .investor-contact-divider {
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.12);
      margin: var(--space-2xl) 0;
      border: none;
    }
    .investor-contact-title-sm {
      font-family: var(--font-lusail);
      font-weight: 400;
      font-style: normal;
      font-size: clamp(22px, 2.4vw, 36px);
      line-height: 1.2;
      letter-spacing: 0;
      color: #1B3A6B;
      margin: 0 0 var(--space-lg);
      padding-bottom: var(--space-sm);
      border-bottom: 2px solid rgba(27, 58, 107, 0.2);
    }
    .investor-contact-map-feedback-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--space-2xl);
      align-items: start;
      width: 100%;
    }
    .investor-contact-left-col {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: var(--space-2xl);
    }
    .investor-contact-left-col .investor-contact-info {
      margin-bottom: 0;
    }
    .investor-contact-feedback-col {
      min-width: 0;
    }
    .investor-contact-map-wrap {
      width: 100%;
      height: 400px;
      background: #e8e8e8;
      border-radius: 4px;
      overflow: hidden;
    }
    .investor-contact-map-wrap iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }
    /* Feedback form */
    .investor-contact-form {
      max-width: 100%;
    }
    .investor-contact-form-note {
      font-family: var(--font-lusail);
      font-size: 14px;
      line-height: 1.5;
      color: #666;
      margin-bottom: var(--space-lg);
    }
    .investor-contact-form .form-row {
      margin-bottom: var(--space-lg);
    }
    .investor-contact-form label {
      display: block;
      font-family: var(--font-lusail);
      font-size: 18px;
      line-height: 1.4;
      color: #333;
      margin-bottom: var(--space-sm);
    }
    .investor-contact-form label .required {
      color: #c00;
    }
    .investor-contact-form input[type="text"],
    .investor-contact-form input[type="email"],
    .investor-contact-form textarea,
    .investor-contact-form select {
      width: 100%;
      padding: 12px 16px;
      font-family: var(--font-lusail);
      font-size: 16px;
      line-height: 1.5;
      color: #333;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      box-sizing: border-box;
      transition: border-color 0.2s;
    }
    .investor-contact-form input:focus,
    .investor-contact-form textarea:focus,
    .investor-contact-form select:focus {
      outline: none;
      border-color: #00417B;
    }
    .investor-contact-form textarea {
      min-height: 120px;
      resize: vertical;
    }
    .investor-contact-form select {
      cursor: pointer;
      appearance: auto;
    }
    .investor-contact-form .form-submit {
      margin-top: var(--space-xl);
      display: flex;
      justify-content: flex-end;
    }
    .investor-contact-form .form-submit button {
      font-family: var(--font-lusail);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      padding: 14px 32px;
      background: #00417B;
      color: #fff;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      transition: opacity 0.2s;
    }
    .investor-contact-form .form-submit button:hover {
      opacity: 0.92;
    }
    @media (max-width: 767px) {
      .investor-contact-details .contact-label { min-width: 100%; }
      .investor-contact-map-feedback-row { grid-template-columns: 1fr; }
      .investor-contact-map-wrap { height: 280px; }
      .investor-contact-title-sm { font-size: 1.25rem; }
    }

    /* Investor FAQ panel */
    #panel-investor-faq {
      padding-top: 48px;
      margin-left: 0;
      margin-right: 0;
      box-sizing: border-box;
    }
    .faq-accordion {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      width: 100%;
      max-width: 100%;
    }
    .faq-item {
      width: 100%;
      box-sizing: border-box;
      background: #F8F8F8;
      border: 1px solid transparent;
      box-shadow: none;
      transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    }
    .faq-item.is-expanded {
      background: #FFFFFF;
      border: 1px solid #9F692A;
      box-shadow: 10px 14px 44px rgba(0, 0, 0, 0.12);
    }
    .faq-question-row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 16px;
      gap: 21px;
      background: transparent;
      border: none;
      cursor: pointer;
      font-family: var(--font-lusail);
      text-align: left;
      color: inherit;
      min-height: 32px;
      box-sizing: border-box;
    }
    .faq-question-row:hover {
      outline: none;
    }
    .faq-question-text {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      color: #000000;
      flex: 1;
      min-width: 0;
    }
    .faq-item.is-expanded .faq-question-text {
      font-weight: 500;
      color: #00417B;
    }
    .faq-arrow {
      width: 32px;
      height: 32px;
      flex-shrink: 0;
      transition: transform 0.25s ease;
    }
    .faq-item.is-expanded .faq-arrow {
      transform: rotate(0deg);
    }
    .faq-item:not(.is-expanded) .faq-arrow {
      transform: rotate(180deg);
    }
    .faq-answer {
      padding: 0 16px 16px 16px;
      margin-top: 16px;
    }
    .faq-item:not(.is-expanded) .faq-answer {
      display: none;
    }
    .faq-answer p {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 400;
      font-size: clamp(15px, 1.2vw, 18px);
      line-height: 1.45;
      color: #4B4B4B;
      margin: 0;
    }
    @media (max-width: 767px) {
      .faq-question-text { font-size: 18px; line-height: 26px; }
    }
    .investor-section-title {
      font-family: var(--font-lusail);
      font-weight: 400;
      font-style: normal;
      font-size: clamp(28px, 3.4vw, 48px);
      line-height: 1.2;
      letter-spacing: 0;
      color: #1B3A6B;
      margin: 0 0 var(--space-md);
    }
    .investor-panel {
      display: none;
    }
    .investor-panel.is-visible {
      display: block;
    }
    .investor-panel-placeholder {
      font-family: var(--font-lusail);
      font-size: 18px;
      line-height: 1.6;
      color: var(--color-text);
      margin: 0;
    }

    /* Financial Statement — accordion (year rows, dividers, doc cards) */
    .financials-accordion {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 100%;
      max-width: 100%;
    }
    .financials-divider {
      width: 100%;
      height: 0;
      border: none;
      border-top: 1px solid #00417B;
      opacity: 0.3;
      margin: 0;
      flex: none;
      align-self: stretch;
    }
    .financials-year-item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 100%;
    }
    .financials-year-row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      min-height: 0;
      padding: var(--space-md) 0;
      gap: 16px;
      background: transparent;
      border: none;
      cursor: pointer;
      font-family: var(--font-lusail);
      text-align: left;
      color: inherit;
      transition: background 0.2s;
    }
    .financials-year-row:hover {
      background: rgba(0, 65, 123, 0.04);
    }
    .financials-year {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 48px;
      color: #00417B;
      flex: none;
    }
    .financials-year-arrow {
      width: 32px;
      height: 32px;
      flex-shrink: 0;
      transition: transform 0.25s ease;
    }
    .financials-year-item.is-expanded .financials-year-arrow {
      transform: rotate(0deg);
    }
    .financials-year-item:not(.is-expanded) .financials-year-arrow {
      transform: rotate(180deg);
    }
    .financials-docs {
      display: none;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      width: 100%;
      padding: var(--space-lg) 0;
    }
    .financials-year-item.is-expanded .financials-docs {
      display: grid;
    }
    .financials-doc-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 16px;
      gap: 21px;
      min-width: 0;
      width: 100%;
      min-height: 121px;
      background: #F8F8F8;
      text-decoration: none;
      color: inherit;
      box-sizing: border-box;
      transition: background 0.2s;
    }
    .financials-doc-card:hover {
      background: #EEEEEE;
    }
    .financials-doc-card img {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
    }
    .financials-doc-card span {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: 0;
      color: #00417B;
      margin: 0;
      white-space: normal;
      word-break: break-word;
    }
    @media (max-width: 1279px) {
      #panel-investor-presentation .financials-docs { grid-template-columns: 1fr; }
    }
    @media (max-width: 900px) {
      .financials-docs { grid-template-columns: repeat(2, 1fr); }
      #panel-investor-presentation .financials-docs { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 767px) {
      .financials-year { font-size: 32px; line-height: 40px; }
      .financials-docs { grid-template-columns: 1fr; }
      #panel-investor-presentation .financials-docs { grid-template-columns: 1fr; }
    }

    /* Corporate Governance panel — Frame 14 + document grids */
    .governance-section {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: var(--space-2xl);
      background: #FFFFFF;
      box-sizing: border-box;
    }
    .governance-section .governance-intro {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 400;
      font-size: clamp(15px, 1.2vw, 18px);
      line-height: 1.45;
      color: #4B4B4B;
      margin: 0;
      align-self: stretch;
      text-align: left;
    }
    .governance-section .governance-subheading {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 400;
      font-size: clamp(22px, 2.4vw, 36px);
      line-height: 1.2;
      letter-spacing: 0;
      color: #1B3A6B;
      margin: 0;
    }
    .governance-section .governance-divider {
      width: 100%;
      height: 0;
      border: none;
      border-top: 1px solid #00417B;
      opacity: 0.3;
      margin: var(--space-xl) 0;
    }
    .governance-section .governance-doc-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 30px;
      width: 100%;
      max-width: 100%;
    }
    .governance-section .governance-doc-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 16px;
      gap: 21px;
      min-width: 0;
      min-height: 121px;
      background: #F8F8F8;
      text-decoration: none;
      color: inherit;
      box-sizing: border-box;
      transition: background 0.2s;
    }
    .governance-section .governance-doc-card:hover {
      background: #EEEEEE;
    }
    .governance-section .governance-doc-card img {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
    }
    .governance-section .governance-doc-card span {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 400;
      font-size: clamp(15px, 1.2vw, 18px);
      line-height: 1.45;
      color: #4B4B4B;
      margin: 0;
      align-self: stretch;
    }
    @media (max-width: 767px) {
      .governance-section .governance-subheading { font-size: 1.25rem; }
      .governance-section .governance-doc-card { width: 100%; min-width: 0; }
    }

    /* Annual Reports panel — title + doc grid (same card style as governance) */
    .annual-reports-section {
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: var(--space-2xl);
      background: #FFFFFF;
      box-sizing: border-box;
    }
    .annual-reports-section .annual-reports-doc-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 30px;
      width: 100%;
      max-width: 100%;
    }
    .annual-reports-section .annual-reports-doc-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 16px;
      gap: 21px;
      min-width: 0;
      min-height: 121px;
      background: #F8F8F8;
      text-decoration: none;
      color: inherit;
      box-sizing: border-box;
      transition: background 0.2s;
    }
    .annual-reports-section .annual-reports-doc-card:hover {
      background: #EEEEEE;
    }
    .annual-reports-section .annual-reports-doc-card img {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
    }
    .annual-reports-section .annual-reports-doc-card span {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      color: #000000;
      margin: 0;
      align-self: stretch;
    }
    @media (max-width: 767px) {
      .annual-reports-section .annual-reports-doc-card { width: 100%; min-width: 0; }
    }

    /* Stock Ticker panel — Figma layer styles */
    .stock-ticker-section {
      padding-bottom: var(--space-2xl);
      background: #FFFFFF;
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      box-sizing: border-box;
    }
    .stock-ticker-header {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: var(--space-md);
      margin-bottom: var(--space-md);
    }
    .stock-ticker-header .stock-ticker-title {
      margin-bottom: 0;
    }
    .stock-ticker-update {
      font-family: 'Lusail Light', var(--font-lusail);
      font-style: normal;
      font-weight: 300;
      font-size: 24px;
      line-height: 32px;
      color: #4B4B4B;
      margin: 0;
    }
    .stock-ticker-update strong { font-weight: 300; }
    /* Rectangle 40 — current price bar */
    .stock-ticker-bar {
      width: 100%;
      height: 80px;
      background: #00417B;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0 40px;
      margin-bottom: 40px;
      box-sizing: border-box;
    }
    .stock-ticker-bar-label {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
      color: #FFFFFF;
    }
    .stock-ticker-bar-change {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 16px;
    }
    .stock-ticker-bar-change span {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
      color: #FFFFFF;
    }
    .stock-ticker-arrow-down {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      color: #FF2714;
    }
    .stock-ticker-arrow-up {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      color: #b5ffd9;
      transform: rotate(180deg);
    }
    .stock-ticker-bar-change .stock-ticker-arrow-up {
      color: #cfffdf;
    }
    .stock-ticker-row .stock-ticker-value.stock-ticker-value--positive {
      color: #0d7a4a;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    /* Two-column metrics */
    .stock-ticker-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      width: 100%;
      max-width: 100%;
    }
    .stock-ticker-col {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      min-width: 0;
    }
    .stock-ticker-row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      min-height: 28px;
      padding: 0;
    }
    .stock-ticker-row .stock-ticker-label {
      font-family: 'Lusail Light', var(--font-lusail);
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      line-height: 28px;
      color: #4B4B4B;
      margin: 0;
    }
    .stock-ticker-row .stock-ticker-value {
      font-family: var(--font-lusail);
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      text-align: right;
      color: #00417B;
      margin: 0;
    }
    .stock-ticker-row .stock-ticker-value.stock-ticker-value--negative {
      color: #FF2714;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .stock-ticker-line {
      width: 100%;
      height: 0;
      border: none;
      border-top: 1px solid #00417B;
      opacity: 0.2;
      margin: 16px 0;
    }
    @media (max-width: 1023px) {
      .stock-ticker-grid { grid-template-columns: 1fr; }
      .stock-ticker-bar { padding: 0 20px; flex-wrap: wrap; height: auto; min-height: 80px; }
      .stock-ticker-bar-change { order: 1; width: 100%; justify-content: flex-end; }
    }
    @media (max-width: 767px) {
      .stock-ticker-header { flex-direction: column; align-items: flex-start; }
      .stock-ticker-update {
        font-size: 18px;
        line-height: 26px;
      }
      .stock-ticker-bar-label { font-size: 18px; }
      .stock-ticker-bar-change span { font-size: 18px; }
    }

    /* Investor Relations Corner — Euroland tools grid */
    #panel-ir-corner {
      padding-top: 56px;
      padding-bottom: var(--space-2xl);
      margin-left: 0;
      margin-right: 0;
      box-sizing: border-box;
      background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    }
    .ir-corner-heading {
      margin: 0 auto 12px;
      text-align: center;
    }
    .ir-corner-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: clamp(16px, 1.6vw, 22px);
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      box-sizing: border-box;
    }
    .ir-corner-tile {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 18px;
      min-height: 184px;
      padding: 26px 18px 22px;
      border: 1px solid #dbe7f3;
      background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
      cursor: pointer;
      font-family: var(--font-lusail);
      text-align: center;
      color: #183a60;
      border-radius: 16px;
      box-shadow: 0 14px 34px rgba(16, 47, 88, 0.08);
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
      text-decoration: none;
      overflow: hidden;
    }
    .ir-corner-tile::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
      pointer-events: none;
    }
    a.ir-corner-tile {
      color: inherit;
    }
    .ir-corner-tile:focus {
      outline: none;
    }
    .ir-corner-tile:focus:not(:focus-visible) {
      outline: none;
    }
    .ir-corner-tile:focus-visible {
      outline: 3px solid rgba(15, 92, 168, 0.28);
      outline-offset: 4px;
    }
    .ir-corner-tile:hover {
      transform: translateY(-4px);
      border-color: rgba(15, 92, 168, 0.24);
      box-shadow: 0 20px 40px rgba(16, 47, 88, 0.12);
    }
    .ir-corner-tile-label {
      font-size: clamp(0.94rem, 0.88rem + 0.2vw, 1.05rem);
      line-height: 1.45;
      font-weight: 600;
      max-width: 12rem;
      color: #173a60;
      letter-spacing: -0.01em;
    }
    .ir-corner-tile-icon {
      width: 80px;
      height: 80px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 12px 24px rgba(15, 79, 143, 0.22);
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-sizing: border-box;
      transition: transform 0.22s ease, box-shadow 0.22s ease;
      flex-shrink: 0;
    }
    .ir-corner-tile:hover .ir-corner-tile-icon {
      transform: translateY(-2px);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 16px 28px rgba(15, 79, 143, 0.26);
    }
    .ir-corner-tile-icon img {
      width: 46px;
      height: 46px;
      object-fit: contain;
    }
    .ir-corner-tile-icon--factsheet,
    .ir-corner-tile-icon--calendar,
    .ir-corner-tile-icon--analysis,
    .ir-corner-tile-icon--calculator,
    .ir-corner-tile-icon--alerts,
    .ir-corner-tile-icon--graph,
    .ir-corner-tile-icon--lookup,
    .ir-corner-tile-icon--series,
    .ir-corner-tile-icon--subscription,
    .ir-corner-tile-icon--tsr {
      background: linear-gradient(180deg, #1868ba 0%, #0f4f8f 100%);
    }
    @media (max-width: 1199px) {
      .ir-corner-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
    @media (max-width: 1023px) {
      .ir-corner-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    @media (max-width: 767px) {
      .ir-corner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .ir-corner-tile {
        min-height: 172px;
      }
    }
    @media (max-width: 479px) {
      .ir-corner-grid {
        grid-template-columns: 1fr;
      }
      .ir-corner-tile {
        min-height: auto;
      }
    }

    .ir-corner-intro {
      font-family: var(--font-lusail);
      font-size: clamp(0.9375rem, 0.88rem + 0.25vw, 1.0625rem);
      line-height: 1.6;
      color: #586779;
      margin: 0 auto var(--space-xl);
      max-width: 56rem;
      text-align: center;
    }
    .ir-corner-intro strong {
      font-weight: 600;
      color: #154b86;
    }
    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    /* Share Capital section — two-column editorial, fills main so image reaches right edge */
    .share-capital-section {
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-top: 48px;
      padding-bottom: 48px;
      padding-left: 0;
      padding-right: 0;
      background: #FFFFFF;
      box-sizing: border-box;
    }
    .share-capital-section .share-capital-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: start;
      max-width: 100%;
      margin: 0;
    }
    /* Primary panel title styling */
    .share-capital-section .share-capital-heading,
    .stock-ticker-title,
    .governance-section .governance-main-title,
    .annual-reports-section .annual-reports-title,
    #panel-financials .financials-title,
    #panel-investor-presentation .financials-title,
    .investor-contact-title,
    #panel-ir-corner .ir-corner-heading,
    #panel-investor-faq .faq-title {
      font-family: var(--font-lusail);
      font-weight: 400;
      font-style: normal;
      font-size: clamp(28px, 3.4vw, 48px);
      line-height: 1.2;
      letter-spacing: 0;
      color: #1B3A6B;
      margin: 0 0 var(--space-md);
    }
    .governance-section .governance-main-title {
      margin-bottom: 0;
    }
    .share-capital-section .share-capital-body {
      font-weight: 400;
      font-size: clamp(15px, 1.2vw, 18px);
      line-height: 1.45;
      color: #4B4B4B;
      margin: 0 0 24px;
    }
    .share-capital-section .share-capital-body:last-of-type {
      margin-bottom: 0;
    }
    .share-capital-section .share-capital-intro {
      margin-bottom: 12px;
    }
    .share-capital-section .share-capital-list {
      list-style: decimal;
      list-style-position: inside;
      margin: 0 0 24px;
      margin-inline-start: 1rem;
      padding: 0;
      font-weight: 400;
      font-size: clamp(15px, 1.2vw, 18px);
      line-height: 1.45;
      color: #4B4B4B;
    }
    .share-capital-section .share-capital-list li {
      margin-bottom: 4px;
    }
    .share-capital-section .share-capital-image-wrap {
      position: sticky;
      top: 0;
      width: 100%;
      min-width: 0;
      height: 420px;
      border-radius: 2px 0 0 2px;
      overflow: hidden;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    }
    .share-capital-section .share-capital-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .share-capital-section .share-capital-divider {
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      margin-top: 48px;
    }
    @media (max-width: 767px) {
      .share-capital-section {
        padding-top: 32px;
        padding-bottom: 32px;
      }
      .share-capital-section .share-capital-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }
      .share-capital-section .share-capital-heading,
      .stock-ticker-title,
      .governance-section .governance-main-title,
      .annual-reports-section .annual-reports-title,
      #panel-financials .financials-title,
      #panel-investor-presentation .financials-title,
      .investor-contact-title,
      #panel-ir-corner .ir-corner-heading,
      #panel-investor-faq .faq-title,
      .investor-section-title {
        font-size: 1.75rem;
        margin-bottom: var(--space-md);
      }
      .governance-section .governance-main-title {
        margin-bottom: 0;
      }
      .share-capital-section .share-capital-image-wrap { height: 224px; }
    }

    /* Footer styles moved to assets/css/footer.css */