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

.header {
    background-color: #000000 !important;
}

#menu-top-mothercare1786113053218386940 {
    background-color: #050505 !important;
}

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

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

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

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

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

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

.price {
    color: #ff5a00 !important;
}

/* LOGIN BUTTON */

.login-button,
.btn-login,
.button-login,
.action.login,
.header a.login {
    border: 2px solid #ff5a00 !important;
    border-radius: 4px !important;
    background: linear-gradient(180deg, #ff7200 0%, #ff4d00 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0 6px 16px rgba(255, 90, 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;
}

.login-button:hover,
.btn-login:hover,
.button-login:hover,
.action.login:hover,
.header a.login:hover {
    border-color: #ff9a3d !important;
    background: linear-gradient(180deg, #ff8a1f 0%, #ff6500 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 22px rgba(255, 90, 0, 0.48) !important;
    transform: translateY(-2px);
}

/* REGISTER BUTTON */

.register-button,
.btn-register,
.button-register,
.action.register,
.header a.register {
    border: 2px solid #ffe600 !important;
    border-radius: 4px !important;
    background: linear-gradient(180deg, #fff200 0%, #ffd500 100%) !important;
    color: #080808 !important;
    font-weight: 800 !important;
    box-shadow: 0 6px 18px rgba(255, 230, 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: #fff77a !important;
    background: linear-gradient(180deg, #fff86b 0%, #ffe600 100%) !important;
    color: #000000 !important;
    box-shadow: 0 8px 22px rgba(255, 230, 0, 0.48) !important;
    transform: translateY(-2px);
}

.nobu99-testimonials,
.nobu99-faq {
    --palma-bg: #070707;
    --palma-card: #111111;
    --palma-card-hover: #1c1a00;
    --palma-gold: #ffe600;
    --palma-gold-soft: #fff475;
    --palma-text: #ffffff;
    --palma-muted: #d6d6d6;
    --palma-border: rgba(255, 230, 0, 0.3);

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

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

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

.nobu99-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;
}

.nobu99-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, 230, 0, 0.65);
    transform: translateX(-50%);
}

/* TESTIMONIAL */

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

.nobu99-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(0, 0, 0, 0.55);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.nobu99-testimonial-card:hover {
    border-color: rgba(255, 230, 0, 0.82);
    background: var(--palma-card-hover);
    box-shadow: 0 16px 38px rgba(255, 230, 0, 0.13);
    transform: translateY(-5px);
}

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

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

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

.nobu99-avatar {
    display: flex;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff475;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff200, #ffbf00);
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(255, 230, 0, 0.35);
}

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

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

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

/* FAQ */

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

.nobu99-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(0, 0, 0, 0.5);
    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.nobu99-faq-item[open] {
    border-color: rgba(255, 230, 0, 0.82);
    background: var(--palma-card-hover);
    box-shadow: 0 12px 28px rgba(255, 230, 0, 0.12);
}

.nobu99-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;
}

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

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

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

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

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

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

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

.nobu99-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) {
    .nobu99-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

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

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

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

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

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

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

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

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

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