/* Vocalyy — currency toggle + pricing-card badges
   ------------------------------------------------------------------------- */

/* Currency pill toggle (RON / EUR) — shown above the pricing cards */
.vy-currency-toggle {
    display: inline-flex;
    background: #f4f4f5;
    border-radius: 999px;
    padding: 4px;
    gap: 4px;
    font-family: inherit;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
    margin: 0 auto 28px;
}
.vy-currency-toggle button {
    border: none;
    background: transparent;
    color: #71717a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 8px 18px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.vy-currency-toggle button.vy-cur-active {
    background: #09090B;
    color: #fafafa;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.vy-currency-toggle button:not(.vy-cur-active):hover {
    color: #09090B;
}
.vy-currency-toggle-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

/* "VAT included" + "7-day money-back" small badges underneath the price */
.vy-price-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 4px;
    margin-bottom: 18px;
    align-items: center;
}
.vy-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    font-weight: 600;
    color: #71717a;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 999px;
    padding: 3px 9px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.vy-badge::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #16a34a;
    flex-shrink: 0;
}
.vy-badge.vy-badge-guarantee::before { background: #FD3A25; }

/* On the dark Professional card, switch the badge palette */
.pricing-item.style-black .vy-badge {
    color: rgba(255, 255, 255, 0.66);
    background: rgba(255, 255, 255, 0.10);
}

/* Footnote line at the bottom of each pricing card with the policy summary */
.vy-pricing-note {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: #71717a;
    margin-top: 14px;
    text-align: center;
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
    padding-top: 12px;
}
.pricing-item.style-black .vy-pricing-note {
    color: rgba(255, 255, 255, 0.55);
    border-top-color: rgba(255, 255, 255, 0.10);
}

/* ---------------------------------------------------------------------------
   4-tier pricing row (Lite / Starter / Professional / Premium).
   This site's Bootstrap build is purged and ships NO `.col-lg-3`, so the four
   cards had no column width and broke out of the row. Define it here:
   4-up on desktop, 2-up on tablet, stacked on mobile.
   ------------------------------------------------------------------------- */
@media (min-width: 992px) {
    .col-lg-3 { flex: 0 0 auto; width: 20%; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-lg-3 { flex: 0 0 auto; width: 33.333%; }
}

/* Card styling: four cards side by side, comfortably tall. */
.col-lg-3 .pricing-item { padding: 48px 16px; }
.col-lg-3 .pricing-item .top { font-size: 11px; gap: 7px; flex-wrap: nowrap; }
.col-lg-3 .pricing-item .top .icon { font-size: 16px; }
.col-lg-3 .pricing-item .top .text-secondary { font-size: 10px; white-space: nowrap; letter-spacing: -0.01em; }
.col-lg-3 .pricing-item .heading { margin-top: 26px; }
.col-lg-3 .pricing-item .price-number { font-size: 44px; line-height: 1; }
.col-lg-3 .pricing-item .price-per { font-size: 15px; }
.col-lg-3 .pricing-item .vy-price-badges { margin: 16px 0 24px; }
.col-lg-3 .pricing-item .heading .tf-btn { width: 100%; text-align: center; justify-content: center; padding: 14px 16px; font-size: 14.5px; margin-top: 0; }
.col-lg-3 .pricing-item > .line { margin: 30px 0; }
.col-lg-3 .pricing-item .content { margin-top: 28px; display: block; }
.col-lg-3 .pricing-item .content ul.type-check { display: block; width: 100%; margin: 0; }
.col-lg-3 .pricing-item .content ul.type-check li { font-size: 13.5px; line-height: 1.5; margin-bottom: 24px; align-items: flex-start; }
.col-lg-3 .pricing-item .content ul.type-check li:last-child { margin-bottom: 4px; }
.col-lg-3 .pricing-item .content ul.type-check li i.icon { font-size: 13px; margin-top: 3px; }

/* Slightly wider cards — tighten the inter-card gutter (purged Bootstrap
   hardcodes the 12px col padding, so override padding + row margin directly). */
.row:has(> .col-lg-3) { margin-left: -4px; margin-right: -4px; }
.row:has(> .col-lg-3) > .col-lg-3 { padding-left: 4px; padding-right: 4px; }

/* Enterprise "let's talk" card — personalised, no price and no checkmarks. */
.vy-col-enterprise { display: flex; }
.vy-col-enterprise > .pricing-item { width: 100%; }
.pricing-item.vy-enterprise-card { display: flex; flex-direction: column; }
.pricing-item.vy-enterprise-card .vy-enterprise-body { display: flex; flex-direction: column; }
.pricing-item.vy-enterprise-card .vy-enterprise-pitch { font-size: 18px; line-height: 1.45; font-weight: 600; color: #18181b; margin: 26px 0 0; height: 120px; display: flex; align-items: center; }
.pricing-item.vy-enterprise-card .tf-btn { width: 100%; text-align: center; justify-content: center; padding: 14px 16px; font-size: 14.5px; }

/* Mobile tweaks */
@media (max-width: 575px) {
    .vy-currency-toggle button { padding: 7px 14px; font-size: 12px; }
    .vy-badge { font-size: 11px; padding: 3px 8px; }
}
