/* ============================================================
   PRICING PAGE - HEADER AND HERO
   ============================================================ */
body.pricing-page .top-wrap {
    padding: 8px 10px;
    position: relative;
    top: 0;
    z-index: 4;
    background: #89a8c4;
}

body.pricing-page .ftco-navbar-light {
    position: relative;
    top: 0;
    background: #fff !important;
}

body.pricing-page .topper .text .con span,
body.pricing-page .topper .text .con span:first-child,
body.pricing-page .topper .ftco-social li a {
    color: #fff;
}

body.pricing-page .topper .ftco-social li a:hover:after {
    background: #88a7c3;
}

body.pricing-page .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover,
body.pricing-page .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:focus,
body.pricing-page .ftco-navbar-light .navbar-nav>.nav-item .nav-link.active {
    color: #eba7ac;
}

body.pricing-page .ftco-navbar-light .border-top-custom:after {
    background: linear-gradient(to right, rgba(136, 167, 195, 0) 0%, #eba7ac 100%);
}

body.pricing-page .ftco-navbar-light .btn-custom {
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.2) 48%,
            rgba(255, 255, 255, 0.45) 50%,
            rgba(255, 255, 255, 0.2) 52%,
            rgba(255, 255, 255, 0) 60%,
            rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 250% 100%;
    background-position: 160% 0;
    transition: filter 0.25s ease;
}

body.pricing-page .ftco-navbar-light .btn-custom:hover,
body.pricing-page .ftco-navbar-light .btn-custom:focus {
    filter: brightness(1.03);
    animation: wellness-button-shimmer 0.8s ease;
}

body.pricing-page .hero-wrap.hero-wrap-2 {
    min-height: auto;
    height: 500px;
    background-attachment: unset;
    background-position: center center;
}

body.pricing-page .hero-wrap.hero-wrap-2 .slider-text {
    min-height: auto;
    height: 500px;
}

body.pricing-page .hero-wrap .slider-text .breadcrumbs .separator {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    transform: translateY(-1px);
    margin-right: 5px;
    margin-left: 5px;
}

body.pricing-page {
    background: linear-gradient(180deg, #f7f3f0 0%, #eef4f8 48%, #ffffff 100%);
}

/* ============================================================
   PRICING PAGE - INTRO
   ============================================================ */
.pricing-intro-section {
    padding: 50px 0 50px;
    background: linear-gradient(180deg, #fff8f6 0%, #ffffff 100%);
}

.pricing-intro-shell {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #fff7f5 55%, #f4f7fb 100%);
    border: 1px solid rgba(229, 143, 152, 0.16);
    border-radius: 32px;
    padding: 46px;
    box-shadow: 0 22px 60px rgba(32, 23, 20, 0.08);
}

.pricing-intro-shell::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229, 143, 152, 0.14) 0%, transparent 68%);
    pointer-events: none;
}

.pricing-intro-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr);
    gap: 32px;
    align-items: center;
}

.pricing-intro-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #e58f98;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pricing-intro-copy h2 {
    margin-bottom: 18px;
    font-family: var(--heading-font);
    color: #2d2926;
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    line-height: 1.08;
    font-weight: 600;
}

.pricing-intro-copy p {
    margin-bottom: 18px;
    color: #667085;
    font-size: 1rem;
    line-height: 1.9;
}

.pricing-intro-copy p:last-child {
    margin-bottom: 0;
}

.pricing-intro-aside {
    display: flex;
    justify-content: flex-end;
}

.pricing-intro-quote {
    width: 100%;
    max-width: 340px;
    padding: 30px 28px;
    border-radius: 28px;
    background: linear-gradient(145deg, #2d2926 0%, #4a433f 100%);
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(45, 41, 38, 0.2);
}

.pricing-intro-quote__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 58px !important;
    height: 58px !important;
    margin-bottom: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #e58f98;
    font-size: 22px;
}

.pricing-intro-quote h3 {
    margin-bottom: 14px;
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 2rem;
    line-height: 1.15;
}

.pricing-intro-quote p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.pricing-intro-quote__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #e58f98;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.pricing-intro-quote__button:hover,
.pricing-intro-quote__button:focus {
    background: #d67d87;
    color: #ffffff;
    transform: translateY(-1px);
}

/* ============================================================
   PRICING PAGE - PACKAGES / SUPPORT
   ============================================================ */
.pricing-packages-section {
    padding-top: 30px;
}

.pricing-saas-shell {
    display: grid;
    gap: 28px;
}

.pricing-saas-intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.pricing-saas-intro__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #e58f98;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pricing-saas-intro h3 {
    margin-bottom: 12px;
    color: #2d2926;
    font-family: var(--heading-font);
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.08;
}

.pricing-saas-intro p {
    margin: 0;
    color: #667085;
    line-height: 1.85;
}

.pricing-tabs {
    display: grid;
    gap: 22px;
}

.pricing-tabs__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
    border-radius: 22px;
    background: linear-gradient(145deg, #2d2926c9 0%, #4a433f 100%);
}

.pricing-tabs__trigger {
    min-height: 50px;
    padding: 8px 18px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: white;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.pricing-tabs__trigger.is-active {
    background: #eba7ac;
    color: white;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.pricing-tab-panel {
    display: none;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: 24px;
    align-items: start;
    padding: 15px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 22px 54px rgba(17, 24, 39, 0.08);
}

.pricing-tab-panel.is-active {
    display: grid;
}

.pricing-tab-panel__summary {
    height: 100%;
    padding: 28px 24px;
    border-radius: 24px;
    background: linear-gradient(160deg, #89a8c4 0%, #9bb6cf 38%, #e58f98 100%);
    border: 1px solid rgba(137, 168, 196, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-tab-panel__summary--featured {
    position: relative;
    background: linear-gradient(160deg, #8aa7c3 0%, #a7bdd3 48%, #e7b8bd 100%);
    border-color: rgba(229, 143, 152, 0.24);
}

.pricing-tab-panel__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 7px 21px;
    border-radius: 999px;
    background: #2d2926bf;
    color: white;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    width: fit-content;
}

.pricing-tab-panel__kicker {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pricing-tab-panel__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 22px;
}

.pricing-tab-panel__summary h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 35px;
    line-height: 1.06;
    font-weight: 600;
}

.pricing-tab-panel__subtitle {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
}

.pricing-tab-panel__summary p {
    margin: 0;
    color: white;
    line-height: 1.85;
    font-weight: 500;
}

.pricing-tab-panel__details {
    display: grid;
    gap: 18px;
}

.pricing-tab-panel__section,
.pricing-tab-panel__pricebox {
    border-radius: 24px;
    padding: 22px;
}

.pricing-tab-panel__section {
    background: #f9f6f3;
}

.pricing-tab-panel__pricebox {
    background: #f4f8fb;
}

.pricing-tab-panel__pricebox--featured {
    background: #f4f8fb;
    border: 1px solid rgba(137, 168, 196, 0.14);
}

.pricing-tab-panel__label,
.pricing-tab-panel__price-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pricing-tab-panel__label {
    color: #2d2926;
}

.pricing-tab-panel__price-label {
    color: #475467;
}

.pricing-tab-panel__pricebox--featured .pricing-tab-panel__price-label {
    color: #475467;
}

.pricing-tab-panel__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.pricing-tab-panel__list li {
    position: relative;
    padding-left: 24px;
    color: #475467;
    font-size: 0.92rem;
    line-height: 1.7;
}

.pricing-tab-panel__list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: FontAwesome;
    font-size: 13px;
    color: #e58f98;
}

.pricing-tab-panel__dropdown .pkg-select-btn {
    font-weight: 600;
}

.pricing-tab-panel__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    border: unset;
}

.pricing-tab-panel__button:hover,
.pricing-tab-panel__button:focus {
    color: #fff;
    filter: brightness(1.05);
}

.pricing-tab-panel__button--blue {
    background: #89a8c4;
}

.pricing-tab-panel__button--green {
    background: #7cab8f;
}

.pricing-tab-panel__button--pink {
    background: #e58f98;
}

.pricing-tab-panel__button--charcoal {
    background: #6f675f;
}

.pricing-why-section {
    padding-top: 20px;
    padding-bottom: 30px;
}

.pricing-why-flow {
    display: grid;
    gap: 34px;
}

.pricing-why-flow__intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.pricing-why-flow__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #e58f98;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pricing-why-flow__intro h3 {
    margin-bottom: 14px;
    color: #2d2926;
    font-family: var(--heading-font);
    font-size: clamp(1.95rem, 3.1vw, 2.8rem);
    line-height: 1.1;
}

.pricing-why-flow__intro p {
    margin: 0;
    color: #667085;
    line-height: 1.9;
}

.pricing-why-flow__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.pricing-why-row {
    position: relative;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(160deg, #89a8c4 0%, #9eb7cf 46%, #e58f98 100%);
    border: 1px solid rgba(17, 24, 39, 0.07);
    box-shadow: 0 20px 46px rgba(17, 24, 39, 0.06);
}

.pricing-why-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(137, 168, 196, 0.08) 0%, rgba(229, 143, 152, 0.04) 100%);
    pointer-events: none;
}

.pricing-why-row__iconbox {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 18px;
    background: white;
    border-right: 1px solid rgba(17, 24, 39, 0.06);
}

.pricing-why-row__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 58px !important;
    height: 58px;
    border-radius: 20px;
    background: #89a8c4;
    color: #ffffff;
    font-size: 21px;
    box-shadow: 0 16px 28px rgba(137, 168, 196, 0.24);
}

.pricing-why-row__body {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 26px 28px 26px 24px;
    min-height: 100%;
}

.pricing-why-row__copy {
    width: 100%;
}

.pricing-why-row__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pricing-why-row__copy h3 {
    margin-bottom: 12px;
    color: white;
    font-family: var(--heading-font);
    font-size: 1.45rem;
    line-height: 1.18;
    font-weight: 600;

}

.pricing-why-row__copy p {
    margin: 0;
    color: white;
    line-height: 1.82;
    font-weight: 600;
}

.pricing-journey-section {
    padding-top: 24px;
    padding-bottom: 34px;
    background: linear-gradient(180deg, #f4f8fb 0%, #fdf7f6 100%);
}

.pricing-journey-zigzag {
    position: relative;
    display: grid;
    gap: 20px;
}

.pricing-journey-zigzag::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(137, 168, 196, 0.3) 0%, rgba(229, 143, 152, 0.35) 100%);
}

.pricing-journey-zigzag__item {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
    align-items: center;
}

.pricing-journey-zigzag__item--left .pricing-journey-zigzag__card {
    grid-column: 1;
    text-align: right;
}

.pricing-journey-zigzag__item--left .pricing-journey-zigzag__marker {
    grid-column: 2;
}

.pricing-journey-zigzag__item--right .pricing-journey-zigzag__marker {
    grid-column: 2;
}

.pricing-journey-zigzag__item--right .pricing-journey-zigzag__card {
    grid-column: 3;
    text-align: left;
}

.pricing-journey-zigzag__card {
    padding: 28px 30px;
    border-radius: 28px;
    background: white;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
}

.pricing-journey-zigzag__step {
    display: inline-block;
    margin-bottom: 10px;
    color: #c8747d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pricing-journey-zigzag__card h3 {
    margin-bottom: 10px;
    color: #2d2926;
    font-family: var(--heading-font);
    font-size: 1.45rem;
    line-height: 1.18;
}

.pricing-journey-zigzag__card p {
    margin: 0;
    color: #667085;
    line-height: 1.82;
}

.pricing-journey-zigzag__marker {
    display: flex;
    justify-content: center;
}

.pricing-journey-zigzag__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 68px !important;
    height: 68px !important;
    border-radius: 50%;
    background: linear-gradient(160deg, #89a8c4 0%, #9fb7cf 48%, #e58f98 100%);
    color: #ffffff;
    font-size: 22px;
    box-shadow: 0 18px 30px rgba(137, 168, 196, 0.22);
}

.abt-cta-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(rgb(22 13 1 / 26%), rgb(0 0 0 / 81%)), url(../images/call-to-action-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abt-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 25%, rgba(255, 255, 255, 0.34) 0%, transparent 28%),
        radial-gradient(circle at 82% 75%, rgba(137, 168, 196, 0.24) 0%, transparent 24%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: none;
}

.abt-cta-panel {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 64px 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.12) 100%),
        linear-gradient(135deg, rgba(32, 31, 33, 0.58) 0%, rgba(45, 41, 38, 0.52) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 28px 70px rgba(30, 30, 30, 0.14);
}

.abt-cta-panel::before,
.abt-cta-panel::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.abt-cta-panel::before {
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
}

.abt-cta-panel::after {
    width: 220px;
    height: 220px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 68%);
}

.abt-cta-panel__content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.abt-cta-panel__kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: #eba7ac;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.abt-cta-panel__title {
    margin-bottom: 18px;
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.1;
}

.abt-cta-panel__text {
    margin: 0 auto 30px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.9;
}

.abt-cta-panel__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 60px;
    padding: 16px 34px;
    border-radius: 999px;
    overflow: hidden;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    background: #eba7ac;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.abt-cta-panel__button:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}

.pricing-support-section {
    padding-top: 20px;
    padding-bottom: 90px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f1f2 100%);
}

.pricing-support-card {
    padding: 34px 30px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.pricing-support-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(229, 143, 152, 0.14);
    color: #e58f98;
    font-size: 26px;
}

.pricing-support-card h3 {
    margin-bottom: 12px;
    font-family: var(--heading-font);
    color: #2d2926;
    font-size: 24px;
}

.pricing-support-card p {
    margin-bottom: 0;
    color: #667085;
}

@media (max-width: 991.98px) {
    .pricing-intro-shell {
        padding: 28px;
    }

    .pricing-intro-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .pricing-intro-aside {
        justify-content: flex-start;
    }

    .pricing-intro-quote {
        max-width: none;
    }

    .pricing-tabs__nav,
    .pricing-tab-panel,
    .pricing-tab-panel__list {
        grid-template-columns: 1fr;
    }

    .pricing-why-flow__list {
        grid-template-columns: 1fr;
    }

    .pricing-why-row {
        grid-template-columns: 1fr;
    }

    .pricing-why-row__iconbox {
        padding: 20px 20px 0;
        justify-content: flex-start;
        background: transparent;
        border-right: 0;
    }

    .pricing-why-row__body {
        padding-top: 14px;
    }

    .pricing-journey-zigzag::before {
        /* left: 34px;
        transform: none; */
        display: none;
    }

    .pricing-journey-zigzag__item,
    .pricing-journey-zigzag__item--left,
    .pricing-journey-zigzag__item--right {
        /* grid-template-columns: 68px minmax(0, 1fr);
        gap: 18px; */
        display: unset;
    }

    .pricing-journey-zigzag__item--left .pricing-journey-zigzag__marker,
    .pricing-journey-zigzag__item--right .pricing-journey-zigzag__marker {
        grid-column: 1;
    }

    .pricing-journey-zigzag__item--left .pricing-journey-zigzag__card,
    .pricing-journey-zigzag__item--right .pricing-journey-zigzag__card {
        grid-column: 2;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .pricing-intro-section {
        padding-top: 25px;
    }

    .pricing-intro-shell,
    .pricing-intro-quote,
    .pricing-support-card,
    .abt-cta-panel {
        border-radius: 24px;
    }

    .pricing-intro-shell,
    .pricing-intro-quote,
    .pricing-support-card {
        padding: 24px;
    }

    .pricing-tab-panel {
        padding: 24px 20px;
    }

    .pricing-tab-panel__section,
    .pricing-tab-panel__pricebox {
        padding: 20px;
    }

    .pricing-tab-panel__icon {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        font-size: 20px;
    }

    .pricing-tab-panel__summary h3 {
        font-size: 1.8rem;
    }

    .pricing-why-row {
        border-radius: 24px;
    }

    .pricing-why-row__iconbox {
        padding: 18px 18px 0;
    }

    .pricing-why-row__icon {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        font-size: 19px;
    }

    .pricing-why-row__body {
        padding: 14px 18px 22px;
    }

    .pricing-journey-zigzag__card {
        padding: 22px 20px;
        border-radius: 24px;
    }

    .pricing-journey-zigzag__icon {
        width: 58px;
        height: 58px;
        font-size: 19px;
    }

    .abt-cta-panel {
        padding: 42px 20px;
    }

    .abt-cta-panel::before {
        inset: 12px;
        border-radius: 18px;
    }

    .abt-cta-panel__title {
        font-size: 1.8rem;
    }

    .abt-cta-panel__text {
        font-size: 0.92rem;
        line-height: 1.8;
    }

    .abt-cta-panel__button {
        min-width: 190px;
        min-height: 56px;
        padding: 14px 28px;
        font-size: 0.75rem;
        letter-spacing: 0.14em;
    }

    .pricing-intro-copy h2 {
        font-size: 2rem;
    }

    .pricing-intro-quote h3 {
        font-size: 1.7rem;
    }

    .pricing-intro-quote__button {
        width: 100%;
        min-width: 0;
    }

    body.pricing-page .hero-wrap.hero-wrap-2 .slider-text,
    body.pricing-page .hero-wrap.hero-wrap-2 {
        height: 250px;
    }

    .pricing-journey-zigzag__marker {
        display: none;
    }
}

/* ── RTL — Arabic Pricing Page ────────────────────────────────────── */
[dir="rtl"] .pricing-tab-panel__list li {
    padding-left: 0;
    padding-right: 24px;
}

[dir="rtl"] .pricing-tab-panel__list li::before {
    left: auto;
    right: 0;
}