.elementor-78967 .elementor-element.elementor-element-0559b6f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7a377a0 */:root {
      --bg-primary: #0a0a0a;
      --bg-secondary: #111111;
      --accent: #ffe100;
      --accent-warm: #e2c374;
      --text-primary: #ffffff;
      --text-muted: #b8b8b8;
      --border-subtle: rgba(255, 255, 255, 0.08);
      --accent-danger: #7f1d1d;
      --font-main: 'Montserrat', sans-serif;
      --radius-card: 20px;
      --radius-btn: 10px;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: var(--font-main);
      background-color: var(--bg-primary);
      color: var(--text-primary);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    .container {
      max-width: 820px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .container-wide {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .eyebrow {
      display: inline-block;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--text-muted);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 4px;
      padding: 6px 14px;
      margin-bottom: 24px;
    }

    .text-accent {
      color: var(--accent);
    }

    .text-muted {
      color: var(--text-muted);
    }

    /* ── HEADER GRACIAS ── */
    .section-thanks-hero {
      padding: 80px 0 60px;
      text-align: center;
      border-bottom: 1px solid var(--border-subtle);
    }

    .thanks-check {
      width: 64px;
      height: 64px;
      background: var(--accent);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 28px;
      font-size: 28px;
      color: #000;
      font-weight: 900;
    }

    .section-thanks-hero h1 {
      font-size: clamp(28px, 5vw, 52px);
      font-weight: 900;
      color: var(--accent);
      line-height: 1.1;
      margin-bottom: 12px;
    }

    .section-thanks-hero h2 {
      font-size: clamp(18px, 2.5vw, 26px);
      font-weight: 600;
      color: var(--text-primary);
      margin-bottom: 16px;
    }

    .section-thanks-hero p {
      font-size: 16px;
      color: var(--text-muted);
      max-width: 560px;
      margin: 0 auto;
      line-height: 1.7;
    }

    /* ── CARTA ABIERTA ── */
    .section-carta {
      padding: 80px 0;
      background: var(--bg-secondary);
    }

    .section-carta h2 {
      font-size: clamp(22px, 3vw, 30px);
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 40px;
      text-align: center;
    }

    .carta-body {
      background: var(--bg-primary);
      border: 1px solid rgba(255, 225, 0, 0.15);
      border-radius: var(--radius-card);
      padding: 52px 52px;
    }

    .carta-header {
      margin-bottom: 36px;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--border-subtle);
    }

    .carta-header p {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.75;
    }

    .carta-content p {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.85;
      margin-bottom: 22px;
    }

    .carta-content p.highlight-para {
      color: var(--text-primary);
      font-weight: 500;
      border-left: 3px solid rgba(255, 225, 0, 0.5);
      padding-left: 20px;
      margin-left: 0;
    }

    .carta-content p.standalone {
      font-size: 16px;
      color: var(--text-primary);
      font-weight: 500;
      font-style: italic;
    }

    .carta-firma {
      margin-top: 40px;
      padding-top: 28px;
      border-top: 1px solid var(--border-subtle);
    }

    .carta-firma p {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.7;
      margin-bottom: 6px;
    }

    .carta-firma .firma-name {
      font-size: 20px;
      font-weight: 700;
      color: var(--accent);
      margin-top: 12px;
    }

    @media (max-width: 640px) {
      .carta-body {
        padding: 28px 20px;
      }
    }

    /* ── AUDIO PLAYER ── */
    .section-audio {
      padding: 80px 0;
      background: var(--bg-primary);
    }

    .section-audio h2 {
      font-size: clamp(22px, 3vw, 30px);
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 12px;
      text-align: center;
    }

    .section-audio .audio-desc {
      font-size: 15px;
      color: var(--text-muted);
      text-align: center;
      max-width: 560px;
      margin: 0 auto 40px;
      line-height: 1.7;
    }

    /* Tabs idioma */
    .tabs-lang {
      display: flex;
      gap: 8px;
      margin-bottom: 24px;
      justify-content: center;
    }

    .tab-btn {
      background: var(--bg-secondary);
      border: 1px solid var(--border-subtle);
      border-radius: 8px;
      padding: 10px 28px;
      font-family: var(--font-main);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--text-muted);
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .tab-btn.active {
      background: var(--accent);
      color: #000;
      border-color: var(--accent);
    }

    .tab-btn:hover:not(.active) {
      border-color: rgba(255, 225, 0, 0.3);
      color: var(--text-primary);
    }

    .audio-panel {
      display: none;
    }

    .audio-panel.active {
      display: block;
    }

    .bunny-stream-video {
      position: relative;
      padding-top: 56.25%;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border-subtle);
    }

    .bunny-stream-video iframe {
      border: 0;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
    }

    /* ── INFORME ESPECIAL 2030 ── */
    .section-report {
      padding: 80px 0;
      background: var(--bg-secondary);
      border-bottom: 1px solid var(--border-subtle);
    }

    .report-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 48px;
      align-items: flex-start;
    }

    .report-col-text {
      flex: 1.2;
      min-width: 320px;
    }

    .report-col-media {
      flex: 0.8;
      min-width: 280px;
      position: sticky;
      top: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .report-badge {
      display: inline-block;
      background: rgba(255, 225, 0, 0.1);
      border: 1px solid rgba(255, 225, 0, 0.3);
      border-radius: 4px;
      padding: 6px 16px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 20px;
    }

    .report-title {
      font-size: clamp(24px, 3.5vw, 36px);
      font-weight: 800;
      line-height: 1.2;
      color: var(--text-primary);
      margin-bottom: 16px;
    }

    .report-subtitle {
      font-size: clamp(16px, 2vw, 20px);
      font-weight: 600;
      color: var(--accent-warm);
      margin-bottom: 32px;
      line-height: 1.4;
      border-left: 3px solid var(--accent);
      padding-left: 16px;
    }

    .report-intro-content {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.8;
    }

    .report-intro-content p {
      margin-bottom: 20px;
    }

    .report-intro-content p.highlight {
      color: var(--text-primary);
      font-weight: 500;
      border-left: 3px solid rgba(255, 225, 0, 0.5);
      padding-left: 20px;
      margin-left: 0;
    }

    .report-forces-list {
      list-style: none;
      margin: 28px 0;
      padding-left: 0;
    }

    .report-forces-list li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 20px;
      font-size: 15px;
      line-height: 1.7;
      color: var(--text-muted);
    }

    .report-forces-list li::before {
      content: "✦";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--accent);
      font-size: 16px;
    }

    .report-forces-list li strong {
      color: var(--text-primary);
      display: block;
      margin-bottom: 4px;
      font-size: 16px;
    }

    .highlight-soberania {
      background: rgba(255, 225, 0, 0.03);
      border-left: 4px solid var(--accent);
      padding: 24px 28px;
      margin: 32px 0;
      border-radius: 0 12px 12px 0;
    }

    .highlight-soberania strong {
      display: block;
      margin-top: 12px;
      color: var(--text-primary);
      font-size: 17px;
    }

    .report-cover-img {
      width: 100%;
      max-width: 340px;
      border-radius: 12px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .report-cover-img:hover {
      transform: translateY(-4px) scale(1.02);
      box-shadow: 0 25px 50px rgba(255, 225, 0, 0.2);
    }

    .btn-download {
      display: inline-block;
      width: 100%;
      max-width: 340px;
      background: var(--accent);
      color: #000 !important;
      font-family: var(--font-main);
      font-weight: 800;
      font-size: 15px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      padding: 18px 32px;
      border-radius: var(--radius-btn);
      transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
      box-shadow: 0 10px 20px rgba(255, 225, 0, 0.15);
    }

    .btn-download:hover {
      background: #f5d800;
      transform: translateY(-2px);
      box-shadow: 0 12px 24px rgba(255, 225, 0, 0.3);
    }

    .btn-download:active {
      transform: translateY(0);
    }

    .download-meta {
      font-size: 12px;
      color: var(--text-muted);
      text-align: center;
      margin-top: -8px;
    }

    /* ── MIENTRAS TANTO ── */
    .section-follow {
      padding: 80px 0;
      background: var(--bg-primary);
    }

    .section-follow h2 {
      font-size: clamp(20px, 2.5vw, 28px);
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 32px;
      text-align: center;
    }

    .social-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: center;
      margin-bottom: 52px;
    }

    .social-link {
      display: flex;
      align-items: center;
      gap: 10px;
      background: var(--bg-secondary);
      border: 1px solid var(--border-subtle);
      border-radius: 12px;
      padding: 14px 24px;
      text-decoration: none;
      color: #b8b8b8 !important;
      font-size: 14px;
      font-weight: 600;
      transition: all 0.2s ease;
    }

    .social-link:hover {
      border-color: rgba(255, 225, 0, 0.35);
      color: var(--text-primary);
      background: rgba(255, 255, 255, 0.03);
    }

    .social-icon {
      font-size: 18px;
      color: var(--accent);
    }

    .closing-quote {
      text-align: center;
      max-width: 600px;
      margin: 0 auto;
      padding: 40px 0 0;
      border-top: 1px solid var(--border-subtle);
    }

    .closing-quote p {
      font-size: clamp(16px, 2vw, 20px);
      font-weight: 700;
      color: var(--text-primary);
      line-height: 1.5;
      margin-bottom: 8px;
    }

    .closing-quote p.sub {
      font-size: 14px;
      font-weight: 400;
      color: var(--text-muted);
    }

    /* ── FOOTER ── */
    .site-footer {
      background: var(--bg-secondary);
      border-top: 1px solid var(--border-subtle);
      padding: 32px 0;
      text-align: center;
    }

    .site-footer p {
      font-size: 12px;
      color: var(--text-muted);
      letter-spacing: 0.04em;
    }

    .site-footer a {
      color: var(--accent-warm);
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .report-grid {
        flex-direction: column-reverse;
        gap: 32px;
      }

      .report-col-media {
        position: static;
        width: 100%;
      }
    }/* End custom CSS */