body {
    font-family: 'Poppins', 'Arial', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

header .logo img {
    max-width: 162px;
}

h1 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}

h1, h2 {
    color: #555;
    font-weight: 700;
}

ul {
    list-style: none;
    padding: 0;
}

.nav-bg-light {
    background-color: #eafff1;
}

.footer-bg-dark {
    background-color: #001128;
    color: #fffafa;
}

/* Error pages */
.error-container {
    text-align: center;
}

.error-image {
    max-width: 100%;
    height: auto;
}

.error-message {
    font-size: 1.5rem;
    line-height: 1.2em;
    margin: 40px 0;
}

.home-button {
    font-size: 1.2rem;
}

/* Cookies panel */
#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#cookie-consent .btn {
    margin: 10px;
}

#cookie-consent .modal-content {
    background: transparent;
    border: none;
    font-size: 1em;
}

/* Legal */
.legal-container p {
    line-height: 1.4em;
}

.legal-container h2 {
    margin-top: 30px;
}

.legal-container ul {
    list-style: disc;
    padding-left: 40px;
}

.legal-container li {
    margin-bottom: 5px;
}

.cookies-table {
    border: 1px solid #4d5154;
}

.cookies-table td {
    border: 1px solid #4d5154;
    padding: 5px;
}

.stars {
    display: inline-block;
    position: relative;
    margin: 3px 0;
}

.product-detail-link {
    font-size: 0.7em;
    margin-bottom: 0;
}

.rating-box {
    font-size: 14px;
    color: #939393;
}

.star {
    color: #fd7e14;

}

.product-result .additional-link {
    position: relative;
    z-index: 2;
}

.btn-main {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
}

.btn-main:hover {
    color: #fff;
    background-color: #e68900;
    border-color: #e68900;
}

.btn-main:focus, .btn-main.focus {
    color: #fff;
    background-color: #e68900;
    border-color: #e68900;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}

.btn-main:disabled, .btn-main.disabled {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
}

.pricing-detail-block {
    margin: 30px 0;
}

.product-desc {
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 30px;
}

.bot-discount {
    border: 1px solid #128c7e;
    background-color: #f4fff8;
    padding: 0.60rem;
    display: flex;
    align-items: center;
    gap: 0.60rem;
    margin-bottom: 30px;
}

.bot-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.bot-msg {
    font-size: 1rem;
    color: #128c7e;
    font-weight: 500;
}

.header-hero {
    background-color: #eafff1;
    padding: 40px 20px 0 20px;
}

.header-hero h1 {
    margin-bottom: 40px;
}

.header-hero h2 {
    font-weight: 100;
    line-height: 1.3em;
    margin-bottom: 40px;
}

.hero-image {
    max-width: 360px;
    margin-bottom: 0 !important; /* sin margen inferior */
    align-self: flex-end; /* alinear la imagen con el fondo inferior */
}

.land-section-pdb {
    padding: 80px 20px;
}

.land-section-pds {
    padding: 40px 20px;
}

.land-section-pdb h2 {
    margin-bottom: 40px;
}

.what-is p {
    line-height: 1.4em;
    margin-bottom: 30px;
    font-weight: 100;
}

.what-is-cards {
    margin: 60px 0;
}

.what-is-cards .card {
    border-radius: 0;
    padding: 30px;
}

.what-is-cards .card-text {
    margin-top: 20px;
}

.offers-section {
    background-color: #242e3f;
}

.offers-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.offers-section p {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.4em;
}

.offers-section img {
    max-width: 360px;
}

.opinion-card {
    max-width: 600px;
    background-color: #f5fdf6;
    border: 1px solid #198754;
    border-radius: 0;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.opinion-card .blockquote-footer {
    color: #198754;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 1rem;
}

.faq-section .accordion-header {
    margin-bottom: 0;
}

.btn-success {
    background-color: #25d366;
    border-color: #25d366;
}

.btn-success:hover {
    background-color: #1da955;
    border-color: #1da955;
}

.text-success {
    color: #128c7e !important;
}

.accordion-button:not(.collapsed) {
    color: #128c7e;
    background-color: #e9f7f3;
}

.accordion-button {
    font-weight: 600;
}

.cta-section {
    padding: 40px 0 100px;
}

.footer-section {
    background-color: #242e3f;
    padding: 100px 0 10px;
    font-size: 0.9rem;
    color: #999999;
    text-align: center;
}

.footer-section a {
    color: #128c7e;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

section.bg-light {
    background-color: #f8f9fa;
}

section.bg-tint {
    background-color: #e9f7f3;
}

@media (max-width: 768px) {
    #cookie-consent .modal-content {
        font-size: 0.8em;
    }

    .hero-image,
    .offers-section img {
        max-width: 100%;
    }

    .product-detail-container {
        padding: 0 20px;
    }
}