@font-face {
    font-family: 'Death Star';
    src: url('../font/Death Star.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Death Star';
    src: url('../../assets/font/Death Star.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* H1 Elements with Custom Death Star Font */
h1 {
    font-family: 'Death Star', 'Orbitron', monospace !important;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Force Death Star font for all H1 elements and font-gta class */
h1,
.font-gta {
    font-family: 'Death Star', 'Orbitron', monospace !important;
}

/* Font loading indicator */
.font-gta-loaded {
    font-family: 'Death Star', 'Orbitron', monospace !important;
}

/* Fallback styling if Death Star font fails to load */
h1:not(.font-gta-loaded) {
    font-family: 'Orbitron', monospace !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Font loading success indicator */
.gta-font-loaded h1 {
    font-family: 'Death Star', 'Orbitron', monospace !important;
    transition: all 0.3s ease;
}

/* Parallax effects */
#home {
    transition: transform 0.1s ease-out, background-position 0.1s ease-out;
    will-change: transform, background-position;
}

#home img[alt*="GTA San Andreas Logo"] {
    transition: transform 0.1s ease-out;
    will-change: transform;
}

/* Footer Styles */
footer {
    background: #000000 !important;
    border-top: 3px solid #333333;
    border-bottom: 3px solid #333333;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.1),
        inset 0 -2px 4px rgba(0, 0, 0, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.5);
    backdrop-filter: none !important;
}

footer .container {
    /* Container tetap transparan tanpa efek skeuomorphism */
}

/* 3D Button Style from Uiverse.io */
footer .button {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border-width: 0;
    padding: 0 8px 12px;
    min-width: 10em;
    box-sizing: border-box;
    background: transparent;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

footer .button .button-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    padding: 8px 16px;
    transform: translateY(0);
    text-align: center;
    color: #333;
    text-shadow: 0 -1px rgba(0, 0, 0, .25);
    transition-property: transform;
    transition-duration: .2s;
    -webkit-user-select: none;
    user-select: none;
    font-family: 'Death Star', 'Orbitron', monospace !important;
    font-size: 0.75rem;
    font-weight: normal;
}

footer .button:active .button-top {
    transform: translateY(6px);
}

footer .button .button-top::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    background-image: radial-gradient(#FFB800, #E6A600);
    text-align: center;
    color: #333;
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, .2), 0 1px 2px 1px rgba(255, 255, 255, .2);
    transition-property: border-radius, padding, width, transform;
    transition-duration: .2s;
}

footer .button:active .button-top::after {
    border-radius: 6px;
    padding: 0 2px;
}

footer .button .button-bottom {
    position: absolute;
    z-index: -1;
    bottom: 4px;
    left: 4px;
    border-radius: 8px / 16px 16px 8px 8px;
    padding-top: 6px;
    width: calc(100% - 8px);
    height: calc(100% - 10px);
    box-sizing: content-box;
    background-color: #CC8F00;
    background-image: radial-gradient(4px 8px at 4px calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(4px 8px at calc(100% - 4px) calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(16px at -4px 0, white, transparent), radial-gradient(16px at calc(100% + 4px) 0, white, transparent);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5), inset 0 -1px 3px 3px rgba(0, 0, 0, .4);
    transition-property: border-radius, padding-top;
    transition-duration: .2s;
}

footer .button:active .button-bottom {
    border-radius: 10px 10px 8px 8px / 8px;
    padding-top: 0;
}

footer .button .button-base {
    position: absolute;
    z-index: -2;
    top: 4px;
    left: 0;
    border-radius: 12px;
    width: 100%;
    height: calc(100% - 4px);
    background-color: rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px 0 black, inset 0 2px 2px rgba(0, 0, 0, .25);
}


footer .footer-ca-box {
    background: #000000 !important;
    border: 2px solid #333333 !important;
    border-bottom: 3px solid #333333 !important;
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.1),
        inset 0 -1px 2px rgba(0, 0, 0, 0.3),
        0 2px 4px rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: none !important;
}

footer .footer-ca-box span {
    color: #ffffff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    font-family: 'Death Star', 'Orbitron', monospace !important;
    font-size: 0.75rem;
}


/* Tablet and Mobile Button Fonts */
footer .copy-ca-button-tablet,
footer .call-chub-button-tablet,
footer .social-button-mobile,
footer .copy-ca-button-mobile,
footer .call-chub-button-mobile {
    font-family: 'Death Star', 'Orbitron', monospace !important;
    font-size: 0.75rem;
}

/* Font loading animation */
@keyframes fontLoad {
    0% {
        opacity: 0.5;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.font-gta-loaded {
    animation: fontLoad 0.5s ease-out;
}

/* Hero Section Specific Styles */
.hero-title {
    font-family: 'GTA', 'Orbitron', monospace !important;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
    font-weight: 900;
    letter-spacing: 3px;
}

/* Character Money Effects */
.character-money {
    animation: moneyFloat 3s ease-in-out infinite;
}

@keyframes moneyFloat {

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

    50% {
        transform: translateY(-5px);
    }
}

/* Mobile Game Style Borders */
.mobile-border {
    /* Border removed */
}

/* Promotional Panel Hover Effects */
.promo-panel {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.promo-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
    transition: left 0.5s ease;
}

.promo-panel:hover::before {
    left: 100%;
}

.promo-panel:hover {
    transform: translateY(-5px);
}

/* Character Card Effects */
.character-card {
    position: relative;
    overflow: hidden;
}

.character-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 215, 0, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.character-card:hover::after {
    transform: translateX(100%);
}

/* Bottom Navigation Icons */
.nav-icon {
    transition: all 0.3s ease;
    position: relative;
}

.nav-icon:hover {
    transform: scale(1.1);
    background-color: #FFD700 !important;
}

.nav-icon:hover i {
    color: #000 !important;
}

/* Play Button Effect - Duplicate of Footer Button */
.play-button {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border-width: 0;
    padding: 0 8px 12px;
    min-width: 10em;
    box-sizing: border-box;
    background: transparent !important;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* Hero Character Scroll Animation */
.hero-character {
    transition: all 0.3s ease-out;
    transform-origin: center bottom;
}

.hero-character.scrolled {
    transform: translateX(-125%) translateY(25%) scale(1.3);
}

/* Speech Bubble Styles - Comic Dialog Bubbles with SVG */
.speech-bubble {
    position: absolute;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
    cursor: pointer;
}

.speech-bubble:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}

/* SVG Bubble Styling */
.bubble-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Trapezoid Clipping Masks - Random Shapes */
.trapezoid-clip-1 {
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.trapezoid-clip-2 {
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.trapezoid-clip-3 {
    clip-path: polygon(10% 0%, 90% 0%, 95% 100%, 5% 100%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.trapezoid-clip-4 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

/* Bubble Tails - Pointing to Character */
.bubble-tail {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.tail-1 {
    /* Top Right Bubble - Tail pointing down-left */
    bottom: -15px;
    right: 20px;
    border-width: 15px 0 0 20px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}

.tail-2 {
    /* Top Left Bubble - Tail pointing down-right */
    bottom: -15px;
    left: 20px;
    border-width: 15px 20px 0 0;
    border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
}

.tail-3 {
    /* Middle Right Bubble - Tail pointing left */
    bottom: 50%;
    right: -15px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}

.tail-4 {
    /* Middle Left Bubble - Tail pointing right */
    bottom: 50%;
    left: -15px;
    border-width: 15px 20px 15px 0;
    border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
}

/* Speech Bubble Specific Positioning - Relative to Centered Hero.png */
.speech-bubble-1 {
    /* Right Side - Relative to hero.png center */
    left: calc(50% + 350px);
    /* 50% (tengah) + 350px (ke kanan) */
    top: 60%;
    width: 224px;
    /* w-56 = 14rem = 224px */
    height: 224px;
    z-index: 15;
    transform: rotate(5deg);
}

.speech-bubble-2 {
    /* Top Right Arc - Relative to hero.png head */
    left: calc(50% + 200px);
    /* 50% (tengah) + 200px (di atas kepala kanan) */
    top: 8%;
    width: 208px;
    /* w-52 = 13rem = 208px */
    height: 208px;
    z-index: 15;
    transform: rotate(10deg);
}

.speech-bubble-3 {
    /* Top Left Arc - LARGEST - Relative to hero.png head */
    left: calc(50% - 200px);
    /* 50% (tengah) - 200px (di atas kepala kiri) */
    top: 5%;
    width: 256px;
    /* w-64 = 16rem = 256px */
    height: 256px;
    z-index: 15;
    transform: rotate(-12deg);
}

.speech-bubble-4 {
    /* Left Side - Relative to hero.png center */
    left: calc(50% - 350px);
    /* 50% (tengah) - 350px (ke kiri) */
    top: 60%;
    width: 192px;
    /* w-48 = 12rem = 192px */
    height: 192px;
    z-index: 15;
    transform: rotate(-5deg);
}

/* Enhanced Bubble Tails for Circular Formation */
.tail-1 {
    /* Top Right Bubble - Tail pointing down-left */
    bottom: -20px;
    right: 25px;
    border-width: 20px 0 0 25px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
    transform: rotate(15deg);
}

.tail-2 {
    /* Top Center Right Bubble - Tail pointing down */
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(8deg);
    border-width: 20px 20px 0 20px;
    border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
}

.tail-3 {
    /* Top Center Left Bubble - Tail pointing down */
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
    border-width: 20px 20px 0 20px;
    border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
}

.tail-4 {
    /* Top Left Bubble - Tail pointing down-right */
    bottom: -20px;
    left: 25px;
    border-width: 20px 25px 0 0;
    border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
    transform: rotate(-15deg);
}

/* Responsive Speech Bubbles */
@media (max-width: 768px) {
    .speech-bubble-1 {
        width: 100px;
        height: 100px;
        top: 10%;
        right: 10%;
    }

    .speech-bubble-2 {
        width: 80px;
        height: 80px;
        top: 15%;
        left: 5%;
    }

    .speech-bubble-3 {
        width: 120px;
        height: 120px;
        top: 40%;
        right: 15%;
    }

    .speech-bubble-4 {
        width: 70px;
        height: 70px;
        top: 30%;
        left: 10%;
    }

    .bubble-tail {
        transform: scale(0.7);
    }
}

@media (max-width: 480px) {
    .speech-bubble-1 {
        width: 80px;
        height: 80px;
        top: 8%;
        right: 8%;
    }

    .speech-bubble-2 {
        width: 60px;
        height: 60px;
        top: 12%;
        left: 3%;
    }

    .speech-bubble-3 {
        width: 100px;
        height: 100px;
        top: 35%;
        right: 10%;
    }

    .speech-bubble-4 {
        width: 50px;
        height: 50px;
        top: 25%;
        left: 5%;
    }

    .bubble-tail {
        transform: scale(0.5);
    }
}

/* Responsive Speech Bubbles - Relative to Centered Hero.png */
@media (max-width: 768px) {
    .speech-bubble-1 {
        /* Right Side - Relative to hero.png center */
        width: 180px;
        height: 180px;
        left: calc(50% + 280px);
        /* Lebih dekat di tablet */
        top: 50%;
        transform: rotate(6deg);
    }

    .speech-bubble-2 {
        /* Top Right Arc - Relative to hero.png head */
        width: 160px;
        height: 160px;
        left: calc(50% + 150px);
        /* Lebih dekat di tablet */
        top: 12%;
        transform: rotate(12deg);
    }

    .speech-bubble-3 {
        /* Top Left Arc - Relative to hero.png head */
        width: 180px;
        height: 180px;
        left: calc(50% - 150px);
        /* Lebih dekat di tablet */
        top: 12%;
        transform: rotate(-12deg);
    }

    .speech-bubble-4 {
        /* Left Side - Relative to hero.png center */
        width: 140px;
        height: 140px;
        left: calc(50% - 280px);
        /* Lebih dekat di tablet */
        top: 50%;
        transform: rotate(-6deg);
    }
}

@media (max-width: 480px) {
    .speech-bubble-1 {
        /* Right Side - Very close */
        width: 140px;
        height: 140px;
        top: 45%;
        right: -2%;
        transform: rotate(4deg);
    }

    .speech-bubble-2 {
        /* Top Right Arc - Very close to character head */
        width: 120px;
        height: 120px;
        top: 10%;
        right: 3%;
        transform: rotate(10deg);
    }

    .speech-bubble-3 {
        /* Top Left Arc - Very close to character head */
        width: 140px;
        height: 140px;
        top: 10%;
        left: 3%;
        transform: rotate(-10deg);
    }

    .speech-bubble-4 {
        /* Left Side - Very close */
        width: 100px;
        height: 100px;
        top: 45%;
        left: -2%;
        transform: rotate(-4deg);
    }
}

/* Custom Scrollbar */
/* Hide scrollbar but keep scroll functionality */
::-webkit-scrollbar {
    width: 0px;
    /* Hide scrollbar width */
    background: transparent;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: transparent;
}

::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

/* For Firefox */
html {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

/* For Internet Explorer and Edge */
html::-webkit-scrollbar {
    display: none;
}

/* For all elements that might have scrollbars */
* {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

*::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

/* Glitch Effect Animation */
@keyframes glitch {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

/* GTA Button Styles - Basic Styling */
.gta-button {
    /* Basic styling only - removed all effects */
}

/* Navigation Link Styles */
.nav-link {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFD700;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Character Card Hover Effects */
.character-card {
    position: relative;
    overflow: hidden;
}

.character-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.6s;
}

.character-card:hover::before {
    left: 100%;
}

.character-card:hover {
    /* Removed glow effect */
}

/* Mission Item Styles */
.mission-item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mission-item:hover {
    transform: translateX(10px);
}

/* Vehicle Card Styles */
.vehicle-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.vehicle-card:hover {
    transform: translateY(-10px);
}

.vehicle-card i {
    transition: all 0.3s ease;
}

.vehicle-card:hover i {
    transform: scale(1.2);
}

/* Loading Screen Animation */
#loading-screen {
    animation: fadeIn 0.5s ease-in;
    transition: opacity 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Text Glow Effect - Removed */
.text-glow {
    /* Glow effect removed */
}

/* Background Pattern */
.bg-pattern {
    background-image:
        radial-gradient(circle at 25% 25%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 140, 0, 0.1) 0%, transparent 50%);
}

/* Responsive Typography */
@media (max-width: 768px) {
    .text-6xl {
        font-size: 3rem;
    }

    .text-8xl {
        font-size: 4rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus Styles for Accessibility */
button:focus,
a:focus {
    outline: 2px solid #FFD700;
    outline-offset: 2px;
}

/* Mobile Menu Animation */
#mobile-menu {
    transition: all 0.3s ease;
}

#mobile-menu.show {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Audio Controls */
.audio-controls {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    /* Increased z-index to be above taskbar */
}

.audio-btn {
    background: rgba(0, 0, 0, 0.8);
    color: #FFD700;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 9999;
    /* Ensure button itself has high z-index */
}

.audio-btn:hover {
    background: #FFD700;
    color: #000;
    transform: scale(1.1);
}

/* Particle Effect Background */
.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #FFD700;
    border-radius: 50%;
    animation: float 6s infinite linear;
    opacity: 0.6;
}

@keyframes float {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 0.6;
    }

    90% {
        opacity: 0.6;
    }

    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

/* Preloader Specific Styles */
#loading-screen {
    background: #000000;
}

/* Ensure JOIN GANG button is always visible */
#loading-screen .play-button {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 50 !important;
    position: absolute !important;
    bottom: 2rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Override any footer styles for preloader button */
#loading-screen .play-button,
#loading-screen .play-button * {
    background: transparent !important;
    color: #333 !important;
}

/* Flying Cursor Element */
.flying-cursor {
    position: fixed;
    width: 32px;
    height: 32px;

    /* Fallback color */
    background-image: url('/images/cur.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 99999;
    opacity: 1;
    display: block;
    visibility: visible;

    /* Debug border */
}

#loading-screen img {
    transition: all 0.3s ease;
}

/* Remove general hover effect for all images - will be specific to grid images only */

/* Logo positioning and styling */
#loading-screen img[src*="logotext.svg"] {
    /* Removed glow effect */
}

/* Image grid styling */
#loading-screen .grid {
    width: 100vw !important;
    /* Full viewport width */
    max-width: none !important;
    /* Remove max-width constraint */
    margin: 0 !important;
    padding: 0 1rem !important;
    /* Add some padding to prevent images touching screen edges */
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.25rem !important;
    position: relative !important;
}

/* Ensure grid columns don't clip content */
#loading-screen .grid .col-span-1 {
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
}

#loading-screen .grid .col-span-1:hover {
    z-index: 50 !important;
}

/* Ensure images are always visible */
#loading-screen .grid img {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Smooth image loading and transitions */
#loading-screen .grid .main-image {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out, transform 0.4s ease-out;
}

/* Angled Panel Effects */
.angled-panel {
    position: relative !important;
    overflow: visible !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    width: 100% !important;
    height: auto !important;
    padding: 10px !important;
    min-height: 200px !important;
}

.angled-panel:hover {
    transform: scale(1.05);
    z-index: 30 !important;
}

/* Left Panel - Cut top-left and bottom-right */
.left-panel {
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%) !important;
}

/* Center Panel - Cut top-left and top-right */
.center-panel {
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%) !important;
}

/* Right Panel - Cut top-right and bottom-left */
.right-panel {
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%) !important;
}

/* Hover effects for angled panels */
.angled-panel:hover {
    clip-path: none !important;
    border-radius: 8px !important;
}

/* Ensure proper image positioning for swap */
.angled-panel {
    min-height: 200px !important;
}

/* Smooth image transition */
.main-image,
.hover-image {
    transition: opacity 0.3s ease !important;
}

/* Main image styling */
#loading-screen .grid .main-image {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 1;
}

/* Smooth image transition effect */
#loading-screen .grid .main-image {
    transition: opacity 0.3s ease-in-out, transform 0.4s ease-out;
    will-change: opacity, transform;
}

/* Bounce animation keyframes */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounceOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.9);
    }

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

/* Bounce animation classes */
.bounce-in {
    animation: bounceIn 0.6s ease-out;
}

.bounce-out {
    animation: bounceOut 0.4s ease-out;
}

/* Grid column styling */
#loading-screen .grid .col-span-1 {
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Responsive adjustments for preloader */
@media (max-width: 768px) {
    #loading-screen .grid {
        gap: 0.5rem;
        padding: 0 1rem;
    }

    #loading-screen img[src*="logotext.svg"] {
        width: 200px;
    }
}

@media (max-width: 480px) {
    #loading-screen .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.25rem;
        padding: 0 0.5rem;
    }

    #loading-screen img[src*="logotext.svg"] {
        width: 150px;
    }
}

/* Section Transitions */
section {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Custom Selection */
::selection {
    background: #FFD700;
    color: #000;
}

::-moz-selection {
    background: #FFD700;
    color: #000;
}

/* Basic Button Styling */
button {
    /* Basic styling only - removed all effects */
}

/* Video Gallery with Parallelogram Clipping Mask */
.video-container {
    position: relative;
    transition: all 0.3s ease;
}

.video-container:hover {
    transform: scale(1.05);
}

.parallelogram-clip {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    /* Jajar genjang clipping mask - kemiringan ke kanan */
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 20% 100%);
    transition: all 0.3s ease;
    transform: scale(0.8);
    transform-origin: center;
}

.parallelogram-clip:hover {
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
    transform: scale(0.82);
}

.parallelogram-clip video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

/* Responsive adjustments for video gallery */
@media (max-width: 768px) {
    .parallelogram-clip {
        aspect-ratio: 1/1;
        clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
        transform: scale(0.8);
    }

    .parallelogram-clip:hover {
        clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 20% 100%);
        transform: scale(0.82);
    }
}

/* Footer Social Buttons - Basic Styling */
.social-button {
    /* Basic styling only - removed all effects */
}

/* CALL $CHUB Button - Basic Styling */
.call-chub-button {
    /* Basic styling only - removed all effects */
}

/* Copy CA Button - Basic Styling */
.copy-ca-button {
    /* Basic styling only - removed all effects */
}

/* Copy CA Button Tablet - Basic Styling */
.copy-ca-button-tablet {
    /* Basic styling only - removed all effects */
}

/* Copy CA Button Mobile - Basic Styling */
.copy-ca-button-mobile {
    /* Basic styling only - removed all effects */
}

/* Call CHUB Button Tablet - Basic Styling */
.call-chub-button-tablet {
    /* Basic styling only - removed all effects */
}

/* Call CHUB Button Mobile - Basic Styling */
.call-chub-button-mobile {
    /* Basic styling only - removed all effects */
}

/* Social Button Tablet - Basic Styling */
.social-button-tablet {
    /* Basic styling only - removed all effects */
}

/* Social Button Mobile - Basic Styling */
.social-button-mobile {
    /* Basic styling only - removed all effects */
}

/* Footer CA Box with Font Secondary */
.footer-ca-box {
    font-family: 'Orbitron', monospace;
    font-size: 14px;
}

/* Responsive Footer Styles */

/* Tablet Layout Styles */
.copy-ca-button-tablet {
    width: 28px;
    height: 28px;
    background-color: #008542;
    color: #fff;
    text-shadow: 0 2px 0 rgb(0 0 0 / 25%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: unset;
    padding: 0.4rem;
    text-decoration: none;
    font-weight: 900;
    font-family: 'Orbitron', monospace;
    font-size: 12px;
    transition: all 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
    margin-left: 6px;
}

.copy-ca-button-tablet:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
    z-index: -1;
    background-color: #008542 !important;
    box-shadow: 0 -4px rgb(21 108 0 / 50%) inset,
        0 4px rgb(100 253 31 / 99%) inset, -4px 0 rgb(100 253 31 / 50%) inset,
        4px 0 rgb(21 108 0 / 50%) inset;
}

.copy-ca-button-tablet:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

.copy-ca-button-tablet:hover:before {
    box-shadow: 0 -4px rgb(0 0 0 / 50%) inset, 0 4px rgb(255 255 255 / 20%) inset,
        -4px 0 rgb(255 255 255 / 20%) inset, 4px 0 rgb(0 0 0 / 50%) inset;
}

.copy-ca-button-tablet:hover:after {
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
}

.copy-ca-button-tablet:active {
    transform: translateY(4px);
}

.copy-ca-button-tablet:active:after {
    box-shadow: 0 0px 0 0 rgb(0 0 0 / 15%);
}

.call-chub-button-tablet {
    font-size: 16px;
    background-color: #008542;
    color: #fff;
    text-shadow: 0 2px 0 rgb(0 0 0 / 25%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: unset;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    font-weight: 900;
    font-family: 'Orbitron', monospace;
    transition: all 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

.call-chub-button-tablet:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
    z-index: -1;
    background-color: #008542 !important;
    box-shadow: 0 -4px rgb(21 108 0 / 50%) inset,
        0 4px rgb(100 253 31 / 99%) inset, -4px 0 rgb(100 253 31 / 50%) inset,
        4px 0 rgb(21 108 0 / 50%) inset;
}

.call-chub-button-tablet:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

.call-chub-button-tablet:hover:before {
    box-shadow: 0 -4px rgb(0 0 0 / 50%) inset, 0 4px rgb(255 255 255 / 20%) inset,
        -4px 0 rgb(255 255 255 / 20%) inset, 4px 0 rgb(0 0 0 / 50%) inset;
}

.call-chub-button-tablet:hover:after {
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
}

.call-chub-button-tablet:active {
    transform: translateY(4px);
}

.call-chub-button-tablet:active:after {
    box-shadow: 0 0px 0 0 rgb(0 0 0 / 15%);
}

/* Mobile Layout Styles */
.social-button-mobile {
    width: 40px;
    height: 40px;
    background-color: #008542;
    color: #fff;
    text-shadow: 0 2px 0 rgb(0 0 0 / 25%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: unset;
    padding: 0;
    text-decoration: none;
    font-weight: 900;
    font-family: 'Orbitron', monospace;
    transition: all 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

.social-button-mobile:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
    z-index: -1;
    background-color: #008542 !important;
    box-shadow: 0 -4px rgb(21 108 0 / 50%) inset,
        0 4px rgb(100 253 31 / 99%) inset, -4px 0 rgb(100 253 31 / 50%) inset,
        4px 0 rgb(21 108 0 / 50%) inset;
}

.social-button-mobile:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

.social-button-mobile:hover:before {
    box-shadow: 0 -4px rgb(0 0 0 / 50%) inset, 0 4px rgb(255 255 255 / 20%) inset,
        -4px 0 rgb(255 255 255 / 20%) inset, 4px 0 rgb(0 0 0 / 50%) inset;
}

.social-button-mobile:hover:after {
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
}

.social-button-mobile:active {
    transform: translateY(4px);
}

.social-button-mobile:active:after {
    box-shadow: 0 0px 0 0 rgb(0 0 0 / 15%);
}

.footer-ca-box-mobile {
    font-family: 'Orbitron', monospace;
    font-size: 12px;
}

.copy-ca-button-mobile {
    width: 24px;
    height: 24px;
    background-color: #008542;
    color: #fff;
    text-shadow: 0 2px 0 rgb(0 0 0 / 25%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: unset;
    padding: 0.3rem;
    text-decoration: none;
    font-weight: 900;
    font-family: 'Orbitron', monospace;
    font-size: 10px;
    transition: all 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
    margin-left: 4px;
}

.copy-ca-button-mobile:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
    z-index: -1;
    background-color: #008542 !important;
    box-shadow: 0 -4px rgb(21 108 0 / 50%) inset,
        0 4px rgb(100 253 31 / 99%) inset, -4px 0 rgb(100 253 31 / 50%) inset,
        4px 0 rgb(21 108 0 / 50%) inset;
}

.copy-ca-button-mobile:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

.copy-ca-button-mobile:hover:before {
    box-shadow: 0 -4px rgb(0 0 0 / 50%) inset, 0 4px rgb(255 255 255 / 20%) inset,
        -4px 0 rgb(255 255 255 / 20%) inset, 4px 0 rgb(0 0 0 / 50%) inset;
}

.copy-ca-button-mobile:hover:after {
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
}

.copy-ca-button-mobile:active {
    transform: translateY(4px);
}

.copy-ca-button-mobile:active:after {
    box-shadow: 0 0px 0 0 rgb(0 0 0 / 15%);
}

.call-chub-button-mobile {
    font-size: 14px;
    background-color: #008542;
    color: #fff;
    text-shadow: 0 2px 0 rgb(0 0 0 / 25%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: unset;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-weight: 900;
    font-family: 'Orbitron', monospace;
    transition: all 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

.call-chub-button-mobile:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
    z-index: -1;
    background-color: #008542 !important;
    box-shadow: 0 -4px rgb(21 108 0 / 50%) inset,
        0 4px rgb(100 253 31 / 99%) inset, -4px 0 rgb(100 253 31 / 50%) inset,
        4px 0 rgb(21 108 0 / 50%) inset;
}

.call-chub-button-mobile:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
    transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

.call-chub-button-mobile:hover:before {
    box-shadow: 0 -4px rgb(0 0 0 / 50%) inset, 0 4px rgb(255 255 255 / 20%) inset,
        -4px 0 rgb(255 255 255 / 20%) inset, 4px 0 rgb(0 0 0 / 50%) inset;
}

.call-chub-button-mobile:hover:after {
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
}

.call-chub-button-mobile:active {
    transform: translateY(4px);
}

.call-chub-button-mobile:active:after {
    box-shadow: 0 0px 0 0 rgb(0 0 0 / 15%);
}

/* AOS Custom Styles */
[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

/* Custom AOS animations for GTA theme */
[data-aos="fade-up"] {
    transform: translateY(30px);
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
    opacity: 1;
}

[data-aos="fade-left"] {
    transform: translateX(30px);
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="fade-left"].aos-animate {
    transform: translateX(0);
    opacity: 1;
}

[data-aos="fade-right"] {
    transform: translateX(-30px);
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
    opacity: 1;
}

[data-aos="fade-down"] {
    transform: translateY(-30px);
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="fade-down"].aos-animate {
    transform: translateY(0);
    opacity: 1;
}

/* Enhanced video container animations */
.video-container[data-aos] {
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.video-container[data-aos].aos-animate {
    transform: scale(1);
}

/* Footer animations with GTA style */
footer [data-aos] {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Disable AOS on preloader elements */
#loading-screen [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

#loading-screen [data-aos].aos-animate {
    opacity: 1 !important;
    transform: none !important;
}

/* Custom Panel Grid Layout - KGP Style */
.kgp-container {
    position: relative;
    width: 90vmin;
    max-width: 600px;
    aspect-ratio: 4 / 5.5;
    margin: 0 auto 4rem auto;
}

/* Gaya umum untuk setiap panel gambar */
.kgp-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e0e0e000;
    /* Warna fallback jika gambar gagal dimuat */
    -webkit-clip-path: var(--clip);
    clip-path: var(--clip);
    overflow: hidden;
    /* Penting agar gambar tidak keluar dari bentuk panel */
    transition: transform 0.3s ease;
}

/* Gaya untuk gambar di dalam panel */
.kgp-panel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Memastikan gambar terlihat penuh tanpa terpotong */
    transition: transform 0.4s ease-in-out;
    /* Tambahan untuk memastikan gambar benar-benar di tengah */
    display: block;
    margin: 0 auto;
}

/* Posisi gambar individual untuk setiap panel */
.kgp-panel-1 img {
    object-fit: cover;
    object-position: center center;
}

.kgp-panel-2 img {
    object-fit: cover;
    object-position: center center;
}

.kgp-panel-3 img {
    object-fit: cover;
    object-position: center center;
}

.kgp-panel-4 img {
    object-fit: cover;
    object-position: center center;
}

.kgp-panel-5 img {
    object-fit: cover;
    object-position: center center;
}

.kgp-panel-6 img {
    object-fit: cover;
    object-position: center center;
}

/* Efek hover untuk memperbesar gambar di dalam panel */
.kgp-panel:hover img {
    transform: scale(1.05);
}

/* Mendefinisikan bentuk poligon untuk setiap panel menggunakan clip-path */
.kgp-panel-1 {
    --clip: polygon(0 0, 64.5% 0, 34.5% 47.5%, 0 41.5%);
}

.kgp-panel-2 {
    --clip: polygon(65.5% 0, 100% 0, 100% 17.5%, 35.5% 47.5%);
}

.kgp-panel-3 {
    --clip: polygon(0 42.5%, 34.5% 48.5%, 64.5% 74.5%, 0 74.5%);
}

.kgp-panel-4 {
    --clip: polygon(35.5% 48.5%, 100% 18.5%, 100% 74.5%, 65.5% 74.5%);
}

.kgp-panel-5 {
    --clip: polygon(0 75.5%, 64.5% 75.5%, 54.5% 100%, 0 100%);
}

.kgp-panel-6 {
    --clip: polygon(65.5% 75.5%, 100% 75.5%, 100% 100%, 55.5% 100%);
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .kgp-container {
        width: 95vmin;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .kgp-container {
        width: 98vmin;
        max-width: 300px;
    }
}

/* ===== UIVERSE.IO BUTTON STYLING ===== */
/* From Uiverse.io by arthur_6104 */

/* Import Custom Font */
@font-face {
    font-family: 'RocabeTrial';
    src: url('../font/RocabeTrialRegular-OGMep.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.box-button {
    cursor: pointer;
    border: 4px solid black;
    background-color: #ff8c00;
    /* Orange base color */
    padding-bottom: 10px;
    transition: 0.1s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
}

.button {
    background-color: #ffa500;
    /* Lighter orange for button */
    border: 4px solid #fff;
    padding: 3px 8px;
    font-family: 'RocabeTrial', sans-serif;
    color: #000;
    /* Black font color */
}

.button span {
    font-size: 1.2em;
    letter-spacing: 1px;
    font-family: 'RocabeTrial', sans-serif;
    color: #000;
    /* Black font color */
}

.box-button:active {
    padding: 0;
    margin-bottom: 10px;
    transform: translateY(10px);
}

/* Play Button 3D Components - Exact Duplicate of Footer Button */
.play-button .button-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    padding: 8px 16px;
    transform: translateY(0);
    text-align: center;
    color: #333 !important;
    text-shadow: 0 -1px rgba(0, 0, 0, .25);
    transition-property: transform;
    transition-duration: .2s;
    -webkit-user-select: none;
    user-select: none;
    font-family: 'Death Star', 'Orbitron', monospace !important;
    font-size: 0.75rem;
    font-weight: normal;
    background: transparent !important;
}

.play-button:active .button-top {
    transform: translateY(6px);
}

.play-button .button-top::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    background-image: radial-gradient(#FFB800, #E6A600);
    text-align: center;
    color: #333;
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, .2), 0 1px 2px 1px rgba(255, 255, 255, .2);
    transition-property: border-radius, padding, width, transform;
    transition-duration: .2s;
}

.play-button:active .button-top::after {
    border-radius: 6px;
    padding: 0 2px;
}

.play-button .button-bottom {
    position: absolute;
    z-index: -1;
    bottom: 4px;
    left: 4px;
    border-radius: 8px / 16px 16px 8px 8px;
    padding-top: 6px;
    width: calc(100% - 8px);
    height: calc(100% - 10px);
    box-sizing: content-box;
    background-color: #CC8F00;
    background-image: radial-gradient(4px 8px at 4px calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(4px 8px at calc(100% - 4px) calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(16px at -4px 0, white, transparent), radial-gradient(16px at calc(100% + 4px) 0, white, transparent);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5), inset 0 -1px 3px 3px rgba(0, 0, 0, .4);
    transition-property: border-radius, padding-top;
    transition-duration: .2s;
}

.play-button:active .button-bottom {
    border-radius: 10px 10px 8px 8px / 8px;
    padding-top: 0;
}

.play-button .button-base {
    position: absolute;
    z-index: -2;
    top: 4px;
    left: 0;
    border-radius: 12px;
    width: 100%;
    height: calc(100% - 4px);
    background-color: rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px 0 black, inset 0 2px 2px rgba(0, 0, 0, .25);
}

.social-button {
    padding: 4px 8px;
    font-size: 0.9em;
}

.call-chub-button {
    padding: 6px 12px;
    font-size: 1em;
    font-weight: bold;
}

.copy-ca-button {
    padding: 4px 8px;
    font-size: 0.9em;
    font-weight: bold;
}

/* Responsive Button Sizing */
@media (max-width: 768px) {
    .social-button-tablet {
        padding: 3px 6px;
        font-size: 0.8em;
    }

    .call-chub-button-tablet {
        padding: 5px 10px;
        font-size: 0.9em;
    }

    .copy-ca-button-tablet {
        padding: 3px 6px;
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .social-button-mobile {
        padding: 2px 4px;
        font-size: 0.7em;
    }

    .call-chub-button-mobile {
        padding: 4px 8px;
        font-size: 0.8em;
    }

    .copy-ca-button-mobile {
        padding: 2px 4px;
        font-size: 0.7em;
    }
}

.flex.justify-center.gap-3 {
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* Button Container Spacing */
.box-button {
    margin: 0 4px;
    display: inline-block;
}

/* Ensure consistent button heights */
.button {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

/* Social button specific sizing */
.social-button {
    min-width: 80px;
    min-height: 44px;
}

.social-button-tablet {
    min-width: 70px;
    min-height: 40px;
}

.social-button-mobile {
    min-width: 60px;
    min-height: 36px;
}

/* Copy CA button specific sizing */
.copy-ca-button {
    min-width: 60px;
    min-height: 44px;
}

.copy-ca-button-tablet {
    min-width: 50px;
    min-height: 40px;
}

.copy-ca-button-mobile {
    min-width: 45px;
    min-height: 36px;
}