/* CSS for Join Bonus Vacations Page */


.join-page-container {
    overflow-x: hidden;
}

.join-hero {
    padding: 8rem 0 4rem;
    background-color: #FEFAE0;
    display: flex;
    align-items: center;
}

.join-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.join-hero-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.join-hero-left {
    flex: 0 0 auto;
    width: auto;
}

.join-hero-right {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
}

.join-title {
    font-size: 5.5rem;
    line-height: 0.8;
    color: #132a13;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.join-title .highlight {
    font-family: var(--font-birthstone);
    font-size: 8.2rem;
    font-weight: 400;
    color: #606C38;
}

.vacation {
    font-size: 6.2rem;
    font-weight: 600;
}


.join-subtitle {
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 2rem;
    max-width: 400px;
    line-height: 1.6;
    margin-left: 1rem;
}

.join-cta-btn {
    display: inline-block;
    background-color: #132a13;
    color: #FEFAE0 !important;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
}

.join-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(19, 42, 19, 0.2);
}

.join-small-text {
    font-size: 0.85rem;
    color: #888;
    margin-top: 0.5rem;
    margin-left: 1rem;
}

/* Hero Right: Card Design */
.join-hero-right {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.membership-card {
    width: 400px;
    height: 250px;
    background: linear-gradient(135deg, #1e1e1e 0%, #000000 100%);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    color: #fff;
    transform: rotate(-5deg);
    transition: transform 0.5s ease;
}

.membership-card:hover {
    transform: rotate(0deg) scale(1.05);
}

.card-top-text {
    position: absolute;
    top: 2rem;
    left: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #FEFAE0;
}

.membership-text {
    font-weight: 300;
}

.card-bottom-info {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: #FEFAE0;
}

.card-price-main {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 0.9;
    margin-bottom: 0.5rem;
}

.card-price-sub {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.8;
    margin-left: 5px;
    vertical-align: middle;
}

.card-billing-text {
    font-size: 0.82rem;
    opacity: 0.8;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .join-container {
        padding-left: 0;
        padding-right: 0;
    }

    .join-hero-row {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }

    .join-hero-left {
        max-width: 100%;
        width: 100%;
        /* Reset width for mobile */
        order: 1;
    }

    .join-title {
        font-size: 3.5rem;
        white-space: normal;
    }

    .join-title .highlight {
        font-family: var(--font-birthstone);
        font-size: 6rem;
        font-weight: 400;
        color: #606C38;
    }

    .vacation {
        font-size: 4.2rem;
        font-weight: 600;
    }

    .join-hero-right {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .join-subtitle {
        margin-left: 0;
    }

    .join-cta-btn {
        margin-left: 0;
    }

    .join-small-text {
        margin-left: 0;
    }

    .membership-card {
        width: 100%;
        max-width: 320px;
        height: 200px;
        padding: 1rem;
        margin: 0 auto;
    }

    .card-top-text {
        text-align: left;
        font-size: 1rem;
    }

    .card-bottom-info {
        text-align: left;
    }

    .card-price-main {
        font-size: 2rem;
        font-weight: 600;
        line-height: 0.9;
        margin-bottom: 0.5rem;
    }

    .card-number {
        font-size: 1.2rem;
    }
}


/* Join What you get section */
.join-get {
    background-color: #FEFAE0;
    display: block;
    color: #132a13;
    padding: 0 0 6rem 0;
}

.get-container {
    margin: 0 auto;
    padding: 0 2rem;
}

.join-get-header {
    text-align: center;
    margin-bottom: 3rem;
}

.join-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #a8bd62;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin-bottom: 0rem;
    color: #132a13;
    border: 1px solid #132a13;
}

.join-section-title {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 1rem 0 0 0;
}

.join-section-title .highlight-text {
    font-family: var(--font-birthstone);
    font-size: 6rem;
    font-weight: 400;
    color: #606C38;
    margin-left: 0.5rem;
}

.get-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: nowrap;
}

.get-card {
    background: #606C38;
    border-radius: 20px;
    padding: 2rem;
    width: 300px;
    text-align: left;
    transition: transform 0.4s ease, background 0.4s ease;
}

.get-icon {
    width: 70px;
    height: 70px;
    margin: 0 0 1.5rem 0;
}

.get-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.get-card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #FEFAE0;
}

.get-card-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {

    .get-container {
        padding-top: 2.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    .join-section-title {
        font-size: 3rem;
        line-height: 1;
        margin-top: 1rem !important;
    }

    .join-section-title .highlight-text {
        font-size: 5rem;
    }

    .get-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Two columns */
        gap: 1rem;
        padding: 0 1rem;
    }

    .get-card {
        width: 100%;
        padding: 1rem;
    }

    .get-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }

    .get-card-title {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .get-card-desc {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    /* Center the last card (5th item) in the 2-col grid */
    .get-card:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc((100% - 1rem) / 2);
    }
}


/* =========================================
   How Membership Works Section
   ========================================= */
.how-membership-works {
    padding: 6rem 0 4rem 0;
    background-color: #132a13;
    color: #FEFAE0;
}

.how-membership-container {
    margin: 0 auto;
    padding: 0 2rem;

}

.how-header {
    text-align: center;
    margin-bottom: 2rem;
}

.how-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0rem;
    margin-bottom: 0;
}

.highlight-italic {
    font-family: var(--font-birthstone);
    font-weight: 400;
    font-size: 6rem;
    color: #a8bd62;
    margin-left: 0.5rem;
}

.how-steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 0 2rem;
}

.how-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 1rem;
}

.step-number {
    font-size: 4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
    line-height: 1;
}

.step-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #FEFAE0;
}

.step-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(254, 250, 224, 0.7);
    max-width: 300px;
    margin: 0 auto;
}

/* Connector Line */
.step-connector {
    flex-grow: 1;
    height: 1px;
    background-image: linear-gradient(to right, rgba(254, 250, 224, 0.3) 50%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    margin-top: 2.5rem;
    /* Align with approx middle of number/icon area */
    position: relative;
    top: 10px;
}

.how-footer {
    text-align: center;
    margin-top: 5rem;
}

.membership-note {
    font-size: 1.3rem;
    font-weight: 300;
    color: #FEFAE0;
    font-style: italic;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 900px) {
    .how-steps-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    .how-title {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1;
        margin-top: 1rem;
    }

    .how-header {
        margin-bottom: 3rem;
    }

    .highlight-italic {
        font-family: var(--font-birthstone);
        font-weight: 400;
        font-size: 5rem;
    }

    .step-connector {
        display: none;
        /* Hide horizontal connectors on mobile */
    }

    .how-step {
        width: 100%;
    }

    .step-connector::after {
        /* Could add vertical line here for mobile flows if desired */
    }

    .membership-note {
        font-size: 1rem;
    }
}


/* =========================================
   Comparison / Pricing Section
   ========================================= */
.join-comparison {
    padding: 4rem 0 6rem 0;
    background-color: #FEFAE0;
    color: #132a13;
}

.comparison-header {
    text-align: center;
    margin-bottom: 4rem;
}

.join-comparison .join-section-title {
    color: #132a13;
}

.join-section-title {
    margin-top: 0;
}

.join-comparison .highlight-text {
    color: #606C38;
}

.comparison-grid {
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: stretch;
    flex-wrap: wrap;
}

.comp-card {
    border-radius: 40px;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease;
}

/* Standard Card (Left) */
.comp-card.standard {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    color: #132a13;
}

/* Premium Card (Right) - Highlight */
.comp-card.premium {
    background-color: #bfdb60;
    color: #111;
    border: none;
    box-shadow: 0 20px 40px rgba(168, 189, 98, 0.3);
    transform: scale(1.02);
    z-index: 2;
    position: relative;
}

.comp-savings-pill {
    position: absolute;
    top: -12px;
    right: 30px;
    background: #d67302;
    color: #FEFAE0;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comp-header {
    margin-bottom: 1rem;
    text-align: center;
}

.comp-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.comp-subtitle {
    font-size: 1rem;
    color: #555;
    margin-top: 0;
    margin-bottom: 0;
}

.premium .comp-subtitle {
    color: #2c3e10;
}

/* Price Box */
.comp-price-box {
    text-align: center;
    margin-bottom: 2rem;
}

.comp-price-box .price-upto {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    margin-bottom: 0.25rem;
}

.premium .comp-price-box .price-upto {
    color: #2c3e10;
}

.comp-price-box .amount {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.comp-price-box .currency {
    font-size: 2rem;
    vertical-align: top;
    font-weight: 600;
    position: relative;
    top: 0.5rem;
}

.comp-card.standard .amount {
    text-decoration: none;
    color: #888;
}

.comp-price-box .period {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    font-weight: 600;
}

.premium .comp-price-box .period {
    color: #2c3e10;
}

.price-subtext {
    font-size: 1rem;
    opacity: 0.8;
    margin-top: 0;
    font-weight: 600;
}

.comp-savings-badge {
    background-color: #132a13;
    color: #FEFAE0;
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

/* Features List */
.comp-features {
    margin-bottom: 1rem;
    flex-grow: 1;
}

.feat-title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.comp-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comp-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.4;
}

.comp-features li .icon {
    margin-right: 0.8rem;
    font-weight: bold;
}

.comp-card.standard .icon {
    color: #bbb;
}

.comp-card.premium .icon {
    color: #132a13;
}

.comp-features li.negative {
    font-size: 0.9rem;
    color: #999;
}

.comp-features li.positive {
    font-size: 0.9rem;
}

/* Conversion Msg */
.comp-conversion-msg {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-weight: 500;
}

/* Feature Footer / Buttons */
.comp-footer {
    text-align: center;
    margin-top: auto;
}

.comp-btn {
    display: block;
    width: 100%;
    padding: 1rem;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.comp-btn.outline {
    border: 2px solid #132a13;
    color: #132a13;
}

.comp-btn.outline:hover {
    background-color: #132a13;
    color: #FEFAE0;
}

.comp-btn.solid {
    background-color: #132a13;
    color: #FEFAE0;
}

.comp-btn.solid:hover {
    background-color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.micro-trust {
    text-align: center;
    font-size: 0.8rem;
    color: #333;
    margin-top: 1rem;
    margin-bottom: 0;
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 900px) {
    .comparison-grid {
        flex-direction: column;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .join-section-title {
        font-size: 3rem;
        font-weight: 600;
        line-height: 0.9;
    }

    .join-section-title .highlight-text {
        font-size: 4.8rem;
        margin-left: 0;
    }

    .comp-card {
        width: 100%;
        max-width: 100%;
        padding: 1.5rem;
    }

    .comp-btn.solid {
        background-color: #132a13;
        color: #FEFAE0;
        font-size: 0.95rem;
        font-weight: 600;
    }
}


/* =========================================
   Community & Experiences Section
   ========================================= */
.join-community {
    padding: 8rem 0;
    background-color: #132a13;
    color: #FEFAE0;
}

.community-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.community-header {
    text-align: center;
    margin-bottom: 4rem;
}

.join-community .join-section-title {
    color: #FEFAE0;
}

.join-community .highlight-text {
    color: #a8bd62;
}

.community-intro {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 0;
    opacity: 0.85;
    line-height: 1.6;
}

.community-grid {
    display: flex;
    gap: 4rem;
    align-items: center;
}

/* Image Grid - Masonry-like */
.community-images {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Same width columns */
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    align-items: center;
}

.img-item {
    border-radius: 20px;
    overflow: hidden;
}

.img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.img-item:hover img {
    transform: scale(1.05);
}

.img-item.img-large {
    aspect-ratio: 1/1;
}

.img-item.img-small {
    aspect-ratio: 4/3.7;
}

.community-images .img-item:nth-child(2) {
    align-self: end;
}

.community-images .img-item:nth-child(4) {
    align-self: start;
}

.community-copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.copy-block {
    padding-left: 1.5rem;
    border-left: 3px solid #606C38;
}

.copy-title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #FEFAE0;
}

.copy-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(254, 250, 224, 0.8);
    margin: 0;
}

/* Responsive */
@media (max-width: 900px) {

    .join-community {
        padding: 6rem 0;
    }

    .community-grid {
        flex-direction: column;
        gap: 3rem;
    }

    .community-intro {
        font-size: 1.1rem;
        font-weight: 300;
    }

    .community-images {
        width: 100%;
    }

    .img-item.img-small {
        aspect-ratio: 1/1;
    }

    .community-copy {
        width: 100%;
    }
}

.join-testimonials {
    background: #FEFAE0;
    padding: 6rem 0;
}


/* =========================================
   FAQ Section
   ========================================= */
.join-faq {
    padding: 2rem 0 3rem;
    background-color: #FEFAE0;
    color: #132a13;
}

.faq-header {
    text-align: center;
    margin-bottom: 4rem;
}

.join-faq .join-section-title {
    color: #132a13;
}

.join-faq .highlight-text {
    color: #606C38;
}

.faq-grid {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* FAQ Item - inherit base styles, override as needed */
.join-faq .faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.join-faq .faq-item[open] {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    border-color: #606C38;
}

.join-faq .faq-item summary {
    padding: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 3rem;
    color: #132a13;
    font-size: 1.1rem;
}

.join-faq .faq-item summary::-webkit-details-marker {
    display: none;
}

.join-faq .faq-item summary::after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 400;
    color: #606C38;
    transition: transform 0.3s ease;
}

.join-faq .faq-item[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.join-faq .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
    padding: 0;
}

.join-faq .faq-item[open] .faq-content {
    grid-template-rows: 1fr;
}

.join-faq .faq-content>div {
    overflow: hidden;
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    border-top: 1px solid #f3f4f6;
}

.join-faq .faq-content p {
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-grid {
        padding: 0 1rem;
    }
}


/* =========================================
   Final CTA Banner Section
   ========================================= */
.join-cta {
    padding: 4rem 2rem;
    background-color: #FEFAE0;
}

.cta-banner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem;
    min-height: 450px;
    border-radius: 40px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 40px;
}

.cta-overlay-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 0 30px rgba(255, 255, 255, 0.05);
    padding: 3rem 4rem;
    border-radius: 50px;
    text-align: center;
    max-width: 500px;
    color: #FEFAE0;
}

.cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.cta-headline {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: 1.1;
}

.join-cta .cta-price {
    display: block;
    font-size: 1.2rem;

    opacity: 0.9;
    text-align: center;
    width: 100%;
}

.cta-price strong {
    color: #a8bd62;
    font-size: 1.4rem;
}

.cta-btn-primary {
    display: inline-block;
    background: #FEFAE0;
    color: #132a13 !important;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn-primary:hover {
    background: #000000;
    color: #FEFAE0 !important;
    transform: translateY(-3px);
}

.cta-micro {
    font-size: 0.85rem;
    margin-top: 1rem;
    margin-bottom: 0;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {

    .join-cta {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cta-banner {
        max-height: 470px;
        border-radius: 25px;
    }

    .cta-overlay-card {
        padding: 2rem;
        border-radius: 20px;
        max-width: 100%;
        min-width: 300px;
    }

    .cta-headline {
        font-size: 2rem;
    }
}