:root {
  --azul-principal: #0B3C5D;
  --laranja-cta: #F57C00;
  --bege-claro: #FFF6EA;
}

body {
  background-color: var(--bege-claro);
  color: #444;
}

.btn-cta {
  background-color: var(--laranja-cta);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
}

.btn-cta:hover {
  background-color: #e36f00;
}

/* Logo sofisticado */
.logo-principal {
    max-height: 250px;
    transition: 0.3s ease;
}

/* Menu elegante */
.nav-custom {
    font-weight: 500;
    color: #0B3C5D !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-custom:hover {
    color: #F57C00 !important;
}

/* Fundo geral sofisticado */
body {
    background-color: #FFF6EA;
}

/* Botão CTA refinado */
.btn-cta {
    background-color: #F57C00;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    padding: 10px 20px;
    transition: 0.3s ease;
}

.btn-cta:hover {
    background-color: #d96d00;
    transform: translateY(-2px);
}

/* Animação suave ao scroll */

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* Card Premium */

.card-premium {
    background: #ffffff;
    border-radius: 18px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.card-img-wrapper {
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.card-img-wrapper img {
    transition: transform 0.6s ease;
}

.card-premium:hover img {
    transform: scale(1.05);
}

.premium-title {
    font-weight: 600;
    color: #0B3C5D;
    letter-spacing: 0.5px;
}

.badge-premium {
    background-color: #F57C00;
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.produto-img-wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.produto-img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.lista-beneficios {
    list-style: none;
    padding: 0;
    font-size: 15px;
    line-height: 2;
    color: #444;
}

.btn-conversao {
    font-size: 18px;
    padding: 14px;
    border-radius: 50px;
    transition: 0.3s ease;
}

.btn-conversao:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 35px rgba(245, 124, 0, 0.3);
}

.prova-social {
    background: #f8f9fa;
    font-size: 14px;
    color: #555;
}

@media (max-width: 576px) {
    .card-premium {
        margin-bottom: 20px;
    }
}

.logo-principal {
    max-height: 200px;
    transition: 0.3s ease;
}

/* Menu elegante */
.nav-custom {
    font-weight: 500;
    color: #0B3C5D !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.nav-custom:hover {
    color: #F57C00 !important;
}

/* Linha sutil abaixo do menu */
.navbar {
    border-top: 1px solid #f1f1f1;
}


.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    padding: 15px 0;
    border-top: 1px solid #eee;
    z-index: 9999;
    display: none;
}

.cookie-text {
    font-size: 14px;
    color: #444;
}

.cookie-text a {
    color: #0B3C5D;
    font-weight: 500;
    text-decoration: none;
}

.cookie-text a:hover {
    color: #F57C00;
}
