/* 
   Alebrijes de Oaxaca Teotihuacán
   Casa Club Page Styles - Redesigned with Alebrijes Patterns
*/

/* Header Variants - Enhanced with Alebrijes Pattern */
.header-casaclub {
    position: relative;
    min-height: 350px;
    max-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: calc(var(--header-height) + 40px) 0 60px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}

.header-casaclub .header-overlay {
    display: none;
}

/* Alebrijes Pattern Background */
.header-casaclub::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='400' height='300' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='alebrijesPattern' x='0' y='0' width='400' height='300' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='80' height='60' fill='%23FF3333' stroke='%23000' stroke-width='2'/%3E%3Crect x='80' y='0' width='70' height='60' fill='%23FF6B00' stroke='%23000' stroke-width='2'/%3E%3Crect x='150' y='0' width='90' height='60' fill='%23FFD700' stroke='%23000' stroke-width='2'/%3E%3Crect x='240' y='0' width='65' height='60' fill='%23FF1493' stroke='%23000' stroke-width='2'/%3E%3Crect x='305' y='0' width='95' height='60' fill='%2332CD32' stroke='%23000' stroke-width='2'/%3E%3Crect x='0' y='60' width='60' height='70' fill='%234169E1' stroke='%23000' stroke-width='2'/%3E%3Crect x='60' y='60' width='85' height='70' fill='%239932CC' stroke='%23000' stroke-width='2'/%3E%3Crect x='145' y='60' width='75' height='70' fill='%23FF6B00' stroke='%23000' stroke-width='2'/%3E%3Crect x='220' y='60' width='100' height='70' fill='%23FF3333' stroke='%23000' stroke-width='2'/%3E%3Crect x='320' y='60' width='80' height='70' fill='%23FFD700' stroke='%23000' stroke-width='2'/%3E%3Crect x='0' y='130' width='95' height='65' fill='%23FF1493' stroke='%23000' stroke-width='2'/%3E%3Crect x='95' y='130' width='70' height='65' fill='%2332CD32' stroke='%23000' stroke-width='2'/%3E%3Crect x='165' y='130' width='85' height='65' fill='%234169E1' stroke='%23000' stroke-width='2'/%3E%3Crect x='250' y='130' width='75' height='65' fill='%239932CC' stroke='%23000' stroke-width='2'/%3E%3Crect x='325' y='130' width='75' height='65' fill='%23FF6B00' stroke='%23000' stroke-width='2'/%3E%3Crect x='0' y='195' width='65' height='105' fill='%23FF3333' stroke='%23000' stroke-width='2'/%3E%3Crect x='65' y='195' width='90' height='105' fill='%23FFD700' stroke='%23000' stroke-width='2'/%3E%3Crect x='155' y='195' width='70' height='105' fill='%23FF1493' stroke='%23000' stroke-width='2'/%3E%3Crect x='225' y='195' width='85' height='105' fill='%2332CD32' stroke='%23000' stroke-width='2'/%3E%3Crect x='310' y='195' width='90' height='105' fill='%234169E1' stroke='%23000' stroke-width='2'/%3E%3Crect x='280' y='20' width='120' height='40' fill='%231E3A8A'/%3E%3Ccircle cx='290' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='310' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='330' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='350' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='290' cy='50' r='4' fill='%23FFD700'/%3E%3Ccircle cx='310' cy='50' r='4' fill='%23FFD700'/%3E%3Ccircle cx='330' cy='50' r='4' fill='%23FFD700'/%3E%3Ccircle cx='350' cy='50' r='4' fill='%23FFD700'/%3E%3Crect x='0' y='240' width='100' height='60' fill='%231E3A8A'/%3E%3Ccircle cx='20' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='40' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='60' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='80' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='20' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='40' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='60' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='80' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='20' cy='290' r='5' fill='%23FFD700'/%3E%3Ccircle cx='40' cy='290' r='5' fill='%23FFD700'/%3E%3Ccircle cx='60' cy='290' r='5' fill='%23FFD700'/%3E%3Ccircle cx='80' cy='290' r='5' fill='%23FFD700'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23alebrijesPattern)' opacity='0.3'/%3E%3C/svg%3E");
    background-size: 400px 300px;
    background-repeat: repeat;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.header-casaclub .header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.header-casaclub .header-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--white);
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.header-casaclub .header-content p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* Intro Section - Enhanced */
.intro-section {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(243, 106, 33, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.intro-text .section-title-left {
    font-size: 2.8rem;
    color: var(--dark);
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
    font-weight: 900;
    line-height: 1.2;
}

.intro-text .section-title-left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 6px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 3px;
}

.intro-text p {
    font-size: 1.1rem;
    color: var(--text);
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
}

.intro-text p:last-child {
    margin-bottom: 0;
}

.intro-img {
    display: flex;
    justify-content: center;
    position: relative;
}

.intro-img img {
    max-width: 85%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* Benefits Section - Modern Design with Alebrijes Pattern */
.benefits-section {
    padding: 100px 0;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='400' height='300' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='alebrijesPattern' x='0' y='0' width='400' height='300' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='80' height='60' fill='%23FF3333' stroke='%23000' stroke-width='2'/%3E%3Crect x='80' y='0' width='70' height='60' fill='%23FF6B00' stroke='%23000' stroke-width='2'/%3E%3Crect x='150' y='0' width='90' height='60' fill='%23FFD700' stroke='%23000' stroke-width='2'/%3E%3Crect x='240' y='0' width='65' height='60' fill='%23FF1493' stroke='%23000' stroke-width='2'/%3E%3Crect x='305' y='0' width='95' height='60' fill='%2332CD32' stroke='%23000' stroke-width='2'/%3E%3Crect x='0' y='60' width='60' height='70' fill='%234169E1' stroke='%23000' stroke-width='2'/%3E%3Crect x='60' y='60' width='85' height='70' fill='%239932CC' stroke='%23000' stroke-width='2'/%3E%3Crect x='145' y='60' width='75' height='70' fill='%23FF6B00' stroke='%23000' stroke-width='2'/%3E%3Crect x='220' y='60' width='100' height='70' fill='%23FF3333' stroke='%23000' stroke-width='2'/%3E%3Crect x='320' y='60' width='80' height='70' fill='%23FFD700' stroke='%23000' stroke-width='2'/%3E%3Crect x='0' y='130' width='95' height='65' fill='%23FF1493' stroke='%23000' stroke-width='2'/%3E%3Crect x='95' y='130' width='70' height='65' fill='%2332CD32' stroke='%23000' stroke-width='2'/%3E%3Crect x='165' y='130' width='85' height='65' fill='%234169E1' stroke='%23000' stroke-width='2'/%3E%3Crect x='250' y='130' width='75' height='65' fill='%239932CC' stroke='%23000' stroke-width='2'/%3E%3Crect x='325' y='130' width='75' height='65' fill='%23FF6B00' stroke='%23000' stroke-width='2'/%3E%3Crect x='0' y='195' width='65' height='105' fill='%23FF3333' stroke='%23000' stroke-width='2'/%3E%3Crect x='65' y='195' width='90' height='105' fill='%23FFD700' stroke='%23000' stroke-width='2'/%3E%3Crect x='155' y='195' width='70' height='105' fill='%23FF1493' stroke='%23000' stroke-width='2'/%3E%3Crect x='225' y='195' width='85' height='105' fill='%2332CD32' stroke='%23000' stroke-width='2'/%3E%3Crect x='310' y='195' width='90' height='105' fill='%234169E1' stroke='%23000' stroke-width='2'/%3E%3Crect x='280' y='20' width='120' height='40' fill='%231E3A8A'/%3E%3Ccircle cx='290' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='310' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='330' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='350' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='290' cy='50' r='4' fill='%23FFD700'/%3E%3Ccircle cx='310' cy='50' r='4' fill='%23FFD700'/%3E%3Ccircle cx='330' cy='50' r='4' fill='%23FFD700'/%3E%3Ccircle cx='350' cy='50' r='4' fill='%23FFD700'/%3E%3Crect x='0' y='240' width='100' height='60' fill='%231E3A8A'/%3E%3Ccircle cx='20' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='40' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='60' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='80' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='20' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='40' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='60' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='80' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='20' cy='290' r='5' fill='%23FFD700'/%3E%3Ccircle cx='40' cy='290' r='5' fill='%23FFD700'/%3E%3Ccircle cx='60' cy='290' r='5' fill='%23FFD700'/%3E%3Ccircle cx='80' cy='290' r='5' fill='%23FFD700'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23alebrijesPattern)' opacity='0.15'/%3E%3C/svg%3E");
    background-size: 400px 300px;
    background-repeat: repeat;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}

.benefits-section .section-title {
    color: var(--white);
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 900;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 35px 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.benefit-card:hover::before {
    transform: scaleX(1);
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 106, 33, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.07);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--white);
    box-shadow: 0 6px 20px rgba(243, 106, 33, 0.3);
    transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.05);
}

.benefit-icon svg {
    width: 36px;
    height: 36px;
}

.benefit-card h3 {
    font-size: 1.4rem;
    color: var(--white);
    margin-bottom: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.benefit-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
    flex-grow: 1;
}

.benefit-badge {
    display: inline-block;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-left: 3px solid var(--primary);
    margin-top: auto;
    cursor: default;
    user-select: none;
    text-align: left;
    width: fit-content;
}

/* Values Section - Enhanced */
.values-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    position: relative;
    color: var(--white);
    padding: 100px 0;
    overflow: hidden;
}

.values-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(243, 106, 33, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(243, 106, 33, 0.15) 0%, transparent 50%);
    z-index: 0;
}

.values-section .container {
    position: relative;
    z-index: 2;
}

.values-section .section-title {
    color: var(--white);
    margin-bottom: 60px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.values-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.value-item {
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 45px 35px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.value-item:hover::before {
    transform: scaleX(1);
}

.value-item:hover {
    transform: translateY(-8px);
    border-color: rgba(243, 106, 33, 0.4);
    box-shadow: 0 15px 40px rgba(243, 106, 33, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.value-item h3 {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.value-item p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
}

/* CTA Section - Enhanced Design */
.cta-casaclub-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    position: relative;
    overflow: hidden;
}

.cta-casaclub-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='400' height='300' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='alebrijesPattern' x='0' y='0' width='400' height='300' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='80' height='60' fill='%23FF3333' stroke='%23000' stroke-width='2'/%3E%3Crect x='80' y='0' width='70' height='60' fill='%23FF6B00' stroke='%23000' stroke-width='2'/%3E%3Crect x='150' y='0' width='90' height='60' fill='%23FFD700' stroke='%23000' stroke-width='2'/%3E%3Crect x='240' y='0' width='65' height='60' fill='%23FF1493' stroke='%23000' stroke-width='2'/%3E%3Crect x='305' y='0' width='95' height='60' fill='%2332CD32' stroke='%23000' stroke-width='2'/%3E%3Crect x='0' y='60' width='60' height='70' fill='%234169E1' stroke='%23000' stroke-width='2'/%3E%3Crect x='60' y='60' width='85' height='70' fill='%239932CC' stroke='%23000' stroke-width='2'/%3E%3Crect x='145' y='60' width='75' height='70' fill='%23FF6B00' stroke='%23000' stroke-width='2'/%3E%3Crect x='220' y='60' width='100' height='70' fill='%23FF3333' stroke='%23000' stroke-width='2'/%3E%3Crect x='320' y='60' width='80' height='70' fill='%23FFD700' stroke='%23000' stroke-width='2'/%3E%3Crect x='0' y='130' width='95' height='65' fill='%23FF1493' stroke='%23000' stroke-width='2'/%3E%3Crect x='95' y='130' width='70' height='65' fill='%2332CD32' stroke='%23000' stroke-width='2'/%3E%3Crect x='165' y='130' width='85' height='65' fill='%234169E1' stroke='%23000' stroke-width='2'/%3E%3Crect x='250' y='130' width='75' height='65' fill='%239932CC' stroke='%23000' stroke-width='2'/%3E%3Crect x='325' y='130' width='75' height='65' fill='%23FF6B00' stroke='%23000' stroke-width='2'/%3E%3Crect x='0' y='195' width='65' height='105' fill='%23FF3333' stroke='%23000' stroke-width='2'/%3E%3Crect x='65' y='195' width='90' height='105' fill='%23FFD700' stroke='%23000' stroke-width='2'/%3E%3Crect x='155' y='195' width='70' height='105' fill='%23FF1493' stroke='%23000' stroke-width='2'/%3E%3Crect x='225' y='195' width='85' height='105' fill='%2332CD32' stroke='%23000' stroke-width='2'/%3E%3Crect x='310' y='195' width='90' height='105' fill='%234169E1' stroke='%23000' stroke-width='2'/%3E%3Crect x='280' y='20' width='120' height='40' fill='%231E3A8A'/%3E%3Ccircle cx='290' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='310' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='330' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='350' cy='30' r='4' fill='%23FFD700'/%3E%3Ccircle cx='290' cy='50' r='4' fill='%23FFD700'/%3E%3Ccircle cx='310' cy='50' r='4' fill='%23FFD700'/%3E%3Ccircle cx='330' cy='50' r='4' fill='%23FFD700'/%3E%3Ccircle cx='350' cy='50' r='4' fill='%23FFD700'/%3E%3Crect x='0' y='240' width='100' height='60' fill='%231E3A8A'/%3E%3Ccircle cx='20' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='40' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='60' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='80' cy='250' r='5' fill='%23FFD700'/%3E%3Ccircle cx='20' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='40' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='60' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='80' cy='270' r='5' fill='%23FFD700'/%3E%3Ccircle cx='20' cy='290' r='5' fill='%23FFD700'/%3E%3Ccircle cx='40' cy='290' r='5' fill='%23FFD700'/%3E%3Ccircle cx='60' cy='290' r='5' fill='%23FFD700'/%3E%3Ccircle cx='80' cy='290' r='5' fill='%23FFD700'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23alebrijesPattern)' opacity='0.12'/%3E%3C/svg%3E");
    background-size: 400px 300px;
    background-repeat: repeat;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}

.cta-casaclub-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-casaclub-content h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    color: var(--white);
    margin-bottom: 25px;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.cta-casaclub-content p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 45px;
    line-height: 1.8;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.cta-buttons-wrapper {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cta-buttons-wrapper .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    padding: 18px 36px;
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cta-buttons-wrapper .btn svg {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.cta-buttons-wrapper .btn:hover svg {
    transform: scale(1.1);
}

/* Facebook Button */
.btn-facebook-visorias {
    background: linear-gradient(135deg, #1877f2 0%, #166fe5 100%);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 8px 30px rgba(24, 119, 242, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

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

.btn-facebook-visorias:hover::before {
    left: 100%;
}

.btn-facebook-visorias:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 12px 40px rgba(24, 119, 242, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Registrar Visoría Button */
.btn-registrar-visorias {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 8px 30px rgba(243, 106, 33, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

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

.btn-registrar-visorias:hover::before {
    left: 100%;
}

.btn-registrar-visorias:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 12px 40px rgba(243, 106, 33, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.btn-registrar-visorias svg {
    margin-right: 0;
    margin-left: 10px;
}

.cta-casaclub-content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 968px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .intro-text .section-title-left {
        display: inline-block;
        text-align: left;
        padding-left: 25px;
    }

    .intro-img {
        order: -1;
        margin-bottom: 30px;
    }

    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    .values-wrapper {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .header-casaclub {
        min-height: 400px;
    }

    .intro-section {
        padding: 60px 0;
    }

    .intro-text .section-title-left {
        font-size: 2.2rem;
    }

    .intro-text p {
        font-size: 1rem;
    }

    .benefits-section {
        padding: 60px 0;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .benefit-card {
        padding: 30px 25px;
    }

    .benefit-card h3 {
        font-size: 1.3rem;
    }

    .benefit-card p {
        font-size: 0.95rem;
    }

    .values-section {
        padding: 60px 0;
    }

    .value-item {
        min-width: 100%;
        padding: 35px 25px;
    }

    .value-item h3 {
        font-size: 1.5rem;
    }
}
