/* Shop — lightweight UI tweaks */

:root {
    --shop-brand: #119FAE;
    --shop-brand-dark: #0d8591;
    --shop-radius: 12px;
}

/* ── Profile quick-action cards ── */
.profile-quick-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    min-height: 7.5rem;
    padding: 1.25rem 1.5rem !important;
    border-radius: var(--shop-radius) !important;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.profile-quick-link:hover,
.profile-quick-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    text-decoration: none !important;
}

.profile-quick-link:active {
    transform: translateY(0);
}

.profile-quick-link__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
}

.profile-quick-link .svg-icon {
    margin-bottom: 0.25rem;
}

.profile-card {
    border-radius: var(--shop-radius);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.profile-card .card-header.bg-info {
    background: linear-gradient(135deg, var(--shop-brand) 0%, var(--shop-brand-dark) 100%) !important;
}

.profile-quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.profile-settings-card,
.profile-user-card {
    border-radius: var(--shop-radius);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* ── Home: package cards (same layout, subtle icon) ── */
.shop-package-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(17, 159, 174, 0.08);
}

/* ── Home: cart bar (original teal bar, responsive) ── */
.shop-cart-bar-lite {
    background-color: #119faed1;
    color: #fff;
}

.shop-cart-bar-lite .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    color: #fff !important;
}

.shop-cart-bar-lite .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

/* ── Home: contact phones ── */
.shop-contact-bar {
    gap: 0.5rem 1rem;
    padding: 0.75rem 1rem;
    background: #f8fafb;
    border-radius: var(--shop-radius);
}

.shop-contact-bar__label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #5e6278;
}

.shop-contact-bar__phone {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--shop-brand-dark);
    text-decoration: none;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    background: rgba(17, 159, 174, 0.08);
    transition: background 0.15s ease;
}

.shop-contact-bar__phone:hover {
    background: rgba(17, 159, 174, 0.16);
    color: var(--shop-brand-dark);
}

/* ── Header: cart button ── */
.shop-header-cart {
    display: inline-flex !important;
    align-items: center;
    gap: 0.4rem;
    min-height: 40px;
    padding: 0.45rem 0.85rem !important;
    font-weight: 700;
    white-space: nowrap;
}

.shop-header-cart__icon {
    display: inline-flex;
    line-height: 0;
}

.shop-header-cart__badge {
    position: absolute;
    top: -6px;
    left: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #fff;
    color: #f1416c;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
}

/* ── WhatsApp float ── */
.shop-whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 18px;
    background-color: #25D366;
    color: #fff !important;
    border-radius: 50px;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.shop-whatsapp-float:hover {
    transform: scale(1.04);
    color: #fff !important;
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}

#kt_content_container {
    padding-bottom: 70px;
}

#kt_wrapper {
    min-height: 100vh;
}

/* ── Mobile header & menu ── */
@media (max-width: 991.98px) {
    #kt_header {
        height: auto !important;
        min-height: 64px;
        padding: 0.5rem 0;
    }

    #kt_header > .container-xxl {
        flex-wrap: wrap;
        gap: 0.35rem;
    }

    .header-menu-container {
        height: auto !important;
    }

    /* drawer menu: bigger tap targets */
    [data-kt-drawer-name="header-menu"] .menu-link {
        min-height: 44px;
        font-size: 1rem;
    }

    [data-kt-drawer-name="header-menu"] .menu-sub .menu-link {
        padding-right: 1.5rem !important;
    }
}

/* ── Mobile general ── */
@media (max-width: 767.98px) {
    #kt_toolbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    #kt_toolbar .page-title h1 {
        font-size: 1.25rem !important;
    }

    #kt_content_container.container-xxl,
    .container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content.flex-row-fluid {
        padding-top: 0.5rem;
    }

    .mt-8 {
        margin-top: 1.5rem !important;
    }

    /* Profile */
    .profile-page-layout > [class*="col-"] {
        margin-bottom: 1rem;
    }

    .profile-quick-link {
        min-height: 6.5rem;
        padding: 1rem 1.15rem !important;
    }

    .profile-quick-link__title {
        font-size: 0.925rem;
    }

    .profile-quick-link .svg-icon svg {
        width: 2rem !important;
        height: 2rem !important;
    }

    .profile-user-card .symbol.symbol-100px {
        width: 72px !important;
        height: 72px !important;
    }

    .profile-user-card .symbol.symbol-lg-160px img {
        width: 72px !important;
    }

    .profile-user-card .fs-2 {
        font-size: 1.25rem !important;
    }

    .table-responsive {
        -webkit-overflow-scrolling: touch;
    }

    /* Cart bar: stack on mobile */
    .shop-cart-actions {
        flex-direction: column;
        align-items: stretch !important;
    }

    .shop-cart-actions .btn-outline-light {
        width: 100%;
        margin: 0 !important;
    }

    .shop-cart-checkout-btn {
        width: 100% !important;
        float: none !important;
        display: block;
        text-align: center;
    }

    /* Header cart: icon only on very small screens */
    .shop-header-cart__label {
        display: none;
    }

    .shop-header-cart {
        padding: 0.45rem 0.65rem !important;
    }

    /* Contact bar */
    .shop-contact-bar {
        flex-direction: column;
        text-align: center;
    }

    .shop-contact-bar__phone {
        width: 100%;
        text-align: center;
    }

    /* WhatsApp: compact pill */
    .shop-whatsapp-float {
        bottom: 16px;
        right: 16px;
        padding: 10px 14px;
        font-size: 0.82rem;
    }

    .shop-whatsapp-float svg {
        width: 20px;
        height: 20px;
    }

    .auth-page-wrapper {
        padding: 1.5rem 1rem !important;
    }
}

@media (min-width: 768px) {
    .shop-cart-checkout-btn {
        float: left;
    }
}

@media (max-width: 575.98px) {
    .profile-quick-grid {
        gap: 0.5rem;
    }

    .profile-quick-link {
        min-height: 5.75rem;
        padding: 0.875rem 1rem !important;
    }

    .shop-whatsapp-float__text {
        display: none;
    }

    .shop-whatsapp-float {
        width: 52px;
        height: 52px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
}

/* ── Checkout payment UI ── */
.shop-checkout {
    position: sticky;
    top: 5.5rem;
    z-index: 1;
}

.shop-checkout__panel {
    background: #fff;
    border: 1px solid rgba(17, 159, 174, 0.12);
    border-radius: 16px;
    box-shadow: 0 10px 36px rgba(17, 159, 174, 0.08);
    overflow: hidden;
}

.shop-checkout__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.1rem 1.25rem;
    background: linear-gradient(135deg, rgba(17, 159, 174, 0.1) 0%, rgba(17, 159, 174, 0.03) 100%);
    border-bottom: 1px solid rgba(17, 159, 174, 0.1);
}

.shop-checkout__header-icon {
    width: 36px;
    height: auto;
}

.shop-checkout__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: #181c32;
}

.shop-checkout__subtitle {
    margin: 0.15rem 0 0;
    font-size: 0.8rem;
    color: #7e8299;
}

.shop-checkout__body {
    padding: 1.15rem 1.25rem 1.35rem;
}

.shop-checkout-summary {
    background: #f4fbfc;
    border: 1px solid rgba(17, 159, 174, 0.12);
    border-radius: 12px;
    padding: 0.95rem 1rem;
    margin-bottom: 1rem;
}

.shop-checkout-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.55rem;
    font-size: 0.9rem;
    color: #5e6278;
}

.shop-checkout-summary__row strong {
    color: var(--shop-brand-dark);
    font-weight: 700;
}

.shop-checkout-summary__row--discount strong {
    color: #f1416c;
}

.shop-checkout-summary__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 0.65rem;
    padding-top: 0.75rem;
    border-top: 1px dashed rgba(17, 159, 174, 0.25);
}

.shop-checkout-summary__total span {
    font-weight: 700;
    color: #181c32;
}

.shop-checkout-summary__total strong {
    font-size: 1.15rem;
    color: var(--shop-brand-dark);
}

.shop-checkout-block {
    margin-bottom: 1.15rem;
}

.shop-checkout-block__title {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: #181c32;
}

.shop-checkout-block__hint {
    margin: 0 0 0.85rem;
    font-size: 0.8rem;
    color: #a1a5b7;
}

.shop-checkout-coupon {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
}

.shop-checkout-coupon__input {
    min-height: 44px;
    border-radius: 10px !important;
}

.shop-checkout-coupon__btn {
    min-height: 44px;
    min-width: 88px;
    border-radius: 10px !important;
    background: var(--shop-brand) !important;
    border-color: var(--shop-brand) !important;
    color: #fff !important;
    font-weight: 700;
}

.shop-checkout-address {
    min-height: 96px;
    border-radius: 10px !important;
}

.shop-checkout-alert {
    margin-top: 0.65rem;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
}

.shop-checkout-alert--success {
    background: rgba(80, 205, 137, 0.12);
    color: #0f7a45;
}

.shop-checkout-alert--error {
    background: rgba(241, 65, 108, 0.1);
    color: #c4194a;
}

.shop-pay-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.shop-pay-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    padding: 0.9rem 0.8rem;
    border: 1.5px solid rgba(17, 159, 174, 0.18);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
    -webkit-tap-highlight-color: transparent;
}

.shop-pay-option:hover {
    border-color: rgba(17, 159, 174, 0.45);
    box-shadow: 0 6px 18px rgba(17, 159, 174, 0.08);
}

.shop-pay-option.is-active {
    border-color: var(--shop-brand);
    background: rgba(17, 159, 174, 0.06);
    box-shadow: 0 8px 22px rgba(17, 159, 174, 0.12);
}

.shop-pay-option__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop-pay-option__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(17, 159, 174, 0.1);
    color: var(--shop-brand-dark);
    flex-shrink: 0;
}

.shop-pay-option.is-active .shop-pay-option__icon {
    background: var(--shop-brand);
    color: #fff;
}

.shop-pay-option__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    flex: 1;
}

.shop-pay-option__name {
    font-size: 0.9rem;
    font-weight: 800;
    color: #181c32;
    line-height: 1.35;
}

.shop-pay-option__desc {
    font-size: 0.72rem;
    color: #7e8299;
    line-height: 1.4;
}

.shop-pay-option__check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #c4c8d4;
    flex-shrink: 0;
    margin-top: 0.15rem;
    position: relative;
}

.shop-pay-option.is-active .shop-pay-option__check {
    border-color: var(--shop-brand);
    background: var(--shop-brand);
}

.shop-pay-option.is-active .shop-pay-option__check::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 5px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.shop-pay-option--snapp .shop-pay-option__icon--snapp {
    width: auto;
    min-width: 72px;
    padding: 0 4px;
    background: transparent;
    border: none;
}

.shop-pay-option--snapp.is-active {
    border-color: #21aa58;
    background: #f3fbf6;
}

.shop-installment-picker {
    margin-top: 0.9rem;
    padding: 0.95rem;
    border-radius: 12px;
    background: rgba(255, 199, 0, 0.08);
    border: 1px solid rgba(255, 168, 0, 0.22);
}

.shop-installment-picker__label {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #5e6278;
}

.shop-installment-picker__options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.shop-installment-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    min-height: 68px;
    margin: 0;
    padding: 0.55rem 0.35rem;
    border-radius: 10px;
    border: 1.5px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    cursor: pointer;
    transition: all 0.16s ease;
}

.shop-installment-chip__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop-installment-chip__num {
    font-size: 1.25rem;
    font-weight: 800;
    color: #181c32;
    line-height: 1;
}

.shop-installment-chip__text {
    font-size: 0.72rem;
    color: #7e8299;
    font-weight: 600;
}

.shop-installment-chip.is-active {
    border-color: #f6a800;
    background: #fff8e8;
    box-shadow: 0 4px 14px rgba(246, 168, 0, 0.18);
}

.shop-installment-chip.is-active .shop-installment-chip__num {
    color: #b77800;
}

.shop-schedule {
    margin-top: 1rem;
}

.shop-schedule__title {
    margin: 0 0 0.65rem;
    font-size: 0.9rem;
    font-weight: 800;
    color: #181c32;
}

.shop-schedule__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.shop-schedule__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    background: #f8fafb;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.shop-schedule__meta {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.shop-schedule__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(17, 159, 174, 0.12);
    color: var(--shop-brand-dark);
    font-size: 0.8rem;
    font-weight: 800;
    flex-shrink: 0;
}

.shop-schedule__name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #181c32;
}

.shop-schedule__date {
    font-size: 0.75rem;
    color: #a1a5b7;
}

.shop-schedule__price {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--shop-brand-dark);
    white-space: nowrap;
}

.shop-schedule__price small {
    font-size: 0.7rem;
    font-weight: 600;
    color: #7e8299;
    margin-right: 0.2rem;
}

@media (max-width: 767.98px) {
    .shop-checkout {
        position: static;
        top: auto;
    }

    .shop-checkout__body {
        padding: 1rem;
    }

    .shop-pay-grid {
        grid-template-columns: 1fr;
    }

    .shop-pay-option {
        min-height: 64px;
        padding: 0.85rem 0.9rem;
    }

    .shop-checkout-coupon {
        grid-template-columns: 1fr;
    }

    .shop-checkout-coupon__btn {
        width: 100%;
    }

    .shop-schedule__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .shop-schedule__price {
        padding-right: 2.35rem;
    }
}

@media (min-width: 992px) {
    .shop-pay-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ── Checkout pay action bar ── */
.shop-pay-bar {
    position: sticky;
    bottom: 0.75rem;
    z-index: 20;
    margin-top: 1.5rem;
}

.shop-pay-bar__alert {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.shop-pay-bar__alert--error {
    background: #fff5f8;
    border: 1px solid rgba(241, 65, 108, 0.25);
    color: #b4184a;
}

.shop-pay-bar__alert-content {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.88rem;
}

.shop-pay-bar__alert-content strong {
    font-size: 0.92rem;
}

.shop-pay-bar__alert-close {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.25rem;
}

.shop-pay-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #119FAE 0%, #0d8591 100%);
    box-shadow: 0 12px 36px rgba(17, 159, 174, 0.28);
    color: #fff;
}

.shop-pay-bar__label {
    font-size: 0.8rem;
    opacity: 0.9;
    margin-bottom: 0.2rem;
}

.shop-pay-bar__amount {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
}

.shop-pay-bar__amount small {
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.9;
    margin-right: 0.2rem;
}

.shop-pay-bar__method {
    margin-top: 0.35rem;
    font-size: 0.78rem;
    opacity: 0.9;
}

.shop-pay-bar__actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-shrink: 0;
}

.shop-pay-bar__btn-secondary {
    background: transparent !important;
    border: 1.5px solid rgba(255, 255, 255, 0.7) !important;
    color: #fff !important;
    font-weight: 700;
    min-height: 46px;
    border-radius: 10px !important;
    padding: 0.55rem 1rem !important;
}

.shop-pay-bar__btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

.shop-pay-bar__btn-primary {
    background: #fff !important;
    border: none !important;
    color: var(--shop-brand-dark) !important;
    font-weight: 800;
    min-height: 46px;
    border-radius: 10px !important;
    padding: 0.55rem 1.15rem !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.shop-pay-bar__btn-primary:hover {
    filter: brightness(0.98);
    color: var(--shop-brand-dark) !important;
}

.shop-pay-bar__btn-primary:disabled {
    opacity: 0.75;
}

@media (max-width: 767.98px) {
    .shop-pay-bar {
        bottom: 0.5rem;
    }

    .shop-pay-bar__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.85rem;
        padding: 1rem;
    }

    .shop-pay-bar__actions {
        flex-direction: column;
    }

    .shop-pay-bar__btn-secondary,
    .shop-pay-bar__btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* ── FAQ page ── */
.shop-faq-page {
    --faq-green: #119FAE;
    --faq-green-dark: #0a7a86;
    --faq-green-light: #e8f7f9;
    --faq-green-soft: rgba(17, 159, 174, 0.1);
}

.shop-faq-hero {
    padding: 2.5rem 2rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--faq-green) 0%, var(--faq-green-dark) 100%);
    color: #fff;
    box-shadow: 0 12px 36px rgba(17, 159, 174, 0.25);
}

.shop-faq-hero__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.shop-faq-hero__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.shop-faq-hero__subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 36rem;
    margin-inline: auto;
    line-height: 1.7;
}

.shop-faq-section {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(17, 159, 174, 0.14);
    box-shadow: 0 6px 24px rgba(17, 159, 174, 0.07);
    overflow: hidden;
}

.shop-faq-section__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.15rem 1.35rem;
    background: linear-gradient(90deg, var(--faq-green-light) 0%, #fff 100%);
    border-bottom: 2px solid rgba(17, 159, 174, 0.15);
}

.shop-faq-section__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--faq-green);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    flex-shrink: 0;
}

.shop-faq-section__title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--faq-green-dark);
}

.shop-faq-section__body {
    padding: 1rem 1.25rem 1.25rem;
}

.shop-faq-accordion .shop-faq-item {
    border: none;
    background: transparent;
    margin-bottom: 0.65rem;
}

.shop-faq-accordion .shop-faq-item:last-child {
    margin-bottom: 0;
}

.shop-faq-accordion .accordion-button {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.95rem 1.1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #181c32;
    background: var(--faq-green-soft);
    border: 1px solid rgba(17, 159, 174, 0.12);
    border-radius: 12px !important;
    box-shadow: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.shop-faq-accordion .accordion-button:hover {
    background: rgba(17, 159, 174, 0.16);
    border-color: rgba(17, 159, 174, 0.28);
    color: var(--faq-green-dark);
}

.shop-faq-accordion .accordion-button:not(.collapsed) {
    background: var(--faq-green);
    border-color: var(--faq-green);
    color: #fff;
    box-shadow: 0 6px 18px rgba(17, 159, 174, 0.22);
}

.shop-faq-accordion .accordion-button::after {
    filter: none;
    opacity: 0.65;
}

.shop-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.shop-faq-item__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--faq-green);
    flex-shrink: 0;
    transition: background 0.18s ease;
}

.shop-faq-accordion .accordion-button:not(.collapsed) .shop-faq-item__dot {
    background: #fff;
}

.shop-faq-item__answer {
    padding: 1rem 1.1rem 0.25rem 2rem;
    font-size: 0.92rem;
    line-height: 1.85;
    color: #5e6278;
    border-right: 3px solid rgba(17, 159, 174, 0.35);
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}

.shop-faq-contact {
    gap: 0.5rem 1rem;
    padding: 1rem 1.25rem;
    background: var(--faq-green-light);
    border: 1px solid rgba(17, 159, 174, 0.18);
    border-radius: var(--shop-radius);
}

.shop-faq-contact__label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--faq-green-dark);
}

.shop-faq-contact__phone {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    background: var(--faq-green);
    transition: background 0.15s ease, transform 0.15s ease;
}

.shop-faq-contact__phone:hover {
    background: var(--faq-green-dark);
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .shop-faq-hero {
        padding: 1.75rem 1.25rem;
    }

    .shop-faq-hero__title {
        font-size: 1.4rem;
    }

    .shop-faq-section__header {
        padding: 1rem;
    }

    .shop-faq-section__body {
        padding: 0.85rem;
    }

    .shop-faq-contact {
        flex-direction: column;
        text-align: center;
    }

    .shop-faq-contact__phone {
        width: 100%;
        text-align: center;
    }
}

/* ── Product pages ── */
.shop-product-page {
    --product-brand: #119FAE;
    --product-brand-dark: #0a7a86;
    --product-brand-light: #e8f7f9;
}

.shop-product-hero {
    padding: 2.5rem 2rem;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 14px 40px rgba(17, 159, 174, 0.22);
    background: linear-gradient(135deg, var(--product-brand) 0%, var(--product-brand-dark) 100%);
}

.shop-product-hero--ancestry { background: linear-gradient(135deg, #119FAE 0%, #0d6e78 100%); }
.shop-product-hero--psychology { background: linear-gradient(135deg, #6b5ce7 0%, #4f46a8 100%); box-shadow: 0 14px 40px rgba(107, 92, 231, 0.22); }
.shop-product-hero--health { background: linear-gradient(135deg, #21aa58 0%, #168347 100%); box-shadow: 0 14px 40px rgba(33, 170, 88, 0.22); }
.shop-product-hero--beauty { background: linear-gradient(135deg, #e879a9 0%, #be4b7d 100%); box-shadow: 0 14px 40px rgba(232, 121, 169, 0.22); }
.shop-product-hero--screening { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); box-shadow: 0 14px 40px rgba(245, 158, 11, 0.22); }

.shop-product-hero__badge {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.shop-product-hero__title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

.shop-product-hero__lead,
.shop-product-hero__lead-text {
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0;
}

.shop-product-hero__lead p:last-child {
    margin-bottom: 0;
}

.shop-product-hero__price {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.shop-product-hero__price small {
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.9;
}

.shop-product-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.shop-product-hero__image {
    max-width: 100%;
    max-height: 280px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.shop-product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.shop-product-icon--sm {
    width: 72px;
    height: 72px;
}

.shop-product-section-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #181c32;
}

.shop-product-highlights {
    border: 1px solid rgba(17, 159, 174, 0.14);
    border-radius: 16px;
}

.shop-product-highlights__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.85rem;
}

.shop-product-highlights__list li {
    position: relative;
    padding-right: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5e6278;
}

.shop-product-highlights__list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--product-brand);
}

.shop-product-related {
    border: 1px solid rgba(17, 159, 174, 0.12);
    border-radius: 16px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.shop-product-related:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(17, 159, 174, 0.1) !important;
}

.shop-product-related__thumb {
    flex-shrink: 0;
}

.shop-product-related__thumb img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
}

.shop-product-related__badge {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    margin-bottom: 0.35rem;
    border-radius: 999px;
    background: var(--product-brand-light);
    color: var(--product-brand-dark);
    font-size: 0.72rem;
    font-weight: 700;
}

.shop-product-related__title {
    font-size: 1rem;
    font-weight: 800;
    color: #181c32;
    margin-bottom: 0.5rem;
}

.shop-product-related__desc {
    font-size: 0.88rem;
    line-height: 1.75;
    color: #5e6278;
    margin-bottom: 0.75rem;
}

.shop-product-related__desc p:last-child {
    margin-bottom: 0;
}

.shop-product-related__price {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--product-brand-dark);
}

.shop-product-cta {
    padding: 2rem 1.5rem;
    border-radius: 16px;
    background: var(--product-brand-light);
    border: 1px solid rgba(17, 159, 174, 0.16);
}

@media (max-width: 767.98px) {
    .shop-product-hero {
        padding: 1.75rem 1.25rem;
    }

    .shop-product-hero__title {
        font-size: 1.5rem;
    }

    .shop-product-hero__visual {
        min-height: 140px;
    }

    .shop-product-icon {
        width: 120px;
        height: 120px;
    }
}

/* ── Home page ── */
.shop-home-hero {
    padding: 1.5rem 1.5rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(17, 159, 174, 0.08) 0%, rgba(17, 159, 174, 0.02) 100%);
    border: 1px solid rgba(17, 159, 174, 0.12);
}

.shop-home-hero__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #181c32;
    margin-bottom: 0.5rem;
}

.shop-home-hero__subtitle {
    max-width: 36rem;
    margin: 0 auto 1rem;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #5e6278;
}

.shop-home-hero__features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.75rem;
}

.shop-home-hero__feature {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(17, 159, 174, 0.15);
    color: var(--shop-brand-dark);
    font-size: 0.78rem;
    font-weight: 700;
}

.shop-home-hero__feature svg {
    color: var(--shop-brand);
    flex-shrink: 0;
}

.shop-home-section-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #181c32;
}

.shop-home-section-subtitle {
    font-size: 0.92rem;
    color: #7e8299;
}

.shop-home-section-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--shop-brand-dark);
    text-decoration: none;
    transition: color 0.15s ease;
}

.shop-home-section-link:hover {
    color: var(--shop-brand);
}

.shop-home-package {
    border: 1px solid rgba(17, 159, 174, 0.12);
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(17, 159, 174, 0.07);
    overflow: visible;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.shop-home-package:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(17, 159, 174, 0.12);
}

.shop-home-package__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem 1.75rem;
    height: 100%;
}

.shop-home-package__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: rgba(17, 159, 174, 0.1);
    color: var(--shop-brand);
}

.shop-home-package__name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #181c32;
    margin-bottom: 0.65rem;
    line-height: 1.5;
}

.shop-home-package__price {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--shop-brand-dark);
    margin-bottom: 1.25rem;
}

.shop-home-package__price small {
    font-size: 0.8rem;
    font-weight: 600;
    color: #7e8299;
}

.shop-home-package__actions {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    width: 100%;
    margin-top: auto;
}

.shop-home-package__modal-body {
    word-break: break-word;
    line-height: 1.8;
    color: #5e6278;
}

.shop-home-trust__card {
    height: 100%;
    padding: 1.5rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.shop-home-trust__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    border-radius: 12px;
}

.shop-home-trust__icon--teal {
    background: rgba(17, 159, 174, 0.12);
    color: var(--shop-brand-dark);
}

.shop-home-trust__icon--green {
    background: rgba(33, 170, 88, 0.12);
    color: #168347;
}

.shop-home-trust__icon--blue {
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

.shop-home-trust__title {
    font-size: 1rem;
    font-weight: 800;
    color: #181c32;
    margin-bottom: 0.5rem;
}

.shop-home-trust__text {
    font-size: 0.88rem;
    line-height: 1.75;
    color: #7e8299;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .shop-home-hero {
        padding: 1.25rem 1rem;
    }

    .shop-home-hero__title {
        font-size: 1.25rem;
    }

    .shop-home-section-link {
        width: 100%;
        justify-content: center;
    }
}

/* ── Site footer ── */
.shop-site-footer {
    margin-top: auto;
    background: #0f2d32;
    color: rgba(255, 255, 255, 0.82);
}

.shop-site-footer__main {
    padding: 3rem 0 2.5rem;
}

.shop-site-footer__logo {
    height: 32px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.shop-site-footer__about {
    font-size: 0.92rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.72);
    max-width: 22rem;
    margin-bottom: 0;
}

.shop-site-footer__title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

.shop-site-footer__links,
.shop-site-footer__contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-site-footer__links li + li,
.shop-site-footer__contact li + li {
    margin-top: 0.55rem;
}

.shop-site-footer__links a,
.shop-site-footer__contact a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.88rem;
    transition: color 0.15s ease;
}

.shop-site-footer__links a:hover,
.shop-site-footer__contact a:hover {
    color: #fff;
}

.shop-site-footer__contact li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.shop-site-footer__contact-icon {
    display: inline-flex;
    color: var(--shop-brand);
    flex-shrink: 0;
}

.shop-site-footer__whatsapp {
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff !important;
    font-weight: 700;
}

.shop-site-footer__whatsapp:hover {
    filter: brightness(1.05);
    color: #fff !important;
}

.shop-site-footer__bottom {
    padding: 1rem 0 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.shop-site-footer__copyright {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 767.98px) {
    .shop-site-footer__main {
        padding: 2rem 0 1.5rem;
    }

    .shop-site-footer__bottom {
        text-align: center;
    }
}
