/* FluentChat product page */
body[data-page="product-fluentchat"] {
    background:
        radial-gradient(circle at top left, rgba(161, 223, 244, 0.22), transparent 34%),
        radial-gradient(circle at top right, rgba(179, 240, 225, 0.16), transparent 28%),
        linear-gradient(180deg, #f7fcff 0%, #f9fcfb 52%, #f5f3ee 100%);
    background-attachment: fixed;
}

body[data-page="product-fluentchat"] .fc-page {
    background: transparent;
}

body[data-page="product-fluentchat"] .fc-hero {
    padding: 112px 0 68px;
}

body[data-page="product-fluentchat"] .fc-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
    gap: 60px;
    align-items: center;
}

body[data-page="product-fluentchat"] .fc-hero-copy {
    max-width: 500px;
}

body[data-page="product-fluentchat"] .fc-hero-copy .eyebrow {
    margin-bottom: 8px;
}

body[data-page="product-fluentchat"] .fc-hero h1 {
    margin: 0 0 16px !important;
    font-family: var(--font-d) !important;
    font-size: clamp(38px, 5vw, 62px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.06em !important;
    font-weight: 700 !important;
    color: var(--ink) !important;
}

body[data-page="product-fluentchat"] .fc-hero-lead {
    margin: 0;
    font-size: 20px;
    line-height: 1.48;
    color: rgba(20, 17, 15, 0.84);
}

body[data-page="product-fluentchat"] .fc-hero-body,
body[data-page="product-fluentchat"] .fc-hero-note,
body[data-page="product-fluentchat"] .fc-section-sub,
body[data-page="product-fluentchat"] .fc-card p,
body[data-page="product-fluentchat"] .fc-step-card p,
body[data-page="product-fluentchat"] .fc-system-card p,
body[data-page="product-fluentchat"] .fc-faq-item p,
body[data-page="product-fluentchat"] .fc-plan-card p,
body[data-page="product-fluentchat"] .fc-plan-note,
body[data-page="product-fluentchat"] .fc-pricing-note,
body[data-page="product-fluentchat"] .fc-cta-card p {
    font-size: 15px;
    line-height: 1.72;
    color: rgba(20, 17, 15, 0.66);
}

body[data-page="product-fluentchat"] .fc-hero-body {
    margin: 12px 0 0;
    max-width: 37rem;
}

body[data-page="product-fluentchat"] .fc-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

body[data-page="product-fluentchat"] .fc-hero-note {
    margin: 20px 0 0;
    max-width: 420px;
}

body[data-page="product-fluentchat"] .fc-hero-media {
    display: flex;
    justify-content: flex-end;
}

body[data-page="product-fluentchat"] .fc-screen,
body[data-page="product-fluentchat"] .fc-card,
body[data-page="product-fluentchat"] .fc-step-card,
body[data-page="product-fluentchat"] .fc-system-card,
body[data-page="product-fluentchat"] .fc-faq-item,
body[data-page="product-fluentchat"] .fc-plan-card,
body[data-page="product-fluentchat"] .fc-cta-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(20, 17, 15, 0.08);
    border-radius: 30px;
    box-shadow: 0 18px 44px -34px rgba(31, 58, 72, 0.24);
}

body[data-page="product-fluentchat"] .fc-screen {
    width: min(620px, 100%);
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(89, 174, 222, 0.34), transparent 38%),
        linear-gradient(180deg, rgba(236, 248, 255, 0.98), rgba(255, 255, 255, 0.94));
}

body[data-page="product-fluentchat"] .fc-screen img {
    display: block;
    width: 100%;
}

body[data-page="product-fluentchat"] .fc-section {
    padding: 32px 0 96px;
}

body[data-page="product-fluentchat"] .fc-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

body[data-page="product-fluentchat"] .fc-section-head-centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body[data-page="product-fluentchat"] .fc-section-title,
body[data-page="product-fluentchat"] .fc-cta-card h2 {
    margin: 0;
    font-family: var(--font-d);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: var(--ink);
}

body[data-page="product-fluentchat"] .fc-section-sub,
body[data-page="product-fluentchat"] .fc-pricing-note {
    margin: 14px 0 0;
}

body[data-page="product-fluentchat"] .fc-card-grid,
body[data-page="product-fluentchat"] .fc-step-grid,
body[data-page="product-fluentchat"] .fc-system-grid,
body[data-page="product-fluentchat"] .fc-plan-grid {
    display: grid;
    gap: 20px;
}

body[data-page="product-fluentchat"] .fc-card-grid,
body[data-page="product-fluentchat"] .fc-step-grid,
body[data-page="product-fluentchat"] .fc-system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-page="product-fluentchat"] .fc-plan-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
    align-items: stretch;
}

body[data-page="product-fluentchat"] .fc-card,
body[data-page="product-fluentchat"] .fc-step-card,
body[data-page="product-fluentchat"] .fc-system-card,
body[data-page="product-fluentchat"] .fc-plan-card {
    padding: 28px 26px;
}

body[data-page="product-fluentchat"] .fc-card h3,
body[data-page="product-fluentchat"] .fc-step-card h3,
body[data-page="product-fluentchat"] .fc-system-card h3,
body[data-page="product-fluentchat"] .fc-plan-card h3 {
    margin: 0;
    font-family: var(--font-d);
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 700;
    color: var(--ink);
}

body[data-page="product-fluentchat"] .fc-card p,
body[data-page="product-fluentchat"] .fc-step-card p,
body[data-page="product-fluentchat"] .fc-system-card p,
body[data-page="product-fluentchat"] .fc-plan-card p {
    margin: 12px 0 0;
}

body[data-page="product-fluentchat"] .fc-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 32px;
    padding: 0 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(78, 158, 214, 0.12);
    color: rgba(38, 117, 171, 0.92);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body[data-page="product-fluentchat"] .fc-flow,
body[data-page="product-fluentchat"] .fc-systems {
    background: rgba(246, 252, 255, 0.76);
}

body[data-page="product-fluentchat"] .fc-pricing-tabs {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 auto 28px;
    padding: 6px;
    border-radius: 18px;
    border: 1px solid rgba(20, 17, 15, 0.08);
    background: rgba(248, 250, 252, 0.94);
    box-shadow: 0 12px 30px rgba(31, 58, 72, 0.06);
}

body[data-page="product-fluentchat"] .fc-pricing {
    text-align: center;
}

body[data-page="product-fluentchat"] .fc-pricing-tab {
    border: 0;
    background: transparent;
    color: rgba(58, 74, 91, 0.78);
    min-width: 120px;
    padding: 12px 18px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body[data-page="product-fluentchat"] .fc-pricing-tab.active {
    background: #ffffff;
    color: #111827;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

body[data-page="product-fluentchat"] .fc-pricing-panel {
    display: none;
}

body[data-page="product-fluentchat"] .fc-pricing-panel.active {
    display: block;
}

body[data-page="product-fluentchat"] .fc-pricing-grid {
    display: grid;
    gap: 18px;
    text-align: left;
}

body[data-page="product-fluentchat"] .fc-pricing-grid-subscription {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-page="product-fluentchat"] .fc-pricing-grid-lifetime {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
}

body[data-page="product-fluentchat"] .fc-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 22px;
}

body[data-page="product-fluentchat"] .fc-plan-card.is-featured {
    border-width: 2px;
}

body[data-page="product-fluentchat"] .fc-plan-card.is-free {
    background: linear-gradient(180deg, #fcfcfd 0%, #ffffff 100%);
}

body[data-page="product-fluentchat"] .fc-plan-card.is-monthly {
    border-color: #4f46e5;
    background: linear-gradient(180deg, #f7f8ff 0%, #ffffff 100%);
    box-shadow: 0 18px 42px rgba(79, 70, 229, 0.12);
}

body[data-page="product-fluentchat"] .fc-plan-card.is-yearly {
    border-color: #10b981;
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
    box-shadow: 0 18px 42px rgba(16, 185, 129, 0.12);
}

body[data-page="product-fluentchat"] .fc-plan-card.is-lifetime {
    border-color: #f59e0b;
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
    box-shadow: 0 18px 42px rgba(245, 158, 11, 0.14);
}

body[data-page="product-fluentchat"] .fc-plan-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

body[data-page="product-fluentchat"] .fc-plan-badge.is-monthly {
    background: #4f46e5;
}

body[data-page="product-fluentchat"] .fc-plan-badge.is-yearly {
    background: #10b981;
}

body[data-page="product-fluentchat"] .fc-plan-badge.is-lifetime {
    background: #f59e0b;
}

body[data-page="product-fluentchat"] .fc-plan-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

body[data-page="product-fluentchat"] .fc-plan-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    flex-shrink: 0;
}

body[data-page="product-fluentchat"] .fc-plan-icon.is-free {
    background: #eef2f7;
}

body[data-page="product-fluentchat"] .fc-plan-icon.is-monthly {
    background: rgba(79, 70, 229, 0.12);
}

body[data-page="product-fluentchat"] .fc-plan-icon.is-yearly {
    background: rgba(16, 185, 129, 0.14);
}

body[data-page="product-fluentchat"] .fc-plan-icon.is-lifetime {
    background: rgba(245, 158, 11, 0.14);
}

body[data-page="product-fluentchat"] .fc-plan-meta h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

body[data-page="product-fluentchat"] .fc-plan-subtitle {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: #6b7280;
}

body[data-page="product-fluentchat"] .fc-plan-price {
    margin-top: 8px;
    font-family: var(--font-d);
    font-size: clamp(40px, 4vw, 56px);
    line-height: 0.96;
    letter-spacing: -0.05em;
    font-weight: 800;
    color: var(--ink);
}

body[data-page="product-fluentchat"] .fc-plan-card.is-monthly .fc-plan-price {
    color: #4f46e5;
}

body[data-page="product-fluentchat"] .fc-plan-card.is-yearly .fc-plan-price {
    color: #059669;
}

body[data-page="product-fluentchat"] .fc-plan-card.is-lifetime .fc-plan-price {
    color: #d97706;
}

body[data-page="product-fluentchat"] .fc-plan-desc {
    margin: 12px 0 0;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #6b7280 !important;
}

body[data-page="product-fluentchat"] .fc-plan-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    flex: 1 1 auto;
}

body[data-page="product-fluentchat"] .fc-plan-list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.65;
    color: #374151;
}

body[data-page="product-fluentchat"] .fc-plan-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #6b7280;
    font-weight: 700;
}

body[data-page="product-fluentchat"] .fc-plan-card.is-free .fc-plan-list li.is-disabled {
    color: #9ca3af;
}

body[data-page="product-fluentchat"] .fc-plan-card.is-free .fc-plan-list li.is-disabled::before {
    content: "✕";
}

body[data-page="product-fluentchat"] .fc-plan-action {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    border-radius: 12px;
    padding: 13px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

body[data-page="product-fluentchat"] .fc-plan-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

body[data-page="product-fluentchat"] .fc-plan-action.is-free {
    background: #e5e7eb;
    color: #374151;
}

body[data-page="product-fluentchat"] .fc-plan-action.is-monthly {
    background: linear-gradient(135deg, #667eea 0%, #7c3aed 100%);
    color: #ffffff;
}

body[data-page="product-fluentchat"] .fc-plan-action.is-yearly {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
}

body[data-page="product-fluentchat"] .fc-plan-action.is-lifetime {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    color: #ffffff;
}

body[data-page="product-fluentchat"] .fc-pricing-aside {
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: linear-gradient(180deg, #fffef7 0%, #ffffff 100%);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

body[data-page="product-fluentchat"] .fc-pricing-aside h3 {
    margin: 0 0 10px;
    font-family: var(--font-d);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--ink);
}

body[data-page="product-fluentchat"] .fc-pricing-aside p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
}

body[data-page="product-fluentchat"] .fc-plan-aside-list,
body[data-page="product-fluentchat"] .fc-pricing-aside-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

body[data-page="product-fluentchat"] .fc-plan-aside-list li,
body[data-page="product-fluentchat"] .fc-pricing-aside-list li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
}

body[data-page="product-fluentchat"] .fc-plan-aside-list li::before,
body[data-page="product-fluentchat"] .fc-pricing-aside-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(217, 119, 6, 0.72);
}

body[data-page="product-fluentchat"] .fc-faq-list {
    max-width: 840px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

body[data-page="product-fluentchat"] .fc-faq-item {
    padding: 0 24px;
}

body[data-page="product-fluentchat"] .fc-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    color: var(--ink);
}

body[data-page="product-fluentchat"] .fc-faq-item summary::-webkit-details-marker {
    display: none;
}

body[data-page="product-fluentchat"] .fc-faq-item p {
    margin: 0;
    padding: 0 0 22px;
}

body[data-page="product-fluentchat"] .fc-legal-cta {
    padding-top: 12px;
    padding-bottom: 112px;
}

body[data-page="product-fluentchat"] .fc-cta-card {
    max-width: 920px;
    margin: 0 auto;
    padding: 42px 36px;
    text-align: center;
    background: linear-gradient(180deg, rgba(245, 251, 255, 0.96), rgba(255, 252, 247, 0.92));
}

body[data-page="product-fluentchat"] .fc-cta-card p {
    margin: 16px auto 0;
    max-width: 620px;
}

body[data-page="product-fluentchat"] .fc-cta-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

@media (max-width: 1100px) {
    body[data-page="product-fluentchat"] .fc-hero-shell {
        grid-template-columns: 1fr;
    }

    body[data-page="product-fluentchat"] .fc-hero-media {
        justify-content: center;
    }

    body[data-page="product-fluentchat"] .fc-card-grid,
    body[data-page="product-fluentchat"] .fc-step-grid,
    body[data-page="product-fluentchat"] .fc-system-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-page="product-fluentchat"] .fc-system-card:last-child,
    body[data-page="product-fluentchat"] .fc-card:last-child,
    body[data-page="product-fluentchat"] .fc-step-card:last-child {
        grid-column: 1 / -1;
    }

    body[data-page="product-fluentchat"] .fc-pricing-grid-subscription {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-page="product-fluentchat"] .fc-pricing-grid-subscription .fc-plan-card.is-yearly {
        grid-column: 1 / -1;
    }

    body[data-page="product-fluentchat"] .fc-pricing-grid-lifetime {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    body[data-page="product-fluentchat"] .fc-hero {
        padding: 96px 0 42px;
    }

    body[data-page="product-fluentchat"] .fc-hero h1 {
        font-size: clamp(34px, 9vw, 48px) !important;
    }

    body[data-page="product-fluentchat"] .fc-hero-lead {
        font-size: 18px;
    }

    body[data-page="product-fluentchat"] .fc-section {
        padding: 26px 0 72px;
    }

    body[data-page="product-fluentchat"] .fc-card-grid,
    body[data-page="product-fluentchat"] .fc-step-grid,
    body[data-page="product-fluentchat"] .fc-system-grid,
    body[data-page="product-fluentchat"] .fc-pricing-grid-subscription,
    body[data-page="product-fluentchat"] .fc-pricing-grid-lifetime {
        grid-template-columns: 1fr;
    }

    body[data-page="product-fluentchat"] .fc-pricing-grid-subscription .fc-plan-card.is-yearly,
    body[data-page="product-fluentchat"] .fc-system-card:last-child,
    body[data-page="product-fluentchat"] .fc-card:last-child,
    body[data-page="product-fluentchat"] .fc-step-card:last-child {
        grid-column: auto;
    }

    body[data-page="product-fluentchat"] .fc-pricing-tabs {
        width: 100%;
    }

    body[data-page="product-fluentchat"] .fc-pricing-tab {
        min-width: 0;
        flex: 1 1 0;
    }

    body[data-page="product-fluentchat"] .fc-screen,
    body[data-page="product-fluentchat"] .fc-card,
    body[data-page="product-fluentchat"] .fc-step-card,
    body[data-page="product-fluentchat"] .fc-system-card,
    body[data-page="product-fluentchat"] .fc-faq-item,
    body[data-page="product-fluentchat"] .fc-plan-card,
    body[data-page="product-fluentchat"] .fc-cta-card {
        border-radius: 24px;
    }

    body[data-page="product-fluentchat"] .fc-cta-card {
        padding: 32px 22px;
    }
}

@media (max-width: 540px) {
    body[data-page="product-fluentchat"] .fc-faq-item {
        padding: 0 18px;
    }
}
