.elementor-234 .elementor-element.elementor-element-800afda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-234:not(.elementor-motion-effects-element-type-background), body.elementor-page-234 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0D1A;}body.elementor-page-234{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3dc0a61 *//* Animaciones adicionales para JavaScript */
@keyframes fambaseNumberPop {
    0% { transform: scale(0.8); opacity: 0; }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes fambaseRipple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Asegurar que las animaciones funcionen correctamente */
.fambase-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fambase-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Delays escalonados para animaciones */
.fambase-features-grid .fambase-feature-card:nth-child(1) { transition-delay: 0.1s; }
.fambase-features-grid .fambase-feature-card:nth-child(2) { transition-delay: 0.2s; }
.fambase-features-grid .fambase-feature-card:nth-child(3) { transition-delay: 0.3s; }
.fambase-features-grid .fambase-feature-card:nth-child(4) { transition-delay: 0.4s; }
.fambase-features-grid .fambase-feature-card:nth-child(5) { transition-delay: 0.5s; }
.fambase-features-grid .fambase-feature-card:nth-child(6) { transition-delay: 0.6s; }

.fambase-steps .fambase-step:nth-child(1) { transition-delay: 0.1s; }
.fambase-steps .fambase-step:nth-child(2) { transition-delay: 0.3s; }
.fambase-steps .fambase-step:nth-child(3) { transition-delay: 0.5s; }
/* Background Animation */
.fambase-bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.fambase-bg-animation::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(108, 92, 231, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 206, 201, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(253, 121, 168, 0.08) 0%, transparent 50%);
    animation: fambaseBgMove 20s ease-in-out infinite;
}

@keyframes fambaseBgMove {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(2%, 2%) rotate(1deg); }
    66% { transform: translate(-1%, 1%) rotate(-1deg); }
}

/* Floating Particles */
.fambase-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.fambase-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #6C5CE7;
    border-radius: 50%;
    opacity: 0.3;
    animation: fambaseFloat 15s infinite ease-in-out;
}

.fambase-particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.fambase-particle:nth-child(2) { left: 20%; top: 80%; animation-delay: 2s; background: #00CEC9; }
.fambase-particle:nth-child(3) { left: 60%; top: 30%; animation-delay: 4s; }
.fambase-particle:nth-child(4) { left: 80%; top: 70%; animation-delay: 6s; background: #FD79A8; }
.fambase-particle:nth-child(5) { left: 40%; top: 50%; animation-delay: 8s; background: #00CEC9; }
.fambase-particle:nth-child(6) { left: 90%; top: 10%; animation-delay: 10s; }

@keyframes fambaseFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.3; }
    50% { transform: translateY(-100px) scale(1.5); opacity: 0.6; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6836077 *//* Hero Section Styles */
.fambase-hero {
    font-family: 'Outfit', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.fambase-hero-content {
    max-width: 800px;
    text-align: center;
    animation: fambaseHeroFadeIn 1s ease;
}

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

.fambase-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(108, 92, 231, 0.2);
    border: 1px solid rgba(108, 92, 231, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    color: #6C5CE7;
    margin-bottom: 1.5rem;
    animation: fambaseHeroFadeIn 1s ease 0.2s both;
}

.fambase-badge-dot {
    width: 8px;
    height: 8px;
    background: #00CEC9;
    border-radius: 50%;
    animation: fambasePulse 2s infinite;
}

@keyframes fambasePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.fambase-hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #FFFFFF;
    animation: fambaseHeroFadeIn 1s ease 0.3s both;
}

.fambase-gradient-text {
    background: linear-gradient(135deg, #6C5CE7 0%, #A29BFE 50%, #00CEC9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fambase-hero-description {
    font-size: 1.25rem;
    color: #A0A0C0;
    max-width: 600px;
    margin: 0 auto 2.5rem;
    animation: fambaseHeroFadeIn 1s ease 0.4s both;
    line-height: 1.6;
}

.fambase-hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    animation: fambaseHeroFadeIn 1s ease 0.5s both;
}

/* CTA Button */
.fambase-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    background: linear-gradient(135deg, #6C5CE7 0%, #A29BFE 50%, #00CEC9 100%);
    border: none;
    border-radius: 60px;
    color: white !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.fambase-cta-button::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;
}

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

.fambase-cta-button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 60px rgba(108, 92, 231, 0.5);
    color: white !important;
}

.fambase-cta-button svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    fill: currentColor;
}

.fambase-cta-button:hover svg {
    transform: translateX(4px);
}

.fambase-cta-subtext {
    font-size: 0.9rem;
    color: #A0A0C0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.fambase-cta-subtext span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.fambase-cta-subtext svg {
    width: 16px;
    height: 16px;
    fill: #00CEC9;
}

/* Phone Mockup */
.fambase-phone-wrapper {
    margin-top: 4rem;
    animation: fambaseHeroFadeIn 1s ease 0.6s both;
}

.fambase-phone-mockup {
    position: relative;
    width: 280px;
    height: 560px;
    margin: 0 auto;
    background: #252542;
    border-radius: 40px;
    padding: 12px;
    box-shadow: 
        0 50px 100px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.fambase-phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0D0D1A 0%, #1A1A2E 100%);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.fambase-phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 28px;
    background: #252542;
    border-radius: 0 0 20px 20px;
}

.fambase-phone-content {
    padding: 3rem 1.5rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fambase-phone-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.fambase-avatar-group {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.fambase-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #1A1A2E;
    margin-left: -12px;
    background: linear-gradient(135deg, #6C5CE7 0%, #A29BFE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
}

.fambase-avatar:first-child {
    margin-left: 0;
}

.fambase-phone-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color: white;
}

.fambase-phone-subtitle {
    font-size: 0.75rem;
    color: #A0A0C0;
}

.fambase-phone-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    flex: 1;
}

.fambase-phone-video {
    background: #252542;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.fambase-phone-video::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(108, 92, 231, 0.3), rgba(0, 206, 201, 0.2));
    opacity: 0.5;
}

.fambase-video-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

.fambase-phone-video.main {
    grid-column: span 2;
    min-height: 100px;
}

.fambase-phone-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-top: 1rem;
}

.fambase-phone-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #252542;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fambase-phone-btn.end {
    background: #FF6B6B;
}

.fambase-phone-btn svg {
    width: 20px;
    height: 20px;
    fill: white;
}

/* Responsive */
@media (max-width: 768px) {
    .fambase-hero {
        padding: 1.5rem;
    }
    
    .fambase-hero-description {
        font-size: 1.1rem;
    }
    
    .fambase-cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .fambase-cta-subtext {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .fambase-phone-mockup {
        width: 240px;
        height: 480px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd82678 *//* Features Section Styles */
.fambase-features {
    font-family: 'Outfit', sans-serif;
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.fambase-section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.fambase-section-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6C5CE7;
    margin-bottom: 1rem;
    font-weight: 600;
}

.fambase-section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.fambase-section-description {
    color: #A0A0C0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.fambase-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.fambase-feature-card {
    background: #1A1A2E;
    border: 1px solid rgba(108, 92, 231, 0.2);
    border-radius: 24px;
    padding: 2rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.fambase-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #6C5CE7 0%, #A29BFE 50%, #00CEC9 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

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

.fambase-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(108, 92, 231, 0.4);
    box-shadow: 0 20px 60px rgba(108, 92, 231, 0.2);
}

.fambase-feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(108, 92, 231, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.fambase-feature-icon svg {
    width: 28px;
    height: 28px;
    fill: #6C5CE7;
}

.fambase-feature-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #FFFFFF;
}

.fambase-feature-card p {
    color: #A0A0C0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Animation Classes */
.fambase-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fambase-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .fambase-features {
        padding: 4rem 1.5rem;
    }
    
    .fambase-features-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e172413 *//* How It Works Section Styles */
.fambase-how-it-works {
    font-family: 'Outfit', sans-serif;
    padding: 6rem 2rem;
    background: #1A1A2E;
}

.fambase-how-it-works .fambase-section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.fambase-how-it-works .fambase-section-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6C5CE7;
    margin-bottom: 1rem;
    font-weight: 600;
}

.fambase-how-it-works .fambase-section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.fambase-how-it-works .fambase-section-description {
    color: #A0A0C0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.fambase-steps {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.fambase-step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
}

.fambase-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 70px;
    width: 2px;
    height: calc(100% + 1rem);
    background: linear-gradient(180deg, #6C5CE7 0%, rgba(108, 92, 231, 0.2) 100%);
}

.fambase-step-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6C5CE7 0%, #A29BFE 50%, #00CEC9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(108, 92, 231, 0.3);
}

.fambase-step-content h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.fambase-step-content p {
    color: #A0A0C0;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Animation Classes */
.fambase-how-it-works .fambase-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fambase-how-it-works .fambase-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .fambase-how-it-works {
        padding: 4rem 1.5rem;
    }
    
    .fambase-step {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .fambase-step:not(:last-child)::after {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f481a62 *//* CTA Section Styles */
.fambase-cta-section {
    font-family: 'Outfit', sans-serif;
    padding: 8rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fambase-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(108, 92, 231, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.fambase-cta-box {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.fambase-cta-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.fambase-cta-description {
    color: #A0A0C0;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Affiliate Disclosure - REQUERIDO */
.fambase-affiliate-disclosure {
    max-width: 100%;
    margin: 0 auto 2rem;
    padding: 1rem 1.5rem;
    background: rgba(253, 121, 168, 0.1);
    border: 1px solid rgba(253, 121, 168, 0.3);
    border-radius: 12px;
    font-size: 0.85rem;
    color: #A0A0C0;
    text-align: center;
    line-height: 1.6;
}

.fambase-affiliate-disclosure strong {
    color: #FD79A8;
}

/* CTA Button */
.fambase-cta-section .fambase-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    background: linear-gradient(135deg, #6C5CE7 0%, #A29BFE 50%, #00CEC9 100%);
    border: none;
    border-radius: 60px;
    color: white !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.fambase-cta-section .fambase-cta-button::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;
}

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

.fambase-cta-section .fambase-cta-button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 60px rgba(108, 92, 231, 0.5);
    color: white !important;
}

.fambase-cta-section .fambase-cta-button svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    fill: currentColor;
}

.fambase-cta-section .fambase-cta-button:hover svg {
    transform: translateX(4px);
}

/* Trust Items */
.fambase-cta-trust {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.fambase-trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #A0A0C0;
    font-size: 0.9rem;
}

.fambase-trust-item svg {
    width: 20px;
    height: 20px;
    fill: #00CEC9;
}

/* Responsive */
@media (max-width: 768px) {
    .fambase-cta-section {
        padding: 5rem 1.5rem;
    }
    
    .fambase-cta-section .fambase-cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .fambase-cta-trust {
        flex-direction: column;
        gap: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8e51cc *//* Footer Styles */
.fambase-footer {
    font-family: 'Outfit', sans-serif;
    background: #1A1A2E;
    padding: 4rem 2rem 2rem;
    border-top: 1px solid rgba(108, 92, 231, 0.2);
}

.fambase-footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.fambase-footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

/* Brand */
.fambase-footer-brand {
    max-width: 300px;
}

.fambase-footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #6C5CE7 0%, #A29BFE 50%, #00CEC9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fambase-logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #6C5CE7 0%, #A29BFE 50%, #00CEC9 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fambase-logo-icon svg {
    width: 20px;
    height: 20px;
}

.fambase-footer-brand p {
    color: #A0A0C0;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Footer Sections */
.fambase-footer-section h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.fambase-footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fambase-footer-section li {
    margin-bottom: 0.5rem;
}

.fambase-footer-section a {
    color: #A0A0C0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.fambase-footer-section a:hover {
    color: #6C5CE7;
}

/* Contact Info */
.fambase-footer-contact {
    background: #252542;
    border-radius: 12px;
    padding: 1.5rem;
}

.fambase-footer-contact p {
    color: #A0A0C0;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.5;
}

.fambase-footer-contact p:last-child {
    margin-bottom: 0;
}

.fambase-footer-contact svg {
    width: 16px;
    height: 16px;
    fill: #6C5CE7;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Footer Bottom */
.fambase-footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(108, 92, 231, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.fambase-footer-bottom p {
    color: #A0A0C0;
    font-size: 0.85rem;
    margin: 0;
}

.fambase-footer-legal {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.fambase-footer-legal a {
    color: #A0A0C0;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.fambase-footer-legal a:hover {
    color: #6C5CE7;
}

/* Responsive */
@media (max-width: 768px) {
    .fambase-footer {
        padding: 3rem 1.5rem 1.5rem;
    }
    
    .fambase-footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .fambase-footer-brand {
        max-width: 100%;
    }
    
    .fambase-footer-logo {
        justify-content: center;
    }
    
    .fambase-footer-contact p {
        justify-content: center;
        text-align: left;
    }
    
    .fambase-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .fambase-footer-legal {
        flex-direction: column;
        gap: 0.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-800afda */#fambase-join-btn {
  /* Estilo base */
  display: inline-block;
  padding: 14px 32px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #FF6B6B, #FF8E53);
  border: none;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;

  /* Asegurar que el botón no se rompa en pantallas pequeñas */
  white-space: nowrap;
}

/* Efecto hover */
#fambase-join-btn:hover {
  background: linear-gradient(135deg, #FF512F, #DD2476);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 81, 47, 0.5);
}

/* Efecto active (cuando se presiona) */
#fambase-join-btn:active {
  transform: translateY(0px);
  box-shadow: 0 4px 15px rgba(255, 81, 47, 0.3);
}

/* Para dispositivos móviles: más grande y fácil de tocar */
@media (max-width: 768px) {
  #fambase-join-btn {
    padding: 16px 40px;
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS *//* Background Animation */
.fambase-bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.fambase-bg-animation::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(108, 92, 231, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 206, 201, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(253, 121, 168, 0.08) 0%, transparent 50%);
    animation: fambaseBgMove 20s ease-in-out infinite;
}

@keyframes fambaseBgMove {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(2%, 2%) rotate(1deg); }
    66% { transform: translate(-1%, 1%) rotate(-1deg); }
}

/* Floating Particles */
.fambase-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.fambase-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #6C5CE7;
    border-radius: 50%;
    opacity: 0.3;
    animation: fambaseFloat 15s infinite ease-in-out;
}

.fambase-particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.fambase-particle:nth-child(2) { left: 20%; top: 80%; animation-delay: 2s; background: #00CEC9; }
.fambase-particle:nth-child(3) { left: 60%; top: 30%; animation-delay: 4s; }
.fambase-particle:nth-child(4) { left: 80%; top: 70%; animation-delay: 6s; background: #FD79A8; }
.fambase-particle:nth-child(5) { left: 40%; top: 50%; animation-delay: 8s; background: #00CEC9; }
.fambase-particle:nth-child(6) { left: 90%; top: 10%; animation-delay: 10s; }

@keyframes fambaseFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.3; }
    50% { transform: translateY(-100px) scale(1.5); opacity: 0.6; }
}/* End custom CSS */