.elementor-102828 .elementor-element.elementor-element-9292a58{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-102828 .elementor-element.elementor-element-d36a9a5{margin:40px 40px calc(var(--kit-widget-spacing, 0px) + 40px) 40px;}.elementor-102828 .elementor-element.elementor-element-d41e208{--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;}.elementor-102828 .elementor-element.elementor-element-1d5bbc0{margin:40px 40px calc(var(--kit-widget-spacing, 0px) + 40px) 40px;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS *//* ==== Bodimatrix Membership + Comparison Section ==== */

:root {
    --color-primary: #007bff;   /* Brand Blue */
    --color-secondary: #28a745; /* Green for Progress */
    --color-tertiary: #6f42c1;  /* Purple for Max Performance */
    --color-base: #f8f9fa;      /* Light Gray Background */
    --color-dark: #343a40;      /* Dark Text */
    --color-light: #ffffff;     /* White */
    --color-danger: #dc3545;    /* Red for emphasis */
}

.bmw-membership-section {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--color-base);
    color: var(--color-dark);
    line-height: 1.6;
    padding: 40px 0 60px;
}

.bmw-membership-section .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Header --- */
.bmw-membership-section .header {
    text-align: center;
    padding: 0 20px 20px;
}

.bmw-membership-section .header h1 {
    margin-bottom: 10px;
    font-size: 2.5em;
    color: var(--color-dark);
}

.bmw-membership-section .header p {
    font-size: 1.2em;
    color: #6c757d;
}

/* ==== Comparison Table ==== */

.bmw-membership-section .comparison-section {
    padding: 40px 0 10px;
    text-align: center;
}

.bmw-membership-section .comparison-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.bmw-membership-section .comparison-section p {
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bmw-membership-section .comparison-table {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.bmw-membership-section .comparison-table th,
.bmw-membership-section .comparison-table td {
    padding: 15px;
    border: 1px solid #e9ecef;
    text-align: left;
    vertical-align: top;
}

.bmw-membership-section .comparison-table th {
    background-color: var(--color-dark);
    color: var(--color-light);
    font-size: 1.1em;
    font-weight: 600;
    border-top: none;
}

.bmw-membership-section .comparison-table tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.bmw-membership-section .comparison-table tbody tr:nth-child(even) {
    background-color: var(--color-light);
}

.bmw-membership-section .comparison-table .feature {
    font-weight: 600;
    width: 25%;
}

.bmw-membership-section .comparison-table .generic-app {
    color: var(--color-danger);
}

.bmw-membership-section .comparison-table .bodimatrix {
    color: var(--color-secondary);
    font-weight: 700;
}

/* ==== Tier Cards (3 columns, colored like before) ==== */

.bmw-membership-section .tier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.bmw-membership-section .tier-card {
    background-color: var(--color-light);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.bmw-membership-section .tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.bmw-membership-section .tier-card h3 {
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 10px;
}

.bmw-membership-section .tier-card .price {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 15px;
}

/* list + checkmarks */
.bmw-membership-section .tier-card ul {
    list-style: none !important;
    padding: 0;
    margin-bottom: 30px;
    flex-grow: 1;
}

.bmw-membership-section .tier-card ul li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    font-size: 1.05em;
}

.bmw-membership-section .tier-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-weight: bold;
}

/* colored borders + price colors */
.bmw-membership-section .foundation-color {
    border-top: 5px solid var(--color-primary);
}
.bmw-membership-section .progress-color {
    border-top: 5px solid var(--color-secondary);
}
.bmw-membership-section .max-color {
    border-top: 5px solid var(--color-tertiary);
}

.bmw-membership-section .foundation-color .price {
    color: var(--color-primary);
}
.bmw-membership-section .progress-color .price {
    color: var(--color-secondary);
}
.bmw-membership-section .max-color .price {
    color: var(--color-tertiary);
}

/* MOST ADAPTIVE pill */
.bmw-membership-section .max-color .best-value {
    background-color: var(--color-tertiary);
    color: var(--color-light);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}

/* CTA buttons */
.bmw-membership-section .cta-button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    color: var(--color-light) !important;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s;
    margin-top: auto;
}

.bmw-membership-section .cta-button.foundation {
    background-color: var(--color-primary);
}
.bmw-membership-section .cta-button.progress {
    background-color: var(--color-secondary);
}
.bmw-membership-section .cta-button.max {
    background-color: var(--color-tertiary);
}

.bmw-membership-section .cta-button.foundation:hover {
    background-color: #0056b3;
}
.bmw-membership-section .cta-button.progress:hover {
    background-color: #1e7e34;
}
.bmw-membership-section .cta-button.max:hover {
    background-color: #55359b;
}

/* Footer text */
.bmw-membership-section .footer {
    text-align: center;
    padding: 40px 20px 0;
    font-size: 1em;
    color: #6c757d;
}

/* Mobile */
@media (max-width: 768px) {
    .bmw-membership-section .header h1 {
        font-size: 2em;
    }

    .bmw-membership-section .tier-grid {
        grid-template-columns: 1fr;
    }

    .bmw-membership-section .tier-card {
        margin-bottom: 20px;
    }

    .bmw-membership-section .comparison-table {
        width: 100%;
    }
}/* Bodimatrix Membership Section - Colored 3-Column Cards */
:root {
    --color-primary: #007bff;   /* Foundation blue */
    --color-secondary: #28a745; /* Progress green */
    --color-tertiary: #6f42c1;  /* Max purple */
    --color-base: #f8f9fa;
    --color-dark: #343a40;
    --color-light: #ffffff;
}

.bmw-membership-section {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--color-base);
    color: var(--color-dark);
    line-height: 1.6;
    padding: 40px 0;
}

.bmw-membership-section .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.bmw-membership-section .header {
    text-align: center;
    margin-bottom: 40px;
}

.bmw-membership-section .header h1 {
    margin-bottom: 10px;
    font-size: 2.5em;
}

.bmw-membership-section .header p {
    font-size: 1.1em;
    color: #6c757d;
}

/* --- Tier Grid: 3 columns --- */
.bmw-membership-section .tier-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card */
.bmw-membership-section .tier-card {
    background-color: var(--color-light);
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.bmw-membership-section .tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.bmw-membership-section .tier-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.6em;
}

/* Colored border + price colors */
.bmw-membership-section .foundation-color {
    border-top: 6px solid var(--color-primary);
}
.bmw-membership-section .progress-color {
    border-top: 6px solid var(--color-secondary);
}
.bmw-membership-section .max-color {
    border-top: 6px solid var(--color-tertiary);
}

.bmw-membership-section .foundation-color .price {
    color: var(--color-primary);
}
.bmw-membership-section .progress-color .price {
    color: var(--color-secondary);
}
.bmw-membership-section .max-color .price {
    color: var(--color-tertiary);
}

/* Price */
.bmw-membership-section .tier-card .price {
    font-size: 2.3em;
    font-weight: 700;
    margin-bottom: 15px;
}

/* MOST ADAPTIVE pill */
.bmw-membership-section .max-color .best-value {
    background-color: var(--color-tertiary);
    color: var(--color-light);
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

/* Bullet list with blue checkmarks */
.bmw-membership-section .tier-card ul {
    list-style: none !important;
    padding: 0;
    margin: 0 0 25px;
    flex-grow: 1;
}

.bmw-membership-section .tier-card ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 0.98em;
}

.bmw-membership-section .tier-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-weight: 700;
}

/* CTA buttons – colored like before */
.bmw-membership-section .cta-button {
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    color: var(--color-light) !important;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    margin-top: auto;
    transition: filter 0.25s;
}

.bmw-membership-section .cta-button.foundation {
    background-color: var(--color-primary);
}
.bmw-membership-section .cta-button.progress {
    background-color: var(--color-secondary);
}
.bmw-membership-section .cta-button.max {
    background-color: var(--color-tertiary);
}

.bmw-membership-section .cta-button:hover {
    filter: brightness(0.9);
}

/* Footer */
.bmw-membership-section .footer {
    text-align: center;
    margin-top: 35px;
    font-size: 0.95em;
    color: #6c757d;
}

/* Mobile: stack cards */
@media (max-width: 768px) {
    .bmw-membership-section .tier-grid {
        grid-template-columns: 1fr;
    }
    .bmw-membership-section .header h1 {
        font-size: 2em;
    }
}/* Ready to Get Started CTA */
.bmw-membership-section .ready-section {
    text-align: center;
    margin-top: 40px;
    padding: 35px 20px;
    background-color: var(--color-dark);
    color: var(--color-light);
    border-radius: 14px;
}

.bmw-membership-section .ready-section h2 {
    margin: 0 0 10px;
    font-size: 2em;
}

.bmw-membership-section .ready-section p {
    margin: 0 0 20px;
    font-size: 1.05em;
    opacity: 0.9;
}

.bmw-membership-section .ready-section .ready-btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 999px;
    background-color: var(--color-primary);
    color: var(--color-light) !important;
    text-decoration: none;
    font-weight: 600;
    transition: filter 0.25s;
}

.bmw-membership-section .ready-section .ready-btn:hover {
    filter: brightness(0.9);
}/* End custom CSS */