.landing-page-wrapper .home-workstep-section{padding:3rem 0}.landing-page-wrapper .home-workstep-section .workstep-container{flex-direction:column;gap:2rem;padding:0 1rem;display:flex}.landing-page-wrapper .home-workstep-section .workstep-container .workstep-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.landing-page-wrapper .home-workstep-section .workstep-container .workstep-header h2{color:#fff;font-size:32px;font-weight:700}.landing-page-wrapper .home-workstep-section .workstep-container .workstep-header p{color:#d1d5db;max-width:600px;font-size:16px;font-weight:400}@media only screen and (max-width:767px){.landing-page-wrapper .home-workstep-section .workstep-container .workstep-header h2{color:#fff;font-size:28px;font-weight:600}.landing-page-wrapper .home-workstep-section .workstep-container .workstep-header p{font-size:14px}}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media only screen and (max-width:991px){.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper{grid-template-columns:repeat(1,1fr)}}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card{text-align:center;flex-direction:column;align-items:center;gap:.7rem;display:flex}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card .count{color:#fff;white-space:nowrap;background:#1a9d8a;border:1px solid #1a9d8a;border-radius:50%;outline:none;justify-content:center;align-items:center;gap:6px;height:60px;padding:0 1.5rem;font-size:14px;font-weight:600;transition:transform .25s,box-shadow .25s,background-color .25s,filter .25s;display:flex}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card .count svg{max-width:1.2rem;max-height:1.2rem;transition:transform .25s,opacity .25s}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card .count:not(:disabled):not(.disabled):hover{filter:brightness(1.07);transform:translateY(-2px);box-shadow:0 10px 25px #1a9d8a59,0 3px 10px #1a9d8a26}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card .count:not(:disabled):not(.disabled):hover svg{opacity:.9;transform:scale(1.08)}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card .count:not(:disabled):not(.disabled):active{transform:scale(.96);box-shadow:0 2px 6px #1a9d8a40}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card .count.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;box-shadow:none;filter:none}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card .count{width:60px;padding:.5rem;font-size:22px}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card h2{color:#fff;font-size:18px;font-weight:600}.landing-page-wrapper .home-workstep-section .workstep-container .step-wrapper .step-card p{color:#9ca3af;font-size:16px;font-weight:400}
.landing-page-wrapper .home-plan-section{background:#0f0f0f;padding:80px 0}@media only screen and (max-width:767px){.landing-page-wrapper .home-plan-section{padding:60px 0}}@media only screen and (max-width:576px){.landing-page-wrapper .home-plan-section{padding:40px 0}}.landing-page-wrapper .home-plan-section .section-header{text-align:center;margin-bottom:2rem}.landing-page-wrapper .home-plan-section .section-header h2{color:#fff;padding-bottom:10px;font-size:32px;font-weight:700}@media only screen and (max-width:767px){.landing-page-wrapper .home-plan-section .section-header h2{font-size:38px}}@media only screen and (max-width:576px){.landing-page-wrapper .home-plan-section .section-header h2{font-size:24px}}.landing-page-wrapper .home-plan-section .section-header p{color:#d1d5db;padding-bottom:10px;font-size:18px;font-weight:400}@media only screen and (max-width:576px){.landing-page-wrapper .home-plan-section .section-header p{font-size:16px}}.landing-page-wrapper .home-plan-section .pricing-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media only screen and (max-width:991px){.landing-page-wrapper .home-plan-section .pricing-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.landing-page-wrapper .home-plan-section .pricing-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem}}@media only screen and (max-width:576px){.landing-page-wrapper .home-plan-section .pricing-grid{gap:1rem}}.landing-page-wrapper .home-plan-section .pricing-card{background:#1a1a1a;border:1px solid #374151;border-radius:12px;flex-direction:column;height:480px;padding:1.6rem;display:flex;position:relative}@media only screen and (max-width:576px){.landing-page-wrapper .home-plan-section .pricing-card{padding:1.5rem}}.landing-page-wrapper .home-plan-section .pricing-card.popular{border:2px solid #1a9d8a}.landing-page-wrapper .home-plan-section .pricing-card.popular .plan-button{color:#fff;white-space:nowrap;background:#14b8a6;border:0 solid #14b8a6;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:6px;height:48px;padding:0 1.5rem;font-size:1rem;font-weight:600;transition:transform .25s,box-shadow .25s,background-color .25s,filter .25s;display:flex}.landing-page-wrapper .home-plan-section .pricing-card.popular .plan-button svg{max-width:1.2rem;max-height:1.2rem;transition:transform .25s,opacity .25s}.landing-page-wrapper .home-plan-section .pricing-card.popular .plan-button:not(:disabled):not(.disabled):hover{filter:brightness(1.07);transform:translateY(-2px);box-shadow:0 10px 25px #14b8a659,0 3px 10px #14b8a626}.landing-page-wrapper .home-plan-section .pricing-card.popular .plan-button:not(:disabled):not(.disabled):hover svg{opacity:.9;transform:scale(1.08)}.landing-page-wrapper .home-plan-section .pricing-card.popular .plan-button:not(:disabled):not(.disabled):active{transform:scale(.96);box-shadow:0 2px 6px #14b8a640}.landing-page-wrapper .home-plan-section .pricing-card.popular .plan-button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;box-shadow:none;filter:none}.landing-page-wrapper .home-plan-section .pricing-card.popular .plan-button{width:100%}.landing-page-wrapper .home-plan-section .pricing-card .popular-badge{color:#fff;white-space:nowrap;background:#1a9d8a;border-radius:20px;padding:6px 16px;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-page-wrapper .home-plan-section .pricing-card .plan-header{text-align:left;margin-bottom:1.5rem}.landing-page-wrapper .home-plan-section .pricing-card .plan-header .plan-name{color:#fff;margin-bottom:.75rem;font-size:24px;font-weight:700}@media only screen and (max-width:576px){.landing-page-wrapper .home-plan-section .pricing-card .plan-header .plan-name{font-size:20px}}.landing-page-wrapper .home-plan-section .pricing-card .plan-header .plan-description{color:#9ca3af;font-size:16px;font-weight:400}.landing-page-wrapper .home-plan-section .pricing-card .plan-pricing{text-align:left;justify-content:flex-start;align-items:baseline;gap:flex-start;padding-bottom:1.5rem;display:flex}.landing-page-wrapper .home-plan-section .pricing-card .plan-pricing .price{color:#fff;font-size:36px;font-weight:700}@media only screen and (max-width:576px){.landing-page-wrapper .home-plan-section .pricing-card .plan-pricing .price{font-size:28px}}.landing-page-wrapper .home-plan-section .pricing-card .plan-pricing .period{color:#718096;font-size:1rem;font-weight:400}.landing-page-wrapper .home-plan-section .pricing-card .plan-features{flex-grow:1}.landing-page-wrapper .home-plan-section .pricing-card .plan-features .feature-item{justify-content:flex-start;align-items:flex-start;gap:flex-start;color:#fff;padding:.25rem 0;font-size:16px;font-weight:400;display:flex}.landing-page-wrapper .home-plan-section .pricing-card .plan-features .feature-item .feature-icon{flex-shrink:0;margin-top:.1rem;margin-right:.75rem}.landing-page-wrapper .home-plan-section .pricing-card .plan-features .feature-item .feature-icon.included{color:#1a9d8a}.landing-page-wrapper .home-plan-section .pricing-card .plan-button{color:#1a9d8a;white-space:nowrap;background:0 0;border:2px solid #1a9d8a;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:auto;padding:0 1.5rem;font-size:1rem;font-weight:600;transition:color .25s,transform .25s,background .25s,box-shadow .25s,filter .25s;display:flex}.landing-page-wrapper .home-plan-section .pricing-card .plan-button svg{max-width:1.2rem;max-height:1.2rem;transition:transform .25s,opacity .25s}.landing-page-wrapper .home-plan-section .pricing-card .plan-button:not(:disabled):not(.disabled):hover{background:#1a9d8a1f;transform:translateY(-2px);box-shadow:0 10px 22px #1a9d8a40,0 3px 8px #1a9d8a1a}.landing-page-wrapper .home-plan-section .pricing-card .plan-button:not(:disabled):not(.disabled):hover svg{opacity:.9;transform:scale(1.08)}.landing-page-wrapper .home-plan-section .pricing-card .plan-button:not(:disabled):not(.disabled):active{transform:scale(.96);box-shadow:0 2px 6px #1a9d8a40}.landing-page-wrapper .home-plan-section .pricing-card .plan-button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;box-shadow:none}.landing-page-wrapper .home-plan-section .pricing-card .plan-button{width:100%;margin-top:auto;padding:.875rem 2rem}
