/*------------------------------------
            $Banner
------------------------------------*/
strong {
    font-weight: 700;
}

.rl-banner {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    height: 22.5525vw;
    min-height: 180px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    position: relative;
}

.rl-banner .scroll-button:hover {
    background-color: #577d0f;
}

.rl-banner .scroll-button .fa-angle-down {
    color: #fff;
    /*32-48*/
    font-size: calc(0.3472222222222222vw + 25.333333333333332px);
}

.rl-banner-text {
    font-size: calc(26.4px + 0.5vw);
    font-weight: 300;
    color: #e8e8e8;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.rl-banner-logo {
    display: inline-block;
    padding: 0 min(calc(0.3125vw + 4px), 10px);
}

/* .rl-banner .rl-play-container {
    width: calc(50px + 1.5vw);
    height: calc(50px + 1.5vw);
    margin-left: calc(0.625vw + 8px);
    min-width: 55px;
} */

/* .rl-banner .rl-play-wrapper {
    pointer-events: none;
    width: 100%;
    height: 100%;
    margin: calc(((50px + 1.5vw) / 2) * (-1)) 0 0 calc(((50px + 1.5vw) / 2) * (-1));
}

.rl-banner .rl-rel:hover .rl-play-wrapper {
    transform: scale(1);
} */

#banner-area {
    position: absolute;
    width: 100vw;
    height: 36.458vw;
    pointer-events: none;
    opacity: 0.6;
}

.rl-slide-item>div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/* .rl-banner-hover .rl-popup:hover .rl-play-wrapper {
    transform: scale(1.2);
} */

.rl-text-70 {
    font-size: min(calc(2.25vw + 26.8px),70px);
}

.title-with-preline {
    border-left: 10px solid #82be0f;
    padding-left: 12px;
}

.rl-play-wrapper.right-bottom.small {
    right: 20px;
    bottom: 20px;
    width: 82px;
    height: 82px;
    top: unset;
    left: unset;
}

.rl-digital-assets-wrapper {
    padding: 30px calc(0.75vw + 15.6px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #333;
    border-radius: 10px;
}

.rl-digital-assets-wrapper:hover {
    background-color: #101010;
    
}


.get-it-now-item {
    border-radius: 10px;
    padding: calc(0.3125vw + 20px);
    background-color: #101010;
    color: #fff;
    display: block;
}

.get-it-now-item:hover {
    background-color: #000;
}

.get-it-now-item-top {
    border-bottom: 1px solid #666;
    margin-bottom: calc(0.3125vw + 9px);
    display: block;
    padding: 0;
    padding-bottom: calc(0.3125vw + 14px);
}

.get-it-now-item-logo {
    height: min(calc(1.25vw + 21px), 45px);
    margin-left: 0;
}

.trial-purchase-desc-block {
    border: 1px solid #444; 
    border-radius: 10px; 
    padding: calc(20px + 1vw);
}

.trial-purchase-desc-block .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.trial-purchase-desc-block .title img {
    width: 35px;
    margin-right: 20px;
}

.trial-purchase-desc-block .desc {
    margin-left: 60px;
}

@media screen and (max-width:1200px) {
    /* .rl-banner-hover {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .rl-banner-hover h1,
    .rl-banner-hover h2 {
        text-align: center;
    }

    .rl-banner-hover h2 span {
        white-space: nowrap;
    } */
    
    .trial-purchase-desc-block .desc {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .rl-banner {
        height: 52.152vw;
        min-height: 200px;
    }

    #banner-area {
        background-image: url('../../images/main_mobile.jpg');
        height: 400px
    }

    #banner-area .video {
        display: none;
    }

    .rl-digital-assets-wrapper.first-child::after {
        right: 0;
        top: calc(100% + 35px);
        height: 1px;
        width: 100%;
    }
}

/*------------------------------------
    $Plans Page
------------------------------------*/
body {
    color: #e8e8e8;
    font-family: 'Roboto', sans-serif;
}

.plans-wrapper {
    background: linear-gradient(to bottom, #3E3E3E 0%, #070707 100%);
}

/* .plans-section {
    padding: 60px 0 80px;
} */

.plans-heading {
    text-align: center;
    background: url(../../images/plans/main.jpg) no-repeat center center;
    background-size: cover;
    min-height: 290px;
}

.plans-heading .title {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.plans-heading .desc {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
}

.plans-heading .desc .early-access {
    font-style: italic;
	font-weight: 400;
}

/* Billing Toggle */
.billing-toggle-wrap {
    display: flex;
    justify-content: center;
}

.billing-toggle {
    display: inline-flex;
    border-radius: 999px;
    position: relative;
}

.billing-toggle .toggle-btn {
    background: #212121;
    border: none;
    color: #cfcfcf;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.25s ease;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    min-width: 164px;
    margin: 0 10px;
}

.billing-toggle .toggle-btn.active {
    color: #fff;
    background: #000;
}

.billing-toggle .toggle-btn.active {
    border: 2px solid #18d6d6;
}

.billing-toggle .toggle-btn .save-badge {
    display: inline-block;
    background: #18d6d6;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Plans Layout */
.plans-layout {
    /* max-width: 1680px; */ 
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    /* grid-template-columns: 220px 1fr; */
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 20px;
    align-items: start;
}

.plan-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.features-separator {
    grid-column: 2 / -1;
    border-top: 5px solid #666;
    margin: 0;
}

.plans-left {
    padding-top: 8px;
}

.plan-features-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Features collapse — applied per features-row so each group toggles
   independently */
.plan-features-row.features-collapsed {
    display: none;
}

/* AI Studio toggle arrow (▼ default expanded; rotates up when collapsed) */
.features-toggle {
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 6px;
    cursor: pointer;
    color: #18d6d6;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.features-toggle .fa-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #18d6d6;
    transition: transform 0.25s ease;
}

/* Arrow rotation driven by the button's own state class */
.features-toggle.collapsed .fa-arrow {
    transform: rotate(180deg);
}

.plan-card {
    background: #000;
    /* border-radius: 8px; */
    padding: 14px 22px 14px;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
}

.plan-card.featured {
    border: 2px solid #18d6d6;
    box-shadow: 0 0 0 1px rgba(24, 214, 214, 0.2);
}

.plan-card .plan-name {
    /* font-family: 'Oswald', sans-serif; */
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #3a3a3a;
}

.plan-card.featured .plan-name {
    color: #fff;
    background: linear-gradient(90deg, #04656F 0%, #2bd3d3 50%, #04656F 100%);
    margin: -18px -27px 14px;
    padding: 18px 22px;
    border-bottom: none;
}

.plan-card .plan-price {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    margin: 0;
}

.plan-card.featured .plan-price {
    color: #18d6d6;
}

.plan-card .plan-price .price-old {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    font-weight: 300;
    margin-left: 6px;
}

/* Smaller, baseline-aligned decimal part (e.g. ".99") */
.price-decimal {
    font-size: 0.55em;
    font-weight: 500;
    vertical-align: baseline;
}

/* Skeleton placeholder while price API is loading. Sized in em so it scales
   with the parent font-size (plan-card 38px, compare-table 26px). */
.price-amount.is-loading {
    display: inline-block;
    vertical-align: middle;
    min-width: 3.2em;
    height: 0.95em;
    border-radius: 4px;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0.08) 25%,
        rgba(255, 255, 255, 0.20) 50%,
        rgba(255, 255, 255, 0.08) 75%);
    background-size: 200% 100%;
    animation: price-shimmer 1.4s ease-in-out infinite;
}

@keyframes price-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* API failed: render "—" in muted color instead of a skeleton or $0.00. */
.price-amount.has-error {
    opacity: 0.6;
    font-style: normal;
}

.plan-card .plan-price .price-period {
    font-size: 16px;
    color: #b8b8b8;
    font-weight: 300;
}

.plan-card .billed-annually,
.plan-card .no-credit {
    font-size: 13px;
    color: #fff;
    font-style: italic;
    margin: 4px 0 0;
    min-height: 18px;
}

.plan-card.featured .billed-annually {
    color: #18d6d6;
}

/* .plan-card.free .billed-annually {
    visibility: hidden;
} */

.plan-card .no-credit {
    color: #b0b0b0;
}

.plan-card .plan-points {
    font-size: 16px;
    color: #fff;
    margin: 10px 0 18px;
    font-weight: 500;
}

.plan-card .plan-points .pt-period {
    font-weight: 300;
    color: #cfcfcf;
}

.plan-card .plan-btn,
.plan-card .plan-btn:focus,
.plan-card .plan-btn:active,
.plan-card .plan-btn:focus:active {
    display: block;
    width: 100%;
    padding: 12px 10px;
    background: transparent;
    border: 1px solid #555;
    color: #b8b8b8;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
}

.plan-card .plan-btn:hover {
    background: rgba(85, 85, 85, 0.3);
    color: #b8b8b8;
}

.plan-card .plan-btn.disabled,
.plan-card .plan-btn:disabled,
.plan-card .plan-btn.disabled:hover,
.plan-card .plan-btn:disabled:hover  {
    display: block;
    width: 100%;
    padding: 12px 10px;
    background: #434343;
    border: 1px solid #434343;
    color: #b8b8b8;
    font-size: 14px;
    border-radius: 4px;
    cursor: not-allowed;
    font-weight: 400;
}


.plan-card .plan-btn.early-access {
    border-color: #18d6d6;
    color: #18d6d6;
    cursor: pointer;
    font-weight: 500;
    background: transparent;
}

.plan-card .plan-btn.early-access:hover {
    background: rgba(24, 214, 214, 0.1);
}

.plan-card .plan-btn .btn-month {
    font-weight: 600;
    color: #B7B7B7;
}

/* AI Studio Info Block */
.ai-studio-info {
    padding-right: 10px;
}

.ai-studio-info .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.ai-studio-info .logo .diamond {
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #18d6d6, #5ce0ff);
    transform: rotate(45deg);
    border-radius: 3px;
}

.ai-studio-info .logo span {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.ai-studio-info p {
    font-size: 14px;
    color: #cfcfcf;
    line-height: 1.5;
    margin: 0 0 10px;
}

.ai-studio-info a {
    color: #18d6d6;
    font-size: 14px;
}

.plan-features {
    background: transparent;
    padding: 5px 5px;
    font-size: 15px;
    color: #fff;
    line-height: 1.55;
    /* box-shadow: 0 0 0 1px rgba(24, 214, 214, 0.2); */
    background-color: #000;
    padding: 30px 22px 26px;
    box-sizing: border-box;
    /* transparent placeholder border so .featured doesn't change outer width
       (same trick as .plan-card) */
    border: 2px solid transparent;
}

.plan-features.featured {
    border-color: #18d6d6;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.plan-features ul li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
    color: #18d6d6;
    font-size: 15px;
}

.plan-features a {
    color: #18d6d6;
    text-decoration: underline;
}

.highlight {
    color: #18d6d6;
}

.plan-features .coming {
    font-style: italic;
}

.plan-features .coming li {
    font-style: normal;
}

.plan-features .coming,
.plan-features .coming li {
    color: #b8b8b8;
    margin-top: 10px;
    display: block;
}

.plan-features .feature-divider {
    border: 0;
    border-top: 1px solid #37383a;
    margin: 14px 0;
}

/* Simple tooltip */
.has-tooltip {
    position: relative;
    cursor: help;
}

.has-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: normal;
    width: max-content;
    max-width: 260px;
    text-align: left;
    border: 1px solid #444;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease;
    pointer-events: none;
    z-index: 10;
}

.has-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Banner Promo */
/* Promo row aligned to plan-cards (right column of plans-layout) */
/* .promo-row {
    max-width: 1680px;
    margin: 18px auto 0;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 220px 1fr;
    column-gap: 20px;
} */

.promo-row > * {
    grid-column: 2;
}

.promo-arrow {
    margin: 0;
    padding: 0;
    position: relative;
    height: 24px;
}

.promo-banner {
    margin: 0;
    padding: 0;
}

.promo-arrow::after {
    content: "";
    position: absolute;
    /* center on STARTER (col 2 of 4 in plan-cards, with 3 gaps of 20px) */
    left: calc((100% - 60px) * 3 / 8 + 20px);
    transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #18d6d6;
}

.promo-banner-inner {
    background: linear-gradient(90deg, #0d2a2a 0%, #1a3838 100%);
    border-radius: 10px;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    border: 1px solid #18484a;
}

.promo-banner-inner .promo-img {
    width: 110px;
    height: 110px;
    background: #0a1f1f;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18d6d6;
    font-size: 12px;
}

.promo-banner-inner .promo-text {
    flex: 1;
}

.promo-banner-inner .promo-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.promo-banner-inner .promo-label .logo-mini {
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #18d6d6, #5ce0ff);
    transform: rotate(45deg);
    border-radius: 3px;
}

.promo-banner-inner .promo-label span.title {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.promo-banner-inner .promo-label span.early-access {
    font-style: ;
    color: #d9d9d9;
    font-size: 18px;
}

.promo-banner-inner .promo-desc {
    font-size: 15px;
    color: #d8d8d8;
    margin: 0;
}

.promo-banner-inner .promo-side {
    text-align: right;
    flex-shrink: 0;
}

.promo-banner-inner .promo-side .side-note {
    font-size: 12px;
    color: #b0b0b0;
    margin-bottom: 8px;
}

.promo-banner-inner .promo-side .side-note .members {
    color: #18d6d6;
}

.promo-banner-inner .promo-side .get-it-now {
    display: inline-block;
    background: #18d6d6;
    color: #000;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 15px;
}

.promo-banner-inner .promo-side .get-it-now:hover {
    background: #2ee0e0;
    text-decoration: none;
    color: #000;
}

/*------------------------------------
    Compare Plans Table
------------------------------------*/
/* .compare-section {
    padding: 70px 0 80px;
} */

.compare-heading {
    text-align: center;
    /* margin-bottom: 30px; */
}

.compare-heading h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.5px;
    margin: 0;
}

.compare-heading h2 .subtitle {
    font-weight: 300;
    color: #cfcfcf;
    font-size: 28px;
}

.compare-table-wrap {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #e8e8e8;
    font-size: 16px;
}

.compare-table thead th {
    padding: 22px 18px;
    text-align: center;
    vertical-align: top;
    background: #000;
    font-weight: 400;
    color: #fff;
    border-right: 1px solid #2a2a2a;
}

.compare-table thead th:first-child {
    background: transparent;
    border: none;
    width: 21%;
}

.compare-table thead th .col-name {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #fff;
    margin-bottom: 8px;
    display: block;
}

.compare-table thead th.featured-col {
    border-top: 2px solid #18d6d6;
    border-left: 2px solid #18d6d6;
    border-right: 2px solid #18d6d6;
}

.compare-table thead th.featured-col .col-name {
    color: #18d6d6;
}

.compare-table thead th .col-price {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.compare-table thead th.featured-col .col-price {
    color: #18d6d6;
}

.compare-table thead th .col-price .price-old {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
    font-weight: 300;
    margin-left: 4px;
}

.compare-table thead th .col-price .price-period {
    font-size: 13px;
    color: #b8b8b8;
    font-weight: 300;
}

.compare-table thead th .col-billed {
    font-size: 12px;
    color: #18d6d6;
    font-style: italic;
    margin-top: 2px;
    min-height: 16px;
}

.compare-table thead th .col-points {
    font-size: 13px;
    color: #fff;
    margin-top: 6px;
}

.compare-table thead th .col-points .pt-period {
    color: #b8b8b8;
    font-weight: 300;
}

.compare-table thead th .col-credit-note {
    font-size: 11px;
    color: #b0b0b0;
    font-style: italic;
    margin-top: 4px;
}

/* Category header row */
.category-row td {
    background: linear-gradient(90deg, #0c2a2a 0%, #18484a 60%, #2a2a2a 100%);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 18px;
    cursor: pointer;
    border-top: 1px solid #18d6d6;
    user-select: none;
}

.category-row td .cat-meta {
    color: #d8d8d8;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.category-row td .cat-toggle {
    float: right;
    color: #18d6d6;
    font-size: 18px;
    transition: transform 0.2s ease;
    font-weight: 600;
}

.category-row.collapsed td .cat-toggle {
    transform: rotate(-90deg);
}

.feature-row td {
    padding: 14px 18px;
    border-bottom: 3px solid #292929;
    background: #000;
    vertical-align: middle;
    line-height: 1.3;
}

.feature-row td:not(:first-child) {
    border-left: 3px solid #292929;
}

.feature-row td:first-child {
    background: #000;
    color: #fff;
    font-weight: 400;
}

.feature-row td .feature-meta {
    display: inline-block;
    font-size: 15px;
    color: #ddd;
    font-weight: 300;
    margin-top: 2px;
}

.feature-row td.cell-value {
    text-align: center;
    color: #fff;
    background: #000;
}

.feature-row td.cell-value.featured-col {
    border-left: 2px solid #18d6d6;
    border-right: 2px solid #18d6d6;
}

.feature-row.last-of-cat td.featured-col {
    border-bottom: 2px solid #18d6d6;
}

.feature-row td.cell-value .val-unit {
    display: block;
    font-size: 15px;
    color: #ddd;
    font-weight: 300;
    margin-top: 2px;
}

.feature-row td.cell-value.highlight-purple {
    color: #ff6bf2;
}

.feature-row td.cell-value .need-notes {
    color: #ffb84d;
    font-size: 14px;
    margin-left: 6px;
    font-weight: 400;
}

.plans-slick .slick-list {
    margin: 0 -10px;
}
.plans-slick .slick-dots {
    position: static;
    margin-top: 14px;
}
.plans-slick .slick-prev {
    left: -4px;
    z-index: 2;
}
.plans-slick .slick-next {
    right: -4px;
    z-index: 2;
}

.get-more-wrapper {
    padding: clamp(30px, calc(1.25vw + 26px), 50px) clamp(15px, calc(0.3125vw + 14px), 20px);
}

/* "Method N — Title / desc" used inside .get-more-wrapper.
   Layout: [Method label + badge] | [Title + description]
   The description aligns with the title (NOT with the Method label). */
.method-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.method-step-prefix {
    display: flex;
    align-items: center;
    gap: 14px;
    /* match title's line so badge sits on the title baseline */
}

.method-step-content {
    flex: 1;
    min-width: 0;
}

.method-step-label {
    font-style: italic;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.method-step-badge {
    display: inline-block;
    background: #18d6d6;
    color: #000;
    /* font-family: 'Oswald', sans-serif; */
    font-style: italic;
    font-weight: 700;
    /* font-size: 34px; */
    line-height: 1;
    padding: 6px 18px;
    min-width: 70px;
    text-align: center;
}

.method-step-title {
    color: #fff;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 700;
    /* font-size: 34px; */
    line-height: 1.1;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
}

.method-step-desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.rl-faq .question-item::marker {
    color: #000;
}

@media (max-width: 767px) {
    /* Stack prefix above content on phone */
    .method-step {
        flex-direction: column;
        gap: 14px;
    }
}

/* Responsive */
@media (max-width: 1150px) {
    .plans-layout {
        grid-template-columns: 1fr;
    }

    .plans-slick {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .plans-slick .plan-card,
    .plans-slick .plan-features {
        margin: 0 10px;
    }

    /* Equal-height slides: make the slick track a flex row so all .slick-slide
       siblings stretch to the tallest one (PC grid does this natively). */
    .plans-slick .slick-track {
        display: flex;
        align-items: stretch;
    }
    .plans-slick .slick-slide {
        height: auto;
    }
    .plans-slick .slick-slide > .plan-card,
    .plans-slick .slick-slide > .plan-features {
        height: 100%;
    }

    .plans-left-empty {
        display: none;
    }

    .features-separator {
        /* display: none; */
        grid-column: 1;
    }
    /* promo arrow only meaningful on PC where it points at the STARTER card */
    .promo-arrow {
        display: none;
    }
    .plans-left {
        padding-top: 0;
        display: none;
    }
    .ai-studio-info {
        padding-right: 0;
        text-align: center;
    }
    /* "-------- AI Studio --------" divider centered on the logo row */
    .ai-studio-info .logo {
        justify-content: center;
        gap: 12px;
        margin-bottom: 12px;
    }
    .ai-studio-info .logo::before,
    .ai-studio-info .logo::after {
        content: "";
        flex: 1;
        border-top: 5px solid #666;
    }
    .promo-row {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .promo-row > * {
        grid-column: 1;
    }
    .promo-arrow {
        display: none;
    }
    .promo-banner-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* Below 991px keep the compare table at its desktop size and let the wrapper
   scroll horizontally instead of squishing the cells. */
@media (max-width: 991px) {
    .compare-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .compare-table {
        min-width: 900px;
    }
}

@media (max-width: 575px) {
    .plans-heading {
        min-height: 200px;
    }
    .plans-heading .title {
        font-size: 34px;
        margin: 0 0 10px;
        padding-bottom: 10px;
    }
    .plans-heading .desc {
        font-size: 24px;
    }

    .billing-toggle .toggle-btn {
        min-width: 130px;
        margin: 0 5px;
    }
}