.pricing-page .pricing-hero {
    background: linear-gradient(135deg, #fff7ed, #ffffff 50%, #fef2f2);
}
.pricing-page .pricing-title {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700;
}
.pricing-page .pricing-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pricing-page .pricing-subtitle {
    color: #4b5563;
    font-size: 1.1rem;
    max-width: 760px;
    margin-inline: auto;
}
.pricing-page .pricing-section-head { margin-bottom: 3rem; }
.pricing-page .pricing-section-title {
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.15;
    color: #111827;
}
.pricing-page .pricing-section-desc {
    color: #6b7280;
    font-size: 1.05rem;
    margin: 0 auto;
    max-width: 680px;
}

.pricing-plan-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    position: relative;
}
.pricing-plan-card.is-highlighted {
    border-color: #ea580c;
    box-shadow: 0 10px 30px rgba(234, 88, 12, .15);
    transform: translateY(-2px) scale(1.02);
}
.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #f97316, #dc2626);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    border-radius: 9999px;
    padding: 4px 10px;
}
.pricing-value { font-size: 2.6rem; line-height: 1; font-weight: 700; }
.pricing-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pricing-feature-list li { display: flex; gap: 8px; align-items: flex-start; color: #374151; font-size: .94rem; }
.pricing-check-icon { width: 16px; height: 16px; color: #22c55e; margin-top: 2px; flex-shrink: 0; }
.pricing-cta {
    display: inline-block; width: 100%; text-align: center; border: 1px solid #d1d5db;
    border-radius: 10px; padding: 10px 12px; color: #111827; text-decoration: none; font-weight: 600;
}
.pricing-cta.is-highlighted {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(90deg, #f97316, #dc2626);
}

.pricing-addon-section,
.pricing-faq-section { background: #f9fafb; }

.pricing-addon-card,
.pricing-faq-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    padding: 24px;
}
.pricing-addon-card { text-align: center; height: 100%; box-shadow: 0 2px 12px rgba(15, 23, 42, .04); }
.pricing-addon-title { font-size: 1.15rem; font-weight: 600; margin-bottom: .5rem; color: #111827; }
.pricing-addon-price { font-size: 2rem; font-weight: 700; color: #ea580c; margin-bottom: .5rem; }
.pricing-addon-desc { font-size: .95rem; color: #6b7280; margin: 0; }

.pricing-compare-wrap {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(15, 23, 42, .05);
}
.pricing-compare-table table { margin: 0; }
.pricing-compare-table table th {
    background: #ffffff;
    font-weight: 700;
    color: #111827;
    font-size: .92rem;
    white-space: nowrap;
    border-bottom: 2px solid #d1d5db;
}
.pricing-compare-table table th,
.pricing-compare-table table td {
    vertical-align: middle;
    border-color: #e5e7eb;
    padding: 14px 18px;
    font-size: .95rem;
}
.pricing-compare-table table td:first-child { font-weight: 600; color: #111827; }
.pricing-col-highlight {
    background: #ffffff !important;
    color: inherit;
    font-weight: 600;
}

.pricing-faq-card { box-shadow: 0 2px 12px rgba(15, 23, 42, .04); }
.pricing-faq-question { font-size: 1.06rem; font-weight: 600; margin: 0 0 .45rem; color: #111827; }
.pricing-faq-answer { color: #6b7280; margin: 0; line-height: 1.65; }

.pricing-final-cta { background: linear-gradient(90deg, #ea580c, #dc2626); }
.pricing-final-title {
    font-size: clamp(2rem, 4.8vw, 3.3rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #ffffff;
}
.pricing-final-subtitle {
    max-width: 720px;
    margin-inline: auto;
    font-size: 1.1rem;
    color: #ffffff;
}
.pricing-final-actions { margin-top: .25rem; }
.pricing-cta-light,
.pricing-cta-outline {
    border-radius: 12px;
    padding: 12px 26px;
    text-decoration: none;
    font-weight: 700;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pricing-cta-light {
    background: #fff;
    color: #ea580c;
}
.pricing-cta-outline {
    border: 1px solid rgba(255, 255, 255, .9);
    color: #fff;
    background: transparent;
}
.pricing-cta-outline:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

@media (max-width: 991.98px) {
    .pricing-page .pricing-section { padding-top: 4rem; padding-bottom: 4rem; }
    .pricing-plan-card.is-highlighted { transform: none; }
    .pricing-page .pricing-section-head { margin-bottom: 2.2rem; }
    .pricing-compare-table table th,
    .pricing-compare-table table td { padding: 12px 14px; }
    .pricing-final-subtitle { font-size: 1rem; }
}
