.elementor-63826 .elementor-element.elementor-element-3e6a886 .elementor-button-content-wrapper{flex-direction:row;}.elementor-63826 .elementor-element.elementor-element-3e6a886 .elementor-button:hover, .elementor-63826 .elementor-element.elementor-element-3e6a886 .elementor-button:focus{color:#FFFFFF;}.elementor-63826 .elementor-element.elementor-element-3e6a886 .elementor-button:hover svg, .elementor-63826 .elementor-element.elementor-element-3e6a886 .elementor-button:focus svg{fill:#FFFFFF;}/* Start custom CSS for column, class: .elementor-element-58cc4f6 */<style>
  /* Estilos de la tarjeta */
  .marcos-card {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
  }
  
  .marcos-card:hover {
    transform: translateY(-5px);
  }

  /* Encabezado */
  .marcos-header {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); /* Tonos oscuros profesionales */
    color: white;
    padding: 20px;
    text-align: center;
  }

  .marcos-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
  }

  .marcos-header span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
  }

  /* Imagen */
  .marcos-img-container {
    text-align: center;
    background: #f9f9f9;
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
  }
  
  .marcos-img-container img {
    max-width: 80%;
    height: auto;
    /* Aquí iría la imagen 3D generada anteriormente */
    border-radius: 8px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }

  /* Lista de beneficios */
  .marcos-body {
    padding: 25px;
  }

  .marcos-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .marcos-list li {
    margin-bottom: 12px;
    color: #444;
    font-size: 16px;
    display: flex;
    align-items: start;
  }

  .check-icon {
    color: #27ae60; /* Verde éxito */
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
  }

  /* Precio y Botón */
  .marcos-footer {
    padding: 0 25px 25px;
    text-align: center;
  }

  .price-tag {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    display: block;
    margin-bottom: 15px;
  }
  
  .price-small {
    font-size: 16px;
    color: #888;
    text-decoration: line-through;
    margin-right: 10px;
  }

  .cta-button {
    background-color: #d32f2f; /* Rojo llamativo para la acción */
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(211, 47, 47, 0.3);
  }

  .cta-button:hover {
    background-color: #b71c1c;
    box-shadow: 0 6px 12px rgba(211, 47, 47, 0.4);
  }
  
  .digital-badge {
    display: inline-block;
    background: #e3f2fd;
    color: #1565c0;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 10px;
  }
</style>

<div class="marcos-card">
  <div class="marcos-header">
    <span>Pack Exclusivo</span>
    <h2>Aprende Inglés con Marcos</h2>
  </div>
  
  <div class="marcos-img-container">
    <img src="https://placehold.co/600x400/png?text=Imagen+Pack+3D" alt="Pack Inglés Marcos">
    <br>
    <span class="digital-badge">⚡ Acceso 100% Digital e Inmediato</span>
  </div>

  <div class="marcos-body">
    <ul class="marcos-list">
      <li><span class="check-icon">✔</span> 2+ Horas de Video Explicativo</li>
      <li><span class="check-icon">✔</span> 1+ Hora de Video Narrado</li>
      <li><span class="check-icon">✔</span> PDF Completo del Libro de Marcos</li>
      <li><span class="check-icon">✔</span> 2+ Horas de Audio Explicativo</li>
      <li><span class="check-icon">✔</span> 1+ Hora de Audio Narrado (Ideal para repasar)</li>
    </ul>
  </div>

  <div class="marcos-footer">
    <div class="price-tag">
      <span class="price-small">$47</span>$9 USD
    </div>
    <a href="TU_LINK_DE_PAGO_AQUI" class="cta-button">¡QUIERO LA OFERTA! 👉</a>
  </div>
</div>/* End custom CSS */