
       @font-face {
    font-family: 'Perfectly Vintages';
    src: url('fonts/perfectly-vintages.woff2') format('woff2'),
         url('fonts/perfectly-vintages-font-by-keithzo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Perfectly Vintages', sans-serif;
}


/* Ajuste global para imagens */
img {
    max-width: 100%;
    height: auto;
    display: block;
}


    /* Container flexível */
    .container {
        max-width: 720px;
        margin: 0 auto;
        background: #f0eff7;
        box-shadow: 0 10px 30px rgb(255, 255, 255);
    }

    /* Responsividade geral */
    @media (max-width: 768px) {
        .container {
            margin: 0;
            box-shadow: none;
        }
        .benefits-grid {
            grid-template-columns: 2fr;
        }
        .header h1 {
            font-size: 1.6em;
        }
        .section {
            padding: 20px;
        }
        .price {
            font-size: 2em;
        }
    }

    /* Para celulares muito pequenos (até 480px) */
    @media (max-width: 480px) {
        .header h1 {
            font-size: 1.4em;
        }
        .header p, .section h2, .section h3 {
            font-size: 1em;
        }
        .cta-button {
            padding: 12px 20px;
            font-size: 1em;
        }
        .price-new {
            font-size: 2em;
        }
    }


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            background: linear-gradient(135deg, #f0eff7 0%, #f0eff7 100%);
        }

        .container {
            max-width: 720px;
            margin: 0 auto;
            background: #f0eff7;
            box-shadow: 0 10px 30px rgb(255, 255, 255);
        }

        .header {
            
            padding: 30px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .header::before {
            
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        .header h1 {
            font-size: 2.5em;
            color: #6a4c93;
            margin-bottom: 10px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }

        .header p {
            font-size: 1.1em;
            color: #000000;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .header h3 {
            font-size: 1.1em;
            color: #6a4c93;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .ebook-mockup {
            width: 200px;
            height: 250px;
            
            border-radius: 15px;
            margin: 0 auto;
            
            position: relative;
            
        }

        

        .cta-button {
            background: linear-gradient(135deg, #6a4c93 0%, #9d4edd 100%);
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 25px;
            font-size: 1.1em;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 20px;
        }

        .cta-button-price {
            background: linear-gradient(135deg, #d99190 0%, #d99190 100%);
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 25px;
            font-size: 1.1em;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 20px;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(106, 76, 147, 0.3);
        }

        .section {
            padding: 20px 30px;
        }

        .section h2 {
            color: #655a95;
            font-size: 1.5em;
            margin-bottom: 20px;
            text-align: center;
        }

        .section2 h3 {
            color: #ffffff;
            font-size: 1.3em;
            margin-bottom: 15px;
        }

.cubo {
  max-width: 900px; 
  margin: 0 auto;   
  padding: 20px;
  background-color: #5c4b8a;
  text-align: center;
}


.cubo h2 {
  color: white;
  font-size: 20px;
  margin-bottom: 30px;
}

.cubo-pai {
  display: flex;
  justify-content: center;
  gap: 10px;
}


.cubo-filho {
  background-color: pink;
  border-radius: 15px;
  width: 200px;  /* largura fixa */
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; /* centralizar conteúdo interno */
  justify-content: center;
  text-align: center;
}


.cubo-filho img {
  width: 90px;
  margin-bottom: 10px;
  align-items: center;
}

.cubo-filho p {
  font-size: 14px;
  color: #333;
  line-height: 1.3em;
}

.cubo-filho strong {
  color: #d99190; 
}

        .price-section {
            background: linear-gradient(135deg, #655a95 0%, #655a95 100%);
            color: white;
            text-align: center;
            padding: 40px 30px;
        }

        .price-section h2 {
            color: rgb(255, 255, 255);
            margin-bottom: 20px;
        }

        .price {
            font-size: 3em;
            font-weight: bold;
            margin: 20px 0;
        }

        .price-old {
            color: #d99190;
            text-decoration: line-through;
            font-size: 1.2em;
            opacity: 0.7;
            margin-bottom: 10px;
        }

        .price-new {
            color: #d99190;
            font-size: 2.5em;
        }

    

        @media (max-width: 768px) {
            .container {
                margin: 0;
                box-shadow: none;
            }
            
            .benefits-grid {
                grid-template-columns: 1fr;
            }
            
            .header h1 {
                font-size: 1.8em;
            }
            
            .section {
                padding: 30px 20px;
            }
        }

        .barra-roxa {
    background-color: #655a95; /* Cor roxa */
    height: 40px; /* Altura da barra */
    width: 100%; /* Ocupa toda a largura */
    margin-top: 30px; /* Espaço antes da barra */
}

    
