/* Instrument detail — Stage Lights */
.id-page { padding: 0 0 80px; }

.id-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 22px 0 8px;
    margin: 0;
    font-size: 14px;
}
.id-crumb a { color: #9a3412; text-decoration: none; font-weight: 600; }
.id-crumb .active { color: #6b7288; }
.id-crumb li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: #c4b8a4;
}

.id-stage,
.id-book,
.id-card {
    background: #fffdf8;
    border: 1px solid rgba(18, 32, 58, .08);
    border-radius: 26px;
    box-shadow: 0 18px 44px rgba(12, 18, 34, .08);
}

.id-stage {
    position: relative;
    overflow: hidden;
    padding: 22px;
}

.id-stage-notes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.id-stage-notes span {
    position: absolute;
    color: rgba(217, 119, 6, .22);
    animation: idFloat 16s linear infinite;
}
.id-stage-notes span:nth-child(1) { left: 8%; top: 72%; font-size: 22px; }
.id-stage-notes span:nth-child(2) { left: 78%; top: 18%; font-size: 28px; animation-delay: -6s; }
.id-stage-notes span:nth-child(3) { left: 88%; top: 70%; font-size: 18px; animation-delay: -11s; }

@keyframes idFloat {
    0% { transform: translateY(8px) rotate(0); opacity: .15; }
    50% { transform: translateY(-18px) rotate(12deg); opacity: .35; }
    100% { transform: translateY(8px) rotate(0); opacity: .15; }
}

.id-stage .id-gallery.gallery-box,
.id-gallery {
    position: relative;
    min-height: 420px;
    border-radius: 22px;
    background: #fff !important;
    display: grid;
    place-items: center;
    padding: 36px 28px;
    overflow: hidden;
    border: 1px solid rgba(18, 32, 58, .08);
}
.id-gallery::before { display: none; }
#main-product-img {
    position: relative;
    z-index: 1;
    max-height: 320px;
    max-width: 86%;
    object-fit: contain;
}

.id-stock {
    position: absolute;
    top: 16px; right: 16px;
    z-index: 2;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
    background: #059669;
    color: #fff;
}
.id-stock.out { background: #6b7280; }

.share-btn,
.image-share-btn {
    width: 44px; height: 44px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: #fffdf8;
    color: #12203a;
    border: 1px solid rgba(18, 32, 58, .1);
    cursor: pointer;
    transition: .2s;
}
.share-btn:hover,
.image-share-btn:hover {
    background: #12203a;
    color: #f5c97a;
    border-color: #12203a;
}
.image-share-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: rgba(255,253,248,.94);
}

.id-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.thumb-btn {
    width: 78px; height: 78px;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 8px;
    cursor: pointer;
    background: #f6f1e8;
    box-shadow: inset 0 0 0 1px rgba(18,32,58,.08);
}
.thumb-btn img { width: 100%; height: 100%; object-fit: contain; }
.thumb-btn.active {
    border-color: #d97706;
    background: #fff8ec;
    box-shadow: 0 8px 18px rgba(217,119,6,.16);
}

.id-book { position: sticky; top: 96px; overflow: hidden; }
.id-book-top {
    padding: 20px 22px 16px;
    background:
        linear-gradient(165deg, rgba(7,11,20,.92), rgba(18,32,58,.78)),
        url('../images/slider/hero-slide-instruments.jpg') center / cover;
    color: #efe8d9;
}
.id-book-top .sc-kicker { color: #f5c97a; margin-bottom: 6px; }
.id-book-top h1 {
    font-family: Outfit, Inter, sans-serif;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 800;
    color: #fffdf8 !important;
    margin: 0 0 8px;
    line-height: 1.2;
}
.id-book-top p { margin: 0; font-size: 14px; color: rgba(239,232,217,.72); }
.id-book-body { padding: 22px; }

.id-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.id-chip {
    border-radius: 999px;
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(232,184,109,.22);
    color: #9a3412;
}
.id-chip.ok { background: #ecfdf5; color: #047857; }
.id-chip.muted { background: #f3f4f6; color: #4b5563; }

.id-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b7288;
    margin-bottom: 10px;
}

.plan-card-light.rental-tab-btn {
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
    border-radius: 16px;
    padding: 12px 6px;
    text-align: center;
    cursor: pointer;
    height: 100%;
    color: #12203a;
}
.plan-card-light.rental-tab-btn:hover {
    border-color: #d97706;
    background: #fff;
    transform: translateY(-2px);
}
.plan-card-light.rental-tab-btn.active {
    border-color: #d97706 !important;
    background: #fff8ec !important;
    color: #9a3412 !important;
    box-shadow: 0 8px 18px rgba(217,119,6,.12);
}
.plan-card-light .fw-bold { font-size: 15px; }

#date-picker-section .form-control,
#delivery-slot {
    border-radius: 14px;
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
    padding: 12px 14px;
    font-size: 15px;
}

.id-break { border-top: 1px dashed rgba(18,32,58,.12); padding-top: 16px; margin-top: 8px; }
.id-break-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #6b7288;
    font-size: 15px;
}
.id-break-row b { color: #12203a; }

.deposit-badge {
    background: #fff8ec;
    color: #92400e;
    border: 1px solid #f5c97a;
    padding: 14px 16px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 18px;
}

.id-total { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 16px; }
.id-total h4 { margin: 0; font-weight: 800; color: #12203a !important; }
.id-total small { color: #6b7288; }
#final-price {
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: #9a3412 !important;
    margin: 0;
}

.btn-main-rent {
    background: linear-gradient(135deg, #f5c97a, #d97706) !important;
    color: #1a1206 !important;
    border: 0;
    border-radius: 999px;
    padding: 16px 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .6px;
    box-shadow: 0 10px 24px rgba(217,119,6,.25);
}
.btn-main-rent:hover {
    filter: brightness(1.05);
    color: #1a1206 !important;
    transform: translateY(-1px);
}
.id-cart-btn {
    width: 56px;
    height: 56px;
    border-radius: 50% !important;
    border: 1.5px solid #12203a !important;
    color: #12203a !important;
    background: #fff !important;
}
.id-cart-btn:hover { background: #12203a !important; color: #fff !important; }

.id-trust {
    list-style: none;
    margin: 16px 0 0;
    padding: 14px 0 0;
    border-top: 1px dashed rgba(18,32,58,.12);
}
.id-trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7288;
    margin-bottom: 8px;
}
.id-trust i { color: #d97706; width: 16px; }

.id-card { padding: 26px 24px; margin-top: 22px; }
.id-card h3 {
    font-family: Outfit, Inter, sans-serif;
    font-weight: 800;
    color: #12203a !important;
    margin: 0 0 14px;
    font-size: 1.25rem;
}
.id-card .description-content,
.id-card .specifications-content {
    color: #4b5563;
    line-height: 1.75;
    font-size: 16px;
}

.faq-accordion .accordion-item {
    border: 1px solid rgba(18,32,58,.08);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}
.faq-accordion .accordion-button {
    background: #fff;
    font-weight: 700;
    padding: 16px 18px;
    box-shadow: none;
    color: #12203a;
    font-size: 16px;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: #9a3412;
    background: #fff8ec;
}
.faq-accordion .accordion-body {
    color: #6b7288;
    font-size: 15px;
    background: #fff;
}

/* Tailwind vs Bootstrap accordion */
.collapse:not(.show) { display: none !important; }
.accordion-collapse.collapse.show {
    visibility: visible !important;
    display: block !important;
}

#paymentModal .modal-content { border-radius: 24px; background: #fffdf8; }
#paymentModal .form-control,
#paymentModal .form-select {
    border-radius: 999px;
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
}
#payBtn {
    background: linear-gradient(135deg, #f5c97a, #d97706);
    color: #1a1206 !important;
    border: 0;
    font-weight: 800;
}
.select2-container--default .select2-selection--single {
    border-radius: 50px;
    height: 45px;
    border: 1px solid #dee2e6;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 43px; }

.id-related { margin-top: 48px; }

@media (max-width: 991.98px) {
    .id-book { position: static; top: auto; }
    .id-gallery, .id-stage .id-gallery.gallery-box { min-height: 280px; }
    #main-product-img { max-height: 220px; }
}

@media (max-width: 575.98px) {
    .id-gallery, .id-stage .id-gallery.gallery-box { min-height: 220px; padding: 16px; }
    #main-product-img { max-height: 190px; }
    .id-book-top, .id-book-body, .id-card { padding: 16px; }
    .id-book .col-4 { flex: 0 0 50%; max-width: 50%; }
}
