body {
    font-family: 'Poppins', sans-serif;
}

.hero {
    background: linear-gradient(rgba(15, 37, 51, 0.88), rgba(15, 37, 51, 0.92)),
        url('../assets/hero-predios-bg.png') center center/cover no-repeat;
    color: white;
    min-height: 100vh;
}

.hero-logo {
    max-width: 420px;
    width: 100%;
    height: auto;
    filter: brightness(1.15);
    opacity: 0.95;
}

h1,
h2 {
    font-family: 'Playfair Display', serif;
}

.btn-agein {
    background: #c6a86b;
    color: #0f2533;
    border: none;
}

.btn-agein:hover {
    background: #b99752;
}

#sobre {
    background: #ffffff;
    padding: 90px 20px;
}

#sobre h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    margin-bottom: 18px;
}

#sobre p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #4a5560;
}

.symbol-big {
    max-width: 260px;
    transition: transform 1.2s ease-in-out;
}

.symbol-big:hover {
    transform: rotate(360deg);
}

.services {
    background: #f5f7f9;
}

.service-card {
    background: #0f2533 !important;
    color: white;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: all .35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

.service-card .card-title {
    color: white;
}

.service-card .card-text {
    color: rgba(255,255,255,0.75);
}

.service-card img {
    filter: brightness(1.2);
}

.card-title {
    font-weight: 600;
    color: #0f2533;
}

.card-text {
    font-size: 14px;
    color: #6c757d;
}

.cta {
    background:
        linear-gradient(rgba(8,20,29,0.88), rgba(8,20,29,0.92)),
        url('../assets/cta-bg.png') center center/cover no-repeat;
    color: white;
    padding: 140px 20px;
}

.cta h2 {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.cta .btn-agein {
    font-size: 16px;
    padding: 14px 30px;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(198,168,107,0.35);
}

.cta .btn-agein:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(198,168,107,0.45);
}

footer {
    background:
        linear-gradient(rgba(8,20,29,0.94), rgba(8,20,29,0.98)),
        url('../assets/pes.jpg') center center/cover no-repeat;
    padding: 80px 20px;
    color: white;
}

.footer-logo {
    max-width: 420px;
    width: 100%;
    height: auto;
    filter: brightness(1.15);
    opacity: 0.95;
}

.footer-link {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 14px;
}

.footer-link:hover {
    color: #c6a86b;
    text-decoration: underline;
}

.products {
    border-top: 1px solid #eee;
}

.product-card {
    display: block;
    padding: 30px;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    text-decoration: none;
    color: #0f2533;
    font-weight: 500;
}

.product-card:hover {
    border-color: #c6a86b;
    color: #c6a86b;
}

.creator {
    background: #0f2533;
    color: white;
}

.creator h2,
.creator h6 {
    color: white;
}

.creator-channel {
    background: rgba(255,255,255,0.04);
    border-left: 3px solid #c6a86b;
    padding: 18px 18px 20px 18px;
    border-radius: 10px;
}

.creator-channel p {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
}

.social-link {
    text-decoration: none;
    font-weight: 500;
    color: #0f2533;
}

.social-link:hover {
    color: #c6a86b;
}

.creator-photo {
    max-width: 220px;
    border-radius: 18px;
    border: 4px solid #c6a86b;
    padding: 6px;
    background: #08141d;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transition: all .3s ease;
}

.creator-photo:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(198,168,107,0.35);
}

.service-icon {
    width: 240px;
    height: auto;
    opacity: 0.9;
    transition: transform .35s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.08);
}


.product-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: all .3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

.product-cover {
    height: 420px;
    object-fit: contain;
    background: linear-gradient(#0f2533, #08141d);
    padding: 16px;
}

.product-links a {
    font-size: 14px;
    margin: 0 8px;
    text-decoration: none;
    font-weight: 500;
    color: #0f2533;
}

.product-links a:hover {
    color: #c6a86b;
}

.store-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #0f2533;
}

.store-link img {
    width: 18px;
    height: 18px;
}

.store-link:hover {
    color: #c6a86b;
}

.social-icons a {
    text-decoration: none;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}

/* Instagram */
.social-icons a.instagram i {
    color: #E1306C;
}

/* YouTube */
.social-icons a.youtube i {
    color: #FF0000;
}

/* LinkedIn */
.social-icons a.linkedin i {
    color: #0A66C2;
}

.footer-link i.bi-whatsapp {
    margin-left: 6px;
    font-size: 1.1em;
    vertical-align: middle;
}

.footer-link:hover i.bi-whatsapp {
    color: #25D366;
}

.social-icons a:hover {
    transform: translateY(-4px);
}

.ebooks-highlight {
    background: linear-gradient(
        180deg,
        #0f2533 0%,
        #08141d 100%
    );
    color: white;
    position: relative;
    overflow: hidden;
}

/* Linha dourada animada no topo */
.ebooks-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 160%;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent,
        #c6a86b,
        transparent
    );
    animation: shine 6s linear infinite;
}

@keyframes shine {
    0% { left: -30%; }
    100% { left: 100%; }
}

/* Ajuste de texto */
.ebooks-highlight h2,
.ebooks-highlight h3 {
    color: white;
}

.ebooks-highlight p {
    color: rgba(255,255,255,0.85);
}

.ebooks-animate {
    animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CTA COMBO EBOOKS */
.btn-combo {
    font-size: 18px;
    padding: 16px 42px;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 18px 35px rgba(198,168,107,0.45);
    transition: all .35s ease;
}

/* Hover elegante */
.btn-combo:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 55px rgba(198,168,107,0.6);
}

/* Benefícios do combo */
.combo-benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    flex-wrap: wrap;
}

/* ECONOMIA */
.combo-benefits .economy {
    font-size: 15px;
    font-weight: 600;
    color: #0f2533;
    background: rgba(198,168,107,0.25);
    border: 1px solid rgba(198,168,107,0.45);
    padding: 8px 18px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ÍCONE */
.combo-benefits .economy i {
    color: #c6a86b;
    font-size: 16px;
}

/* % OFF */
.combo-benefits .discount-badge {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #c6a86b;
    padding: 8px 14px;
    border-radius: 30px;
    letter-spacing: 0.5px;
}

.combo-wrapper {
    position: relative;
}

/* FAIXA */
.combo-wrapper::before {
    content: "44% OFF";
    position: absolute;
    top: 20px;
    right: -40px;
    background: #c6a86b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 50px;
    transform: rotate(45deg);
    box-shadow: 0 10px 25px rgba(198,168,107,0.45);
    animation: offPulse 2.8s infinite;
}

/* ANIMAÇÃO SUAVE */
@keyframes offPulse {
    0% { transform: rotate(45deg) scale(1); }
    50% { transform: rotate(45deg) scale(1.05); }
    100% { transform: rotate(45deg) scale(1); }
}

/* FAQ AGEIN */

.faq-agein h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

.faq-agein .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(15,37,51,0.12);
    background: transparent;
}

.faq-agein .accordion-button {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 0;
    background: transparent;
    color: #0f2533;
}

.faq-agein .accordion-button::after {
    filter: brightness(0.4);
}

.faq-agein .accordion-button:not(.collapsed) {
    color: #0f2533;
    background: transparent;
    box-shadow: none;
}

.faq-agein .accordion-body {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(15,37,51,0.85);
    padding: 10px 0 22px 0;
}

/* Botão Voltar ao Topo */
#btn-topo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #0f2533;
    color: #fff;
    font-size: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

#btn-topo:hover {
    background: #c6a86b;
    color: #0f2533;
    transform: translateY(-4px);
}

/* Botão WhatsApp */
#btn-whatsapp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

#btn-whatsapp:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

@media (max-width: 768px) {
    #btn-topo {
        right: 20px;
        bottom: 90px;
    }

    #btn-whatsapp {
        left: 20px;
        bottom: 20px;
    }
}

/* POR QUE A AGEIN */
.why-agein {
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.why-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c6a86b;
    font-weight: 500;
}

.why-agein h3 {
    font-weight: 500;
}

.why-agein p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

.why-agein p.emphasis {
    font-size: 15px;
    opacity: 0.85;
}

/* Wrapper para controlar o zoom */
.product-cover-wrapper {
    overflow: hidden;
    border-radius: 16px;
}

/* Imagem do ebook */
.ebook-cover {
    transition: transform 0.45s ease;
}

/* Zoom no hover do card */
.product-card:hover .ebook-cover {
    transform: scale(1.08);
}

/* Link "Ver mais detalhes" */
.ebook-details-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #c6a86b;
    cursor: pointer;
    text-decoration: none;
}

.ebook-details-link:hover {
    text-decoration: underline;
}

/* Caixa do collapse */
.ebook-details-box {
    background: rgba(15,37,51,0.04);
    border-left: 3px solid #c6a86b;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13.5px;
    color: #0f2533;
}

/* MENU RÁPIDO */
.quick-menu {
    position: fixed;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 998;
}

.quick-menu a {
    font-size: 13px;
    color: #c6a86b;
    text-decoration: none;
    padding: 4px 6px;
    transition: all .25s ease;
}

.quick-menu a:hover {
    color:  rgba(15,37,51,0.65);
    transform: translateX(-4px);
}

@media (max-width: 768px) {
    .quick-menu {
        display: none;
    }
}