  
    .detectives-clima {
      padding: 80px 0;
      background: #f8faf5;
      font-family: 'Georgia', serif;
    }
 
    .dc-inner {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 24px;
    }
 
    .dc-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: 'Arial', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #2d7a3a;
      margin-bottom: 16px;
    }
 
    .dc-eyebrow::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 2px;
      background: #2d7a3a;
    }
 
    .dc-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 32px;
      margin-bottom: 48px;
    }
 
    .dc-header-left {
      max-width: 640px;
    }
 
    .dc-title {
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 400;
      color: #1a2e1c;
      line-height: 1.2;
      margin: 0 0 16px;
    }
 
    .dc-title em {
      font-style: italic;
      color: #2d7a3a;
    }
 
    .dc-lead {
      font-size: 17px;
      line-height: 1.75;
      color: #3d4f3e;
      margin: 0;
    }
 
    .dc-header-badge {
      flex-shrink: 0;
      text-align: center;
    }
 
    .dc-badge-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      background: white;
      border: 1.5px solid #c8e6c9;
      border-radius: 12px;
      padding: 16px 24px;
      gap: 12px;
    }
 
    .dc-badge-logo img {
      height: 44px;
      width: auto;
    }
 
    /* Galería de 3 imágenes */
    .dc-gallery {
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      grid-template-rows: 260px 260px;
      gap: 10px;
      margin-bottom: 48px;
      border-radius: 14px;
      overflow: hidden;
    }
 
    .dc-gallery figure {
      margin: 0;
      overflow: hidden;
      position: relative;
    }
 
    .dc-gallery figure:first-child {
      grid-row: 1 / 3;
    }
 
    .dc-gallery figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.6s ease;
    }
 
    .dc-gallery figure:hover img {
      transform: scale(1.04);
    }
 
    .dc-gallery figure figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 14px;
      background: linear-gradient(transparent, rgba(20,40,22,0.65));
      font-family: 'Arial', sans-serif;
      font-size: 12px;
      color: rgba(255,255,255,0.85);
    }
 
    /* Bloque inferior: resumen + créditos */
    .dc-bottom {
      display: grid;
      grid-template-columns: 1fr 320px;
      gap: 40px;
      align-items: start;
    }
 
    .dc-summary h3 {
      font-size: 13px;
      font-family: 'Arial', sans-serif;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #2d7a3a;
      margin: 0 0 14px;
    }
 
    .dc-summary p {
      font-size: 16px;
      line-height: 1.8;
      color: #3d4f3e;
      margin: 0 0 12px;
    }
 
    .dc-phases {
      display: flex;
      gap: 12px;
      margin: 20px 0 24px;
      flex-wrap: wrap;
    }
 
    .dc-phase {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      background: white;
      border: 1px solid #c8e6c9;
      border-radius: 8px;
      padding: 12px 14px;
      flex: 1;
      min-width: 160px;
    }
 
    .dc-phase-num {
      font-family: 'Arial', sans-serif;
      font-size: 11px;
      font-weight: 700;
      color: white;
      background: #2d7a3a;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
    }
 
    .dc-phase-text {
      font-family: 'Arial', sans-serif;
      font-size: 13px;
      color: #2a3d2b;
      line-height: 1.4;
    }
 
    .dc-cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #1a2e1c;
      color: white;
      font-family: 'Arial', sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-decoration: none;
      padding: 12px 22px;
      border-radius: 6px;
      transition: background 0.2s;
    }
 
    .dc-cta:hover {
      background: #2d7a3a;
    }
 
    .dc-cta svg {
      width: 14px;
      height: 14px;
    }
 
    /* Tarjeta de agradecimiento a ODINS */
    .dc-thanks {
      background: white;
      border: 1.5px solid #c8e6c9;
      border-radius: 14px;
      padding: 28px 24px;
    }
 
    .dc-thanks-label {
      font-family: 'Arial', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #6a8f6d;
      margin-bottom: 14px;
    }
 
    .dc-thanks-logo-wrap {
      margin-bottom: 16px;
    }
 
    .dc-thanks-logo-wrap a {
      text-decoration: none;
    }
 
    .dc-thanks-logo-wrap img {
      height: 40px;
      width: auto;
    }
 
    .dc-thanks-text {
      font-size: 15px;
      line-height: 1.7;
      color: #3d4f3e;
      margin: 0 0 18px;
    }
 
    .dc-thanks-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-family: 'Arial', sans-serif;
      font-size: 13px;
      font-weight: 600;
      color: #2d7a3a;
      text-decoration: none;
      border-bottom: 1.5px solid #2d7a3a;
      padding-bottom: 2px;
      transition: color 0.2s;
    }
 
    .dc-thanks-link:hover {
      color: #1a2e1c;
      border-color: #1a2e1c;
    }
 
    .dc-partners-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
      padding-top: 16px;
      border-top: 1px solid #e8f0e8;
    }
 
    .dc-partners-row span {
      font-family: 'Arial', sans-serif;
      font-size: 11px;
      color: #8aab8c;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }
 
    .dc-partners-row img {
      height: 26px;
      width: auto;
      opacity: 0.75;
      filter: grayscale(0.3);
    }
 
    @media (max-width: 820px) {
      .dc-header {
        flex-direction: column;
        align-items: flex-start;
      }
      .dc-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 240px 200px 200px;
      }
      .dc-gallery figure:first-child {
        grid-row: auto;
      }
      .dc-bottom {
        grid-template-columns: 1fr;
      }
    }
  