*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--teal:#00837a;--teal-dark:#006b63;--teal-light:#e5f4f3;--teal-mid:#c8ecea;--gold:#00837a;--gold-light:#e5f4f3;--gold-border:#c8ecea;--navy:#1b3352;--navy-dark:#152840;--text-dark:#1b2b3b;--text-mid:#4a5568;--text-light:#718096;--border:#e2e8f0;--white:#fff;--bg-light:#f0f7f6;--bg-section:#e8f3f2;--shadow-sm:0 2px 8px #00000012;--shadow-md:0 6px 24px #0000001c}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--white);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.plans-section{background:#edfaf7;padding:64px 48px 72px}.plans-section .section-title{text-align:center;color:var(--navy);margin-bottom:44px;font-size:26px;font-weight:700;line-height:1.35}.plans-section .section-title .highlight-gold{color:var(--gold)}.plans-grid{flex-wrap:wrap;justify-content:center;gap:18px;max-width:1600px;margin:0 auto;display:flex}.plan-card{background:var(--white);border:1.5px solid var(--border);box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;flex:1;gap:0;min-width:250px;max-width:320px;padding:30px 24px;transition:box-shadow .2s,transform .2s;display:flex;position:relative}.plan-content{scrollbar-width:thin;flex-grow:1;margin-bottom:15px;overflow-y:auto}.plan-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.plan-card.featured{border:2px solid var(--teal-dark);box-shadow:0 6px 28px #006b631f}.recommended-badge{background:var(--gold);color:var(--white);letter-spacing:.6px;white-space:nowrap;border-radius:10px;padding:3px 14px;font-size:10px;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.plan-card h3{color:var(--navy);text-align:center;margin-bottom:12px;font-size:24px;font-weight:700}.plan-card .plan-desc{color:var(--text-light);text-align:left;margin-bottom:24px;font-size:13.5px;line-height:1.5}.plan-tag{background:var(--teal-light);color:var(--teal);border-radius:12px;align-self:center;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.plan-tag.featured-tag{background:var(--teal-dark);color:var(--white)}.fee-breakdown{flex-direction:column;gap:8px;margin-top:auto;margin-bottom:35px;display:flex}.fee-row{color:var(--text-mid);justify-content:space-between;font-size:13.5px;display:flex}.fee-row strong{color:var(--text-dark)}.fee-divider{border:0;border-top:1px solid var(--border);margin:4px 0}.total-row{color:var(--text-dark);justify-content:space-between;align-items:center;margin-top:4px;padding-bottom:24px;font-size:20px;font-weight:700;display:flex}.total-price{color:var(--teal-dark);font-size:20px}.plan-features{flex-direction:column;flex:1;gap:9px;margin-bottom:28px;list-style:none;display:flex}.plan-features li{color:var(--text-mid);align-items:flex-start;gap:9px;font-size:12.5px;line-height:1.45;display:flex}.plan-features li .check-icon{width:16px;min-width:16px;height:16px;stroke:var(--teal);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;margin-top:1px}.btn-plan{text-align:center;cursor:pointer;border:1px solid var(--teal);width:100%;color:var(--white);background:var(--teal);border-radius:24px;padding:12px 0;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.btn-plan:hover,.btn-plan.featured-btn{background:var(--teal-dark);border-color:var(--teal-dark);color:var(--white)}.btn-plan.featured-btn:hover{background:var(--teal);border-color:var(--teal)}.plans-tabs{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:40px;display:flex}.plan-tab-btn{border:1px solid var(--teal);color:var(--text-dark);cursor:pointer;background:0 0;border-radius:24px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.plan-tab-btn:hover{background-color:var(--bg-light)}.plan-tab-btn.active{border:1px solid var(--teal-dark);color:var(--white);background-color:var(--teal-dark)}.plan-tab-pane{justify-content:center;display:none}.plan-tab-pane.active{animation:.4s ease-in-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.plan-card.single-card{border:1.5px solid var(--border);text-align:left;width:100%;max-width:400px;box-shadow:var(--shadow-sm);border-radius:16px;margin:0 auto;padding:40px 30px}.plan-card.single-card.featured{border:2px solid var(--teal-dark);box-shadow:var(--shadow-md)}.plan-card-header h3{color:var(--navy);margin-bottom:5px;font-size:20px;font-weight:700}.plan-duration{color:var(--text-mid);border-bottom:1px solid var(--teal-mid);margin-bottom:25px;padding-bottom:20px;font-size:13px}.plan-card-price{color:var(--teal-dark);margin-bottom:25px}.plan-card-price .price-symbol{vertical-align:super;font-size:24px;font-weight:700}.plan-card-price .price-amount{font-size:42px;font-weight:800}.plan-features-container{border-top:1px solid var(--teal-mid);padding-top:25px}.plan-features.custom-features li{color:var(--text-dark);align-items:center;gap:12px;font-size:13px}.plan-features.custom-features li .check-icon{stroke:var(--text-dark)}.why-join-section{background:var(--white);padding:80px 48px}.why-join-section .section-header{text-align:center;margin-bottom:60px}.why-join-section .section-header h2{color:var(--navy);margin-bottom:8px;font-size:28px;font-weight:700}.why-join-section .section-header p{color:var(--text-light);font-size:13.5px}.why-row{grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:960px;margin:0 auto 56px;display:grid}.why-row:last-child{margin-bottom:0}.why-icon{background:var(--teal-light);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:flex}.why-icon svg{width:22px;height:22px;stroke:var(--teal);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.why-text-block h3{color:var(--teal);margin-bottom:10px;font-size:17px;font-weight:700}.why-text-block p{color:var(--text-mid);max-width:360px;font-size:13px;line-height:1.7}.why-image-block{background:var(--teal-mid);border-radius:14px;justify-content:center;align-items:center;width:100%;height:256px;display:flex;overflow:hidden}.why-image-block img{-o-object-fit:cover;object-fit:cover;border-radius:14px;width:100%;height:100%;display:block}.img-placeholder{border-radius:14px;width:100%;height:100%}.how-section{background:var(--bg-light);padding:80px 48px}.how-section .section-header{text-align:center;margin-bottom:48px}.how-section .section-header h2{color:var(--navy);margin-bottom:8px;font-size:28px;font-weight:700}.how-section .section-header p{color:var(--text-light);font-size:13.5px}.steps-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:960px;margin:0 auto;display:grid}.step-card{background:var(--white);box-shadow:var(--shadow-sm);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:28px 20px 24px;transition:box-shadow .2s,transform .2s;display:flex;position:relative}.step-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.step-badge{background:var(--teal);color:var(--white);white-space:nowrap;letter-spacing:.4px;border-radius:10px;padding:3px 12px;font-size:9.5px;font-weight:700;position:absolute;top:-11px;left:50%;transform:translate(-50%)}.step-icon-wrap{background:var(--teal-light);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-top:8px;display:flex}.step-icon-wrap svg{width:28px;height:28px;stroke:var(--teal);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.step-card h4{color:var(--navy);font-size:14px;font-weight:700}.step-card p{color:var(--text-light);font-size:12px;line-height:1.55}.steps-grid .step-card:not(:last-child):after{content:"";background:var(--teal-mid);z-index:1;width:22px;height:2px;position:absolute;top:50%;right:-12px;transform:translateY(-50%)}.faq-section{background:var(--bg-section);padding:80px 48px}.faq-section .section-header{text-align:center;margin-bottom:44px}.faq-section .section-header h2{color:var(--navy);margin-bottom:8px;font-size:28px;font-weight:700}.faq-section .section-header p{color:var(--text-light);font-size:13.5px}.faq-list{max-width:760px;box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;gap:0;margin:0 auto;display:flex;overflow:hidden}.faq-item{background:var(--white);border-bottom:1px solid var(--border);overflow:hidden}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;color:var(--text-dark);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;font-family:inherit;font-size:13.5px;font-weight:600;transition:background .2s;display:flex}.faq-question:hover{background:var(--bg-light)}.faq-question.active{color:var(--teal)}.faq-chevron{width:18px;min-width:18px;height:18px;stroke:var(--text-light);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;transition:transform .3s}.faq-question.active .faq-chevron{stroke:var(--teal);transform:rotate(180deg)}.faq-answer{max-height:0;padding:0 24px;transition:max-height .35s,padding .3s;overflow:hidden}.faq-answer.open{max-height:200px;padding:0 24px 18px}.faq-answer p{color:var(--text-mid);font-size:13px;line-height:1.7}.cta-footer{background:var(--navy);text-align:center;padding:85px 48px}.cta-footer h2{color:var(--white);margin-bottom:12px;font-size:30px;font-weight:700;line-height:1.35}.cta-footer p{color:#ffffffb3;margin-bottom:32px;font-size:13.5px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.btn-cta-primary{background:var(--teal);color:var(--white);cursor:pointer;border:none;border-radius:24px;padding:11px 28px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .2s}.btn-cta-primary:hover{background:var(--teal-dark)}.btn-cta-outline{color:var(--white);cursor:pointer;background:0 0;border:1.5px solid #ffffff73;border-radius:24px;padding:11px 28px;font-size:13.5px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s}.btn-cta-outline:hover{border-color:var(--white);background:#ffffff14}@media (width<=1200px){.plans-grid{grid-template-columns:1fr 1fr;justify-items:center;max-width:700px;display:grid}}@media (width<=900px){.plans-grid{grid-template-columns:1fr;justify-items:center;max-width:420px;display:grid}.why-row{grid-template-columns:1fr;gap:24px}.why-row.reversed{direction:ltr}.steps-grid{grid-template-columns:1fr 1fr}.plans-grid{grid-template-columns:1fr;max-width:420px}.plans-section,.why-join-section,.how-section,.faq-section,.cta-footer{padding:40px 24px}.plan-content{scrollbar-width:thin;flex-grow:1;margin-bottom:15px;overflow-y:auto}.plan-card h3{font-size:16px}.plan-card .plan-desc,.plan-features li,.btn-plan{font-size:12px}.recommended-badge{padding:2px 10px;font-size:9px;top:-10px}}@media (width<=600px){.total-label{font-size:20px!important}html,body{overflow-x:hidden!important}.navbar{padding:0 8px}.plans-section,.why-join-section,.how-section,.faq-section,.cta-footer{padding:32px 16px}.plans-grid{grid-template-columns:1fr;gap:14px;max-width:100%;margin:0 auto}.plan-card{padding:20px 16px 18px}.plan-card h3{margin-bottom:5px;font-size:15px}.plan-card .plan-desc{margin-bottom:14px;font-size:11px}.plan-features{gap:6px;margin-bottom:16px}.plan-features li{font-size:11px}.plan-features li .check-icon{width:13px;height:13px}.btn-plan{padding:8px 0;font-size:11px}.recommended-badge{padding:2px 8px;font-size:8px;top:-8px}.steps-grid{grid-template-columns:1fr}.step-card:after{display:none}}footer{background:#0d2b4e;font-family:Inter,sans-serif}.footer-strip{background:linear-gradient(90deg,#34817d 0%,#47a39e 50%,#0d2b4e 100%);height:4px}.future-section{text-align:center;background:linear-gradient(135deg,#007a75 0%,#0a3a5c 100%);padding:60px 48px}.future-section h2{color:#fff;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:28px;font-weight:800}.future-section p{color:#ffffffbf;margin-bottom:28px;font-size:14px}.future-btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding:56px 48px 40px;display:grid}.footer-brand{flex-direction:column;gap:0;display:flex}.footer-logo-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.footer-logo-row img{-o-object-fit:cover;object-fit:cover;border:2px solid #ffffff26;border-radius:50%;width:44px;height:44px}.footer-brand .logo-text{color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-weight:800;line-height:1.1}.footer-brand .logo-sub{color:#ffffff73;font-size:10.5px;line-height:1.3}.footer-brand p{color:#ffffff80;max-width:260px;margin-bottom:24px;font-size:13px;line-height:1.75}.footer-socials{gap:10px;display:flex}.footer-socials a{color:#fff9;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;text-decoration:none;transition:background .2s,color .2s;display:flex}.footer-socials a:hover{color:#fff;background:#34817d;border-color:#34817d}.footer-col h5{color:#fff;letter-spacing:1px;text-transform:uppercase;border-bottom:2px solid #34817d;margin-bottom:18px;padding-bottom:10px;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;display:inline-block}.footer-col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li a{color:#ffffff80;align-items:center;gap:6px;font-size:13px;text-decoration:none;transition:color .2s,padding-left .2s;display:flex}.footer-col ul li a:before{content:"";background:#47a39e;width:0;height:1px;transition:width .2s;display:inline-block}.footer-col ul li a:hover{color:#47a39e}.footer-col ul li a:hover:before{width:12px}.footer-newsletter{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-top:8px;padding:18px}.footer-newsletter p{color:#ffffff8c;margin-bottom:10px;font-size:12px}.footer-newsletter-form{gap:8px;display:flex}.footer-newsletter-form input{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;outline:none;flex:1;padding:9px 12px;font-family:Inter,sans-serif;font-size:12px}.footer-newsletter-form input::placeholder{color:#ffffff4d}.footer-newsletter-form input:focus{border-color:#34817d}.footer-newsletter-form button{color:#fff;cursor:pointer;white-space:nowrap;background:#34817d;border:none;border-radius:8px;padding:9px 16px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;transition:background .2s}.footer-newsletter-form button:hover{background:#274d4b}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 48px;display:flex}.footer-bottom p{color:#ffffff4d;font-size:12px}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:#ffffff4d;font-size:12px;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#47a39e}@media (width<=960px){.footer-top{grid-template-columns:1fr 1fr;gap:32px;padding:40px 24px 32px}.footer-brand{grid-column:span 2}.future-section{padding:44px 24px}}@media (width<=580px){.footer-top{grid-template-columns:1fr;padding:32px 20px}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;padding:18px 20px}.footer-bottom-links{flex-wrap:wrap;gap:16px}}.membership-strip{background:#f5f5f5;padding:20px 0}.membership-container{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.membership-info{color:#2f2f2f;font-size:12px;line-height:1.5}.membership-info p{margin:0 0 4px}.membership-info a{color:#1f2937;align-items:center;gap:6px;font-size:12px;text-decoration:none;display:inline-flex}.membership-info a:hover{color:#16a085}.membership-btn{color:#fff;white-space:nowrap;background:linear-gradient(90deg,#2bbd9f,#1fa98f);border-radius:30px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 24px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 6px 16px #23b5942e}.membership-btn:hover{color:#fff;background:linear-gradient(90deg,#27b497,#1d9f86);transform:translateY(-2px)}.membership-btn i{font-size:14px}@media (width<=768px){.membership-container{flex-direction:column;align-items:flex-start}.membership-btn{width:100%}}@media (width<=991px){.why-row{flex-direction:column!important;display:flex!important}.why-row .why-image-block{order:-1}.why-row .why-text-block{order:1;margin-bottom:24px}}
