/**
 * Varianta 2 — doar pagina Prețuri: fundal PC gaming (fade puternic), carduri gri transparent.
 * Scope: body.page-pricing-soft
 */
body.page-pricing-soft {
    --pricing-card-bg: rgba(71, 85, 105, 0.2);
    --pricing-card-border: rgba(71, 85, 105, 0.28);
    --pricing-card-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
    --pricing-page-bg-image: url("../img/bg/pricing-bg-pc.png");
    --pricing-page-bg-color: #1a1520;
    --pricing-page-bg-overlay: rgba(238, 242, 247, 0.84);
}

body.page-pricing-soft main,
body.page-pricing-soft .pricing-area {
    background-color: var(--pricing-page-bg-color);
    background-image:
        linear-gradient(var(--pricing-page-bg-overlay), var(--pricing-page-bg-overlay)),
        var(--pricing-page-bg-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

@media (min-width: 992px) {
    body.page-pricing-soft main,
    body.page-pricing-soft .pricing-area {
        background-attachment: fixed;
    }
}

body.page-pricing-soft #myTab {
    margin-bottom: 12px !important;
}

body.page-pricing-soft #myTabContent .tab-pane h2 {
    color: #334155;
    margin-top: 0.15rem !important;
    margin-bottom: 0.4rem !important;
}

body.page-pricing-soft #wine .container-fluid:has(> .preturi-dynamic-grid) > .row:not(.preturi-dynamic-grid),
body.page-pricing-soft #beer .container-fluid:has(> .preturi-dynamic-grid) > .row:not(.preturi-dynamic-grid),
body.page-pricing-soft #fresh-frappe .container-fluid:has(> .preturi-dynamic-grid) > .row:not(.preturi-dynamic-grid),
body.page-pricing-soft #drinks-snacks .container-fluid:has(> .preturi-dynamic-grid) > .row:not(.preturi-dynamic-grid),
body.page-pricing-soft #long-drinks .container-fluid:has(> .preturi-dynamic-grid) > .row:not(.preturi-dynamic-grid),
body.page-pricing-soft #narghilea .container-fluid:has(> .preturi-dynamic-grid) > .row:not(.preturi-dynamic-grid) {
    display: none !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
}

body.page-pricing-soft .pricing-modern-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px 14px;
    border: 1px solid var(--pricing-card-border);
    border-radius: 999px;
    background: rgba(71, 85, 105, 0.28);
    box-shadow: var(--pricing-card-shadow);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 12px !important;
}

body.page-pricing-soft .pricing-modern-tabs .nav-link:not(.active) {
    background: rgba(71, 85, 105, 0.16);
    border-color: var(--pricing-card-border);
    color: #1e293b;
}

body.page-pricing-soft .pricing-modern-tabs .nav-link:not(.active):hover,
body.page-pricing-soft .pricing-modern-tabs .nav-link:not(.active):focus {
    background: rgba(71, 85, 105, 0.18);
    border-color: rgba(71, 85, 105, 0.32);
    color: #0f172a;
}

/* TOATE cardurile de preț — gri transparent (meniu, alcool, legacy inline) */
body.page-pricing-soft .pricing-menu-card,
body.page-pricing-soft #myTabContent div[style*="box-shadow"] {
    background: var(--pricing-card-bg) !important;
    border: 1px solid var(--pricing-card-border) !important;
    box-shadow: var(--pricing-card-shadow) !important;
}

body.page-pricing-soft .pricing-menu-heading {
    border-bottom-color: var(--pricing-card-border) !important;
}

body.page-pricing-soft .pricing-menu-heading > span:first-child {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    line-height: 1.3;
}

body.page-pricing-soft .pricing-menu-meta {
    font-size: 12px;
    color: #64748b;
    margin-top: 6px !important;
    line-height: 1.35 !important;
}

body.page-pricing-soft .pricing-menu-details {
    margin-top: 6px !important;
    line-height: 1.35 !important;
}

body.page-pricing-soft .pricing-menu-card {
    height: auto !important;
    line-height: 1.3;
}

body.page-pricing-soft .preturi-dynamic-grid,
body.page-pricing-soft .pricing-alcohol-grid {
    align-items: flex-start;
}

body.page-pricing-soft .pricing-price-badge {
    font-size: 14px;
    padding: 6px 14px;
}

body.page-pricing-soft .pricing-alcohol-grid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1.5rem;
}

/* Spațiu vertical între cardurile de meniu — Bootstrap gutter-y e 0 implicit */
body.page-pricing-soft #wine .preturi-dynamic-grid,
body.page-pricing-soft #beer .preturi-dynamic-grid,
body.page-pricing-soft #fresh-frappe .preturi-dynamic-grid,
body.page-pricing-soft #drinks-snacks .preturi-dynamic-grid,
body.page-pricing-soft #long-drinks .preturi-dynamic-grid,
body.page-pricing-soft #narghilea .preturi-dynamic-grid,
body.page-pricing-soft #alcohol .pricing-alcohol-grid {
    --bs-gutter-y: 0;
}

body.page-pricing-soft #wine .preturi-dynamic-row,
body.page-pricing-soft #beer .preturi-dynamic-row,
body.page-pricing-soft #fresh-frappe .preturi-dynamic-row,
body.page-pricing-soft #drinks-snacks .preturi-dynamic-row,
body.page-pricing-soft #long-drinks .preturi-dynamic-row,
body.page-pricing-soft #narghilea .preturi-dynamic-row,
body.page-pricing-soft #alcohol .preturi-dynamic-row {
    margin-bottom: 14px !important;
}

body.page-pricing-soft .pricing-alcohol-group__title {
    color: #334155;
    border-bottom-color: var(--pricing-card-border);
}

/* PS5 */
body.page-pricing-soft .ps5-price-card {
    background: var(--pricing-card-bg);
    border: 1px solid var(--pricing-card-border);
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: var(--pricing-card-shadow);
    height: 100%;
}

body.page-pricing-soft .ps5-price-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

body.page-pricing-soft .ps5-price-card__label {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    line-height: 1.3;
}

body.page-pricing-soft .ps5-price-card .pricing-price-badge {
    font-size: 15px;
    padding: 7px 14px;
    flex-shrink: 0;
}

body.page-pricing-soft .ps5-promo {
    background: rgba(71, 85, 105, 0.08);
    border: 1px solid var(--pricing-card-border);
    border-radius: 14px;
    padding: 1.25rem 1.35rem !important;
    box-shadow: var(--pricing-card-shadow);
}

/* PS5 equipment hotspots (PlayStation 5 / Sony BRAVIA 8) */
.ps5-live-header {
    position: relative;
}
.ps5-equip-line {
    line-height: 1.55;
}
.ps5-equip-hotspot {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #2398ca;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.ps5-equip-hotspot:hover,
.ps5-equip-hotspot:focus-visible,
.ps5-equip-hotspot.is-active {
    color: #1a7aa8;
}
.ps5-equip-hotspot:focus-visible {
    outline: 2px solid #2398ca;
    outline-offset: 3px;
    border-radius: 2px;
}
.ps5-equip-preview {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    z-index: 30;
    width: min(340px, calc(100vw - 32px));
    margin: 0;
    padding: 10px 10px 8px;
    border-radius: 14px;
    border: 1px solid rgba(35, 152, 202, 0.35);
    background: rgba(15, 23, 42, 0.94);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    transform: translateX(-50%);
    text-align: center;
}
.ps5-equip-preview[hidden] {
    display: none !important;
}
.ps5-equip-preview img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
}
.ps5-equip-preview-caption {
    margin: 8px 0 0;
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 700;
}
.ps5-equip-preview-close {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}
.ps5-equip-preview-close:hover {
    background: rgba(255, 255, 255, 0.22);
}
@media (hover: hover) and (pointer: fine) {
    .ps5-equip-preview-close {
        display: none;
    }
}

/* PC */
body.page-pricing-soft .pc-pricing-sala-block {
    background: var(--pricing-card-bg) !important;
    border-color: var(--pricing-card-border) !important;
    box-shadow: var(--pricing-card-shadow) !important;
}

body.page-pricing-soft .pc-pricing-rates li {
    background: rgba(71, 85, 105, 0.08);
    border: 1px solid var(--pricing-card-border);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--pricing-card-border);
}

body.page-pricing-soft .pc-pricing-rates li:last-child {
    margin-bottom: 0;
}

body.page-pricing-soft .pc-nou-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid rgba(34, 197, 94, 0.3);
    background: rgba(34, 197, 94, 0.14);
    color: #16a34a;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

body.page-pricing-soft .pc-pricing-sala-head {
    border-bottom-color: var(--pricing-card-border) !important;
}

body.page-pricing-soft .pricing-price-notice {
    background: rgba(71, 85, 105, 0.08);
    border-color: var(--pricing-card-border);
    color: #475569;
}

body.page-pricing-soft .preturi-dynamic-section__title {
    color: #334155;
}

body.page-pricing-soft #ps5 .preturi-dynamic-section .preturi-dynamic-row {
    border-bottom-color: var(--pricing-card-border);
}

body.page-pricing-soft #pc .preturi-dynamic-section .col {
    background: var(--pricing-card-bg) !important;
    border-color: var(--pricing-card-border) !important;
}

/* PC — preview configurație (hover / tap lângă „15 calculatoare”) */
body.page-pricing-soft .pc-pricing-sala-head .pc-config-hotspot {
    display: inline;
    margin: 0 0 0 6px;
    padding: 0;
    border: 0;
    background: none;
    color: #2398ca;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
body.page-pricing-soft .pc-pricing-sala-head .pc-config-hotspot:hover,
body.page-pricing-soft .pc-pricing-sala-head .pc-config-hotspot:focus-visible,
body.page-pricing-soft .pc-pricing-sala-head .pc-config-hotspot.is-active {
    color: #1a7aa8;
}
body.page-pricing-soft #pc .pc-pricing-sali {
    position: relative;
}
body.page-pricing-soft .pc-print-extra {
    background: var(--pricing-card-bg) !important;
    border-color: var(--pricing-card-border) !important;
    box-shadow: var(--pricing-card-shadow) !important;
}
body.page-pricing-soft .pc-config-preview {
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: 35;
    width: min(420px, calc(100vw - 28px));
    max-height: min(70vh, 520px);
    overflow: auto;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(35, 152, 202, 0.35);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
    transform: translateX(-50%);
    text-align: left;
}
body.page-pricing-soft .pc-config-preview[hidden] {
    display: none !important;
}
body.page-pricing-soft .pc-config-preview-title {
    margin: 0 28px 6px 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}
body.page-pricing-soft .pc-config-preview-desc {
    margin: 0 0 10px;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #64748b;
}
body.page-pricing-soft .pc-config-preview-group__title {
    margin: 0 0 6px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2398ca;
}
body.page-pricing-soft .pc-config-preview-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.page-pricing-soft .pc-config-preview-list li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.82rem;
}
body.page-pricing-soft .pc-config-preview-list__label {
    color: #475569;
    font-weight: 600;
}
body.page-pricing-soft .pc-config-preview-list__value {
    color: #0f172a;
    font-weight: 700;
    text-align: right;
}
body.page-pricing-soft .pc-config-preview-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    body.page-pricing-soft .pc-config-preview-close {
        display: none;
    }
}

/* Căutare produse (deasupra taburilor) */
.pricing-search-wrap {
    position: relative;
    z-index: 40;
    max-width: 520px;
    margin: 0 auto 18px;
    padding: 0 12px;
}
.pricing-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.pricing-search-box:focus-within {
    border-color: rgba(56, 189, 248, 0.7);
    box-shadow: 0 14px 32px rgba(14, 165, 233, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.pricing-search-icon {
    color: #7dd3fc;
    font-size: 1rem;
    flex-shrink: 0;
}
.pricing-search-input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #f1f5f9;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.3;
}
.pricing-search-input::placeholder {
    color: rgba(148, 163, 184, 0.95);
}
.pricing-search-clear {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.2);
    color: #e2e8f0;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}
.pricing-search-clear:hover {
    background: rgba(148, 163, 184, 0.35);
}
.pricing-search-panel {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    max-height: min(360px, 55vh);
    overflow: auto;
    border-radius: 16px;
    border: 1px solid rgba(56, 189, 248, 0.28);
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
    padding: 8px;
}
.pricing-search-panel[hidden] {
    display: none !important;
}
.pricing-search-empty {
    margin: 0;
    padding: 14px 12px;
    color: #94a3b8;
    font-size: 0.92rem;
    text-align: center;
}
.pricing-search-results {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
}
.pricing-search-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #e2e8f0;
    text-align: left;
    cursor: pointer;
}
.pricing-search-result:hover,
.pricing-search-result:focus-visible {
    background: rgba(56, 189, 248, 0.14);
    outline: none;
}
.pricing-search-result__main {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.pricing-search-result__name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #f8fafc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pricing-search-result__tab {
    font-size: 0.75rem;
    color: #7dd3fc;
    font-weight: 600;
}
.pricing-search-result__price {
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #bae6fd;
}
.pricing-search-hit {
    animation: pricingSearchPulse 1.1s ease 2;
    outline: 2px solid #38bdf8 !important;
    outline-offset: 3px;
    border-radius: 12px;
}
@keyframes pricingSearchPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.45); }
    50% { box-shadow: 0 0 0 10px rgba(56, 189, 248, 0); }
}

body.page-pricing-soft .pricing-search-box {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(35, 152, 202, 0.35);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
body.page-pricing-soft .pricing-search-icon {
    color: #2398ca;
}
body.page-pricing-soft .pricing-search-input {
    color: #0f172a;
}
body.page-pricing-soft .pricing-search-input::placeholder {
    color: #64748b;
}
body.page-pricing-soft .pricing-search-clear {
    background: rgba(100, 116, 139, 0.15);
    color: #334155;
}
body.page-pricing-soft .pricing-search-panel {
    background: #fff;
    border-color: rgba(35, 152, 202, 0.28);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}
body.page-pricing-soft .pricing-search-empty {
    color: #64748b;
}
body.page-pricing-soft .pricing-search-result {
    color: #1e293b;
}
body.page-pricing-soft .pricing-search-result:hover,
body.page-pricing-soft .pricing-search-result:focus-visible {
    background: rgba(35, 152, 202, 0.1);
}
body.page-pricing-soft .pricing-search-result__name {
    color: #0f172a;
}
body.page-pricing-soft .pricing-search-result__tab {
    color: #2398ca;
}
body.page-pricing-soft .pricing-search-result__price {
    color: #0369a1;
}


/* da-tabs-align-2026-09-05 — alinierea butoanelor de categorii */
@media (min-width:1400px){
  ul.pricing-modern-tabs{ gap:8px !important; padding-left:10px !important; padding-right:10px !important; }
  ul.pricing-modern-tabs .nav-link{ padding-left:13px !important; padding-right:13px !important; white-space:nowrap !important; }
}
@media (min-width:992px) and (max-width:1399.98px){
  ul.pricing-modern-tabs{ gap:8px !important; }
  ul.pricing-modern-tabs > li{ flex:1 1 calc(20% - 7px) !important; max-width:calc(20% - 7px) !important; }
  ul.pricing-modern-tabs .nav-link{ width:100% !important; justify-content:center !important; padding-left:8px !important; padding-right:8px !important; white-space:nowrap !important; }
}

/* da-tabs-mobil-2026-09-05 — pe ecrane mici bara devine inalta, iar coltul rotund de 999px o transforma in oval */
@media (max-width:991.98px){
  ul.pricing-modern-tabs{ border-radius:22px !important; }
}
