.panel {
    background-color: #35106d !important;
}

.header,
#menu-top-mothercare1786113053218386940 {
    background-color: #1d003d !important;
}

#menu-top-mothercare1786113053218386940 > li > a {
    color: #FFF !important;
}

#maincontent {
    background-color: #220047;
    color: #ffffff;
}

.product-item-link {
    color: #ffffff !important;
    font-size: 15px !important;
}

.product-info {
    color: #ffffff;
    padding: 20px;
}

.page-title {
    color: #ffd600 !important;
    font-size: 40px !important;
}

.price {
    color: #ffd600 !important;
}

/* LOGIN BUTTON */

.login-button,
.btn-login,
.button-login,
.action.login,
.header a.login {
    border: 2px solid #ffffff !important;
    border-radius: 7px !important;
    background: #ffffff !important;
    color: #220047 !important;
    font-weight: 700 !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease !important;
}

.login-button:hover,
.btn-login:hover,
.button-login:hover,
.action.login:hover,
.header a.login:hover {
    border-color: #ffd600 !important;
    background: #efe7ff !important;
    color: #35106d !important;
    transform: translateY(-2px);
}

/* REGISTER BUTTON */

.register-button,
.btn-register,
.button-register,
.action.register,
.header a.register {
    border: 2px solid #ffd600 !important;
    border-radius: 7px !important;
    background: linear-gradient(180deg, #ffe600 0%, #ffc400 100%) !important;
    color: #220047 !important;
    font-weight: 800 !important;
    box-shadow: 0 6px 18px rgba(255, 214, 0, 0.3) !important;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease !important;
}

.register-button:hover,
.btn-register:hover,
.button-register:hover,
.action.register:hover,
.header a.register:hover {
    border-color: #fff176 !important;
    background: linear-gradient(180deg, #fff176 0%, #ffd600 100%) !important;
    color: #1d003d !important;
    box-shadow: 0 8px 22px rgba(255, 214, 0, 0.42) !important;
    transform: translateY(-2px);
}

.palma168-testimonials,
.palma168-faq {
    --palma-bg: #220047;
    --palma-card: #2c0755;
    --palma-card-hover: #390b68;
    --palma-gold: #ffd600;
    --palma-gold-soft: #fff176;
    --palma-text: #ffffff;
    --palma-muted: #d9cce8;
    --palma-border: rgba(255, 214, 0, 0.28);

    background: var(--palma-bg);
    color: var(--palma-text);
    padding: 70px 20px;
    font-family: inherit;
}

.palma168-faq {
    padding-top: 20px;
}

.palma168-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.palma168-title {
    position: relative;
    margin: 0 0 38px;
    padding-bottom: 16px;
    color: var(--palma-text);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.palma168-title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 58px;
    height: 3px;
    border-radius: 20px;
    background: var(--palma-gold);
    content: "";
    box-shadow: 0 0 14px rgba(255, 214, 0, 0.6);
    transform: translateX(-50%);
}

/* TESTIMONIAL */

.palma168-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.palma168-testimonial-card {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 26px;
    border: 1px solid var(--palma-border);
    border-radius: 16px;
    background: var(--palma-card);
    box-shadow: 0 12px 32px rgba(7, 0, 18, 0.32);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.palma168-testimonial-card:hover {
    border-color: rgba(255, 214, 0, 0.7);
    background: var(--palma-card-hover);
    box-shadow: 0 16px 38px rgba(7, 0, 18, 0.42);
    transform: translateY(-5px);
}

.palma168-rating {
    margin-bottom: 18px;
    color: var(--palma-gold);
    font-size: 18px;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(255, 214, 0, 0.35);
}

.palma168-testimonial-card blockquote {
    flex: 1;
    margin: 0 0 24px;
    color: var(--palma-muted);
    font-size: 15px;
    line-height: 1.8;
}

.palma168-user {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 18px;
    border-top: 1px solid var(--palma-border);
}

.palma168-avatar {
    display: flex;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff176;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffe600, #ffbd00);
    color: #220047;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(255, 214, 0, 0.25);
}

.palma168-user strong,
.palma168-user span {
    display: block;
}

.palma168-user strong {
    margin-bottom: 4px;
    color: var(--palma-text);
    font-size: 15px;
}

.palma168-user span {
    color: var(--palma-muted);
    font-size: 13px;
}

/* FAQ */

.palma168-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.palma168-faq-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--palma-border);
    border-radius: 12px;
    background: var(--palma-card);
    box-shadow: 0 8px 22px rgba(7, 0, 18, 0.2);
    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.palma168-faq-item[open] {
    border-color: rgba(255, 214, 0, 0.68);
    background: var(--palma-card-hover);
    box-shadow: 0 12px 28px rgba(7, 0, 18, 0.32);
}

.palma168-faq-item summary {
    position: relative;
    display: flex;
    min-height: 66px;
    align-items: center;
    padding: 18px 60px 18px 22px;
    color: var(--palma-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    list-style: none;
}

.palma168-faq-item summary::-webkit-details-marker {
    display: none;
}

.palma168-faq-icon {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
}

.palma168-faq-icon::before,
.palma168-faq-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background: var(--palma-gold);
    content: "";
    box-shadow: 0 0 8px rgba(255, 214, 0, 0.45);
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
}

.palma168-faq-icon::before {
    width: 18px;
    height: 2px;
}

.palma168-faq-icon::after {
    width: 2px;
    height: 18px;
}

.palma168-faq-item[open] .palma168-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.palma168-faq-answer {
    padding: 0 22px 22px;
}

.palma168-faq-answer p {
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid var(--palma-border);
    color: var(--palma-muted);
    font-size: 15px;
    line-height: 1.8;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .palma168-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .palma168-testimonial-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .page-title {
        font-size: 30px !important;
    }

    .palma168-testimonials,
    .palma168-faq {
        padding-right: 15px;
        padding-left: 15px;
    }

    .palma168-testimonials {
        padding-top: 50px;
    }

    .palma168-faq {
        padding-top: 15px;
        padding-bottom: 50px;
    }

    .palma168-title {
        margin-bottom: 28px;
        font-size: 27px;
    }

    .palma168-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .palma168-testimonial-card:last-child {
        grid-column: auto;
    }

    .palma168-testimonial-card {
        min-height: auto;
        padding: 22px;
    }

    .palma168-faq-item summary {
        min-height: 62px;
        padding: 16px 52px 16px 18px;
        font-size: 15px;
    }

    .palma168-faq-icon {
        right: 18px;
    }

    .palma168-faq-answer {
        padding: 0 18px 18px;
    }
}