/* ── MEDIA GUIDELINES CAMPAIGN ───────────────────────────── */

    .dp-hero {
      background: #0C0A3E;
      padding: 100px 24px 80px;
      position: relative;
      overflow: hidden;
      min-height: 500px;
      display: flex;
      align-items: center;
    }
    .dp-hero-video-bg {
      position: absolute;
      top: -60px;
      left: -60px;
      right: -60px;
      bottom: -60px;
      z-index: 0;
      pointer-events: none;
    }
    .dp-hero-video-bg iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.2);
    }
    .dp-hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(12, 10, 62, 0.3);
      z-index: 1;
    }
    .dp-hero p, .dp-hero-inner p, .dp-hero span, .dp-hero div { color: rgba(238,235,211,0.8) !important; }
    .dp-hero-inner {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 2;
      width: 100%;
    }
    .dp-label {
      font: 600 12px/1 'DM Sans', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #A89CED;
      margin-bottom: 20px;
      display: block;
    }
    .dp-label--light { color: #FFFFFF; }
    .dp-title {
      font: 800 clamp(48px,10vw,88px)/0.88 'DM Sans', sans-serif !important;
      color: #CCFF33 !important;
      letter-spacing: -0.045em !important;
      margin: 0 0 24px;
    }
    .dp-tagline { color: rgba(238,235,211,0.8) !important;
      font: 400 20px/1.4 'DM Sans', sans-serif !important;
      color: rgba(12,10,62,0.65) !important;
      max-width: 560px;
      margin-bottom: 40px;
    }
    .dp-hero-cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
    .dp-btn-primary { display:inline-block; background:#CCFF33; color:#0C0A3E !important; font:700 14px/1 "DM Sans",sans-serif; text-transform:uppercase; letter-spacing:0.08em; padding:18px 36px; text-decoration:none; transition:all 0.2s;
      text-decoration: none !important;
      display: inline-block;
      background: #CCFF33;
      color: #FFFFFF;
      font: 700 14px/1 'DM Sans', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      padding: 18px 36px;
      text-decoration: none;
      transition: all 0.2s;
    }
    .dp-btn-primary:hover { background: #fff; }
    .dp-supporters {
      font: 700 14px/1 'DM Sans', sans-serif;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    /* Stats */
    .dp-stats { background: #CCFF33; }
    .dp-stats-inner {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
    .dp-stat {
      padding: 36px 20px;
      text-align: center;
      border-right: 1px solid rgba(12,10,62,0.1);
    }
    .dp-stat:last-child { border-right: none; }
    .dp-stat-num {
      display: block;
      font: 800 44px/1 'DM Sans', sans-serif;
      color: #0C0A3E;
      letter-spacing: -0.04em;
    }
    .dp-stat-label {
      display: block;
      font: 500 11px/1.3 'DM Sans', sans-serif;
      color: rgba(12,10,62,0.55);
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-top: 8px;
    }

    /* Sections */
    .dp-section { padding: 80px 24px; }
    .dp-section--cream { background: #EEEBD3; }
    .dp-section--navy { background: #0C0A3E; }
    .dp-section--neutral { background: #fff; }
    .dp-section--white { background: #fff; }
    .dp-content { max-width: 900px; margin: 0 auto; padding: 0 24px; }
    .dp-content h2 {
      font: 800 40px/0.9 'DM Sans', sans-serif !important;
      color: #0C0A3E !important;
      letter-spacing: -0.045em !important;
      margin: 8px 0 24px;
    }
    .dp-h2--light { color: #CCFF33 !important; }
    .dp-content p {
      font: 400 18px/1.55 'DM Sans', sans-serif !important;
      color: rgba(12,10,62,0.8) !important;
      margin: 0 0 16px;
    }
    .dp-p--light { color: rgba(238,235,211,0.85) !important; }
    .dp-section--navy .dp-content p { color: rgba(12,10,62,0.8) !important; }
    .dp-content a { color: #0C0A3E; text-decoration: underline; text-decoration-color: #A89CED; }
    .dp-actions a, .dp-action { text-decoration: none !important; }
    .dp-section--navy .dp-content a { color: #CCFF33 !important; }

    /* Demands */
    .dp-demands {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 32px;
      margin-top: 40px;
    }
    .dp-demand {
      border-left: 3px solid #CCFF33;
      padding-left: 20px;
    }
    .dp-demand-num {
      font: 800 32px/1 'DM Sans', sans-serif;
      color: #CCFF33 !important;
      display: block;
      margin-bottom: 12px;
    }
    .dp-demand h3 {
      font: 700 20px/1.1 'DM Sans', sans-serif !important;
      color: #EEEBD3 !important;
      margin: 0 0 8px;
    }
    .dp-demand p { color: rgba(12,10,62,0.6) !important; font-size: 16px !important; }

    /* ── TIMELINE ───────────────────────────────────────── */
    .dp-timeline {
      position: relative;
      padding-left: 56px;
      margin-top: 48px;
    }
    .dp-timeline::before {
      content: '';
      position: absolute;
      left: 19px;
      top: 8px;
      bottom: 8px;
      width: 2px;
      background: linear-gradient(
        to bottom,
        rgba(12,10,62,0.1) 0%,
        #A89CED 30%,
        #CCFF33 70%,
        #4CAF50 100%
      );
    }

    .dp-tl-node {
      position: relative;
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 0 16px;
      margin-bottom: 64px;
    }
    .dp-tl-node:last-child { margin-bottom: 0; }

    .dp-tl-dot {
      position: absolute;
      left: -56px;
      top: 4px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #0C0A3E;
      border: 4px solid #EEEBD3;
      z-index: 1;
    }
    .dp-tl-dot--purple { background: #A89CED; }
    .dp-tl-dot--yellow { background: #CCFF33; }
    .dp-tl-dot--green { background: #4CAF50; }

    .dp-tl-year { color: #0C0A3E !important;
      font: 800 28px/1 'DM Sans', sans-serif;
      color: #FFFFFF;
      letter-spacing: -0.03em;
      padding-top: 6px;
      grid-column: 1;
      grid-row: 1 / span 2;
    }
    .dp-tl-year-alt {
      font: 800 20px/1.1 'DM Sans', sans-serif;
      color: #FFFFFF;
      letter-spacing: -0.03em;
      padding-top: 6px;
      grid-column: 1;
      grid-row: 1 / span 2;
    }

    .dp-tl-body {
      grid-column: 2;
    }
    .dp-tl-body h3 {
      font: 700 22px/1.05 'DM Sans', sans-serif !important;
      color: #0C0A3E !important;
      letter-spacing: -0.03em !important;
      margin: 0 0 10px;
    }
    .dp-tl-body p {
      font: 400 16px/1.55 'DM Sans', sans-serif !important;
      color: rgba(12,10,62,0.7) !important;
      margin: 0 0 12px;
    }
    .dp-tl-body strong { color: #0C0A3E; }
    .dp-tl-body a { color: #0C0A3E; text-decoration: underline; }

    /* Timeline images */
    .dp-tl-image {
      margin: 32px 0;
      clear: both;
      overflow: hidden;
    }
    .dp-tl-image img {
      width: 100%;
      max-width: 680px;
      height: auto;
      display: block !important;
      float: none !important;
      position: relative;
    }
    .dp-tl-images {
      margin: 32px 0;
      clear: both;
      overflow: hidden;
    }
    .dp-tl-images--grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }
    .dp-tl-images--grid img {
      width: 100%;
      height: auto;
      display: block !important;
      object-fit: cover;
      aspect-ratio: 3/2;
    }

    /* Footer fix */
    footer[data-elementor-type="footer"],
    .elementor-location-footer {
      background: #0C0A3E !important;
      color: #EEEBD3 !important;
    }
    footer[data-elementor-type="footer"] p,
    footer[data-elementor-type="footer"] a,
    footer[data-elementor-type="footer"] span,
    footer[data-elementor-type="footer"] div {
      color: rgba(238, 235, 211, 0.7) !important;
    }
    footer[data-elementor-type="footer"] a:hover {
      color: #CCFF33 !important;
    }
    footer[data-elementor-type="footer"] img[data-src] {
      content: attr(data-src);
    }

    /* Highlight node */
    .dp-tl-node--highlight .dp-tl-body {
      background: rgba(204,255,51,0.12);
      padding: 20px;
      margin: -8px -20px -8px 0;
      border-left: 3px solid #CCFF33;
    }
    .dp-tl-highlight-box {
      background: #0C0A3E;
      color: #CCFF33 !important;
      padding: 16px 20px;
      margin: 12px 0 16px;
      font: 600 15px/1.4 'DM Sans', sans-serif;
    }
    .dp-tl-highlight-box span { color: #CCFF33 !important; }

    /* Actions */
    .dp-actions {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
      margin-top: 32px;
    }
    .dp-action { text-decoration: none !important;
      background: #EEEBD3;
      padding: 32px 24px;
      text-decoration: none;
      color: #FFFFFF;
      border: 2px solid transparent;
      transition: border-color 0.2s;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .dp-action:hover { border-color: #CCFF33 !important; }
    .dp-action strong { font: 700 20px/1.1 'DM Sans', sans-serif !important; }
    .dp-action p { text-decoration: none !important; font-size: 15px !important; color: rgba(12,10,62,0.6) !important; margin: 0 !important; }
    .dp-arrow { font-size: 20px; color: #CCFF33 !important; margin-top: auto; padding-top: 8px; }

    /* ── IMAGES ──── */
    .dp-tl-image,
    .dp-tl-images--grid img {
      width: 100%;
      border-radius: 8px;
      object-fit: cover;
      margin: 16px 0;
      max-height: 420px;
    }
    .dp-tl-images--grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin: 16px 0;
    }
    .dp-tl-images--grid img {
      aspect-ratio: 4/3;
      height: 100%;
    }

    /* ── RELATED BLOG CARDS ─────────────────────────────── */
    .dp-related-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 16px;
      margin-top: 32px;
    }
    .dp-related-card {
      background: rgba(238,235,211,0.06);
      padding: 28px 24px;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
      border: 1px solid rgba(238,235,211,0.1);
      border-radius: 8px;
      transition: border-color 0.2s;
    }
    .dp-related-card:hover { border-color: #CCFF33 !important; }
    .dp-related-tag {
      font: 600 10px/1 'DM Sans', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #A89CED;
    }
    .dp-related-card h3 { font: 700 18px/1.2 'DM Sans', sans-serif !important; color: #EEEBD3 !important; margin: 0; }
    .dp-related-read { font: 600 13px/1 'DM Sans', sans-serif; color: #CCFF33 !important; margin-top: auto; }

    /* ── PRESS LIST ─────────────────────────────────────── */
    .dp-press-list {
      display: flex;
      flex-direction: column;
      gap: 2px;
      margin-top: 24px;
    }
    .dp-press-item { text-decoration: none !important;
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 20px 24px;
      background: #fff;
      text-decoration: none;
      color: #FFFFFF;
      border-left: 3px solid transparent;
      transition: all 0.2s;
      border-radius: 4px;
    }
    .dp-press-item:hover {
      border-left-color: #CCFF33 !important;
      background: rgba(204,255,51,0.06);
    }
    .dp-press-outlet {
      font: 700 11px/1 'DM Sans', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      background: #0C0A3E;
      color: #fff;
      padding: 6px 12px;
      border-radius: 3px;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .dp-press-title { text-decoration: none !important;
      font: 500 16px/1.3 'DM Sans', sans-serif;
      flex: 1;
      text-decoration: none;
    }
    .dp-press-arrow {
      font-size: 18px;
      color: #CCFF33 !important;
      flex-shrink: 0;
    }
    .dp-press-more {
      display: inline-block;
      margin-top: 20px;
      font: 600 14px/1 'DM Sans', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: #FFFFFF;
      text-decoration: none;
    }
    .dp-press-more:hover { color: #A89CED; }

    /* ── FINAL CTA ──────────────────── */
    .dp-final-cta {
      background: #A89CED;
      padding: 64px 24px;
      text-align: center;
    }
    .dp-final-cta-buttons {
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 32px;
    }
    .dp-btn-large {
      padding: 22px 48px !important;
      font-size: 16px !important;
    }
    .dp-btn-secondary-light {
      text-decoration: none !important; color: #FFFFFF !important;
      display: inline-block;
      background: #0C0A3E;
      color: #FFFFFF;
      font: 700 14px/1 'DM Sans', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      padding: 18px 36px;
      text-decoration: none;
      border: 2px solid #0C0A3E;
      transition: all 0.2s;
    }
    .dp-btn-secondary-light:hover { background: #0C0A3E; color: #CCFF33 !important; }

    /* CTA */
    .dp-section--navy h2 { color: #CCFF33 !important; }
    .dp-section--navy p, .dp-section--navy li, .dp-section--navy span, .dp-section--navy div { color: rgba(12,10,62,0.8) !important; }
    .dp-section--navy strong, .dp-section--navy b { color: #EEEBD3 !important; }
    .dp-section--navy p { color: rgba(12,10,62,0.8) !important; }
    .dp-section--navy a { color: #CCFF33 !important; }
    .dp-section--navy p, .dp-section--navy li, .dp-section--navy span, .dp-section--navy td, .dp-section--navy th, .dp-section--navy label, .dp-section--navy figcaption { color: rgba(238,235,211,0.85) !important; }
    .dp-section--navy h2, .dp-section--navy h3, .dp-section--navy h4 { color: #CCFF33 !important; }
    .dp-section--navy strong, .dp-section--navy b { color: #EEEBD3 !important; }
    .dp-tl-body a { color: #0C0A3E !important; text-decoration: underline !important; text-decoration-color: #A89CED !important; }
    .dp-tl-body a:hover { color: #A89CED !important; }
    .dp-cta { background: #0C0A3E; padding: 80px 24px; text-align: center; }
    .dp-cta h2 {
      margin: 0 0 16px;
      font: 800 40px/0.9 'DM Sans', sans-serif !important;
      color: #CCFF33 !important;
      letter-spacing: -0.04em !important;
    }
    .dp-cta p {
      color: rgba(238, 235, 211, 0.6) !important;
      font: 400 17px/1.5 'DM Sans', sans-serif !important;
      max-width: 440px;
      margin: 0 auto 32px !important;
    }

    @media (max-width: 768px) {
      .dp-hero { min-height: auto; display: flex; flex-direction: column; justify-content: center; }
      .dp-hero-inner { padding: 0 20px; }
      .dp-hero { padding: 80px 24px 60px; }
      .dp-stats-inner { grid-template-columns: repeat(2, 1fr); }
      .dp-stat { border-bottom: 1px solid rgba(12,10,62,0.1); }
      .dp-demands { grid-template-columns: 1fr; }
      .dp-tl-node { grid-template-columns: 1fr; }
      .dp-tl-year { color: #0C0A3E !important; grid-column: 1; grid-row: 1; margin-bottom: 8px; }
      .dp-tl-year-alt { grid-column: 1; grid-row: 1; margin-bottom: 8px; }
      .dp-tl-body { grid-column: 1; }
      .dp-timeline { padding-left: 48px; }
      .dp-tl-dot { left: -48px; width: 36px; height: 36px; }
      .dp-tl-images--grid { grid-template-columns: 1fr; }
      .dp-press-item { text-decoration: none !important; flex-direction: column; align-items: flex-start; gap: 8px; }
      .dp-final-cta-buttons { flex-direction: column; align-items: center; }
      .dp-related-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 640px) {
      .dp-stat-num { font-size: clamp(28px, 8vw, 40px); }
    }
    @media (max-width: 480px) {
      .dp-stats-inner { grid-template-columns: 1fr; }
    }
      .dp-section--navy * { color: rgba(238,235,211,0.85) !important; }
    .dp-section--navy h2, .dp-section--navy h3 { color: #CCFF33 !important; }
    .dp-section--navy strong { color: #EEEBD3 !important; }
    .dp-section--navy a { color: #CCFF33 !important; text-decoration: none; }