
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    
    html,
    body {
      overflow-x: hidden;
    }
    
    body {
      font-family: 'Libre Franklin', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
      color: #1a1a1a;
      background: #fff;
      line-height: 1.6;
      font-size: 16px;
    }
    
    .day-cap {
      display: inline-block;
      text-transform: capitalize;
    }
    /* Full-bleed фото на мобильном */
    
    @media (max-width: 720px) {
      .article-img {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        margin-top: 24px !important;
        margin-bottom: 6px !important;
        border-radius: 0 !important;
      }
    }
    /* ===== CABECERA EL UNIVERSAL ===== */
    
    .main-header {
      border-bottom: 2px solid #004B93;
      padding: 14px 0;
    }
    
    .main-header-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    
    .logo img {
      height: 38px;
      width: auto;
    }
    
    .logo-link {
      display: flex;
      align-items: center;
      text-decoration: none;
    }
    
    .logo-img {
      height: 36px;
      width: auto;
      display: block;
    }
    
    .header-actions {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    
    .menu-hamburger {
      font-size: 26px;
      color: #1a1a1a;
      text-decoration: none;
      padding: 4px 8px;
      line-height: 1;
    }
    
    .btn-subscribe {
      background: #004B93;
      color: #fff;
      border: none;
      padding: 9px 22px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.5px;
      cursor: pointer;
      text-transform: uppercase;
      text-decoration: none;
    }
    
    .btn-login {
      color: #004B93;
      font-size: 13px;
      font-weight: 600;
      text-decoration: none;
      padding: 8px 12px;
    }
    /* ===== NAVEGACIÓN ===== */
    
    .nav-strip {
      border-bottom: 1px solid #e0e0e0;
      padding: 0;
      background: #fff;
    }
    
    .nav-strip-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      gap: 0;
      align-items: stretch;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    
    .nav-strip-inner::-webkit-scrollbar {
      display: none;
    }
    
    .nav-strip-inner a {
      font-size: 13px;
      font-weight: 600;
      color: #1a1a1a;
      text-decoration: none;
      padding: 12px 16px;
      white-space: nowrap;
      border-bottom: 3px solid transparent;
      transition: border-color 0.2s;
    }
    
    .nav-strip-inner a:hover {
      border-bottom-color: #004B93;
    }
    
    .nav-strip-inner a.active {
      color: #004B93;
      border-bottom-color: #004B93;
    }
    /* ===== ARTÍCULO ===== */
    
    article {
      max-width: 720px;
      margin: 40px auto;
      padding: 0 20px;
    }
    
    .section-tag {
      font-size: 13px;
      font-weight: 700;
      color: #004B93;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .section-tag .urgent {
      color: #d32f2f;
      font-weight: 800;
      font-size: 11px;
      letter-spacing: 1px;
    }
    
    h1.headline {
      font-family: 'Libre Franklin', sans-serif;
      font-weight: 900;
      font-size: 42px;
      line-height: 1.15;
      letter-spacing: -0.5px;
      color: #1a1a1a;
      margin-bottom: 16px;
    }
    
    .subheadline {
      font-family: 'Lora', serif;
      font-size: 19px;
      line-height: 1.55;
      color: #555;
      margin-bottom: 28px;
    }
    
    .article-img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 4px;
      margin: 24px 0 6px;
    }
    
    .photo-caption {
      font-family: 'Lora', serif;
      font-style: italic;
      font-size: 13px;
      color: #666;
      margin-bottom: 24px;
      padding: 6px 0;
      border-bottom: 1px solid #e0e0e0;
    }
    
    .author-block {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 28px;
      padding-bottom: 18px;
      border-bottom: 1px solid #e0e0e0;
    }
    
    .author-avatar {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #004B93;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: 15px;
    }
    
    .author-name {
      font-weight: 700;
      font-size: 14px;
    }
    
    .author-role {
      font-size: 12px;
      color: #666;
    }
    
    .author-date {
      font-size: 12px;
      color: #666;
      margin-top: 2px;
    }
    
    article p {
      font-family: 'Lora', serif;
      font-size: 17px;
      line-height: 1.75;
      margin-bottom: 18px;
    }
    
    article h2 {
      font-family: 'Libre Franklin', sans-serif;
      font-weight: 800;
      font-size: 22px;
      margin: 34px 0 14px;
      color: #1a1a1a;
    }
    /* ===== CITA DEL HOSPITAL ===== */
    
    .hospital-quote {
      border-left: 4px solid #004B93;
      background: #f4f8fc;
      padding: 20px 24px;
      margin: 24px 0;
    }
    
    .hospital-quote p {
      font-family: 'Lora', serif;
      font-style: italic;
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 14px;
    }
    
    .hospital-quote p:last-child {
      margin-bottom: 0;
    }
    
    .hospital-quote p b {
      font-style: normal;
    }
    /* ===== DIÁLOGO ===== */
    
    .dialogue {
      margin: 22px 0;
    }
    
    .dialogue .q {
      font-family: 'Libre Franklin', sans-serif;
      font-size: 16px;
      line-height: 1.65;
      margin-bottom: 14px;
    }
    
    .dialogue .q b:first-child {
      font-weight: 900;
      color: #004B93;
    }
    
    .dialogue .a {
      font-family: 'Lora', serif;
      font-size: 17px;
      line-height: 1.7;
      margin-bottom: 14px;
    }
    
    .dialogue .a b:first-child {
      font-family: 'Libre Franklin', sans-serif;
      font-weight: 900;
      color: #1a1a1a;
    }
    
    .interview-meta {
      background: #f4f8fc;
      padding: 14px 18px;
      border-radius: 4px;
      margin: 24px 0;
      font-size: 14px;
      color: #555;
    }
    
    .interview-meta b {
      color: #1a1a1a;
    }
    /* ===== Q&A CON RAMÓN ===== */
    
    .ramon-qa {
      margin: 24px 0;
    }
    
    .ramon-qa .q {
      font-family: 'Libre Franklin', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #004B93;
      margin-top: 22px;
      margin-bottom: 8px;
    }
    
    .ramon-qa .a {
      font-family: 'Lora', serif;
      font-size: 17px;
      line-height: 1.7;
      margin-bottom: 8px;
      padding-left: 14px;
      border-left: 2px solid #e0e0e0;
    }
    
    .ramon-qa .narration {
      font-family: 'Lora', serif;
      font-style: italic;
      font-size: 16px;
      color: #555;
      margin: 12px 0;
    }
    /* ===== ENLACE PLATAFORMA ===== */
    
    a.platform-link,
    a.platform-link:link,
    a.platform-link:visited {
      color: #004B93 !important;
      text-decoration: underline;
      font-weight: 600;
    }
    /* ===== TABLA DE INGRESOS ===== */
    
    .income-cta-block {
      background: #f4f8fc;
      border-left: 4px solid #004B93;
      padding: 24px 26px;
      margin: 30px 0;
    }
    
    .income-cta-block h3 {
      font-family: 'Libre Franklin', sans-serif;
      margin: 0 0 12px;
      font-size: 20px;
      font-weight: 700;
      color: #004B93;
    }
    
    .income-cta-block p {
      font-family: 'Lora', serif;
      font-size: 16px;
    }
    
    .income-scroll {
      margin: 18px 0;
    }
    
    .income-scroll table.income {
      margin: 0;
    }
    
    table.income {
      width: 100%;
      border-collapse: collapse;
      font-family: 'Libre Franklin', sans-serif;
      font-size: 14px;
    }
    
    table.income thead th {
      background: #004B93;
      color: #fff;
      text-align: left;
      padding: 12px 14px;
      font-weight: 600;
      font-size: 13px;
    }
    
    table.income tbody td {
      padding: 14px;
      border-bottom: 1px solid #e0e0e0;
      background: #fff;
    }
    
    table.income tbody tr:nth-child(odd) td {
      background: #fafafa;
    }
    
    table.income .capital {
      font-weight: 700;
    }
    
    table.income .income-base {
      color: #2e7d32;
      font-weight: 600;
      text-align: center;
    }
    
    table.income .income-growth {
      color: #004B93;
      font-weight: 700;
      text-align: center;
    }
    
    table.income .capital,
    table.income .income-base,
    table.income .income-growth {
      white-space: nowrap;
    }
    
    @media (max-width:768px) {
      table.income {
        table-layout: fixed;
        width: 100%;
      }
      table.income .capital,
      table.income .income-base,
      table.income .income-growth {
        white-space: normal;
      }
      table.income thead th {
        font-size: 11px;
        padding: 7px 6px;
        line-height: 1.3;
      }
      table.income tbody td {
        font-size: 13px;
        padding: 9px 6px;
        line-height: 1.3;
      }
    }
    
    @media (max-width:480px) {
      table.income thead th {
        font-size: 10px;
        padding: 6px 5px;
      }
      table.income tbody td {
        font-size: 12px;
        padding: 8px 5px;
      }
    }
    /* ===== CALCULADORA ===== */
    
    .calculator-block {
      background: #fff;
      border: 2px solid #004B93;
      border-radius: 6px;
      padding: 24px;
      margin: 24px 0;
    }
    
    .calculator-block h4 {
      font-size: 18px;
      font-weight: 700;
      margin: 0 0 18px;
      color: #004B93;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    
    .calc-row {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin-bottom: 12px;
    }
    
    .calc-label {
      font-size: 14px;
      color: #666;
    }
    
    .calc-amount {
      font-size: 26px;
      font-weight: 700;
    }
    
    #calcSlider {
      width: 100%;
      height: 6px;
      -webkit-appearance: none;
      appearance: none;
      background: #ddd;
      border-radius: 3px;
      outline: none;
      margin: 8px 0 6px;
    }
    
    #calcSlider::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 22px;
      height: 22px;
      background: #004B93;
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }
    
    #calcSlider::-moz-range-thumb {
      width: 22px;
      height: 22px;
      background: #004B93;
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid #fff;
    }
    
    .calc-range-labels {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: #757575;
      margin-bottom: 18px;
    }
    
    .calc-result {
      background: #f4f8fc;
      border-left: 4px solid #004B93;
      padding: 14px 16px;
      margin-bottom: 18px;
    }
    
    .calc-result-label {
      font-size: 13px;
      color: #666;
      margin-bottom: 4px;
    }
    
    .calc-result-value {
      font-size: 22px;
      font-weight: 800;
      color: #004B93;
      line-height: 1.2;
      margin-bottom: 8px;
      white-space: nowrap;
    }
    
    .calc-disclaimer {
      font-size: 11px;
      color: #757575;
      font-style: italic;
    }
    /* ===== DATOS DE LA PLATAFORMA ===== */
    
    .platform-facts {
      background: #fafafa;
      padding: 18px 22px;
      border-left: 3px solid #004B93;
      margin: 18px 0;
      font-size: 14px;
      line-height: 1.8;
    }
    
    .platform-facts b {
      font-weight: 700;
      color: #004B93;
    }
    /* ===== REGISTRO ===== */
    
    .registration-block {
      background: #f4f8fc;
      border: 1px solid #004B93;
      padding: 26px;
      margin: 30px 0;
      border-radius: 4px;
    }
    
    .registration-block h2 {
      margin-top: 0;
      color: #004B93;
    }
    
    .reg-step {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 14px;
    }
    
    .reg-step-num {
      background: #004B93;
      color: #fff;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 14px;
      flex-shrink: 0;
    }
    
    .reg-step-text {
      font-family: 'Lora', serif;
      font-size: 15px;
      line-height: 1.5;
    }
    
    .deadline-line {
      font-family: 'Lora', serif;
      font-size: 16px;
      margin: 18px 0;
    }
    
    .deadline-line b {
      font-weight: 700;
      color: #004B93;
    }
    
    .warning-block {
      background: #fff3cd;
      border-left: 4px solid #ffa000;
      padding: 14px 18px;
      margin: 18px 0;
      font-size: 14px;
    }
    
    .warning-block b {
      color: #d84315;
    }
    /* ===== CTA ===== */
    
    .cta-button {
      display: block;
      background: #004B93;
      color: #fff;
      text-align: center;
      padding: 22px;
      text-decoration: none;
      font-size: 17px;
      font-weight: 800;
      letter-spacing: 1.2px;
      margin: 30px 0;
      border-radius: 4px;
      text-transform: uppercase;
      transition: background 0.2s;
    }
    
    .cta-button:hover {
      background: #003572;
    }
    
    .cta-button.cta-calc {
      margin: 0;
      padding: 16px;
      font-size: 15px;
    }
    
    .cta-subtext {
      text-align: center;
      font-size: 13px;
      color: #666;
      margin-top: -22px;
      margin-bottom: 30px;
      font-style: italic;
    }
    
    .cta-subtext b {
      color: #004B93;
    }
    /* ===== STICKY CTA ===== */
    
    .sticky-cta {
      position: fixed;
      bottom: calc(14px + env(safe-area-inset-bottom));
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 32px);
      max-width: 420px;
      background: #004B93;
      color: #fff;
      text-align: center;
      padding: 16px 20px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      z-index: 9999;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
      border-radius: 10px;
      transition: background 0.2s;
    }
    
    .sticky-cta:hover {
      background: #003572;
    }
    /* ===== CONTADOR DE LECTORES ===== */
    
    .reaction-card {
      background: #f8f9fa;
      border-left: 4px solid #004B93;
      padding: 16px 20px;
      margin-bottom: 16px;
      border-radius: 0 6px 6px 0;
    }
    
    .rc-source {
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 6px;
      color: #333;
    }
    
    .rc-text {
      font-size: 15px;
      line-height: 1.5;
      color: #1a1a1a;
      margin-bottom: 6px;
    }
    
    .rc-author {
      font-size: 13px;
      color: #666;
    }
    
    .viewer-counter {
      background: #004B93;
      color: #fff;
      padding: 14px 20px;
      margin: 28px 0;
      border-radius: 4px;
      display: flex;
      align-items: center;
      gap: 14px;
      font-size: 14px;
    }
    
    .viewer-dot {
      width: 10px;
      height: 10px;
      background: #00e676;
      border-radius: 50%;
      flex-shrink: 0;
      animation: pulse 1.5s ease-in-out infinite;
    }
    
    @keyframes pulse {
      0%,
      100% {
        opacity: 1;
        transform: scale(1);
      }
      50% {
        opacity: 0.85;
        transform: scale(1.15);
      }
    }
    
    .viewer-counter .count-num {
      font-weight: 800;
      font-size: 18px;
      color: #00e676;
      min-width: 30px;
      text-align: center;
      transition: opacity 0.3s;
    }
    /* ===== COMENTARIOS (ESTILO FACEBOOK) ===== */
    
    .fb-section {
      background: #f0f2f5;
      padding: 32px 0 60px;
      margin-top: 30px;
      border-top: 1px solid #e0e0e0;
    }
    
    .fb-header {
      max-width: 680px;
      margin: 0 auto 20px;
      padding: 0 20px;
      font-size: 17px;
      font-weight: 700;
      color: #050505;
    }
    
    .fb-input-area {
      max-width: 680px;
      margin: 0 auto 24px;
      padding: 12px 20px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    
    .fb-input-avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #ccc;
      flex-shrink: 0;
    }
    
    .fb-input-field {
      flex: 1;
      background: #fff;
      border: 1px solid #ced0d4;
      border-radius: 18px;
      padding: 9px 14px;
      color: #555;
      font-size: 14px;
    }
    
    .fb-comments-container {
      max-width: 680px;
      margin: 0 auto;
      padding: 0 20px;
    }
    
    .fb-comment {
      display: flex;
      gap: 8px;
      margin-bottom: 16px;
    }
    
    .fb-comment.fb-reply {
      margin-left: 44px;
    }
    
    .fb-avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    
    .av-blue {
      background: #1877F2;
    }
    
    .av-pink {
      background: #ec407a;
    }
    
    .av-orange {
      background: #fb8c00;
    }
    
    .av-teal {
      background: #00897b;
    }
    
    .av-red {
      background: #e53935;
    }
    
    .av-grey {
      background: #757575;
    }
    
    .av-green {
      background: #43a047;
    }
    
    .av-purple {
      background: #8e24aa;
    }
    
    .av-brown {
      background: #6d4c41;
    }
    
    .av-amber {
      background: #c89c00;
    }
    
    .fb-comment-body {
      flex: 1;
      min-width: 0;
    }
    
    .fb-comment-bubble {
      background: #fff;
      border-radius: 18px;
      padding: 8px 12px;
    }
    
    .fb-comment-author {
      font-size: 13px;
      font-weight: 600;
      color: #050505;
      margin-bottom: 2px;
    }
    
    .fb-comment-text {
      font-size: 14px;
      color: #050505;
      line-height: 1.4;
    }
    
    .fb-screenshot {
      margin-top: 8px;
    }
    
    .fb-screenshot img {
      max-width: 180px !important;
      width: 100% !important;
      height: auto !important;
      border-radius: 8px;
      border: 1px solid #ddd;
    }
    
    .fb-comment-meta {
      display: flex;
      gap: 14px;
      padding: 5px 12px 0;
      font-size: 12px;
      color: #555;
      align-items: center;
    }
    
    .fb-comment-meta .meta-action {
      font-weight: 600;
      cursor: pointer;
    }
    
    .fb-comment-meta .meta-likes {
      margin-left: auto;
      background: #fff;
      border: 1px solid #ced0d4;
      border-radius: 12px;
      padding: 1px 8px;
      font-size: 11px;
    }
    /* ===== FOOTER ===== */
    
    footer.site-footer {
      background: #1a1a1a;
      padding: 30px 20px;
      border-top: 1px solid #333;
      font-size: 12px;
      color: #aaa;
      text-align: center;
    }
    
    footer .footer-logo {
      margin-bottom: 10px;
      font-family: 'Libre Franklin', sans-serif;
      font-weight: 900;
      font-size: 22px;
      color: #fff;
      letter-spacing: -0.3px;
    }
    /* ===== RESPONSIVE ===== */
    
    @media (max-width:768px) {
      .main-header-inner {
        padding: 0 12px;
      }
      .logo-img {
        height: 28px;
      }
      .btn-login {
        display: none;
      }
      .btn-subscribe {
        padding: 7px 14px;
        font-size: 11px;
      }
      article {
        margin: 24px auto;
        padding: 0 14px;
      }
      h1.headline {
        font-size: 30px;
      }
      .subheadline {
        font-size: 17px;
      }
      article p,
      .hospital-quote p,
      .dialogue .a,
      .ramon-qa .a {
        font-size: 18px;
      }
      .income-cta-block {
        padding: 20px 16px;
      }
      .calculator-block {
        padding: 18px 14px;
      }
      .sticky-cta {
        font-size: 15px;
        padding: 15px 16px;
      }
    }
    
    @media (max-width:480px) {
      .logo-img {
        height: 24px;
      }
      h1.headline {
        font-size: 25px;
      }
      .subheadline {
        font-size: 15px;
      }
      article p {
        font-size: 17px;
      }
      .calc-amount {
        font-size: 22px;
      }
      .calc-result-value {
        font-size: 19px;
      }
      .sticky-cta {
        font-size: 14px;
        padding: 14px;
      }
    }
