/* Custom PTSEA icon system */
    .lp-icon {
      width: 2.35rem;
      height: 2.35rem;
      color: var(--lp-green, #248454);
      display: block;
    }
    .lp-icon--sm {
      width: 1.15rem;
      height: 1.15rem;
      color: inherit;
    }
    .lp-pillar__visual {
      position: relative;
    }
    .lp-pillar__visual .lp-icon {
      width: 2.45rem;
      height: 2.45rem;
    }
    .lp-timeline__icon {
      width: 2.5rem;
      height: 2.5rem;
      margin: 0 auto 0.65rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 2px solid rgba(15, 36, 24, 0.1);
      box-shadow: 0 0 0 5px #eef5f0;
      color: var(--lp-green, #248454);
    }
    .lp-timeline__step.is-done .lp-timeline__icon {
      background: var(--lp-green, #248454);
      border-color: var(--lp-green, #248454);
      color: #fff;
      box-shadow: 0 0 0 5px rgba(36, 132, 84, 0.14);
    }
    .lp-timeline__step.is-current .lp-timeline__icon {
      background: var(--lp-gold, #c9a227);
      border-color: var(--lp-gold, #c9a227);
      color: #fff;
      box-shadow: 0 0 0 6px rgba(201, 162, 39, 0.2);
    }
    .lp-timeline__step.is-upcoming .lp-timeline__icon {
      color: rgba(15, 36, 24, 0.35);
    }
    .lp-timeline__dot { display: none; }
    .lp-step__icon-wrap {
      width: 3.25rem;
      height: 3.25rem;
      border-radius: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
      background:
        radial-gradient(circle at 30% 25%, rgba(201,162,39,0.2), transparent 55%),
        linear-gradient(145deg, rgba(36,132,84,0.12), rgba(36,132,84,0.03));
      border: 1px solid rgba(36,132,84,0.12);
      color: var(--lp-green, #248454);
    }
    .lp-step__icon-wrap .lp-icon {
      width: 1.85rem;
      height: 1.85rem;
    }
    .lp-step__num {
      position: absolute;
      top: 1.1rem;
      right: 1.1rem;
      width: 1.65rem;
      height: 1.65rem;
      font-size: 0.72rem;
      margin-bottom: 0;
      box-shadow: none;
    }
    .lp-step { position: relative; }


    /* =========================================================
       PTSEA Landing â€” 10/10 design system
       Tokens Â· type Â· space Â· cards Â· timeline Â· empty states
       ========================================================= */
    .lp-page, body.lp-page, .lp-shell {
      --lp-green: #248454;
      --lp-green-deep: #1b7347;
      --lp-green-ink: #0f2418;
      --lp-gold: #c9a227;
      --lp-gold-soft: rgba(201, 162, 39, 0.16);
      --lp-surface: #ffffff;
      --lp-surface-muted: #f5f8f6;
      --lp-border: rgba(15, 36, 24, 0.08);
      --lp-text: #1a2e24;
      --lp-text-muted: #5c6f66;
      --lp-radius: 1.15rem;
      --lp-radius-sm: 0.75rem;
      --lp-shadow: 0 12px 40px rgba(15, 36, 24, 0.06);
      --lp-shadow-hover: 0 18px 48px rgba(15, 36, 24, 0.1);
      --lp-space-1: 0.25rem;
      --lp-space-2: 0.5rem;
      --lp-space-3: 0.75rem;
      --lp-space-4: 1rem;
      --lp-space-5: 1.5rem;
      --lp-space-6: 2rem;
      --lp-space-7: 3rem;
      --lp-space-8: 4.5rem;
      --lp-max: 72rem;
      font-feature-settings: "ss01" 0, "kern" 1;
    }

    .lp-section {
      padding: var(--lp-space-8) 0;
    }
    .lp-section--muted {
      background: var(--lp-surface-muted);
    }
    .lp-section__head {
      margin-bottom: var(--lp-space-6);
    }
    .lp-section__head.text-center {
      text-align: center;
    }
    .lp-section__title {
      font-size: clamp(1.35rem, 1.1rem + 0.9vw, 1.75rem);
      font-weight: 750;
      letter-spacing: -0.03em;
      line-height: 1.2;
      color: var(--lp-green-ink);
      margin: 0;
    }
    .lp-section__eyebrow {
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--lp-gold);
      margin-bottom: var(--lp-space-2);
    }
    .lp-section__intro {
      font-size: 1rem;
      line-height: 1.65;
      color: var(--lp-text-muted);
      max-width: 38rem;
      margin: var(--lp-space-3) auto 0;
    }
    .lp-section__head.text-center .lp-section__intro {
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    .lp-rule {
      display: flex;
      align-items: center;
      gap: 0.35rem;
      width: 3.25rem;
    }
    .lp-rule span {
      flex: 1;
      height: 2px;
      background: linear-gradient(90deg, var(--lp-gold), rgba(201,162,39,0.15));
      border-radius: 2px;
    }
    .lp-rule i {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--lp-gold);
      display: block;
    }
    .lp-rule.mx-auto { margin-left: auto; margin-right: auto; }

    /* Hero */
    .lp-hero h1 {
      font-size: clamp(1.85rem, 1.35rem + 2vw, 2.75rem);
      font-weight: 800;
      letter-spacing: -0.035em;
      line-height: 1.12;
      color: var(--lp-green-ink);
      max-width: 18ch;
    }
    .lp-hero__tagline {
      font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.2rem);
      font-weight: 650;
      letter-spacing: -0.015em;
      color: var(--lp-green-ink);
      margin: 0 0 var(--lp-space-3);
      max-width: 36rem;
    }
    .lp-hero .lead {
      font-size: 1.02rem;
      line-height: 1.65;
      color: var(--lp-text-muted);
      max-width: 36rem;
      margin-bottom: var(--lp-space-5);
    }
    .lp-hero .btn-ptsea {
      min-height: 3rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      font-weight: 650;
      border-radius: 0.65rem;
      box-shadow: 0 8px 24px rgba(36, 132, 84, 0.22);
    }
    .lp-hero .btn-ptsea-outline {
      min-height: 3rem;
      border-radius: 0.65rem;
      font-weight: 650;
    }

    /* Category cards */
    .lp-pillars {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--lp-space-5);
    }
    @media (min-width: 768px) {
      .lp-pillars { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
    }
    .lp-pillar {
      position: relative;
      height: 100%;
      padding: 1.85rem 1.4rem 1.55rem;
      border-radius: var(--lp-radius);
      border: 1px solid var(--lp-border);
      background: var(--lp-surface);
      box-shadow: var(--lp-shadow);
      overflow: hidden;
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }
    .lp-pillar::before {
      content: "";
      position: absolute;
      left: 0; right: 0; top: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--lp-green), var(--lp-gold));
      opacity: 0.95;
    }
    .lp-pillar:hover {
      transform: translateY(-5px);
      box-shadow: var(--lp-shadow-hover);
      border-color: rgba(36, 132, 84, 0.2);
    }
    .lp-pillar__visual {
      width: 3.75rem;
      height: 3.75rem;
      border-radius: 1rem;
      margin-bottom: 1.15rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background:
        radial-gradient(circle at 30% 25%, var(--lp-gold-soft), transparent 55%),
        linear-gradient(145deg, rgba(36,132,84,0.12), rgba(36,132,84,0.03));
      border: 1px solid rgba(36,132,84,0.12);
    }
    .lp-pillar__visual svg {
      width: 2rem;
      height: 2rem;
      color: var(--lp-green);
    }
    .lp-pillar__num {
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--lp-gold);
      margin-bottom: 0.4rem;
    }
    .lp-pillar h3 {
      font-size: 1.12rem;
      font-weight: 750;
      letter-spacing: -0.02em;
      margin: 0 0 0.5rem;
      color: var(--lp-green-ink);
    }
    .lp-pillar p {
      font-size: 0.92rem;
      line-height: 1.55;
      color: var(--lp-text-muted);
      margin: 0 0 1rem;
    }
    .lp-pillar__meta {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 0.45rem;
    }
    .lp-pillar__meta li {
      font-size: 0.8rem;
      line-height: 1.4;
      color: var(--lp-text-muted);
      display: flex;
      gap: 0.5rem;
      align-items: flex-start;
    }
    .lp-pillar__meta li::before {
      content: "";
      width: 0.4rem;
      height: 0.4rem;
      margin-top: 0.4rem;
      border-radius: 50%;
      background: var(--lp-green);
      opacity: 0.7;
      flex: 0 0 0.4rem;
    }

    /* Award cycle */
    .lp-cycle {
      background: linear-gradient(180deg, #f7faf8 0%, #eef5f0 100%);
      border-top: 1px solid var(--lp-border);
      border-bottom: 1px solid var(--lp-border);
      padding: var(--lp-space-7) 0 var(--lp-space-8);
    }
    .lp-timeline {
      list-style: none;
      margin: 1.75rem 0 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      position: relative;
      max-width: 56rem;
      margin-left: auto;
      margin-right: auto;
    }
    .lp-timeline::before {
      content: "";
      position: absolute;
      left: 10%;
      right: 10%;
      top: 1.05rem;
      height: 2px;
      background: linear-gradient(90deg, rgba(36,132,84,0.15), rgba(201,162,39,0.25), rgba(36,132,84,0.15));
      z-index: 0;
    }
    .lp-timeline__step {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 0 0.5rem;
    }
    .lp-timeline__dot {
      width: 1.4rem;
      height: 1.4rem;
      margin: 0 auto 0.75rem;
      border-radius: 50%;
      border: 2px solid rgba(15, 36, 24, 0.12);
      background: #fff;
      box-shadow: 0 0 0 5px #eef5f0;
    }
    .lp-timeline__step.is-done .lp-timeline__dot {
      background: var(--lp-green);
      border-color: var(--lp-green);
      box-shadow: 0 0 0 5px rgba(36, 132, 84, 0.14);
    }
    .lp-timeline__step.is-current .lp-timeline__dot {
      background: var(--lp-gold);
      border-color: var(--lp-gold);
      box-shadow: 0 0 0 6px rgba(201, 162, 39, 0.2);
    }
    .lp-timeline__label {
      display: block;
      font-size: 0.84rem;
      font-weight: 750;
      letter-spacing: -0.01em;
      color: var(--lp-green-ink);
      margin-bottom: 0.2rem;
    }
    .lp-timeline__hint {
      display: block;
      font-size: 0.74rem;
      color: var(--lp-text-muted);
      line-height: 1.35;
    }
    .lp-timeline__dates {
      display: block;
      font-size: 0.7rem;
      color: rgba(15, 36, 24, 0.45);
      margin-top: 0.3rem;
      font-variant-numeric: tabular-nums;
    }
    .lp-timeline__step.is-upcoming .lp-timeline__label {
      color: rgba(15, 36, 24, 0.42);
      font-weight: 650;
    }
    @media (max-width: 575.98px) {
      .lp-timeline {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem 0.5rem;
      }
      .lp-timeline::before { display: none; }
    }

    /* Process steps */
    .lp-process {
      padding: var(--lp-space-8) 0;
      background: var(--lp-surface);
    }
    .lp-process__grid {
      display: grid;
      gap: 1.15rem;
      margin-top: var(--lp-space-5) !important;
    }
    @media (min-width: 768px) {
      .lp-process__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    .lp-step {
      height: 100%;
      padding: 1.6rem 1.35rem 1.45rem;
      border-radius: var(--lp-radius);
      border: 1px solid var(--lp-border);
      background: linear-gradient(180deg, rgba(36,132,84,0.035), transparent 42%), #fff;
      box-shadow: var(--lp-shadow);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .lp-step:hover {
      transform: translateY(-3px);
      box-shadow: var(--lp-shadow-hover);
    }
    .lp-step__num {
      width: 2.15rem;
      height: 2.15rem;
      border-radius: 0.65rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, var(--lp-green), var(--lp-green-deep));
      color: #fff;
      font-size: 0.9rem;
      font-weight: 800;
      margin-bottom: 1rem;
      box-shadow: 0 8px 18px rgba(36, 132, 84, 0.28);
    }
    .lp-step h3 {
      font-size: 1.05rem;
      font-weight: 750;
      letter-spacing: -0.02em;
      margin: 0 0 0.5rem;
      color: var(--lp-green-ink);
    }
    .lp-step p {
      margin: 0;
      font-size: 0.9rem;
      line-height: 1.6;
      color: var(--lp-text-muted);
    }

    /* Assurances */
    .lp-assurances {
      padding: 2rem 0;
      background: #07140f;
      border-top: 1px solid rgba(201, 162, 39, 0.22);
      border-bottom: 1px solid rgba(201, 162, 39, 0.1);
    }
    .lp-assurances__grid {
      display: grid;
      gap: 1.25rem;
    }
    @media (min-width: 768px) {
      .lp-assurances__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
      }
    }
    .lp-assurances__item strong {
      display: block;
      color: #fff;
      font-size: 0.95rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      margin-bottom: 0.35rem;
    }
    .lp-assurances__item span {
      font-size: 0.84rem;
      line-height: 1.5;
      color: rgba(255,255,255,0.62);
    }

    /* Empty laureates — match public winners empty state */
    .lp-empty {
      padding: 3.5rem 1.5rem;
      text-align: center;
      border: 1px dashed rgba(36, 132, 84, 0.25);
      border-radius: 1rem;
      background: rgba(36, 132, 84, 0.025);
    }
    .lp-empty-icon {
      display: grid;
      place-items: center;
      width: 3.1rem;
      height: 3.1rem;
      margin: 0 auto 1rem;
      border-radius: 50%;
      background: rgba(36, 132, 84, 0.1);
      color: var(--nesri-green, var(--ptsea-green, #248454));
    }
    .lp-empty-icon svg {
      width: 1.35rem;
      height: 1.35rem;
    }
    .lp-empty h2,
    .lp-empty__title {
      margin: 0;
      color: var(--lp-green-ink, var(--ptsea-text, #0f2418));
      font-family: Merriweather, Georgia, serif;
      font-size: 1.15rem;
      font-weight: 700;
    }
    .lp-empty p,
    .lp-empty__text {
      margin: 0.5rem auto 0;
      max-width: 32rem;
      color: var(--lp-text-muted);
      font-size: 0.82rem;
      line-height: 1.55;
    }

    /* Sponsors strip polish */
    .lp-sponsors {
      padding: var(--lp-space-8) 0;
      background: var(--lp-surface);
    }
    .lp-sponsor-logo {
      border-radius: var(--lp-radius-sm);
      border: 1px solid var(--lp-border);
      background: #fff;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .lp-sponsor-logo:hover {
      border-color: rgba(36, 132, 84, 0.25);
      box-shadow: var(--lp-shadow);
    }


    /* Nav chrome: includes/public_nav.html */
    .lp-announce {
      background: var(--ptsea-green-deep); color: #fff;
      text-align: center; font-size: 0.85rem; padding: 0.55rem 1rem;
    }
    [data-bs-theme="dark"] .lp-announce { background: #0d2818; color: var(--ptsea-green); }

    .lp-trust {
      display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem;
      align-items: center; justify-content: flex-start;
      margin-top: 1.75rem; padding-top: 1.25rem;
      border-top: 1px solid var(--ptsea-border);
      font-size: 0.8rem; color: var(--ptsea-text-muted); font-weight: 600;
    }
    .lp-trust span { display: inline-flex; align-items: center; gap: 0.35rem; }
    .lp-trust i {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--ptsea-green); display: inline-block;
    }
    .lp-hero__tagline {
      font-size: 1.15rem;
      font-weight: 650;
      letter-spacing: -0.01em;
      color: var(--ptsea-ink, #0f2418);
      margin: 0 0 0.65rem;
      max-width: 36rem;
    }
    .lp-hero {
      position: relative;
      padding: 4.5rem 0 4rem;
      background:
        linear-gradient(180deg, color-mix(in srgb, var(--ptsea-green) 6%, var(--ptsea-bg)) 0%, var(--ptsea-bg) 55%);
      overflow: hidden;
    }
    .lp-hero::before {
      content: "";
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(201,162,39,0.12), transparent 55%),
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(36,132,84,0.1), transparent 50%);
      pointer-events: none;
    }
    .lp-eyebrow {
      display: inline-block;
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--ptsea-green);
      margin-bottom: 1rem;
    }
    .lp-hero h1 {
      font-size: clamp(2rem, 4.5vw, 3.15rem);
      font-weight: 800; letter-spacing: -0.035em; line-height: 1.12;
      color: var(--ptsea-text); max-width: 18ch;
      margin-bottom: 1.25rem;
    }
    .lp-hero .lead {
      font-size: 1.1rem; color: var(--ptsea-text-muted);
      max-width: 34rem; line-height: 1.65; margin-bottom: 2rem;
    }
    .lp-rule {
      display: flex; align-items: center; gap: 0.4rem; margin: 1.5rem 0;
      max-width: 12rem;
    }
    .lp-rule span:first-child {
      flex: 1; height: 2px;
      background: linear-gradient(90deg, var(--ptsea-green), var(--ptsea-gold));
    }
    .lp-rule i {
      width: 7px; height: 7px; border-radius: 50%; background: var(--ptsea-gold);
    }

    .lp-panel {
      background: var(--ptsea-surface);
      border: 1px solid var(--ptsea-border);
      border-radius: 1rem;
      box-shadow: var(--ptsea-shadow-md);
      padding: 1.75rem;
    }
    .lp-panel__year {
      font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; color: var(--ptsea-text-muted);
    }
    .lp-panel__title {
      font-size: 1.35rem; font-weight: 700; color: var(--ptsea-text-heading);
      margin: 0.25rem 0 1rem;
    }

    .lp-section { padding: 4rem 0; }
    .lp-section--muted { background: var(--ptsea-surface); border-block: 1px solid var(--ptsea-border); }
    .lp-section__head {
      text-align: center; max-width: 40rem; margin: 0 auto 2.5rem;
    }
    .lp-section__head h2 {
      font-size: 1.75rem; font-weight: 800; letter-spacing: -0.02em;
      color: var(--ptsea-text); margin-bottom: 0.75rem;
    }
    .lp-section__head p { color: var(--ptsea-text-muted); margin: 0; }

    .lp-about-head {
      max-width: 68rem;
    }
    .lp-about-copy {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
      text-align: left;
    }
    .lp-about-copy p {
      margin: 0;
      color: var(--ptsea-text-muted);
      font-size: 0.93rem;
      line-height: 1.82;
    }
    .lp-about-copy p:first-child {
      grid-column: 1 / -1;
      max-width: 61rem;
      margin-inline: auto;
      padding: 0 1.5rem 2rem;
      color: var(--ptsea-text);
      font-family: Merriweather, Georgia, serif;
      font-size: clamp(1.02rem, 0.94rem + 0.35vw, 1.2rem);
      line-height: 1.85;
      text-align: center;
    }
    .lp-about-copy p:nth-child(n + 2) {
      position: relative;
      margin-top: 0.35rem;
      min-height: 100%;
      padding: 1.85rem 1.7rem 1.7rem;
      border: 1px solid var(--ptsea-border, rgba(15, 36, 24, 0.08));
      border-radius: 1.15rem;
      background:
        linear-gradient(145deg, rgba(36, 132, 84, 0.028), transparent 52%),
        var(--ptsea-bg, #fff);
      color: var(--ptsea-text-muted);
      font-size: 0.95rem;
      line-height: 1.85;
      box-shadow: 0 10px 32px rgba(15, 36, 24, 0.055);
      overflow: hidden;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    .lp-about-copy p:nth-child(n + 2)::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 4px;
      background: linear-gradient(90deg, var(--ptsea-green), var(--ptsea-gold));
    }
    .lp-about-copy p:nth-child(n + 2):hover {
      transform: translateY(-3px);
      border-color: rgba(36, 132, 84, 0.22);
      box-shadow: 0 16px 40px rgba(15, 36, 24, 0.085);
    }
    .lp-about-copy p:last-child:not(:first-child) {
      grid-column: auto;
      max-width: none;
      margin: 0.35rem 0 0;
      color: var(--ptsea-text-muted);
      font-weight: 400;
    }
    .lp-about-copy p:last-child:not(:first-child)::before {
      content: "";
    }
    [data-bs-theme="dark"] .lp-about-copy p:nth-child(n + 2) {
      border-color: rgba(255, 255, 255, 0.09);
      background:
        linear-gradient(145deg, rgba(101, 185, 139, 0.055), transparent 48%),
        rgba(255, 255, 255, 0.025);
      box-shadow: none;
    }
    [data-bs-theme="dark"] .lp-about-copy p:nth-child(n + 2):hover {
      border-color: rgba(101, 185, 139, 0.28);
      box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
    }
    @media (max-width: 991.98px) {
      .lp-about-copy { grid-template-columns: 1fr; }
      .lp-about-copy p:first-child { padding-inline: 0; }
      .lp-about-copy p:nth-child(n + 2) {
        padding: 1.55rem 1.3rem 1.4rem;
      }
      .lp-about-copy p:last-child:not(:first-child) { margin-top: 0.35rem; }
    }

    /* Award pillars â€” institutional infographic cards */
    .lp-pillars {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    @media (min-width: 768px) {
      /* neutralized: pillars are 3-col */
    }
    .lp-pillar {
      position: relative;
      height: 100%;
      padding: 1.75rem 1.35rem 1.5rem;
      border: 1px solid var(--ptsea-border, rgba(15, 36, 24, 0.08));
      border-radius: 1.15rem;
      background: var(--ptsea-bg, #fff);
      box-shadow: 0 8px 28px rgba(15, 36, 24, 0.05);
      overflow: hidden;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }
    .lp-pillar::before {
      content: "";
      position: absolute;
      left: 0; right: 0; top: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--ptsea-primary, #248454), #c9a227);
    }
    .lp-pillar:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(15, 36, 24, 0.09);
      border-color: rgba(36, 132, 84, 0.22);
    }
    .lp-pillar__visual {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4.5rem;
      height: 4.5rem;
      margin-bottom: 1.1rem;
      border-radius: 1.1rem;
      background:
        radial-gradient(circle at 30% 25%, rgba(201, 162, 39, 0.22), transparent 55%),
        linear-gradient(145deg, rgba(36, 132, 84, 0.12), rgba(36, 132, 84, 0.04));
      border: 1px solid rgba(36, 132, 84, 0.14);
    }
    .lp-pillar__visual svg {
      width: 2.35rem;
      height: 2.35rem;
      color: var(--ptsea-primary, #248454);
    }
    .lp-pillar__num {
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ptsea-gold, #c9a227);
      margin-bottom: 0.35rem;
    }
    .lp-pillar h3 {
      font-size: 1.12rem;
      font-weight: 750;
      letter-spacing: -0.02em;
      margin-bottom: 0.55rem;
    }
    .lp-pillar p {
      font-size: 0.92rem;
      color: var(--ptsea-text-muted);
      margin: 0 0 1rem;
      line-height: 1.55;
    }
    .lp-pillar__meta {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 0.4rem;
    }
    .lp-pillar__meta li {
      display: flex;
      align-items: flex-start;
      gap: 0.45rem;
      font-size: 0.8rem;
      color: var(--ptsea-text-muted);
      line-height: 1.35;
    }
    .lp-pillar__meta li::before {
      content: "";
      flex: 0 0 0.45rem;
      width: 0.45rem;
      height: 0.45rem;
      margin-top: 0.35rem;
      border-radius: 50%;
      background: var(--ptsea-primary, #248454);
      opacity: 0.75;
    }
    [data-bs-theme="dark"] .lp-pillar {
      background: rgba(255,255,255,0.03);
      border-color: rgba(255,255,255,0.08);
    }
    [data-bs-theme="dark"] .lp-pillar__visual {
      background: linear-gradient(145deg, rgba(36, 132, 84, 0.22), rgba(201, 162, 39, 0.08));
      border-color: rgba(201, 162, 39, 0.2);
    }

    .lp-winner {
      background: var(--ptsea-surface);
      border: 1px solid var(--ptsea-border);
      border-radius: 0.75rem;
      padding: 1.25rem 1.35rem;
      height: 100%;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .lp-winner:hover {
      box-shadow: var(--ptsea-shadow-md);
      transform: translateY(-2px);
    }
    .lp-winner__cat {
      font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em;
      text-transform: uppercase; color: var(--ptsea-green); margin-bottom: 0.4rem;
    }
    .lp-winner__name {
      font-size: 1.05rem; font-weight: 700; color: var(--ptsea-text);
      margin-bottom: 0.35rem; line-height: 1.3;
    }
    .lp-winner__meta { font-size: 0.82rem; color: var(--ptsea-text-muted); }
    .lp-winner__rank {
      font-size: 0.7rem; font-weight: 700;
      padding: 0.15rem 0.5rem; border-radius: 999px;
      background: var(--ptsea-green-soft); color: var(--ptsea-green-deep);
    }

    .lp-year-tabs .btn {
      border-radius: 999px; font-size: 0.85rem; font-weight: 600;
      padding: 0.4rem 1rem;
    }
    .lp-year-tabs .btn.active {
      background: var(--ptsea-green); border-color: var(--ptsea-green); color: #fff;
    }
    [data-bs-theme="dark"] .lp-year-tabs .btn.active { color: #0b1016; }

    
    /* â€”â€” Cycle status strip â€”â€” */
    .lp-cycle {
      background: linear-gradient(180deg, #f4f8f5 0%, #eef5f0 100%);
      border-bottom: 1px solid rgba(15, 36, 24, 0.06);
      padding: 1.25rem 0;
    }
    .lp-cycle__intro {
      max-width: 48rem;
      margin-bottom: 0.25rem;
    }
    .lp-cycle__badge {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.35rem 0.7rem;
      border-radius: 999px;
      background: rgba(36, 132, 84, 0.12);
      color: #1b7347;
      margin-bottom: 0.45rem;
    }
    .lp-cycle__badge.is-open {
      background: rgba(36, 132, 84, 0.18);
      color: #0f5c38;
    }
    .lp-cycle__badge.is-closed {
      background: rgba(15, 36, 24, 0.08);
      color: #4a5c52;
    }
    .lp-cycle__title {
      font-size: 1.05rem;
      font-weight: 750;
      letter-spacing: -0.02em;
      margin: 0 0 0.25rem;
      color: var(--ptsea-ink, #0f2418);
    }
    .lp-cycle__detail {
      margin: 0;
      font-size: 0.88rem;
      color: var(--ptsea-text-muted);
      line-height: 1.5;
    }
    .lp-cycle__meta {
      display: grid;
      gap: 0.35rem;
      font-size: 0.82rem;
      color: var(--ptsea-text-muted);
    }
    .lp-cycle__meta strong {
      color: var(--ptsea-ink, #0f2418);
      font-weight: 650;
    }


    .lp-timeline {
      list-style: none;
      margin: 1.35rem 0 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      position: relative;
    }
    .lp-timeline::before {
      content: "";
      position: absolute;
      left: 12%;
      right: 12%;
      top: 1.05rem;
      height: 2px;
      background: rgba(15, 36, 24, 0.1);
      z-index: 0;
    }
    .lp-timeline__step {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 0 0.35rem;
    }
    .lp-timeline__dot {
      width: 1.35rem;
      height: 1.35rem;
      margin: 0 auto 0.65rem;
      border-radius: 50%;
      border: 2px solid rgba(15, 36, 24, 0.15);
      background: #fff;
      box-shadow: 0 0 0 4px #eef5f0;
      transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .lp-timeline__step.is-done .lp-timeline__dot {
      background: #248454;
      border-color: #248454;
      box-shadow: 0 0 0 4px rgba(36, 132, 84, 0.15);
    }
    .lp-timeline__step.is-current .lp-timeline__dot {
      background: #c9a227;
      border-color: #c9a227;
      box-shadow: 0 0 0 5px rgba(201, 162, 39, 0.22);
    }
    .lp-timeline__label {
      display: block;
      font-size: 0.78rem;
      font-weight: 750;
      letter-spacing: 0.02em;
      color: var(--ptsea-ink, #0f2418);
      margin-bottom: 0.15rem;
    }
    .lp-timeline__hint {
      display: block;
      font-size: 0.72rem;
      color: var(--ptsea-text-muted);
      line-height: 1.35;
    }
    .lp-timeline__step.is-upcoming .lp-timeline__label {
      color: rgba(15, 36, 24, 0.45);
      font-weight: 650;
    }
    .lp-timeline__dates {
      display: block;
      font-size: 0.68rem;
      color: rgba(15, 36, 24, 0.45);
      margin-top: 0.25rem;
    }
    @media (max-width: 575.98px) {
      .lp-timeline {
        grid-template-columns: 1fr 1fr;
        gap: 1rem 0.5rem;
      }
      .lp-timeline::before { display: none; }
    }

    /* â€”â€” How it works â€”â€” */
    .lp-process {
      padding: 4rem 0;
      background: #fff;
    }
    .lp-process__grid {
      display: grid;
      gap: 1rem;
      counter-reset: step;
    }
    @media (min-width: 768px) {
      .lp-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
      }
    }
    @media (min-width: 992px) {
      /* process 3-col enforced in fix block */
    }
    .lp-step {
      position: relative;
      height: 100%;
      padding: 1.5rem 1.25rem 1.35rem;
      border-radius: 1.1rem;
      border: 1px solid rgba(15, 36, 24, 0.08);
      background:
        linear-gradient(180deg, rgba(36, 132, 84, 0.04), transparent 40%),
        #fff;
      box-shadow: 0 10px 30px rgba(15, 36, 24, 0.04);
    }
    .lp-step__num {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.1rem;
      height: 2.1rem;
      border-radius: 0.65rem;
      background: linear-gradient(145deg, #248454, #1b7347);
      color: #fff;
      font-size: 0.85rem;
      font-weight: 800;
      margin-bottom: 0.9rem;
      box-shadow: 0 6px 14px rgba(36, 132, 84, 0.25);
    }
    .lp-step h3 {
      font-size: 1.02rem;
      font-weight: 750;
      letter-spacing: -0.02em;
      margin: 0 0 0.45rem;
    }
    .lp-step p {
      margin: 0;
      font-size: 0.88rem;
      color: var(--ptsea-text-muted);
      line-height: 1.55;
    }

    /* â€”â€” Assurances strip â€”â€” */
    .lp-assurances {
      padding: 1.75rem 0;
      background: #0a1610;
      color: rgba(255,255,255,0.7);
      border-top: 1px solid rgba(201,162,39,0.2);
      border-bottom: 1px solid rgba(201,162,39,0.12);
    }
    .lp-assurances__grid {
      display: grid;
      gap: 1rem;
      text-align: center;
    }
    @media (min-width: 768px) {
      .lp-assurances__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        text-align: left;
      }
    }
    .lp-assurances__item strong {
      display: block;
      color: #fff;
      font-size: 0.95rem;
      font-weight: 700;
      margin-bottom: 0.25rem;
    }
    .lp-assurances__item span {
      font-size: 0.82rem;
      line-height: 1.45;
    }

    /* â€”â€” Footer (institutional 10/10) â€”â€” */
    .landing-footer-legacy-disabled {
      position: relative;
      background:
        radial-gradient(ellipse 80% 60% at 0% 100%, rgba(36, 132, 84, 0.18), transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 0%, rgba(201, 162, 39, 0.08), transparent 50%),
        #07140f;
      color: rgba(255, 255, 255, 0.68);
      padding: 3.75rem 0 0;
      font-size: 0.9rem;
      line-height: 1.55;
      border-top: 1px solid rgba(201, 162, 39, 0.18);
    }
    .landing-footer-legacy-disabled a {
      color: rgba(255, 255, 255, 0.88);
      text-decoration: none;
      transition: color 0.15s ease;
    }
    .landing-footer-legacy-disabled a:hover { color: #fff; }
    .landing-footer-legacy-disabled a:focus-visible {
      outline: 2px solid #c9a227;
      outline-offset: 3px;
      border-radius: 2px;
    }
    .landing-footer-legacy-disabled__brand {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 750;
      letter-spacing: -0.02em;
      line-height: 1.25;
      margin-bottom: 0.4rem;
    }
    .landing-footer-legacy-disabled__tagline {
      color: rgba(255, 255, 255, 0.55);
      font-size: 0.88rem;
      max-width: 28rem;
      margin: 0;
    }
    .landing-footer-legacy-disabled__gold {
      width: 40px;
      height: 3px;
      border-radius: 2px;
      background: linear-gradient(90deg, #c9a227, rgba(201, 162, 39, 0));
      margin: 1.15rem 0 1rem;
    }
    .landing-footer-legacy-disabled__org {
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.84rem;
      font-weight: 600;
      margin-bottom: 0.65rem;
    }
    .landing-footer-legacy-disabled__address {
      white-space: pre-line;
      margin: 0;
      line-height: 1.6;
      max-width: 26rem;
      font-size: 0.86rem;
      color: rgba(255, 255, 255, 0.58);
    }
    .landing-footer-legacy-disabled__contact {
      display: grid;
      gap: 0.55rem;
      margin-top: 1.25rem;
    }
    .landing-footer-legacy-disabled__contact-row {
      display: flex;
      align-items: flex-start;
      gap: 0.65rem;
      font-size: 0.86rem;
    }
    .landing-footer-legacy-disabled__contact-icon {
      flex: 0 0 1.75rem;
      width: 1.75rem;
      height: 1.75rem;
      border-radius: 0.45rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(36, 132, 84, 0.35);
      border: 1px solid rgba(201, 162, 39, 0.22);
      color: #e8f5ee;
      margin-top: 0.05rem;
    }
    .landing-footer-legacy-disabled__contact-icon svg {
      width: 0.9rem;
      height: 0.9rem;
      fill: currentColor;
    }
    .landing-footer-legacy-disabled__contact-label {
      display: block;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(201, 162, 39, 0.9);
      margin-bottom: 0.1rem;
    }
    .landing-footer-legacy-disabled__contact-row a {
      color: rgba(255, 255, 255, 0.9);
      word-break: break-word;
    }
    .landing-footer-legacy-disabled__social {
      display: flex;
      flex-wrap: wrap;
      gap: 0.55rem;
      margin-top: 1.5rem;
    }
    .landing-footer-legacy-disabled__social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.12);
      color: #fff !important;
      transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }
    .landing-footer-legacy-disabled__social a:hover {
      background: #1b7347;
      border-color: rgba(201, 162, 39, 0.55);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
    }
    .landing-footer-legacy-disabled__social a:focus-visible {
      outline: 2px solid #c9a227;
      outline-offset: 3px;
    }
    .landing-footer-legacy-disabled__social svg {
      width: 1rem;
      height: 1rem;
      fill: currentColor;
    }
    .landing-footer-legacy-disabled__col-title {
      color: #fff;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }
    .landing-footer-legacy-disabled__links {
      display: flex;
      flex-direction: column;
      gap: 0.55rem;
    }
    .landing-footer-legacy-disabled__links a {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.72);
    }
    .landing-footer-legacy-disabled__links a:hover { color: #fff; }
    .landing-footer-legacy-disabled__programme {
      display: flex;
      flex-direction: column;
      gap: 0.45rem;
      font-size: 0.86rem;
      color: rgba(255, 255, 255, 0.58);
    }
    .landing-footer-legacy-disabled__programme strong {
      color: rgba(255, 255, 255, 0.88);
      font-weight: 600;
    }
    .landing-footer-legacy-disabled__bar {
      margin-top: 3rem;
      padding: 1.1rem 0 1.25rem;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      font-size: 0.78rem;
      color: rgba(255, 255, 255, 0.48);
    }
    .landing-footer-legacy-disabled__bar-inner {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem 1.5rem;
      align-items: center;
      justify-content: space-between;
    }
    .landing-footer-legacy-disabled__bar-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.85rem 1.25rem;
    }
    .landing-footer-legacy-disabled__bar-links a {
      color: rgba(255, 255, 255, 0.55);
      font-size: 0.78rem;
    }
    .landing-footer-legacy-disabled__bar-links a:hover { color: #fff; }
    @media (max-width: 767.98px) {
      .landing-footer-legacy-disabled { padding-top: 3rem; }
      .landing-footer-legacy-disabled__bar-inner {
        flex-direction: column;
        align-items: flex-start;
      }
    }


    @media (max-width: 767.98px) {
      .lp-hero { padding: 3rem 0 2.5rem; }
      .lp-section { padding: 2.75rem 0; }
    }

    .lp-sponsors {
      padding: 3.5rem 0 3.75rem;
      background: var(--ptsea-bg);
    }
    .lp-sponsors .lp-section__head { margin-bottom: 2rem; }
    .lp-sponsor-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      align-items: stretch;
    }
    @media (min-width: 576px) {
      .lp-sponsor-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
    }
    @media (min-width: 992px) {
      .lp-sponsor-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    }
    @media (min-width: 1200px) {
      .lp-sponsor-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    }
    .lp-sponsor {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      min-height: 7.5rem;
      padding: 1.25rem 1rem;
      background: var(--ptsea-surface);
      border: 1px solid var(--ptsea-border);
      border-radius: 0.85rem;
      text-decoration: none;
      color: var(--ptsea-text);
      transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    }
    .lp-sponsor:hover {
      border-color: color-mix(in srgb, var(--ptsea-green) 40%, var(--ptsea-border));
      box-shadow: var(--ptsea-shadow-md);
      transform: translateY(-2px);
      color: var(--ptsea-text);
      text-decoration: none;
    }
    .lp-sponsor__logo {
      max-height: 52px;
      max-width: 100%;
      width: auto;
      object-fit: contain;
      filter: grayscale(0.15);
      opacity: 0.92;
      transition: filter 0.2s, opacity 0.2s;
    }
    .lp-sponsor:hover .lp-sponsor__logo {
      filter: none;
      opacity: 1;
    }
    .lp-sponsor__name {
      margin-top: 0.65rem;
      font-size: 0.78rem;
      font-weight: 600;
      color: var(--ptsea-text-muted);
      line-height: 1.3;
    }
    .lp-sponsor__caption {
      font-size: 0.7rem;
      color: var(--ptsea-text-muted);
      margin-top: 0.2rem;
      opacity: 0.9;
    }

    .lp-sponsor-tier {
      margin-bottom: 2rem;
    }
    .lp-sponsor-tier:last-child { margin-bottom: 0; }
    .lp-sponsor-tier__head {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 1rem;
    }
    .lp-sponsor-tier__badge {
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ptsea-green-deep);
      background: var(--ptsea-green-soft);
      border: 1px solid color-mix(in srgb, var(--ptsea-green) 22%, transparent);
      padding: 0.28rem 0.7rem;
      border-radius: 999px;
    }
    .lp-sponsor-tier__rule {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, var(--ptsea-border), transparent);
    }
    .lp-sponsor-tier--featured .lp-sponsor {
      min-height: 8.5rem;
      border-color: color-mix(in srgb, var(--ptsea-gold) 35%, var(--ptsea-border));
      background:
        linear-gradient(180deg, color-mix(in srgb, var(--ptsea-gold) 6%, var(--ptsea-surface)), var(--ptsea-surface));
    }
    .lp-sponsor-tier--featured .lp-sponsor__logo {
      max-height: 72px;
    }
  
    /* â€”â€” Institutional partners (logo strip) â€”â€” */
    .lp-sponsors {
      padding: 3.25rem 0 3.5rem;
      background:
        linear-gradient(180deg, rgba(36, 132, 84, 0.04) 0%, transparent 40%),
        var(--ptsea-bg, #f4f7f5);
      border-top: 1px solid var(--ptsea-border, #e5ebe7);
      border-bottom: 1px solid var(--ptsea-border, #e5ebe7);
    }
    .lp-sponsors .lp-section__head {
      margin-bottom: 1.75rem;
      text-align: center;
    }
    .lp-sponsors .lp-section__eyebrow {
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #248454;
      margin-bottom: 0.4rem;
    }
    .lp-sponsors .lp-section__head.text-center .lp-rule {
      margin-left: auto;
      margin-right: auto;
    }
    .lp-section__title {
      font-size: 1.35rem;
      font-weight: 700;
      margin: 0;
      color: var(--ptsea-ink, #0f2418);
    }
    .lp-sponsors .lp-section__intro {
      max-width: 36rem;
      margin: 0.5rem auto 0;
      color: var(--ptsea-text-muted, #5a6b60);
      font-size: 0.95rem;
    }
    /* .lp-sponsor-strip breakpoints â†’ static/css/ptsea.css */
    .lp-sponsor-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 5.5rem;
      padding: 1rem 0.75rem;
      background: #fff;
      border: 1px solid rgba(15, 36, 24, 0.08);
      border-radius: 12px;
      text-decoration: none;
      color: inherit;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
      box-shadow: 0 1px 2px rgba(15, 36, 24, 0.03);
    }
    .lp-sponsor-logo:hover {
      border-color: rgba(36, 132, 84, 0.35);
      box-shadow: 0 8px 24px rgba(15, 36, 24, 0.06);
      transform: translateY(-2px);
    }
    .lp-sponsor-logo img {
      max-height: 48px;
      max-width: 100%;
      width: auto;
      object-fit: contain;
      filter: grayscale(100%);
      opacity: 0.85;
      transition: filter 0.25s ease, opacity 0.25s ease;
    }
    .lp-sponsor-logo:hover img {
      filter: grayscale(0%);
      opacity: 1;
    }
    .lp-sponsor-monogram {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.25rem;
      min-height: 48px;
    }
    .lp-sponsor-monogram__mark {
      font-size: 0.95rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      color: #1a6b42;
      line-height: 1.1;
    }
    .lp-sponsor-monogram__rule {
      width: 1.5rem;
      height: 2px;
      background: rgba(201, 162, 39, 0.7);
      border-radius: 1px;
    }
    [data-bs-theme="dark"] .lp-sponsor-logo {
      background: color-mix(in srgb, var(--ptsea-surface) 100%, #000);
      border-color: rgba(255,255,255,0.08);
    }
    [data-bs-theme="dark"] .lp-sponsor-logo img {
      filter: grayscale(100%) brightness(1.15);
      opacity: 0.9;
    }
    [data-bs-theme="dark"] .lp-sponsor-logo:hover img {
      filter: grayscale(0%) brightness(1);
      opacity: 1;
    }

  
    /* ===== Grid alignment fix (categories / cycle / process) ===== */
    #categories .lp-pillars,
    .lp-pillars {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 1.35rem !important;
      width: 100% !important;
      max-width: 72rem !important;
      margin-left: auto !important;
      margin-right: auto !important;
      justify-items: stretch !important;
    }
    @media (min-width: 768px) {
      #categories .lp-pillars,
      .lp-pillars {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      }
    }
    #categories .lp-pillar,
    .lp-pillars > .lp-pillar {
      width: 100% !important;
      max-width: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      float: none !important;
    }
    .lp-pillar__visual {
      margin-left: auto;
      margin-right: auto;
    }

    .lp-cycle .container {
      display: block;
      width: 100%;
    }
    .lp-cycle .lp-section__head {
      text-align: center !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .lp-cycle .lp-section__intro {
      display: block;
      width: 100%;
      max-width: 36rem;
      margin-left: auto !important;
      margin-right: auto !important;
      text-align: center !important;
    }
    .lp-timeline {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      width: 100% !important;
      max-width: 56rem !important;
      margin: 1.75rem auto 0 !important;
      padding: 0 !important;
      float: none !important;
      justify-items: center !important;
    }
    @media (min-width: 768px) {
      .lp-timeline {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
      }
    }
    .lp-timeline__step {
      width: 100% !important;
      text-align: center !important;
      float: none !important;
    }

    .lp-process .lp-section__head {
      text-align: center !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .lp-process__grid {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 1.15rem !important;
      width: 100% !important;
      max-width: 72rem !important;
      margin-left: auto !important;
      margin-right: auto !important;
      justify-items: stretch !important;
    }
    @media (min-width: 768px) {
      .lp-process__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      }
    }
    .lp-process__grid > .lp-step {
      width: 100% !important;
      max-width: none !important;
      float: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

  
    /* ===== Alignment with FME eLearner design language ===== */
    :root, .lp-page, body {
      --primary: #248454;
      --primary-dark: #1a6a3f;
      --lp-green: #248454;
      --lp-green-deep: #1a6a3f;
      --lp-gold: #c9a227;
    }

    /* Hero CTA buttons â€” eLearner-style lift */
    .lp-hero .btn-ptsea,
    .btn-ptsea {
      border-radius: 10px !important;
      font-weight: 800 !important;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
    }
    .lp-hero .btn-ptsea:hover,
    .btn-ptsea:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
      background-color: var(--primary-dark) !important;
      border-color: var(--primary-dark) !important;
    }
    .lp-hero .btn-ptsea-outline {
      border-radius: 10px !important;
      font-weight: 600 !important;
      transition: all 0.3s ease;
    }
    .lp-hero .btn-ptsea-outline:hover {
      transform: translateY(-2px);
    }

    /* Feature / category icons â€” eLearner scale */
    .lp-pillar__visual {
      width: 4rem !important;
      height: 4rem !important;
      border-radius: 1rem !important;
      margin: 0 auto 1.15rem !important;
    }
    .lp-pillar__visual .lp-icon {
      width: 2.5rem !important;
      height: 2.5rem !important;
      color: var(--primary) !important;
    }
    .lp-pillar {
      text-align: center !important;
    }
    .lp-pillar__meta {
      text-align: left !important;
    }
    .lp-pillar__meta li {
      justify-content: flex-start !important;
    }

    .lp-step__icon-wrap {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .lp-step {
      text-align: center !important;
    }
    .lp-step p {
      text-align: left !important;
    }
    .lp-step__num {
      left: auto !important;
      right: 1rem !important;
    }

    /* Footer â€” eLearner pattern: dark bar, contact, circular socials */
    .landing-footer-legacy-disabled {
      background: #212529 !important;
      border-top: none !important;
      color: rgba(255, 255, 255, 0.75) !important;
      padding: 2rem 0 0 !important;
    }
    .landing-footer-legacy-disabled a {
      color: rgba(255, 255, 255, 0.85) !important;
    }
    .landing-footer-legacy-disabled a:hover {
      color: #fff !important;
    }
    .landing-footer-legacy-disabled__org {
      color: #fff !important;
      font-weight: 600;
    }
    .landing-footer-legacy-disabled__address {
      color: rgba(255, 255, 255, 0.55) !important;
    }
    .landing-footer-legacy-disabled__contact-label {
      color: rgba(201, 162, 39, 0.95) !important;
    }
    .landing-footer-legacy-disabled__contact-icon {
      background: rgba(36, 132, 84, 0.35) !important;
      border-color: rgba(36, 132, 84, 0.5) !important;
    }
    .landing-footer-legacy-disabled__col-title {
      color: #fff !important;
      letter-spacing: 0.08em;
    }
    .landing-footer-legacy-disabled__social {
      gap: 0.75rem !important;
    }
    .landing-footer-legacy-disabled__social a {
      width: 40px !important;
      height: 40px !important;
      border-radius: 50% !important;
      background-color: #333 !important;
      border: none !important;
      color: #fff !important;
      box-shadow: none !important;
    }
    .landing-footer-legacy-disabled__social a:hover {
      background-color: #1d6f4a !important;
      color: #fff !important;
      transform: none !important;
      box-shadow: none !important;
    }
    .landing-footer-legacy-disabled__social svg {
      width: 1rem !important;
      height: 1rem !important;
    }
    .landing-footer-legacy-disabled__bar {
      margin-top: 1.75rem !important;
      padding: 1rem 0 1.15rem !important;
      border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
      background: transparent !important;
    }
    .landing-footer-legacy-disabled__bar-links a {
      color: rgba(255, 255, 255, 0.55) !important;
    }
    .landing-footer-legacy-disabled__bar-links a:hover {
      color: var(--primary) !important;
    }

    /* Soften gold rule to match eLearner green-first brand, keep gold accent */
    .lp-rule span {
      background: linear-gradient(90deg, var(--primary), rgba(36, 132, 84, 0.2)) !important;
    }
    .lp-rule i {
      background: var(--primary) !important;
    }

  
    /* Footer layout â€” balanced, not left-floated */
    .landing-footer-legacy-disabled .container {
      width: 100%;
      max-width: 1140px;
      margin-left: auto !important;
      margin-right: auto !important;
      float: none !important;
    }
    .landing-footer-legacy-disabled__row {
      align-items: flex-start;
      justify-content: space-between;
    }
    .landing-footer-legacy-disabled__row > [class*="col-"] {
      float: none !important;
    }
    .landing-footer-legacy-disabled__address {
      white-space: pre-line;
      margin: 0;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.7);
      font-size: 0.9rem;
    }
    .landing-footer-legacy-disabled__links {
      display: flex;
      flex-direction: column;
      gap: 0.55rem;
    }
    @media (min-width: 768px) {
      .landing-footer-legacy-disabled__links {
        align-items: flex-end;
        text-align: right;
      }
      .landing-footer-legacy-disabled__col-title {
        text-align: right;
      }
    }
    .landing-footer-legacy-disabled__bar-inner {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem 1.5rem;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }

  
    /* ===== PTSEA landing-page design system ===== */
    .lp-page, body.lp-page, body {
      --nesri-green: #1a6b3c;
      --nesri-green-dark: #0a4a2a;
      --nesri-green-deep: #0d3d22;
      --nesri-green-light: #4caf78;
      --nesri-gold: #d4a017;
      --nesri-gold-light: #f5e199;
      --lp-green: #248454;
      --lp-green-deep: #1a6b3c;
      --lp-gold: #d4a017;
      --lp-ink: #0a2e1a;
      font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
      color: #14241c;
      background: #fafbfa;
    }
    .lp-page h1, .lp-page h2, .lp-page h3,
    .lp-hero h1, .lp-section__title {
      font-family: Merriweather, Georgia, serif;
      letter-spacing: -0.02em;
    }

    /* Nav chrome: includes/public_nav.html */

    /* Hero â€” deep green gradient field */
    .lp-hero {
      position: relative;
      padding: 4.5rem 0 4rem !important;
      background: #0a2e1a !important;
      color: #fff !important;
      border-bottom: none !important;
      overflow: hidden;
    }
    .lp-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
      background-size: 48px 48px;
      pointer-events: none;
      opacity: 0.5;
    }
    .lp-hero .container { position: relative; z-index: 1; }
    .lp-hero .lp-eyebrow {
      color: var(--nesri-gold-light) !important;
      font-family: Inter, sans-serif;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-size: 0.72rem;
    }
    .lp-hero h1 {
      color: #fff !important;
      font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3rem) !important;
      font-weight: 700 !important;
      max-width: 18ch;
      line-height: 1.15 !important;
    }
    .lp-hero__tagline {
      color: rgba(255, 255, 255, 0.92) !important;
      font-family: Inter, sans-serif !important;
      font-weight: 600 !important;
    }
    .lp-hero .lead {
      color: rgba(255, 255, 255, 0.72) !important;
      max-width: 36rem;
    }
    .lp-hero .lp-rule span {
      background: linear-gradient(90deg, var(--nesri-gold), rgba(212,160,23,0.2)) !important;
    }
    .lp-hero .lp-rule i { background: var(--nesri-gold) !important; }
    .lp-hero .btn-ptsea {
      background: var(--nesri-gold) !important;
      border-color: var(--nesri-gold) !important;
      color: #0a2e1a !important;
      font-weight: 700 !important;
      border-radius: 0.5rem !important;
      box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    }
    .lp-hero .btn-ptsea:hover {
      background: #e0b12a !important;
      transform: translateY(-2px);
    }
    .lp-hero .btn-ptsea-outline {
      border: 1.5px solid rgba(255,255,255,0.55) !important;
      color: #fff !important;
      background: transparent !important;
      border-radius: 0.5rem !important;
    }
    .lp-hero .btn-ptsea-outline:hover {
      background: rgba(255,255,255,0.08) !important;
      border-color: #fff !important;
    }

    /* Section headings */
    .lp-section {
      padding: 4.5rem 0 !important;
    }
    .lp-section__title,
    #about-title, #process-title {
      font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem) !important;
      font-weight: 700 !important;
      color: var(--lp-ink) !important;
    }
    .lp-section__eyebrow, .lp-eyebrow {
      font-family: Inter, sans-serif;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--nesri-green) !important;
    }
    .lp-rule span {
      background: linear-gradient(90deg, var(--nesri-gold), rgba(212,160,23,0.15)) !important;
    }
    .lp-rule i { background: var(--nesri-gold) !important; }

    /* Numbered pillar cards */
    .lp-pillars {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 1.25rem !important;
      max-width: 72rem !important;
      margin: 0 auto !important;
    }
    @media (min-width: 768px) {
      .lp-pillars { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    }
    .lp-pillar {
      text-align: left !important;
      padding: 1.75rem 1.5rem !important;
      border-radius: 1rem !important;
      border: 1px solid rgba(26, 107, 60, 0.12) !important;
      background: #fff !important;
      box-shadow: 0 4px 24px rgba(10, 46, 26, 0.04) !important;
      transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }
    .lp-pillar:hover {
      border-color: rgba(212, 160, 23, 0.45) !important;
      box-shadow: 0 12px 36px rgba(10, 46, 26, 0.08) !important;
      transform: translateY(-4px);
    }
    .lp-pillar::before {
      background: linear-gradient(90deg, var(--nesri-green), var(--nesri-gold)) !important;
      height: 3px !important;
    }
    .lp-pillar__num {
      font-family: Inter, sans-serif !important;
      font-size: 0.72rem !important;
      font-weight: 600 !important;
      letter-spacing: 0.12em !important;
      color: var(--nesri-gold) !important;
      margin-bottom: 0.75rem !important;
    }
    .lp-pillar h3 {
      font-family: Merriweather, Georgia, serif !important;
      font-size: 1.2rem !important;
      color: var(--lp-ink) !important;
      margin-bottom: 0.6rem !important;
    }
    .lp-pillar p {
      color: #4a5c52 !important;
      font-size: 0.92rem !important;
      line-height: 1.6 !important;
    }
    .lp-pillar__visual {
      margin: 0 0 1rem 0 !important;
      background: linear-gradient(145deg, rgba(26,107,60,0.1), rgba(212,160,23,0.08)) !important;
      border-color: rgba(26,107,60,0.12) !important;
    }
    .lp-pillar__visual .lp-icon { color: var(--nesri-green) !important; }

    /* Award cycle â€” institutional milestone track */
    .lp-cycle {
      background: linear-gradient(180deg, #f3f8f5 0%, #e8f2ec 100%) !important;
      border-top: 1px solid rgba(26, 107, 60, 0.08) !important;
      border-bottom: 1px solid rgba(26, 107, 60, 0.08) !important;
      padding: 3.75rem 0 4rem !important;
    }
    .lp-cycle__subtitle {
      margin: 0.85rem 0 0;
      font-size: 0.95rem;
      color: #5c6f66;
      font-weight: 500;
    }
    .lp-cycle-track {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.75rem;
      max-width: 56rem;
      margin: 0 auto;
      position: relative;
    }
    @media (min-width: 768px) {
      .lp-cycle-track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        align-items: start;
      }
    }
    .lp-cycle-mile {
      position: relative;
      text-align: center;
      padding: 0 0.5rem;
    }
    .lp-cycle-mile__node {
      width: 2.75rem;
      height: 2.75rem;
      margin: 0 auto 0.9rem;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #fff;
      border: 2px solid rgba(26, 107, 60, 0.28);
      color: #1a6b3c;
      font-weight: 800;
      font-size: 0.95rem;
      position: relative;
      z-index: 2;
      box-shadow: 0 6px 16px rgba(10, 46, 26, 0.06);
    }
    .lp-cycle-mile.is-done .lp-cycle-mile__node {
      background: #1a6b3c;
      border-color: #1a6b3c;
      color: #fff;
    }
    .lp-cycle-mile.is-current .lp-cycle-mile__node {
      background: #d4a017;
      border-color: #d4a017;
      color: #0a2e1a;
      box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.22);
    }
    .lp-cycle-mile__connector {
      display: none;
    }
    @media (min-width: 768px) {
      .lp-cycle-mile__connector {
        display: block;
        position: absolute;
        top: 1.35rem;
        left: calc(50% + 1.4rem);
        width: calc(100% - 2.8rem);
        height: 2px;
        background: rgba(26, 107, 60, 0.18);
        z-index: 1;
      }
      .lp-cycle-mile.is-done .lp-cycle-mile__connector {
        background: #1a6b3c;
      }
    }
    .lp-cycle-mile__label {
      font-family: Merriweather, Georgia, serif;
      font-size: 1.05rem;
      font-weight: 700;
      color: #0a2e1a;
      margin-bottom: 0.2rem;
    }
    .lp-cycle-mile__hint {
      font-size: 0.82rem;
      color: #5c6f66;
      margin-bottom: 0.55rem;
    }
    .lp-cycle-mile__date {
      display: inline-block;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      color: #1a6b3c;
      padding: 0.28rem 0.6rem;
      border-radius: 0.4rem;
      background: rgba(26, 107, 60, 0.08);
      border: 1px solid rgba(26, 107, 60, 0.12);
    }
    .lp-cycle-mile.is-current .lp-cycle-mile__date {
      background: rgba(212, 160, 23, 0.16);
      border-color: rgba(212, 160, 23, 0.35);
      color: #8a6a10;
    }
    .lp-cycle-mile__flag {
      margin-top: 0.5rem;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #8a6a10;
    }
    .lp-cycle-mile__flag.is-done {
      color: #1a6b3c;
    }
    .lp-timeline__icon {
      border-color: rgba(26, 107, 60, 0.15) !important;
      color: var(--nesri-green) !important;
    }
    .lp-timeline__step.is-done .lp-timeline__icon {
      background: var(--nesri-green) !important;
      border-color: var(--nesri-green) !important;
      color: #fff !important;
    }
    .lp-timeline__step.is-current .lp-timeline__icon {
      background: var(--nesri-gold) !important;
      border-color: var(--nesri-gold) !important;
      color: #0a2e1a !important;
    }
    .lp-timeline__label {
      font-family: Inter, sans-serif !important;
      font-weight: 700 !important;
      color: var(--lp-ink) !important;
    }

    /* Process steps */
    .lp-step {
      border: 1px solid rgba(26, 107, 60, 0.12) !important;
      border-radius: 1rem !important;
      background: #fff !important;
      text-align: left !important;
    }
    .lp-step:hover {
      border-color: rgba(212, 160, 23, 0.4) !important;
    }
    .lp-step__num {
      background: linear-gradient(145deg, var(--nesri-green), var(--nesri-green-dark)) !important;
    }
    .lp-step h3 {
      font-family: Merriweather, Georgia, serif !important;
      color: var(--lp-ink) !important;
    }
    .lp-step__icon-wrap {
      margin-left: 0 !important;
      color: var(--nesri-green) !important;
    }

    /* Assurance cards */
/* assurances restyled as trust cards */

    /* Footer stays dark institutional */
    .landing-footer-legacy-disabled {
      background: #0a2e1a !important;
    }
    .landing-footer-legacy-disabled__social a:hover {
      background-color: var(--nesri-green) !important;
    }

  
    /* Hero: tall band, green veil, photo visible but tinted */
    .lp-hero {
      position: relative !important;
      isolation: isolate;
      overflow: hidden !important;
      min-height: min(88vh, 52rem) !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      padding: 5.5rem 0 4.5rem !important;
      background-color: #0a2e1a !important;
      background-image: none !important;
      color: #fff !important;
    }
    @media (min-width: 992px) {
      .lp-hero {
        min-height: min(90vh, 56rem) !important;
        padding: 6.5rem 0 5rem !important;
      }
    }
    .lp-hero__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      overflow: hidden;
    }
    .lp-hero__bg-slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center right;
      opacity: 0;
      transform: scale(1.04);
      transition: opacity 1.1s ease, transform 6s ease;
    }
    .lp-hero__bg-slide.is-active {
      opacity: 0.9;
      transform: scale(1.0);
      z-index: 1;
    }
    /* Hero carousel controls */
    .lp-hero__controls {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 1.35rem;
      z-index: 6;
      pointer-events: none;
    }
    @media (min-width: 992px) {
      .lp-hero__controls {
        bottom: 1.75rem;
      }
    }
    /* Match Bootstrap .container horizontal edges used by hero copy/glass */
    .lp-hero__controls-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      pointer-events: none;
    }
    .lp-hero__controls-left,
    .lp-hero__controls-right {
      pointer-events: auto;
      display: flex;
      align-items: center;
      gap: 0.55rem;
    }
    .lp-hero__nav-btn {
      width: 2.35rem;
      height: 2.35rem;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.35);
      background: rgba(10, 40, 24, 0.35);
      color: #fff;
      display: grid;
      place-items: center;
      cursor: pointer;
      backdrop-filter: blur(8px);
      transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    }
    .lp-hero__nav-btn:hover {
      background: rgba(255, 255, 255, 0.16);
      border-color: rgba(255, 255, 255, 0.55);
      transform: translateY(-1px);
    }
    .lp-hero__nav-btn:focus-visible {
      outline: 2px solid #d4a017;
      outline-offset: 2px;
    }
    .lp-hero__nav-btn svg {
      width: 1rem;
      height: 1rem;
    }
    .lp-hero__dots {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      margin-left: 0.35rem;
    }
    .lp-hero__dot {
      width: 0.45rem;
      height: 0.45rem;
      border-radius: 999px;
      border: none;
      padding: 0;
      background: rgba(255, 255, 255, 0.35);
      cursor: pointer;
      transition: width 0.25s ease, background 0.2s ease;
    }
    .lp-hero__dot.is-active {
      width: 1.35rem;
      background: #fff;
    }
    .lp-hero__counter {
      font-size: 0.78rem;
      font-weight: 650;
      letter-spacing: 0.06em;
      color: rgba(255, 255, 255, 0.88);
      font-variant-numeric: tabular-nums;
      background: rgba(10, 40, 24, 0.3);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 999px;
      padding: 0.28rem 0.7rem;
      backdrop-filter: blur(8px);
    }
    .lp-hero__counter strong {
      font-weight: 800;
      color: #fff;
    }
    /* Hero veil: deep green left â†’ medium green right (never fully clear) */
    .lp-hero__veil {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        linear-gradient(
          105deg,
          rgba(6, 28, 16, 0.97) 0%,
          rgba(10, 46, 26, 0.92) 28%,
          rgba(13, 61, 34, 0.78) 52%,
          rgba(26, 107, 60, 0.62) 72%,
          rgba(26, 107, 60, 0.48) 100%
        ) !important;
    }
    @media (max-width: 767.98px) {
      .lp-hero__bg-slide {
        /* Keep the centre-right subject of the landscape image in the phone crop. */
        background-size: 92% auto;
        background-position: right top;
        background-repeat: no-repeat;
        transform: scale(1.01);
      }
      .lp-hero__bg-slide.is-active {
        opacity: 0.96;
        transform: scale(1);
      }
      .lp-hero__veil {
        /* A vertical veil preserves text contrast without obscuring the photograph. */
        background: linear-gradient(
          180deg,
          rgba(6, 28, 16, 0.80) 0%,
          rgba(10, 46, 26, 0.66) 46%,
          rgba(6, 28, 16, 0.88) 100%
        ) !important;
      }
    }
    .lp-hero .container {
      position: relative;
      z-index: 4;
      width: 100%;
    }
    @media (prefers-reduced-motion: reduce) {
      .lp-hero__bg-slide {
        transition: opacity 0.3s ease !important;
      }
    }

    .lp-hero.ptsea-parallax-root,
    header.lp-hero {
      background-color: #0a2e1a !important;
      background-image: none !important;
    }

    /* Hero components */
    .lp-hero__layout {
      display: grid;
      gap: 2rem 2.5rem;
      align-items: center;
    }
    @media (min-width: 992px) {
      .lp-hero__layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        gap: 3rem;
      }
    }
    .lp-hero__pill {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.35rem 0.85rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: rgba(255, 255, 255, 0.92);
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      margin-bottom: 0.75rem;
      backdrop-filter: blur(8px);
    }
    .lp-hero__copy .lp-eyebrow {
      display: block !important;
      width: 100%;
      clear: both;
      margin-top: 0 !important;
      margin-bottom: 0.85rem !important;
    }
    .lp-hero__pill-dot {
      width: 0.45rem;
      height: 0.45rem;
      border-radius: 50%;
      background: #7dcea0;
      box-shadow: 0 0 0 3px rgba(125, 206, 160, 0.25);
    }
    .lp-hero .lp-eyebrow {
      color: rgba(245, 225, 153, 0.95) !important;
      font-size: 0.72rem !important;
      font-weight: 600 !important;
      letter-spacing: 0.16em !important;
      margin-bottom: 0.85rem !important;
    }
    .lp-hero h1,
    .lp-hero .lp-hero-title {
      color: #fff !important;
      max-width: 14ch !important;
      font-size: clamp(2.15rem, 1.5rem + 2.8vw, 3.35rem) !important;
      font-weight: 800 !important;
      line-height: 1.08 !important;
      letter-spacing: -0.03em !important;
      margin-bottom: 1rem !important;
    }
    .lp-hero-title__accent {
      color: #8fd4a8 !important;
      text-shadow: none !important;
    }
    .lp-hero .lp-rule span {
      background: linear-gradient(90deg, #d4a017, rgba(212, 160, 23, 0.2)) !important;
    }
    .lp-hero .lp-rule i {
      background: #d4a017 !important;
    }
    .lp-hero .lead {
      color: rgba(255, 255, 255, 0.82) !important;
      max-width: 34rem !important;
      font-size: 1.05rem !important;
      line-height: 1.65 !important;
      margin-bottom: 1.75rem !important;
    }
    .lp-hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
    }
    .lp-hero .btn-hero-primary {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      min-height: 3rem;
      padding: 0.65rem 1.35rem;
      border-radius: 0.55rem;
      background: #fff !important;
      color: #0a2e1a !important;
      font-weight: 700 !important;
      font-size: 0.95rem;
      border: none !important;
      text-decoration: none !important;
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .lp-hero .btn-hero-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
      color: #0a2e1a !important;
    }
    .lp-hero .btn-hero-ghost {
      display: inline-flex;
      align-items: center;
      min-height: 3rem;
      padding: 0.65rem 1.25rem;
      border-radius: 0.55rem;
      background: transparent !important;
      color: #fff !important;
      font-weight: 650 !important;
      font-size: 0.95rem;
      border: 1.5px solid rgba(255, 255, 255, 0.45) !important;
      text-decoration: none !important;
      transition: background 0.2s ease, border-color 0.2s ease;
    }
    .lp-hero .btn-hero-ghost:hover {
      background: rgba(255, 255, 255, 0.1) !important;
      border-color: rgba(255, 255, 255, 0.7) !important;
      color: #fff !important;
    }
    .lp-hero__glass {
      background: rgba(10, 40, 24, 0.45);
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 1.1rem;
      padding: 1.35rem 1.4rem 1.45rem;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
      max-width: 24rem;
      margin-left: auto;
    }
    @media (max-width: 991.98px) {
      .lp-hero__glass { margin-left: 0; max-width: 100%; }
    }
    .lp-hero__glass-label {
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(245, 225, 153, 0.9);
      margin-bottom: 0.85rem;
      padding-bottom: 0.65rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .lp-hero__glass-quote {
      font-family: Merriweather, Georgia, serif;
      font-size: 1.02rem;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.92);
      margin: 0 0 0.75rem;
    }
    .lp-hero__glass-meta {
      font-size: 0.8rem;
      font-weight: 600;
      color: rgba(143, 212, 168, 0.95);
      margin: 0;
    }
    .lp-hero__glass-stats {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.85rem;
      margin-top: 1.15rem;
    }
    .lp-hero__stat {
      padding: 0.7rem 0.75rem;
      border-radius: 0.65rem;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }
    .lp-hero__stat-value {
      display: block;
      font-size: 1.6rem;
      font-weight: 600;
      color: #f0d78c;
      letter-spacing: -0.02em;
    }
    .lp-hero__stat-label {
      display: block;
      font-size: 0.7rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.72);
      margin-top: 0.15rem;
    }

  
    /* Trust cards â€” same language as Award Categories (no dark green band) */
    .lp-trust-cards {
      background: #fafbfa !important;
      border: none !important;
      padding: 4.5rem 0 !important;
    }
    .lp-assurances,
    section.lp-assurances {
      background: #fafbfa !important;
      border: none !important;
      color: inherit !important;
    }
    .lp-trust-grid {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 1.25rem !important;
      max-width: 72rem !important;
      margin: 0 auto !important;
    }
    @media (min-width: 768px) {
      .lp-trust-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      }
    }
    .lp-trust-cards .lp-pillar {
      height: 100%;
    }
    .lp-trust-cards .lp-assurances__item,
    .lp-assurances__item {
      color: inherit !important;
    }
    .lp-assurances__item strong,
    .lp-assurances__item span {
      color: inherit !important;
    }

  
    /* Outstanding card system â€” categories + trust */
    .lp-pillar {
      position: relative;
      display: flex;
      flex-direction: column;
      padding: 1.85rem 1.55rem 1.65rem !important;
      border-radius: 1.15rem !important;
      border: 1px solid rgba(26, 107, 60, 0.1) !important;
      background:
        linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,251,248,1) 100%) !important;
      box-shadow:
        0 1px 0 rgba(255,255,255,0.9) inset,
        0 10px 28px rgba(10, 46, 26, 0.05) !important;
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
      overflow: hidden;
    }
    .lp-pillar::before {
      content: "";
      position: absolute;
      left: 0; right: 0; top: 0;
      height: 3px !important;
      background: linear-gradient(90deg, #1a6b3c, #d4a017) !important;
      opacity: 1;
    }
    .lp-pillar::after {
      content: "";
      position: absolute;
      right: -20%;
      top: -30%;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(212,160,23,0.08), transparent 70%);
      pointer-events: none;
    }
    .lp-pillar:hover {
      transform: translateY(-6px);
      border-color: rgba(212, 160, 23, 0.4) !important;
      box-shadow:
        0 1px 0 rgba(255,255,255,0.95) inset,
        0 18px 40px rgba(10, 46, 26, 0.1) !important;
    }
    .lp-pillar__visual {
      width: 3.5rem !important;
      height: 3.5rem !important;
      border-radius: 0.95rem !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      margin: 0 0 1.15rem 0 !important;
      background:
        radial-gradient(circle at 30% 25%, rgba(212,160,23,0.18), transparent 55%),
        linear-gradient(145deg, rgba(26,107,60,0.12), rgba(26,107,60,0.04)) !important;
      border: 1px solid rgba(26, 107, 60, 0.12) !important;
      box-shadow: 0 6px 14px rgba(26, 107, 60, 0.08);
    }
    .lp-pillar__visual .lp-icon {
      width: 1.85rem !important;
      height: 1.85rem !important;
      color: #1a6b3c !important;
    }
    .lp-pillar__num {
      font-family: Inter, system-ui, sans-serif !important;
      font-size: 0.68rem !important;
      font-weight: 800 !important;
      letter-spacing: 0.14em !important;
      text-transform: uppercase !important;
      color: #d4a017 !important;
      margin-bottom: 0.55rem !important;
    }
    .lp-pillar h3 {
      font-family: Merriweather, Georgia, serif !important;
      font-size: 1.15rem !important;
      font-weight: 700 !important;
      color: #0a2e1a !important;
      margin: 0 0 0.55rem !important;
      line-height: 1.3 !important;
    }
    .lp-pillar p {
      margin: 0 !important;
      font-size: 0.92rem !important;
      line-height: 1.6 !important;
      color: #4a5c52 !important;
      flex: 1;
    }
    .lp-pillar__meta {
      margin-top: 1rem !important;
      padding-top: 0.85rem;
      border-top: 1px solid rgba(26, 107, 60, 0.08);
    }
    .lp-trust-cards .lp-pillar,
    #categories .lp-pillar {
      min-height: 100%;
    }

  
    /* How the Award works â€” outstanding process cards */
    .lp-process {
      background: #fff !important;
    }
    .lp-process__grid {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 1.35rem !important;
      max-width: 72rem !important;
      margin: 0 auto !important;
      position: relative;
      z-index: 1;
    }
    @media (min-width: 768px) {
      .lp-process__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 1.5rem !important;
      }
    }
    .lp-process-card {
      position: relative;
      height: 100%;
      padding: 1.75rem 1.5rem 1.7rem;
      border-radius: 1.15rem;
      border: 1px solid rgba(26, 107, 60, 0.1);
      background:
        linear-gradient(165deg, #ffffff 0%, #f6faf7 100%);
      box-shadow:
        0 1px 0 rgba(255,255,255,0.9) inset,
        0 12px 32px rgba(10, 46, 26, 0.05);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
      overflow: hidden;
    }
    .lp-process-card::before {
      content: "";
      position: absolute;
      left: 0; right: 0; top: 0;
      height: 3px;
      background: linear-gradient(90deg, #1a6b3c, #d4a017);
    }
    .lp-process-card:hover {
      transform: translateY(-6px);
      border-color: rgba(212, 160, 23, 0.4);
      box-shadow:
        0 1px 0 rgba(255,255,255,0.95) inset,
        0 20px 44px rgba(10, 46, 26, 0.1);
    }
    .lp-process-card__top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1.25rem;
    }
    .lp-process-card__icon {
      width: 3.4rem;
      height: 3.4rem;
      border-radius: 0.95rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1a6b3c;
      background:
        radial-gradient(circle at 30% 25%, rgba(212,160,23,0.16), transparent 55%),
        linear-gradient(145deg, rgba(26,107,60,0.12), rgba(26,107,60,0.04));
      border: 1px solid rgba(26, 107, 60, 0.12);
      box-shadow: 0 6px 14px rgba(26, 107, 60, 0.08);
      flex-shrink: 0;
    }
    .lp-process-card__icon svg {
      width: 1.75rem;
      height: 1.75rem;
    }
    .lp-process-card__num {
      font-family: Inter, system-ui, sans-serif;
      line-height: 1;
    }
    .lp-process-card__num span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 2.75rem;
      height: 2.75rem;
      padding: 0 0.55rem;
      border-radius: 0.85rem;
      font-size: 0.95rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      color: #0a2e1a;
      background: linear-gradient(145deg, #f5e199, #d4a017);
      box-shadow:
        0 1px 0 rgba(255,255,255,0.45) inset,
        0 8px 18px rgba(212, 160, 23, 0.28);
    }
    .lp-process-card h3 {
      font-family: Merriweather, Georgia, serif !important;
      font-size: 1.12rem !important;
      font-weight: 700 !important;
      color: #0a2e1a !important;
      margin: 0 0 0.65rem !important;
      line-height: 1.3 !important;
    }
    .lp-process-card p {
      margin: 0 !important;
      font-size: 0.92rem !important;
      line-height: 1.65 !important;
      color: #4a5c52 !important;
    }
    /* Hide legacy step styles if any remain */
    .lp-step__num { display: none !important; }


    /* Nav chrome CSS: includes/public_nav.html (single source) */

  
    /* Balanced professional footer */
    .landing-footer-legacy-disabled {
      background: #0a2e1a !important;
      color: rgba(255, 255, 255, 0.78);
      padding: 3.25rem 0 0 !important;
    }
    .landing-footer-legacy-disabled .container {
      max-width: 1140px;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .landing-footer-legacy-disabled__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2.25rem;
      align-items: start;
    }
    @media (min-width: 768px) {
      .landing-footer-legacy-disabled__grid {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 2.5rem 3rem;
      }
    }
    .landing-footer-legacy-disabled__col {
      min-width: 0;
    }
    .landing-footer-legacy-disabled__col-title {
      font-family: Inter, system-ui, sans-serif;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #f5e199 !important;
      margin: 0 0 1.1rem !important;
      text-align: left !important;
    }
    .landing-footer-legacy-disabled__contact {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    .landing-footer-legacy-disabled__contact-row {
      display: flex;
      gap: 0.75rem;
      align-items: flex-start;
    }
    .landing-footer-legacy-disabled__contact-icon {
      width: 2rem;
      height: 2rem;
      border-radius: 0.5rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      background: rgba(36, 132, 84, 0.25) !important;
      border: 1px solid rgba(255, 255, 255, 0.08);
    }
    .landing-footer-legacy-disabled__contact-icon svg {
      width: 0.95rem;
      height: 0.95rem;
      fill: #f5e199;
    }
    .landing-footer-legacy-disabled__contact-label {
      display: block;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(245, 225, 153, 0.85) !important;
      margin-bottom: 0.15rem;
    }
    .landing-footer-legacy-disabled__address {
      white-space: pre-line;
      font-size: 0.9rem;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.75);
      margin: 0;
    }
    .landing-footer-legacy-disabled__contact-row a {
      color: rgba(255, 255, 255, 0.75) !important;
      text-decoration: none;
      font-size: 0.9rem;
      word-break: break-word;
    }
    .landing-footer-legacy-disabled__contact-row a:hover {
      color: #fff !important;
      text-decoration: underline;
    }
    .landing-footer-legacy-disabled__links {
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
      align-items: flex-start !important;
      text-align: left !important;
    }
    .landing-footer-legacy-disabled__links a {
      color: rgba(255, 255, 255, 0.75) !important;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 400;
      transition: color 0.15s ease;
    }
    .landing-footer-legacy-disabled__links a:hover {
      color: #fff !important;
    }
    .landing-footer-legacy-disabled__connect-text {
      font-size: 0.9rem;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.62);
      margin: 0 0 1rem;
      max-width: 16rem;
    }
    .landing-footer-legacy-disabled__social {
      display: flex;
      flex-wrap: wrap;
      gap: 0.65rem;
      margin-top: 0 !important;
    }
    .landing-footer-legacy-disabled__social a {
      width: 40px !important;
      height: 40px !important;
      border-radius: 50% !important;
      background: #163d28 !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      color: #fff !important;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
    }
    .landing-footer-legacy-disabled__social a:hover {
      background: #1a6b3c !important;
      transform: none !important;
    }
    .landing-footer-legacy-disabled__bar {
      margin-top: 2.5rem !important;
      padding: 1.1rem 0 1.25rem !important;
      border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    .landing-footer-legacy-disabled__bar-inner {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem 1.5rem;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.5);
    }
    .landing-footer-legacy-disabled__bar-links {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }
    .landing-footer-legacy-disabled__bar-links a {
      color: rgba(255, 255, 255, 0.55) !important;
      text-decoration: none;
      font-size: 0.8rem;
    }
    .landing-footer-legacy-disabled__bar-links a:hover {
      color: #fff !important;
    }

  
    /* Hero grid â€” always visible above veil (no blend modes that hide it) */
    .lp-hero__bg { z-index: 0; }
    .lp-hero__veil { z-index: 1 !important; }
    .lp-hero__grid {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
      background-size: 48px 48px;
      background-position: 0 0;
      opacity: 0.45;
      mix-blend-mode: normal;
      animation: lpGridDrift 36s linear infinite;
      will-change: background-position;
    }
    @keyframes lpGridDrift {
      0%   { background-position: 0 0; }
      100% { background-position: 48px 48px; }
    }
    @media (prefers-reduced-motion: reduce) {
      .lp-hero__grid { animation: none; }
    }
    .lp-hero .container {
      position: relative;
      z-index: 4 !important;
    }
    .lp-hero::before {
      z-index: 3;
      opacity: 0.5;
      background:
        radial-gradient(ellipse 60% 45% at 100% 0%, rgba(212, 160, 23, 0.12), transparent 55%) !important;
      background-size: auto !important;
      pointer-events: none;
    }

  
    /* ===== Full landing dark theme ===== */
    [data-bs-theme="dark"] body,
    [data-bs-theme="dark"] .lp-page,
    [data-bs-theme="dark"] {
      color-scheme: dark;
    }
    [data-bs-theme="dark"] body.lp-page,
    [data-bs-theme="dark"] body {
      background: #0b1210 !important;
      color: #e6eee9 !important;
    }
    /* Dark nav chrome: includes/public_nav.html */

    [data-bs-theme="dark"] .lp-section,
    [data-bs-theme="dark"] .lp-trust-cards,
    [data-bs-theme="dark"] .lp-process,
    [data-bs-theme="dark"] .lp-sponsors {
      background: #0b1210 !important;
    }
    [data-bs-theme="dark"] .lp-section--muted,
    [data-bs-theme="dark"] #laureates.lp-section {
      background: #0f1814 !important;
    }
    [data-bs-theme="dark"] .lp-section__title,
    [data-bs-theme="dark"] #about-title,
    [data-bs-theme="dark"] #process-title {
      color: #f3f7f5 !important;
    }
    [data-bs-theme="dark"] .lp-section__eyebrow,
    [data-bs-theme="dark"] .lp-eyebrow {
      color: #d4a017 !important;
    }
    [data-bs-theme="dark"] .lp-section__intro,
    [data-bs-theme="dark"] .lp-section__head p {
      color: rgba(230, 238, 233, 0.65) !important;
    }

    [data-bs-theme="dark"] .lp-cycle {
      background: linear-gradient(180deg, #0f1814 0%, #12201a 100%) !important;
      border-color: rgba(255, 255, 255, 0.06) !important;
    }
    [data-bs-theme="dark"] .lp-timeline__label {
      color: #f3f7f5 !important;
    }
    [data-bs-theme="dark"] .lp-timeline__hint,
    [data-bs-theme="dark"] .lp-timeline__dates {
      color: rgba(230, 238, 233, 0.55) !important;
    }
    [data-bs-theme="dark"] .lp-timeline__icon {
      background: #15241c !important;
      border-color: rgba(255, 255, 255, 0.12) !important;
      box-shadow: 0 0 0 5px #12201a !important;
      color: #4caf78 !important;
    }
    [data-bs-theme="dark"] .lp-timeline__step.is-done .lp-timeline__icon {
      background: #1a6b3c !important;
      color: #fff !important;
    }
    [data-bs-theme="dark"] .lp-timeline__step.is-current .lp-timeline__icon {
      background: #d4a017 !important;
      color: #0a2e1a !important;
    }
    [data-bs-theme="dark"] .lp-timeline::before {
      background: linear-gradient(90deg, rgba(76,175,120,0.2), rgba(212,160,23,0.25), rgba(76,175,120,0.2)) !important;
    }

    [data-bs-theme="dark"] .lp-pillar,
    [data-bs-theme="dark"] .lp-process-card {
      background: linear-gradient(165deg, #15241c 0%, #101c17 100%) !important;
      border-color: rgba(255, 255, 255, 0.08) !important;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25) !important;
    }
    [data-bs-theme="dark"] .lp-pillar:hover,
    [data-bs-theme="dark"] .lp-process-card:hover {
      border-color: rgba(212, 160, 23, 0.35) !important;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35) !important;
    }
    [data-bs-theme="dark"] .lp-pillar h3,
    [data-bs-theme="dark"] .lp-process-card h3 {
      color: #f3f7f5 !important;
    }
    [data-bs-theme="dark"] .lp-pillar p,
    [data-bs-theme="dark"] .lp-process-card p,
    [data-bs-theme="dark"] .lp-pillar__meta li {
      color: rgba(230, 238, 233, 0.68) !important;
    }
    [data-bs-theme="dark"] .lp-pillar__meta {
      border-top-color: rgba(255, 255, 255, 0.08) !important;
    }
    [data-bs-theme="dark"] .lp-pillar__visual,
    [data-bs-theme="dark"] .lp-process-card__icon {
      background: linear-gradient(145deg, rgba(76,175,120,0.15), rgba(212,160,23,0.08)) !important;
      border-color: rgba(255, 255, 255, 0.1) !important;
      color: #4caf78 !important;
    }
    [data-bs-theme="dark"] .lp-pillar__visual .lp-icon {
      color: #4caf78 !important;
    }

    [data-bs-theme="dark"] .lp-empty {
      background: rgba(255, 255, 255, 0.03) !important;
      border-color: rgba(76, 175, 120, 0.25) !important;
    }
    [data-bs-theme="dark"] .lp-empty-icon {
      background: rgba(76, 175, 120, 0.15);
      color: #4caf78;
    }
    [data-bs-theme="dark"] .lp-empty h2,
    [data-bs-theme="dark"] .lp-empty__title {
      color: #f3f7f5 !important;
    }
    [data-bs-theme="dark"] .lp-empty p,
    [data-bs-theme="dark"] .lp-empty__text {
      color: rgba(230, 238, 233, 0.6) !important;
    }
    [data-bs-theme="dark"] .lp-winner {
      background: #15241c !important;
      border-color: rgba(255, 255, 255, 0.08) !important;
    }
    [data-bs-theme="dark"] .lp-winner__name {
      color: #f3f7f5 !important;
    }
    [data-bs-theme="dark"] .lp-sponsor-logo {
      background: #15241c !important;
      border-color: rgba(255, 255, 255, 0.08) !important;
    }

    [data-bs-theme="dark"] .landing-footer-legacy-disabled {
      background: #07140f !important;
    }
    [data-bs-theme="dark"] .btn-ptsea-outline {
      color: #e6eee9 !important;
      border-color: rgba(255, 255, 255, 0.35) !important;
    }
    [data-bs-theme="dark"] .lp-year-tabs .btn {
      color: rgba(230, 238, 233, 0.75) !important;
      border-color: rgba(255, 255, 255, 0.15) !important;
    }
    [data-bs-theme="dark"] .lp-year-tabs .btn.active {
      background: #1a6b3c !important;
      color: #fff !important;
      border-color: #1a6b3c !important;
    }

  

  
    /* Hero title accent */

    /* Media strip styles are defined in the gallery block below */

    /* Hero title accent â€” primary colour */
    .lp-hero-title__accent {
      color: #248454 !important;
    }
    .lp-hero .lp-hero-title__accent {
      color: #3dd68c !important;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    }

    /* ===== Award cycle visual design ===== */
    .lp-cycle {
      background: linear-gradient(180deg, #f3f8f5 0%, #e8f2ec 100%) !important;
      border-top: 1px solid rgba(26, 107, 60, 0.08);
      border-bottom: 1px solid rgba(26, 107, 60, 0.08);
      padding: 3.75rem 0 4rem !important;
    }
    .lp-cycle__meta-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 0.55rem 0.85rem;
      align-items: center;
      justify-content: center;
      margin-top: 1.15rem;
    }
    .lp-cycle__name {
      font-family: Inter, system-ui, sans-serif;
      font-size: 0.88rem;
      font-weight: 600;
      color: #0a2e1a;
    }
    .lp-cycle__status {
      display: inline-flex;
      align-items: center;
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 0.3rem 0.65rem;
      border-radius: 999px;
      background: rgba(36, 132, 84, 0.14);
      color: #1a6b3c;
    }
    .lp-timeline {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
      max-width: 72rem;
      position: relative;
    }
    @media (min-width: 768px) {
      .lp-timeline {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
      }
      .lp-timeline::before {
        content: "";
        position: absolute;
        left: 8%;
        right: 8%;
        top: 2.35rem;
        height: 2px;
        background: linear-gradient(90deg, rgba(26,107,60,0.15), rgba(212,160,23,0.3), rgba(26,107,60,0.15));
        z-index: 0;
      }
    }
    .lp-timeline__step {
      position: relative;
      z-index: 1;
      margin: 0;
      padding: 0;
    }
    .lp-timeline__rail { display: none; }
    .lp-timeline__card {
      height: 100%;
      background: #fff;
      border: 1px solid rgba(26, 107, 60, 0.1);
      border-radius: 1.05rem;
      padding: 1.25rem 1.1rem 1.2rem;
      text-align: left;
      box-shadow: 0 8px 24px rgba(10, 46, 26, 0.04);
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    .lp-timeline__card:hover {
      transform: translateY(-4px);
      border-color: rgba(212, 160, 23, 0.35);
      box-shadow: 0 14px 32px rgba(10, 46, 26, 0.08);
    }
    .lp-timeline__card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0.9rem;
    }
    .lp-timeline__icon {
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 0.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, rgba(26,107,60,0.1), rgba(212,160,23,0.08));
      border: 1px solid rgba(26, 107, 60, 0.12);
      color: #1a6b3c;
      margin: 0 !important;
      box-shadow: none !important;
    }
    .lp-timeline__icon svg { width: 1.35rem; height: 1.35rem; }
    .lp-timeline__index {
      font-family: Inter, system-ui, sans-serif;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      color: #d4a017;
    }
    .lp-timeline__label {
      display: block;
      font-family: Merriweather, Georgia, serif;
      font-size: 1.02rem;
      font-weight: 700;
      color: #0a2e1a;
      margin-bottom: 0.2rem;
    }
    .lp-timeline__hint {
      display: block;
      font-size: 0.82rem;
      color: #5c6f66;
      margin-bottom: 0.75rem;
      line-height: 1.4;
    }
    .lp-timeline__datechip {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.35rem 0.65rem;
      border-radius: 0.55rem;
      background: rgba(26, 107, 60, 0.08);
      border: 1px solid rgba(26, 107, 60, 0.12);
      margin-bottom: 0.55rem;
    }
    .lp-timeline__datechip-range {
      font-family: Inter, system-ui, sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      color: #1a6b3c;
      white-space: nowrap;
    }
    .lp-timeline__badge {
      display: inline-block;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 0.22rem 0.5rem;
      border-radius: 999px;
      background: rgba(212, 160, 23, 0.18);
      color: #8a6a10;
    }
    .lp-timeline__badge.is-done {
      background: rgba(36, 132, 84, 0.14);
      color: #1a6b3c;
    }
    .lp-timeline__step.is-current .lp-timeline__card {
      border-color: rgba(212, 160, 23, 0.45);
      box-shadow: 0 12px 28px rgba(212, 160, 23, 0.12);
    }
    .lp-timeline__step.is-current .lp-timeline__icon {
      background: #d4a017;
      border-color: #d4a017;
      color: #0a2e1a;
    }
    .lp-timeline__step.is-done .lp-timeline__icon {
      background: #1a6b3c;
      border-color: #1a6b3c;
      color: #fff;
    }
    .lp-timeline__step.is-done .lp-timeline__datechip {
      background: rgba(36, 132, 84, 0.12);
    }
    .lp-timeline__step.is-upcoming .lp-timeline__icon {
      color: rgba(26, 107, 60, 0.4);
    }
    .lp-timeline__step.is-upcoming .lp-timeline__label {
      color: #4a5c52;
    }
    [data-bs-theme="dark"] .lp-cycle {
      background: linear-gradient(180deg, #0f1814 0%, #12201a 100%) !important;
      border-color: rgba(255, 255, 255, 0.06) !important;
    }
    [data-bs-theme="dark"] .lp-cycle__name { color: #f3f7f5 !important; }
    [data-bs-theme="dark"] .lp-timeline__card {
      background: #15241c !important;
      border-color: rgba(255, 255, 255, 0.08) !important;
    }
    [data-bs-theme="dark"] .lp-timeline__label { color: #f3f7f5 !important; }
    [data-bs-theme="dark"] .lp-timeline__hint { color: rgba(230, 238, 233, 0.55) !important; }
    [data-bs-theme="dark"] .lp-timeline__datechip {
      background: rgba(76, 175, 120, 0.12) !important;
      border-color: rgba(76, 175, 120, 0.2) !important;
    }
    [data-bs-theme="dark"] .lp-timeline__datechip-range { color: #8fd4a8 !important; }
    [data-bs-theme="dark"] .lp-timeline__icon {
      background: rgba(76, 175, 120, 0.12) !important;
      border-color: rgba(255, 255, 255, 0.1) !important;
      color: #4caf78 !important;
    }
    [data-bs-theme="dark"] .lp-timeline__step.is-current .lp-timeline__icon {
      background: #d4a017 !important;
      color: #0a2e1a !important;
    }
    [data-bs-theme="dark"] .lp-timeline__step.is-done .lp-timeline__icon {
      background: #1a6b3c !important;
      color: #fff !important;
    }

    /* â€”â€” Media gallery section (no section background) â€”â€” */
    .lp-media {
      position: relative;
      padding: 4rem 0 4.25rem !important;
      background: transparent !important;
      border-top: 1px solid rgba(26, 107, 60, 0.08);
      border-bottom: 1px solid rgba(26, 107, 60, 0.08);
      overflow: hidden;
    }
    .lp-media::before,
    .lp-media::after {
      content: none !important;
      display: none !important;
    }
    .lp-media .lp-section__eyebrow {
      color: #1a6b3c;
      font-weight: 800;
      letter-spacing: 0.14em;
    }
    .lp-media .lp-section__intro {
      max-width: 36rem;
      color: #5c6f66;
      font-size: 0.95rem;
      line-height: 1.55;
    }
    .lp-media__rail-wrap {
      position: relative;
      overflow: visible;
      padding: 0.35rem 0 0.75rem;
    }
    .lp-media__rail {
      position: relative;
      overflow: hidden;
      padding: 0.5rem 0 1.15rem;
    }
    .lp-media__track {
      display: flex;
      width: max-content;
      margin-inline: auto;
      gap: 1.25rem;
      padding: 0 max(1rem, calc((100vw - 72rem) / 2 + 0.75rem));
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
    }
    .lp-media__nav {
      position: absolute;
      top: 42%;
      transform: translateY(-50%);
      z-index: 5;
      width: 2.65rem;
      height: 2.65rem;
      border-radius: 50%;
      border: 1px solid rgba(26, 107, 60, 0.2);
      background: rgba(255, 255, 255, 0.95);
      color: #0a2e1a;
      display: grid;
      place-items: center;
      cursor: pointer;
      box-shadow: 0 10px 28px rgba(10, 46, 26, 0.12);
      transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
    }
    .lp-media__nav:hover {
      background: #1a6b3c;
      color: #fff;
      border-color: #1a6b3c;
      transform: translateY(-50%) scale(1.04);
    }
    .lp-media__nav:focus-visible {
      outline: 2px solid #d4a017;
      outline-offset: 2px;
    }
    .lp-media__nav--prev { left: max(0.5rem, calc((100vw - 72rem) / 2 - 0.25rem)); }
    .lp-media__nav--next { right: max(0.5rem, calc((100vw - 72rem) / 2 - 0.25rem)); }
    .lp-media__nav svg { width: 1.05rem; height: 1.05rem; }
    @media (max-width: 767.98px) {
      .lp-media__nav { display: none; }
    }
    .lp-media__card {
      position: relative;
      flex: 0 0 min(22rem, 85vw);
      margin: 0;
      border-radius: 0.55rem;
      overflow: hidden;
      background: #10261b;
      border: 1px solid rgba(20, 63, 43, 0.14);
      box-shadow:
        0 1px 0 rgba(255,255,255,0.22) inset,
        0 8px 22px rgba(10, 46, 26, 0.085);
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.25s ease;
    }
    .lp-media__card:hover {
      transform: translateY(-4px);
      border-color: rgba(201, 162, 39, 0.42);
      box-shadow: 0 16px 34px rgba(10, 46, 26, 0.13);
    }
    .lp-media__frame {
      position: relative;
      aspect-ratio: 16 / 10;
      background: #0f1814;
      overflow: hidden;
    }
    .lp-media__frame img,
    .lp-media__frame video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .lp-media__card:hover .lp-media__frame img {
      transform: scale(1.06);
    }
    /* editorial overlay caption */
    .lp-media__caption {
      position: absolute;
      left: 0; right: 0; bottom: 0;
      z-index: 2;
      padding: 2.75rem 1.15rem 1.15rem;
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
      background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(8, 28, 18, 0.45) 35%,
        rgba(8, 28, 18, 0.92) 100%
      );
      color: #fff;
      pointer-events: none;
    }
    .lp-media__caption-title {
      font-family: Merriweather, Georgia, serif;
      font-size: 0.88rem;
      font-weight: 600;
      color: #fff;
      line-height: 1.35;
      text-shadow: 0 1px 2px rgba(0,0,0,0.35);
    }
    .lp-media__caption-text {
      font-size: 0.72rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.4;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .lp-media__caption-meta {
      font-size: 0.64rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.65);
      margin-top: 0.3rem;
    }
    .lp-media__caption-location {
      letter-spacing: normal;
      text-transform: none;
    }
    .lp-media__type-pill {
      display: inline-block;
      font-family: Inter, system-ui, sans-serif;
      font-size: 0.58rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 0.14rem 0.42rem;
      border-radius: 999px;
      background: rgba(212, 160, 23, 0.28);
      color: #f5e199;
      vertical-align: middle;
      margin-right: 0.25rem;
      border: 1px solid rgba(245, 225, 153, 0.35);
    }
    .lp-media__play {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 3.35rem;
      height: 3.35rem;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(10, 46, 26, 0.78);
      color: #fff;
      font-size: 0.95rem;
      border: 2px solid rgba(245, 225, 153, 0.55);
      box-shadow: 0 12px 28px rgba(0,0,0,0.3);
      pointer-events: none;
      z-index: 2;
      transition: transform 0.2s ease, background 0.2s ease;
    }
    .lp-media__card:hover .lp-media__play {
      background: #1a6b3c;
      transform: translate(-50%, -50%) scale(1.06);
    }
    .lp-media .ptsea-video-facade {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      border: 0;
      cursor: pointer;
      background: #0a2e1a;
    }
    .lp-media .ptsea-video-facade img,
    .lp-media .ptsea-video-facade__blank {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .lp-media .ptsea-video-facade__blank {
      background: linear-gradient(145deg, #0a2e1a, #1a6b3c);
      min-height: 100%;
    }
    [data-bs-theme="dark"] .lp-media {
      background: transparent !important;
      border-color: rgba(255,255,255,0.08);
    }
    [data-bs-theme="dark"] .lp-media__nav {
      background: rgba(21, 36, 28, 0.95);
      color: #e6eee9;
      border-color: rgba(255,255,255,0.12);
    }
    /* Rail edge fades */
    .lp-media__rail-wrap::before,
    .lp-media__rail-wrap::after {
      content: "";
      position: absolute;
      top: 0; bottom: 1rem;
      width: 3rem;
      z-index: 4;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s ease;
    }
    .lp-media__rail-wrap::before {
      left: 0;
      background: linear-gradient(90deg, #eef7f1 0%, rgba(238,247,241,0) 100%);
    }
    .lp-media__rail-wrap::after {
      right: 0;
      background: linear-gradient(270deg, #e8f2ec 0%, rgba(232,242,236,0) 100%);
    }
    .lp-media__rail-wrap.has-overflow::before,
    .lp-media__rail-wrap.has-overflow::after {
      opacity: 1;
    }
    [data-bs-theme="dark"] .lp-media__rail-wrap::before {
      background: linear-gradient(90deg, #12201a 0%, transparent 100%);
    }
    [data-bs-theme="dark"] .lp-media__rail-wrap::after {
      background: linear-gradient(270deg, #12201a 0%, transparent 100%);
    }
    .lp-media__card[data-fullsrc] { cursor: zoom-in; }
    .lp-media__card[data-fullsrc] .lp-media__frame > img { pointer-events: none; }
    /* Lightbox */
    .lp-lightbox {
      position: fixed; inset: 0; z-index: 2000;
      display: none; align-items: center; justify-content: center;
      padding: 1.25rem;
      background: rgba(6, 20, 14, 0.88);
      backdrop-filter: blur(8px);
    }
    .lp-lightbox.is-open { display: flex; }
    .lp-lightbox__dialog {
      position: relative;
      max-width: min(96vw, 56rem);
      max-height: 90vh;
      width: 100%;
    }
    .lp-lightbox__img {
      display: block;
      width: 100%;
      max-height: 78vh;
      object-fit: contain;
      border-radius: 0.85rem;
      box-shadow: 0 24px 64px rgba(0,0,0,0.45);
      background: #0a2e1a;
    }
    .lp-lightbox__cap {
      margin-top: 0.85rem;
      text-align: center;
      color: rgba(255,255,255,0.92);
      font-family: Merriweather, Georgia, serif;
      font-size: 1rem;
    }
    .lp-lightbox__meta {
      margin-top: 0.25rem;
      text-align: center;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #f5e199;
    }
    .lp-lightbox__close {
      position: absolute;
      top: -0.35rem; right: -0.35rem;
      width: 2.5rem; height: 2.5rem;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.25);
      background: rgba(10,46,26,0.85);
      color: #fff;
      font-size: 1.25rem;
      line-height: 1;
      cursor: pointer;
      z-index: 2;
    }
    .lp-lightbox__close:hover { background: #1a6b3c; }
    .lp-lightbox__nav {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      width: 2.75rem; height: 2.75rem;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.25);
      background: rgba(10,46,26,0.75);
      color: #fff;
      display: grid; place-items: center;
      cursor: pointer;
    }
    .lp-lightbox__nav:hover { background: #1a6b3c; }
    .lp-lightbox__nav--prev { left: -0.5rem; }
    .lp-lightbox__nav--next { right: -0.5rem; }
    @media (max-width: 767.98px) {
      .lp-lightbox__nav--prev { left: 0.25rem; }
      .lp-lightbox__nav--next { right: 0.25rem; }
    }

/* FINAL FOOTER: all footer body text uses one reduced, uniform treatment */
.landing-footer-legacy-disabled,
.landing-footer-legacy-disabled * {
  /* headings are reset below so the footer retains hierarchy */
}

.landing-footer-legacy-disabled__address,
.landing-footer-legacy-disabled__contact-row,
.landing-footer-legacy-disabled__contact-row a,
.landing-footer-legacy-disabled__links,
.landing-footer-legacy-disabled__links a,
.landing-footer-legacy-disabled__connect-text,
.landing-footer-legacy-disabled__programme,
.landing-footer-legacy-disabled__bar,
.landing-footer-legacy-disabled__bar-inner,
.landing-footer-legacy-disabled__copyright,
.landing-footer-legacy-disabled__bar a,
.landing-footer-legacy-disabled__verify,
.landing-footer-legacy-disabled__social a {
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Keep section titles distinct, but restrained. */
.landing-footer-legacy-disabled__col-title,
.landing-footer-legacy-disabled__contact-label {
  font-size: 0.76rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

/* All footer links use the same reduced colour; hover is only a state change. */
.landing-footer-legacy-disabled a:hover {
  color: #fff !important;
}

/* Bottom-bar items are deliberately identical. */
.landing-footer-legacy-disabled__copyright,
.landing-footer-legacy-disabled__bar a,
.landing-footer-legacy-disabled__verify {
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

/* All requested footer content is one uniform, compact size and colour. */
.landing-footer-legacy-disabled__address,
.landing-footer-legacy-disabled__contact-row,
.landing-footer-legacy-disabled__contact-row a,
.landing-footer-legacy-disabled__links,
.landing-footer-legacy-disabled__links a,
.landing-footer-legacy-disabled__connect-text,
.landing-footer-legacy-disabled__programme,
.landing-footer-legacy-disabled__col-title,
.landing-footer-legacy-disabled__contact-label,
.landing-footer-legacy-disabled__bar,
.landing-footer-legacy-disabled__bar-inner,
.landing-footer-legacy-disabled__copyright,
.landing-footer-legacy-disabled__bar a,
.landing-footer-legacy-disabled__verify {
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}
.landing-footer-legacy-disabled a:hover {
  color: #fff !important;
}
