/* ==========================================================
   GKPB Suluh Kasih - 360° Virtual Church Tour Stylesheet
   Modern Glassmorphic, Immersive, and Responsive Design
========================================================== */

:root {
    --tour-primary: #3b82f6;
    --tour-primary-glow: rgba(59, 130, 246, 0.5);
    --tour-accent: #06b6d4;
    --tour-bg-glass: rgba(15, 23, 42, 0.75);
    --tour-border-glass: rgba(255, 255, 255, 0.12);
    --tour-text: #f8fafc;
    --tour-text-muted: #94a3b8;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    background-color: #050811;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    user-select: none;
    -webkit-user-select: none;
}

#panorama {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 1;
}

/* Hide default Pannellum controls for our custom glass UI */
.pnlm-control {
    display: none !important;
}

/* ==========================================================
   Top Header Bar
========================================================== */
/* Ensure standard header floats cleanly without obstructions */
#header {
    z-index: 998 !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
}

/* Pseudo-Fullscreen (iOS Safari & Immersive Fullscreen Mode) */
body.tour-pseudo-fullscreen #header {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-100%) !important;
}

body.tour-pseudo-fullscreen .tour-controls {
    top: calc(16px + env(safe-area-inset-top, 16px)) !important;
    transition: top 0.3s ease !important;
}

/* ==========================================================
   Current Scene Title Badge (Bottom Left on Large Screens)
========================================================== */
.tour-scene-title-badge {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 990;
    background: var(--tour-bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--tour-border-glass);
    padding: 10px 20px;
    border-radius: 30px;
    color: var(--tour-text);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    transition: all 0.3s ease;
}

.tour-scene-title-badge i {
    color: var(--tour-accent);
    font-size: 15px;
}

/* ==========================================================
   Floating Viewer Controls (Bottom Right on Large Screens)
========================================================== */
.tour-controls {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 990;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--tour-bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--tour-border-glass);
    padding: 6px;
    border-radius: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

.tour-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: var(--tour-text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 15px;
    outline: none !important;
}

.tour-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: scale(1.08);
}

.tour-btn.active {
    background: var(--tour-primary);
    color: #fff;
    box-shadow: 0 0 15px var(--tour-primary-glow);
}

.tour-btn-admin {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
}

.tour-btn-admin:hover {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.6);
}

/* ==========================================================
   Admin Tools Menu Modal Cards
========================================================== */
.admin-menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.admin-menu-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    text-align: left;
    width: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
}

.admin-menu-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--tour-primary);
    transform: translateY(-2px);
    color: #fff;
}

.admin-menu-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.admin-menu-info h6 {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: 600;
}

.admin-menu-info small {
    color: var(--tour-text-muted);
    font-size: 12px;
}

.bg-success-light {
    background: rgba(16, 185, 129, 0.18);
}

.bg-warning-light {
    background: rgba(245, 158, 11, 0.18);
}

.bg-info-light {
    background: rgba(6, 182, 212, 0.18);
}

.bg-primary-light {
    background: rgba(59, 130, 246, 0.18);
}

/* Hide Pannellum default text/titles */
.pnlm-title-box,
.pnlm-author-box,
.pnlm-load-box,
.pnlm-load-button,
.pnlm-controls-container {
    display: none !important;
}

/* ==========================================================
   Bottom Scene Navigation Carousel
========================================================== */
.tour-bottom-nav {
    position: fixed;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    left: 50%;
    transform: translateX(-50%);
    z-index: 990;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 95%;
    width: auto;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.tour-bottom-nav>* {
    pointer-events: auto;
}

.tour-nav-toggle-btn {
    background: var(--tour-bg-glass);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--tour-border-glass);
    color: var(--tour-text);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.tour-nav-toggle-btn:hover {
    background: rgba(30, 41, 59, 0.9);
    color: #fff;
}

.tour-scene-carousel-wrapper {
    background: var(--tour-bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--tour-border-glass);
    padding: 8px 12px;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    max-width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

@media (max-width: 768px) {
    .tour-controls {
        position: fixed !important;
        top: 80px !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        height: auto !important;
        padding: 4px 10px !important;
        gap: 6px !important;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6) !important;
    }

    .tour-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .tour-bottom-nav {
        bottom: calc(12px + env(safe-area-inset-bottom, 12px)) !important;
    }

    .tour-scene-title-badge {
        position: fixed !important;
        top: auto !important;
        bottom: calc(58px + env(safe-area-inset-bottom, 12px)) !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        height: auto !important;
        font-size: 12px !important;
        padding: 6px 16px !important;
        max-width: 90vw !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        z-index: 991 !important;
        transition: bottom 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
    }

    /* Move title badge up when bottom carousel is expanded to avoid overlapping */
    .tour-scene-title-badge.nav-expanded,
    body:has(#bottom-nav:not(.collapsed)) .tour-scene-title-badge {
        bottom: calc(146px + env(safe-area-inset-bottom, 12px)) !important;
    }

    .tour-scene-title-badge span {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tour-bottom-nav {
        position: fixed !important;
        bottom: 12px !important;
        top: auto !important;
        max-width: 96% !important;
    }

    .tour-scene-carousel-wrapper {
        padding: 6px 8px;
        gap: 8px;
    }

    .scene-thumb-card {
        width: 85px !important;
        height: 58px !important;
    }

    .admin-menu-card {
        padding: 10px 14px;
        gap: 12px;
        border-radius: 12px;
    }

    .admin-menu-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .admin-menu-info h6 {
        font-size: 13px;
    }

    .admin-menu-info small {
        font-size: 11px;
    }
}

.tour-scene-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.tour-scene-card {
    position: relative;
    width: 130px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.tour-scene-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tour-scene-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
    display: flex;
    align-items: flex-end;
    padding: 8px 10px;
}

.tour-scene-card .card-title {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-scene-card:hover {
    transform: translateY(-4px) scale(1.03);
    border-color: rgba(255, 255, 255, 0.4);
}

.tour-scene-card:hover img {
    transform: scale(1.08);
}

.tour-scene-card.active {
    border-color: var(--tour-accent);
    box-shadow: 0 0 20px var(--tour-primary-glow);
    transform: translateY(-2px);
}

.tour-scene-card.active::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: var(--tour-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--tour-accent);
}

.tour-bottom-nav.collapsed .tour-scene-carousel-wrapper {
    display: none;
}

/* ==========================================================
   Custom 360 Hotspots (Navigation & Info)
========================================================== */
.pnlm-hotspot-base.custom-hotspot {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    background: transparent !important;
    z-index: 10 !important;
}

/* Make sure Pannellum's child span inherits visibility and centers our icon */
.pnlm-hotspot-base.custom-hotspot>span {
    visibility: inherit !important;
    position: static !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
}

/* Pulse animation effect */
.pnlm-hotspot-base.custom-hotspot::before,
.pnlm-hotspot-base.custom-hotspot::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid var(--tour-accent);
    animation: hotspot-pulse 2s infinite cubic-bezier(0.45, 0, 0.55, 1);
    opacity: 0;
    pointer-events: none;
}

.pnlm-hotspot-base.custom-hotspot::after {
    animation-delay: 0.8s;
}

.pnlm-hotspot-base.custom-hotspot.info-hotspot::before,
.pnlm-hotspot-base.custom-hotspot.info-hotspot::after {
    border-color: #ec4899;
}

@keyframes hotspot-pulse {
    0% {
        transform: scale(0.6);
        opacity: 0.95;
    }

    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}

.hotspot-inner {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6), 0 0 15px var(--tour-primary-glow);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
    pointer-events: auto;
}

.custom-hotspot:hover .hotspot-inner {
    transform: scale(1.18);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.8), 0 0 25px var(--tour-primary-glow);
}

.custom-hotspot.nav-hotspot .hotspot-inner {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    border-color: #ffffff;
}

.custom-hotspot.info-hotspot .hotspot-inner {
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    border-color: #ffffff;
}

/* Tooltip floating over hotspot */
.custom-hotspot .hotspot-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15, 23, 42, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--tour-border-glass);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 999;
}

.custom-hotspot .hotspot-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(15, 23, 42, 0.94) transparent transparent transparent;
}

.custom-hotspot:hover .hotspot-tooltip {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(-4px);
}

/* Hotspot management list cards */
.manage-hotspot-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.manage-hotspot-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

/* ==========================================================
   Modals & Drawers
========================================================== */
.tour-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999 !important;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    transition: opacity 0.25s ease;
    box-sizing: border-box;
}

.tour-modal.show {
    display: flex !important;
    opacity: 1;
}

.tour-modal-content {
    background: #0f172a;
    border: 1px solid var(--tour-border-glass);
    border-radius: 24px;
    width: 100%;
    max-width: 480px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    color: var(--tour-text);
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85);
    transform: scale(0.95);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.tour-modal.show .tour-modal-content {
    transform: scale(1);
}

.tour-modal-header {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.tour-modal-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tour-modal-close {
    background: none;
    border: none;
    color: var(--tour-text-muted);
    font-size: 24px;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
    line-height: 1;
}

.tour-modal-close:hover {
    color: #fff;
}

.tour-modal-body {
    padding: 16px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
}

/* ==========================================================
   Admin Toolbar Overlay
========================================================== */
.admin-toolbar {
    position: absolute;
    top: 76px;
    left: 16px;
    z-index: 25;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(245, 158, 11, 0.4);
    padding: 10px 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.admin-toolbar-badge {
    background: #f59e0b;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 8px;
    text-transform: uppercase;
}

.admin-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.admin-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.admin-btn.active {
    background: #f59e0b;
    color: #000;
    border-color: #f59e0b;
    font-weight: 600;
}

/* Crosshair overlay during hotspot placement */
.placement-crosshair {
    position: absolute;
    inset: 0;
    z-index: 15;
    cursor: crosshair !important;
    display: none;
}

.placement-crosshair.active {
    display: block;
}

.placement-hint {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(245, 158, 11, 0.95);
    color: #000;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 25;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -6px);
    }
}

/* Loading Screen (Apple iOS Glass Style like on map.php) */
#tour-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 2000;
    background: rgba(252, 252, 252, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Empty State / Welcome Screen */
.empty-tour-state {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 5;
    max-width: 480px;
    background: var(--tour-bg-glass);
    backdrop-filter: blur(20px);
    border: 1px solid var(--tour-border-glass);
    padding: 36px 30px;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tour-header {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    .tour-brand-text {
        display: none;
    }

    .tour-scene-card {
        width: 100px;
        height: 65px;
    }

    .tour-scene-card .card-title {
        font-size: 10px;
    }

    .admin-toolbar {
        top: 65px;
        left: 10px;
        right: 10px;
        flex-wrap: wrap;
    }
}

/* Mobile Navigation Close Button */
.mobile-nav-close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10001 !important;
    cursor: pointer !important;
    outline: none !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
}

.mobile-nav-close:hover,
.mobile-nav-close:active {
    background: rgba(0, 0, 0, 0.16) !important;
    transform: scale(1.06);
}

.mobile-nav-close .material-icons {
    font-size: 22px !important;
    color: #333 !important;
    line-height: 1 !important;
}

/* Sky-to-Church Satellite Fly-In Intro */
.tour-satellite-intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100dvh;
    z-index: 1500;
    background: transparent;
    transition: opacity 5s cubic-bezier(0.25, 1, 0.5, 1), visibility 5s;
    pointer-events: auto;
}

#satellite-map {
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100dvh;
}

.btn-skip-intro {
    position: absolute;
    bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    right: calc(24px + env(safe-area-inset-right, 0px));
    z-index: 1510;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    padding: 9px 20px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.25s ease;
}

.btn-skip-intro:hover {
    background: rgba(30, 41, 59, 0.95);
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .btn-skip-intro {
        bottom: calc(40px + env(safe-area-inset-bottom, 24px)) !important;
        right: calc(18px + env(safe-area-inset-right, 0px)) !important;
        padding: 9px 18px !important;
        font-size: 13px !important;
    }
}