/* RUNA CASINO - Spanish Casino Website Styles with Yellow-Gray Theme */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
}

.runa-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.runa-container p {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.runa-container h3 {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

/* Header */
.runa-header {
    background: rgba(26, 26, 26, 0.95);
    padding: 1rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 3px solid #FFD700;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
    backdrop-filter: blur(15px);
}

.runa-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.runa-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.runa-logo-symbol {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    animation: runaLogoPulse 2s ease-in-out infinite;
}

.runa-logo-symbol i {
    font-size: 1.8rem;
    color: #1a1a1a;
}

@keyframes runaLogoPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.runa-logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.runa-logo-main {
    font-size: 2.5rem;
    font-weight: 900;
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
    letter-spacing: 3px;
    position: relative;
}

.runa-logo-main::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    border-radius: 1px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}



.runa-cta-button {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #1a1a1a;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    position: relative;
    overflow: hidden;
    font-size: 1rem;
}

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

.runa-cta-button:hover::before {
    left: 100%;
}

.runa-cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
    background: linear-gradient(135deg, #FFA500, #FFD700);
}

/* Hero Section */
.runa-hero {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(45, 45, 45, 0.8) 50%, rgba(26, 26, 26, 0.9) 100%);
    padding: 120px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.runa-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><linearGradient id="heroGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23FFD700;stop-opacity:0.1"/><stop offset="50%" style="stop-color:%23FFA500;stop-opacity:0.05"/><stop offset="100%" style="stop-color:%23C0C0C0;stop-opacity:0.08"/></linearGradient><pattern id="casinoPattern" x="0" y="0" width="200" height="200" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="3" fill="%23FFD700" opacity="0.15"/><circle cx="150" cy="150" r="2" fill="%23FFA500" opacity="0.1"/><circle cx="100" cy="25" r="1.5" fill="%23C0C0C0" opacity="0.08"/><circle cx="25" cy="175" r="2.5" fill="%23FFD700" opacity="0.12"/><circle cx="175" cy="75" r="1" fill="%23C0C0C0" opacity="0.06"/><circle cx="75" cy="125" r="2" fill="%23FFA500" opacity="0.09"/><circle cx="125" cy="200" r="1.8" fill="%23FFD700" opacity="0.11"/><circle cx="200" cy="100" r="1.2" fill="%23C0C0C0" opacity="0.07"/></pattern></defs><rect width="1200" height="600" fill="url(%23heroGrad)"/><rect width="1200" height="600" fill="url(%23casinoPattern)"/><g opacity="0.3"><circle cx="300" cy="150" r="80" fill="none" stroke="%23FFD700" stroke-width="2" opacity="0.1"/><circle cx="900" cy="450" r="60" fill="none" stroke="%23FFA500" stroke-width="2" opacity="0.08"/><circle cx="600" cy="300" r="100" fill="none" stroke="%23C0C0C0" stroke-width="1.5" opacity="0.06"/><circle cx="150" cy="400" r="50" fill="none" stroke="%23FFD700" stroke-width="1" opacity="0.09"/><circle cx="1050" cy="200" r="70" fill="none" stroke="%23C0C0C0" stroke-width="1.8" opacity="0.07"/></g></svg>');
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    z-index: 1;
}

.runa-hero-content {
    position: relative;
    z-index: 3;
}

.runa-hero h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 2rem;
    color: #FFD700;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.runa-hero p {
    font-size: 1.1rem;
    color: #E0E0E0;
    margin-bottom: 2.5rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.runa-hero-description {
    margin: 0 0 3rem 0;
    text-align: left;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.runa-hero-description p {
    font-size: 1.1rem;
    color: #D0D0D0;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    text-align: justify;
}

.runa-hero-description p:last-child {
    margin-bottom: 0;
}

.runa-hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.runa-btn-secondary {
    background: rgba(45, 45, 45, 0.8);
    color: #FFFFFF;
    padding: 15px 30px;
    border: 2px solid #FFD700;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
    backdrop-filter: blur(10px);
}

.runa-btn-secondary:hover {
    background: #FFD700;
    color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

/* Main Content */
.runa-main {
    padding: 40px 0;
}

.runa-section-title {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.runa-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.runa-card {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid #FFD700;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    backdrop-filter: blur(10px);
}

.runa-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
}

.runa-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255, 215, 0, 0.3);
    border-color: #FFA500;
    background: linear-gradient(135deg, #3a3a3a, #4a4a4a);
}

.runa-card-icon {
    font-size: 2.5rem;
    color: #FFD700;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.runa-card:hover .runa-card-icon {
    transform: scale(1.1) rotate(5deg);
    color: #FFA500;
}

.runa-card h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    color: #FFFFFF;
    flex-shrink: 0;
    min-height: 3.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
}

.runa-card p {
    color: #D0D0D0;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    flex-grow: 1;
    flex-shrink: 0;
}

.runa-card-button {
    background: rgba(45, 45, 45, 0.8);
    color: #FFFFFF;
    padding: 12px 25px;
    border: 2px solid #FFD700;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
    margin-top: auto;
    align-self: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.runa-card-button:hover {
    background: #FFD700;
    color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

/* Bonus Grid */
.runa-bonus-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.runa-bonus-item {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    border-radius: 15px;
    padding: 1.5rem;
    border: 2px solid #FFA500;
    box-shadow: 0 8px 25px rgba(255, 165, 0, 0.2);
    transition: all 0.3s ease;
}

.runa-bonus-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 165, 0, 0.3);
}

.runa-bonus-item h3 {
    color: #FFA500;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: center;
}

.runa-bonus-item p {
    color: #D0D0D0;
    text-align: center;
    line-height: 1.6;
}

/* Games Grid */
.runa-games-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.runa-game-category {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    border-radius: 15px;
    padding: 1.5rem;
    border: 2px solid #C0C0C0;
    box-shadow: 0 8px 25px rgba(192, 192, 192, 0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.runa-game-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(192, 192, 192, 0.3);
    border-color: #FFD700;
}

.runa-game-category h3 {
    color: #C0C0C0;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.runa-game-category p {
    color: #D0D0D0;
    line-height: 1.6;
}

/* Payment Methods */
.runa-payment-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.runa-payment-method {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    border-radius: 15px;
    padding: 1.5rem;
    border: 2px solid #FFD700;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.runa-payment-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.3);
}

.runa-payment-method i {
    font-size: 2.5rem;
    color: #FFD700;
    margin-bottom: 1rem;
}

.runa-payment-method h4 {
    color: #FFD700;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.runa-payment-method p {
    color: #D0D0D0;
    line-height: 1.6;
}

/* Steps */
.runa-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}

.runa-step {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    border-radius: 15px;
    padding: 1.5rem;
    border: 2px solid #C0C0C0;
    box-shadow: 0 8px 25px rgba(192, 192, 192, 0.2);
    transition: all 0.3s ease;
}

.runa-step:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 35px rgba(192, 192, 192, 0.3);
    border-color: #FFD700;
}

.runa-step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFA500, #FFD700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a1a1a;
    flex-shrink: 0;
}

.runa-step-content h4 {
    color: #FFA500;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.runa-step-content p {
    color: #D0D0D0;
    margin: 0;
}

/* Final CTA */
.runa-final-cta {
    text-align: center;
    font-size: 1.2rem;
    color: #FFD700;
    font-weight: bold;
    margin: 3rem 0 2rem 0;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 165, 0, 0.1));
    border-radius: 15px;
    border: 2px solid #FFD700;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

/* FAQ Section */
.runa-faq-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 40px 0;
}

.runa-faq-item {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    border-radius: 15px;
    margin-bottom: 1rem;
    border: 2px solid #FFD700;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

.runa-faq-question {
    background: none;
    border: none;
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.runa-faq-question:hover {
    background: rgba(255, 215, 0, 0.1);
}

.runa-faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: #D0D0D0;
    display: none;
    font-size: 1.1rem;
}

.runa-faq-answer.active {
    display: block;
}

.runa-faq-icon {
    color: #FFD700;
    transition: transform 0.3s ease;
    font-size: 1.2rem;
}

.runa-faq-icon.rotated {
    transform: rotate(180deg);
}

/* Footer */
.runa-footer {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    padding: 60px 0 40px;
    border-top: 3px solid #FFD700;
}

.runa-footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.runa-footer-section:first-child {
    grid-column: 1;
}

.runa-footer-section:nth-child(2),
.runa-footer-section:nth-child(3),
.runa-footer-section:nth-child(4) {
    grid-column: span 1;
}

.runa-footer-section h3 {
    color: #FFD700;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.runa-footer-section a {
    color: #C0C0C0;
    text-decoration: none;
    display: block;
    margin-bottom: 0.8rem;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.runa-footer-section a:hover {
    color: #FFD700;
    transform: translateX(10px);
}

.runa-footer-bottom {
    text-align: center;
    padding-top: 3rem;
    border-top: 2px solid #4a4a4a;
    color: #C0C0C0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .runa-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .runa-bonus-grid,
    .runa-games-grid,
    .runa-payment-methods {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .runa-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .runa-hero h1 {
        font-size: 2.5rem;
    }

    .runa-hero p {
        font-size: 1.1rem;
    }

    .runa-hero-description p {
        font-size: 1rem;
        text-align: left;
    }

    .runa-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .runa-section-title {
        font-size: 2.5rem;
    }

    .runa-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .runa-container {
        padding: 0 15px;
    }

    .runa-logo-main {
        font-size: 2rem;
    }

    .runa-logo-symbol {
        width: 40px;
        height: 40px;
    }

    .runa-footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .runa-footer-section:first-child {
        grid-column: 1;
        text-align: center;
    }

    .runa-footer-section:nth-child(2),
    .runa-footer-section:nth-child(3),
    .runa-footer-section:nth-child(4) {
        grid-column: 1;
        text-align: center;
    }
}

    .runa-logo-symbol i {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .runa-hero {
        padding: 120px 0 80px;
    }

    .runa-hero h1 {
        font-size: 2rem;
    }

    .runa-hero-description p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .runa-card {
        padding: 1.5rem;
    }

    .runa-bonus-grid,
    .runa-games-grid,
    .runa-payment-methods {
        gap: 1rem;
    }

    .runa-step {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

/* Animations and Transitions */
.runa-fade-in {
    animation: runaFadeIn 0.8s ease-out forwards;
}

@keyframes runaFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.runa-card {
    animation: runaCardAppear 0.6s ease-out forwards;
}

@keyframes runaCardAppear {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Hover Effects */
.runa-card:hover .runa-card-icon {
    transform: scale(1.1) rotate(5deg);
    transition: transform 0.3s ease;
}

.runa-card:hover h3 {
    color: #FFD700;
    transition: color 0.3s ease;
}

/* Logo Animation */
.runa-logo:hover .runa-logo-main {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.runa-logo:hover .runa-logo-symbol {
    animation: runaLogoSpin 1s ease-in-out;
}

@keyframes runaLogoSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Button Animations */
.runa-cta-button:hover,
.runa-btn-secondary:hover,
.runa-card-button:hover {
    transform: translateY(-3px) scale(1.05);
    transition: all 0.3s ease;
}

/* Smooth Transitions */
* {
    transition: all 0.3s ease;
}

/* Focus States */
.runa-cta-button:focus,
.runa-btn-secondary:focus,
.runa-card-button:focus {
    outline: 3px solid #FFD700;
    outline-offset: 3px;
}

/* Loading States */
.runa-card.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Success States */
.runa-card.success {
    border-color: #4CAF50;
    box-shadow: 0 8px 30px rgba(76, 175, 80, 0.3);
}
