@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800&display=swap);.bodie-membership-dashboard{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;font-family:'Roboto',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;color:#1C1C1C;box-sizing:border-box}.bodie-membership-dashboard *,.bodie-membership-dashboard *::before,.bodie-membership-dashboard *::after{box-sizing:border-box}.membership-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.membership-page-title{font-size:2rem;font-weight:700;color:#0F2151;margin:0}.membership-intro-panel{display:flex;gap:1.5rem;align-items:center;background:#FFF;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 1px 3px rgb(0 0 0 / .05);border:1px solid #E1CCA1;flex-wrap:wrap}.intro-content{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#1C1C1C}.intro-content i{color:#c4ab86;font-size:1.25rem}.intro-content strong{color:#22439D}.membership-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.summary-card{background:#FFF;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgb(0 0 0 / .05);border:1px solid #E1CCA1;display:flex;align-items:center;gap:1.25rem;transition:all 0.2s ease}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(15 33 81 / .1)}.summary-card--primary{position:relative;overflow:hidden}.summary-card--primary::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0F2151 0%,#22439D 100%)}.summary-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:1.5rem;flex-shrink:0}.summary-icon--navy{background:linear-gradient(135deg,#0F2151,#22439D);color:#FFF}.summary-icon--blue{background:linear-gradient(135deg,#d6e0f5,#a8bee8);color:#22439D}.summary-icon--eggshell{background:linear-gradient(135deg,#BBCCC1,#9bbaa8);color:#0F2151}.summary-icon--sand{background:linear-gradient(135deg,#E1CCA1,#c4ab86);color:#0F2151}.summary-content{flex:1}.summary-value{font-size:1.625rem;font-weight:800;line-height:1;margin-bottom:.25rem;color:#0F2151}.summary-label{font-size:.875rem;color:#A5A5A5;font-weight:500}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.plan-card{background:#FFF;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgb(0 0 0 / .05);border:1px solid #E1CCA1;transition:all 0.2s ease;display:flex;flex-direction:column;position:relative}.plan-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(15 33 81 / .15);border-color:#22439D}.plan-card--featured{border:2px solid #22439D;box-shadow:0 4px 20px rgb(15 33 81 / .15)}.plan-card--featured:hover{box-shadow:0 12px 32px rgb(15 33 81 / .2)}.plan-featured-banner{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#c4ab86 0%,#b09570 100%);color:#FFF;font-size:.65rem;font-weight:700;padding:6px 16px;border-radius:0 0 8px 8px;letter-spacing:.05em}.plan-card--featured .plan-card-header{padding-top:1rem}.plan-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.plan-title{font-size:1.125rem;font-weight:700;color:#0F2151;margin:0;line-height:1.3;display:flex;align-items:center;gap:.5rem}.plan-title i{color:#22439D;font-size:1rem}.plan-badge{padding:.375rem .75rem;border-radius:6px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.plan-badge--trial,.plan-badge--basic{background:#EEE3D1;color:#A5A5A5}.plan-badge--pro{background:linear-gradient(135deg,#0F2151,#22439D);color:#FFF}.plan-pricing{text-align:center;padding:1rem;background:#EEE3D1;border-radius:8px;margin-bottom:1rem}.plan-card--featured .plan-pricing{background:linear-gradient(135deg,#d6e0f5,#a8bee8)}.price-amount{font-size:2rem;font-weight:800;color:#0F2151;line-height:1}.price-period{font-size:.875rem;color:#A5A5A5;margin-top:.25rem}.price-annual{font-size:.875rem;color:#22439D;font-weight:600;margin-top:.5rem}.price-savings{display:inline-block;font-size:.75rem;color:#0F2151;font-weight:700;background:linear-gradient(135deg,#BBCCC1,#9bbaa8);padding:4px 10px;border-radius:4px;margin-top:.5rem}.plan-features{flex:1;margin-bottom:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;color:#1C1C1C;border-bottom:1px solid #EEE3D1}.feature-item:last-child{border-bottom:none}.feature-item i{width:20px;text-align:center;color:#A5A5A5;font-size:.875rem}.feature-item--unlimited{font-weight:600;color:#22439D}.feature-item--unlimited i{color:#22439D}.feature-item--highlight{background:linear-gradient(135deg,#E1CCA1,#c4ab86);margin:.25rem -.5rem;padding:.5rem;border-radius:6px;border-bottom:none}.feature-item--highlight i{color:#0F2151}.feature-item--disabled{color:#A5A5A5;opacity:.7}.feature-item--disabled i{color:#E1CCA1}.plan-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-top:1rem;border-top:1px solid #EEE3D1}.btn-plan{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;border-radius:8px;font-weight:700;font-size:.9375rem;text-decoration:none;transition:all 0.2s ease;border:2px solid #fff0}.btn-plan--trial{background:#FFF;color:#0F2151;border-color:#E1CCA1}.btn-plan--trial:hover{background:#EEE3D1;border-color:#c4ab86;color:#0F2151;text-decoration:none}.btn-plan--basic{background:#FFF;color:#22439D;border-color:#22439D}.btn-plan--basic:hover{background:#22439D;color:#FFF;text-decoration:none}.btn-plan--pro{background:linear-gradient(135deg,#0F2151,#22439D);color:#FFF;box-shadow:0 4px 12px rgb(15 33 81 / .3)}.btn-plan--pro:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgb(15 33 81 / .4);color:#FFF;text-decoration:none}.plan-link{font-size:.8125rem;color:#A5A5A5;text-decoration:none}.plan-link:hover{color:#22439D;text-decoration:underline}.plan-note{font-size:.75rem;color:#A5A5A5}.guarantee-banner{display:flex;align-items:center;gap:3rem;background:#FFF;border-radius:16px;padding:2.5rem 3rem;margin-top:2rem;margin-bottom:2rem;box-shadow:0 2px 8px rgb(15 33 81 / .08);border:1px solid #E1CCA1}.guarantee-image{flex-shrink:0}.guarantee-image img{width:180px;height:180px;object-fit:cover;object-position:center top;border-radius:12px}.guarantee-content{flex:1}.guarantee-title{font-size:1.75rem;font-weight:700;color:#22439D;margin:0 0 1rem 0;line-height:1.2}.guarantee-text{font-size:1.125rem;color:#1C1C1C;line-height:1.6;margin:0 0 1.5rem 0}.guarantee-signature{margin-top:1.5rem}.guarantee-signature-script{font-family:'Brush Script MT','Segoe Script',cursive;font-size:2.5rem;color:#22439D;margin-bottom:.25rem;line-height:1}.guarantee-signature-name{font-size:1rem;font-weight:600;color:#22439D;margin:0}.guarantee-signature-title{font-size:.875rem;color:#A5A5A5;margin:0}.membership-footer{background:#FFF;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgb(0 0 0 / .05);border:1px solid #E1CCA1;text-align:center}.footer-guarantee{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#0F2151}.footer-guarantee i{color:#BBCCC1;font-size:1.25rem}.footer-contact{font-size:.875rem;color:#A5A5A5;margin:.75rem 0 0}.footer-contact a{color:#22439D;text-decoration:none}.footer-contact a:hover{text-decoration:underline}@media screen and (max-width:900px){.membership-summary-grid{grid-template-columns:repeat(2,1fr)}.plans-grid{grid-template-columns:1fr}.guarantee-banner{gap:2rem;padding:2rem}.guarantee-image img{width:150px;height:150px}.guarantee-title{font-size:1.5rem}.guarantee-text{font-size:1rem}}@media screen and (max-width:768px){.bodie-membership-dashboard{padding:1rem}.membership-header{flex-direction:column;gap:1rem;align-items:stretch}.membership-intro-panel{justify-content:center}.intro-content{flex-wrap:wrap;justify-content:center;text-align:center}.plan-card-header{flex-direction:column;gap:.75rem}}@media screen and (max-width:600px){.guarantee-banner{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:1.5rem}.guarantee-image img{width:140px;height:140px}.guarantee-title{font-size:1.375rem}.guarantee-text{font-size:1rem}.guarantee-signature-script{font-size:2rem}}@media screen and (max-width:480px){.membership-summary-grid{grid-template-columns:1fr}.membership-page-title{font-size:1.5rem}}.elementor-element-d0a40e9{display:none!important}