/* ═══════════════════════════════════════════════════════════
   Global "Our Office" section — polished v2
   RTL-first: text on the right, slider on the left.
   =══════════════════════════════════════════════════════════ */

.bo-section {
    /* ══ Royal-gold (Dahabi) palette on deep warm brown ══
       Distinct from the navy site footer (#0a0f1e). */
    --bo-brand: #e6c34d;         /* main gold */
    --bo-brand-dark: #b8860b;    /* dark goldenrod */
    --bo-brand-soft: rgba(230, 195, 77, 0.14);
    --bo-accent: #fbbf24;        /* bright amber */
    --bo-amber: #f59e0b;         /* warm amber */
    --bo-rose:  #d4a017;         /* muted gold-rose */
    --bo-ink: #fdf6e3;           /* creamy off-white */
    --bo-ink-muted: rgba(253, 246, 227, 0.68);
    --bo-line: rgba(230, 195, 77, 0.14);
    --bo-card-bg: rgba(230, 195, 77, 0.06);
    --bo-card-bg-hover: rgba(230, 195, 77, 0.12);

    padding: clamp(72px, 9vw, 120px) 0;
    /* Near-black canvas so the gold decorative shapes really pop.
       Subtle warm glow only at the far corners — no visible gradient. */
    background:
        radial-gradient(ellipse 60% 60% at 100% 0%, rgba(230, 195, 77, 0.10), transparent 60%),
        radial-gradient(ellipse 60% 60% at 0% 100%, rgba(245, 158, 11, 0.08), transparent 60%),
        #060505;
    color: var(--bo-ink);
    border-top: 1px solid rgba(230, 195, 77, 0.22);
    border-bottom: 1px solid rgba(230, 195, 77, 0.22);
    direction: rtl;
    font-family: 'Tajawal', 'Cairo', system-ui, -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
}

/* ─── Decorative background shapes ─── */
.bo-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
/* Soft warm glows in the far corners (below all other decor) */
.bo-deco--blob-1 {
    top: -160px; inset-inline-end: -180px;
    width: 460px; height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230, 195, 77, 0.35), transparent 65%);
    filter: blur(90px);
    animation: bo-drift 18s ease-in-out infinite;
}
.bo-deco--blob-2 {
    bottom: -180px; inset-inline-start: -180px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.28), transparent 65%);
    filter: blur(90px);
    animation: bo-drift 22s ease-in-out infinite reverse;
}

/* Golden grid — subtle warp of light lines across the whole section */
.bo-deco--grid {
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(230, 195, 77, 0.08) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(230, 195, 77, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 65% at 50% 50%, #000 0%, transparent 90%);
    opacity: 0.7;
}

/* ─── Solid gold dots ─── */
.bo-deco--dot {
    border-radius: 50%;
    background: var(--bo-brand);
    box-shadow: 0 0 16px rgba(230, 195, 77, 0.7);
    animation: bo-bob 4s ease-in-out infinite;
}
.bo-deco--dot-1  { top:  18%; inset-inline-start:  6%; width: 12px; height: 12px; animation-delay: 0s; }
.bo-deco--dot-2  { bottom: 22%; inset-inline-end:   8%; width: 10px; height: 10px; background: var(--bo-amber); box-shadow: 0 0 14px rgba(245, 158, 11, 0.7); animation-delay: 0.6s; }
.bo-deco--dot-3  { top:  45%; inset-inline-start:  3%; width:  6px; height:  6px; background: #d4a017; box-shadow: 0 0 10px rgba(212, 160, 23, 0.7); animation-delay: 1.2s; }
.bo-deco--dot-4  { top:  70%; inset-inline-end:  12%; width:  8px; height:  8px; animation-delay: 1.8s; }
.bo-deco--dot-5  { bottom: 8%; inset-inline-start: 25%; width:  5px; height:  5px; background: var(--bo-amber); animation-delay: 2.4s; }
.bo-deco--dot-6  { top:  8%;  inset-inline-start: 42%; width:  6px; height:  6px; animation-delay: 3s; }

/* ─── Gold rings (outlined circles) ─── */
.bo-deco--ring {
    border-radius: 50%;
    border: 1.5px solid rgba(230, 195, 77, 0.35);
    animation: bo-spin-slow 20s linear infinite;
}
.bo-deco--ring-1 { top:  6%;  inset-inline-start:  8%; width: 90px;  height: 90px;  border-color: rgba(230, 195, 77, 0.28); }
.bo-deco--ring-2 { bottom: 6%; inset-inline-end:  6%;  width: 140px; height: 140px; border-color: rgba(245, 158, 11, 0.22); border-style: dashed; animation-direction: reverse; }
.bo-deco--ring-3 { top: 55%; inset-inline-end: 42%; width: 60px; height: 60px; border-color: rgba(230, 195, 77, 0.20); border-width: 1px; }

/* ─── Diamond / rotated squares ─── */
.bo-deco--diamond {
    width: 14px; height: 14px;
    border: 1.5px solid var(--bo-brand);
    transform: rotate(45deg);
    animation: bo-bob 6s ease-in-out infinite;
    box-shadow: 0 0 12px rgba(230, 195, 77, 0.35);
}
.bo-deco--diamond-1 { top: 28%; inset-inline-end:  25%; }
.bo-deco--diamond-2 { bottom: 32%; inset-inline-start: 14%; border-color: var(--bo-amber); animation-delay: 1s; }
.bo-deco--diamond-3 { top: 60%; inset-inline-end: 5%; width: 10px; height: 10px; animation-delay: 2s; }

/* ─── Sparkles (4-point stars) ─── */
.bo-deco--sparkle {
    color: var(--bo-brand);
    animation: bo-spin 5s ease-in-out infinite;
    filter: drop-shadow(0 0 12px rgba(230, 195, 77, 0.65));
}
.bo-deco--sparkle-1 { top: 12%; inset-inline-end: 18%; width: 28px; height: 28px; animation-delay: 0s; }
.bo-deco--sparkle-2 { bottom: 18%; inset-inline-start: 12%; width: 24px; height: 24px; color: var(--bo-amber); filter: drop-shadow(0 0 12px rgba(245, 158, 11, 0.65)); animation-delay: 1.5s; }
.bo-deco--sparkle-3 { top: 38%; inset-inline-end:  4%; width: 18px; height: 18px; color: var(--bo-amber); animation-delay: 2s; }
.bo-deco--sparkle-4 { bottom: 40%; inset-inline-start: 5%; width: 20px; height: 20px; animation-delay: 3s; }
.bo-deco--sparkle-5 { top: 5%;  inset-inline-start: 55%; width: 16px; height: 16px; color: #d4a017; animation-delay: 4s; }

/* ─── 8-point star ornaments (Islamic-inspired) ─── */
.bo-deco--star8 {
    color: var(--bo-brand);
    animation: bo-spin-slow 30s linear infinite;
    filter: drop-shadow(0 0 10px rgba(230, 195, 77, 0.5));
    opacity: 0.7;
}
.bo-deco--star8-1 { top: 8%;  inset-inline-end: 46%; width: 24px; height: 24px; }
.bo-deco--star8-2 { bottom: 12%; inset-inline-end: 30%; width: 20px; height: 20px; color: var(--bo-amber); animation-direction: reverse; }

/* ─── Corner filigree lines ─── */
.bo-deco--line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(230, 195, 77, 0.45), transparent);
    animation: bo-fade 6s ease-in-out infinite;
}
.bo-deco--line-1 { top: 30%; inset-inline-end: 22%; width: 80px; transform: rotate(-15deg); }
.bo-deco--line-2 { bottom: 30%; inset-inline-start: 22%; width: 100px; transform: rotate(20deg); animation-delay: 2s; }
.bo-deco--line-3 { top: 78%;  inset-inline-end: 40%; width: 60px; transform: rotate(-40deg); animation-delay: 3.5s; }

@keyframes bo-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(24px, -18px) scale(1.06); }
}
@keyframes bo-bob {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-14px); }
}
@keyframes bo-spin {
    0%, 100% { opacity: 0.35; transform: rotate(0deg) scale(0.9); }
    50%      { opacity: 1;    transform: rotate(180deg) scale(1.15); }
}
@keyframes bo-spin-slow {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@keyframes bo-fade {
    0%, 100% { opacity: 0.25; }
    50%      { opacity: 0.9; }
}
/* Diamond keeps its rotate(45deg) — override the bob to preserve it */
.bo-deco--diamond { animation-name: bo-diamond-bob; }
@keyframes bo-diamond-bob {
    0%, 100% { transform: rotate(45deg) translateY(0); }
    50%      { transform: rotate(45deg) translateY(-10px); }
}

.bo-container {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 24px;
    position: relative;
    z-index: 2;
}
.bo-inner {
    display: grid;
    /* Give the slider ~55% of the width so images feel prominent
       against the text column. */
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
    gap: 56px;
    align-items: center;
}

/* ═══════ Text side ═══════ */
.bo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px 8px 18px;
    background: rgba(230, 195, 77, 0.10);
    color: var(--bo-brand);
    border: 1px solid rgba(230, 195, 77, 0.35);
    backdrop-filter: blur(10px);
    border-radius: 99px;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.30);
}
.bo-badge__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--bo-brand);
    box-shadow: 0 0 0 0 rgba(230, 195, 77, 0.7);
    animation: bo-pulse 1.8s ease-out infinite;
}
@keyframes bo-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(230, 195, 77, 0.7); }
    100% { box-shadow: 0 0 0 8px rgba(230, 195, 77, 0); }
}
.bo-title {
    font-size: clamp(26px, 3.6vw, 40px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.015em;
    margin: 0 0 20px;
    /* Gold gradient — cream → light-gold → deep-gold */
    background: linear-gradient(120deg, #fff8dc 20%, #f7d774 55%, var(--bo-brand-dark) 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
            color: transparent;
}
.bo-content {
    font-size: 16px;
    line-height: 1.95;
    color: var(--bo-ink-muted);
    margin: 0 0 24px;
    max-width: 540px;
}

/* Features strip */
.bo-features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.bo-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(230, 195, 77, 0.06);
    border: 1px solid rgba(230, 195, 77, 0.18);
    backdrop-filter: blur(8px);
    border-radius: 99px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--bo-ink);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.bo-feature:hover {
    transform: translateY(-2px);
    border-color: rgba(230, 195, 77, 0.55);
    background: rgba(230, 195, 77, 0.14);
}
.bo-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px; height: 28px;
    background: rgba(230, 195, 77, 0.20);
    color: var(--bo-brand);
    border-radius: 8px;
}
.bo-feature:nth-child(2) .bo-feature__icon {
    background: rgba(251, 191, 36, 0.20); color: var(--bo-accent);
}
.bo-feature:nth-child(3) .bo-feature__icon {
    background: rgba(245, 158, 11, 0.20); color: var(--bo-amber);
}

/* Contact strip — cards for address / phone / whatsapp / email */
.bo-contact {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px dashed rgba(255, 255, 255, 0.10);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.bo-contact__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--bo-card-bg);
    border: 1px solid var(--bo-line);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    text-decoration: none;
    color: var(--bo-ink);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    position: relative;
    overflow: hidden;
}
.bo-contact__item:not(.bo-contact__item--static):hover {
    transform: translateY(-3px);
    background: var(--bo-card-bg-hover);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}
.bo-contact__item--address:hover { border-color: rgba(230, 195, 77, 0.55); }
.bo-contact__item--phone:hover   { border-color: rgba(245, 158, 11, 0.55); }
.bo-contact__item--wa:hover      { border-color: rgba(251, 191, 36, 0.55); }
.bo-contact__item--email:hover   { border-color: rgba(212, 160, 23, 0.55); }
.bo-contact__item--static { cursor: default; }

.bo-contact__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: 10px;
    color: #1a1206;
}
.bo-contact__item--address .bo-contact__icon {
    background: linear-gradient(135deg, #f7d774, var(--bo-brand-dark));
    box-shadow: 0 6px 14px rgba(184, 134, 11, 0.40);
}
.bo-contact__item--phone .bo-contact__icon {
    background: linear-gradient(135deg, var(--bo-accent), var(--bo-amber));
    box-shadow: 0 6px 14px rgba(245, 158, 11, 0.40);
}
.bo-contact__item--wa .bo-contact__icon {
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 6px 14px rgba(37, 211, 102, 0.35);
    color: #fff;
}
.bo-contact__item--email .bo-contact__icon {
    background: linear-gradient(135deg, var(--bo-brand), var(--bo-brand-dark));
    box-shadow: 0 6px 14px rgba(230, 195, 77, 0.35);
}

.bo-contact__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}
.bo-contact__label {
    font-size: 11.5px;
    font-weight: 700;
    color: rgba(253, 246, 227, 0.55);
    letter-spacing: 0.02em;
}
.bo-contact__value {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--bo-ink);
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bo-contact__arrow {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bo-brand);
    opacity: 0.7;
    transition: opacity 0.22s ease, transform 0.22s ease;
}
.bo-contact__item:hover .bo-contact__arrow {
    opacity: 1;
    transform: rotate(-10deg);
}

/* Address card spans full width (usually longer) */
.bo-contact__item--address {
    grid-column: 1 / -1;
}

/* ═══════ Slider side ═══════ */
.bo-slider-wrap {
    position: relative;
    padding: 24px;
    /* No max-width — let it fill the wider grid column */
}
.bo-slider-wrap::before {
    content: '';
    position: absolute;
    inset: 6px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--bo-brand), var(--bo-amber));
    opacity: 0.32;
    filter: blur(34px);
    pointer-events: none;
    z-index: 0;
}

/* Floating pill badges */
.bo-float-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(37, 24, 8, 0.72);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(230, 195, 77, 0.35);
    border-radius: 99px;
    font-size: 12.5px;
    font-weight: 800;
    color: var(--bo-ink);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    z-index: 4;
    animation: bo-bob 5s ease-in-out infinite;
}
.bo-float-badge svg { color: var(--bo-brand); }
.bo-float-badge--top {
    top: -12px;
    inset-inline-end: 40px;
    transform: rotate(-4deg);
    animation-delay: 0s;
}
.bo-float-badge--bottom {
    bottom: 12px;
    inset-inline-start: -8px;
    transform: rotate(3deg);
    animation-delay: 1.5s;
}
.bo-float-badge--bottom svg { color: var(--bo-amber); }

/* The slider itself — taller aspect + full width of column */
.bo-slider {
    position: relative;
    aspect-ratio: 5/4;   /* slightly taller than 4/3 so images feel bigger */
    border-radius: 22px;
    overflow: hidden;
    background: #1a1206;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.60),
        0 10px 20px rgba(0, 0, 0, 0.35),
        inset 0 0 0 1px rgba(230, 195, 77, 0.18);
    /* Gold ring border */
    border: 6px solid rgba(230, 195, 77, 0.22);
    transform: rotate(-1.2deg);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
}
.bo-slider:hover { transform: rotate(0deg) scale(1.01); }

.bo-slider__track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.bo-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
    position: relative;
}
.bo-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(26, 18, 6, 0.45) 0%, transparent 40%),
        rgba(26, 18, 6, 0);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.bo-slide:hover::after { opacity: 1; }
.bo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.bo-slide:hover img { transform: scale(1.08); }
.bo-slide__zoom-hint {
    position: absolute;
    bottom: 16px;
    inset-inline-end: 16px;
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(26, 18, 6, 0.88);
    backdrop-filter: blur(10px);
    color: var(--bo-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(230, 195, 77, 0.35);
}
.bo-slide:hover .bo-slide__zoom-hint {
    opacity: 1;
    transform: scale(1);
}

/* Nav buttons */
.bo-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px; height: 46px;
    border-radius: 50%;
    background: rgba(26, 18, 6, 0.82);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(230, 195, 77, 0.35);
    color: var(--bo-brand);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
    z-index: 3;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.bo-slider__nav:hover {
    background: var(--bo-brand);
    color: #1a1206;
    border-color: var(--bo-brand);
    transform: translateY(-50%) scale(1.10);
}
.bo-slider__nav--prev { right: 14px; }
.bo-slider__nav--next { left: 14px; }

/* Counter chip */
.bo-slider__counter {
    position: absolute;
    top: 14px;
    inset-inline-end: 14px;
    background: rgba(26, 18, 6, 0.82);
    backdrop-filter: blur(10px);
    color: var(--bo-brand);
    padding: 6px 14px;
    border-radius: 99px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.02em;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(230, 195, 77, 0.28);
}
.bo-slider__counter-sep {
    opacity: 0.5;
    font-weight: 400;
}

/* Auto-play progress bar */
.bo-slider__progress {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: 3px;
    background: rgba(230, 195, 77, 0.20);
    z-index: 3;
}
.bo-slider__progress-bar {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--bo-brand), var(--bo-amber));
    transform-origin: right;    /* RTL default: fills from right to left */
    transform: scaleX(0);
    width: 100%;
}
.bo-slider__progress-bar.is-active {
    animation: bo-progress 5s linear;
}
@keyframes bo-progress {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

/* Dots */
.bo-slider__dots {
    position: absolute;
    bottom: 14px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 3;
}
.bo-slider__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(253, 246, 227, 0.55);
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: width 0.35s ease, background 0.25s ease;
}
.bo-slider__dot.is-active {
    width: 28px;
    border-radius: 5px;
    background: var(--bo-brand);
    box-shadow: 0 0 12px rgba(230, 195, 77, 0.7);
}

/* ═══════ Lightbox ═══════ */
.bo-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(13, 9, 3, 0.96);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.bo-lightbox::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(230, 195, 77, 0.22), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(245, 158, 11, 0.15), transparent 50%);
    pointer-events: none;
}
.bo-lightbox[hidden] { display: none; }
.bo-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}
.bo-lightbox__stage {
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transform: scale(0.94);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.bo-lightbox.is-open .bo-lightbox__stage { transform: scale(1); }
.bo-lightbox__stage img {
    max-width: 100%;
    max-height: 86vh;
    border-radius: 14px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(230, 195, 77, 0.20);
    display: block;
}

.bo-lightbox__close,
.bo-lightbox__nav {
    position: absolute;
    background: rgba(230, 195, 77, 0.14);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(230, 195, 77, 0.30);
    color: var(--bo-brand);
    width: 52px; height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.bo-lightbox__close:hover,
.bo-lightbox__nav:hover {
    background: var(--bo-brand);
    color: #1a1206;
    border-color: var(--bo-brand);
    transform: scale(1.08);
}
.bo-lightbox__close { top: 24px; left: 24px; }
.bo-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
}
.bo-lightbox__nav--prev { right: 24px; }
.bo-lightbox__nav--next { left: 24px; }
.bo-lightbox__nav:hover { transform: translateY(-50%) scale(1.08); }

.bo-lightbox__counter {
    position: absolute;
    bottom: 24px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    background: rgba(26, 18, 6, 0.85);
    backdrop-filter: blur(10px);
    color: var(--bo-brand);
    padding: 8px 20px;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 800;
    z-index: 3;
    border: 1px solid rgba(230, 195, 77, 0.30);
}

/* ═══════ Responsive ═══════ */
@media (max-width: 920px) {
    .bo-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .bo-slider-wrap { padding: 20px; max-width: 720px; margin-inline: auto; }
    .bo-slider { transform: none; aspect-ratio: 4/3; }
    .bo-slider:hover { transform: scale(1.01); }
    .bo-title { font-size: clamp(24px, 6vw, 34px); }
    .bo-deco--sparkle-1,
    .bo-deco--sparkle-2 { display: none; }
}
@media (max-width: 560px) {
    .bo-section { padding: 60px 0; }
    .bo-content { font-size: 15.5px; line-height: 1.85; }
    .bo-slider-wrap { padding: 14px; }
    .bo-slider { border-width: 6px; border-radius: 18px; }
    .bo-slider__nav { width: 40px; height: 40px; }
    .bo-slider__nav--prev { right: 8px; }
    .bo-slider__nav--next { left: 8px; }
    .bo-slide__zoom-hint { display: none; }
    .bo-float-badge { font-size: 11.5px; padding: 6px 12px; }
    .bo-float-badge--top { inset-inline-end: 20px; }
    .bo-float-badge--bottom { inset-inline-start: -4px; }
    .bo-features { gap: 8px; }
    .bo-feature { font-size: 12.5px; padding: 6px 12px; }
    .bo-feature__icon { width: 24px; height: 24px; }
    .bo-contact { grid-template-columns: 1fr; gap: 10px; }
    .bo-contact__item { padding: 10px 14px; }
    .bo-contact__icon { width: 36px; height: 36px; }
    .bo-contact__value { font-size: 13.5px; }
    .bo-lightbox { padding: 12px; }
    .bo-lightbox__close { top: 12px; left: 12px; width: 44px; height: 44px; }
    .bo-lightbox__nav { width: 44px; height: 44px; }
    .bo-lightbox__nav--prev { right: 8px; }
    .bo-lightbox__nav--next { left: 8px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .bo-slider,
    .bo-slider__track,
    .bo-slide img,
    .bo-slider__nav,
    .bo-float-badge,
    .bo-badge__dot,
    .bo-deco--blob-1,
    .bo-deco--blob-2,
    .bo-deco--dot,
    .bo-deco--sparkle,
    .bo-lightbox,
    .bo-lightbox__stage {
        animation: none !important;
        transition: none !important;
    }
    .bo-slider { transform: none; }
    .bo-slider__progress-bar { display: none; }
}
