.hrm-pricing-page { background: linear-gradient(180deg, #effaf7 0%, #f8fbfc 38%, #fff 100%); color: var(--landing-text); }
.hrm-pricing-hero { padding: 92px 0 62px; text-align: center; background: radial-gradient(circle at 15% 30%, rgba(34,197,94,.14), transparent 30%), radial-gradient(circle at 85% 20%, rgba(8,145,178,.14), transparent 32%); }
.hrm-pricing-hero h1 { margin: 18px 0 10px; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 800; }
.hrm-pricing-hero p { max-width: 650px; margin: 0 auto; color: var(--landing-muted); font-size: 1.05rem; }
.hrm-comparison-section { padding: 72px 0; }
.hrm-comparison-section { background: rgba(234,248,250,.65); }
.hrm-comparison-table-wrap { overflow-x: auto; border: 1px solid #dce7ea; border-radius: 18px 18px 0 0; background: #fff; box-shadow: 0 14px 30px rgba(38,74,87,.08); }.hrm-comparison-table { width: 100%; min-width: 900px; border-collapse: separate; border-spacing: 0; }.hrm-comparison-table th, .hrm-comparison-table td { padding: 13px 15px; border-bottom: 1px solid #edf1f2; text-align: center; font-size: .84rem; }.hrm-comparison-table thead th { color: #fff; font-size: .95rem; }.hrm-comparison-table thead th:first-child { background: #52616b; text-align: left; }.hrm-comparison-table__starter { background: #61c965; }.hrm-comparison-table__business { background: #62aef0; }.hrm-comparison-table__enterprise { background: #ff9d4d; }.hrm-comparison-table__custom { background: #7e8eea; }.hrm-comparison-table tbody tr:nth-child(even):not(.hrm-comparison-table__category) { background: #fafcfd; }.hrm-comparison-table tbody th { color: var(--landing-text); font-weight: 500; text-align: left; }.hrm-comparison-table__category th { padding: 12px 15px; background: #b9e8f3; color: #17516a; font-weight: 800; text-align: left; }.hrm-comparison-table .is-supported { color: #179b61; font-size: 1.2rem; font-weight: 800; }.hrm-comparison-table .is-unavailable { color: #b8c1c5; font-size: 1.15rem; }.hrm-comparison-badge { display: inline-block; padding: 4px 8px; border-radius: 999px; background: #f0e7ff; color: #7552a7; font-size: .72rem; font-weight: 700; white-space: nowrap; }.hrm-comparison-table td.is-badged .hrm-comparison-badge { background: #fff0dc; color: #bd6d20; }.hrm-comparison-table td:last-child .hrm-comparison-badge { background: #f0e7ff; color: #7552a7; }
@media (max-width: 600px) { .hrm-pricing-hero { padding: 68px 0 46px; }.hrm-comparison-section { padding: 52px 0; }.hrm-comparison-table-wrap { margin: 0 -4px; } }

/* Comparison table theme */
.hrm-comparison-section {
    padding: 60px 0 80px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
}
.hrm-comparison-table-wrap {
    overflow-x: auto;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 30px rgba(38, 74, 87, 0.08);
}
.hrm-comparison-table {
    border-collapse: separate;
    border-spacing: 0;
}
.hrm-comparison-table th,
.hrm-comparison-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.92rem;
}
.hrm-comparison-table thead th {
    padding: 16px 20px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
}
.hrm-comparison-table thead th:first-child {
    background: #52616b;
    text-align: left;
}
.hrm-comparison-table thead th small {
    display: block;
    margin-top: 2px;
    font-size: 0.72rem;
    font-weight: 400;
    opacity: 0.85;
}
.hrm-comparison-table thead .is-recommended {
    background: #62aef0;
    border-radius: 0;
}
.hrm-comparison-table tbody tr:nth-child(even):not(.hrm-comparison-table__category) td {
    background: #fafbff;
}
.hrm-comparison-table tbody th {
    color: #444;
    font-weight: 500;
    text-align: left;
}
.hrm-comparison-table tbody td {
    text-align: center;
}
.hrm-comparison-table tbody td:nth-child(3) {
    background: rgba(77, 184, 72, 0.04);
}
.hrm-comparison-table__category th {
    padding: 13px 20px;
    background: #e8f8f4;
    color: #237c69;
    font-weight: 700;
    text-align: left;
}
.hrm-comparison-table .is-supported {
    color: #27ae60;
    font-size: 1.1rem;
}
.hrm-comparison-table .is-unavailable {
    color: #ccc;
    font-size: 1.1rem;
}
.hrm-comparison-badge {
    padding: 4px 9px;
    font-size: 0.72rem;
}

@media (max-width: 600px) {
    .hrm-comparison-section {
        padding: 52px 0;
    }
    .hrm-comparison-table-wrap {
        margin: 0 -4px;
    }
    .hrm-comparison-table th,
    .hrm-comparison-table td {
        padding: 12px 14px;
    }
}

/* Pricing cards aligned with the MintPOS pricing visual style */
.hrm-pricing-page .pricing-section {
    padding: 72px 0 84px;
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(8px);
}
.hrm-pricing-page .pricing-grid--comparison {
    align-items: stretch;
    gap: 24px;
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 28px 24px 24px;
    border: 1px solid rgba(77, 184, 72, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 26px rgba(30, 80, 60, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card:hover {
    border-color: rgba(8, 145, 178, 0.3);
    box-shadow: 0 18px 40px rgba(8, 145, 178, 0.14);
    transform: translateY(-7px);
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card.is-recommended {
    border: 2px solid #62aef0;
    box-shadow: 0 12px 34px rgba(8, 145, 178, 0.18);
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card.is-recommended:hover {
    transform: translateY(-9px);
}
.hrm-pricing-page .pricing-grid--comparison .recommended-label {
    top: -12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--landing-gradient);
    font-size: 0.68rem;
    font-weight: 700;
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card__heading {
    margin-bottom: 16px;
    font-size: 1.35rem;
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card h3 {
    font-size: 1.18rem;
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card > p {
    line-height: 1.65;
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card__price {
    margin-top: 18px;
    font-size: 1.85rem;
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card ul {
    flex: 1;
    padding-left: 18px;
    line-height: 1.85;
}
.hrm-pricing-page .pricing-grid--comparison .pricing-card .landing-button {
    margin-top: 16px;
    border-radius: 12px;
    font-weight: 700;
}

@media (max-width: 600px) {
    .hrm-pricing-page .pricing-section {
        padding: 56px 0 64px;
    }
    .hrm-pricing-page .pricing-grid--comparison {
        gap: 18px;
    }
}
