.elementor-widget-dsc_bottle_opener,
.elementor-widget-dsc_bottle_opener>.elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.e-con:has(.elementor-widget-dsc_bottle_opener),
.elementor-section:has(.elementor-widget-dsc_bottle_opener) {
    gap: 0 !important;
    padding: 0 !important;
    background: #000 !important;
}

.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-dsc_bottle_opener,
.e-con>.e-con-inner>.elementor-widget-dsc_bottle_opener,
.e-con>.elementor-widget-dsc_bottle_opener {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.dsc-bo-track {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #03070d;
}

.dsc-bo-sticky {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03070d;
}

.pin-spacer:has(.dsc-bo-sticky),
.dsc-bo-track .pin-spacer {
    background: #03070d !important;
}

.dsc-bo-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

.dsc-bo-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.dsc-bo-track.is-poster-hidden .dsc-bo-poster {
    opacity: 0;
}

.dsc-bo-loader {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: auto;
    max-width: calc(100vw - 48px);
    height: auto;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(6, 12, 20, 0.54);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.dsc-bo-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.dsc-bo-loader-ring {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.14);
    border-top-color: #e63946;
    animation: dsc-bo-spin 0.9s linear infinite;
}

@keyframes dsc-bo-spin {
    to {
        transform: rotate(360deg);
    }
}

.dsc-bo-loader-text {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    white-space: nowrap;
}

.dsc-bo-loader-dots::after {
    content: '';
    animation: dsc-bo-dots 1.4s steps(4, end) infinite;
}

@keyframes dsc-bo-dots {
    0% {
        content: '';
    }

    25% {
        content: '.';
    }

    50% {
        content: '..';
    }

    75% {
        content: '...';
    }

    100% {
        content: '';
    }
}

.dsc-bo-loader-bar {
    width: 108px;
    height: 2px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.dsc-bo-loader-fill {
    height: 100%;
    width: 0%;
    border-radius: 3px;
    background: linear-gradient(90deg, #e63946, #ff6b6b);
    transition: width 0.2s ease-out;
}

.dsc-bo-progress {
    display: none;
}

.dsc-bo-overlay {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 60px 48px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
}

.dsc-bo-overlay.is-visible {
    opacity: 1;
}

.dsc-bo-overlay-left {
    flex: 1 1 50%;
    max-width: 55%;
    text-align: left;
}

.dsc-bo-overlay-right {
    flex: 1 1 40%;
    max-width: 40%;
    text-align: left;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4px;
}

.dsc-bo-eyebrow {
    display: inline-block;
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e63946;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.dsc-bo-overlay.is-visible .dsc-bo-eyebrow {
    opacity: 1;
    transform: translateY(0);
}

.dsc-bo-title {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: clamp(48px, 6vw, 80px);
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: -1.5px;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.dsc-bo-overlay.is-visible .dsc-bo-title {
    opacity: 1;
    transform: translateY(0);
}

.dsc-bo-subtitle {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}

.dsc-bo-overlay.is-visible .dsc-bo-subtitle {
    opacity: 1;
    transform: translateY(0);
}

.dsc-bo-desc {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.dsc-bo-overlay.is-visible .dsc-bo-desc {
    opacity: 1;
    transform: translateY(0);
}

.dsc-bo-scroll-hint {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.dsc-bo-track.is-ready .dsc-bo-scroll-hint {
    opacity: 1;
}

.dsc-bo-track.is-scrolled .dsc-bo-scroll-hint {
    opacity: 0;
    pointer-events: none;
}

.dsc-bo-scroll-hint span {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.dsc-bo-scroll-hint svg {
    color: rgba(255, 255, 255, 0.35);
    animation: dsc-bo-bounce 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes dsc-bo-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}

.dsc-bo-sticky::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: radial-gradient(ellipse at center,
            transparent 48%,
            rgba(0, 0, 0, 0.32) 100%);
}

@media (max-width: 768px) {
    .dsc-bo-loader {
        right: 16px;
        bottom: 16px;
        gap: 10px;
        padding: 10px 14px;
    }

    .dsc-bo-overlay {
        flex-direction: column;
        gap: 16px;
        padding: 24px 32px 32px;
    }

    .dsc-bo-overlay-left,
    .dsc-bo-overlay-right {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .dsc-bo-progress {
        left: 12px;
        height: 80px;
    }

    .dsc-bo-scroll-hint {
        bottom: 16px;
    }
}

@media (max-width: 480px) {
    .dsc-bo-loader {
        left: 16px;
        right: 16px;
        justify-content: space-between;
    }

    .dsc-bo-loader-bar {
        width: 84px;
    }

    .dsc-bo-overlay {
        padding: 20px 20px 28px;
    }

    .dsc-bo-title {
        letter-spacing: -0.5px;
    }
}