/* ============================================================
   AI Note Taker — Pricing Page
   ============================================================ */

.ant-pricing-hero {
    padding: 72px 0 56px;
    background: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid var(--border-color, #E5E5E5);
}

.ant-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 48, 219, 0.06);
    color: var(--primary-color, #0030DB);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.ant-pricing-hero h1 {
    font-size: clamp(2rem, 5vw, 2.75rem) !important;
    font-weight: 700;
    color: var(--text-main, #1D1D1F);
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.ant-hero-sub {
    font-size: 17px !important;
    color: var(--text-muted, #6E6E73);
    max-width: 760px;
    margin: 0 auto;
}

.ant-plans-section {
    padding: 64px 0 80px;
    background: var(--bg-light, #F5F5F7);
}

.ant-plans-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.ant-plan-card {
    grid-column: span 4;
    background: #FFFFFF;
    border: 1px solid var(--border-color, #E5E5E5);
    border-radius: 16px;
    padding: 32px 28px 36px;
    position: relative;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.ant-plan-half {
    grid-column: span 6;
}

.ant-plan-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.ant-plan-featured {
    border: 2px solid var(--primary-color, #0030DB);
    box-shadow: 0 8px 24px rgba(0, 48, 219, 0.1);
}

.ant-plan-featured:hover {
    box-shadow: 0 16px 40px rgba(0, 48, 219, 0.15);
}

.ant-popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color, #0030DB);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ant-plan-header {
    margin-bottom: 24px;
}

.ant-plan-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 16px;
}

.ant-icon-free {
    background: rgba(110, 110, 115, 0.1);
    color: #6E6E73;
}

.ant-icon-lite {
    background: rgba(0, 190, 255, 0.1);
    color: #0097CC;
}

.ant-icon-pro {
    background: rgba(0, 48, 219, 0.08);
    color: var(--primary-color, #0030DB);
}

.ant-icon-team {
    background: rgba(13, 175, 105, 0.1);
    color: #0DAF69;
}

.ant-icon-enterprise {
    background: rgba(123, 63, 191, 0.1);
    color: #7B3FBF;
}

.ant-plan-name {
    font-size: 20px !important;
    font-weight: 700;
    color: var(--text-main, #1D1D1F);
    margin-bottom: 4px;
}

.ant-plan-tagline {
    font-size: 13px;
    color: var(--text-muted, #6E6E73);
}

.ant-plan-price {
    margin-bottom: 24px;
    min-height: 72px;
}

.ant-price-line {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.ant-price-amount {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-main, #1D1D1F);
    letter-spacing: -0.03em;
    line-height: 1;
}

.ant-price-amount-text {
    font-size: 28px;
}

.ant-price-period {
    font-size: 14px;
    color: var(--text-muted, #6E6E73);
    font-weight: 500;
}

.ant-price-note {
    color: var(--text-muted, #6E6E73);
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
}

.ant-price-note-highlight {
    color: var(--primary-color, #0030DB);
    font-weight: 600;
}

.ant-plan-btn {
    display: block;
    text-align: center;
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 28px;
    white-space: nowrap;
}

.ant-btn-outline {
    border: 1.5px solid var(--border-color, #E5E5E5);
    color: var(--text-main, #1D1D1F);
    background: transparent;
}

.ant-btn-outline:hover {
    border-color: var(--primary-color, #0030DB);
    color: var(--primary-color, #0030DB);
    background: rgba(0, 48, 219, 0.04);
}

.ant-btn-primary {
    background: var(--primary-color, #0030DB);
    color: #FFFFFF;
    border: none;
}

.ant-btn-primary:hover {
    background: #0025A8;
    box-shadow: 0 4px 14px rgba(0, 48, 219, 0.3);
    transform: translateY(-1px);
}

.ant-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ant-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: var(--text-main, #1D1D1F);
    line-height: 1.5;
}

.ant-feat-yes i {
    color: #0DAF69;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 4px;
}

.ant-feat-no {
    color: var(--text-muted, #6E6E73);
}

.ant-feat-no i {
    color: #C0C0C5;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 4px;
}

.ant-compare-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.ant-compare-header {
    text-align: center;
    margin-bottom: 48px;
}

.ant-compare-header h2 {
    font-size: clamp(1.6rem, 4vw, 2.1rem) !important;
    font-weight: 700;
    color: var(--text-main, #1D1D1F);
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.ant-compare-header p {
    font-size: 16px;
    color: var(--text-muted, #6E6E73);
}

.ant-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--border-color, #E5E5E5);
    border-radius: 16px;
}

.ant-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 980px;
}

.ant-compare-table thead tr {
    background: var(--bg-light, #F5F5F7);
}

.ant-compare-table th {
    padding: 16px 20px;
    font-weight: 700;
    font-size: 13px;
    color: var(--text-main, #1D1D1F);
    text-align: center;
    border-bottom: 1px solid var(--border-color, #E5E5E5);
    white-space: nowrap;
}

.ant-compare-table th.ant-col-feature {
    text-align: left;
    width: 34%;
}

.ant-col-plan {
    width: 13.2%;
}

.ant-col-featured {
    background: rgba(0, 48, 219, 0.04);
    color: var(--primary-color, #0030DB) !important;
}

.ant-compare-table td {
    padding: 13px 20px;
    text-align: center;
    border-bottom: 1px solid var(--border-color, #E5E5E5);
    color: var(--text-main, #1D1D1F);
    vertical-align: middle;
}

.ant-compare-table td.ant-col-feature {
    text-align: left;
    font-weight: 500;
    color: var(--text-main, #1D1D1F);
}

.ant-compare-table td.ant-col-featured {
    background: rgba(0, 48, 219, 0.03);
}

.ant-row-group td.ant-group-label {
    background: var(--bg-light, #F5F5F7);
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted, #6E6E73);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid var(--border-color, #E5E5E5);
}

.ant-yes {
    color: #0DAF69;
    font-size: 14px;
}

.ant-no {
    color: #C0C0C5;
    font-size: 14px;
}

.ant-unlimited {
    color: var(--primary-color, #0030DB);
    font-weight: 600;
}

.ant-tfoot-cta td {
    padding: 20px;
    border-bottom: none;
}

.ant-table-btn {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ant-tbtn-outline {
    border: 1.5px solid var(--border-color, #E5E5E5);
    color: var(--text-main, #1D1D1F);
    background: transparent;
}

.ant-tbtn-outline:hover {
    border-color: var(--primary-color, #0030DB);
    color: var(--primary-color, #0030DB);
    background: rgba(0, 48, 219, 0.04);
}

.ant-tbtn-primary {
    background: var(--primary-color, #0030DB);
    color: #FFFFFF;
    border: none;
}

.ant-tbtn-primary:hover {
    background: #0025A8;
    box-shadow: 0 4px 12px rgba(0, 48, 219, 0.3);
}

.ant-faq-section {
    padding: 80px 0;
    background: var(--bg-light, #F5F5F7);
}

.ant-faq-header {
    text-align: center;
    margin-bottom: 48px;
}

.ant-faq-header h2 {
    font-size: clamp(1.6rem, 4vw, 2.1rem) !important;
    font-weight: 700;
    color: var(--text-main, #1D1D1F);
    letter-spacing: -0.02em;
}

.ant-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
}

.ant-faq-item {
    background: #FFFFFF;
    border: 1px solid var(--border-color, #E5E5E5);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.ant-faq-item:hover {
    box-shadow: var(--shadow-soft, 0 4px 12px rgba(0, 0, 0, 0.08));
}

.ant-faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-main, #1D1D1F);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.4;
}

.ant-faq-q:hover {
    color: var(--primary-color, #0030DB);
}

.ant-faq-icon {
    font-size: 11px;
    color: var(--text-muted, #6E6E73);
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.ant-faq-q.ant-faq-open .ant-faq-icon {
    transform: rotate(180deg);
    color: var(--primary-color, #0030DB);
}

.ant-faq-a {
    display: none;
    padding: 0 20px 18px;
}

.ant-faq-a.ant-faq-visible {
    display: block;
}

.ant-faq-a p {
    font-size: 13.5px;
    color: var(--text-muted, #6E6E73);
    line-height: 1.6;
}

.ant-cta-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.ant-cta-inner {
    background: var(--primary-color, #0030DB);
    border-radius: 20px;
    padding: 56px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.ant-cta-text h2 {
    font-size: clamp(1.5rem, 3.5vw, 2rem) !important;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.ant-cta-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    max-width: 520px;
    line-height: 1.6;
}

.ant-cta-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.ant-cta-btn-primary {
    padding: 12px 28px;
    background: #FFFFFF;
    color: var(--primary-color, #0030DB);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ant-cta-btn-primary:hover {
    background: #F0F4FF;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.ant-cta-btn-outline {
    padding: 12px 28px;
    background: transparent;
    color: #FFFFFF;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ant-cta-btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1100px) {
    .ant-plans-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ant-plan-card,
    .ant-plan-half {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .ant-pricing-hero {
        padding: 48px 0 40px;
    }

    .ant-plans-section {
        padding: 48px 0 56px;
    }

    .ant-plans-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }

    .ant-compare-section,
    .ant-faq-section,
    .ant-cta-section {
        padding: 56px 0;
    }

    .ant-faq-grid {
        grid-template-columns: 1fr;
    }

    .ant-cta-inner {
        flex-direction: column;
        text-align: center;
        padding: 40px 28px;
        gap: 28px;
    }

    .ant-cta-text p {
        max-width: 100%;
    }

    .ant-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .ant-cta-btn-primary,
    .ant-cta-btn-outline {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .ant-plan-card {
        padding: 24px 20px 28px;
    }

    .ant-price-amount {
        font-size: 32px;
    }

    .ant-compare-header h2,
    .ant-faq-header h2 {
        font-size: 1.4rem !important;
    }
}
