.elementor-19115 .elementor-element.elementor-element-bf7c533{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-19115 .elementor-element.elementor-element-bf7c533:not(.elementor-motion-effects-element-type-background), .elementor-19115 .elementor-element.elementor-element-bf7c533 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEEEEE;}.elementor-19115 .elementor-element.elementor-element-92e97ae{--display:flex;}.elementor-19115 .elementor-element.elementor-element-92e97ae.e-con{--align-self:center;}.elementor-19115 .elementor-element.elementor-element-76697c9 .elementor-heading-title{font-size:42px;font-weight:700;text-transform:uppercase;}.elementor-19115 .elementor-element.elementor-element-af05459{--display:flex;}.elementor-19115 .elementor-element.elementor-element-ff5c57e{--display:flex;--padding-top:50px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-19115 .elementor-element.elementor-element-3f76aa5{text-align:center;}.elementor-19115 .elementor-element.elementor-element-3f76aa5 .elementor-heading-title{font-size:35px;}.elementor-19115 .elementor-element.elementor-element-7033051{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-19115 .elementor-element.elementor-element-f343760{--display:flex;}.elementor-19115 .elementor-element.elementor-element-f343760.e-con{--align-self:center;}.elementor-19115 .elementor-element.elementor-element-fe6acd3 .elementor-heading-title{font-size:35px;}.elementor-19115 .elementor-element.elementor-element-8439b89{--display:flex;}.elementor-19115 .elementor-element.elementor-element-aa9e0ca{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-19115 .elementor-element.elementor-element-c8ed3d7{text-align:center;}.elementor-19115 .elementor-element.elementor-element-c8ed3d7 .elementor-heading-title{font-size:35px;text-transform:uppercase;}.elementor-19115 .elementor-element.elementor-element-f4636c9{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-19115 .elementor-element.elementor-element-f4636c9.elementor-element{--align-self:center;}.elementor-19115 .elementor-element.elementor-element-f4636c9 .elementor-toggle-title{font-size:18px;font-weight:600;}@media(min-width:768px){.elementor-19115 .elementor-element.elementor-element-af05459{--width:90%;}.elementor-19115 .elementor-element.elementor-element-f343760{--width:90%;}.elementor-19115 .elementor-element.elementor-element-8439b89{--width:90%;}}@media(max-width:767px){.elementor-19115 .elementor-element.elementor-element-bf7c533{--padding-top:100px;--padding-bottom:100px;--padding-left:10px;--padding-right:10px;}.elementor-19115 .elementor-element.elementor-element-ff5c57e{--padding-top:30px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-19115 .elementor-element.elementor-element-aa9e0ca{--padding-top:30px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-e457801 */.pricing-container-pro *,
    .pricing-container-pro *::before,
    .pricing-container-pro *::after {
        box-sizing: border-box;
    }

    /* --- Main Container --- */
    .pricing-container-pro {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch; /* Đảm bảo các card có chiều cao bằng nhau */
        gap: 2rem;
        width: 100%;
        margin: 50px auto;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        color: #4A5568;
    }

    /* --- Individual Pricing Card --- */
    .pricing-card-pro {
        background-color: #ffffff;
        border: 1px solid #E2E8F0;
        border-radius: 16px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        padding: 1.5rem; /* Đã giảm từ 2.5rem để thu hẹp khoảng cách */
        text-align: center;
        flex: 1 1 300px; /* Cho phép co giãn nhưng không nhỏ hơn 300px */
        max-width: 340px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column; /* Cấu trúc flex dọc để đẩy nút xuống dưới */
    }

    .pricing-card-pro:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    /* --- Card Header --- */
    .pricing-card-pro .plan-name-pro {
        font-size: 1.25rem;
        font-weight: 600;
        color: #111827;
        margin: 0 0 0.75rem 0;
        background: none;
        border: none;
        padding: 0;
        box-shadow: none;
    }

    /* --- Price --- */
    .pricing-card-pro .card-price-pro {
        font-size: 2.25rem; /* Đã giảm từ 3rem */
        font-weight: 800;
        color: #0D6EFD; /* Đã đổi thành màu xanh */
        margin: 1.5rem 0;
        line-height: 1;
    }

    .pricing-card-pro .card-price-pro .currency-pro {
        font-size: 1.25rem; /* Đã giảm từ 1.5rem */
        font-weight: 600;
        vertical-align: middle;
        margin-right: 4px;
    }
    
    .pricing-card-pro .card-price-pro .period-pro {
        font-size: 0.875rem; /* Đã giảm từ 1rem */
        font-weight: 500;
        color: #6B7280;
    }

    /* --- Features List --- */
    .pricing-card-pro .features-list-pro {
        list-style: none;
        padding: 0;
        margin: 1.5rem 0;
        text-align: left;
        flex-grow: 1; /* Quan trọng: Giúp danh sách tính năng co giãn, đẩy nút xuống */
    }

    .pricing-card-pro .features-list-pro li {
        margin-bottom: 1rem;
        display: grid; /* Chuyển sang Grid Layout để kiểm soát tốt hơn */
        grid-template-columns: 20px 1fr; /* Cột cho icon và cột cho text */
        gap: 0.5rem; /* Khoảng cách giữa icon và text */
        align-items: start;
        font-size: 15px; /* Đã đổi thành 15px */
        color: #4A5568;
    }

    /* --- TỐI ƯU HÓA ICON: Chuyển SVG vào CSS --- */
    .pricing-card-pro .features-list-pro li::before {
        content: '';
        width: 20px;
        height: 20px;
        margin-top: 2px; /* Căn chỉnh icon với dòng text */
        background-color: #0D6EFD; /* Màu của icon */
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");
        mask-repeat: no-repeat;
        mask-size: contain;
    }

    /* --- Call to Action Button --- */
    .pricing-card-pro .cta-button-pro {
        background-color: #0D6EFD;
        color: #ffffff;
        text-decoration: none;
        padding: 1rem 1.5rem;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        display: block;
        transition: all 0.3s ease;
        border: none;
        margin-top: auto; /* Quan trọng: Đảm bảo nút luôn ở dưới cùng */
        width: 100%;
    }

    .pricing-card-pro .cta-button-pro:hover {
        background-color: #0B5ED7;
        box-shadow: 0 4px 14px 0 rgba(13, 110, 253, 0.39);
    }
    
    /* --- Responsive Design --- */
    @media (max-width: 768px) {
        .pricing-container-pro {
            flex-direction: column;
            align-items: center;
        }
        .pricing-card-pro {
            max-width: 400px;
            width: 90%;
            flex-basis: auto;
        }
    }/* End custom CSS */