/* =============================================
   pricing-original.css
   Lean stylesheet for pricing-original.html
   ============================================= */

/* --- CSS Variables (Design Tokens) --- */
:root {
    --brand--purple-dark: #131335;
    --brand--purple-medium: #4a45ff;
    --brand--purple-light: #7c26d1;
    --brand--coral: #3dfd98;
    --neutral--white: white;
    --neutral--black: black;
    --neutral--light-tan: #faf8f8;
    --neutral--light-pink: #f4e5fa;
    --text--primary: var(--brand--purple-dark);
    --text--secondary: var(--brand--purple-medium);
    --text--tertiary: var(--brand--purple-light);
    --text--paragraph-light: var(--neutral--white);
    --text--paragraph-dark: var(--neutral--black);
    --border--primary: var(--neutral--white);
    --border--secondary: var(--brand--purple-medium);
    --border--tertiary: var(--brand--purple-light);
    --background--primary-dark: var(--brand--purple-dark);
    --background--secondary-dark: var(--brand--purple-medium);
    --background--tertiary-light: var(--neutral--white);
    --background--tertiary-dark: var(--brand--purple-light)
}

/* --- Base Reset & Typography --- */
body {
    background-color: var(--brand--purple-medium);
    color: var(--text--paragraph-light);
    text-wrap: pretty;
    font-family: Museosans, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0
}

h1 {
    margin: 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1
}

h2 {
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2
}

h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4
}

p {
    margin-bottom: 0
}

ul,
ol {
    margin: 0;
    padding-left: 1.5rem
}

img {
    max-width: 100%;
    display: inline-block
}

strong {
    font-weight: 700
}

*,
*::before,
*::after {
    box-sizing: border-box
}

/* --- Utility Classes --- */
.overflow-hidden {
    overflow: hidden
}

.text-weight-semibold {
    font-weight: 600
}

.text-weight-medium {
    font-weight: 500
}

.text-weight-bold {
    font-weight: 700
}

.text-size-regular {
    font-size: 1rem
}

.text-size-medium {
    font-size: 1.125rem
}

.text-size-large {
    font-size: 1.25rem
}

.text-size-small {
    font-size: .875rem
}

.text-color-primary {
    color: var(--text--primary)
}

.text-color-secondary {
    color: var(--text--secondary)
}

.text-color-tertiary {
    color: #131335 !important
}

.text-color-gradient-highlight {
    background-image: linear-gradient(90deg, var(--brand--purple-light), var(--brand--coral));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

/* --- Heading Styles --- */
.heading-style-h2 {
    text-wrap: balance;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 1rem;
}

.heading-style-h3 {
    text-wrap: balance;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1
}

.heading-style-h4 {
    text-wrap: balance;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1
}

.heading-style-h5 {
    text-wrap: balance;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2
}

.heading-style-h6 {
    text-wrap: balance;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

/* --- Layout --- */
.page-wrapper {
    overflow: clip
}

.global-styles {
    display: block;
    position: fixed;
    inset: 0% auto auto 0%
}

.container-large {
    width: 100%;
    max-width: 87rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.large-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.default-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex
}

.default-header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.svg-align-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

/* --- Text Wrappers --- */
.text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex
}

.text-block.is-gap-10 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem
}

.text-wrapper.is-default-header {
    margin-left: auto;
    margin-right: auto
}

.text-wrapper.is-pricing-card-value {
    padding-bottom: .25rem
}

.text-wrapper.is-pricing-card-value-custom {
    padding-top: 1.25rem;
    padding-bottom: .25rem
}

.text-wrapper.is-cta-tag {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative
}

.eyebrow {
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: .875rem
}

/* --- Sections --- */
.section {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.section_small {
    padding-bottom: 1.5rem
}

.section_gradient-pink-hero {
    color: var(--text--primary);
    padding-top: 8.5rem;
    padding-bottom: 7rem
}


.background-gradient-purple-dark {
    background-color: #131335;
}

.background-gradient-purple-light {
    background-image: linear-gradient(180deg, var(--background--secondary-dark), var(--background--tertiary-dark))
}

/* --- Chip / Tag --- */
.chip {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative
}

.chip_left-line {
    background-image: linear-gradient(90deg, #7c26d100, var(--brand--purple-light));
    width: 12.5rem;
    height: .0625rem;
    position: absolute;
    inset: 1.125rem auto auto -12.5rem
}

.chip_right-line {
    background-image: linear-gradient(90deg, var(--brand--coral), #f25c3a00);
    width: 12.5rem;
    height: .0625rem;
    position: absolute;
    inset: 1.125rem -12.5rem auto auto
}


/* --- Hero Header --- */
.hero_header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

/* --- Button --- */
.button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--background--tertiary-light);
    color: var(--text--secondary);
    text-align: center;
    border-radius: .625rem;
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding: .75rem 1.375rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: border-color .8s, border-radius .8s, background-color .8s, color .8s;
    display: flex;
    position: relative;
    border: none;
    cursor: pointer
}

.button:hover {
    color: var(--text--tertiary);
    border-radius: .65rem
}

.button.is-purple {
    background-color: #131335;
    color: var(--text--paragraph-light)
}

.button.is-secondary {
    border: 1px solid var(--border--primary);
    color: var(--text--paragraph-light);
    background-color: #0000
}

.button.is-secondary:hover {
    border-color: var(--border--tertiary)
}

.button_content {
    z-index: 1;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    align-items: center;
    transition: all .8s;
    display: flex;
    position: relative
}

.button_bg {
    background-image: linear-gradient(270deg, #e5d4f6, var(--background--tertiary-light));
    opacity: 0;
    border-radius: .625rem;
    width: 100%;
    height: 100%;
    transition: opacity .8s;
    position: absolute;
    inset: 0%
}



/* --- Pricing Cards --- */
.pricing-cards-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.pricing-card {
    color: var(--text--primary);
    border: 1px solid #7c26d11a;
    border-radius: 1.25rem;
    text-decoration: none;
    transition: box-shadow .5s, border-color .5s;
    position: relative;
    overflow: hidden
}

.pricing-card:hover {
    border-color: rgba(124, 38, 209, 0.20);
    /* box-shadow: 0 0 20px 1px rgba(242, 92, 58, 0.20) */
}

.pricing-card:hover .pricing-card_hover-bg {
    opacity: 1
}

.pricing-card:hover .pricing-card_bg {
    opacity: 0
}

/* .pricing-card:hover .button_bg { opacity: 1 } */

.pricing-card_bg {
    pointer-events: none;
    background-image: linear-gradient(#ffffffe6, #fff3);
    width: 100%;
    height: 100%;
    transition: opacity .5s;
    position: absolute;
    inset: 0%
}

.pricing-card_hover-bg {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    background-image: linear-gradient(#ffffffe6, #fff3);
    width: 100%;
    height: 100%;
    transition: opacity .5s;
    position: absolute;
    inset: 0%
}

.pricing-card_content {
    z-index: 2;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 3rem 2.5rem;
    display: flex;
    position: relative
}

.pricing-card_content_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.pricing-card_value-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.pricing-card_value {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex
}

.pricing-card_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top: .0625rem solid #7c26d11a;
    flex-flow: column;
    padding-top: 2rem;
    display: flex
}

.pricing-card_list_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.pricing-card_list_item_icon {
    background-color: #131335;
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex: none;
    color: #fff
}

.pricing-card_list_item_icon svg path {
    fill: #fff
}

.enterprise-card-wrapper .pricing-card_list_item_icon {
    background-color: #fff !important;
}

.enterprise-card-wrapper .pricing-card_list_item_icon svg path {
    fill: #131335 !important;
}

.enterprise-card-wrapper .button.is-purple {
    background-color: #fff !important;
    color: #131335 !important;
}

.enterprise-card-wrapper .button.is-purple .button_bg {
    display: none;
}

/* --- Pricing Plan (Every Plan Includes) --- */
.pricing-plan {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4.5rem;
    display: flex;
    position: relative
}

.pricing-plan_header {
    max-width: 30rem
}

.pricing-platform-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid
}

.pricing-platform-grid_cell {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.pricing-platform-grid_cell_icon {
    background-color: var(--neutral--light-pink);
    border-radius: 1rem;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: flex
}

.pricing-platform-grid_cell_content {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    color: var(--text--paragraph-dark);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .875rem;
    display: flex
}

/* --- Tabs (Product Pricing Tables) --- */
.tabs-wrapper {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: 1px solid var(--brand--purple-light);
    border-radius: 3.125rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text--paragraph-light);
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    font-family: inherit
}

.tab-btn.active {
    background-color: var(--brand--purple-light);
    border-color: var(--brand--purple-light);
    color: white
}

.tab-btn:hover {
    border-color: var(--brand--coral)
}

.table-section {
    display: none
}

.table-section.active {
    display: block
}

/* --- Comparison Table --- */
.comparison-table {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(124, 38, 209, 0.2);
    border-radius: 1.25rem;
    overflow: hidden
}

.comparison-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid rgba(124, 38, 209, 0.1)
}

.comparison-row:last-child {
    border-bottom: none
}

.comparison-row.is-header {
    background: rgb(0 0 0 / 15%);
}

.comparison-cell {
    padding: 1.25rem 2rem;
    font-size: 1rem;
    display: flex;
    align-items: center
}

.comparison-cell.is-header {
    font-weight: 700
}

.comparison-price {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--brand--coral)
}

.comparison-note {
    font-size: .8125rem;
    opacity: 0.7;
    display: block;
    margin-top: .25rem
}

.comparison-badge {
    display: inline-block;
    background: rgba(124, 38, 209, 0.15);
    color: var(--brand--purple-light);
    padding: .25rem .75rem;
    border-radius: 100px;
    font-size: .75rem;
    font-weight: 700;
    margin-left: .75rem
}

.comparison-link {
    color: var(--brand--coral);
    font-weight: 600;
    text-decoration: none
}

/* --- Security Grid --- */
.security-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
    overflow: hidden
}

.security-cell {
    text-align: center;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.security-cell_icon {
    border-radius: 1rem;
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.security-cell_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

/* --- FAQ Section --- */
.faqs_wrapper {
    background-image: linear-gradient(180deg, var(--background--primary-dark), var(--background--secondary-dark));
    border-radius: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 4rem;
    overflow: hidden
}

.faqs {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 82rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.faqs_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    max-width: 31.25rem;
    display: flex;
    position: relative
}

.faqs_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 56%;
    max-width: 42.75rem;
    display: flex
}

.faq-accordion {
    border: 1px solid rgba(124, 38, 209, 0.15);
    border-radius: 1rem;
    overflow: hidden;
    position: relative
}

.faq-accordion_toggle {
    width: 100%;
    text-align: left;
    padding: 1.5rem 2rem;
    background: none;
    border: none;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text--paragraph-light);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    position: relative;
    z-index: 2
}

.faq-accordion_toggle span {
    font-size: 1.5rem;
    color: var(--brand--purple-light);
    transition: transform 0.3s
}

.faq-accordion.is-active .faq-accordion_toggle span {
    transform: rotate(45deg)
}

.faq-accordion_content {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    opacity: 0.8;
    font-size: 1rem;
    line-height: 1.8;
    position: relative;
    z-index: 2
}

.faq-accordion.is-active .faq-accordion_content {
    padding: 0 2rem 1.5rem;
    max-height: 600px
}

.faq-accordion_toggle_bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(124, 38, 209, 0.08), rgba(242, 92, 58, 0.04));
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 0;
    border-radius: inherit
}

.faq-accordion.is-active .faq-accordion_toggle_bg,
.faq-accordion:hover .faq-accordion_toggle_bg {
    opacity: 1
}

/* --- CTA Section --- */
.request-demo-cta {
    background-color: var(--background--primary-dark);
    border-radius: 1.25rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 4rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.request-demo-cta_content {
    z-index: 1;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 40rem;
    display: flex;
    position: relative
}

.request-demo-cta_content_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center
}

.blur {
    filter: blur(10px);
    pointer-events: none;
    background-image: radial-gradient(circle closest-side, #7c26d14d, #260b4000);
    width: 60.375rem;
    height: 36rem;
    position: absolute
}

/* --- Pricing Tiers (3-card centered) --- */
.tiers-grid {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin-bottom: 5rem
}

.tier-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(124, 38, 209, 0.15);
    border-radius: 1.25rem;
    padding: 3rem 2.5rem;
    text-align: center;
    transition: all .4s;
    position: relative;
    overflow: hidden
}

.tier-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand--purple-light), var(--brand--coral));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s
}

.tier-card:hover::before {
    transform: scaleX(1)
}

.tier-card:hover {
    border-color: rgba(124, 38, 209, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(124, 38, 209, 0.15)
}

.tier-name {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text--paragraph-light)
}

.tier-description {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2rem;
    line-height: 1.5
}

.tier-price {
    font-size: 2.625rem;
    font-weight: 800;
    color: var(--brand--coral);
    margin-bottom: .5rem
}

.tier-period {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 2rem
}

.tier-cta {
    width: 100%;
    padding: .875rem 1.5rem;
    border: 1px solid var(--brand--purple-light);
    background: transparent;
    color: var(--brand--purple-light);
    border-radius: .75rem;
    font-size: .9375rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 1.5rem;
    font-family: inherit
}

.tier-cta:hover {
    background: rgba(124, 38, 209, 0.1);
    transform: translateY(-2px)
}

.tier-cta.is-primary {
    background: linear-gradient(135deg, var(--brand--purple-light), var(--brand--coral));
    color: white;
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(124, 38, 209, 0.3)
}

.tier-cta.is-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(124, 38, 209, 0.4)
}

.tier-features {
    font-size: .8125rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    text-align: left
}

/* --- Pricing Clarity Section --- */
.clarity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem
}

.clarity-box {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(124, 38, 209, 0.15);
    border-radius: 1.5rem;
    padding: 3rem 2.25rem;
    text-align: center;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.clarity-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s
}

.clarity-box:hover::before {
    transform: scaleX(1)
}

.clarity-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 60px rgba(124, 38, 209, 0.12)
}

.clarity-box.is-included {
    border-color: rgba(242, 92, 58, 0.3)
}

.clarity-box.is-included::before {
    background: var(--brand--coral)
}

.clarity-box.is-addons {
    border-color: rgba(124, 38, 209, 0.3)
}

.clarity-box.is-addons::before {
    background: var(--brand--purple-light)
}

.clarity-box.is-ai {
    border-color: rgba(99, 102, 241, 0.3)
}

.clarity-box.is-ai::before {
    background: #6366f1
}

.clarity-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    transition: all .3s
}

.clarity-box.is-included .clarity-icon {
    background: rgba(242, 92, 58, 0.1);
    color: var(--brand--coral)
}

.clarity-box.is-addons .clarity-icon {
    background: rgba(124, 38, 209, 0.1);
    color: var(--brand--purple-light)
}

.clarity-box.is-ai .clarity-icon {
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1
}

.clarity-box:hover .clarity-icon {
    transform: scale(1.1) rotate(5deg)
}

.clarity-box h3 {
    font-size: 1.375rem;
    font-weight: 800;
    margin-bottom: .5rem;
    color: var(--text--paragraph-light)
}

.clarity-subtitle {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(124, 38, 209, 0.15)
}

.clarity-box.is-included .clarity-subtitle {
    color: var(--brand--coral)
}

.clarity-box.is-addons .clarity-subtitle {
    color: var(--brand--purple-light)
}

.clarity-box.is-ai .clarity-subtitle {
    color: #6366f1
}

.clarity-list {
    list-style: none;
    margin-bottom: 1.75rem;
    text-align: center;
    flex-grow: 1;
    padding: 0
}

.clarity-list li {
    padding: .625rem 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.6
}

.clarity-list li::before {
    content: "\2022";
    margin-right: .625rem;
    font-weight: 800;
    font-size: 1.25rem
}

.clarity-box.is-included .clarity-list li::before {
    color: var(--brand--coral)
}

.clarity-box.is-addons .clarity-list li::before {
    color: var(--brand--purple-light)
}

.clarity-box.is-ai .clarity-list li::before {
    color: #6366f1
}

.clarity-footer {
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 1.25rem;
    border-top: 1px solid rgba(124, 38, 209, 0.15);
    font-style: italic;
    margin: 0
}

/* --- Services Table (2-column) --- */
.table-header-explanation {
    padding: 1.5rem 2rem;
    margin-bottom: 0
}

.table-header-explanation p {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: .5rem;
    line-height: 1.5
}

.table-header-explanation p:last-child {
    margin-bottom: 0
}

.table-header-explanation strong {
    color: #3dfd98;
    font-weight: 700
}

.services-table {
    background: #131335;
    border: 1px solid rgba(124, 38, 209, 0.2);
    border-radius: 1.25rem;
    overflow: hidden
}

.services-table .comparison-row {
    grid-template-columns: 2fr 1fr
}

.service-name {
    font-weight: 600;
    color: var(--text--paragraph-light);
    display: flex;
    align-items: center;
    gap: .5rem
}

.service-desc {
    display: block;
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-top: .25rem
}

.info-icon {
    width: 1.125rem;
    height: 1.125rem;
    border: 1.5px solid rgba(124, 38, 209, 0.3);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: help;
    transition: all .3s;
    flex-shrink: 0
}

.service-name:hover .info-icon {
    border-color: #3dfd98;
    color: #131335;
    background: #3dfd98;
}

.price-cell {
    font-weight: 600;
    color: #3dfd98;
    font-size: 1rem;
    justify-content: flex-end;
}

/* --- AI Analytics Intro --- */
.ai-intro-box {
    background: rgb(0 0 0 / 15%);
    border: 1px solid #3dfd9838;
    border-radius: 1.25rem;
    padding: 2.5rem;
    margin-bottom: 3.75rem;
    text-align: center
}

.ai-intro-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text--paragraph-light);
    margin-bottom: .75rem
}

.ai-intro-box p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 1.25rem
}

.example-box {
    background: #131335;
    border-left: 4px solid #3dfd98;
    padding: 1rem;
    border-radius: .5rem;
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    display: inline-block
}

/* --- Credit Cards --- */
.credits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-bottom: 3.75rem
}

.credit-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(124, 38, 209, 0.15);
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all .4s;
    position: relative;
    overflow: hidden
}

.credit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand--purple-light), var(--brand--coral));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s
}

.credit-card:hover::before {
    transform: scaleX(1)
}

.credit-card:hover {
    border-color: rgba(124, 38, 209, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(124, 38, 209, 0.15)
}

.credit-icon {
    font-size: 3rem;
    margin-bottom: 1rem
}

.credit-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text--paragraph-light);
    margin-bottom: .5rem
}

.credit-description {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin-bottom: 1.5rem
}

.credit-price {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--brand--coral);
    margin-bottom: .25rem
}

.credit-price-note {
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.25rem
}

.credit-cta {
    width: 100%;
    padding: .75rem 1.5rem;
    border: 1px solid var(--brand--purple-light);
    background: transparent;
    color: var(--brand--purple-light);
    border-radius: .625rem;
    font-size: .875rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 1.5rem;
    font-family: inherit
}

.credit-cta:hover {
    background: rgba(124, 38, 209, 0.1);
    transform: translateY(-2px)
}

.credit-cta.is-primary {
    background: linear-gradient(135deg, var(--brand--purple-light), var(--brand--coral));
    color: white;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(124, 38, 209, 0.3)
}

.credit-cta.is-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(124, 38, 209, 0.4)
}

.credit-benefits {
    text-align: left;
    font-size: .8125rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    list-style: none;
    padding: 0
}

.credit-benefits li {
    margin-bottom: .5rem;
    padding-left: 1.25rem;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
}

.credit-benefits li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--brand--coral);
    font-weight: 800
}

/* --- Credits Section (Light Theme) --- */
.credits-section-light {
    background: #edeef7;
    padding: 5rem 0
}

.credits-section-light .border-gradient {
    border: 1px solid var(--brand--purple-medium);
    color: #fff;
}

.credits-section-light .credits-grid {
    margin-bottom: 0
}

.credits-section-light .credit-card {
    background: #fff;
    border: 1px solid #d6d8e8;
    transition: none
}

.credits-section-light .credit-card::before {
    display: none
}

.credits-section-light .credit-card:hover {
    border-color: #d6d8e8;
    transform: none;
    box-shadow: none
}

.credits-section-light .credit-icon {
    color: #fff;
    background: #131335;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.credits-section-light .credit-name {
    color: #131335;
}

.credits-section-light .credit-description {
    color: #010101;
    font-size: 1rem;
    font-weight: 500;
}

.credits-section-light .credit-price {
    color: #131335
}

.credits-section-light .credit-price-note {
    color: #010101;
    font-size: .875rem;
    font-weight: 400;
}

.credits-section-light .credit-cta {
    border-color: #131335;
    color: #131335;
    background: transparent
}

.credits-section-light .credit-cta:hover {
    background: rgba(19, 19, 53, 0.06);
    transform: none
}

.credits-section-light .credit-cta.is-primary {
    background: #131335;
    color: #fff;
    border-color: transparent;
    box-shadow: none
}

.credits-section-light .credit-cta.is-primary:hover {
    transform: none;
    box-shadow: none
}

.credits-section-light .credit-benefits {
    color: #555;
    font-size: .9375rem
}

.credits-section-light .credit-benefits li {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: .625rem;
    color: #010101;
    font-weight: 500;
}

.credits-section-light .credit-benefits li::before {
    display: none
}

.credit-benefits_icon {
    background: #131335;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.credit-benefits_icon svg {
    width: 1.125rem;
    height: 1.125rem
}

/* --- Simple Footer --- */
.footer-simple {
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(124, 38, 209, 0.1);
    padding: 3.75rem 2.5rem 2.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: .875rem
}

.footer-simple a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color .3s
}

.footer-simple a:hover {
    color: var(--brand--purple-light)
}

/* --- Banner --- */
.banner {
    background-image: linear-gradient(135deg, var(--neutral--light-pink), var(--neutral--light-tan));
    text-align: center;
    padding: .75rem 2.5rem;
    border-bottom: 1px solid rgba(124, 38, 209, 0.15);
    color: var(--text--primary);
    font-size: .875rem;
    font-weight: 600
}

.banner a {
    color: var(--brand--coral);
    text-decoration: underline
}

/* --- Nav --- */
.nav {
    background: var(--neutral--white);
    border-bottom: 1px solid rgba(124, 38, 209, 0.1);
    padding: 1.125rem 0;
    position: sticky;
    top: 0;
    z-index: 100
}

.nav_container {
    max-width: 87rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav_logo {
    font-size: 1.625rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--brand--purple-light), var(--brand--coral));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.nav_links {
    display: flex;
    gap: 2.25rem;
    align-items: center
}

.nav_links a {
    color: var(--brand--purple-medium);
    text-decoration: none;
    font-size: .9375rem;
    font-weight: 500;
    transition: color .3s
}

.nav_links a:hover {
    color: var(--brand--purple-light)
}

.nav_btn {
    padding: .6875rem 1.625rem;
    border-radius: .625rem;
    font-weight: 600;
    font-size: .9375rem;
    text-decoration: none
}

.nav_btn.is-login {
    color: var(--brand--purple-light);
    border: 1.5px solid rgba(124, 38, 209, 0.2);
    background: white
}

.nav_btn.is-login:hover {
    border-color: var(--brand--purple-light)
}

.nav_btn.is-primary {
    background: linear-gradient(135deg, var(--brand--purple-light), var(--brand--coral));
    color: white;
    border: none
}

/* --- 2-Column Pricing Grid --- */
.pricing-cards-grid.is-two-col {
    grid-template-columns: 1fr 1fr
}

/* --- Enterprise Card --- */
.enterprise-card-wrapper {
    background: #131335;
    border: 1px solid rgba(124, 38, 209, 0.2);
    border-radius: 1.25rem;
    padding: 4rem;
    text-align: center;
    color: white;
}

.white-bg {
    background-color: white !important;
    color: #131335 !important;
}

/* --- Footer --- */
.footer {
    background: var(--neutral--white);
    color: var(--text--primary);
    padding: 5rem 2.5rem 2.5rem;
    border-top: 1px solid rgba(124, 38, 209, 0.1)
}

.footer_content {
    max-width: 75rem;
    margin: 0 auto 3.75rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.75rem
}

.footer_section h4 {
    font-size: .875rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .05em
}

.footer_section ul {
    list-style: none;
    padding: 0
}

.footer_section ul li {
    margin-bottom: .875rem
}

.footer_section ul li a {
    color: var(--brand--purple-medium);
    text-decoration: none;
    font-size: .9375rem;
    transition: color .3s
}

.footer_section ul li a:hover {
    color: var(--brand--purple-light)
}

.footer_bottom {
    text-align: center;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(124, 38, 209, 0.08);
    color: var(--brand--purple-medium);
    font-size: .875rem
}

/* =============================================
   RESPONSIVE: Tablet (max-width: 991px)
   ============================================= */
@media screen and (max-width: 991px) {
    .heading-style-h2 {
        font-size: 3rem
    }

    .heading-style-h3 {
        font-size: 2.25rem
    }

    .heading-style-h4 {
        font-size: 2rem
    }

    .default-wrapper {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem
    }

    .pricing-cards-grid {
        grid-template-columns: 1fr
    }

    .pricing-plan {
        padding-top: 3.5rem
    }

    .pricing-platform-grid {
        grid-template-columns: 1fr 1fr
    }

    .faqs {
        flex-flow: column;
        padding: 0
    }

    .faqs_content,
    .faqs_list {
        width: 100%;
        max-width: none
    }

    .faqs_wrapper {
        padding: 4rem 2rem
    }

    .comparison-row {
        grid-template-columns: 1fr
    }

    .security-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .tabs-wrapper {
        gap: 0.5rem
    }

    .pricing-cards-grid.is-two-col {
        grid-template-columns: 1fr
    }

    .nav_links a:not(.nav_btn) {
        display: none
    }

    .footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem
    }

    .enterprise-card-wrapper {
        padding: 3rem 2rem
    }

    .tiers-grid {
        grid-template-columns: 1fr
    }

    .clarity-grid {
        grid-template-columns: 1fr 1fr
    }

    .credits-grid {
        grid-template-columns: 1fr 1fr
    }

    .services-table .comparison-row {
        grid-template-columns: 1fr
    }
}

/* =============================================
   RESPONSIVE: Mobile (max-width: 767px)
   ============================================= */
@media screen and (max-width: 767px) {
    .heading-style-h2 {
        font-size: 2.5rem
    }

    .heading-style-h3 {
        font-size: 2rem
    }

    .heading-style-h4 {
        font-size: 1.75rem
    }

    .heading-style-h5 {
        font-size: 1.5rem
    }

    .eyebrow {
        font-size: .75rem
    }

    .border-gradient {
        font-size: .75rem
    }

    .text-block {
        max-width: 32rem
    }

    .text-wrapper.is-pricing-card-value {
        padding-bottom: 0
    }

    .container-large {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .section_gradient-pink-hero {
        padding-top: 6rem;
        padding-bottom: 4rem
    }

    .pricing-card_content {
        padding: 2rem 1.5rem
    }

    .pricing-plan {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        padding-top: 2rem
    }

    .pricing-platform-grid {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr
    }

    .faqs {
        grid-column-gap: 3.5rem;
        grid-row-gap: 3.5rem;
        flex-flow: column;
        padding: 0
    }

    .faqs_content,
    .faqs_list {
        width: 100%;
        max-width: none
    }

    .faqs_wrapper {
        padding: 3rem 1.5rem
    }

    .request-demo-cta {
        padding: 4rem 1.5rem
    }

    .request-demo-cta_content {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem
    }

    .blur {
        width: 50.9375rem;
        height: 30.375rem
    }

    .security-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center
    }

    .footer_content {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .enterprise-card-wrapper {
        padding: 2.5rem 1.5rem
    }

    .enterprise-card-wrapper .pricing-card_list {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 0.5rem 1.5rem !important;
    }

    .enterprise-card-wrapper .pricing-card_list_item {
        gap: 0.4rem !important;
    }

    .enterprise-card-wrapper .pricing-card_list_item .text-size-regular {
        white-space: nowrap !important;
    }

    .clarity-grid {
        grid-template-columns: 1fr
    }

    .credits-grid {
        grid-template-columns: 1fr
    }

    .tier-card {
        padding: 2rem 1.5rem
    }

    .ai-intro-box {
        padding: 1.5rem
    }
}

/* =============================================
   RESPONSIVE: Small Mobile (max-width: 479px)
   ============================================= */
@media screen and (max-width: 479px) {
    .heading-style-h2 {
        font-size: 2rem
    }

    .heading-style-h3 {
        font-size: 1.75rem
    }

    .heading-style-h4 {
        font-size: 1.5rem
    }

    .chip_left-line,
    .chip_right-line {
        display: none
    }
}

/* custom css overwriting for pricing page */
.button.is-purple {
    background-color: #131335 !important;
    color: var(--text--paragraph-light);
}

/* ---------- PRICING CLARITY SECTION ---------- */
.pricing-clarity {
    background: #131335;
    padding: 6rem 0;
}

.pricing-clarity .clarity-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.pricing-clarity .clarity-intro h2 {
    color: #fff;
}

.pricing-clarity .clarity-intro p {
    color: #fff;
}

.pricing-clarity .clarity-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.pricing-clarity .clarity-box {
    background: rgb(0 0 0 / 30%);
    border: 1px solid #3dfd9833;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.pricing-clarity .clarity-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
}

.pricing-clarity .clarity-box.included .clarity-icon {
    background: rgba(61, 253, 152, 0.1);
    color: var(--color-tertiary);
}

.pricing-clarity .clarity-box.addons .clarity-icon {
    background: rgba(61, 253, 152, 0.1);
    color: var(--color-secondary);
}

.pricing-clarity .clarity-box.ai .clarity-icon {
    background: rgba(61, 253, 152, 0.1);
    color: var(--color-tertiary);
}

.pricing-clarity .clarity-box:hover {
    transform: none;
    box-shadow: none;
}

.pricing-clarity .clarity-box:hover::before {
    transform: scaleX(0);
}

.pricing-clarity .clarity-box:hover .clarity-icon {
    transform: none;
}

.pricing-clarity .clarity-box h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.pricing-clarity .clarity-subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-clarity .clarity-box.included .clarity-subtitle {
    color: var(--color-tertiary);
}

.pricing-clarity .clarity-box.addons .clarity-subtitle {
    color: var(--color-secondary);
}

.pricing-clarity .clarity-box.ai .clarity-subtitle {
    color: var(--color-tertiary);
}

.pricing-clarity .clarity-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    text-align: center;
    flex-grow: 1;
}

.pricing-clarity .clarity-list li {
    padding: 0.5rem 0;
    color: rgb(255 255 255 / 73%);
    font-size: 0.938rem;
    font-weight: 500;
}

.pricing-clarity .clarity-list li::before {
    content: "\2022";
    margin-right: 0.5rem;
    font-weight: 800;
}

.pricing-clarity .clarity-box.included .clarity-list li::before {
    color: var(--color-tertiary);
}

.pricing-clarity .clarity-box.addons .clarity-list li::before {
    color: var(--color-secondary);
}

.pricing-clarity .clarity-box.ai .clarity-list li::before {
    color: var(--color-tertiary);
}

.pricing-clarity .clarity-footer {
    font-size: 0.75rem;
    color: rgb(255 255 255 / 85%);
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-style: italic;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .pricing-clarity .clarity-container {
        grid-template-columns: 1fr;
        max-width: 28rem;
        margin: 0 auto;
    }
}