/* CerdasStore — Toko Online (Biru Navy + Oranye) */
:root {
    --cs-navy: #001D6E;
    --cs-navy-dark: #002366;
    --cs-blue: #0056FF;
    --cs-blue-light: #007BFF;
    --cs-orange: #F7941D;
    --cs-orange-dark: #E07B00;
    --cs-sky: #E8F1FF;
    --cs-cream: #f1f5f9;
    --cs-white: #ffffff;
    --cs-navy-mid: var(--cs-navy);
    --cs-green: var(--cs-blue);
    --cs-green-light: var(--cs-blue-light);
    --cs-mint: var(--cs-sky);
}

/* ── Icon system (profesional & konsisten) ── */
.ui-icon,
.store-icon-btn i,
.btn-store-primary i,
.btn-store-secondary i,
.btn-store-ghost i,
.btn-store-wa i,
.store-cat-pill i,
.product-card-meta i,
.product-card-btn i {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ui-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .85rem;
    background: var(--cs-sky);
    color: var(--cs-blue);
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.ui-icon-box--sm { width: 2rem; height: 2rem; font-size: .82rem; border-radius: .65rem; }
.ui-icon-box--md { width: 2.5rem; height: 2.5rem; font-size: .95rem; }
.ui-icon-box--lg { width: 3rem; height: 3rem; font-size: 1.1rem; border-radius: .95rem; }
.ui-icon-box--xl { width: 3.75rem; height: 3.75rem; font-size: 1.35rem; border-radius: 1rem; }
.ui-icon-box--white {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
}
.ui-icon-box--navy {
    background: linear-gradient(135deg, var(--cs-navy), var(--cs-blue));
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 29, 110, 0.18);
}
.ui-icon-box--orange {
    background: linear-gradient(135deg, var(--cs-orange), var(--cs-orange-dark));
    color: #fff;
    box-shadow: 0 8px 18px rgba(247, 148, 29, 0.22);
}

body.store-body {
    font-family: 'Plus Jakarta Sans', 'Poppins', system-ui, sans-serif;
    background: var(--cs-cream);
    color: #1e293b;
}

/* ── Brand wordmark ── */
.brand-wordmark {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.03em;
    line-height: 1;
}
.brand-cerdas { color: var(--cs-navy); }
.brand-store { color: var(--cs-blue); }
.brand-com { color: var(--cs-orange); }

.store-header-main .brand-wordmark-header {
    font-size: 0.95rem;
    line-height: 1.1;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .store-header-main .brand-wordmark-header {
        font-size: 1.15rem;
    }
}

.store-header-main .brand-cerdas { color: var(--cs-navy); }
.store-header-main .brand-store { color: var(--cs-blue); }
.store-header-main .brand-com { color: var(--cs-orange); }
.mobile-nav-panel .brand-cerdas { color: #fff; }
.mobile-nav-panel .brand-store { color: #93c5fd; }
.mobile-nav-panel .brand-com { color: var(--cs-orange); }

/* ── Promo bar ── */
.store-promo-bar {
    background: linear-gradient(90deg, var(--cs-navy-dark), var(--cs-navy));
    color: rgba(255,255,255,0.92);
    padding: 0.45rem 0;
    font-size: 0.8125rem;
}
.store-promo-bar a { color: #fcd34d; }

/* ── Header ── */
.store-header-main {
    background: var(--cs-white);
    box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 4px 24px rgba(0,29,110,0.06);
}
.store-logo-icon {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
}

/* Search */
.store-header-main .store-search-form {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    margin: 0 0.5rem;
}
@media (min-width: 1024px) {
    .store-header-main .store-search-form { margin: 0 1rem; }
}
.store-search-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 9999px;
    overflow: visible;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.store-search-wrap:focus-within {
    border-color: var(--cs-blue);
    box-shadow: 0 0 0 3px rgba(0,86,255,0.12);
    background: #fff;
}
.store-search-wrap--hero {
    background: rgba(255,255,255,0.95);
    border-color: rgba(255,255,255,0.5);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.store-search-wrap--dark {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
}
.store-search-wrap--dark .store-search-input { color: #fff; }
.store-search-wrap--dark .store-search-input::placeholder { color: rgba(255,255,255,0.5); }
.store-search-wrap--dark .store-search-icon { color: rgba(255,255,255,0.6); }
.store-search-icon {
    padding-left: 1rem;
    color: #94a3b8;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.store-search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.75rem 0.85rem;
    font-size: 0.9rem;
    outline: none;
    min-width: 0;
    width: 100%;
    color: #1e293b;
}
.store-hero-search {
    width: 100%;
    max-width: 100%;
}
.store-hero-search .store-search-wrap {
    width: 100%;
}
.store-search-btn {
    background: linear-gradient(135deg, var(--cs-orange), var(--cs-orange-dark));
    color: #fff;
    border: none;
    padding: 0.55rem 1.25rem;
    margin: 0.25rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.8125rem;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s;
}
.store-search-btn:hover { opacity: 0.92; }

.store-search-cat,
.store-search-filter {
    border: none;
    background: transparent;
    padding: 0.65rem 0.5rem 0.65rem 0;
    margin-left: -0.15rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    outline: none;
    max-width: 9rem;
    cursor: pointer;
    flex-shrink: 0;
    border-right: 1px solid #e2e8f0;
    margin-right: 0.35rem;
}
.store-search-wrap--hero .store-search-cat,
.store-search-wrap--hero .store-search-filter { max-width: 8.75rem; }
.store-search-wrap--page .store-search-cat,
.store-search-wrap--page .store-search-filter { max-width: 9.5rem; }
.store-search-wrap--dark .store-search-cat,
.store-search-wrap--dark .store-search-filter,
.store-search-filter--dark {
    color: #fff;
    border-right-color: rgba(255,255,255,0.2);
}
.store-search-wrap--dark .store-search-cat option,
.store-search-wrap--dark .store-search-filter option,
.store-search-filter--dark option { color: #1e293b; }
.store-search-wrap--page {
    background: #fff;
    border-radius: 1rem;
    border: 2px solid #e2e8f0;
    width: 100%;
    max-width: 56rem;
}
.store-search-page-form .store-search-form { width: 100%; max-width: 56rem; }

@media (max-width: 480px) {
    .store-search-cat,
    .store-search-filter { max-width: 5.5rem; font-size: 0.72rem; }
    .store-search-combo { max-width: 6.5rem; min-width: 5.5rem; }
}

/* Category searchable combobox */
.store-search-combo {
    position: relative;
    flex-shrink: 0;
    border-right: 1px solid #e2e8f0;
    margin-right: 0.35rem;
    min-width: 7.5rem;
    max-width: 11rem;
}
.store-search-combo-inner {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    padding: 0.45rem 0.35rem 0.45rem 0.5rem;
}
.store-search-combo-input {
    border: none;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    outline: none;
    width: 100%;
    min-width: 0;
}
.store-search-combo-input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}
.store-search-combo-clear {
    border: none;
    background: transparent;
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1;
    padding: 0 0.15rem;
    cursor: pointer;
    flex-shrink: 0;
}
.store-search-combo-clear:hover { color: #64748b; }
.store-search-combo-caret {
    border: none;
    background: transparent;
    color: #94a3b8;
    padding: 0 0.2rem 0 0;
    cursor: pointer;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}
.store-search-combo-caret:hover { color: #64748b; }
.store-search-combo-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 13rem;
    width: max-content;
    max-width: min(18rem, 90vw);
    max-height: 15rem;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    box-shadow: 0 12px 32px rgba(0, 29, 110, 0.14);
    z-index: 120;
    padding: 0.35rem;
    margin: 0;
    list-style: none;
}
.store-search-combo-list li {
    padding: 0.5rem 0.65rem;
    font-size: 0.8125rem;
    border-radius: 0.5rem;
    cursor: pointer;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.store-search-combo-list li:hover,
.store-search-combo-list li.is-active {
    background: var(--cs-sky);
    color: var(--cs-navy);
    font-weight: 600;
}
.store-search-combo-empty {
    cursor: default;
    color: #94a3b8 !important;
    font-weight: 500 !important;
    background: transparent !important;
}
.store-search-wrap--dark .store-search-combo {
    border-right-color: rgba(255, 255, 255, 0.2);
}
.store-search-wrap--dark .store-search-combo-input,
.store-search-wrap--dark .store-search-combo-clear,
.store-search-wrap--dark .store-search-combo-caret {
    color: #fff;
}
.store-search-wrap--dark .store-search-combo-input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

/* Mobile search modal */
body.store-body--modal-open {
    overflow: hidden;
}
.store-search-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.store-search-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(2px);
}
.store-search-modal-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 22rem;
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.15rem;
    box-shadow: 0 20px 50px rgba(0, 29, 110, 0.2);
    animation: storeSearchModalIn 0.22s ease-out;
}
@keyframes storeSearchModalIn {
    from { transform: translateY(12px) scale(0.97); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}
.store-search-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}
.store-search-modal-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--cs-navy);
}
.store-search-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 9999px;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
}
.store-search-modal-close:hover {
    background: #e2e8f0;
    color: #334155;
}
.store-search-wrap--modal {
    flex-direction: column;
    align-items: stretch;
    border-radius: 1rem;
    overflow: visible;
    padding: 0.35rem;
    gap: 0;
}
.store-search-wrap--modal .store-search-icon {
    display: none;
}
.store-search-wrap--modal .store-search-filter,
.store-search-wrap--modal .store-search-combo {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
}
.store-search-wrap--modal .store-search-combo-inner {
    padding: 0.65rem 0.5rem;
}
.store-search-wrap--modal .store-search-filter {
    padding: 0.75rem 0.65rem;
    font-size: 0.875rem;
}
.store-search-wrap--modal .store-search-input {
    width: 100%;
    padding: 0.85rem 0.65rem;
    font-size: 0.9375rem;
}
.store-search-wrap--modal .store-search-btn {
    width: calc(100% - 0.5rem);
    margin: 0.35rem 0.25rem 0.25rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.9375rem;
}
.store-search-wrap--modal .store-search-combo-list {
    left: 0;
    right: 0;
    min-width: 0;
    width: auto;
    max-width: none;
}

/* Filter kategori pada halaman jenis produk */
.store-type-cat-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 1.75rem;
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
}
.store-type-cat-filter-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    flex-shrink: 0;
}
.store-type-cat-filter-pills {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    overflow-x: auto;
    flex: 1;
    min-width: 0;
    padding-bottom: 0.1rem;
}
.store-type-cat-count {
    font-size: 0.62rem;
    font-weight: 700;
    opacity: 0.75;
    margin-left: 0.15rem;
}
.store-cat-pill.active .store-type-cat-count { opacity: 0.95; }

/* Icon buttons */
.store-icon-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.625rem;
    color: var(--cs-navy);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    border: none;
    background: transparent;
    cursor: pointer;
}
.store-icon-btn i { font-size: 1.05rem; width: 1.15rem; text-align: center; }
.store-icon-btn:hover { background: var(--cs-sky); color: var(--cs-blue); }
.store-icon-label { font-size: 0.65rem; font-weight: 600; }

/* Category nav */
.store-cat-nav { background: #fff; }
.store-cat-nav--secondary { background: #f8fafc; }
.store-cat-pill--sm { font-size: .72rem; padding: .3rem .65rem; }
.store-cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.9rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s;
    border: 1px solid transparent;
}
.store-cat-pill:hover {
    background: var(--cs-sky);
    color: var(--cs-blue);
}
.store-cat-pill i {
    width: .95rem;
    text-align: center;
    font-size: .78rem;
    opacity: .85;
}
.store-cat-pill.active {
    background: var(--cs-navy);
    color: #fff;
}
.store-cat-pill.active i { opacity: 1; }

/* ── Buttons ── */
.btn-store-primary {
    background: linear-gradient(135deg, var(--cs-orange), var(--cs-orange-dark));
    color: #fff;
    font-weight: 700;
    padding: 0.65rem 1.35rem;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    font-size: 0.9rem;
}
.btn-store-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(247,148,29,0.35);
    color: #fff;
}
.btn-store-secondary {
    border: 2px solid var(--cs-blue);
    color: var(--cs-blue);
    background: #fff;
    font-weight: 700;
    padding: 0.6rem 1.25rem;
    border-radius: 0.75rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
    font-size: 0.9rem;
}
.btn-store-secondary:hover {
    background: var(--cs-blue);
    color: #fff;
}
.btn-store-wa {
    background: #25D366;
    color: #fff;
    font-weight: 700;
    padding: 0.65rem 1.35rem;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    font-size: 0.9rem;
}
.btn-store-wa:hover {
    background: #1ebe57;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    color: #fff;
}
.btn-store-wa.text-xs {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
}
.btn-store-outline {
    border: 2px solid rgba(255,255,255,0.4);
    color: #fff;
    background: transparent;
    font-weight: 600;
    padding: 0.55rem 1.15rem;
    border-radius: 0.75rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.btn-store-outline:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* Modal pesanan produk */
.order-modal-close {
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
    border: none;
    border-radius: 0.625rem;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background 0.15s, color 0.15s;
}
.order-modal-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.btn-store-ghost {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
    border-radius: 0.75rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(4px);
}
.btn-store-ghost:hover { background: rgba(255,255,255,0.2); color: #fff; }
.btn-store-white {
    background: #fff;
    color: var(--cs-navy);
    font-weight: 700;
    padding: 0.65rem 1.25rem;
    border-radius: 0.75rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* ── Hero ── */
.store-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.store-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--cs-navy-dark) 0%, var(--cs-navy) 40%, #003d99 75%, var(--cs-blue) 100%);
}
.store-hero-bg::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 55%;
    height: 160%;
    background: radial-gradient(ellipse, rgba(247,148,29,0.18) 0%, transparent 65%);
    pointer-events: none;
}
.store-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}
.store-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}
.text-store-orange { color: #fcd34d; }
.store-hero-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
    max-width: 32rem;
    margin-bottom: 1.25rem;
}
.store-hero-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.7);
}
.store-hero-tags a {
    background: rgba(255,255,255,0.12);
    padding: 0.25rem 0.65rem;
    border-radius: 9999px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.store-hero-tags a:hover { background: rgba(255,255,255,0.22); }

/* Hero — animasi buku (desktop) */
.store-hero-book-scene {
    position: relative;
    width: 11rem;
    height: 11rem;
}
@media (min-width: 1024px) {
    .store-hero-book-scene {
        width: 14rem;
        height: 14rem;
    }
    .store-hero-book-icon {
        font-size: 5.5rem;
    }
}
.store-hero-book-bg {
    position: absolute;
    inset: 0;
    background: rgba(232, 241, 255, 0.22);
    border-radius: 1.5rem;
    transform: rotate(6deg);
    animation: storeHeroBookTilt 5s ease-in-out infinite;
}
.store-hero-book-panel {
    position: absolute;
    inset: 0.85rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: storeHeroBookFloat 4s ease-in-out infinite;
}
.store-hero-book-icon {
    font-size: 4.5rem;
    color: #bfdbfe;
    opacity: 0.95;
}
.store-hero-book-chip {
    position: absolute;
    background: #fff;
    color: var(--cs-navy);
    padding: 0.35rem 0.65rem;
    border-radius: 9999px;
    font-size: 0.68rem;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
    animation: storeHeroBookChip 4.5s ease-in-out infinite;
}
.store-hero-book-chip--1 {
    top: -0.35rem;
    right: -0.75rem;
    animation-delay: 0.2s;
}
.store-hero-book-chip--2 {
    bottom: 0.25rem;
    left: -0.85rem;
    animation-delay: 0.8s;
}
@keyframes storeHeroBookFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes storeHeroBookTilt {
    0%, 100% { transform: rotate(6deg) scale(1); }
    50% { transform: rotate(-2deg) scale(1.03); }
}
@keyframes storeHeroBookChip {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(-4px); opacity: 0.92; }
}

/* Hero visual — desktop (legacy, unused product card) */
.store-hero-visual { position: relative; min-height: 380px; }
.store-hero-card {
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,0.25);
    max-width: 220px;
    margin: 0 auto;
    transform: rotate(-2deg);
}
.store-hero-card img { width: 100%; aspect-ratio: 4/5; max-height: 220px; object-fit: cover; }
.store-hero-card-info { padding: 1rem 1.15rem 1.25rem; }
.store-hero-card--placeholder {
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: var(--cs-blue);
    background: var(--cs-sky);
}
.store-hero-float {
    position: absolute;
    background: #fff;
    color: var(--cs-navy);
    padding: 0.5rem 0.9rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.store-hero-float--1 { top: 8%; right: 5%; }
.store-hero-float--2 { bottom: 28%; left: 0; }
.store-hero-float--3 { bottom: 8%; right: 12%; color: var(--cs-orange); }

/* Trust bar */
.store-trust-bar {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}
.store-trust-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    justify-content: center;
}
.store-trust-item i {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: var(--cs-sky);
    color: var(--cs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* ── Sections ── */
.store-section { padding: 3rem 0; }
.store-page-section { padding: 2rem 0 3rem; }
.store-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}
.store-section-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--cs-navy);
    letter-spacing: -0.02em;
}
.store-section-sub {
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}
.store-section-link {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--cs-blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.store-section-link:hover { color: var(--cs-navy); }

.store-home-cat-block--spaced {
    margin-bottom: 2.75rem;
    padding-bottom: 2.75rem;
    border-bottom: 1px solid #e2e8f0;
}
.store-home-cat-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}
.store-home-cat-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: var(--cs-sky);
    border: 1px solid rgba(0, 86, 255, 0.14);
    color: var(--cs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.store-home-cat-icon i {
    color: var(--cs-blue);
}

/* Category tiles */
.store-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
@media (max-width: 640px) {
    .store-cat-grid { grid-template-columns: 1fr; }
}
.store-cat-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}
.store-cat-tile:hover {
    border-color: var(--cs-blue);
    background: var(--cs-sky);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,86,255,0.1);
}
.store-cat-tile-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--cs-blue), var(--cs-blue-light));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}
.store-cat-tile-name { font-weight: 700; color: var(--cs-navy); font-size: 0.95rem; }
.store-cat-tile-count { font-size: 0.75rem; color: #94a3b8; margin-top: 0.2rem; }

/* Promo cards */
.store-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.store-promo-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    position: relative;
    min-height: 110px;
    transition: transform 0.2s;
}
.store-promo-card:hover { transform: translateY(-2px); color: #fff; }
.store-promo-card h3 { font-weight: 800; font-size: 1.1rem; margin: 0.2rem 0; line-height: 1.2; }
.store-promo-card p { font-size: 0.8rem; opacity: 0.85; margin: 0; line-height: 1.35; }
.store-promo-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.8; display: block; }
.store-promo-icon-wrap {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    flex-shrink: 0;
    backdrop-filter: blur(4px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.store-promo-icon { font-size: inherit; opacity: 1; }
.store-promo-card--blue { background: linear-gradient(135deg, #0056FF, #007BFF); }
.store-promo-card--navy { background: linear-gradient(135deg, #002366, #001D6E); }
.store-promo-card--orange { background: linear-gradient(135deg, #F7941D, #E07B00); }

@media (max-width: 768px) {
    .store-promo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }
    .store-promo-card {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0.65rem 0.5rem;
        min-height: 7.5rem;
        border-radius: 0.75rem;
    }
    .store-promo-card h3 { font-size: 0.72rem; }
    .store-promo-card p {
        font-size: 0.58rem;
        opacity: 0.8;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .store-promo-label {
        font-size: 0.5rem;
        letter-spacing: 0.04em;
        margin-bottom: 0.15rem;
    }
    .store-promo-icon-wrap {
        position: absolute;
        top: 0.4rem;
        right: 0.4rem;
        width: 2rem;
        height: 2rem;
        font-size: .82rem;
        border-radius: .65rem;
    }
}

/* Steps */
.store-steps-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.75rem;
}
@media (max-width: 1024px) {
    .store-steps-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
    .store-steps-grid { grid-template-columns: repeat(2, 1fr); }
}
.store-step-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
    padding: 1rem 0.75rem;
    text-align: center;
    position: relative;
}
.store-step-num {
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.35rem;
    height: 1.35rem;
    background: var(--cs-orange);
    color: #fff;
    border-radius: 50%;
    font-size: 0.65rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-step-icon {
    margin: 0.65rem auto 0.5rem;
    display: flex;
    justify-content: center;
}
.store-step-icon i {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: .75rem;
    background: var(--cs-sky);
    color: var(--cs-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.store-step-card p { font-size: 0.75rem; font-weight: 600; color: #475569; line-height: 1.3; }

/* ── Product grid & cards ── */
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media (min-width: 768px) {
    .product-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
@media (min-width: 1024px) {
    .product-grid { grid-template-columns: repeat(5, 1fr); gap: 1rem; }
}

/* Halaman detail produk */
.product-detail-layout {
    display: grid;
    gap: 2rem;
    align-items: start;
}
@media (min-width: 1024px) {
    .product-detail-layout {
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
        gap: 2rem 3rem;
    }
}
.product-detail-cover {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px) {
    .product-detail-cover {
        max-width: 360px;
        margin-left: 0;
        margin-right: 0;
    }
}
.product-detail-cover img {
    width: 100%;
    max-height: 420px;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    object-position: center;
    display: block;
    background: var(--cs-sky);
}
.product-detail-info {
    min-width: 0;
}
@media (min-width: 1024px) {
    .product-detail-info {
        padding-right: 0.5rem;
    }
}

.product-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,29,110,0.1);
    border-color: #cbd5e1;
}
.product-card-media {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    height: auto;
    padding: 0.625rem;
    background: linear-gradient(180deg, #f8fafc 0%, var(--cs-sky) 100%);
}
.product-card-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    background: transparent;
    transition: transform 0.3s;
}
.product-card:hover .product-card-img { transform: scale(1.03); }
.product-badge {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    z-index: 2;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 0.25rem 0.55rem;
    border-radius: 0.375rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.product-badge--hot { background: #ef4444; color: #fff; }
.product-badge--stock { background: #f59e0b; color: #fff; }
.product-badge--out { background: #64748b; color: #fff; }
.product-card-body {
    padding: 0.9rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-card-cat {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--cs-blue);
    margin-bottom: 0.3rem;
}
.product-card-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.4rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card-title a { color: var(--cs-navy); text-decoration: none; }
.product-card-title a:hover { color: var(--cs-blue); }
.product-card-price {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--cs-orange-dark);
    margin-bottom: 0.35rem;
}
.product-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    font-size: 0.7rem;
    color: #94a3b8;
    margin-bottom: 0.75rem;
}
.product-card-meta i { margin-right: 0.2rem; }
.product-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.55rem;
    border-radius: 0.5rem;
    background: var(--cs-sky);
    color: var(--cs-blue);
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s;
}
.product-card-btn:hover {
    background: var(--cs-blue);
    color: #fff;
}

/* ── Page helpers ── */
.store-breadcrumb {
    font-size: 0.8125rem;
    color: #94a3b8;
    margin-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}
.store-breadcrumb a { color: var(--cs-blue); text-decoration: none; }
.store-breadcrumb a:hover { text-decoration: underline; }
.store-breadcrumb .current { color: #475569; font-weight: 600; }
.store-breadcrumb .sep { opacity: 0.5; }
.store-page-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--cs-navy);
    letter-spacing: -0.02em;
}
.store-page-desc { color: #64748b; margin-top: 0.35rem; font-size: 0.9rem; }
.store-page-header { margin-bottom: 1.75rem; }

.store-empty-state {
    text-align: center;
    padding: 3rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px dashed #cbd5e1;
    color: #64748b;
}
.store-empty-state--compact { padding: 2rem; background: transparent; border: none; }
.store-empty-icon {
    width: 4.25rem;
    height: 4.25rem;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--cs-sky), #dbeafe);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--cs-blue);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.product-card-meta i {
    width: .9rem;
    text-align: center;
    font-size: .72rem;
    color: var(--cs-blue);
    opacity: .85;
}
.product-card-btn i { font-size: .72rem; transition: transform .15s; }
.product-card-btn:hover i { transform: translateX(2px); }
.product-badge i { font-size: .68rem; }

/* Legacy aliases */
.section-title { font-size: 1.5rem; font-weight: 800; color: var(--cs-navy); }
.section-subtitle { color: #64748b; font-size: 0.9rem; }
.category-card, .category-icon { /* kept for compat */ }

/* ── Footer ── */
.store-footer {
    background: var(--cs-navy-dark);
    color: rgba(255,255,255,0.85);
    margin-top: auto;
}
.store-footer a { color: #93c5fd; text-decoration: none; }
.store-footer a:hover { color: var(--cs-orange); }
.store-footer .brand-cerdas { color: #fff; }
.store-footer .brand-store { color: #93c5fd; }
.store-footer .brand-com { color: var(--cs-orange); }
.store-footer-brand { margin-bottom: 0.75rem; }
.store-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.25rem;
}
.store-footer-about {
    grid-column: 1 / -1;
}
@media (min-width: 1024px) {
    .store-footer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem;
    }
    .store-footer-about {
        grid-column: auto;
    }
}
.store-footer-col { min-width: 0; }
.store-footer-col p,
.store-footer-col a { word-break: break-word; }
.store-footer-links { display: flex; flex-direction: column; gap: 0.5rem; }
.store-footer-links a { font-size: 0.875rem; color: rgba(255,255,255,0.75); }
.store-footer-links a:hover { color: #fff; }

/* ── Forms ── */
.store-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.625rem;
    font-size: 0.9375rem;
    transition: border-color 0.2s;
}
.store-input:focus {
    outline: none;
    border-color: var(--cs-blue);
    box-shadow: 0 0 0 3px rgba(0,86,255,0.12);
}
.store-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.375rem;
}

/* ── Mobile nav ── */
.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 80;
}
.mobile-nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 88vw;
    height: 100%;
    background: var(--cs-navy);
    z-index: 90;
    padding: 1.25rem;
    transform: translateX(100%);
    transition: transform 0.3s;
    overflow-y: auto;
}
.mobile-nav-panel.open { transform: translateX(0); }
.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.9);
    padding: 0.75rem 0.75rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}
.mobile-nav-link:hover { background: rgba(255,255,255,0.08); }

/* ── Status badges ── */
.status-pending { background: #fef3c7; color: #92400e; }
.status-verify { background: #dbeafe; color: #1e40af; }
.status-paid { background: #d1fae5; color: #065f46; }
.status-reject { background: #fee2e2; color: #991b1b; }
.status-expired { background: #f1f5f9; color: #475569; }
.status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* ── Pagination ── */
.pagination a, .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0.125rem;
}
.pagination a {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: var(--cs-navy);
    text-decoration: none;
}
.pagination a:hover { border-color: var(--cs-blue); color: var(--cs-blue); }
.pagination .active { background: var(--cs-blue); color: #fff; border: none; }

/* ── Dashboard ── */
.dash-stat {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid #e2e8f0;
}
@media (min-width: 768px) {
    .dash-stat { padding: 1.25rem; }
}
.dash-stat-label {
    font-size: 0.68rem;
    line-height: 1.3;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.02em;
}
@media (min-width: 768px) {
    .dash-stat-label { font-size: 0.75rem; }
}
.dash-stat-num { font-size: 1.5rem; font-weight: 800; color: var(--cs-blue); margin-top: 0.35rem; }
@media (min-width: 768px) {
    .dash-stat-num { font-size: 1.75rem; }
}

.dash-orders-panel {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .dash-orders-panel { border-radius: 1.25rem; }
}
.dash-orders-head {
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid #f1f5f9;
}
@media (min-width: 768px) {
    .dash-orders-head { padding: 1rem 1.5rem; }
}

/* Kartu pesanan — mobile */
.dash-order-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.75rem;
}
.dash-order-card {
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
    background: #fff;
    padding: 0.875rem 1rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.dash-order-card--highlight {
    border-color: #93c5fd;
    background: linear-gradient(180deg, #f0f7ff 0%, #fff 100%);
}
.dash-order-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.dash-order-card-top .status-badge {
    max-width: 46%;
    text-align: center;
    line-height: 1.25;
    white-space: normal;
}
.dash-order-no {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--cs-navy);
    word-break: break-all;
    line-height: 1.35;
}
.dash-order-date {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.15rem;
}
.dash-order-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.65rem;
}
.dash-order-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.45;
}
.dash-order-row span { color: #64748b; flex-shrink: 0; }
.dash-order-row strong {
    color: #0f172a;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}
.dash-order-row-total strong {
    font-size: 0.95rem;
    color: var(--cs-blue);
}
.dash-order-hint {
    font-size: 0.75rem;
    line-height: 1.45;
    color: #b45309;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 0.5rem;
    padding: 0.5rem 0.65rem;
    margin-bottom: 0.65rem;
}
.dash-order-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
.dash-order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.5rem;
    padding: 0.5rem 0.65rem;
    border-radius: 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.dash-order-btn-primary {
    background: linear-gradient(180deg, var(--cs-orange) 0%, #e8850f 100%);
    color: #fff;
    grid-column: 1 / -1;
}
.dash-order-btn-outline {
    background: #fff;
    border-color: #cbd5e1;
    color: var(--cs-navy);
}
.dash-order-btn-wa {
    background: #25d366;
    color: #fff;
}
.dash-order-btn-ghost {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #475569;
}

/* Tabel pesanan — desktop */
.dash-order-table-wrap { overflow-x: auto; }
.dash-order-table { border-collapse: collapse; }
.dash-order-table thead { background: #f8fafc; color: #64748b; }
.dash-order-table th,
.dash-order-table td {
    text-align: left;
    padding: 0.85rem 1rem;
    border-top: 1px solid #f1f5f9;
    vertical-align: top;
}
.dash-order-table th {
    font-weight: 600;
    font-size: 0.8rem;
    border-top: none;
}
.dash-order-table th:first-child,
.dash-order-table td:first-child { padding-left: 1.5rem; }
.dash-order-table th:last-child,
.dash-order-table td:last-child { padding-right: 1.5rem; }
.dash-order-row--highlight { background: rgba(232, 241, 255, 0.65); }

@media (max-width: 767px) {
    .confirm-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
    }
    .confirm-banner .flex.flex-wrap.gap-2 {
        width: 100%;
    }
    .confirm-banner .btn-store-primary,
    .confirm-banner .btn-store-wa {
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
    }
}

/* ── Hubungi Kami ── */
.store-contact-hero {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .store-contact-hero {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}
.store-contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--cs-blue);
    background: var(--cs-sky);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}
.store-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}
@media (min-width: 640px) {
    .store-contact-grid { grid-template-columns: repeat(2, 1fr); }
}
.store-contact-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.store-contact-card-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
    background: var(--cs-sky);
    color: var(--cs-blue);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.store-contact-card--whatsapp .store-contact-card-icon {
    background: #dcfce7;
    color: #16a34a;
}
.store-contact-card--phone .store-contact-card-icon {
    background: #dbeafe;
    color: #2563eb;
}
.store-contact-card--email .store-contact-card-icon {
    background: #ffedd5;
    color: #ea580c;
}
.store-contact-card--address .store-contact-card-icon {
    background: #f1f5f9;
    color: var(--cs-navy);
}
.store-contact-card-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}
.store-contact-card-value {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--cs-navy);
    line-height: 1.5;
    text-decoration: none;
}
a.store-contact-card-value:hover { color: var(--cs-blue); }
.store-contact-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .store-contact-info-grid { grid-template-columns: repeat(2, 1fr); }
}
.store-contact-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.25rem 1.35rem;
}
.store-contact-panel-title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--cs-navy);
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.store-contact-panel-title i { color: var(--cs-blue); }
.store-contact-panel-text {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.65;
}
.store-contact-social {
    background: linear-gradient(135deg, var(--cs-navy), #002366);
    border-radius: 1rem;
    padding: 1.5rem;
    color: #fff;
}
.store-contact-social .store-contact-panel-title { color: #fff; }
.store-contact-social .store-contact-panel-title i { color: var(--cs-orange); }
.store-contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.store-contact-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.store-contact-social-btn:hover { background: rgba(255, 255, 255, 0.18); }

/* ── Purchase timeline (cara-beli) ── */
.purchase-timeline { position: relative; }
.purchase-step { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.purchase-step-num {
    width: 2.5rem; height: 2.5rem; flex-shrink: 0;
    background: linear-gradient(135deg, var(--cs-blue), var(--cs-blue-light));
    color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.875rem;
}

/* ── FAQ (cara-beli) ── */
.store-faq { display: flex; flex-direction: column; gap: 2rem; }
.store-faq-section-title {
    font-size: 1rem; font-weight: 800; color: var(--cs-navy, #001D6E);
    margin-bottom: 0.75rem;
}
.store-faq-list { display: flex; flex-direction: column; gap: 0.65rem; }
.store-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.store-faq-item[open] {
    border-color: #bfdbfe;
    box-shadow: 0 4px 18px rgba(0, 86, 255, 0.08);
}
.store-faq-question {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    font-size: 0.925rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.45;
}
.store-faq-question::-webkit-details-marker { display: none; }
.store-faq-chevron {
    color: #64748b;
    font-size: 0.75rem;
    transition: transform 0.2s;
    flex-shrink: 0;
}
.store-faq-item[open] .store-faq-chevron { transform: rotate(180deg); color: var(--cs-blue, #0056FF); }
.store-faq-answer {
    padding: 0 1.15rem 1.1rem;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #475569;
    border-top: 1px solid #f1f5f9;
    margin: 0 1.15rem;
    padding-top: 0.85rem;
}

@media print {
    .no-print, .store-promo-bar, .store-header-main, .store-footer { display: none !important; }
}

/* ── Konfirmasi pembayaran ── */
.confirm-hero { text-align: center; }
.confirm-hero-icon {
    width: 4rem; height: 4rem; margin: 0 auto 1rem;
    background: linear-gradient(135deg, #dcfce7, #bbf7d0);
    color: #16a34a; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.75rem;
}
.confirm-hero-wait .confirm-hero-icon { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
.confirm-hero-expired .confirm-hero-icon {
    background: linear-gradient(135deg, #ffedd5, #fed7aa);
    color: #c2410c;
}
.confirm-card {
    background: #fff; border-radius: 1rem; border: 1px solid #e2e8f0; overflow: hidden;
}
.confirm-card-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 1.25rem; border-bottom: 1px solid #f1f5f9; background: #f8fafc;
}
.confirm-rows { padding: 0.5rem 1.25rem; }
.confirm-row {
    display: flex; justify-content: space-between; gap: 1rem;
    padding: 0.625rem 0; border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
}
.confirm-row span:first-child { color: #64748b; }
.confirm-row-warn strong { color: #d97706; }
.confirm-total {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1rem 1.25rem; background: var(--cs-sky);
    font-size: 1rem;
}
.confirm-total strong { font-size: 1.25rem; color: var(--cs-blue); }
.confirm-bank {
    background: #fff; border-radius: 1rem; border: 1px solid #e2e8f0; padding: 1.25rem;
}
.confirm-upload {
    background: #fff; border-radius: 1rem; border: 1px solid #e2e8f0; padding: 1.25rem;
}
.upload-dropzone {
    display: block; border: 2px dashed #cbd5e1; border-radius: 1rem;
    padding: 2rem 1.5rem; text-align: center; cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}
.upload-dropzone:hover, .upload-dropzone.is-dragover {
    border-color: var(--cs-blue); background: #f0f7ff;
}
.upload-preview {
    max-height: 16rem; margin: 0 auto; border-radius: 0.75rem; object-fit: contain;
}
.confirm-banner {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid #fed7aa; border-radius: 1rem; padding: 1.25rem 1.5rem;
}
.confirm-banner-expired {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    border-color: #fecaca;
}

/* ── Rekening transfer ── */
.pay-bank-block { margin-bottom: 1.5rem; }
.pay-bank-steps {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.15rem 1.25rem;
    margin-bottom: 0.85rem;
}
.pay-bank-steps-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--cs-navy);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.pay-bank-steps-list {
    margin: 0;
    padding-left: 1.15rem;
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.65;
}
.pay-bank-steps-list li + li { margin-top: 0.45rem; }
.pay-bank-deadline {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    padding: 0.75rem 0.85rem;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 0.75rem;
    color: #9a3412;
}
.pay-bank-deadline-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.85;
    margin-bottom: 0.15rem;
}
.pay-bank-deadline-value {
    display: block;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #c2410c;
}
.pay-bank-after-upload {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    color: #1e40af;
    line-height: 1.55;
}
.pay-bank-card {
    background: linear-gradient(145deg, #f8fbff 0%, #fff 55%);
    border: 2px solid #bfdbfe;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 86, 255, 0.08);
}
.pay-bank-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 0.9rem 1.15rem;
    background: linear-gradient(135deg, var(--cs-navy), #003399);
    color: #fff;
}
.pay-bank-card-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}
.pay-bank-card-amount {
    font-size: 1rem;
    font-weight: 800;
    background: rgba(255,255,255,0.15);
    padding: 0.25rem 0.65rem;
    border-radius: 9999px;
}
.pay-bank-rows { padding: 0.35rem 0; }
.pay-bank-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.8rem 1.15rem;
    border-bottom: 1px solid #e8f1ff;
    font-size: 0.875rem;
}
.pay-bank-row:last-child { border-bottom: none; }
.pay-bank-row-highlight {
    background: var(--cs-sky);
}
.pay-bank-row-label {
    color: #64748b;
    font-weight: 600;
    min-width: 6.5rem;
    flex-shrink: 0;
}
.pay-bank-row-value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem;
    text-align: right;
    margin-left: auto;
}
.pay-bank-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.04em;
}
.pay-bank-amount {
    font-size: 1.05rem;
    color: var(--cs-blue);
}
.pay-bank-copy {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 0.55rem;
    border-radius: 0.5rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}
.pay-bank-copy:hover { border-color: var(--cs-blue); color: var(--cs-blue); }
.pay-bank-copy-primary {
    border-color: #93c5fd;
    background: #eff6ff;
    color: var(--cs-blue);
}
.pay-bank-notes {
    margin: 0 1.15rem 0.85rem;
    padding: 0.75rem 0.85rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
}
.pay-bank-notes-label {
    font-weight: 700;
    color: #92400e;
    margin-bottom: 0.25rem;
}
.pay-bank-notes-text { color: #78350f; line-height: 1.55; }
.pay-bank-tip {
    margin: 0;
    padding: 0.75rem 1.15rem 1rem;
    font-size: 0.78rem;
    color: #b45309;
    background: #fffbeb;
    border-top: 1px solid #fde68a;
}
.pay-bank-legacy { padding: 1rem 1.15rem; }

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
