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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lora', serif;
    line-height: 1.7;
    color: #2c1810;
    background-color: #f8f4eb;
}

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

/* Tipografia */
h1, h2, h3 {
    font-family: 'Cinzel', serif;
    color: #2c1810;
    font-weight: 600;
}

/* Botões */
.btn {
    display: inline-block;
    padding: 18px 45px;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    border: none;
}

.btn-gold,
.btn-green,
.btn-green-cta {
    cursor: pointer;
}

.btn-gold {
    background: linear-gradient(135deg, #c9a227, #daa520, #b8860b);
    color: #1a0f0a;
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.4);
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(201, 162, 39, 0.5);
    background: linear-gradient(135deg, #daa520, #c9a227, #d4af37);
}

.btn-green {
    background: linear-gradient(135deg, #2e7d32, #388e3c, #43a047);
    color: white;
    font-size: 1.1rem;
    padding: 20px 50px;
    box-shadow: 0 4px 20px rgba(46, 125, 50, 0.4);
    white-space: nowrap;
}

.btn-green:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 125, 50, 0.5);
}

.btn-green-cta {
    background: linear-gradient(135deg, #2e7d32, #388e3c, #43a047);
    color: white;
    font-size: 1.1rem;
    padding: 20px 60px;
    border-radius: 50px;
    box-shadow: 0 4px 25px rgba(46, 125, 50, 0.5);
    letter-spacing: 2px;
}

.btn-green-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(46, 125, 50, 0.6);
}

/* Hero Section - Layout Específico */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    background: 
        linear-gradient(to bottom, rgba(26, 15, 10, 0.7), rgba(44, 24, 16, 0.8)),
        url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1920&q=80') center/cover;
    padding: 30px 20px 40px;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    width: 100%;
}

.hero-title {
    font-size: 3rem;
    color: #daa520;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 6px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
}

.hero-text {
    font-size: 1rem;
    color: #d4c5b5;
    margin-bottom: 20px;
    line-height: 1.6;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Books Showcase - Composição Visual */
.books-showcase {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    margin: 25px auto;
    max-width: 950px;
}

.books-left,
.books-center,
.books-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.book {
    width: 115px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.book:hover {
    transform: scale(1.05);
}

.book-josue,
.book-exodo,
.book-levitico {
    width: 105px;
}

.book-oracion {
    width: 105px;
}

.book-genesis {
    width: 100px;
}

.book-main {
    width: 180px;
}

.bible-open {
    font-size: 70px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.bible-open-img {
    width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

.main-book-container {
    text-align: center;
}

.main-book-container .stars {
    color: #daa520;
    font-size: 1.8rem;
    margin-bottom: 8px;
    letter-spacing: 5px;
    text-shadow: 0 2px 10px rgba(218, 165, 32, 0.5);
}

/* Bonos Preview */
.bonos-preview {
    margin: 20px auto;
    text-align: center;
}

.bonos-label {
    display: inline-block;
    background: linear-gradient(135deg, #daa520, #b8860b);
    color: #1a0f0a;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}

.bonos-mini {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bono-mini {
    width: 70px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.bono-mini:hover {
    transform: translateY(-5px);
}

/* Section Styles */
section {
    padding: 80px 0;
}

.section-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 25px;
    color: #2c1810;
}

.section-title.left-align {
    text-align: left;
}

.section-title-large {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    color: #2c1810;
}

.section-title-large.gold {
    color: #daa520;
}

.section-subtitle {
    font-size: 1.15rem;
    text-align: center;
    color: #5a4a3a;
    max-width: 850px;
    margin: 0 auto 45px;
    line-height: 1.8;
}

.section-text {
    font-size: 1.2rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #4a3a2a;
    line-height: 1.9;
}

/* Qué es Section */
.que-es {
    background: linear-gradient(135deg, #f5ebdc, #f0e4d0);
    text-align: center;
}

/* Para Ti Section - Two Columns */
.para-ti {
    background: #fff;
}

.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.column-left {
    text-align: left;
}

.column-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.checklist {
    margin: 35px 0;
}

.check-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 12px 0;
}

.check-icon {
    font-size: 1.3rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.check-item p {
    font-size: 1.1rem;
    color: #3a2a1a;
    line-height: 1.6;
}

/* Qué Incluye Section */
.que-incluye {
    background: linear-gradient(to bottom, #2c1810, #3d231a);
    color: white;
    text-align: center;
}

.que-incluye .section-title {
    color: #daa520;
}

.que-incluye .section-subtitle {
    color: #d4c5b5;
}

.products-showcase {
    margin: 50px 0;
}

.product-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(218, 165, 32, 0.2);
}

.product-row.reverse {
    direction: rtl;
}

.product-row.reverse > * {
    direction: ltr;
}

.product-text {
    text-align: left;
}

.product-text h3 {
    color: #daa520;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.product-text p {
    color: #d4c5b5;
    font-size: 1.05rem;
    line-height: 1.8;
}

.product-image-box {
    display: flex;
    justify-content: center;
}

.product-image-box img {
    max-width: 280px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Ventajas Section */
.ventajas {
    background: url('https://images.unsplash.com/photo-1544947950-fa07a98d237f?w=1920&q=80') center/cover fixed;
    position: relative;
}

.ventajas::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 244, 235, 0.95);
}

.ventajas .container {
    position: relative;
    z-index: 2;
}

.ventajas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.ventaja-card {
    background: white;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    border: 1px solid #e8dcc8;
}

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

.ventaja-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.ventaja-card h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: #2c1810;
}

.ventaja-card p {
    color: #5a4a3a;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Quién Puede Section */
.quien-puede {
    background: #fff;
    text-align: center;
}

.usuarios-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 50px 0;
}

.usuario-card {
    padding: 30px 20px;
    background: #f8f4eb;
    border-radius: 12px;
    border: 2px solid #e8dcc8;
    transition: all 0.3s ease;
}

.usuario-card:hover {
    border-color: #daa520;
    background: #fff;
}

.usuario-icon {
    font-size: 2.8rem;
    margin-bottom: 18px;
}

.usuario-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #2c1810;
}

.usuario-card p {
    color: #5a4a3a;
    font-size: 0.95rem;
    line-height: 1.5;
}

.usuario-card-img {
    padding: 0;
    overflow: hidden;
}

.usuario-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50% 50% 0 0;
}

.usuario-card-img h3,
.usuario-card-img p {
    padding: 0 20px;
}

.usuario-card-img h3 {
    margin-top: 15px;
}

.usuario-card-img p {
    padding-bottom: 20px;
}

/* Bonos Section */
.bonos {
    background: linear-gradient(to bottom, #1a0f0a, #2c1810);
    color: white;
    text-align: center;
    padding: 100px 0;
}

.bonos .section-title-large {
    color: #daa520;
    font-size: 2.8rem;
}

.bonos .section-subtitle {
    color: #d4c5b5;
}

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

.bono-card {
    display: flex;
    gap: 25px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 15px;
    padding: 25px;
    text-align: left;
    border: 1px solid rgba(218, 165, 32, 0.25);
    transition: all 0.3s ease;
}

.bono-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #daa520;
}

.bono-image {
    flex-shrink: 0;
    width: 140px;
}

.bono-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.bono-content {
    flex: 1;
}

.bono-tag {
    display: inline-block;
    background: #daa520;
    color: #1a0f0a;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}

.bono-card h3 {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 12px;
    font-family: 'Lora', serif;
    font-weight: 600;
}

.bono-card p {
    color: #c4b5a5;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.bono-price {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-old {
    color: #888;
    text-decoration: line-through;
    font-size: 0.95rem;
}

.price-new {
    color: #4caf50;
    font-size: 1.2rem;
    font-weight: 700;
}

.bonos-total {
    background: rgba(218, 165, 32, 0.15);
    border: 2px solid #daa520;
    border-radius: 15px;
    padding: 45px;
    margin: 50px auto;
    max-width: 800px;
}

.bonos-total h3 {
    color: #daa520;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.bonos-total p {
    color: #d4c5b5;
    font-size: 1.1rem;
}

/* Problema Section */
.problema {
    background: linear-gradient(135deg, #f5ebdc, #f0e4d0);
    text-align: center;
}

/* Testimonios Section */
.testimonios {
    background: #fff;
    text-align: center;
}

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

.testimonio-card {
    background: #f8f4eb;
    padding: 35px 30px;
    border-radius: 15px;
    border: 1px solid #e8dcc8;
}

.stars {
    color: #daa520;
    font-size: 1.4rem;
    margin-bottom: 18px;
    letter-spacing: 3px;
}

.testimonio-card p {
    font-style: italic;
    color: #4a3a2a;
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1.7;
}

.testimonio-autor-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.testimonio-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #d4af37;
}

.testimonio-autor {
    font-weight: 700;
    color: #8b4513;
    font-family: 'Open Sans', sans-serif;
}

/* Precio Section */
.precio {
    background: linear-gradient(to bottom, #2c1810, #3d231a);
    color: white;
    text-align: center;
    padding: 100px 0;
}

.precio .section-subtitle {
    color: #d4c5b5;
}

.precio-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 50px;
}

.precio-list-container {
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(218, 165, 32, 0.2);
}

.precio-list-container h3 {
    color: #daa520;
    font-size: 1.4rem;
    margin-bottom: 25px;
}

.precio-list {
    list-style: none;
    margin-bottom: 30px;
}

.precio-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 1rem;
    color: #d4c5b5;
}

.precio-urgencia {
    background: rgba(220, 53, 69, 0.15);
    border: 1px solid rgba(220, 53, 69, 0.5);
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
    text-align: center;
}

.precio-urgencia p {
    color: #ff6b6b;
    margin: 5px 0;
    font-size: 0.95rem;
}

.precio-image-container {
    text-align: center;
}

.checkout-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
}

.precio-especial {
    background: rgba(218, 165, 32, 0.2);
    border: 2px solid #daa520;
    border-radius: 15px;
    padding: 25px;
}

.precio-especial .label {
    display: block;
    font-size: 0.9rem;
    color: #d4c5b5;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.precio-especial .amount {
    font-size: 3.5rem;
    font-weight: 700;
    color: #4caf50;
    font-family: 'Cinzel', serif;
}

/* Garantía Section */
.garantia {
    background: #f8f4eb;
    text-align: center;
}

.garantia-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid #4caf50;
}

/* Selo de Garantia - Layout horizontal */
.garantia-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 25px;
}

.garantia-selo {
    flex-shrink: 0;
}

.selo-img {
    width: 180px;
    height: auto;
    filter: drop-shadow(0 3px 8px rgba(184, 134, 11, 0.4));
}

.garantia-header h2 {
    font-size: 1.8rem;
    color: #2c1810;
    text-align: left;
    line-height: 1.3;
    margin: 0;
}

.garantia-box h2 {
    font-size: 2rem;
    color: #2c1810;
    margin-bottom: 25px;
}

.garantia-box p {
    color: #4a3a2a;
    margin-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.garantia-destaque {
    font-size: 1.15rem;
    font-weight: 500;
}

/* FAQ Section */
.faq {
    background: #fff;
}

.faq-list {
    max-width: 850px;
    margin: 50px auto 0;
}

.faq-item {
    margin-bottom: 20px;
    background: #f8f4eb;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8dcc8;
}

.faq-question {
    padding: 25px 30px;
}

.faq-question h3 {
    font-size: 1.1rem;
    color: #2c1810;
    font-family: 'Lora', serif;
    font-weight: 600;
}

.faq-answer {
    padding: 0 30px 25px;
}

.faq-answer p {
    color: #5a4a3a;
    line-height: 1.8;
    font-size: 1rem;
}

/* Footer */
.footer {
    background: #1a0f0a;
    color: #d4c5b5;
    text-align: center;
    padding: 60px 20px;
}

.footer h3 {
    color: #daa520;
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.footer p {
    margin-bottom: 10px;
    font-size: 1rem;
}

.footer-copy {
    margin-top: 30px;
    font-size: 0.85rem;
    color: #888;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .ventajas-grid,
    .usuarios-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .bonos-grid {
        grid-template-columns: 1fr;
    }
    
    .books-showcase {
        gap: 15px;
    }
    
    .book {
        width: 100px;
    }
    
    .book-main {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 20px 10px 30px;
        min-height: auto;
    }
    
    .hero-title {
        font-size: 2rem;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
        margin-bottom: 20px;
        line-height: 1.4;
        padding: 0 5px;
    }
    
    .hero-text {
        font-size: 0.95rem;
        margin-bottom: 20px;
        line-height: 1.6;
        padding: 0 10px;
    }
    
    /* Books Showcase Mobile - Layout igual ao original */
    .books-showcase {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 12px 8px;
        max-width: 100%;
        width: 100%;
        margin: 20px auto;
        padding: 0 10px;
    }
    
    .books-left,
    .books-center,
    .books-right {
        display: contents;
    }
    
    /* Primeira linha: 3 livros grandes */
    .book-josue {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        max-width: 110px;
        justify-self: center;
    }
    
    .book-oracion {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        max-width: 110px;
        justify-self: center;
    }
    
    .book-genesis {
        grid-column: 3;
        grid-row: 1;
        width: 100%;
        max-width: 100px;
        justify-self: center;
        align-self: end;
    }
    
    /* Segunda linha: Êxodo, bíblia aberta, e estrelas */
    .book-exodo {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        max-width: 100px;
        justify-self: center;
        align-self: center;
    }
    
    .bible-open {
        grid-column: 2;
        grid-row: 2;
        font-size: 80px;
        justify-self: center;
        align-self: center;
    }
    
    .bible-open-img {
        grid-column: 2;
        grid-row: 2 / 4;
        width: 100%;
        max-width: 120px;
        justify-self: center;
        align-self: center;
        border-radius: 5px;
    }
    
    .main-book-container {
        grid-column: 3;
        grid-row: 2 / 4;
        justify-self: center;
        align-self: center;
        margin-top: 0;
    }
    
    .main-book-container .stars {
        font-size: 1.4rem;
        letter-spacing: 4px;
        margin-bottom: 8px;
    }
    
    .book-main {
        width: 100%;
        max-width: 130px;
    }
    
    /* Terceira linha: Levítico */
    .book-levitico {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
        max-width: 100px;
        justify-self: center;
        align-self: start;
    }
    
    /* Bonos Preview Mobile */
    .bonos-preview {
        margin: 20px auto;
    }
    
    .bonos-label {
        padding: 10px 25px;
        font-size: 0.8rem;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }
    
    .bonos-mini {
        gap: 8px;
        padding: 0 10px;
    }
    
    .bono-mini {
        width: 60px;
    }
    
    .btn-green-cta {
        padding: 18px 50px;
        font-size: 0.95rem;
        letter-spacing: 1.5px;
        margin-top: 10px;
    }
    
    .two-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .column-right {
        order: -1;
    }
    
    .column-left {
        text-align: center;
    }
    
    .section-title.left-align {
        text-align: center;
    }
    
    .product-row,
    .product-row.reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }
    
    .product-text {
        text-align: center;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-title-large {
        font-size: 2rem;
    }
    
    .ventajas-grid,
    .usuarios-grid,
    .testimonios-grid {
        grid-template-columns: 1fr;
    }
    
    .precio-wrapper {
        grid-template-columns: 1fr;
    }
    
    .precio-especial .amount {
        font-size: 2.5rem;
    }
    
    /* Precio Section Mobile */
    .precio {
        padding: 40px 0;
    }
    
    .precio .section-title-large {
        display: none;
    }
    
    .precio .section-subtitle {
        display: none;
    }
    
    .precio-wrapper {
        margin-top: 0;
        gap: 20px;
    }
    
    .precio-list-container {
        padding: 20px 15px;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.3);
    }
    
    .precio-list-container h3 {
        font-size: 1.1rem;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .precio-list {
        margin-bottom: 20px;
    }
    
    .precio-list li {
        padding: 8px 0;
        font-size: 0.85rem;
        border-bottom: none;
    }
    
    .precio-urgencia {
        background: transparent;
        border: none;
        padding: 15px 0;
        margin: 15px 0;
    }
    
    .precio-urgencia p:first-child {
        color: #ff6b6b;
        font-size: 1.3rem;
    }
    
    .precio-urgencia p:nth-child(2) {
        color: #4caf50;
        font-size: 1rem;
    }
    
    .precio-urgencia p:last-child {
        color: #d4c5b5;
        font-size: 0.85rem;
        margin-top: 15px;
    }
    
    .precio-list-container .btn {
        width: 100%;
        padding: 18px 30px;
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .precio-image-container {
        display: none;
    }
    
    .bono-card {
        flex-direction: column;
        text-align: center;
    }
    
    .bono-image {
        width: 180px;
        margin: 0 auto;
    }
    
    .bono-price {
        justify-content: center;
    }
    
    /* Garantia Mobile */
    .garantia {
        padding: 40px 0;
    }
    
    .garantia-box {
        padding: 25px 15px;
        border-radius: 10px;
    }
    
    .garantia-header {
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .selo-img {
        width: 100px;
    }
    
    .garantia-header h2 {
        font-size: 1.4rem;
        line-height: 1.3;
    }
    
    .garantia-box p {
        font-size: 0.85rem;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    .garantia-destaque {
        font-size: 0.95rem;
    }
    
    /* FAQ Mobile - Compacto */
    .faq {
        padding: 40px 0;
    }
    
    .faq .section-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .faq-list {
        margin: 20px auto 0;
        padding: 0 15px;
    }
    
    .faq-item {
        margin-bottom: 0;
        border-radius: 0;
        border-bottom: 1px solid #e8dcc8;
        border-left: none;
        border-right: none;
        border-top: none;
        background: transparent;
    }
    
    .faq-item:first-child {
        border-top: 1px solid #e8dcc8;
    }
    
    .faq-question {
        padding: 15px 5px;
    }
    
    .faq-question h3 {
        font-size: 0.95rem;
        line-height: 1.4;
        font-weight: 700;
    }
    
    .faq-answer {
        padding: 0 5px 15px;
    }
    
    .faq-answer p {
        font-size: 0.85rem;
        line-height: 1.6;
        color: #666;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 15px 5px 25px;
    }
    
    .hero-title {
        font-size: 1.7rem;
        letter-spacing: 2px;
    }
    
    .hero-subtitle {
        font-size: 0.75rem;
        padding: 0 5px;
    }
    
    .hero-text {
        font-size: 0.85rem;
        padding: 0 10px;
    }
    
    .books-showcase {
        gap: 10px 6px;
        padding: 0 5px;
    }
    
    .book-josue,
    .book-oracion {
        max-width: 95px;
    }
    
    .book-genesis {
        max-width: 85px;
    }
    
    .book-exodo,
    .book-levitico {
        max-width: 85px;
    }
    
    .bible-open {
        font-size: 65px;
    }
    
    .bible-open-img {
        max-width: 100px;
    }
    
    .book-main {
        max-width: 110px;
    }
    
    .main-book-container .stars {
        font-size: 1.2rem;
    }
    
    .bono-mini {
        width: 50px;
    }
    
    .bonos-label {
        font-size: 0.7rem;
        padding: 8px 18px;
    }
    
    section {
        padding: 60px 0;
    }
    
    .btn {
        padding: 15px 30px;
        font-size: 0.9rem;
    }
    
    .btn-green {
        padding: 15px 25px;
        font-size: 0.85rem;
    }
    
    .btn-green-cta {
        padding: 15px 40px;
        font-size: 0.9rem;
    }
    
    .bonos {
        padding: 60px 0;
    }
    
    .bonos .section-title-large {
        font-size: 1.8rem;
    }
    
    /* FAQ 480px - Ainda mais compacto */
    .faq {
        padding: 30px 0;
    }
    
    .faq .section-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    
    .faq-list {
        margin: 15px auto 0;
        padding: 0 10px;
    }
    
    .faq-question {
        padding: 12px 5px;
    }
    
    .faq-question h3 {
        font-size: 0.9rem;
    }
    
    .faq-answer {
        padding: 0 5px 12px;
    }
    
    .faq-answer p {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    
    /* Garantia 480px */
    .garantia {
        padding: 30px 0;
    }
    
    .garantia-box {
        padding: 20px 10px;
    }
    
    .garantia-header {
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .selo-img {
        width: 80px;
    }
    
    .garantia-header h2 {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    
    .garantia-box p {
        font-size: 0.8rem;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    
    .garantia-destaque {
        font-size: 0.9rem;
    }
    
    /* Footer Mobile Compacto */
    .footer {
        padding: 25px 15px;
    }
    
    .footer h3 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    
    .footer p {
        font-size: 0.8rem;
        margin-bottom: 5px;
    }
    
    .footer-copy {
        margin-top: 15px;
        font-size: 0.7rem;
    }
}
