/* HR pricing page styles */

body.page-hr-pricing img.nav-link-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 4px;
    filter: opacity(0.8);
}

body.page-hr-pricing /* Page Header */
        .page-header {
    padding: 112px 24px 52px;
    background: var(--gray-light);
    text-align: center;
}

body.page-hr-pricing .page-header-container {
    max-width: 800px;
    margin: 0 auto;
}

body.page-hr-pricing .section-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--mira-gold);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

body.page-hr-pricing .section-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 24px;
}

body.page-hr-pricing .section-title span {
    color: var(--mira-gold);
}

body.page-hr-pricing .section-subtitle {
    font-size: 18px;
    color: var(--gray-text);
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.7;
}

body.page-hr-pricing .advantage-stat {
    font-size: 28px;
    color: var(--mira-gold);
}

body.page-hr-pricing .pricing-badge-spaced {
    margin-bottom: 12px;
}

body.page-hr-pricing .pricing-unit {
    font-size: 12px;
    font-weight: 400;
}

body.page-hr-pricing .packages-title {
    font-size: 28px;
}

body.page-hr-pricing /* Why Work With Us / Value Section */
        .advantage-section {
    padding: 84px 24px;
    background: var(--white);
}

body.page-hr-pricing .advantage-container {
    max-width: 1200px;
    margin: 0 auto;
}

body.page-hr-pricing .advantage-header {
    text-align: center;
    margin-bottom: 48px;
}

body.page-hr-pricing .advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

body.page-hr-pricing .advantage-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

body.page-hr-pricing .advantage-card:hover {
    background: var(--gray-light);
}

body.page-hr-pricing .advantage-icon {
    width: 60px;
    height: 60px;
    background: var(--mira-gold-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

body.page-hr-pricing .advantage-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}

body.page-hr-pricing .advantage-desc {
    font-size: 13px;
    color: var(--gray-text);
    line-height: 1.6;
}

body.page-hr-pricing /* Pricing Section */
        .pricing-section {
    padding: 84px 24px;
    background: var(--gray-light);
}

body.page-hr-pricing .pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

body.page-hr-pricing .pricing-header {
    text-align: center;
    margin-bottom: 48px;
}

body.page-hr-pricing .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 48px;
}

body.page-hr-pricing .pricing-card {
    background: var(--white);
    padding: 32px 28px;
    border-radius: var(--radius-card);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

body.page-hr-pricing .pricing-card > .pricing-badge:last-child {
    margin-top: auto;
    align-self: flex-start;
}

body.page-hr-pricing .pricing-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 8px;
}

body.page-hr-pricing .pricing-card-subtitle {
    font-size: 14px;
    color: var(--gray-text);
    line-height: 1.6;
    margin-bottom: 24px;
}

body.page-hr-pricing .pricing-item {
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-medium);
}

body.page-hr-pricing .pricing-item:last-child {
    border-bottom: none;
}

body.page-hr-pricing .pricing-item-label {
    font-size: 13px;
    color: var(--gray-text);
    margin-bottom: 4px;
}

body.page-hr-pricing .pricing-item-value {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

body.page-hr-pricing .pricing-item-note {
    font-size: 12px;
    color: var(--gray-text);
    margin-top: 4px;
}

body.page-hr-pricing .pricing-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 4px 12px;
    background: var(--mira-gold-light);
    color: var(--mira-gold);
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 8px;
}

body.page-hr-pricing /* Popular Packages */
        .packages-header {
    text-align: center;
    margin-bottom: 40px;
}

body.page-hr-pricing .packages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

body.page-hr-pricing .package-card {
    background: var(--white);
    padding: 32px 28px;
    border-radius: var(--radius-card);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

body.page-hr-pricing .package-card:hover {
    border-color: var(--mira-gold);
}

body.page-hr-pricing .package-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px;
}

body.page-hr-pricing .package-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

body.page-hr-pricing .package-option {
    padding: 16px;
    background: var(--gray-light);
    border-radius: 10px;
}

body.page-hr-pricing .package-option-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--mira-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

body.page-hr-pricing .package-option-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
}

body.page-hr-pricing .package-option-detail {
    font-size: 12px;
    color: var(--gray-text);
    line-height: 1.5;
}

body.page-hr-pricing .package-note {
    margin-top: 16px;
    font-size: 13px;
    color: var(--mira-gold);
    font-weight: 500;
}

body.page-hr-pricing /* Cost Calculator Section */
        .calculator-section {
    padding: 56px 24px;
    background: var(--white);
}

body.page-hr-pricing .calculator-container {
    max-width: 700px;
    margin: 0 auto;
}

body.page-hr-pricing .calculator-header {
    text-align: center;
    margin-bottom: 36px;
}

body.page-hr-pricing .calculator-header .section-subtitle {
    margin-top: 16px;
}

body.page-hr-pricing .calculator-card {
    background: var(--gray-light);
    border-radius: var(--radius-card);
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

body.page-hr-pricing .calc-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

body.page-hr-pricing .calc-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
}

body.page-hr-pricing .calc-group input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--gray-medium);
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: var(--black);
    background: var(--white);
    transition: border-color 0.2s ease;
}

body.page-hr-pricing .calc-group input:focus {
    outline: none;
    border-color: var(--mira-gold);
}

body.page-hr-pricing .calc-btn {
    width: 100%;
    padding: 16px;
    background: var(--mira-gold);
    color: var(--white);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

body.page-hr-pricing .calc-btn:hover {
    background: #0f2615;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(22, 52, 30, 0.3);
}

body.page-hr-pricing .calc-results {
    display: none;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--gray-medium);
}

body.page-hr-pricing .calc-results.visible {
    display: block;
    animation: calcFadeUp 0.5s ease forwards;
}

@keyframes calcFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.page-hr-pricing .calc-result-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

body.page-hr-pricing .calc-result-item {
    text-align: center;
    padding: 20px 12px;
    background: var(--white);
    border-radius: 12px;
}

body.page-hr-pricing .calc-result-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-text);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

body.page-hr-pricing .calc-result-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--mira-gold);
}

body.page-hr-pricing .calc-cta {
    text-align: center;
    margin-top: 28px;
}

body.page-hr-pricing .calc-cta p {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 16px;
}

body.page-hr-pricing .calc-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--mira-gold);
    color: var(--white);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

body.page-hr-pricing .calc-cta-btn:hover {
    background: #0f2615;
    transform: translateY(-2px);
}

body.page-hr-pricing /* Contact CTA Section */
        .contact-cta-section {
    padding: 56px 24px;
    background: #1a1a1a;
    text-align: center;
}

body.page-hr-pricing .contact-cta-container {
    max-width: 600px;
    margin: 0 auto;
}

body.page-hr-pricing .contact-cta-icon {
    width: 64px;
    height: 64px;
    background: var(--mira-gold-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

body.page-hr-pricing .contact-cta-icon .icon-svg {
    width: 30px;
    height: 30px;
}

body.page-hr-pricing .contact-cta-title {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif;
}

body.page-hr-pricing .contact-cta-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    line-height: 1.7;
    font-family: "Montserrat", sans-serif;
}

body.page-hr-pricing .contact-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: var(--mira-gold);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

body.page-hr-pricing .contact-cta-btn:hover {
    background: #0f2615;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(22, 52, 30, 0.3);
}

body.page-hr-pricing .contact-cta-btn .icon-svg {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

body.page-hr-pricing /* Footer */
        .footer {
    background: var(--black);
    color: var(--white);
    padding: 60px 24px 32px;
}

body.page-hr-pricing .footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

body.page-hr-pricing .footer-content {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

body.page-hr-pricing .footer-brand-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

body.page-hr-pricing .footer-brand-link:hover .footer-brand-name {
    color: var(--mira-gold);
}

body.page-hr-pricing .footer-brand-logo {
    height: 36px;
    width: auto;
}

body.page-hr-pricing .footer-brand-divider {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

body.page-hr-pricing .footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

body.page-hr-pricing .footer-brand-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.12em;
    line-height: 1;
    transition: color 0.2s ease;
}

body.page-hr-pricing .footer-brand-sub {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.15em;
    line-height: 1;
}

body.page-hr-pricing .footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.page-hr-pricing .footer-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

body.page-hr-pricing .footer-links a:hover {
    color: var(--mira-gold);
}

body.page-hr-pricing .footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    margin-left: auto;
}

body.page-hr-pricing .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    font-size: 14px;
}

body.page-hr-pricing .footer-contact a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

body.page-hr-pricing .footer-contact a:hover {
    color: var(--mira-gold);
}

body.page-hr-pricing .footer-social {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body.page-hr-pricing .footer-social-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

body.page-hr-pricing .footer-social-label {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.page-hr-pricing .footer-social-icons {
    display: flex;
    gap: 10px;
}

body.page-hr-pricing .footer-social-divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.18);
    align-self: center;
}

body.page-hr-pricing .social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

body.page-hr-pricing .social-link:hover {
    background: var(--mira-gold);
    transform: translateY(-2px);
}

body.page-hr-pricing .social-link .icon-svg {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

body.page-hr-pricing .social-link:hover .icon-svg {
    filter: none;
}

body.page-hr-pricing .contact-cta-btn .icon-svg {
    filter: brightness(0) invert(1);
}

body.page-hr-pricing .footer-brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body.page-hr-pricing .footer-copyright {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.08em;
    margin: 0;
}

body.page-hr-pricing .icon-svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(27%) sepia(44%) saturate(468%) hue-rotate(88deg)
        brightness(94%) contrast(91%);
}

body.page-hr-pricing .advantage-icon .icon-svg {
    width: 26px;
    height: 26px;
}

body.page-hr-pricing .social-link .icon-svg {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

body.page-hr-pricing .social-link:hover .icon-svg {
    filter: none;
}

/* Responsive */
@media (max-width: 1024px) {
    body.page-hr-pricing .advantage-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    body.page-hr-pricing .pricing-grid {
        grid-template-columns: 1fr;
    }

    body.page-hr-pricing .packages-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    body.page-hr-pricing .navbar {
        top: 10px;
        left: 12px;
        right: 12px;
        padding: 8px 14px;
    }

    body.page-hr-pricing .navbar.compact {
        left: 8px;
        right: 8px;
        padding: 3px 16px;
        border-radius: 0 0 14px 14px;
    }

    body.page-hr-pricing .navbar.compact .logo-mg {
        height: 20px;
    }

    body.page-hr-pricing .navbar.compact .logo-text {
        font-size: 11px;
    }

    body.page-hr-pricing .navbar.compact .logo-subtext {
        font-size: 8px;
    }

    body.page-hr-pricing .nav-right {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    body.page-hr-pricing .navbar.menu-open .nav-right {
        display: flex;
    }

    body.page-hr-pricing .nav-links {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    body.page-hr-pricing .nav-contact {
        font-size: 14px;
    }

    body.page-hr-pricing .lang-toggle {
        align-self: flex-start;
    }

    body.page-hr-pricing .mobile-menu-btn {
        display: flex;
    }

    body.page-hr-pricing .page-header {
        padding: 130px 24px 60px;
    }

    body.page-hr-pricing .section-title {
        font-size: 28px;
    }

    body.page-hr-pricing .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body.page-hr-pricing .package-options {
        grid-template-columns: 1fr;
    }

    body.page-hr-pricing .calc-inputs {
        grid-template-columns: 1fr;
    }

    body.page-hr-pricing .calc-result-grid {
        grid-template-columns: 1fr;
    }

    body.page-hr-pricing .calculator-card {
        padding: 28px 20px;
    }

    body.page-hr-pricing .footer {
        padding: 40px 24px 24px;
    }

    body.page-hr-pricing .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 32px;
    }

    body.page-hr-pricing .footer-right {
        align-items: center;
        margin-left: 0;
    }

    body.page-hr-pricing .footer-social {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    body.page-hr-pricing .footer-social-group {
        align-items: center;
    }

    body.page-hr-pricing .footer-social-divider {
        display: none;
    }

    body.page-hr-pricing .footer-contact {
        align-items: center;
    }

    body.page-hr-pricing .footer-links {
        align-items: center;
    }

    body.page-hr-pricing .contact-cta-section {
        padding: 44px 20px;
    }

    body.page-hr-pricing .contact-cta-title {
        font-size: 24px;
    }

    body.page-hr-pricing .contact-cta-icon {
        width: 56px;
        height: 56px;
    }

    body.page-hr-pricing .contact-cta-icon .icon-svg {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 480px) {
    body.page-hr-pricing .advantage-grid {
        grid-template-columns: 1fr;
    }

    body.page-hr-pricing .page-header {
        padding: 104px 18px 40px;
    }
}

body.page-hr-pricing .advantage-card,
body.page-hr-pricing .pricing-card,
body.page-hr-pricing .package-card,
body.page-hr-pricing .calculator-card {
    border-radius: var(--radius-card);
}

body.page-hr-pricing .advantage-card:hover,
body.page-hr-pricing .pricing-card:hover,
body.page-hr-pricing .package-card:hover {
    transform: translateY(-4px);
}

body.page-hr-pricing .pricing-badge {
    border-radius: 4px;
}

body.page-hr-pricing .pricing-grid,
body.page-hr-pricing .packages-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

body.page-hr-pricing .pricing-card,
body.page-hr-pricing .package-card {
    width: 100%;
    max-width: none;
}

@media (max-width: 768px) {
    body.page-hr-pricing .pricing-grid,
    body.page-hr-pricing .packages-grid {
        grid-template-columns: 1fr;
    }
}
