
/* ── Reset & Base ── */
.app2-wrapper {
    font-family: 'Inter', 'Segoe UI', -apple-system, sans-serif;
    color: #1a1a2e;
    line-height: 1.6;
    overflow-x: hidden;
}

.app2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Typography ── */
.app2-section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #1a1a2e;
    line-height: 1.3;
}

/* ── Buttons ── */
.app2-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.app2-btn--primary {
    background-color: #e53935;
    color: #fff;
}

.app2-btn--primary:hover {
    background-color: #c62828;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.35);
}

.app2-btn--outline {
    background: transparent;
    color: #e53935;
    border: 1.5px solid #e53935;
}

.app2-btn--outline:hover {
    background-color: #e53935;
    color: #fff;
}

.app2-btn--full {
    width: 100%;
    justify-content: center;
}

.app2-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #e53935;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.app2-link-arrow:hover {
    gap: 8px;
}

/* ═══════════════════════════════════════════
   SECTION 1: BANNER
   ═══════════════════════════════════════════ */
.app2-banner {
    background: #fafafa;
    padding: 60px 0 0;
    overflow: hidden;
}

.app2-banner__inner {
    display: flex;
    align-items: center;
    gap: 48px;
}

.app2-banner__text {
    flex: 1;
    min-width: 0;
}

.app2-banner__label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.app2-banner__title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.app2-banner__desc {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 480px;
}

.app2-banner__image {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.app2-banner__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ═══════════════════════════════════════════
   SECTION 2: DEFINITION + FEATURES + OS + DEVICES
   ═══════════════════════════════════════════ */
.app2-definition {
    padding: 80px 0;
    background: #fff;
}

.app2-definition__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px;
}

.app2-definition__desc {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.app2-definition__subtitle {
    text-align: center;
    margin-bottom: 32px;
}

.app2-definition__subtitle p {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

/* Feature Grid – 3 cột */
.app2-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 64px;
}

.app2-feature-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 28px 24px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.app2-feature-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.app2-feature-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}

.app2-feature-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app2-feature-card__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.app2-feature-card__desc {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

/* OS Support */
.app2-os-support {
    text-align: center;
    margin-bottom: 56px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.app2-os-support__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 28px;
}

.app2-os-support__list {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.app2-os-support__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.app2-os-support__item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.app2-os-support__item span {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

/* Devices Support */
.app2-devices-support {
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.app2-devices-support__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 28px;
}

.app2-devices-support__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.app2-devices-support__main-image {
    max-width: 600px;
}

.app2-devices-support__main-image img {
    width: 100%;
    height: auto;
}

.app2-devices-support__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.app2-devices-support__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.app2-devices-support__item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.app2-devices-support__item span {
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

/* ═══════════════════════════════════════════
   SECTION 3: CUSTOMERS
   ═══════════════════════════════════════════ */
.app2-customers {
    padding: 80px 0;
    background: #fafafa;
}

.app2-customers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.app2-customers__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.app2-customers__card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.app2-customers__card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f5f5f5;
}

.app2-customers__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app2-customers__card-body {
    padding: 24px;
}

.app2-customers__card-body h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a2e;
    line-height: 1.4;
}

.app2-customers__card-body p {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hàng cuối: nếu chỉ có 2 card → căn giữa */
.app2-customers__grid > .app2-customers__card:nth-last-child(2):nth-child(3n + 1),
.app2-customers__grid > .app2-customers__card:nth-last-child(1):nth-child(3n + 2) {
    /* Trick CSS: khi hàng cuối có 2 phần tử bắt đầu từ vị trí 3n+1 */
}

/* ═══════════════════════════════════════════
   SECTION 4: DISTRIBUTED PARTNERS
   ═══════════════════════════════════════════ */
.app2-distributed {
    padding: 60px 0;
    background: #fff;
}

.app2-distributed__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    flex-wrap: wrap;
}

.app2-distributed__logos img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
    filter: grayscale(0);
    transition: filter 0.3s ease;
}

/* ═══════════════════════════════════════════
   SECTION 5: BENEFITS / SERVICES
   ═══════════════════════════════════════════ */
.app2-benefits {
    padding: 80px 0;
    background: #fafafa;
}

.app2-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.app2-benefits__card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 28px;
    transition: box-shadow 0.3s ease;
}

.app2-benefits__card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.app2-benefits__card-icon {
    font-size: 24px;
    color: #e53935;
    margin-bottom: 12px;
}

.app2-benefits__card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.app2-benefits__card-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

.app2-benefits__cta {
    text-align: center;
}

/* ═══════════════════════════════════════════
   SECTION 6: PRICING
   ═══════════════════════════════════════════ */
.app2-pricing {
    padding: 80px 0;
    background: #fff;
}

.app2-pricing__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
}

/* Cột trái – Promo */
.app2-pricing__promo {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4e 100%);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.app2-pricing__promo-content {
    position: relative;
    z-index: 2;
}

.app2-pricing__promo-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
}

.app2-pricing__promo-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.app2-pricing__promo > img {
    width: 100%;
    max-width: 280px;
    margin: 24px auto 0;
    display: block;
    position: relative;
    z-index: 1;
}

/* Cột phải – Chi tiết giá */
.app2-pricing__details {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.app2-pricing__details-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #e53935;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.app2-pricing__details-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.app2-pricing__details-header p {
    font-size: 14px;
    color: #777;
}

.app2-pricing__bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.app2-pricing__bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.app2-pricing__bullet-item i {
    color: #4caf50;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.app2-pricing__price {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
}

.app2-pricing__price small {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.app2-pricing__notes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.app2-pricing__note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}

.app2-pricing__note i {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ═══════════════════════════════════════════
   SECTION 7: RELATED SOLUTIONS
   ═══════════════════════════════════════════ */
.app2-related {
    padding: 80px 0;
    background: #fafafa;
}

.app2-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.app2-related__card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 28px;
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
    display: block;
}

.app2-related__card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-color: #e53935;
}

.app2-related__card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    line-height: 1.4;
}

.app2-related__card-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */

/* Tablet */
@media (max-width: 1024px) {
    .app2-banner__title {
        font-size: 34px;
    }

    .app2-section-title {
        font-size: 28px;
    }

    .app2-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .app2-pricing__wrapper {
        grid-template-columns: 1fr;
    }

    .app2-pricing__promo {
        min-height: 280px;
    }
}

/* Mobile landscape / small tablet */
@media (max-width: 768px) {
    .app2-banner__inner {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }

    .app2-banner__desc {
        max-width: 100%;
    }

    .app2-banner__title {
        font-size: 28px;
    }

    .app2-section-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .app2-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .app2-customers__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .app2-benefits__grid {
        grid-template-columns: 1fr;
    }

    .app2-related__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .app2-os-support__list {
        gap: 32px;
    }

    .app2-devices-support__list {
        gap: 24px;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .app2-container {
        padding: 0 16px;
    }

    .app2-banner {
        padding: 40px 0 0;
    }

    .app2-banner__title {
        font-size: 24px;
    }

    .app2-banner__label {
        font-size: 12px;
    }

    .app2-section-title {
        font-size: 22px;
    }

    .app2-features-grid {
        grid-template-columns: 1fr;
    }

    .app2-customers__grid {
        grid-template-columns: 1fr;
    }

    .app2-customers__card-image {
        height: 160px;
    }

    .app2-related__grid {
        grid-template-columns: 1fr;
    }

    .app2-pricing__promo {
        padding: 28px;
        min-height: auto;
    }

    .app2-pricing__details {
        padding: 24px;
    }

    .app2-pricing__price {
        font-size: 22px;
    }

    .app2-distributed__logos {
        gap: 32px;
    }

    .app2-distributed__logos img {
        max-height: 40px;
    }
}

/* Fix màu chữ section định nghĩa MDM */
.app2-definition,
.app2-definition * {
    color: #1a1a2e;
}

.app2-definition__desc {
    color: #2f3140;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

.app2-definition__subtitle p {
    color: #4b4f63;
    font-size: 16px;
    font-weight: 500;
}

.app2-feature-card__title,
.app2-feature-card__desc {
    color: #2f3140;
}

.app2-feature-card__desc {
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}

/* ================================
   Application3 - Pricing section Figma layout
   ================================ */

.app2-pricing {
    padding: 70px 0 80px;
    background: #fff;
}

.app2-pricing .app2-container {
    max-width: 1360px;
}

.app2-pricing .app2-section-title {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 36px;
}

/* Layout: card trái nhỏ, card phải lớn */
.app2-pricing__wrapper {
    display: grid;
    grid-template-columns: 276px minmax(0, 1fr);
    gap: 38px;
    align-items: stretch;
}

/* Card trái màu đỏ giống Figma */
.app2-pricing__promo {
    background: #db2c11 !important;
    border-radius: 16px;
    min-height: 541px;
    padding: 32px 24px;
    overflow: hidden;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.08), 0 0 4.4px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.app2-pricing__promo-content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 16px;
}

.app2-pricing__promo-content p {
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
}

.app2-pricing__promo > img {
    width: 100%;
    max-width: 245px;
    margin: auto auto -32px;
    object-fit: contain;
}

/* Card phải lớn */
.app2-pricing__details {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    min-height: 541px;
    padding: 38px 38px 28px;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.08), 0 0 4.4px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Label pill */
.app2-pricing__details-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 220px;
    height: 48px;
    padding: 0 28px;
    border: 1.5px solid #db2c11;
    border-radius: 999px;
    color: #db2c11;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 14px;
}

.app2-pricing__details-header h3 {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.app2-pricing__details-header p {
    font-size: 16px;
    color: #515151;
    line-height: 1.45;
}

/* Bullet list */
.app2-pricing__bullets {
    gap: 12px;
    padding: 4px 0 18px;
    border-bottom: 1px dashed #e5e5e5;
}

.app2-pricing__bullet-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #515151;
    font-size: 16px;
    line-height: 1.45;
}

.app2-pricing__bullet-item i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #db2c11;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 0;
    flex: 0 0 24px;
}

/* Notes */
.app2-pricing__notes {
    gap: 14px;
    padding: 4px 0 18px;
    border-bottom: 1px dashed #e5e5e5;
}

.app2-pricing__note {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #515151;
    font-size: 16px;
    line-height: 1.45;
}

.app2-pricing__note i {
    width: 24px;
    height: 24px;
    border: 2px solid #db2c11;
    border-radius: 50%;
    color: #db2c11;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex: 0 0 24px;
}

/* Price */
.app2-pricing__price {
    border-top: none;
    padding: 0;
    margin-top: auto;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.55);
    line-height: 1.45;
}

.app2-pricing__price strong,
.app2-pricing__price b {
    color: #db2c11;
}

.app2-pricing__price,
.app2-pricing__price p {
    font-size: 16px;
}

.app2-pricing__price p:first-child,
.app2-pricing__price span:first-child {
    font-size: 30px;
    font-weight: 700;
    color: #db2c11;
}

/* Button */
.app2-pricing__details .app2-btn--full {
    height: 48px;
    border-radius: 12px;
    background: rgba(219, 44, 17, 0.86);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}

.app2-pricing__details .app2-btn--full:hover {
    background: #db2c11;
    transform: none;
}

/* Responsive */
@media (max-width: 1024px) {
    .app2-pricing__wrapper {
        grid-template-columns: 1fr;
    }

    .app2-pricing__promo {
        min-height: 360px;
    }

    .app2-pricing__promo > img {
        max-width: 220px;
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .app2-pricing .app2-container {
        padding: 0 16px;
    }

    .app2-pricing__details {
        padding: 28px 20px;
    }

    .app2-pricing__details-header h3 {
        font-size: 26px;
    }

    .app2-pricing__details-label {
        min-width: auto;
        width: 100%;
    }
}

/* ================================
   Application3 - Pricing section Figma layout
   ================================ */

.app2-pricing {
    padding: 70px 0 80px;
    background: #fff;
}

.app2-pricing .app2-container {
    max-width: 1360px;
}

.app2-pricing .app2-section-title {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 36px;
}

/* Layout: card trái nhỏ, card phải lớn */
.app2-pricing__wrapper {
    display: grid;
    grid-template-columns: 276px minmax(0, 1fr);
    gap: 38px;
    align-items: stretch;
}

/* Card trái màu đỏ giống Figma */
.app2-pricing__promo {
    background: #db2c11 !important;
    border-radius: 16px;
    min-height: 541px;
    padding: 32px 24px;
    overflow: hidden;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.08), 0 0 4.4px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.app2-pricing__promo-content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 16px;
}

.app2-pricing__promo-content p {
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
}

.app2-pricing__promo > img {
    width: 100%;
    max-width: 245px;
    margin: auto auto -32px;
    object-fit: contain;
}

/* Card phải lớn */
.app2-pricing__details {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    min-height: 541px;
    padding: 38px 38px 28px;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.08), 0 0 4.4px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Label pill */
.app2-pricing__details-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 220px;
    height: 48px;
    padding: 0 28px;
    border: 1.5px solid #db2c11;
    border-radius: 999px;
    color: #db2c11;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 14px;
}

.app2-pricing__details-header h3 {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.app2-pricing__details-header p {
    font-size: 16px;
    color: #515151;
    line-height: 1.45;
}

/* Bullet list */
.app2-pricing__bullets {
    gap: 12px;
    padding: 4px 0 18px;
    border-bottom: 1px dashed #e5e5e5;
}

.app2-pricing__bullet-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #515151;
    font-size: 16px;
    line-height: 1.45;
}

.app2-pricing__bullet-item i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #db2c11;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 0;
    flex: 0 0 24px;
}

/* Notes */
.app2-pricing__notes {
    gap: 14px;
    padding: 4px 0 18px;
    border-bottom: 1px dashed #e5e5e5;
}

.app2-pricing__note {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #515151;
    font-size: 16px;
    line-height: 1.45;
}

.app2-pricing__note i {
    width: 24px;
    height: 24px;
    border: 2px solid #db2c11;
    border-radius: 50%;
    color: #db2c11;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex: 0 0 24px;
}

/* Price */
.app2-pricing__price {
    border-top: none;
    padding: 0;
    margin-top: auto;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.55);
    line-height: 1.45;
}

.app2-pricing__price strong,
.app2-pricing__price b {
    color: #db2c11;
}

.app2-pricing__price,
.app2-pricing__price p {
    font-size: 16px;
}

.app2-pricing__price p:first-child,
.app2-pricing__price span:first-child {
    font-size: 30px;
    font-weight: 700;
    color: #db2c11;
}

/* Button */
.app2-pricing__details .app2-btn--full {
    height: 48px;
    border-radius: 12px;
    background: rgba(219, 44, 17, 0.86);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}

.app2-pricing__details .app2-btn--full:hover {
    background: #db2c11;
    transform: none;
}

/* Responsive */
@media (max-width: 1024px) {
    .app2-pricing__wrapper {
        grid-template-columns: 1fr;
    }

    .app2-pricing__promo {
        min-height: 360px;
    }

    .app2-pricing__promo > img {
        max-width: 220px;
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .app2-pricing .app2-container {
        padding: 0 16px;
    }

    .app2-pricing__details {
        padding: 28px 20px;
    }

    .app2-pricing__details-header h3 {
        font-size: 26px;
    }

    .app2-pricing__details-label {
        min-width: auto;
        width: 100%;
    }
}

/* Fix pricing CTA button overflow */
.app2-pricing__details {
    overflow: hidden;
    box-sizing: border-box;
}

.app2-pricing__details .app2-btn--full {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: none;
}

.app2-pricing__details .app2-btn--full,
.app2-pricing__details .app2-btn--full * {
    box-sizing: border-box;
}

/* Extra safe: keep CTA inside pricing card */
.app2-pricing__details {
    padding-left: 38px;
    padding-right: 38px;
}

.app2-pricing__details .app2-btn--full {
    display: flex;
    position: relative;
    left: auto;
    right: auto;
}
