﻿/* Cassino Page Specific Styles - Elegant Luxury Design */

/* Hero Section - Luxury Style */
.hero-section {
    background: linear-gradient(135deg, rgba(13, 40, 24, 0.85), rgba(20, 15, 10, 0.75));
    border: 3px solid #9B59B6;
    border-radius: 25px;
    padding: 55px;
    margin: 40px 0;
    box-shadow: 0 15px 50px rgba(255, 215, 0, 0.3), inset 0 0 50px rgba(255, 215, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

/* Hero Title - Elegant Typography */
.hero-title {
    text-align: center;
    color: #9B59B6;
    font-size: 2.7em;
    font-weight: 800;
    margin: 0 0 30px 0;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 215, 0, 0.3);
    letter-spacing: -0.3px;
    position: relative;
    z-index: 1;
}

/* Promo Text - Refined Style */
.promo-text {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 215, 0, 0.3);
    color: #f0f0f0;
    font-size: 1.08em;
    padding: 28px 32px;
    margin: 0 0 35px 0;
    line-height: 1.8;
    text-align: left;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;
}

.promo-banner-image {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 20px;
    margin: 30px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 215, 0, 0.2);
    border: 3px solid rgba(255, 215, 0, 0.5);
    position: relative;
    z-index: 1;
}

.hero-cta {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.hero-cta .btn {
    font-size: 1.2em;
    padding: 20px 45px;
    border-radius: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    transition: all 0.3s;
}

.hero-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
}

/* Content Sections - Premium Cards */
.content-section {
    margin: 75px 0;
}

.content-block {
    background: linear-gradient(145deg, rgba(13, 40, 24, 0.85), rgba(25, 35, 25, 0.7));
    border: 2px solid rgba(255, 215, 0, 0.35);
    border-radius: 22px;
    padding: 48px;
    margin-bottom: 55px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 55px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.content-block::after {
    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.5s;
}

.content-block:hover::after {
    left: 100%;
}

.content-block:hover {
    border-color: #9B59B6;
    box-shadow: 0 18px 50px rgba(255, 215, 0, 0.35);
    transform: translateY(-6px);
    background: linear-gradient(145deg, rgba(13, 40, 24, 0.95), rgba(25, 35, 25, 0.8));
}

.content-block-left {
    flex-direction: row;
}

.content-block-right {
    flex-direction: row-reverse;
}

.content-text {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.content-text h2 {
    color: #9B59B6;
    font-size: 2.1em;
    margin-bottom: 28px;
    font-weight: 800;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-left: 5px solid #9B59B6;
    padding-left: 20px;
}

.content-text p {
    color: #eaeaea;
    font-size: 1.08em;
    line-height: 1.9;
    margin-bottom: 32px;
}

.content-text .btn {
    margin-top: 28px;
    padding: 16px 36px;
    border-radius: 30px;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.content-text .btn:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
}

.content-image-wrapper {
    flex-shrink: 0;
    width: 400px;
    position: relative;
    z-index: 1;
}

.content-image {
    width: 100%;
    height: auto;
    border-radius: 18px;
    border: 3px solid rgba(255, 215, 0, 0.6);
    display: block;
    transition: all 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.content-image:hover {
    transform: scale(1.08) rotate(1deg);
    border-color: #9B59B6;
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        border-radius: 0;
        margin: 20px 0;
        padding: 38px 20px;
    }
    
    .hero-section::before {
        display: none;
    }
    
    .hero-title {
        font-size: 2em;
        margin-bottom: 22px;
    }
    
    .promo-text {
        padding: 22px;
        font-size: 1em;
    }
    
    .content-block {
        flex-direction: column !important;
        padding: 32px 20px;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        gap: 32px;
    }
    
    .content-block::after {
        display: none;
    }
    
    .content-block-left,
    .content-block-right {
        flex-direction: column !important;
    }
    
    .content-image-wrapper {
        width: 100%;
        max-width: 100%;
    }
    
    .content-image {
        width: 100%;
    }
    
    .content-text {
        width: 100%;
    }
    
    .content-text h2 {
        font-size: 1.7em;
        border-left: 4px solid #9B59B6;
        padding-left: 15px;
    }
    
    .hero-cta {
        gap: 18px;
    }
    
    .hero-cta .btn {
        font-size: 1.05em;
        padding: 16px 32px;
    }
}
