.elementor-1696 .elementor-element.elementor-element-64642e48 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1696 .elementor-element.elementor-element-64642e48:not(.elementor-motion-effects-element-type-background), .elementor-1696 .elementor-element.elementor-element-64642e48 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1696 .elementor-element.elementor-element-64642e48{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 0px 120px 0px;}.elementor-1696 .elementor-element.elementor-element-64642e48 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1696 .elementor-element.elementor-element-t85nyl9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1696 .elementor-element.elementor-element-t85nyl9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-1696 .elementor-element.elementor-element-64642e48{padding:90px 25px 90px 25px;}.elementor-1696 .elementor-element.elementor-element-t85nyl9{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-1696 .elementor-element.elementor-element-64642e48{padding:75px 20px 75px 20px;}.elementor-1696 .elementor-element.elementor-element-t85nyl9{padding:0px 0px 0px 01px;}}/* Start custom CSS for html, class: .elementor-element-66ffce56 *//* --- SECTION CONTAINER --- */
.join-section {
    padding: 80px 5%;
    background: #000000; /* Deep black to anchor the page */
    text-align: center;
    border-radius: 32px; /* Large rounded corners for a modern container look */
    margin: 40px auto;
    max-width: 1100px;
    position: relative;
    overflow: hidden;
}

/* Subtle background glow effect */
.join-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* --- TYPOGRAPHY --- */
.join-section h2 {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.join-section p {
    font-size: 1.1rem;
    color: #94A3B8;
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* --- THE INPUT GROUP --- */
.input-group {
    display: flex;
    max-width: 480px;
    margin: 0 auto;
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    padding: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.input-group:focus-within {
    border-color: #3B82F6;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.15);
}

.join-section input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 16px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    outline: none;
}

.join-section input::placeholder {
    color: #4B5563;
}

.join-section button {
    background: #3B82F6;
    color: #FFFFFF;
    border: none;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.join-section button:hover {
    background: #2563EB;
}

/* --- MOBILE --- */
@media (max-width: 600px) {
    .join-section {
        padding: 60px 20px;
        margin: 20px 10px;
        border-radius: 20px;
    }
    
    .input-group {
        flex-direction: column;
        background: transparent;
        border: none;
        padding: 0;
    }
    
    .join-section h2{
        font-size: 1.5rem;
    }
    .join-section p{
        font-size: 1rem;
    }


    .join-section input {
        background: #111827;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        margin-bottom: 10px;
        padding: 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .join-section button {
        width: 100%;
        padding: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfeb8bc *//* --- FOOTER CONTAINER --- */
.pass-footer {
    background-color: #000000;
    color: #FFFFFF;
    padding: 80px 5% 40px 5%;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr; /* Branding gets more space */
    gap: 40px;
}

/* --- BRANDING COLUMN --- */
.footer-brand h2 {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.footer-brand p {
    color: #94A3B8;
    font-size: 14px;
    line-height: 1.6;
    max-width: 280px;
}

/* --- LINK COLUMNS --- */
.footer-column h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #3B82F6; /* Accent Blue */
    margin-bottom: 25px;
    font-weight: 700;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #94A3B8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #FFFFFF;
}

/* --- FOOTER BOTTOM --- */
.footer-bottom {
    max-width: 1200px;
    margin: 60px auto 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    color: #4B5563;
    font-size: 13px;
}

.legal-links {
    display: flex;
    gap: 25px;
}

.legal-links a {
    color: #4B5563;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: #94A3B8;
}

/* --- MOBILE OPTIMIZATION --- */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .pass-footer { padding: 60px 20px 30px 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .legal-links { justify-content: center; }
}/* End custom CSS */