/* ==============================================
   CHATBOTS PAGE — Intro
   ============================================== */

.chatbots-intro {
    background-color: #0F3350;
    padding: 5rem 2rem;
    text-align: center;
}

.chatbots-intro-inner {
    max-width: 52rem;
    width: 100%;
    margin: 0 auto;
}

.chatbots-intro h1 {
    color: #E5E4E2;
}

.chatbots-intro p {
    color: #ACB6BD;
}

.chatbots-intro-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 32rem) {
    .chatbots-intro-cta {
        grid-template-columns: 1fr 1fr;
        max-width: 28rem;
    }
}

.chatbots-intro-cta > .btn {
    display: flex;
    width: 100%;
}

/* ==============================================
   CHATBOTS PAGE — Self-Selection Cards
   ============================================== */

.chatbots-select {
    padding-bottom: 3rem;
}

.chatbots-select-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
}

@media (min-width: 48rem) {
    .chatbots-select-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 69.375rem) {
    .chatbots-select-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.chatbots-select-card {
    display: flex;
    flex-direction: column;
    background-color: #edf5ed;
    border-radius: 0.5rem;
    padding: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    min-height: 7rem;
}

.chatbots-select-card:hover {
    background-color: #7B8E98;
}

.chatbots-select-quote {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(1.0625rem, 2.5vw, 1.25rem);
    font-weight: 700;
    color: #000000;
    line-height: 1.5;
    flex: 1 1 auto;
    margin-bottom: 1rem;
}

.chatbots-select-footer {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.chatbots-footer-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 0;
}

.chatbots-tier-label {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    color: #1A2530;
}

.chatbots-select-tier {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    color: #1A2530;
    min-width: 0;
}

.chatbots-price-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.75rem;
    background-color: #174e7a;
    flex-shrink: 0;
    gap: 0.125rem;
}

.chatbots-price-from {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
    color: #ACB6BD;
    line-height: 1;
}

.chatbots-price-amount {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #EBD082;
    line-height: 1.2;
}

.chatbots-select-note {
    font-size: 0.9375rem;
    text-align: center;
    color: #496580;
}

.chatbots-select-note a {
    color: #2D6FA3;
}

.chatbots-select-note a:hover {
    color: #1E5280;
}

/* ==============================================
   CHATBOTS PAGE — Tier Section Shared Styles
   ============================================== */

.split-section .chatbots-tier-price {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(1.25rem, 3vw, 1.625rem);
    font-weight: 700;
    color: #EBD082;
    text-align: center;
}

.split-section--light .chatbots-tier-price {
    display: inline-block;
    background-color: #496580;
    padding: 0.25rem 0.875rem;
    border-radius: 0.375rem;
}

.chatbots-tier-meta {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.chatbots-tier-meta-item {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding-left: 1.25rem;
    position: relative;
    line-height: 1.4;
}

.chatbots-tier-meta-item::before {
    content: '\25B8';
    position: absolute;
    left: 0;
}

.split-section--dark .chatbots-tier-meta-item {
    color: #E5E4E2;
}

.split-section--dark .chatbots-tier-meta-item::before {
    color: #7393B3;
}

.split-section--light .chatbots-tier-meta-item {
    color: #0F3350;
}

.split-section--light .chatbots-tier-meta-item::before {
    color: #496580;
}

/* ==============================================
   CHATBOTS PAGE — Panel: Shared Base
   ============================================== */

.chatbot-faq-panel,
.chatbot-email-panel,
.chatbot-dash-panel,
.chatbot-detail-panel,
.chatbot-assess-panel,
.chatbot-pipeline-panel {
    background-color: #D6E0EF;
    border-radius: 0.5rem;
    overflow: hidden;
}

.chatbot-panel-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background-color: #B4B4B4;
    border-bottom: 0.0625rem solid #0000001A;
}

.chatbot-panel-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #5DADE2;
    flex-shrink: 0;
}

.chatbot-panel-dot--green {
    background-color: #006666;
}

.chatbot-panel-title {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0F3350;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==============================================
   CHATBOTS PAGE — Building Blocks Diagram
   ============================================== */

.blocks-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.block-stack {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    width: 100%;
    max-width: 13rem;
    background-color: rgba(15, 51, 80, 0.45);
    border: 0.0625rem solid #7393B3;
    border-radius: 0.375rem;
    padding: 0.75rem;
}

.block-product-label {
    display: block;
    text-align: center;
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #E5E4E2;
    margin-top: 0.625rem;
    padding-top: 0.5rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.18);
}

.block-tier {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #8FA59F;
    border-radius: 0.25rem;
    padding: 0.625rem 0.75rem;
    min-height: 3.25rem;
    border-top: 0.0625rem solid #FFFFFF1F;
    border-left: 0.0625rem solid #FFFFFF0F;
    box-shadow: 0.25rem 0.25rem 0 #00000059;
}

.block-tier-num {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #0F3350;
    line-height: 1;
}

.block-tier-name {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    margin-top: 0.25rem;
}

@media (min-width: 48rem) {
    .blocks-diagram {
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        gap: clamp(0.75rem, 1.5vw, 1.5rem);
    }

    .block-stack {
        flex: 1;
        max-width: clamp(9rem, 15vw, 16rem);
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .block-stack:nth-child(1),
    .block-stack:nth-child(2),
    .block-stack:nth-child(3),
    .block-stack:nth-child(4),
    .block-stack:nth-child(5) {
        order: 0;
    }

    .block-tier {
        padding-top: clamp(0.625rem, 1vw, 1rem);
        padding-bottom: clamp(0.625rem, 1vw, 1rem);
        padding-left: clamp(0.75rem, 1.2vw, 1.25rem);
        padding-right: clamp(0.75rem, 1.2vw, 1.25rem);
        min-height: clamp(3.25rem, 5vw, 5rem);
    }

    .block-tier-num {
        font-size: clamp(0.625rem, 0.9vw, 0.875rem);
    }

    .block-tier-name {
        font-size: clamp(0.75rem, 1.1vw, 1.125rem);
    }

    .block-product-label {
        display: none;
    }
}

.blocks-subtitle {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 500;
    color: #E5E4E2;
    text-align: center;
}

.blocks-bullets {
    list-style: disc;
    text-align: left;
    padding-left: 10vw;
    padding-right: 2rem;
}

.blocks-bullets li {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #E5E4E2;
    margin-top: 0.75rem;
    line-height: 1.5;
}

/* ==============================================
   CHATBOTS PAGE — FAQ Bot Panel
   ============================================== */

.chatbot-faq-convo {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.chatbot-faq-bubble {
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 0.625rem 0.875rem;
    border-radius: 0.5rem;
    max-width: 85%;
    overflow-wrap: break-word;
    min-width: 0;
}

.chatbot-faq-bubble--user {
    background-color: #5DADE2;
    color: #0F3350;
    align-self: flex-end;
    border-bottom-right-radius: 0.125rem;
}

.chatbot-faq-bubble--bot {
    background-color: #E5E4E2;
    color: #1A2530;
    align-self: flex-start;
    border-bottom-left-radius: 0.125rem;
}

.chatbot-faq-footer {
    padding: 0.5rem 1rem;
    border-top: 0.0625rem solid #0000001A;
	background-color: #B4B4B4;
}

.chatbot-faq-label {
    font-size: 0.85rem;
    color: #0F3350;
}

/* ==============================================
   CHATBOTS PAGE — Email Panel (Tier 1)
   ============================================== */

.chatbot-email-body {
    padding: 1rem;
}

.chatbot-email-body .chatbot-email-subject {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1A2530;
    margin-bottom: 0.75rem;
    overflow-wrap: break-word;
    min-width: 0;
}

.chatbot-email-brief {
    background-color: #008080;
    border-left: 0.1875rem solid #0E79AA;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 0.875rem;
    border-radius: 0 0.25rem 0.25rem 0;
    overflow-wrap: break-word;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.chatbot-email-brief .chatbot-email-intro {
    font-size: 0.95rem;
    color: #FFFFFF;
    line-height: 1.5;
    overflow-wrap: break-word;
    min-width: 0;
}

.chatbot-email-brief .chatbot-email-bullet {
    font-size: 0.95rem;
    color: #FFFFFF;
    line-height: 1.5;
    padding-left: 1rem;
    text-indent: -1rem;
    overflow-wrap: break-word;
    min-width: 0;
}

.chatbot-email-brief .chatbot-email-bullet::before {
    content: '\2022';
    margin-right: 0.4rem;
    color: #FFFFFF;
}

.chatbot-email-mailto {
    display: inline-block;
    background-color: #2D6FA3;
    color: #E5E4E2;
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.chatbot-priority-high { color: #a52a2a; }

.chatbot-email-note {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-top: 0.7rem;
}

.chatbot-email-panel .chatbot-email-note {
    color: #0F3350;
}

/* ==============================================
   CHATBOTS PAGE — Dashboard Panel (Tier 2A)
   ============================================== */

.chatbot-dash-lead {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem 0.75rem;
    align-items: center;
    padding: 0.875rem 1rem;
}

.chatbot-dash-lead-row {
    display: contents;
}

.chatbot-dash-lead-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1A2530;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbot-dash-lead-job {
    font-size: 0.9375rem;
    color: #496580;
    min-width: 0;
    overflow-wrap: break-word;
}

.chatbot-dash-badge {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.chatbot-dash-badge--new {
    background-color: #dbeafe;
    color: #1e3a8a;
}

.chatbot-dash-badge--contacted {
    background-color: #fef3c7;
    color: #92400e;
}

.chatbot-dash-badge--quoted {
    background-color: #fed7aa;
    color: #9a3412;
}

.chatbot-dash-badge--complete {
    background-color: #d1fae5;
    color: #065f46;
}

.chatbot-dash-panels {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 23rem;
}

.chatbot-detail-body {
    padding: 0.875rem 1rem;
}

.chatbot-detail-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-width: 0;
    margin-bottom: 0.75rem;
}

.chatbot-detail-job-type {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1A2530;
    flex: 1 1 0;
    min-width: 0;
    overflow-wrap: break-word;
}

.chatbot-detail-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.2rem 0.875rem;
    align-items: start;
}

.chatbot-detail-key {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #496580;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbot-detail-val {
    font-size: 0.75rem;
    color: #1A2530;
    overflow-wrap: break-word;
    min-width: 0;
}

.chatbot-detail-note {
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.4;
    margin-top: 0.75rem;
    padding-top: 0.625rem;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    overflow-wrap: break-word;
}

.chatbot-detail-panel .chatbot-detail-note {
    color: #0F3350;
}

.chatbot-detail-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-top: 0.625rem;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.chatbot-action-btn {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.3rem 0.625rem;
    border-radius: 0.25rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex: 1;
    text-align: center;
}

.chatbot-action-btn--reply  { background-color: #008080; color: #E5E4E2; }
.chatbot-action-btn--edit   { background-color: #4A8AB5; color: #E5E4E2; }
.chatbot-action-btn--delete { background-color: #a52a2a; color: #E5E4E2; }

.chatbot-dash-touches {
    display: flex;
    flex-direction: column;
}

.chatbot-dash-touch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 0.0625rem solid #0000001A;
    min-width: 0;
}

.chatbot-dash-touch:last-child {
    border-bottom: none;
}

.chatbot-dash-touch-label {
    font-size: 0.8125rem;
    color: #496580;
    flex-shrink: 0;
}

.chatbot-dash-touch-status {
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

.chatbot-dash-touch--ready { color: #D4A017; }
.chatbot-dash-touch--pending { color: #496580; }

/* ==============================================
   CHATBOTS PAGE — Assessment Panel (Tier 2B)
   ============================================== */

.chatbot-assess-body {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}

.chatbot-assess-section {
    padding: 0.625rem 0;
    border-bottom: 0.0625rem solid #0000001A;
}

.chatbot-assess-section:last-child {
    border-bottom: none;
}

.chatbot-assess-label {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #496580;
    margin-bottom: 0.375rem;
}

.chatbot-assess-text {
    font-size: 0.875rem;
    color: #1A2530;
    line-height: 1.4;
    overflow-wrap: break-word;
    min-width: 0;
}

.chatbot-assess-high {
    color: #D4A017;
}

.chatbot-assess-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chatbot-assess-list li {
    font-size: 0.875rem;
    color: #1A2530;
    padding-left: 1rem;
    position: relative;
    line-height: 1.5;
}

.chatbot-assess-list li::before {
    content: '\2014';
    position: absolute;
    left: 0;
    color: #496580;
}

.chatbot-assess-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    flex-wrap: wrap;
    min-width: 0;
}

.chatbot-assess-touch-note {
    font-size: 0.85rem;
    color: #0F3350;
    min-width: 0;
    overflow-wrap: break-word;
}

/* ==============================================
   CHATBOTS PAGE — Pipeline Panel (Tier 3)
   ============================================== */

.chatbot-pipeline-body {
    padding: 0.25rem 0;
}

.chatbot-pipeline-step {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    border-bottom: 0.0625rem solid #0000001A;
    min-width: 0;
}

.chatbot-pipeline-step:last-child {
    border-bottom: none;
}

.chatbot-pipeline-time {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 6.5rem;
}

.chatbot-pipeline-action {
    font-size: 0.8125rem;
    flex: 1 1 0;
    min-width: 0;
    overflow-wrap: break-word;
    line-height: 1.4;
}

.chatbot-pipeline-step--done .chatbot-pipeline-time,
.chatbot-pipeline-step--done .chatbot-pipeline-action {
    color: #1A2530;
}

.chatbot-pipeline-step--fire .chatbot-pipeline-time,
.chatbot-pipeline-step--fire .chatbot-pipeline-action {
    color: #D4A017;
}

.chatbot-pipeline-step--queued .chatbot-pipeline-time,
.chatbot-pipeline-step--queued .chatbot-pipeline-action {
    color: #496580;
}

.chatbot-pipeline-note {
    font-size: 0.75rem;
    color: #496580;
    padding: 0.75rem 1rem;
    line-height: 1.5;
    border-top: 0.0625rem solid #0000001A;
    overflow-wrap: break-word;
    min-width: 0;
}

/* ==============================================
   CHATBOTS PAGE — Comparison Table (light section)
   ============================================== */

.chatbots-compare .pricing-table th {
    background-color: #0F3350;
    color: #E5E4E2;
}

.chatbots-compare .pricing-table th:first-child,
.chatbots-compare .pricing-table td:first-child {
    background-color: #395066;
    color: #E5E4E2;
}

.chatbots-compare .pricing-table td {
    color: #E5E4E2;
    border-bottom: 0.0625rem solid #FFFFFF1A;
}

.chatbots-compare .pricing-table-row--price td {
    color: #D4A017;
}

.chatbots-compare .pricing-table-row--price td:first-child {
    color: #E5E4E2;
}

.chatbots-compare .pricing-table-check {
    color: #D4A017;
}

.chatbots-compare .pricing-table-dash {
    color: #9aabb8;
}

.pricing-table-text {
    text-align: center;
    font-size: 0.8125rem;
}

.chatbots-compare .pricing-table-text {
    color: #ACB6BD;
}

/* ==============================================
   CHATBOTS PAGE — Pricing Summary / Closing
   ============================================== */

.chatbot-pricing-block {
    max-width: 36rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.chatbot-pricing-group {
    border-radius: 0.375rem;
    overflow: hidden;
    border: 0.0625rem solid #FFFFFF1F;
}

.chatbot-pricing-group-label {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ACB6BD;
    padding: 0.625rem 1rem;
    background-color: #00000033;
    border-bottom: 0.0625rem solid #FFFFFF1A;
}

.chatbot-pricing-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.625rem 1rem;
    border-bottom: 0.0625rem solid #FFFFFF12;
    min-width: 0;
}

.chatbot-pricing-row:last-child {
    border-bottom: none;
}

.chatbot-pricing-name {
    font-size: 0.9375rem;
    color: #E5E4E2;
    flex: 1 1 0;
    min-width: 0;
    overflow-wrap: break-word;
}

.chatbot-pricing-price {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #D4A017;
    flex-shrink: 0;
}

.chatbot-pricing-note {
    font-size: 0.875rem;
    color: #ACB6BD;
    text-align: center;
    max-width: 36rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.chatbot-bundle-note {
    font-size: clamp(1rem, 2vw, 1.0625rem);
    color: #E5E4E2;
    text-align: center;
    max-width: 40rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.chatbot-migration {
    font-size: 0.9375rem;
    color: #ACB6BD;
    text-align: center;
    max-width: 40rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.chatbots-footnote {
    font-size: 0.8rem;
    color: #7393B3;
    line-height: 1.5;
    max-width: 40rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.15);
    padding-top: 1rem;
}

.chatbots-closing .chatbot-pricing-name { color: #1A2530; }
.chatbots-closing .chatbot-pricing-price { color: #2D6FA3; }
.chatbots-closing .chatbot-pricing-group { border-color: #0000001F; }
.chatbots-closing .chatbot-pricing-row { border-bottom-color: #00000012; }
