* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    html {
      scroll-behavior: smooth;
    }
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background-color: #0a0a0a;
      color: #eaeaea;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    .contenedor-principal {
      max-width: 840px;
      margin: 0 auto;
      padding: 0 20px;
    }
    h1, h2, h3 {
      font-weight: 700;
      line-height: 1.3;
    }
    h2 {
      font-size: 28px;
      text-align: center;
      margin-bottom: 40px;
      color: #f5c842;
      position: relative;
    }
    h2::after {
      content: "";
      width: 60px;
      height: 3px;
      background: linear-gradient(90deg, #f5c842, #e69500);
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
    }
    .seccion-estilo {
      padding: 60px 0;
      border-bottom: 1px solid #1f1f1f;
    }

    .hero-principal {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 100vh;
      padding: 20px;
      background: url(static/image/a.jpg) center center / cover no-repeat fixed;
      position: relative;
      background-blend-mode: overlay;
      background-color: rgba(0, 0, 0, 0.7);
      background-attachment: fixed;
    }
    .hero-principal::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 70%, rgba(245, 200, 66, 0.07), transparent 60%);
      pointer-events: none;
    }
    .hero-principal h1 {
      font-size: 46px;
      color: #ffffff;
      margin-bottom: 20px;
      text-shadow: 3px 3px 14px rgba(0, 0, 0, 0.9);
      line-height: 1.2;
      position: relative;
      z-index: 2;
    }
    .hero-principal h1 .resalte-dorado {
      color: #f5c842;
      font-weight: 900;
    }
    .hero-principal .subtitulo-hero {
      font-size: 20px;
      max-width: 680px;
      color: #e8e8e8;
      margin-bottom: 35px;
      line-height: 1.5;
      position: relative;
      z-index: 2;
    }
    .boton-cta-principal {
      display: inline-block;
      background: linear-gradient(135deg, #f5c842, #e69500);
      color: #000;
      padding: 18px 42px;
      font-size: 19px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 50px;
      transition: all 0.3s ease;
      box-shadow: 0 8px 25px rgba(245, 200, 66, 0.3);
      position: relative;
      z-index: 2;
    }
    .boton-cta-principal:hover {
      transform: translateY(-3px) scale(1.03);
      box-shadow: 0 15px 35px rgba(245, 200, 66, 0.4);
      background: linear-gradient(135deg, #e69500, #f5c842);
    }

    .seccion-dolores {
      background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    }
    .cuadricula-dolores {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }
    .tarjeta-dolor {
      background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
      padding: 30px;
      border-radius: 15px;
      text-align: center;
      border: 1px solid #333;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    .tarjeta-dolor::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 87, 34, 0.08), transparent);
      transition: left 0.5s ease;
    }
    .tarjeta-dolor:hover::before {
      left: 100%;
    }
    .tarjeta-dolor:hover {
      transform: translateY(-5px);
      border-color: #ff5722;
      box-shadow: 0 10px 30px rgba(255, 87, 34, 0.15);
    }
    .tarjeta-dolor h3 {
      font-size: 22px;
      color: #ff5722;
      margin-bottom: 15px;
      font-weight: 700;
    }
    .tarjeta-dolor p {
      font-size: 16px;
      color: #bbb;
      line-height: 1.5;
    }

    .seccion-metodo {
      background: linear-gradient(135deg, #0a0a0a, #151515);
      position: relative;
    }
    .seccion-metodo::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 70%, rgba(245, 200, 66, 0.04), transparent 60%);
      pointer-events: none;
    }
    .bloque-metodo {
      background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
      border-radius: 20px;
      padding: 40px;
      margin-bottom: 30px;
      border: 2px solid #333;
      transition: all 0.3s ease;
    }
    .bloque-metodo:hover {
      transform: translateY(-3px);
      border-color: #f5c842;
      box-shadow: 0 15px 40px rgba(245, 200, 66, 0.1);
    }
    .bloque-metodo h3 {
      font-size: 24px;
      color: #f5c842;
      margin-bottom: 15px;
      font-weight: 700;
    }
    .bloque-metodo p {
      font-size: 17px;
      color: #ddd;
      line-height: 1.6;
    }
    .bloque-metodo b {
      color: #f5c842;
      font-weight: 700;
    }
    .imagen-ilustrativa {
      width: 100%;
      border-radius: 16px;
      margin-bottom: 25px;
      border: 1px solid #2a2a2a;
    }

    .seccion-valor {
      background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    }
    .cuadricula-valor {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }
    .tarjeta-valor {
      background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
      padding: 35px;
      border-radius: 18px;
      border-left: 0px solid #f5c842;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    .tarjeta-valor::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      height: 100px;
      background: radial-gradient(circle, rgba(245, 200, 66, 0.08), transparent 70%);
      pointer-events: none;
    }
    .tarjeta-valor:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(245, 200, 66, 0.12);
      border-left-color: #e69500;
    }
    .tarjeta-valor h3 {
      font-size: 22px;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      gap: 12px;
      color: #f5c842;
      font-weight: 700;
    }
    .tarjeta-valor p {
      font-size: 16px;
      color: #ccc;
      line-height: 1.6;
    }

    .seccion-conversion {
      text-align: center;
      background: linear-gradient(135deg, #0a0a0a, #151515);
      position: relative;
    }
    .seccion-conversion::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 30%, rgba(255, 87, 34, 0.06), transparent 60%);
      pointer-events: none;
    }
    .bloque-motivacion {
      font-style: italic;
      max-width: 700px;
      margin: -20px auto 50px auto;
      color: #ddd;
      font-size: 18px;
      line-height: 1.7;
      padding: 30px;
      background: rgba(245, 200, 66, 0.04);
      border-radius: 15px;
      border-left: 0px solid #f5c842;
      position: relative;
    }
    .bloque-motivacion::before {
      content: '"';
      font-size: 60px;
      color: #f5c842;
      position: absolute;
      top: -10px;
      left: 15px;
      font-family: serif;
    }
    .caja-escasez {
      border: 3px dashed #ff5722;
      background: linear-gradient(135deg, rgba(255, 87, 34, 0.08), rgba(255, 87, 34, 0.03));
      padding: 30px;
      margin: 50px auto;
      max-width: 550px;
      border-radius: 15px;
      position: relative;
      animation: latido-glow 2s infinite;
    }
    @keyframes latido-glow {
      0%, 100% { box-shadow: 0 0 20px rgba(255, 87, 34, 0.2); }
      50% { box-shadow: 0 0 30px rgba(255, 87, 34, 0.4); }
    }
    .caja-escasez h3 {
      color: #ff5722;
      font-size: 24px;
      margin-bottom: 15px;
      font-weight: 700;
    }
    .caja-escasez p {
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      color: #fff;
    }
    .boton-whatsapp {
      display: inline-flex;
      align-items: center;
      gap: 15px;
      background: linear-gradient(135deg, #25d366, #128c7e);
      color: white;
      padding: 20px 40px;
      font-size: 20px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 50px;
      transition: all 0.3s ease;
      box-shadow: 0 8px 25px rgba(37, 211, 102, 0.25);
      margin-top: 30px;
    }
    .boton-whatsapp:hover {
      transform: translateY(-3px) scale(1.03);
      box-shadow: 0 15px 35px rgba(37, 211, 102, 0.35);
    }
    .icono-whatsapp {
      width: 30px;
      height: 30px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #25d366;
    }

    .seccion-citas {
      background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
      text-align: center;
      padding: 80px 0;
    }
    .item-cita {
      max-width: 600px;
      margin: 0 auto 40px auto;
      padding: 30px;
      border-left: 0px solid #f5c842;
      background: rgba(245, 200, 66, 0.04);
      border-radius: 10px;
    }
    .texto-cita {
      font-size: 20px;
      font-style: italic;
      color: #e8e8e8;
      margin-bottom: 15px;
      line-height: 1.6;
    }
    .autor-cita {
      font-size: 16px;
      color: #f5c842;
      font-weight: 600;
    }

    .pie-pagina {
      text-align: center;
      padding: 40px 20px;
      font-size: 13px;
      color: #777;
      background: linear-gradient(135deg, #0a0a0a, #151515);
      border-top: 2px solid #1a1a1a;
    }
    .pie-pagina .enlaces-legales {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 18px;
      margin-bottom: 20px;
    }
    .pie-pagina .enlace-legal {
      color: #aaa;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.2s;
      border-bottom: 1px dashed #333;
      padding-bottom: 4px;
    }
    .pie-pagina .enlace-legal:hover {
      color: #f5c842;
      border-bottom-color: #f5c842;
    }
    .pie-pagina p {
      margin-bottom: 10px;
      line-height: 1.5;
    }

    .boton-flotante-inferior {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(135deg, #25d366, #128c7e);
      color: white;
      padding: 15px 30px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 30px;
      z-index: 1001;
      box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
      transition: all 0.3s ease;
      animation: respiracion 2s ease-in-out infinite;
      display: flex;
      align-items: center;
      gap: 10px;
      border: none;
      cursor: pointer;
    }
    @keyframes respiracion {
      0%, 100% { transform: translateX(-50%) scale(1); box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3); }
      50% { transform: translateX(-50%) scale(1.04); box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5); }
    }
    .boton-flotante-inferior:hover {
      transform: translateX(-50%) scale(1.06);
      box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
      animation-play-state: paused;
    }
    .boton-flotante-inferior .icono-pequeno {
      font-size: 20px;
      animation: pulso 1.5s ease-in-out infinite;
    }
    @keyframes pulso {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.1); }
    }

    .capa-modal {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.85);
      backdrop-filter: blur(6px);
      z-index: 9999;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }
    .capa-modal.activo {
      display: flex;
    }
    .contenido-modal {
      background: #1c1c1c;
      max-width: 700px;
      width: 100%;
      max-height: 80vh;
      overflow-y: auto;
      padding: 40px 35px;
      border-radius: 24px;
      border: 1px solid #333;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9);
      position: relative;
    }
    .contenido-modal h3 {
      color: #f5c842;
      font-size: 26px;
      margin-bottom: 20px;
      border-bottom: 2px solid #2a2a2a;
      padding-bottom: 12px;
    }
    .contenido-modal p {
      color: #ccc;
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 18px;
    }
    .contenido-modal .cerrar-modal {
      position: sticky;
      bottom: 0;
      display: inline-block;
      background: #f5c842;
      color: #000;
      padding: 12px 32px;
      border-radius: 40px;
      font-weight: bold;
      border: none;
      cursor: pointer;
      margin-top: 12px;
      transition: background 0.2s;
    }
    .contenido-modal .cerrar-modal:hover {
      background: #e69500;
    }

    @media (max-width: 768px) {
      .hero-principal h1 { font-size: 32px; }
      .hero-principal .subtitulo-hero { font-size: 16px; }
      h2 { font-size: 22px; }
      .bloque-metodo { padding: 25px 20px; }
      .tarjeta-valor { padding: 25px 20px; }
      .boton-whatsapp { flex-direction: column; padding: 15px 25px; font-size: 16px; text-align: center; }
      .contenido-modal { padding: 30px 20px; }
      .boton-flotante-inferior { padding: 12px 20px; font-size: 14px; }
    }
    @media (max-width: 480px) {
      .hero-principal h1 { font-size: 28px; }
      .hero-principal .subtitulo-hero { font-size: 15px; }
      .caja-escasez p { font-size: 16px; }
    }