/* Membership page — standalone stylesheet (loaded only on /membership) */
.membership-page {
    position: relative;
    background: #e8eaee;
    padding: 32px 0 72px;
    overflow-x: hidden;
}

.membership-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 520px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(232, 234, 238, 0.98) 75%, #e8eaee 100%);
    opacity: 1;
    pointer-events: none;
}

.membership-page-inner {
    position: relative;
    z-index: 1;
    max-width: 1080px;
}

.membership-hero {
    padding: 24px 16px 36px;
    margin-bottom: 8px;
}

.membership-hero h1 {
    font-size: 38px;
    font-weight: 700;
    color: #021124;
    letter-spacing: 0.03em;
    margin: 0 0 14px;
    line-height: 1.2;
}

.membership-hero p {
    font-size: 17px;
    font-weight: 400;
    color: #5d5c5c;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.55;
}

.membership-pricing-card {
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(2, 17, 36, 0.14);
    margin-bottom: 28px;
    overflow: hidden;
    background: #fff;
}

.membership-pricing-grid > [class*="col-"] {
    min-height: 560px;
}

.membership-pricing-left {
    background: #021124;
    color: #fff;
    padding: 44px 36px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.membership-ribbon {
    background: #c9a15b;
    color: #021124;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 9px 30px;
    margin-bottom: 28px;
    clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
}

.membership-price-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 26px;
    flex-wrap: wrap;
    width: 100%;
}

.membership-price-intro,
.membership-price-recurring {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.membership-price-amount {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    word-break: break-word;
}

.membership-price-amount.gold {
    color: #c9a15b;
}

.membership-price-amount.white {
    color: #fff;
}

.membership-price-amount small {
    font-size: 18px;
    font-weight: 500;
}

.membership-price-label {
    font-size: 13px;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.88);
}

.membership-price-label.gold {
    color: #c9a15b;
}

.membership-price-divider {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #c9a15b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #c9a15b;
    letter-spacing: 0.06em;
    flex-shrink: 0;
}

.membership-mini-perks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 28px;
}

.membership-mini-perk {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    text-align: left;
}

.membership-mini-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #c9a15b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-mini-icon svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px;
    max-height: 24px;
    display: block;
}

.membership-cta-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 400px;
}

.membership-btn-primary {
    display: block;
    background: #c9a15b;
    color: #021124;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 15px 18px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1.3;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.membership-btn-primary:hover {
    color: #021124;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 161, 91, 0.45);
}

.membership-btn-outline {
    display: block;
    border: 2px solid #c9a15b;
    color: #c9a15b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 13px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.membership-btn-outline:hover {
    background: rgba(201, 161, 91, 0.12);
    color: #c9a15b;
}

.membership-pricing-right {
    background: #fff;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.membership-included-header {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 360px;
    margin-bottom: 10px;
}

.membership-included-header h2 {
    font-size: 20px;
    font-weight: 700;
    color: #021124;
    letter-spacing: 0.08em;
    white-space: nowrap;
    margin: 0;
}

.membership-included-line {
    flex: 1;
    height: 2px;
    background: #c9a15b;
    opacity: 0.55;
}

.membership-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 22px;
    color: #c9a15b;
}

.membership-stars svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px;
    max-height: 16px;
    display: block;
}

.membership-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 360px;
}

.membership-feature-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    font-weight: 500;
    color: #021124;
    line-height: 1.4;
}

.membership-feature-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.membership-feature-list li span:last-child {
    flex: 1;
}

.membership-feature-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #021124;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.membership-feature-icon img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px;
    max-height: 18px;
    filter: brightness(0) invert(1);
}

.membership-trust-bar {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(2, 17, 36, 0.08);
    padding: 26px 28px;
    border: 1px solid rgba(2, 17, 36, 0.06);
}

.membership-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #021124;
    line-height: 1.35;
}

.membership-trust-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: #021124;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-trust-icon svg {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px;
    max-height: 40px;
    display: block;
}

@media (max-width: 991px) {
    .membership-page-bg {
        height: 440px;
    }

    .membership-hero h1 {
        font-size: 30px;
    }

    .membership-hero p {
        font-size: 15px;
    }

    .membership-pricing-grid > [class*="col-"] {
        min-height: auto;
    }

    .membership-pricing-left,
    .membership-pricing-right {
        padding: 32px 24px;
    }
}

@media (max-width: 575px) {
    .membership-page {
        padding: 20px 0 56px;
    }

    .membership-hero {
        padding: 12px 8px 24px;
    }

    .membership-hero h1 {
        font-size: 26px;
    }

    .membership-price-amount {
        font-size: 34px;
    }

    .membership-mini-perks {
        grid-template-columns: 1fr;
    }

    .membership-trust-bar {
        padding: 20px 16px;
    }
}
