:root {
    --tasa-red: #d71931;
    --tasa-red-hover: #b00018;
    --tasa-red-light: #fff0f2;
    --tasa-navy: #091f3d;
    --tasa-navy-dark: #051329;
    --tasa-ink: #0f172a;
    --tasa-muted: #64748b;
    --tasa-line: #e2e8f0;
    --tasa-bg: #f8fafc;
    --tasa-card: #ffffff;
    --tasa-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    --tasa-shadow-hover: 0 20px 45px rgba(15, 23, 42, 0.12);
    --tasa-radius: 18px;
}

body.home .whb-header,
body.home .main-page-wrapper > .page-title,
.whb-header,
.footer-container:not(.tasa-sitewide-footer),
footer.footer-container,
.woodmart-footer,
.woodmart-prefooter,
.footer-sidebar,
.copyrights-wrapper {
    display: none !important;
}


.tasa-next {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 24px 50px;
    color: var(--tasa-ink);
    font-family: inherit;
}

.tasa-next * {
    box-sizing: border-box;
}

.tasa-next a {
    text-decoration: none !important;
    color: inherit;
}

/* 1. Top Benefit / Trust Strip */
.tasa-benefit-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 18px;
    border-bottom: 1px solid var(--tasa-line);
    background: #fff;
    font-size: 11.5px;
    font-weight: 700;
    color: #334155;
}

.tasa-benefit-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tasa-benefit-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tasa-benefit-links a {
    color: var(--tasa-navy) !important;
    transition: color .2s;
}

.tasa-benefit-links a:hover {
    color: var(--tasa-red) !important;
}

/* 2. Unified Main Header */
.tasa-main-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
    min-height: 80px;
}

.tasa-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.tasa-brand .custom-logo-link,
.tasa-brand-link,
.tasa-brand-text {
    display: inline-flex !important;
    align-items: center;
    text-decoration: none !important;
    color: var(--tasa-ink) !important;
}

.tasa-main-header .tasa-brand img,
.tasa-main-header .custom-logo,
.tasa-main-header .tasa-main-logo-img {
    display: block !important;
    width: auto !important;
    max-width: 160px !important;
    height: 48px !important;
    max-height: 48px !important;
    object-fit: contain !important;
}

.tasa-brand strong {
    font-size: 38px;
    line-height: .95;
    font-weight: 950;
    color: var(--tasa-navy);
}

.tasa-brand small {
    margin-top: 4px;
    color: var(--tasa-muted);
    font-size: 11px;
    font-weight: 700;
}

/* Search Box with Visual & Voice Search */
.tasa-header-search {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 78px 78px;
    align-items: center;
    height: 52px;
    border: 1px solid var(--tasa-line);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(30, 41, 59, .05);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

.tasa-header-search:focus-within {
    border-color: var(--tasa-red);
    box-shadow: 0 8px 26px rgba(215, 25, 49, .12);
}

.tasa-header-search > button[type=submit] {
    height: 100%;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--tasa-red), var(--tasa-red-hover));
    font-size: 24px;
    cursor: pointer;
    transition: opacity .2s;
}

.tasa-header-search > button[type=submit]:hover {
    opacity: .92;
}

.tasa-header-search input[type=search] {
    height: 100%;
    padding: 0 16px;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: right;
    font-size: 14px;
    color: var(--tasa-ink);
}

.tasa-header-search .tasa-visual-btn,
.tasa-header-search .tasa-voice-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 38px;
    border: 0;
    border-right: 1px solid var(--tasa-line);
    color: #334155 !important;
    background: #fff;
    font-size: 17px;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.tasa-header-search .tasa-visual-btn:hover,
.tasa-header-search .tasa-voice-btn:hover {
    background: var(--tasa-red-light);
    color: var(--tasa-red) !important;
}

.tasa-header-search small {
    margin-top: 2px;
    font-size: 7.5px;
    font-weight: 800;
}

/* Header Actions */
.tasa-header-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.tasa-action-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--tasa-ink) !important;
    transition: transform .2s, color .2s;
}

.tasa-action-btn:hover {
    transform: translateY(-2px);
    color: var(--tasa-red) !important;
}

.tasa-action-btn span {
    position: relative;
    font-size: 24px;
    line-height: 1;
}

.tasa-cart-badge {
    position: absolute;
    right: -9px;
    top: -6px;
    display: grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    color: #fff;
    background: var(--tasa-red);
    font-size: 9.5px;
    font-style: normal;
    font-weight: 900;
    box-shadow: 0 2px 6px rgba(215, 25, 49, .4);
}

.tasa-action-btn small {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 800;
}

/* 3. Category Navigation Bar */
.tasa-category-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    height: 52px;
    border: 1px solid var(--tasa-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(30, 41, 59, .04);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
    -webkit-overflow-scrolling: touch;
}

.tasa-category-nav::-webkit-scrollbar {
    height: 3px;
}

.tasa-category-nav::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.tasa-category-nav a,
.tasa-category-nav button {
    flex-shrink: 0 !important;
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 12px;
    color: var(--tasa-ink) !important;
    font-size: 12.5px;
    font-weight: 800;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.tasa-category-nav a:hover,
.tasa-category-nav button:hover {
    background: #f1f5f9;
    color: var(--tasa-navy) !important;
}

.tasa-category-nav .tasa-mega-trigger {
    color: #fff !important;
    background: var(--tasa-navy);
    font-weight: 900;
    gap: 6px;
}

.tasa-category-nav .tasa-mega-trigger:hover {
    background: var(--tasa-red);
}

.tasa-category-nav .is-auctions-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #92400e !important;
    background: linear-gradient(135deg, #fffdf5 0%, #fef3c7 100%) !important;
    border: 1.5px solid #f59e0b !important;
    box-shadow: 0 2px 10px rgba(245, 158, 11, .2);
    animation: tasaAuctionNavPulse 2.4s infinite;
}

.tasa-category-nav .is-auctions-link:hover {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    color: #78350f !important;
    border-color: #d97706 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(217, 119, 6, .35);
}

.tasa-gavel-icon {
    display: inline-block;
    font-style: normal;
    animation: tasaGavelSwing 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    transform-origin: 80% 80%;
}

.tasa-nav-live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 8px #ef4444;
    animation: tasaLiveDotPulse 1.2s infinite;
}

@keyframes tasaGavelSwing {
    0%, 100% {
        transform: rotate(0deg);
    }
    12% {
        transform: rotate(-28deg);
    }
    24% {
        transform: rotate(18deg);
    }
    36% {
        transform: rotate(-14deg);
    }
    48% {
        transform: rotate(0deg);
    }
}

@keyframes tasaAuctionNavPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4), 0 2px 8px rgba(245, 158, 11, 0.15);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(245, 158, 11, 0), 0 4px 14px rgba(245, 158, 11, 0.3);
    }
}

@keyframes tasaLiveDotPulse {
    0%, 100% {
        transform: scale(0.9);
        opacity: 1;
        box-shadow: 0 0 4px #ef4444;
    }
    50% {
        transform: scale(1.35);
        opacity: 0.6;
        box-shadow: 0 0 10px #ef4444;
    }
}

.tasa-category-nav .is-sale {
    color: var(--tasa-red) !important;
}

.tasa-category-nav .is-fawery-link {
    color: #047857 !important;
}

.tasa-category-nav .is-abroad-link {
    color: #0284c7 !important;
}

/* 4. Professional Mega Menu Overlay & Dropdown */
.tasa-mega-menu {
    position: fixed;
    inset: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease;
}

.tasa-mega-menu.is-open {
    visibility: visible;
    opacity: 1;
}

.tasa-mega-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 31, 61, .55);
    backdrop-filter: blur(5px);
}

.tasa-mega-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(900px, 94vw);
    background: #fff;
    box-shadow: -15px 0 45px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.tasa-mega-menu.is-open .tasa-mega-container {
    transform: translateX(0);
}

.tasa-mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid var(--tasa-line);
    background: #f8fafc;
}

.tasa-mega-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 900;
    color: var(--tasa-navy);
}

.tasa-mega-close {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--tasa-line);
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.tasa-mega-close:hover {
    background: var(--tasa-red);
    color: #fff;
}

.tasa-mega-quick-strip {
    display: flex;
    gap: 10px;
    padding: 14px 24px;
    background: #fff;
    border-bottom: 1px solid var(--tasa-line);
    overflow-x: auto;
    white-space: nowrap;
}

.tasa-mega-quick-strip a {
    padding: 8px 14px;
    border: 1px solid var(--tasa-line);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    background: #f8fafc;
    transition: all .2s;
}

.tasa-mega-quick-strip a.is-auction {
    color: #b45309;
    background: #fffbeb;
    border-color: #fde68a;
}

.tasa-mega-quick-strip a.is-fawery {
    color: #047857;
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.tasa-mega-quick-strip a.is-sale {
    color: var(--tasa-red);
    background: var(--tasa-red-light);
    border-color: #fecdd3;
}

.tasa-mega-quick-strip a.is-abroad {
    color: #0369a1;
    background: #f0f9ff;
    border-color: #bae6fd;
}

.tasa-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 24px;
    flex: 1;
}

.tasa-mega-col {
    padding: 18px;
    border: 1px solid var(--tasa-line);
    border-radius: 16px;
    background: #fff;
    transition: box-shadow .2s;
}

.tasa-mega-col:hover {
    box-shadow: var(--tasa-shadow);
}

.tasa-dept-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--tasa-line);
}

.tasa-dept-header .dept-icon {
    font-size: 22px;
}

.tasa-dept-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    color: var(--tasa-navy);
    flex: 1;
}

.tasa-dept-header small {
    color: var(--tasa-red);
    font-size: 11px;
    font-weight: 800;
}

.tasa-sub-group {
    margin-bottom: 14px;
}

.tasa-sub-group h4 {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 850;
    color: var(--tasa-muted);
}

.tasa-sub-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
}

.tasa-sub-group li a {
    display: block;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
    color: #334155;
    transition: background .15s, color .15s;
}

.tasa-sub-group li a:hover {
    background: #f1f5f9;
    color: var(--tasa-red);
    padding-right: 12px;
}

.tasa-mega-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px;
    border-top: 1px solid var(--tasa-line);
    background: #f8fafc;
}

.tasa-mega-support {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--tasa-muted);
}

.tasa-mega-support a {
    color: var(--tasa-navy);
    font-weight: 800;
}

/* 5. Hero Slider (Professional Glassmorphic UI/UX) */
.tasa-real-slider {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1800 / 414;
    margin-top: 18px;
    border-radius: var(--tasa-radius);
    background: #f1f5f9;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.tasa-slider-track,
.tasa-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tasa-slide {
    z-index: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity .45s ease, visibility .45s ease;
}

.tasa-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: none !important;
}

.tasa-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    user-select: none;
    -webkit-user-drag: none;
}

/* Glassmorphic Arrows */
.tasa-slider-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--tasa-navy) !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12) !important;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, opacity .25s ease !important;
    opacity: 0.85;
}

.tasa-real-slider:hover .tasa-slider-arrow {
    opacity: 1;
}

.tasa-slider-arrow:hover {
    background: var(--tasa-red) !important;
    border-color: var(--tasa-red) !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow: 0 8px 24px rgba(215, 25, 49, 0.35) !important;
}

.tasa-slider-arrow svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.tasa-slider-arrow.is-prev {
    right: 16px;
}

.tasa-slider-arrow.is-next {
    left: 16px;
}

/* Sleek Floating Pagination Capsule */
.tasa-real-dots {
    position: absolute;
    z-index: 5;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(9, 31, 61, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.tasa-real-dots button,
.tasa-real-dots .tasa-dot {
    min-height: 0 !important;
    min-width: 0 !important;
    width: 7px !important;
    height: 7px !important;
    max-height: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.55) !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: width .3s cubic-bezier(0.4, 0, 0.2, 1), background .3s ease, transform .2s ease !important;
    outline: none !important;
}

.tasa-real-dots button:hover,
.tasa-real-dots .tasa-dot:hover {
    background: rgba(255, 255, 255, 0.9) !important;
}

.tasa-real-dots button.is-active,
.tasa-real-dots .tasa-dot.is-active {
    width: 22px !important;
    height: 7px !important;
    background: var(--tasa-red) !important;
    box-shadow: 0 0 10px rgba(215, 25, 49, 0.7) !important;
}


/* 6. Quick Cards */
.tasa-quick-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.tasa-quick-cards > a {
    display: grid;
    grid-template-columns: 52px 1fr 18px;
    align-items: center;
    gap: 10px;
    min-height: 86px;
    padding: 14px 16px;
    border: 1px solid var(--tasa-line);
    border-radius: var(--tasa-radius);
    color: var(--tasa-ink) !important;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30, 41, 59, .04);
    transition: transform .2s, box-shadow .2s;
}

.tasa-quick-cards > a:hover {
    transform: translateY(-3px);
    box-shadow: var(--tasa-shadow-hover);
}

.tasa-quick-cards span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
}

.tasa-quick-cards b,
.tasa-quick-cards small {
    display: block;
}

.tasa-quick-cards b {
    font-size: 14.5px;
    font-weight: 900;
}

.tasa-quick-cards small {
    margin-top: 3px;
    color: var(--tasa-muted);
    font-size: 10.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tasa-quick-cards i {
    font-style: normal;
    font-size: 20px;
    color: #94a3b8;
}

.tasa-quick-cards > a.quick-auction {
    position: relative;
    overflow: hidden;
    border: 1.5px solid #fde68a !important;
    background: linear-gradient(135deg, #ffffff 0%, #fffdf5 100%) !important;
    box-shadow: 0 8px 24px rgba(245, 158, 11, .1);
}

.tasa-quick-cards > a.quick-auction::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.15), transparent);
    transform: skewX(-25deg);
    animation: tasaCardShimmer 3.5s infinite;
}

@keyframes tasaCardShimmer {
    0% { left: -100%; }
    30%, 100% { left: 200%; }
}

.tasa-quick-cards > a.quick-auction:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(217, 119, 6, .2);
    border-color: #f59e0b !important;
}

.quick-auction span {
    background: linear-gradient(135deg, #fffbeb, #fde68a) !important;
    color: #b45309 !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, .25);
}

.quick-auction .tasa-gavel-icon {
    display: inline-block;
    font-style: normal;
    animation: tasaGavelSwing 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    transform-origin: 80% 80%;
}

.quick-auction:hover .tasa-gavel-icon {
    animation-duration: 0.9s;
}

.tasa-auction-live-pill {
    display: inline-block;
    margin-right: 5px;
    padding: 1px 7px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 9.5px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle;
    box-shadow: 0 2px 6px rgba(239, 68, 68, .4);
    animation: tasaLiveDotPulse 1.4s infinite;
}

.quick-fast span { background: #ecfdf5; color: #047857; }
.quick-world span { background: #f0f9ff; color: #0369a1; }
.quick-gift span { background: #fff1f2; color: var(--tasa-red); }
.quick-new span { background: #f0fdf4; color: #15803d; font-size: 11px; font-weight: 900; }

/* 7. Category Circles */
.tasa-category-circles {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 28px 0 0;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
}

.tasa-category-circles::-webkit-scrollbar {
    display: none;
}

.tasa-category-circles a,
.tasa-category-circles button {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--tasa-ink) !important;
    text-align: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: transform .2s;
}

.tasa-category-circles a:hover,
.tasa-category-circles button:hover {
    transform: translateY(-3px);
}

.tasa-category-circles span {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #f1f5f9;
    box-shadow: 0 6px 20px rgba(30, 41, 59, .08);
    font-size: 32px;
}

.tasa-category-circles b {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 800;
}

.is-rose span { background: #ffe7ec; }
.is-blue span { background: #e7efff; }
.is-pink span { background: #ffeaf2; }
.is-purple span { background: #f2e8ff; }
.is-cyan span { background: #e6f8ff; }
.is-orange span { background: #fff1df; }
.is-lilac span { background: #eee8ff; }
.is-yellow span { background: #fff4d7; }
.is-amber span { background: #fef3c7; }
.is-teal span { background: #ccfbf1; }
.is-green span { background: #e6f8e9; }
.is-gray span { background: #eceff3; }

/* 8. Daily Flash Sale */
.tasa-summer-sale {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 32px;
    padding: 34px;
    border: 1px solid #f1e2dc;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff 0%, #fff9f5 48%, #fff1e7 100%);
    box-shadow: 0 20px 55px rgba(20, 30, 50, .1);
}

.tasa-summer-sale-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    align-items: center;
    gap: 36px;
    margin-bottom: 26px;
}

.tasa-sale-copy h2 {
    margin: 12px 0 8px;
    color: var(--tasa-navy);
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 950;
    letter-spacing: -1.5px;
}

.tasa-sale-timer-box {
    position: relative;
    overflow: hidden;
    padding: 20px 24px 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(145deg, var(--tasa-navy), var(--tasa-navy-dark));
    box-shadow: 0 17px 38px rgba(7, 26, 53, .23);
}

.tasa-daily-countdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    direction: ltr;
}

.tasa-daily-countdown div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 76px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
}

.tasa-daily-countdown b {
    font-size: 24px;
    font-weight: 900;
}

.tasa-daily-countdown small {
    color: #b9c7da;
    font-size: 8.5px;
}

.tasa-daily-countdown i {
    color: #ff5b71;
    font-size: 22px;
    font-style: normal;
}

.tasa-sale-progress {
    height: 5px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, .12);
}

.tasa-sale-progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff7a21, var(--tasa-red));
    transition: width 1s linear;
}

/* 8.5 Auctions Spotlight Section */
.tasa-auction-spotlight {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 36px;
    padding: 32px 36px;
    border-radius: 26px;
    background: linear-gradient(135deg, #091f3d 0%, #0d284e 60%, #1e3a5f 100%);
    color: #fff;
    box-shadow: 0 18px 45px rgba(9, 31, 61, .2);
    border: 1px solid rgba(255, 255, 255, .1);
}

.tasa-auction-spotlight-glow {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217, 119, 6, .35) 0%, rgba(217, 119, 6, 0) 70%);
    pointer-events: none;
    z-index: 0;
}

.tasa-auction-spotlight-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
    align-items: center;
    gap: 32px;
}

.tasa-auction-spotlight-copy .tasa-auction-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(245, 158, 11, .2);
    border: 1px solid rgba(245, 158, 11, .45);
    color: #fde68a;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
}

.tasa-live-badge-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 10px #ef4444;
    animation: tasaLivePulse 1.4s infinite;
}

@keyframes tasaLivePulse {
    0% { transform: scale(0.9); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.5; }
    100% { transform: scale(0.9); opacity: 1; }
}

.tasa-auction-spotlight-copy h2 {
    margin: 0 0 10px;
    font-size: clamp(20px, 2.3vw, 30px);
    font-weight: 950;
    color: #fff;
    line-height: 1.35;
}

.tasa-auction-spotlight-copy p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 620px;
}

.tasa-auction-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12.5px;
    font-weight: 700;
    color: #e2e8f0;
}

.tasa-auction-cta-card {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tasa-auction-cta-icon {
    font-size: 36px;
    margin-bottom: 8px;
}

.tasa-auction-cta-card strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 4px;
}

.tasa-auction-cta-card span {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 16px;
}

.tasa-auction-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1e1b4b !important;
    font-size: 14.5px;
    font-weight: 900;
    box-shadow: 0 8px 25px rgba(217, 119, 6, .35);
    transition: transform .2s, box-shadow .2s;
}

.tasa-auction-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(217, 119, 6, .5);
    background: linear-gradient(135deg, #fbbf24, #d97706);
}

.tasa-auction-btn i {
    font-style: normal;
    font-size: 16px;
    transition: transform .2s;
}

.tasa-auction-btn:hover i {
    transform: translateX(-4px);
}

/* 8.8 Reusable Section Headers & Products Sections */
.tasa-section,
.tasa-products-section {
    margin-top: 36px;
}

.tasa-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
}

.tasa-section-head > div span {
    display: inline-block;
    color: var(--tasa-red);
    font-size: 12px;
    font-weight: 850;
    margin-bottom: 4px;
}

.tasa-section-head > div h2 {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 950;
    color: var(--tasa-navy);
    letter-spacing: -0.5px;
}

.tasa-section-head a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--tasa-line);
    color: var(--tasa-navy) !important;
    font-size: 12.5px;
    font-weight: 850;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
    transition: all .2s ease;
}

.tasa-section-head a:hover {
    background: var(--tasa-navy);
    color: #fff !important;
    border-color: var(--tasa-navy);
    transform: translateX(-3px);
    box-shadow: 0 6px 18px rgba(9, 31, 61, .18);
}

/* Brands Band */
.tasa-brand-band {
    margin-top: 40px;
}

.tasa-brand-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 14px;
}

.tasa-brand-list span {
    display: grid;
    place-items: center;
    min-height: 64px;
    padding: 12px;
    border: 1px solid var(--tasa-line);
    border-radius: 16px;
    background: #fff;
    color: var(--tasa-navy);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .03);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tasa-brand-list span:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
    border-color: #cbd5e1;
    color: var(--tasa-red);
}

/* Trust Strip */
.tasa-trust,
.tasa-global-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 36px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid var(--tasa-line);
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.tasa-trust > div,
.tasa-global-trust > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.tasa-trust span,
.tasa-global-trust span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid var(--tasa-line);
    font-size: 22px;
    margin-bottom: 6px;
}

.tasa-trust b,
.tasa-global-trust b {
    font-size: 14px;
    font-weight: 900;
    color: var(--tasa-navy);
}

.tasa-trust small,
.tasa-global-trust small {
    font-size: 11px;
    color: var(--tasa-muted);
}

@media (max-width: 768px) {
    .tasa-trust,
    .tasa-global-trust {
        grid-template-columns: 1fr 1fr;
        gap: 16px 12px;
        padding: 18px 14px;
    }
    .tasa-brand-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    .tasa-brand-list span {
        min-height: 50px;
        font-size: 12.5px;
    }
}

/* 9. Modals (Voice & Visual) */
.tasa-modal {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: grid;
    place-items: center;
    padding: 20px;
}

.tasa-modal[hidden] {
    display: none !important;
}

.tasa-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 31, 61, .65);
    backdrop-filter: blur(6px);
}

.tasa-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(540px, 95vw);
    padding: 34px 28px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
    text-align: center;
}

.tasa-modal-close {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--tasa-line);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}

.tasa-voice-icon-box {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: var(--tasa-red-light);
}

.tasa-voice-pulse {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: rgba(215, 25, 49, .2);
    animation: tasaPulse 1.5s infinite;
}

@keyframes tasaPulse {
    0% { transform: scale(0.95); opacity: 0.8; }
    50% { transform: scale(1.15); opacity: 0.3; }
    100% { transform: scale(0.95); opacity: 0.8; }
}

.tasa-voice-mic-icon {
    font-size: 42px;
}

.tasa-voice-transcript {
    margin: 18px 0;
    padding: 12px 18px;
    border-radius: 14px;
    background: #f1f5f9;
    font-size: 16px;
    font-weight: 800;
    color: var(--tasa-navy);
}

/* Visual Dropzone */
.tasa-visual-dropzone {
    position: relative;
    margin: 20px 0;
    padding: 30px 20px;
    border: 2px dashed #cbd5e1;
    border-radius: 20px;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}

.tasa-visual-dropzone.is-dragover {
    border-color: var(--tasa-red);
    background: var(--tasa-red-light);
}

.tasa-visual-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.tasa-drop-icon {
    display: block;
    font-size: 44px;
    margin-bottom: 10px;
}

.tasa-visual-preview img {
    max-width: 180px;
    max-height: 180px;
    border-radius: 14px;
    object-fit: cover;
    margin-bottom: 12px;
    border: 1px solid var(--tasa-line);
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .tasa-main-header {
        grid-template-columns: 150px minmax(0, 1fr) 200px;
        gap: 16px;
    }
    .tasa-quick-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .tasa-main-header {
        grid-template-columns: 130px minmax(0, 1fr);
    }
    .tasa-header-actions {
        display: none;
    }
    .tasa-summer-sale-head {
        grid-template-columns: 1fr;
    }
    .tasa-auction-spotlight-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .tasa-mega-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .tasa-next {
        padding: 0 12px 35px;
    }
    .tasa-benefit-strip {
        font-size: 10.5px;
        padding: 6px 10px;
    }
    .tasa-benefit-items span:nth-child(n+3) {
        display: none;
    }
    .tasa-main-header {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px 0;
    }
    .tasa-brand strong {
        font-size: 32px;
    }
    .tasa-header-search {
        grid-template-columns: 50px minmax(0, 1fr) 48px 48px;
        height: 48px;
    }
    .tasa-header-search small {
        display: none;
    }
    .tasa-quick-cards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .tasa-quick-cards > a {
        grid-template-columns: 40px 1fr;
        padding: 12px;
        min-height: 76px;
    }
    .tasa-quick-cards i {
        display: none;
    }
    .tasa-quick-cards span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .tasa-quick-cards b {
        font-size: 13px;
    }
    .tasa-auction-spotlight {
        padding: 20px 16px;
        border-radius: 20px;
    }
    .tasa-auction-features {
        flex-direction: column;
        gap: 8px;
    }
    .tasa-category-circles a,
    .tasa-category-circles button {
        flex-basis: 74px;
    }
    .tasa-category-circles span {
        width: 62px;
        height: 62px;
        font-size: 26px;
    }
    .tasa-summer-sale {
        padding: 20px 14px;
        border-radius: 20px;
    }
    .tasa-daily-countdown div {
        width: 68px;
        height: 54px;
    }
    .tasa-daily-countdown b {
        font-size: 20px;
    }
    .tasa-real-slider {
        aspect-ratio: 1800 / 414;
        margin-top: 10px;
        border-radius: 14px;
    }
    .tasa-slider-arrow {
        width: 32px !important;
        height: 32px !important;
    }
    .tasa-slider-arrow svg {
        width: 16px !important;
        height: 16px !important;
    }
    .tasa-slider-arrow.is-prev {
        right: 8px;
    }
    .tasa-slider-arrow.is-next {
        left: 8px;
    }
    .tasa-real-dots {
        bottom: 8px;
        padding: 4px 8px;
        gap: 5px;
    }
    .tasa-real-dots button,
    .tasa-real-dots .tasa-dot {
        width: 6px !important;
        height: 6px !important;
    }
    .tasa-real-dots button.is-active,
    .tasa-real-dots .tasa-dot.is-active {
        width: 16px !important;
        height: 6px !important;
    }
}

/* Global Site Footer */
.tasa-global-site-footer {
    max-width: 1500px;
    margin: 45px auto 0;
    padding: 48px 28px 24px;
    border-top: 1px solid var(--tasa-line);
    background: #fff;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -8px 30px rgba(15, 23, 42, .03);
}

.tasa-footer-top {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 32px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--tasa-line);
}

.tasa-footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tasa-footer-brand-link {
    display: inline-block;
    text-decoration: none !important;
}

.tasa-footer-logo-img {
    display: block !important;
    width: auto !important;
    max-width: 150px !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
}

.tasa-footer-slogan {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 800;
    color: var(--tasa-muted);
    letter-spacing: -0.2px;
}

.tasa-footer-desc {
    margin: 14px 0 18px;
    color: #475569;
    font-size: 12.5px;
    line-height: 1.85;
}

.tasa-footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tasa-social-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 220px;
    padding: 9px 16px;
    border-radius: 12px;
    background: #25d366;
    color: #fff !important;
    font-size: 12.5px;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, .25);
    transition: transform .2s, box-shadow .2s, background .2s;
}

.tasa-social-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, .38);
    background: #20bd5a;
}

.tasa-social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tasa-social-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--tasa-line);
    border-radius: 10px;
    background: #f8fafc;
    color: #475569 !important;
    text-decoration: none !important;
    transition: all .2s ease;
}

.tasa-social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, .1);
}

.tasa-social-icon.tasa-social-fb:hover {
    background: #1877f2;
    color: #fff !important;
    border-color: #1877f2;
}

.tasa-social-icon.tasa-social-insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff !important;
    border-color: transparent;
}

.tasa-social-icon.tasa-social-tiktok:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.tasa-footer-heading {
    position: relative;
    margin: 0 0 16px;
    padding-bottom: 8px;
    font-size: 14.5px;
    font-weight: 950;
    color: var(--tasa-navy);
}

.tasa-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: var(--tasa-red);
}

.tasa-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.tasa-footer-links a {
    display: inline-block;
    color: #475569 !important;
    font-size: 12.5px;
    font-weight: 600;
    transition: color .15s, transform .15s;
}

.tasa-footer-links a:hover {
    color: var(--tasa-red) !important;
    transform: translateX(-3px);
}

.tasa-footer-middle {
    padding: 20px 0;
    border-bottom: 1px solid var(--tasa-line);
}

.tasa-payment-methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    font-weight: 850;
    color: var(--tasa-navy);
}

.tasa-payment-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.tasa-payment-badges .pay-tag {
    padding: 5px 12px;
    border: 1px solid var(--tasa-line);
    border-radius: 999px;
    background: #f8fafc;
    font-size: 11px;
    font-weight: 750;
    color: #334155;
}

.tasa-payment-badges .pay-cod {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
    font-weight: 900;
}

.tasa-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    color: var(--tasa-muted);
    font-size: 12px;
}

@media (max-width: 767px) {
    .tasa-footer-top {
        grid-template-columns: 1fr 1fr;
    }
    .tasa-footer-top .tasa-col-brand {
        grid-column: 1 / -1;
    }
    .tasa-footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

/* ==========================================================================
   10. ULTRA-TRENDY E-COMMERCE CONVERSION & UX FEATURES
   ========================================================================== */

/* 10.1 Live Social Proof Sales Notification Toast */
.tasa-live-sales-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99998;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 340px;
    padding: 12px 14px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .45s ease;
}

.tasa-live-sales-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.tasa-toast-close {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .2s;
}

.tasa-toast-close:hover {
    background: #e2e8f0;
    color: var(--tasa-ink);
}

.tasa-toast-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff0f2, #ffe4e6);
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(215, 25, 49, 0.1);
}

.tasa-toast-body {
    flex: 1;
    min-width: 0;
}

.tasa-toast-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--tasa-navy);
}

.tasa-toast-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
    animation: tasaLiveDotPulse 1.2s infinite;
}

.tasa-toast-item {
    font-size: 11.5px;
    font-weight: 800;
    color: var(--tasa-ink);
    margin: 2px 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tasa-toast-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: var(--tasa-muted);
}

.tasa-toast-badge {
    color: #047857;
    font-weight: 800;
}

@media (max-width: 768px) {
    .tasa-live-sales-toast {
        bottom: 80px;
        right: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
    }
}

/* 10.2 Scroll-To-Top Progress Ring */
.tasa-scroll-top-btn {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
    cursor: pointer;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85);
    transition: opacity .3s, visibility .3s, transform .3s, box-shadow .3s;
}

.tasa-scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tasa-scroll-top-btn:hover {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 12px 30px rgba(215, 25, 49, 0.25);
}

.tasa-progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.tasa-ring-bg {
    fill: none;
    stroke: #e2e8f0;
    stroke-width: 3;
}

.tasa-ring-fill {
    fill: none;
    stroke: var(--tasa-red);
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dashoffset .15s linear;
}

.tasa-top-arrow {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 900;
    color: var(--tasa-navy);
    line-height: 1;
}

@media (max-width: 768px) {
    .tasa-scroll-top-btn {
        bottom: 84px;
        left: 14px;
        width: 40px;
        height: 40px;
    }
    .tasa-progress-ring {
        width: 40px;
        height: 40px;
    }
}

/* 10.3 Tactile Micro-Interactions & Cart Pulse */
@keyframes tasaCartBounce {
    0%, 100% { transform: scale(1); }
    30% { transform: scale(1.35) rotate(-8deg); }
    60% { transform: scale(0.9) rotate(4deg); }
    80% { transform: scale(1.1); }
}

.tasa-cart-bounce {
    animation: tasaCartBounce 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) !important;
}

.tasa-btn-pulse {
    transform: scale(0.96) !important;
}

.tasa-added-success {
    background: #10b981 !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4) !important;
}

/* 10.4 Card Trend Micro-Pills */
.tasa-card-trend-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 850;
    margin-bottom: 6px;
    width: fit-content;
}

.tasa-card-trend-pill span {
    font-weight: 900;
}

.tasa-card-trend-pill small {
    opacity: 0.8;
}

.tasa-card-trend-pill.is-hot {
    background: #fff1f2;
    color: var(--tasa-red);
    border: 1px solid #ffe4e6;
}

.tasa-card-trend-pill.is-fast {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #d1fae5;
}

.tasa-card-trend-pill.is-trend {
    background: #fdf4ff;
    color: #9333ea;
    border: 1px solid #fae8ff;
}

/* 10.5 Story Ring Glow on Homepage Category Circles */
.tasa-category-circles a:hover span {
    border-color: #ffe4e6;
    box-shadow: 0 0 0 3px rgba(215, 25, 49, 0.25), 0 10px 24px rgba(215, 25, 49, 0.18);
    transform: scale(1.06);
    transition: all .25s cubic-bezier(0.34, 1.56, 0.64, 1);
}


