#pricing-module-wrapper{--primary-text-color:#1e2a7a;--secondary-text-color:#555;--yellow-accent:#ffd22d;--card-bg-color:#fff;--section-bg-color:#fff;--check-icon-color:#28a745;--border-radius-lg:16px;--border-radius-sm:12px;--shadow:0 10px 25px rgba(0,0,0,.07);--desktop-padding:30px;align-items:center;background-color:var(--section-bg-color);color:var(--secondary-text-color);display:flex;flex-direction:column;font-family:Poppins,sans-serif;line-height:1.6;margin:0;padding:40px var(--mobile-padding);width:100%}#pricing-module-wrapper *,#pricing-module-wrapper :after,#pricing-module-wrapper :before{box-sizing:border-box;margin:0;padding:0}#pricing-module-wrapper .header-section{margin-bottom:40px;text-align:center}#pricing-module-wrapper .header-decoration{display:flex;gap:5px;justify-content:center;margin-bottom:20px}#pricing-module-wrapper .color-box{height:15px;width:15px}#pricing-module-wrapper .color-box.blue{background-color:#4a6cff}#pricing-module-wrapper .color-box.green{background-color:#8ddc53}#pricing-module-wrapper .color-box.yellow{background-color:#ffd166}#pricing-module-wrapper .color-box.red{background-color:#f25c5c}#pricing-module-wrapper .section-title{color:var(--primary-text-color);font-size:2rem;font-weight:700}#pricing-module-wrapper .package-container{align-items:center;display:flex;flex-direction:column;gap:30px;max-width:1200px;width:100%}#pricing-module-wrapper .package-card{background-color:var(--card-bg-color);border:1px solid #f0f0f0;border-radius:var(--border-radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column;max-width:360px;overflow:hidden;width:100%}#pricing-module-wrapper .card-header{padding:20px;text-align:center}#pricing-module-wrapper .yellow-bg{background-color:var(--yellow-accent)}#pricing-module-wrapper .card-title{color:var(--primary-text-color);font-size:1.4rem;font-weight:700}#pricing-module-wrapper .card-body{display:flex;flex-direction:column;flex-grow:1;padding:25px}#pricing-module-wrapper .card-price{color:var(--primary-text-color);font-size:2rem;font-weight:700;margin-bottom:5px;text-align:center}#pricing-module-wrapper .card-price.negotiable{font-size:1.5rem;font-weight:600;margin-bottom:25px}#pricing-module-wrapper .card-price .currency{font-size:1.1rem;font-weight:600}#pricing-module-wrapper .card-savings{color:var(--secondary-text-color);font-size:.9rem;font-weight:500;margin-bottom:25px;text-align:center}#pricing-module-wrapper .card-features{flex-grow:1;list-style:none;margin-bottom:30px;padding:0}#pricing-module-wrapper .card-features li{font-size:.9rem;font-weight:400;line-height:1.5;margin-bottom:12px;padding-left:28px;position:relative}#pricing-module-wrapper .card-features li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2328a745' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:18px;left:0;position:absolute;top:4px;width:18px}#pricing-module-wrapper .btn-interest{align-items:center;border:none;border-radius:var(--border-radius-sm);color:var(--primary-text-color);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;margin-top:auto;padding:14px 25px;transition:all .3s ease;width:100%}#pricing-module-wrapper .btn-interest:hover{background-color:#ffc900;box-shadow:0 4px 15px rgba(0,0,0,.1);transform:translateY(-3px)}#pricing-module-wrapper .btn-icon{height:20px;width:20px}@media (min-width:768px){#pricing-module-wrapper{padding:60px var(--desktop-padding)}#pricing-module-wrapper .section-title{font-size:2.2rem}#pricing-module-wrapper .package-container{align-items:stretch;flex-direction:row;flex-wrap:wrap;justify-content:center}#pricing-module-wrapper .package-card{max-width:350px;width:calc(33.333% - 20px)}}@media (min-width:1200px){#pricing-module-wrapper .section-title{font-size:2.5rem}#pricing-module-wrapper .package-container{gap:30px}#pricing-module-wrapper .package-card{width:calc(33.333% - 20px)}}