/* Next Generation Electronic Devices — guratrade.com */
:root {
    --primary: #f68b1e;
    --primary-dark: #e47911;
    --secondary: #232f3e;
    --secondary-light: #37475a;
    --accent: #febd69;
    --success: #067d62;
    --danger: #b12704;
    --text: #0f1111;
    --text-muted: #565959;
    --border: #d5d9d9;
    --bg-light: #eaeded;
    --bg-white: #ffffff;
    --shadow: 0 2px 8px rgba(0,0,0,0.08);
    --radius: 8px;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

body {
    font-family: var(--font);
    color: var(--text);
    background: var(--bg-light);
    margin: 0;
    line-height: 1.5;
}

a { color: #007185; text-decoration: none; }
a:hover { color: #c7511f; text-decoration: underline; }

/* Top bar */
.top-bar {
    background: var(--secondary-light);
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 0;
}
.top-bar a { color: #fff; text-decoration: none; }
.top-bar a:hover { text-decoration: underline; }
.customer-logout-form { display: inline; margin: 0; }
.logout-link-btn,
.mobile-logout-btn {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
}
.top-bar .logout-link-btn { color: #fff; }
.top-bar .logout-link-btn:hover { text-decoration: underline; }
.mobile-nav-list .mobile-logout-btn {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 12px 0;
}
.currency-selector select {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 4px;
}

/* Header */
.site-header {
    background: var(--secondary);
    z-index: 1030;
}
.header-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}
.logo {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    flex-shrink: 0;
}
.logo-img {
    height: 58px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    display: block;
}
@media (max-width: 991.98px) {
    .logo-img {
        height: 48px;
        max-width: 190px;
    }
}
@media (max-width: 575.98px) {
    .logo-img {
        height: 42px;
        max-width: 160px;
    }
}

.search-form { max-width: 700px; }
.search-wrapper {
    display: flex;
    border-radius: var(--radius);
    overflow: hidden;
    height: 42px;
}
.search-category {
    background: #f3f3f3;
    border: none;
    padding: 0 12px;
    font-size: 0.85rem;
    border-right: 1px solid var(--border);
    max-width: 130px;
}
.search-input {
    flex: 1;
    border: none;
    padding: 0 14px;
    font-size: 0.95rem;
    outline: none;
}
.search-btn {
    background: var(--primary);
    border: none;
    padding: 0 18px;
    color: var(--secondary);
    font-size: 1.1rem;
    cursor: pointer;
}
.search-btn:hover { background: var(--primary-dark); }

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}
.header-action {
    color: #fff;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.action-label { font-size: 0.75rem; }
.action-title { font-size: 0.9rem; font-weight: 700; }
.cart-action { flex-direction: row; align-items: flex-end; gap: 4px; }
.cart-icon-wrap { position: relative; font-size: 1.8rem; color: #fff; }
.cart-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    background: var(--primary);
    color: var(--secondary);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 10px;
}
.mobile-menu-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
}

/* Category nav */
.category-nav {
    background: var(--secondary-light);
    padding: 6px 0;
}
.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    white-space: nowrap;
}
.category-list li a {
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 4px;
}
.category-list li a:hover { background: rgba(255,255,255,0.1); }

/* Mobile nav */
.mobile-nav { background: var(--secondary); }
.mobile-nav-list { list-style: none; padding: 0; }
.mobile-nav-list li a {
    display: block;
    color: #fff;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
}

/* Hero */
.hero-section { margin-top: 0; }
.hero-carousel { border-radius: 0 0 var(--radius) var(--radius); overflow: hidden; }
.hero-slide {
    min-height: 320px;
    display: flex;
    align-items: center;
    padding: 40px 60px;
    position: relative;
}
.hero-product-slide {
    justify-content: space-between;
    gap: 32px;
}
.hero-tone-1 { background: linear-gradient(135deg, #232f3e 0%, #37475a 55%, #f68b1e 100%); }
.hero-tone-2 { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 55%, #0f3460 100%); }
.hero-tone-3 { background: linear-gradient(135deg, #2d132c 0%, #801336 55%, #c72c41 100%); }
.hero-tone-4 { background: linear-gradient(135deg, #0f2027 0%, #203a43 55%, #2c5364 100%); }
.hero-tone-5 { background: linear-gradient(135deg, #141e30 0%, #243b55 55%, #f68b1e 100%); }
.hero-tone-6 { background: linear-gradient(135deg, #1f1c2c 0%, #928dab 55%, #1f1c2c 100%); }
.hero-tone-7,
.hero-tone-8,
.hero-tone-9 { background: linear-gradient(135deg, #232f3e 0%, #37475a 50%, #f68b1e 100%); }
.hero-content { color: #fff; max-width: 520px; z-index: 1; flex: 1 1 50%; }
.hero-product-visual {
    flex: 0 1 340px;
    width: min(340px, 42%);
    min-height: 260px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.hero-product-visual img {
    width: 100%;
    max-height: 240px;
    object-fit: contain;
    display: block;
}
.hero-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}
.hero-price-current {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}
.hero-price-original {
    font-size: 1rem;
    opacity: 0.75;
    text-decoration: line-through;
}
.hero-tag {
    background: var(--primary);
    color: var(--secondary);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}
.hero-content h1 { font-size: 2.2rem; font-weight: 700; margin: 12px 0; line-height: 1.2; }
.hero-content p { opacity: 0.9; margin-bottom: 20px; }
.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: var(--secondary);
    padding: 12px 24px;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none !important;
}
.btn-hero:hover { background: var(--accent); }

/* Sections */
.section { padding: 30px 0; }
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.section-header h2 { font-size: 1.4rem; font-weight: 700; margin: 0; }
.see-all { font-size: 0.9rem; font-weight: 500; }

/* Category cards */
.category-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}
.category-card {
    background: var(--bg-white);
    border-radius: var(--radius);
    padding: 20px 12px;
    text-align: center;
    text-decoration: none !important;
    color: var(--text);
    box-shadow: var(--shadow);
    transition: transform 0.2s, box-shadow 0.2s;
}
.category-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.cat-icon { font-size: 2rem; color: var(--primary); margin-bottom: 8px; }
.category-card span { font-size: 0.85rem; font-weight: 500; }

/* Product grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

/* Product card */
.product-card {
    background: var(--bg-white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}
.product-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.12); }
.product-image-link { display: block; }
.product-image {
    position: relative;
    height: 200px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 12px;
    transition: transform 0.3s;
}
.product-card:hover .product-image img { transform: scale(1.05); }
.product-placeholder {
    color: #ccc;
    font-size: 3rem;
}
.discount-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--danger);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
}
.new-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--primary);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    z-index: 2;
}
.new-arrivals-section {
    background: linear-gradient(180deg, #fff 0%, #fff8f0 100%);
    border-top: 1px solid #f0e6dc;
    border-bottom: 1px solid #f0e6dc;
}
.new-arrivals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
    .new-arrivals-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .new-arrivals-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
.new-arrivals-section .product-image {
    height: 240px;
    background: #fff;
}
.new-arrivals-section .product-image img {
    padding: 18px;
    object-fit: contain;
}
.product-info { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.product-title {
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 1.3;
}
.product-title:hover { color: var(--primary-dark); }
.product-rating { font-size: 0.8rem; color: var(--primary); margin-bottom: 6px; }
.product-rating span { color: var(--text-muted); }
.product-price { margin-bottom: 8px; }
.current-price { font-size: 1.2rem; font-weight: 700; color: var(--danger); }
.current-price.large { font-size: 1.8rem; }
.original-price {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-decoration: line-through;
    margin-left: 6px;
}
.stock-status { font-size: 0.8rem; margin-bottom: 10px; }
.in-stock { color: var(--success); }
.out-stock { color: var(--danger); }
.btn-add-cart {
    width: 100%;
    background: var(--primary);
    border: none;
    padding: 8px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    margin-top: auto;
    transition: background 0.2s;
}
.btn-add-cart:hover { background: var(--primary-dark); }
.btn-add-cart:disabled { opacity: 0.5; cursor: not-allowed; }

/* Promo cards */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}
.promo-card {
    padding: 24px;
    border-radius: var(--radius);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.promo-orange { background: linear-gradient(135deg, #f68b1e, #e47911); }
.promo-blue { background: linear-gradient(135deg, #232f3e, #37475a); }
.promo-green { background: linear-gradient(135deg, #067d62, #059669); }
.promo-purple { background: linear-gradient(135deg, #7c3aed, #5b21b6); }
.promo-card h3 { margin: 0 0 4px; font-size: 1.1rem; }
.promo-card p { margin: 0; opacity: 0.9; font-size: 0.85rem; }
.promo-icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-size: 2.5rem;
    opacity: 0.3;
}

/* Product detail */
.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: var(--bg-white);
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.main-image {
    background: #f7f7f7;
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-image img { max-width: 100%; max-height: 380px; object-fit: contain; }
.product-name { font-size: 1.6rem; font-weight: 600; margin-bottom: 12px; }
.product-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 16px; }
.brand-tag, .condition-tag {
    background: #f0f2f2;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.price-block { margin-bottom: 16px; }
.discount-label { color: var(--danger); font-weight: 600; }
.price-row { display: flex; align-items: baseline; gap: 10px; }
.purchase-form { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
.quantity-selector { display: flex; align-items: center; gap: 8px; }
.quantity-selector select { width: 70px; padding: 10px; border: 1px solid var(--border); border-radius: 6px; }
.btn-buy-now {
    background: var(--primary);
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}
.btn-add-cart-large {
    background: #ffd814;
    border: 1px solid #fcd200;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}
.delivery-info { font-size: 0.9rem; color: var(--text-muted); }
.delivery-info div { margin-bottom: 6px; }
.delivery-info i { color: var(--success); margin-right: 6px; }
.specs-table { width: 100%; }
.specs-table th { text-align: left; padding: 10px; background: #f7f7f7; width: 30%; }
.specs-table td { padding: 10px; border-bottom: 1px solid var(--border); }

/* Product detail — enhanced description layout */
.product-brand-badge {
    text-align: center;
    margin-top: 12px;
    padding: 8px 16px;
    background: #f0f2f2;
    border-radius: var(--radius);
    font-size: 0.85rem;
    color: var(--text-muted);
}
.product-brand-badge i { color: var(--success); margin-right: 4px; }

.product-highlights {
    background: #fffbf0;
    border: 1px solid #fdebd0;
    border-radius: var(--radius);
    padding: 16px 20px;
    margin: 16px 0;
}
.product-highlights h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--secondary);
}
.product-highlights h3 i { color: var(--primary); }
.product-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-highlights li {
    padding: 4px 0;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.product-highlights li i {
    color: var(--success);
    flex-shrink: 0;
    margin-top: 3px;
}

.quick-specs-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    background: var(--bg-white);
    padding: 20px 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-top: 24px;
}
.quick-spec-item {
    flex: 1 1 120px;
    text-align: center;
    padding: 12px 8px;
    background: #f7fafa;
    border-radius: 8px;
    border: 1px solid var(--border);
}
.quick-spec-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}
.quick-spec-value {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
}

.info-panel {
    background: var(--bg-white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px;
    height: 100%;
}
.panel-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
}
.panel-title i { color: var(--primary); }

.description-sections { display: flex; flex-direction: column; gap: 24px; }
.desc-section h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 0 0 10px;
}
.desc-section p {
    color: var(--text);
    line-height: 1.7;
    margin: 0;
}
.desc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.desc-list li {
    padding: 8px 0 8px 24px;
    position: relative;
    border-bottom: 1px solid #f0f2f2;
    line-height: 1.5;
    font-size: 0.95rem;
}
.desc-list li:last-child { border-bottom: none; }
.desc-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--success);
    font-weight: 700;
}

.specs-table-full {
    width: 100%;
    border-collapse: collapse;
}
.specs-table-full th {
    text-align: left;
    padding: 12px 16px;
    background: #f7fafa;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    width: 40%;
    border-bottom: 1px solid var(--border);
}
.specs-table-full td {
    padding: 12px 16px;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
}
.specs-table-full tr:last-child th,
.specs-table-full tr:last-child td { border-bottom: none; }

@media (max-width: 768px) {
    .quick-specs-strip { gap: 8px; padding: 16px; }
    .quick-spec-item { flex: 1 1 calc(50% - 8px); }
    .info-panel { padding: 20px; }
}

/* Cart */
.cart-layout, .checkout-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 24px;
}
.cart-items { background: var(--bg-white); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.cart-item {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
    align-items: center;
}
.cart-item-image img { width: 80px; height: 80px; object-fit: contain; }
.cart-item-title { font-weight: 500; color: var(--text); text-decoration: none !important; }
.qty-form { display: flex; align-items: center; gap: 8px; }
.qty-btn {
    width: 32px; height: 32px;
    border: 1px solid var(--border);
    background: #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.1rem;
}
.qty-value { min-width: 24px; text-align: center; }
.btn-remove { background: none; border: none; color: #007185; cursor: pointer; font-size: 0.85rem; }
.cart-summary, .card-box {
    background: var(--bg-white);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
    height: fit-content;
}
.cart-summary h3 { margin-top: 0; }
.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 0.95rem;
}
.summary-row.total { font-size: 1.2rem; font-weight: 700; border-top: 2px solid var(--border); margin-top: 8px; padding-top: 12px; }
.btn-checkout {
    display: block;
    width: 100%;
    background: var(--primary);
    color: var(--secondary);
    text-align: center;
    padding: 14px;
    border-radius: var(--radius);
    font-weight: 700;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    margin-top: 16px;
    font-size: 1rem;
}
.btn-checkout:hover { background: var(--primary-dark); }
.continue-shopping { display: block; text-align: center; margin-top: 12px; font-size: 0.9rem; }

/* Checkout payment */
.form-section { margin-bottom: 24px; }
.form-section h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--secondary);
}
.payment-section h3 i { color: var(--primary); margin-right: 6px; }
.payment-method-box {
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px;
}
.payment-method-choice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    cursor: pointer;
}
.payment-method-label {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.payment-method-label span {
    font-size: 0.88rem;
    color: var(--text-muted);
}
.mobile-money-instructions {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: var(--radius);
    padding: 16px;
}
.mobile-money-number-wrap {
    text-align: center;
    margin-bottom: 12px;
}
.mobile-money-label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}
.mobile-money-number {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--secondary);
    text-decoration: none !important;
    letter-spacing: 0.04em;
}
.mobile-money-number:hover { color: var(--primary-dark); }
.mobile-money-steps {
    margin: 0;
    padding-left: 18px;
    font-size: 0.92rem;
    color: var(--text);
}
.mobile-money-steps li { margin-bottom: 6px; }
.checkout-payment-note {
    margin-top: 14px;
    padding: 12px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: var(--radius);
    font-size: 0.88rem;
    color: #92400e;
}
.checkout-payment-note i { margin-right: 6px; }
.mobile-money-payment-box {
    margin-top: 24px;
    padding: 24px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: var(--radius);
    text-align: left;
}
.mobile-money-payment-box h2 {
    font-size: 1.15rem;
    margin-bottom: 8px;
    text-align: center;
}
.mobile-money-pay-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin: 16px 0;
}
.mobile-money-pay-item {
    background: #fff;
    border: 1px solid #d1fae5;
    border-radius: var(--radius);
    padding: 12px;
    text-align: center;
}
.mobile-money-pay-item span {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}
.mobile-money-pay-item.highlight {
    border-color: var(--primary);
    background: #fff7ed;
}
.payment-info-box {
    border-left: 4px solid var(--primary);
}
.payment-info-box .mobile-money-number {
    font-size: 1.2rem;
}

/* WhatsApp */
.top-bar-whatsapp {
    color: #25d366 !important;
    font-weight: 600;
}
.top-bar-whatsapp:hover { color: #dcf8c6 !important; }
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    padding: 12px 16px;
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}
.whatsapp-float i { font-size: 1.4rem; }
.checkout-whatsapp-help {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: var(--radius);
    background: #e8f8ef;
    color: #0f5132;
    font-size: 0.92rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.checkout-whatsapp-help i {
    color: #25d366;
    font-size: 1.2rem;
    margin-top: 2px;
}
.checkout-whatsapp-help a { font-weight: 600; }
.btn-whatsapp-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 10px;
    padding: 12px 16px;
    border-radius: var(--radius);
    background: #25d366;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border: none;
}
.btn-whatsapp-product:hover {
    background: #1da851;
    color: #fff;
}

/* Order Mobile Money payment activation */
.order-payment-section {
    margin-top: 28px;
    padding: 24px;
    background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
    border: 2px solid var(--primary);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(246, 139, 30, 0.15);
}
.order-payment-activated {
    animation: payment-glow 1.5s ease-in-out 2;
}
@keyframes payment-glow {
    0%, 100% { box-shadow: 0 8px 24px rgba(246, 139, 30, 0.15); }
    50% { box-shadow: 0 8px 32px rgba(246, 139, 30, 0.35); }
}
.order-payment-header {
    text-align: center;
    margin-bottom: 18px;
}
.order-payment-header h2 {
    font-size: 1.25rem;
    margin: 8px 0;
}
.order-payment-header p {
    color: var(--text-muted);
    margin: 0;
}
.payment-pulse-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5);
    animation: payment-pulse 1.5s infinite;
}
@keyframes payment-pulse {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5); }
    70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
.order-payment-summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--border);
    margin-bottom: 16px;
}
.order-payment-amount span {
    display: block;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.order-payment-amount strong {
    font-size: 1.5rem;
    color: var(--primary-dark);
}
.order-payment-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.92rem;
}
.order-payment-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}
.btn-pay-mobile-money {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #f68b1e 0%, #e47911 100%);
    color: #111;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(228, 121, 17, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-pay-mobile-money:hover {
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(228, 121, 17, 0.45);
}
.btn-pay-mobile-money.btn-sm {
    padding: 10px 14px;
    font-size: 0.9rem;
}
.order-payment-provider-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.order-payment-panel {
    padding-top: 8px;
}
.order-payment-panel.show {
    border-top: 1px dashed var(--border);
    margin-top: 8px;
    padding-top: 16px;
}
.btn-copy-payment {
    margin-top: 8px;
    padding: 4px 10px;
    font-size: 0.75rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}
.btn-copy-payment:hover { background: #f8f9fa; }
.payment-submitted-form { margin-top: 16px; }
.payment-status-banner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 10px;
}
.payment-status-banner i { font-size: 1.6rem; margin-top: 2px; }
.payment-status-confirmed {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #065f46;
}
.payment-status-submitted {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
}
.order-actions-cell {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Auth */
.auth-section { min-height: 60vh; display: flex; align-items: center; }
.auth-card {
    max-width: 420px;
    margin: 0 auto;
    background: var(--bg-white);
    padding: 32px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.auth-logo-link {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
}
.auth-logo {
    height: 72px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.auth-card h1 { text-align: center; margin-bottom: 24px; }
.auth-footer { text-align: center; margin-top: 20px; font-size: 0.9rem; }

/* Status badges */
.status-badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}
.status-pending { background: #fef3c7; color: #92400e; }
.status-confirmed { background: #dbeafe; color: #1e40af; }
.status-processing { background: #e0e7ff; color: #3730a3; }
.status-shipped { background: #d1fae5; color: #065f46; }
.status-delivered { background: #bbf7d0; color: #166534; }
.status-cancelled { background: #fee2e2; color: #991b1b; }

/* Empty state */
.empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: var(--bg-white);
    border-radius: var(--radius);
}
.empty-state i { font-size: 4rem; color: #ccc; }
.confirmation-box { max-width: 600px; margin: 40px auto; background: var(--bg-white); padding: 40px; border-radius: var(--radius); box-shadow: var(--shadow); }
.confirmation-icon { font-size: 4rem; color: var(--success); }

/* Footer */
.site-footer { margin-top: 40px; }
.footer-back-top {
    background: var(--secondary-light);
    text-align: center;
    padding: 12px;
}
.footer-back-top a { color: #fff; text-decoration: none; font-size: 0.85rem; }
.footer-main {
    background: var(--secondary);
    color: #fff;
    padding: 40px 0;
}
.footer-main h6 { font-size: 1rem; margin-bottom: 12px; }
.footer-main ul { list-style: none; padding: 0; }
.footer-main li { margin-bottom: 8px; }
.footer-main a { color: #ddd; text-decoration: none; font-size: 0.85rem; }
.footer-main a:hover { text-decoration: underline; }
.footer-bottom {
    background: var(--secondary);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    color: #aaa;
    font-size: 0.85rem;
}
.footer-logo-link {
    display: inline-block;
    margin-bottom: 12px;
    text-decoration: none;
}
.footer-logo {
    height: 52px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    opacity: 0.95;
}
.footer-bottom a { color: var(--primary); }

.page-title { font-size: 1.6rem; font-weight: 700; }
.page-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.order-item-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); }

/* Responsive */
@media (max-width: 992px) {
    .product-detail-grid { grid-template-columns: 1fr; }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
    .hero-slide { padding: 30px; min-height: 260px; }
    .hero-product-slide { flex-direction: column; text-align: center; }
    .hero-content { max-width: 100%; }
    .hero-product-visual {
        width: 100%;
        max-width: 280px;
        min-height: 200px;
        margin-top: 8px;
    }
    .hero-content h1 { font-size: 1.6rem; }
}
@media (max-width: 768px) {
    .header-inner { flex-wrap: wrap; }
    .search-form { order: 3; width: 100%; max-width: none; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .product-image { height: 150px; }
    .cart-item { grid-template-columns: 70px 1fr; }
    .cart-item-actions { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; }
    .hero-slide { padding: 24px; min-height: 220px; }
    .hero-product-visual { min-height: 160px; padding: 14px; }
    .hero-product-visual img { max-height: 140px; }
    .hero-price-current { font-size: 1.2rem; }
    .hero-content h1 { font-size: 1.3rem; }
    .category-cards { grid-template-columns: repeat(3, 1fr); }
    .whatsapp-float-label { display: none; }
    .whatsapp-float { padding: 14px; border-radius: 50%; }
}
@media (max-width: 480px) {
    .product-grid { grid-template-columns: 1fr 1fr; }
    .product-info { padding: 10px; }
    .current-price { font-size: 1rem; }
    .btn-add-cart { font-size: 0.8rem; padding: 6px; }
}
