/* ============================================================
   Knot Networks - International Voice & Toll-Free Pricing Styles
   Matching Modern Minimalist Reference Design
   ============================================================ */

.kn-pricing-page {
    background-color: #fafbfc;
    min-height: 100vh;
    padding-bottom: 90px;
}

/* Page Header & Hero Banner */
.kn-pricing-hero-full {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.pricing-hero-headline {
    font-family: var(--font-main);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #050c1e !important;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.pricing-hero-subtext {
    font-size: 1.08rem;
    color: #475569;
    line-height: 1.65;
    max-width: 620px;
}

/* Pricing Section */
.kn-pricing-section {
    padding: 60px 0 80px;
}

.pbx-slider-title {
    font-family: var(--font-heading), 'Fraunces', serif;
    font-size: clamp(2rem, 3.8vw, 2.8rem);
    font-weight: 700;
    color: #050c1e !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.pbx-slider-desc {
    color: #64748b !important;
    font-size: 1.05rem;
    line-height: 1.65;
}

.kn-pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.kn-pricing-card:hover {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    border-color: #cbd5e1;
}

.kn-pricing-country-name {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kn-pricing-flag {
    width: 22px;
    height: 16px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background-size: cover;
    background-position: center;
    display: inline-block;
}

/* Item Rows */
.kn-pricing-items {
    margin-bottom: 14px;
}

.kn-pricing-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.kn-pricing-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.kn-pricing-label {
    font-family: var(--font-main);
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 500;
}

.kn-pricing-val {
    font-family: var(--font-main);
    font-size: 0.88rem;
    color: #0f172a;
    font-weight: 700;
}

/* Pill Badge */
.kn-pricing-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 8px;
}

.kn-pricing-note {
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 10px;
    line-height: 1.4;
}

/* Feature Grid Below */
.kn-pricing-features {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 50px 40px;
    margin-top: 40px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.03);
}

.kn-pf-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.kn-pf-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(139, 62, 239, 0.08);
    color: #8b3eef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.kn-pf-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.kn-pf-desc {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 0;
}

/* CTA Box */
.kn-pricing-cta {
    background: linear-gradient(to bottom right, hsl(268 88% 60%), hsl(258 75% 38%));
    border-radius: 24px;
    padding: 50px 40px;
    color: #ffffff;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.kn-pricing-cta h3 {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.kn-pricing-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    max-width: 600px;
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .kn-pricing-hero {
        padding: 60px 0 40px;
    }
    .kn-pricing-title {
        font-size: 2.2rem;
    }
    .kn-pricing-card {
        padding: 28px 24px;
    }
    .kn-pricing-features {
        padding: 36px 24px;
    }
}
