/* Conversion-focused pricing prototype (/pricing-new).
   Same palette and squarish corners as the marketing homepage:
   brand blue #3399ff / #1a8cfa, navy #1c2a45, muted #6c7a95, light bg #eaf4ff. */

/* ---------- Hero ---------- */

.pricing-new .pn-hero {
    padding: 24px 0 8px;
}

.pricing-new .pn-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #1a8cfa;
    margin-bottom: 12px;
}

.pricing-new .pn-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #1c2a45;
    margin-bottom: 14px;
}

.pricing-new .pn-lead {
    font-size: 17px;
    line-height: 1.65;
    color: #44536f;
    max-width: 760px;
    margin-bottom: 20px;
}

.pricing-new .pn-trust-row {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin: 0 0 8px;
    padding: 0;
}

.pricing-new .pn-trust-row li {
    font-size: 13px;
    color: #6c7a95;
}

.pricing-new .pn-trust-row li i {
    color: #3399ff;
    margin-right: 6px;
}

/* ---------- Value cards ---------- */

.pricing-new .pn-value {
    margin-top: 24px;
    margin-bottom: 8px;
}

.pricing-new .pn-card {
    background: #fff;
    border: 1px solid #dce3f0;
    border-radius: 6px;
    padding: 26px 24px;
}

.pricing-new .pn-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1c2a45;
    margin-bottom: 16px;
}

.pricing-new .pn-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-new .pn-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 11px;
    color: #44536f;
    font-size: 15px;
    line-height: 1.55;
}

.pricing-new .pn-checklist li:last-child {
    margin-bottom: 0;
}

.pricing-new .pn-checklist li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #3399ff;
}

.pricing-new .pn-trial {
    background: #eaf4ff;
    border-color: #cfe3fb;
}

.pricing-new .pn-trial p {
    color: #44536f;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.pricing-new .pn-trial-note {
    font-size: 14px;
    font-weight: 600;
    color: #1c2a45;
    margin-bottom: 14px;
}

.pricing-new .pn-trial-note i {
    color: #3399ff;
    margin-right: 8px;
}

.pricing-new .pn-trial-hint {
    font-size: 14px;
    font-weight: 600;
    color: #1a8cfa;
}

.pricing-new .pn-trial-hint i {
    margin-right: 6px;
}

/* ---------- Social proof ---------- */

/* Single-line Google rating above the order form. */
.pricing-new .pn-rating {
    margin: 26px 0 4px;
    text-align: center;
}

.pricing-new .pn-rating a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1c2a45;
    text-decoration: none;
}

.pricing-new .pn-rating a:hover {
    color: #1a5fa5;
}

.pricing-new .pn-stars {
    display: inline-flex;
    gap: 2px;
}

.pricing-new .pn-rating i {
    color: #f5a623;
    font-size: 15px;
}

.pricing-new .pn-quotes {
    margin: 10px 0 30px;
}

.pricing-new .pn-proof-title {
    font-size: 24px;
    font-weight: 700;
    color: #1c2a45;
    text-align: center;
    margin: 0 0 20px;
}

.pricing-new .pn-quote {
    background: #fff;
    border: 1px solid #e6ebf5;
    border-radius: 6px;
    padding: 22px 24px;
    height: 100%;
}

/* One complete sentence taken verbatim from the client's quote, so the block
   can be skimmed without the excerpt reading as a torn-out fragment. */
.pricing-new .pn-quote-highlight {
    color: #1c2a45;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 16px;
}

.pricing-new .pn-quote footer {
    border-top: 1px solid #edf1f8;
    padding-top: 12px;
}

.pricing-new .pn-quote-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1c2a45;
}

.pricing-new .pn-quote-office {
    display: block;
    font-size: 12px;
    color: #6c7a95;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* ---------- International pilot: single-surface order ---------- */

.pricing-pilot .pn-order-single {
    background: #fff;
    border: 1px solid #dce3f0;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(28, 42, 69, .06);
    padding: 4px 28px 8px;
    max-width: 860px;
    margin: 0 auto;
}

.pricing-pilot .pn-step-block {
    padding: 22px 0;
    border-top: 1px solid #eef1f8;
}

.pricing-pilot .pn-step-block:first-child {
    border-top: 0;
}

.pricing-pilot .pn-step-title {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    color: #1c2a45;
    margin-bottom: 6px;
}

.pricing-pilot .pn-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%;
    background: #1a8cfa;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    flex: 0 0 auto;
}

.pricing-pilot .pn-checkout-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pricing-pilot .pn-checkout-block .pn-total {
    width: 100%;
    max-width: 320px;
}

.pricing-pilot .pn-checkout-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 14px;
}

.pricing-pilot .pn-checkout-actions .pn-stripe-img {
    margin-top: 0;
}

/* ---------- International pilot extras ---------- */

.pricing-pilot .pn-stripe-img {
    max-width: 160px;
    height: auto;
    margin-top: 10px;
}

.pricing-pilot .pn-total {
    align-items: baseline;
}

/* pricing.js fills #finalPrice with the bare number, so give it the same
   weight as the licence page's total value. */
.pricing-pilot #finalPrice {
    font-size: 20px;
    font-weight: 700;
    color: #1c2a45;
}

/* ---------- Order block ---------- */

.pricing-new .pn-order-head {
    margin: 36px 0 18px;
}

.pricing-new .pn-order-head h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1c2a45;
    margin-bottom: 10px;
}

.pricing-new .pn-order-head p {
    color: #44536f;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Card titles were h4 in the live page; keep the same size on the h3 used
   here so the heading outline is clean without any visual change. */
.pricing-new .pn-card-title {
    font-size: 1.125rem;
    font-weight: 500;
}

/* The licence/period choice is the actual decision, so by default it carries
   the accent border; the billing details are a formality and stay quiet. */
.pricing-new .pn-col-choice > .card,
.pricing-new .pn-col-data > .card {
    border-radius: 6px;
    background: #fff;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.pricing-new .pn-col-choice .pn-card-title,
.pricing-new .pn-col-data .pn-card-title,
.pricing-new .pn-col-data .col-form-label,
.pricing-new .pn-col-choice .card-body,
.pricing-new .pn-col-choice label {
    transition: color .2s ease-in-out;
}

/* Body text of the active card reads dark; the receding one goes muted. */
.pricing-new .pn-col-choice .card-body,
.pricing-new .pn-col-choice label {
    color: #1c2a45;
}

.pricing-new .pn-col-choice > .card {
    border: 1px solid #9ccbfd;
    box-shadow: 0 6px 18px rgba(28, 42, 69, .07);
}

.pricing-new .pn-col-choice .pn-card-title {
    color: #1c2a45;
    font-weight: 700;
}

.pricing-new .pn-col-data > .card {
    border: 1px solid #dce3f0;
    box-shadow: 0 3px 10px rgba(28, 42, 69, .05);
}

.pricing-new .pn-col-data .pn-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #44536f;
}

/* Working in the billing form swaps the emphasis: the data card takes the
   accent and the licence card recedes. The choice column comes first in the
   DOM, so :has() on the row is what lets it react to its later sibling.
   Only colour, border and shadow change - never size or weight - so nothing
   shifts position as the highlight moves. */
.pricing-new .pn-order-row:has(.pn-col-data:hover) .pn-col-data > .card,
.pricing-new .pn-order-row:has(.pn-col-data:focus-within) .pn-col-data > .card {
    border-color: #9ccbfd;
    box-shadow: 0 6px 18px rgba(28, 42, 69, .07);
}

.pricing-new .pn-order-row:has(.pn-col-data:hover) .pn-col-data .pn-card-title,
.pricing-new .pn-order-row:has(.pn-col-data:focus-within) .pn-col-data .pn-card-title {
    color: #1c2a45;
}

.pricing-new .pn-order-row:has(.pn-col-data:hover) .pn-col-choice > .card,
.pricing-new .pn-order-row:has(.pn-col-data:focus-within) .pn-col-choice > .card {
    border-color: #dce3f0;
    box-shadow: 0 3px 10px rgba(28, 42, 69, .05);
}

.pricing-new .pn-order-row:has(.pn-col-data:hover) .pn-col-choice .pn-card-title,
.pricing-new .pn-order-row:has(.pn-col-data:focus-within) .pn-col-choice .pn-card-title {
    color: #44536f;
}

/* Field labels of the billing form darken to match the licence card's text */
.pricing-new .pn-order-row:has(.pn-col-data:hover) .pn-col-data .col-form-label,
.pricing-new .pn-order-row:has(.pn-col-data:focus-within) .pn-col-data .col-form-label {
    color: #1c2a45;
}

.pricing-new .pn-order-row:has(.pn-col-data:hover) .pn-col-choice .card-body,
.pricing-new .pn-order-row:has(.pn-col-data:hover) .pn-col-choice label,
.pricing-new .pn-order-row:has(.pn-col-data:focus-within) .pn-col-choice .card-body,
.pricing-new .pn-order-row:has(.pn-col-data:focus-within) .pn-col-choice label {
    color: #8a94a8;
}

.pricing-new .pn-col-data .col-form-label {
    color: #44536f;
}

/* The landing stylesheet gives every .form-control a fixed 44px height and
   line-height 2, which makes this long billing form unnecessarily tall.
   Compact it here only - the live pricing page keeps the original sizing. */
.pricing-new .pn-col-data .form-control,
.pricing-new .pn-col-data select.select {
    height: 36px;
    min-height: 36px;
    line-height: 1.4;
    font-size: 14px;
    padding: 5px 12px;
}

.pricing-new .pn-col-data textarea.form-control {
    height: auto;
    min-height: 58px;
    line-height: 1.5;
}

/* Bootstrap's .card sets word-wrap: break-word, which the labels inherit; in
   the narrow label column that chopped "Kapcsolattartó" mid-word. Labels wrap
   between words only. */
.pricing-new .pn-col-data .col-form-label {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 1.35;
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.pricing-new .pn-col-data .input-block {
    margin-bottom: 6px !important;
}

.pricing-new .pn-submit-row {
    border-top: 1px solid #e6ebf5;
    margin-top: 18px !important;
    padding-top: 16px;
    align-items: center;
}

.pricing-new .pn-period {
    padding-top: 3px;
    padding-bottom: 3px;
}

/* The highlight follows the checked radio - never a fixed row. Tying it to
   one period made the trial look selected while a different radio was on. */
.pricing-new .pn-period {
    border-radius: 6px;
    padding: 6px 8px 6px 32px;
    margin-left: 0 !important;
    transition: background-color .15s ease-in-out;
}

.pricing-new .pn-period:has(.form-check-input:checked) {
    background: #eaf4ff;
}

.pricing-new .pn-period:has(.form-check-input:checked) .pn-period-name,
.pricing-new .pn-period:has(.form-check-input:checked) .pn-period-price {
    color: #1c2a45;
}

/* Centred under the slider it belongs to, rather than hanging on the left. */
.pricing-new .pn-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: fit-content;
    margin: 10px auto 0;
    border: 1px solid #dce3f0;
    border-radius: 6px;
    padding: 2px;
    background: #fff;
}

.pricing-new .pn-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 4px;
    background: #eaf4ff;
    color: #1a5fa5;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    transition: background-color .15s ease-in-out;
}

.pricing-new .pn-step:hover {
    background: #d5e8fd;
}

.pricing-new .pn-stepper input#amountPieces {
    width: 52px;
    height: 30px;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #1c2a45;
    padding: 0;
}

.pricing-new .pn-stepper input#amountPieces:focus {
    outline: 2px solid #9ccbfd;
    outline-offset: -1px;
    border-radius: 4px;
}

.pricing-new .pn-period-name {
    font-weight: 600;
}

.pricing-new .pn-period-dash {
    color: #b9c4dd;
    margin: 0 2px;
}

.pricing-new .pn-period-price {
    color: #44536f;
}

.pricing-new .pn-total {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #e6ebf5;
}

.pricing-new .pn-total-label {
    font-size: 14px;
    color: #6c7a95;
}

.pricing-new .pn-total-value {
    font-size: 20px;
    font-weight: 700;
    color: #1c2a45;
}

.pricing-new .pn-best-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #eaf4ff;
    border: 1px solid #9ccbfd;
    color: #1a5fa5;
    font-size: 12px;
    font-weight: 600;
}

.pricing-new .pn-saving-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #1a8cfa;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

/* ---------- FAQ ---------- */

.pricing-new .pn-faq {
    margin: 20px 0 50px;
}

.pricing-new .pn-faq h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1c2a45;
    margin-bottom: 20px;
}

.pricing-new .pn-faq-item {
    background: #fff;
    border: 1px solid #e6ebf5;
    border-radius: 6px;
    padding: 20px 22px;
    height: 100%;
}

.pricing-new .pn-faq-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1c2a45;
    margin-bottom: 8px;
}

.pricing-new .pn-faq-item p {
    font-size: 14px;
    color: #6c7a95;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ---------- Responsive ---------- */

@media (max-width: 991.98px) {
    .pricing-new .pn-title {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .pricing-new .pn-title {
        font-size: 24px;
    }

    .pricing-new .pn-lead {
        font-size: 15px;
    }

    .pricing-new .pn-card {
        padding: 22px 18px;
    }
}
