.elementor-kit-91{--e-global-color-primary:#3F3A64;--e-global-color-secondary:#076D8A;--e-global-color-text:#A3A3A3;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:76px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:43px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:58px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1.7px;--e-global-typography-bcc0af1-font-size:20px;--e-global-typography-bcc0af1-line-height:38px;--e-global-typography-e271a65-font-size:16px;--e-global-typography-e271a65-font-weight:700;--e-global-typography-30df5e0-font-size:20px;--e-global-typography-30df5e0-font-weight:700;--e-global-typography-30df5e0-text-transform:capitalize;--e-global-typography-3efe20a-font-size:63px;--e-global-typography-3efe20a-font-weight:700;--e-global-typography-3efe20a-line-height:72px;--e-global-typography-fe8a301-font-size:26px;--e-global-typography-fe8a301-line-height:40px;--e-global-typography-323dda1-font-size:12px;--e-global-typography-323dda1-text-transform:uppercase;--e-global-typography-323dda1-letter-spacing:1.2px;--e-global-typography-75a3b46-font-size:30px;--e-global-typography-75a3b46-font-weight:700;--e-global-typography-75a3b46-line-height:46px;--e-global-typography-4a03cc3-font-size:16px;--e-global-typography-4a03cc3-font-weight:600;--e-global-typography-4a03cc3-text-transform:capitalize;--e-global-typography-923b687-font-size:20px;--e-global-typography-923b687-text-transform:uppercase;--e-global-typography-923b687-line-height:30px;color:#535967;font-size:16px;font-weight:400;line-height:1.8em;}.elementor-kit-91 e-page-transition{background-color:#FFBC7D;}.elementor-kit-91 a{color:#3F3A64;font-family:"Jost", Sans-serif;font-weight:700;}.elementor-kit-91 h1{color:#3F3A64;font-family:"Jost", Sans-serif;font-size:76px;font-weight:700;text-transform:capitalize;line-height:1.1em;}.elementor-kit-91 h2{color:#3F3A64;font-family:"Jost", Sans-serif;font-size:43px;font-weight:700;line-height:58px;}.elementor-kit-91 h3{font-family:"Jost", Sans-serif;font-size:30px;font-weight:700;line-height:42px;}.elementor-kit-91 h4{color:#3F3A64;font-family:"Jost", Sans-serif;font-size:25px;font-weight:700;line-height:58px;}.elementor-kit-91 h5{color:#3F3A64;font-family:"Jost", Sans-serif;font-size:15px;font-weight:700;}.elementor-kit-91 h6{color:#3F3A64;font-size:12px;font-weight:normal;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-91{--e-global-typography-primary-font-size:45px;--e-global-typography-primary-line-height:55px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilos para o site Ajuda do Céu */

/* Reset e estilos gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f5f8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    color: #3a3053;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 80px 0;
}

.section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #3a3053;
}

.section-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Botões e CTAs */
.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.btn-primary {
    background-color: #e94057;
    color: white;
    box-shadow: 0 4px 15px rgba(233, 64, 87, 0.3);
}

.btn-secondary {
    background-color: #4a6bdf;
    color: white;
    box-shadow: 0 4px 15px rgba(74, 107, 223, 0.3);
}

.btn-primary:hover, .btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}

.large-btn {
    font-size: 18px;
    padding: 18px 36px;
}

.center-cta {
    text-align: center;
    margin: 40px 0;
}

.pulse-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Barra de alerta */
.alert-bar {
    background-color: #3a3053;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 30px;
}

.pulse {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e94057;
    border-radius: 50%;
    margin-right: 10px;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

/* Seção Hero */
.hero {
    background: linear-gradient(135deg, #f9f5f8 0%, #e8e0f0 100%);
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-text {
    flex: 1;
}

.hero h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #3a3053;
}

.hero h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #666;
}

.hero-image {
    flex: 1;
    position: relative;
    text-align: center;
}

.ebook-cover {
    max-width: 80%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-10deg);
    transition: transform 0.5s ease;
}

.ebook-cover:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ffd700;
    color: #333;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    transform: rotate(15deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.guarantee-small {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

/* Seção Problema-Solução */
.problem-solution {
    background-color: white;
}

.section-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.pain-points {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.pain-card {
    flex: 1;
    background-color: #f9f5f8;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.pain-card .icon {
    font-size: 24px;
    margin-bottom: 15px;
    color: #e94057;
}

.pain-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.solution-reveal {
    background-color: #f0f7ff;
    padding: 50px;
    border-radius: 10px;
    margin-top: 50px;
    text-align: center;
}

.solution-reveal h2 {
    color: #4a6bdf;
}

/* Seção de Benefícios */
.benefits {
    background-color: #f9f5f8;
}

.benefit-card {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.benefit-card.reverse {
    flex-direction: row-reverse;
}

.benefit-icon {
    flex: 0 0 150px;
}

.benefit-icon img {
    width: 100%;
    border-radius: 10px;
}

.benefit-content {
    flex: 1;
}

.benefit-content h3 {
    color: #4a6bdf;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Seção de Depoimentos */
.testimonials {
    background-color: white;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.testimonial-card {
    background-color: #f9f5f8;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    text-align: center;
}

.stars {
    color: #ffd700;
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonial-author {
    font-weight: 700;
    color: #3a3053;
    margin-top: 20px;
}

.testimonial-highlight {
    background-color: #4a6bdf;
    color: white;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    margin: 60px 0;
}

.testimonial-highlight p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.testimonial-highlight .testimonial-author {
    color: #f0f0f0;
    margin-top: 30px;
    text-align: right;
}

.quote-mark {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 120px;
    color: rgba(255, 255, 255, 0.1);
    font-family: 'Playfair Display', serif;
}

/* Seção de Conteúdo do E-book */
.ebook-content {
    background-color: #f9f5f8;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.content-card {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

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

.content-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.content-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #3a3053;
}

.ebook-preview {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.ebook-preview-img {
    flex: 0 0 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-10deg);
}

.preview-text {
    flex: 1;
}

.preview-text h3 {
    color: #4a6bdf;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Seção de Bônus */
.bonus {
    background: linear-gradient(135deg, #3a3053 0%, #4a6bdf 100%);
    color: white;
}

.bonus .section-title,
.bonus .section-subtitle {
    color: white;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.bonus-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
}

.bonus-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd700;
    color: #333;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
}

.bonus-icon {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.bonus-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bonus-card h3 {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.bonus-value {
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
}

.original-price {
    text-decoration: line-through;
    color: #ffd700;
}

.included {
    color: #4dff4d;
    margin-top: 5px;
    font-size: 14px;
}

.bonus-total {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bonus-calculation {
    flex: 1;
}

.bonus-calculation p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
}

.total-value {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.total-value span {
    color: #ffd700;
}

.bonus-offer {
    flex: 1;
    text-align: center;
}

.bonus-offer h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
}

.offer-price {
    margin-bottom: 20px;
}

.installments {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.installments span {
    color: #4dff4d;
}

.full-price {
    font-size: 18px;
    opacity: 0.8;
}

.limited-spots {
    margin-top: 15px;
    font-size: 14px;
    color: #ffd700;
}

/* Seção de Garantia */
.guarantee {
    background-color: white;
}

.guarantee-content {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #f0f7ff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.guarantee-icon {
    flex: 0 0 150px;
}

.guarantee-text {
    flex: 1;
}

.guarantee-text h2 {
    color: #4a6bdf;
}

/* Seção de Urgência */
.urgency {
    background: linear-gradient(135deg, #e94057 0%, #f27121 100%);
    color: white;
}

.urgency-header {
    text-align: center;
    margin-bottom: 40px;
}

.urgency-header h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 15px;
}

.countdown-container {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.countdown-text {
    font-size: 20px;
    margin-bottom: 20px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.countdown-item {
    background-color: white;
    color: #e94057;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.countdown-item span:first-child {
    font-size: 36px;
    line-height: 1;
}

.countdown-label {
    font-size: 14px;
    margin-top: 5px;
}

.final-offer {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
}

.offer-details {
    flex: 1;
}

.offer-details h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.offer-list {
    list-style: none;
}

.offer-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.check {
    color: #4dff4d;
    font-size: 20px;
    margin-right: 10px;
}

.final-price {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-tag {
    text-align: center;
    margin-bottom: 30px;
}

.old-price {
    font-size: 18px;
    margin-bottom: 10px;
}

.old-price span {
    text-decoration: line-through;
}

.new-price {
    font-size: 36px;
    font-weight: 700;
    color: #4dff4d;
    margin-bottom: 5px;
}

.or-cash {
    font-size: 18px;
    opacity: 0.8;
}

.payment-methods {
    text-align: center;
    margin-top: 20px;
}

.payment-methods p {
    font-size: 14px;
    margin-bottom: 10px;
}

.payment-icons img {
    max-width: 250px;
}

.access-info {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.access-info h3 {
    color: white;
    margin-bottom: 15px;
}

/* Seção FAQ */
.faq {
    background-color: #f9f5f8;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.faq-item {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    color: #3a3053;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.faq-item h3:before {
    content: "Q:";
    position: absolute;
    left: 0;
    color: #e94057;
    font-weight: 700;
}

/* Última Chamada */
.last-call {
    background: linear-gradient(135deg, #3a3053 0%, #4a6bdf 100%);
    color: white;
    text-align: center;
}

.last-call-content {
    max-width: 800px;
    margin: 0 auto;
}

.last-call h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 30px;
}

.final-buttons {
    margin-top: 40px;
}

.guarantee-reminder {
    margin-top: 15px;
    font-size: 14px;
    color: #ffd700;
}

/* Rodapé */
footer {
    background-color: #3a3053;
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-logo h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    opacity: 0.8;
}

/* Responsividade */
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .pain-points, 
    .testimonial-grid,
    .content-grid,
    .bonus-grid,
    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .bonus-total,
    .final-offer {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .hero-content,
    .benefit-card,
    .benefit-card.reverse,
    .ebook-preview,
    .guarantee-content {
        flex-direction: column;
        text-align: center;
    }
    
    .hero h1 {
        font-size: 32px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .pain-points,
    .testimonial-grid,
    .content-grid,
    .bonus-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .countdown-item {
        width: 80px;
        height: 80px;
    }
    
    .countdown-item span:first-child {
        font-size: 28px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
}/* End custom CSS */