<!DOCTYPE html>

<html lang="es">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

  <title>Tu Perro Tranquilo | Solución para la Ansiedad por Separación</title>

  <style>

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

    body { font-family: 'Segoe UI', sans-serif; color: #2d2d2d; background: #fff; }

    a { text-decoration: none; color: inherit; }

 

    /* NAV */

    nav {

      display: flex; justify-content: space-between; align-items: center;

      padding: 1rem 2rem; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08);

      position: sticky; top: 0; z-index: 100;

    }

    nav .logo { font-size: 1.3rem; font-weight: 800; color: #e07b00; }

    nav ul { list-style: none; display: flex; gap: 1.5rem; }

    nav ul li a { font-weight: 600; color: #444; transition: color .2s; }

    nav ul li a:hover { color: #e07b00; }

    nav .nav-cta {

      background: #e07b00; color: #fff !important; padding: .5rem 1.2rem;

      border-radius: 25px; font-weight: 700; transition: background .2s;

    }

    nav .nav-cta:hover { background: #c96a00; }

 

    /* HERO */

    .hero {

      display: flex; flex-wrap: wrap; align-items: center; justify-content: center;

      gap: 2rem; padding: 5rem 2rem; background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);

      text-align: left;

    }

    .hero-text { max-width: 560px; }

    .hero-badge {

      display: inline-block; background: #fff3e0; color: #e07b00;

      font-size: .8rem; font-weight: 700; padding: .3rem .9rem;

      border-radius: 20px; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px;

    }

    .hero h1 { font-size: 3rem; font-weight: 900; line-height: 1.15; color: #1a1a1a; margin-bottom: 1rem; }

    .hero h1 span { color: #e07b00; }

    .hero .sub { font-size: 1.1rem; color: #555; margin-bottom: 1.5rem; line-height: 1.7; }

    .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }

    .btn-primary {

      background: #e07b00; color: #fff; padding: .85rem 2rem;

      border-radius: 30px; font-weight: 800; font-size: 1rem;

      transition: background .2s, transform .15s; display: inline-block;

    }

    .btn-primary:hover { background: #c96a00; transform: scale(1.03); }

    .btn-secondary {

      border: 2px solid #e07b00; color: #e07b00; padding: .85rem 2rem;

      border-radius: 30px; font-weight: 700; font-size: 1rem;

      transition: all .2s; display: inline-block;

    }

    .btn-secondary:hover { background: #fff3e0; }

    .hero-guarantee { font-size: .85rem; color: #888; }

    .hero-img img { width: 420px; max-width: 100%; border-radius: 20px; box-shadow: 0 12px 40px rgba(0,0,0,.12); }

 

    /* PROBLEM */

    .problem {

      display: flex; flex-wrap: wrap; align-items: center; justify-content: center;

      gap: 2.5rem; padding: 5rem 2rem; background: #fff;

    }

    .problem img { width: 380px; max-width: 100%; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,.1); }

    .problem-text { max-width: 520px; }

    .section-label {

      font-size: .75rem; font-weight: 700; text-transform: uppercase;

      letter-spacing: 2px; color: #e07b00; margin-bottom: .5rem;

    }

    .problem-text h2 { font-size: 2rem; font-weight: 800; margin-bottom: 1rem; color: #1a1a1a; }

    .problem-text p { color: #555; line-height: 1.8; margin-bottom: 1.2rem; }

    .problem-text blockquote {

      border-left: 4px solid #e07b00; padding-left: 1rem;

      font-style: italic; color: #777; font-size: 1rem;

    }

 

    /* METODO */

    .metodo { padding: 5rem 2rem; background: #fff8f0; text-align: center; }

    .metodo h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: .5rem; color: #1a1a1a; }

    .metodo .subtitle { color: #777; margin-bottom: 3rem; font-size: 1.05rem; }

    .cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }

    .card {

      background: #fff; border-radius: 16px; padding: 2rem 1.5rem;

      max-width: 300px; box-shadow: 0 4px 20px rgba(0,0,0,.07);

      text-align: left; transition: transform .2s;

    }

    .card:hover { transform: translateY(-4px); }

    .card-icon { font-size: 2.5rem; margin-bottom: 1rem; }

    .card h3 { font-size: 1.2rem; font-weight: 800; color: #1a1a1a; margin-bottom: .5rem; }

    .card p { color: #666; font-size: .95rem; line-height: 1.6; margin-bottom: .8rem; }

    .card-tag {

      display: inline-block; background: #fff3e0; color: #e07b00;

      font-size: .75rem; font-weight: 700; padding: .25rem .7rem; border-radius: 12px;

    }

 

    /* TESTIMONIOS */

    .testimonios { padding: 5rem 2rem; background: #fff; text-align: center; }

    .testimonios h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 2.5rem; color: #1a1a1a; }

    .testi-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; }

    .testi-card {

      background: #fff8f0; border-radius: 16px; padding: 1.8rem;

      max-width: 340px; text-align: left; box-shadow: 0 4px 16px rgba(0,0,0,.06);

    }

    .stars { color: #e07b00; font-size: 1.1rem; margin-bottom: .8rem; }

    .testi-card p { color: #444; font-style: italic; line-height: 1.7; margin-bottom: 1rem; }

    .testi-author { display: flex; align-items: center; gap: .8rem; }

    .avatar {

      width: 42px; height: 42px; border-radius: 50%; background: #e07b00;

      color: #fff; display: flex; align-items: center; justify-content: center;

      font-weight: 800; font-size: 1rem;

    }

    .author-info strong { display: block; font-weight: 700; color: #1a1a1a; }

    .author-info span { font-size: .85rem; color: #888; }

    .testi-cta { text-align: center; }

    .testi-cta h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: .5rem; }

    .testi-cta p { color: #666; margin-bottom: 1.5rem; }

 

    /* PRECIO */

    .precio { padding: 5rem 2rem; background: #fff8f0; text-align: center; }

    .precio h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 2.5rem; color: #1a1a1a; }

    .precio-box {

      background: #fff; border-radius: 24px; padding: 3rem 2.5rem;

      max-width: 460px; margin: 0 auto; box-shadow: 0 8px 40px rgba(0,0,0,.1);

      border: 2px solid #e07b00;

    }

    .precio-box h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: .3rem; }

    .precio-box .pago { color: #999; font-size: .9rem; margin-bottom: 1.5rem; }

    .precio-actual { font-size: 3rem; font-weight: 900; color: #e07b00; }

    .precio-antes { font-size: 1.2rem; color: #bbb; text-decoration: line-through; margin-left: .5rem; }

    .features { list-style: none; text-align: left; margin: 1.8rem 0; }

    .features li { padding: .5rem 0; color: #444; display: flex; align-items: center; gap: .6rem; }

    .features li::before { content: ""; }

    .precio-box .btn-primary { width: 100%; text-align: center; font-size: 1.1rem; padding: 1rem; }

    .precio-box .seguro { font-size: .8rem; color: #aaa; margin-top: .8rem; }

 

    /* URGENCIA */

    .urgencia {

      background: linear-gradient(135deg, #e07b00, #c96a00);

      color: #fff; text-align: center; padding: 4rem 2rem;

    }

    .urgencia .label { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; opacity: .8; margin-bottom: .8rem; }

    .urgencia h2 { font-size: 2rem; font-weight: 800; margin-bottom: 1rem; }

    .urgencia p { font-size: 1.05rem; opacity: .9; max-width: 560px; margin: 0 auto 2rem; }

    .urgencia .btn-white {

      background: #fff; color: #e07b00; padding: 1rem 2.5rem;

      border-radius: 30px; font-weight: 800; font-size: 1rem; display: inline-block;

      transition: transform .2s;

    }

    .urgencia .btn-white:hover { transform: scale(1.04); }

 

    /* GARANTIA */

    .garantia {

      padding: 4rem 2rem; background: #fff; text-align: center;

      max-width: 600px; margin: 0 auto;

    }

    .garantia .shield { font-size: 4rem; margin-bottom: 1rem; }

    .garantia h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 1rem; color: #1a1a1a; }

    .garantia p { color: #666; line-height: 1.8; font-size: 1rem; }

 

    /* FOOTER */

    footer {

      background: #1a1a1a; color: #ccc; padding: 3rem 2rem;

      display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem;

    }

    .footer-brand .logo { color: #e07b00; font-size: 1.3rem; font-weight: 800; }

    .footer-brand p { font-size: .85rem; margin-top: .5rem; max-width: 260px; line-height: 1.6; }

    .footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: .8rem; }

    .footer-col ul { list-style: none; }

    .footer-col ul li { margin-bottom: .4rem; }

    .footer-col ul li a { color: #aaa; font-size: .85rem; transition: color .2s; }

    .footer-col ul li a:hover { color: #e07b00; }

    .footer-bottom {

      background: #111; color: #666; text-align: center;

      padding: 1rem; font-size: .8rem;

    }

 

    @media (max-width: 768px) {

      .hero h1 { font-size: 2.2rem; }

      nav ul { display: none; }

      .hero, .problem { flex-direction: column; text-align: center; }

      .hero-btns { justify-content: center; }

    }

  </style>

</head>

<body>

 

<!-- NAV -->

<nav>

  <div class="logo">TU PERRO TRANQUILO</div>

  <ul>

    <li><a href="#metodo">El Método</a></li>

    <li><a href="#testimonios">Resultados</a></li>

    <li><a href="#garantia">Garantía</a></li>

    <li><a href="#precio" class="nav-cta">Empezar</a></li>

  </ul>

  <a href="https://go.hotmart.com/U100188267M?ap=e07b" class="btn-primary" style="display:none">QUIERO LA SOLUCIÓN</a>

</nav>

 

<!-- HERO -->

<section class="hero">

  <div class="hero-text">

    <span class="hero-badge">Método Avanzado de Calma Canina</span>

    <h1>¿Te duele<br/><span>dejarlo solo?</span></h1>

    <p class="sub">Descubre el método probado para que tu perro deje de sufrir, ladrar o destruir la casa cuando sales. Sin métodos coercitivos y con resultados reales.</p>

    <div class="hero-btns">

      <a href="https://go.hotmart.com/U100188267M?ap=e07b" class="btn-primary">QUIERO LA SOLUCIÓN</a>

      <a href="#testimonios" class="btn-secondary">Ver testimonios</a>

    </div>

    <p class="hero-guarantee">🔒 Garantía de 7 días respaldada por Hotmart</p>

  </div>

  <div class="hero-img">

    <img src="https://api.felo.ai/images/s/AdMxC4ltkP.png" alt="Perro tranquilo en casa"/>

    <p style="text-align:center; font-size:.85rem; color:#aaa; margin-top:.5rem;">Adiós al pánico. Hola a la paz.</p>

  </div>

</section>

 

<!-- PROBLEMA -->

<section class="problem">

  <img src="https://api.felo.ai/images/s/3KjTZneSLo.png" alt="Perro ansioso"/>

  <div class="problem-text">

    <p class="section-label">La Realidad de la Ansiedad</p>

    <h2>Sabemos lo que sientes al cerrar esa puerta</h2>

    <p>Ese nudo en el estómago al escuchar sus primeros llantos, el miedo constante a recibir otra queja de los vecinos por los ladridos, o la angustia de llegar a casa y encontrar tus muebles destrozados.</p>

    <p>No es solo un problema de conducta; es el sufrimiento de tu mejor amigo y tu propia pérdida de paz mental.</p>

    <blockquote>"La ansiedad por separación es un estado de pánico real para tu perro, pero tiene solución."</blockquote>

  </div>

</section>

 

<!-- MÉTODO -->

<section class="metodo" id="metodo">

  <p class="section-label">Estructura del Programa</p>

  <h2>Lo que lograrás con el Método TU PERRO TRANQUILO</h2>

  <p class="subtitle">Un camino guiado hacia la autonomía emocional de tu compañero.</p>

  <div class="cards">

    <div class="card">

      <div class="card-icon">🐾</div>

      <h3>Desensibilización Real</h3>

      <p>Aprende el paso a paso para que tu perro deje de entrar en pánico al ver que tomas las llaves o te pones los zapatos.</p>

      <span class="card-tag">Ideal para anticipación negativa</span>

    </div>

    <div class="card">

      <div class="card-icon">☀️</div>

      <h3>Paz Mental y Libertad</h3>

      <p>Sal de casa sin culpa, sabiendo que tu compañero está descansando plácidamente en el sofá hasta tu regreso.</p>

      <span class="card-tag">Ideal para dueños trabajadores</span>

    </div>

    <div class="card">

      <div class="card-icon">❤️</div>

      <h3>Vínculo sin Estrés</h3>

      <p>Elimina la frustración y el castigo de la relación. Mejora la comunicación y la confianza mutua.</p>

      <span class="card-tag">Ideal para familias agotadas</span>

    </div>

  </div>

</section>

 

<!-- TESTIMONIOS -->

<section class="testimonios" id="testimonios">

  <p class="section-label">Experiencias Reales</p>

  <h2>Dueños que ya recuperaron su tranquilidad</h2>

  <div class="testi-grid">

    <div class="testi-card">

      <div class="stars">★★★★★</div>

      <p>"Antes no podía ir ni al supermercado sin que Lucas destruyera la puerta. Ahora duerme tranquilo hasta que vuelvo."</p>

      <div class="testi-author">

        <div class="avatar">MG</div>

        <div class="author-info">

          <strong>María G.</strong>

          <span>Dueña de un Golden Retriever</span>

        </div>

      </div>

    </div>

    <div class="testi-card">

      <div class="stars">★★★★★</div>

      <p>"Pensé que nunca dejaría de aullar. En solo 2 semanas aplicando el método, el cambio fue radical. ¡Gracias!"</p>

      <div class="testi-author">

        <div class="avatar">CR</div>

        <div class="author-info">

          <strong>Carlos R.</strong>

          <span>Dueño de un Beagle</span>

        </div>

      </div>

    </div>

  </div>

  <div class="testi-cta">

    <h3>Tu perro puede ser el siguiente</h3>

    <p>No permitas que el miedo gobierne su vida. Hay un camino seguro hacia la calma.</p>

    <a href="#precio" class="btn-primary">VER PRECIO</a>

  </div>

</section>

 

<!-- FAMILIA FOTO -->

<section style="text-align:center; padding:3rem 2rem; background:#fff8f0;">

  <img src="https://api.felo.ai/images/s/5ql687beBS.png" alt="Familia con perro feliz"

    style="max-width:700px; width:100%; border-radius:20px; box-shadow:0 8px 30px rgba(0,0,0,.1);"/>

</section>

 

<!-- PRECIO -->

<section class="precio" id="precio">

  <p class="section-label">Oferta Especial</p>

  <h2>Invierte en su bienestar hoy mismo</h2>

  <div class="precio-box">

    <h3>Método Tu Perro Tranquilo</h3>

    <p class="pago">Pago único · Acceso de por vida</p>

    <div>

      <span class="precio-actual">\$49.99</span>

      <span class="precio-antes">\$99.99</span>

    </div>

    <ul class="features">

      <li>Curso online paso a paso</li>

      <li>Protocolos de salida gradual</li>

      <li>Guía de ejercicios de relajación</li>

      <li>Acceso de por vida a actualizaciones</li>

      <li>Soporte prioritario para dudas</li>

    </ul>

    <a href="https://go.hotmart.com/U100188267M?ap=e07b" class="btn-primary">QUIERO LA SOLUCIÓN AHORA</a>

    <p class="seguro">🔒 Inscripción segura mediante Hotmart®</p>

  </div>

</section>

 

<!-- URGENCIA -->

<section class="urgencia">

  <p class="label">Oportunidad Limitada</p>

  <h2Atención! Oferta de lanzamiento por tiempo limitado.</h2>

  <p>No dejes que el problema empeore, tu perro merece vivir sin miedo. Cupos limitados con descuento del 50% ya aplicado.</p>

  <a href="https://go.hotmart.com/U100188267M?ap=e07b" class="btn-white">QUIERO LA SOLUCIÓN PARA MI PERRO</a>

</section>

 

<!-- GARANTÍA -->

<section class="garantia" id="garantia">

  <div class="shield">🛡️</div>

  <h2>Garantía total de 7 días</h2>

  <p>Si no ves cambios en la actitud de tu perro, Hotmart te reembolsa el 100% de tu inversión sin preguntas. Riesgo cero para ti.</p>

</section>

 

<!-- FOOTER -->

<footer>

  <div class="footer-brand">

    <div class="logo">TU PERRO TRANQUILO</div>

    <p>Dedicados a transformar la vida de los perros y sus familias a través de la educación canina basada en el respeto y la ciencia.</p>

  </div>

  <div class="footer-col">

    <h4>Recursos</h4>

    <ul>

      <li><a href="#metodo">Sobre el Método</a></li>

      <li><a href="#testimonios">Testimonios</a></li>

      <li><a href="#">Preguntas Frecuentes</a></li>

    </ul>

  </div>

  <div class="footer-col">

    <h4>Soporte</h4>

    <ul>

      <li><a href="#">Contacto</a></li>

      <li><a href="#">Términos de Uso</a></li>

      <li><a href="#">Privacidad</a></li>

    </ul>

  </div>

</footer>

<div class="footer-bottom">

  © 2026 Tu Perro Tranquilo. Todos los derechos reservados.

</div>

 

</body>

</html>