@charset "UTF-8";


.hero-section--community{
    position: relative;
    align-items: center;
}
/*
.hero-section--community:before{
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}*/

.hero-section--community .hero-tile-content{
    max-width: 100%;
    width: 916px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

.hero-section--community .hero-tile-content p{
    max-width: 627px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.hero-section--community .hero-eyebrow{
    color: #FDD100;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 121.739% */
    letter-spacing: 2.3px;
}

.hero-section--community .hero-tile-content h1, 
.hero-section--community .hero-tile-content h2, 
.hero-section--community .hero-tile-content h3, 
.hero-section--community .hero-tile-content h4, 
.hero-section--community .hero-tile-content h5, 
.hero-section--community .hero-tile-content h6{
    margin-bottom: 40px;
}

.hero-section--community .btn-base{
    font-size: 16.629px !important;
    line-height: normal !important;
    letter-spacing: 1.663px !important;
    padding: 12px 36px !important;
}

.hero-section--community .hero-logo img{
    width: 148px;
    margin-bottom: 32px;
}

@media (min-width:1024px){
    .hero-section--community .hero-tile-content h1,
    .hero-section--community .hero-tile-content h2,
    .hero-section--community .hero-tile-content h3,
    .hero-section--community .hero-tile-content h4,
    .hero-section--community .hero-tile-content h5,
    .hero-section--community .hero-tile-content h6{
        font-size: 50px;
    }

    .hero-section--community{
        min-height: 668px;
    }

    .hero-section--community .hero-tile{
        margin-top: 60px;
    }

    .hero-section--community .hero-tile-content p{
        font-size: 23px;
    }
}

.hero-section--community .hero-tile-content h1 {
    font-weight: 600;
}


/* ============================================
   Community: How It Works
   ============================================ */

.how-it-works-section--community {
    padding: 60px 20px;
}

/* Header */
.how-it-works-section--community .how-it-works-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.how-it-works-section--community .how-it-works-header {
    text-align: center;
    margin-bottom: 48px;
}

.how-it-works-section--community .subtitle{
    margin-bottom: 10px;
}

.how-it-works-section--community .how-it-works-heading {
    margin-bottom: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

}

.how-it-works-section--community .how-it-works-content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: #252A37;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 131.818% */
}

/* Body - two column layout */
.how-it-works-section--community .how-it-works-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

/* Image */
.how-it-works-section--community .how-it-works-image {
    width: 100%;
}

.how-it-works-section--community .how-it-works-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* List */
.how-it-works-section--community .how-it-works-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.how-it-works-section--community .how-it-works-list-item {
    display: flex;
    align-items: flex-start;
    gap: 27px;
    align-items: center;
}

/* Step number badge */
.how-it-works-section--community .how-it-works-step-number {
    background: #FDD100;
    color: #252A37;
    font-size: 20px;
    font-weight: 500;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
        font-family: "DINNext", sans-serif !important;
}

/* Step content */
.how-it-works-section--community .how-it-works-step-content p {
    margin: 0;
    color: #252A37;
    font-size: 19.902px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.how-it-works-section--community .how-it-works-step-content p a{
    font-weight: 500;
    border-bottom: solid 1px;
}

/* Desktop */
@media (min-width: 1024px) {
    .how-it-works-section--community {
        padding: 80px 40px;
    }

    .how-it-works-section--community .how-it-works-body {
        flex-direction: row;
        align-items: center;
        gap: 53px;
        width: 980px;
        max-width: 100%;
        margin: auto;
    }

    .how-it-works-section--community .how-it-works-image {
        width: 50%;
        flex-shrink: 0;
    }

    .how-it-works-section--community .how-it-works-list {
        width: 50%;
    }

    .how-it-works-section--community .how-it-works-heading{
        font-size: 42px;
    }
}


/* ============================================
   Community: FAQ
   ============================================ */

.faq-section--community {
    background-color: #F4F4F4;
    padding: 60px 20px;
}

.faq-section--community .faq-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.faq-section--community .faq-header {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #252A37;
    max-width: 934px;
    margin: auto;
    margin-bottom: 0;
}

.faq-section--community .faq-header .subtitle {
    margin-bottom: 16px;
}

.faq-section--community .faq-heading {
    margin-bottom: 0;
}

/* Accordion overrides */
.faq-section--community .faq-accordion {
    border: none;
    border-radius: 0;
    background: transparent;
    max-width: 934px;
    margin: auto;
}

.faq-section--community .faq-accordion .ui-accordion-header,
.faq-section--community .faq-accordion h3.primary {
    background: none !important;
    border: none;
    border-bottom: 1px solid #252A37;
    border-radius: 0;
    padding: 24px 40px 24px 0;
    font-size: 18px;
    font-weight: 700;
    color: #252A37;
    position: relative;
    cursor: pointer;
    outline: none;
}

.faq-section--community .faq-accordion h3.ui-accordion-header-active{
    border: none;
    padding-bottom: 0;
}

.faq-section--community .faq-accordion h3.primary .title,
.faq-section--community .faq-accordion h3.primary .title:hover {
    color: #252A37;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.99px; /* 155.5% */
    letter-spacing: -0.022px;
}

.faq-section--community .faq-accordion h3.ui-accordion-header-active .title,
.faq-section--community .faq-accordion h3.ui-accordion-header-active .title:hover {
    font-weight: 700;
}

/* Hide default jQuery UI icon, use CSS chevron instead */
.faq-section--community .faq-accordion h3.primary .ui-accordion-header-icon {
    display: none;
}

.faq-section--community .faq-accordion h3.primary:after {
    content: '';
    display: block;
    position: absolute;
    right: 24px;
    top: 34px;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-right: 2px solid #252A37;
    border-bottom: 2px solid #252A37;
    transition: transform 0.2s ease;
}

.faq-section--community .faq-accordion h3.primary.ui-accordion-header-active:after {
    transform: translateY(-50%) rotate(-135deg);
    top: 43px;
}

/* Panel */
.faq-section--community .faq-accordion .content.primary,
.faq-section--community .faq-accordion .ui-accordion-content {
    background: transparent;
    border: none;
    border-bottom: 1px solid #252A37;
    border-radius: 0;
    padding: 24px 24px 24px 0;
}

.faq-section--community .faq-accordion .content.primary p {
    margin: 0;
    color: #252A37;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */

}

.faq-section--community .faq-accordion .content.primary p a {
    text-decoration: underline;
    font-weight: 400;
}

.faq-section--community .faq-accordion .content.primary p strong {
    font-weight: 700 !important;
}



/* ============================================
   Community: Tabs
   ============================================ */

.tabs-section--community {
    padding: 60px 24px;
    background: #252A37;
}

.tabs-section--community .s-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.tabs-section--community .tabs-header {
    text-align: center;
    margin-bottom: 48px;
}

.tabs-section--community .tabs-header .subtitle {
    margin-bottom: 10px;
    color: #FDD106;
}

.tabs-section--community .tabs-heading {
    margin-bottom: 16px;
    color: #fff;
}

.tabs-section--community .tabs-intro{
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 131.818% */
    max-width: 640px;
    margin: auto;
}

.tabs-section--community .tabs-content {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
}

/* Tab Nav */
.tabs-section--community .tabs-nav {
    list-style: none;
    margin: 0 auto 40px;
    padding: 0;
    display: flex;
    border-bottom: 3px solid #A6A6A6;
    gap: 50px;
    width: max-content;
}

.tabs-section--community .tabs-nav-item {
    text-align: center;
    margin-bottom: 1.5px;
}

.tabs-section--community .tabs-nav-btn {
    display: block;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -4px;
    padding: 10px 0px;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
    color: #D9D9D9;
    text-align: center;
    leading-trim: both;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 146.667% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tabs-section--community .tabs-nav-btn:hover {
    color: #fff;
    border-bottom-color: #FDD106;
}

.tabs-section--community .tabs-nav-btn.is-active {
    font-weight: 700;
    color: #fff;
    border-bottom-color: #FDD106;
}

/* Tab Panels */
.tabs-section--community .tabs-panels {
    padding-top: 0;
    width: 935px;
    margin: auto;
    max-width: 100%;
}

.tabs-section--community .tabs-panel {
    display: none;
}

.tabs-section--community .tabs-panel.is-active {
    display: block;
}

/* First card — relative so CTA + gradient sit on top */
.tabs-section--community .tabs-card.has-cta {
    position: relative;
}

/* Cards — single column, full width, horizontal layout */
.tabs-section--community .tabs-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Each card: image left, content right */
.tabs-section--community .tabs-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    min-height: 220px;
    padding: 40px;
    position: relative;
}

.tabs-section--community .tabs-card:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 260px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(45,49,64,0.92) 100%);
    pointer-events: none;
}


/* Alternate dark background */
.tabs-section--community .tabs-card:not(:first-child) {
    opacity: 0.2;
}

/* Image — fixed left column */
.tabs-section--community .tabs-card-thumb {
    width: 300px;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 9 / 6;
    height: auto;
    display: block;
}

.tabs-section--community .tabs-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content — right side */
.tabs-section--community .tabs-card-body {
    flex: 1;
    padding: 0 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tabs-section--community .tabs-card-title {
    color: #252A37;
    margin-bottom: 16px;
    margin-top: 0px !important;
}

.tabs-section--community .tabs-card-content p {
    font-size: 14px;
    line-height: 22px;
    color: #252A37;
    margin: 0 0 12px;
    font-weight: 400;
}

.tabs-section--community .tabs-card-content p:last-child {
    margin-bottom: 0;
}

.tabs-section--community .tabs-panel-cta {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.tabs-section--community .tabs-panel-cta .main-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 16.629px !important;
    line-height: normal !important;
    letter-spacing: 1.663px !important;
    padding: 12px 36px !important;
}

.tabs-card-content{
    position: relative;
}

.tabs-section--community .tabs-cards .tabs-card:first-child .tabs-card-content:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.tabs-wrap .tabs-nav-wrap{
    overflow: auto;
}

.tabs-section--community .tabs-panel-cta .main-btn svg{
    margin-top: -3px;
}

.footer-sign-up span{
    display: block;
    margin-bottom: 16px;
}

.footer-sign-up span:last-child{
    margin-bottom: 0;
}

/* Desktop */
@media (min-width: 1024px) {
    .tabs-section--community {
        padding: 100px 0;
    }

    .tabs-section--community .tabs-heading {
        font-size: 42px;
    }

    .tabs-section--community .tabs-card-thumb {
        width: 250px;
    }
}



@media (max-width:1023px){
    .tabs-section--community .tabs-card{
        flex-direction: column;
    }

    .tabs-section--community .tabs-card-body{
        padding: 20px 0;
    }

    .tabs-section--community .tabs-card-thumb{
        width: 100%;
    }

     .tabs-section--community .tabs-panel-cta {
        bottom: 20px;
        width: 90%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tabs-section--community .tabs-nav-btn {
        font-size: 14px;
        padding: 12px 0px;
        letter-spacing: 0;
    }

    .tabs-section--community .tabs-intro {
        font-size: 16px;
        line-height: 24px;
    }

    /* Stack card vertically on mobile */
    .tabs-section--community .tabs-card {
        flex-direction: column;
        padding: 15px;
    }

    .tabs-section--community .tabs-card-thumb {
        width: 100%;
        height: 200px;
    }

    .tabs-section--community .tabs-card-body {
        padding: 20px 0;
    }

    .tabs-section--community .tabs-card-title {
        font-size: 18px;
    }

    .tabs-section--community .tabs-panel-cta {
        bottom: 20px;
        width: 90%;
        text-align: center;
    }

    .tabs-section--community .tabs-nav{
        border-bottom-width: 2px;
        gap: 24px;
    }

    .tabs-section--community .tabs-nav-btn{
        border-bottom-width: 2px;
    }

    .tabs-section--community .s-container{
        width: 100%;
    }

    .tabs-section--community .tabs-heading{
        font-size: 24px;
    }

    .tabs-section--community .tabs-card:first-child:after{
        height: 100px;
    }
}


/* ============================================
   Community: On Page Navigation
   ============================================ */



.on-page-nav--community {
    display: block;
    background-color: #3B3F4B;
    position: sticky;
    top: 0;
    z-index: 3;
}

.on-page-nav--community .on-page-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
}

.on-page-nav--community .on-page-nav-item {
    flex: 1;
    text-align: center;
}

.on-page-nav--community .on-page-nav-link {
    display: inline-block;
    padding: 23px 16px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
    color: #D9D9D9;
}

.on-page-nav--community .on-page-nav-link:hover,
.on-page-nav--community .on-page-nav-link.is-active {
    color: #ffffff;
}

.on-page-nav--community .on-page-nav-link.is-active {
    font-weight: 500;
}


 
/* ============================================
   Community: Events Section
   ============================================ */
 
.events-section--community {
    padding: 60px 20px;
}
 
.events-section--community .events-section__inner {
    max-width: 1200px;
    margin: 0 auto;
}
 
.events-section--community .subtitle {
    margin-bottom: 10px;
}
 
.events-section--community .events-section__heading {
    margin-bottom: 24px;
}
 
.events-section--community .events-section__desc {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    color: #252A37;
    margin-bottom: 0;
    max-width: 700px;
}
 
.events-section--community .events-section__calendar {
    margin-top: 40px;
}
 
@media (min-width: 1024px) {
    .events-section--community {
        padding: 80px 0;
    }
 
    .events-section--community .events-section__heading {
        font-size: 42px;
    }
}
 
@media (max-width: 767px) {
    .events-section--community .events-section__desc {
        font-size: 16px;
        line-height: 24px;
    }
}
 
 
/* ============================================
   Community: Category Cards
   ============================================ */

.community-cards-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    margin-bottom: 40px;
    justify-items: center;
}

.community-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 240px;
}

.community-card__icon svg,
.community-card__icon img {
    display: block;
}

.community-card__text {
    text-align: center;
    padding: 6px 0;
}

.community-card__title {
    font-family: 'DIN Next LT Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2em;
    color: #252A37;
    margin: 0 0 6px;
}

.community-card__desc {
    font-family: 'DIN Next LT Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4em;
    color: #252A37;
    margin: 0;
}

@media (min-width: 1024px) {
    .events-section--community .community-cards-row {
        margin-top: 32px;
    }
    .community-cards-row {
        grid-template-columns: repeat(4, 1fr);
    }
    .community-cards-row[data-count="3"] { grid-template-columns: repeat(3, 1fr); }
    .community-cards-row[data-count="5"] { grid-template-columns: repeat(5, 1fr); }
}


/* Desktop */
@media (min-width: 1024px) {
    .faq-section--community {
        padding: 100px 0px;
    }

    .faq-section--community .faq-header {
        padding-bottom: 40px;
    }

    .faq-section--community .faq-heading{
        font-size: 42px;
    }
}

@media (max-width:1023px){
    /* Hidden on mobile — desktop only */
    .on-page-nav--community {
        display: none;
    }
}


@media (max-width:767px){
    .hero-section--community{
        min-height: 700px;
    }

    .hero-section--community .hero-logo img{
        width: 100px;
    }

    .how-it-works-section--community .how-it-works-content{
        font-size: 16px;
        line-height: 23px; 
    }

    .how-it-works-section--community .how-it-works-header{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .how-it-works-section--community .how-it-works-body{
        gap: 24px;
    }

    .how-it-works-section--community .how-it-works-list{
        gap: 24px;
    }

    .how-it-works-section--community .how-it-works-step-number{
        width: 52px;
        height: 52px;
        font-size: 18px;
    }

    .how-it-works-section--community .how-it-works-step-content p{
        font-size: 18px;
    }

    .how-it-works-section--community .how-it-works-list-item{
        gap: 16px;
    }

    .faq-section--community .faq-accordion .content.primary p{
        font-size: 16px !important;
    }

}


