@font-face {
    font-family: Stratos;
    src: url('../fonts/Stratos-Regular.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Stratos;
    src: url('../fonts/Stratos-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Mobile-first layout container */
.w-layout-blockcontainer {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Default: no tablet container on mobile */
.tablet-container {
    display: block;
}

.content-panel {
    width: 100%;
}

.auth-panel {
    display: none;
}

/* ============================================
   MOBILE STYLES (All sizes)
   These styles apply to mobile phones AND to content inside centered containers on tablets/desktop
   ============================================ */
@media screen {
    /* Hero Section */
    .hero {
        border-bottom: .5px #0000001a;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 50px 0 0;
        display: flex;
    }

    .hero-image-container {
        aspect-ratio: 1;
        width: 100%;
    }

    .hero-content-container {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Options Section */
    .options {
        padding: 0 20px 40px;
        border-bottom-width: .5px;
    }

    .options-item-container {
        flex-flow: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0;
        display: flex;
    }

    .option-item-icon {
        aspect-ratio: 1;
        width: 80px;
        height: auto;
        margin-right: 20px;
    }

    .option-item-description {
        width: 100%;
        padding-bottom: 0;
        padding-right: 0;
    }

    .option-item-icon-asset {
        width: 100%;
        height: auto;
    }

    .heading-3 {
        color: #000;
        letter-spacing: -.5px;
        margin-top: 0;
        margin-bottom: 10px;
        font-family: Stratos, Arial, sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
    }

    .heading-3.option-selector {
        margin-bottom: 5px;
        font-size: 22px;
        line-height: 28px;
    }

    .paragraph {
        aspect-ratio: auto;
        color: #111;
        margin-bottom: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 16px;
        line-height: 25px;
    }

    .paragraph.center {
        text-align: center;
    }

    .paragraph.center.slider {
        color: #333;
        font-size: 16px;
    }

    .paragraph.center.slider.white {
        color: #fff;
        text-align: center;
    }

    .paragraph.center.slider.headline {
        letter-spacing: -.4px;
        margin-bottom: 10px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 22px;
        font-weight: 500;
    }


    /* ============================================
       FREE FLEX PLAN SLIDER WITH LOTTIE ANIMATION
       Scroll-based slider with synchronized Lottie animation
       ============================================ */
    .free-flex-slider-container {
        padding: 40px 0 20px;
        border-radius: 0;
    }

    /* Lottie animation overlay - positioned absolutely above slider content */
    .lottie-slider {
        width: 100%;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        will-change: transform;
        transform: translateZ(0);
        pointer-events: none;
        z-index: 1;
    }

    .lottie-slider .lottie-target,
    .lottie-slider .lottie-target > div,
    .lottie-slider .lottie-target svg {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        display: block;
        will-change: contents;
        transform: translateZ(0);
    }

    .lottie-swipe-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        cursor: grab;
    }

    .lottie-swipe-overlay:active {
        cursor: grabbing;
    }

    .plans-slider-header {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        gap: 10px;
        position: relative;
    }

    .plans-slider-header .free-flex-icon {
        width: 55px;
        height: 55px;
        margin-top: 0;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
    }

    .heading-2.center.free-flex-plan {
        text-align: center;
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -1px;
        position: relative;
        z-index: 2;
        margin-bottom: -5px;
    }

    .heading-2.center.free-flex-price {
        text-align: center;
        font-size: 26px;
        line-height: 26px;
        margin-top: -5px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        letter-spacing: -1px;
        position: relative;
        z-index: 2;
    }

    .paragraph.white {
        color: #fff;
    }

    .paragraph.small {
        font-size: 15px;
        line-height: 22px;
    }

    .paragraph.small.smaller {
        font-size: 13px;
    }

    .paragraph.small.number-selection {
        font-size: 14px;
        line-height: 19px;
    }

    .options-or {
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
    }

    .or-divider {
        box-shadow: none;
        background-color: #f5f5f5;
        border: .5px #0003;
        border-radius: 20px;
        padding: 5px 20px;
    }

    .body {
        background-color: #f5f5f5;
    }

    .heading-1 {
        color: #000;
        letter-spacing: -2px;
        margin-top: 0;
        font-family: Stratos, Arial, sans-serif;
        font-size: clamp(32px, 10vw, 42px);
        line-height: clamp(32px, 10vw, 42px);
    }

    .section {
        padding: 20px 0 0 0;
        background-color: #f5f5f5;
        border-top: none;
        border-bottom: none;
        position: relative;
        overflow: visible;
    }

    .unlimited {
        padding: 0 10px;
    }

    /* Tablet portrait override - remove padding */
    @media screen and (min-width: 480px) {
        .unlimited {
            padding: 0;
        }
    }

    .heading-2 {
        color: #000;
        letter-spacing: -1px;
        margin-top: 0;
        margin-bottom: 20px;
        font-family: Stratos, Arial, sans-serif;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    .heading-2.center {
        text-align: center;
        margin-bottom: 10px;
        border-bottom-color: #000000;
    }

    .heading-2.center.white {
        align-items: center;
        color: #fff;
        font-size: 35px;
        line-height: 35px;
        text-align: left;
    }

    /* ============================================
       UNLIMITED PLAN SECTION
       Premium plan features and pricing
       ============================================ */
    .unlimited-plan {
        padding: 40px 0;
    }

    .unlimited-plan-container-headline {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0 0 24px;
        padding: 0 20px;
    }

    .unlimited-icon {
        width: 55px;
        height: 55px;
        flex-shrink: 0;
    }

    .heading-2.center.white.unlimited-plan-title {
        text-align: center;
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -1px;
        margin: 0;
    }

    /* Unlimited Plan Slider with Peek Effect */
    .unlimited-slider-wrapper {
        width: 100%;
        margin: 40px 0;
        position: relative;
    }

    .unlimited-slider-track {
        display: flex;
        gap: 12px;
        width: 100%;
        padding: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        align-items: stretch;
        overscroll-behavior-x: none;
    }

    .unlimited-slider-track::-webkit-scrollbar {
        display: none;
    }

    .unlimited-slide-spacer {
        flex: 0 0 calc((100% - min(297px, 85vw)) / 2 - 6px);
        flex-shrink: 0;
    }

    .unlimited-slide {
        flex: 0 0 min(297px, 85vw);
        scroll-snap-align: center;
        scroll-snap-stop: always;
        display: flex;
        flex-shrink: 0;
        border: 0.5px solid rgba(255, 255, 255, 0.15);
        border-radius: 28px;
    }

    .unlimited-slider-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 100%;
        margin-top: 20px;
    }

    .unlimited-slider-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
        flex-shrink: 0;
    }

    .unlimited-slider-dot.is-active {
        background-color: #fff;
        transform: scale(1.3);
    }

    .unlimited-slider-dot:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

    /* Unlimited Plan Features List */
    .unlimited-features-list {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .unlimited-feature-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        padding: 32px 20px 10px 10px;
        min-height: auto;
        position: relative;
        overflow: visible;
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.15);
    }

    .unlimited-feature-icon {
        width: 70px;
        height: auto;
        flex-shrink: 0;
    }

    .unlimited-feature-text {
        flex: 1;
        text-align: left;
        padding-bottom: 0;
    }

    .unlimited-feature-text .paragraph.slider.headline {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .unlimited-feature-text .paragraph.slider {
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
        opacity: 0.95;
    }

    .unlimited-pricing-container {
        margin-top: 40px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .unlimited-pricing-container .text-block-3.white.center {
        text-align: center;
    }

    .unlimited-pricing-container .paragraph.center {
        text-align: center;
        font-size: 14px;
    }

    .paid-feature-img-item {
        width: 120px;
        margin-bottom: 20px;
    }

    .unlimited-features-item {
        padding: 0 clamp(24px, 8vw, 60px);
        text-align: center;
    }

    .heading-2.small {
        font-size: 30px;
        line-height: 36px;
    }

    .cta-bottom-fixed {
        z-index: 999;
        color: #f7f7f7;
        mix-blend-mode: normal;
        background-image: none;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 30px;
        display: flex;
        position: fixed;
        inset: auto 0% 0%;
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease;
    }

    .link-block {
        z-index: 1;
        background-color: #715cd4;
        border: 1px #ffffff4d;
        border-radius: 100px;
        justify-content: center;
        align-items: center;
        width: calc(100% - 40px);
        max-width: 100%;
        margin: 0 20px;
        height: 70px;
        text-decoration: none;
        display: flex;
        position: relative;
        box-shadow: 0 15px 50px #0003;
        transition: background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    }

    .link-block.is-inverted {
        background-color: #111;
        border-color: transparent;
        box-shadow: 0 20px 60px #0004;
    }

    .text-block {
        color: #fff;
        letter-spacing: -.1px;
        justify-content: center;
        align-items: center;
        height: 60px;
        font-family: Stratos, Arial, sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        transition: color 0.4s ease;
    }

    .link-block.is-inverted .text-block {
        color: #f7f7f7;
    }

    .free-flex-slider-container {
        box-shadow: none;
        background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 50%, #f5f5f5 100%);
        height: auto;
        margin-top: 0;
        padding: 40px 0 20px;
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        width: 100%;
        border-radius: 30px 30px 0 0;
        margin-left: 0;
        margin-right: 0;
    }

    /* Remove round corners and margins on tablet/desktop */
    @media screen and (min-width: 480px) {
        .free-flex-slider-container {
            border-radius: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    .free-flex-plan-slider {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-bottom: 20px;
        position: relative;
    }

    .flex-slider-track {
        display: flex;
        gap: 0;
        width: 100%;
        padding: 210px 0 0 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding: 0;
    }

    .flex-slider-track::-webkit-scrollbar {
        display: none;
    }

    .flex-slide {
        flex: 0 0 100%;
        width: 100%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .plans-slider-header {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        padding: 0 20px;
        width: 100%;
        gap: 10px;
    }

    .plans-slider-header .free-flex-icon {
        width: 55px;
        height: 55px;
        margin-top: 0;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
    }

    .plans-slider-header .image-2 {
        width: 55px;
        margin-top: 0;
    }

    .section.badge-visible {
        padding-left: 0;
        padding-right: 0;
    }

    .heading-2.center.free-flex-plan {
        text-align: center;
        margin: 0;
        font-size: 50px;
        line-height: 50px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #000;
        position: relative;
        z-index: 2;
    }


    .flex-slider-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 100%;
        margin-top: 20px;
    }

    .flex-slider-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
        flex-shrink: 0;
    }

    .flex-slider-dot.is-active {
        background-color: #000;
        transform: scale(1.3);
    }

    .flex-slider-dot:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .flex-pricing-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        width: 100%;
        margin-top: 20px;
    }

    .flex-price-text {
        color: #000;
        letter-spacing: -.4px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }

    .flex-price-disclaimer {
        color: #333;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 14px;
        text-align: center;
        margin: 0;
    }


    .slider-item-description {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }

    .bold-text {
        color: #000;
    }

    .text-block-3 {
        color: #000;
        letter-spacing: -1px;
        margin-bottom: 5px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
    }

    .text-block-3.white {
        color: #fff;
    }

    .text-block-3.white.center {
        text-align: center;
    }

    .unlimited-plan {
        z-index: 2;
        aspect-ratio: auto;
        background-color: #775eed;
        padding: 40px 0;
        position: relative;
        top: 0;
        border-radius: 30px;
    }

    /* Tablet portrait override - remove border radius */
    @media screen and (min-width: 480px) {
        .unlimited-plan {
            border-radius: 0;
        }
    }



    .unlimited-plan-container {
        border: .5px solid #ffffff4d;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding-top: 10px;
        padding-bottom: 20px;
        padding-right: 0;
    }

    .unlimited-plan-container-headline {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        visibility: visible;
        clear: right;
    }

    .unlimited-features-item {
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        scroll-snap-align: center;
    }

    .paid-feature-img-item {
        width: 120px;
        margin-bottom: 20px;
    }

    .unlimited-icon {
        width: 55px;
        height: 55px;
        flex-shrink: 0;
    }

    .transition-slide {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .account-link-text {
        color: #000;
        letter-spacing: -.5px;
        margin-top: 20px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 15px;
        font-weight: 500;
        display: none;
    }

    .free-flex-description {
        padding: 20px 20px 170px 20px;
        margin-top: 0;
        text-align: left;
    }

    .free-flex-description .heading-2,
    .free-flex-description .paragraph {
        text-align: left;
    }

    .lottie-slider {
        width: 100%;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        will-change: transform;
        transform: translateZ(0);
        pointer-events: none;
        z-index: 1;
    }

    /* ============================================
       PLAN CARD SECTION
       ============================================ */
    .plan-card-section {
        padding: 0 20px 40px 20px;
        background-color: #f5f5f5;
    }

    .plan-card {
        background: #ffffff;
        border-radius: 32px;
        padding: 32px 28px;
        max-width: 500px;
        margin: 0 auto;
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .plan-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }

    .plan-badge {
        background: #f5f5f5;
        border-radius: 20px;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        height: 36px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .plan-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
    }

    .plan-icon svg {
        height: 100%;
        width: auto;
    }

    .plan-card-price {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-bottom: 8px;
        font-family: Stratos, Arial, sans-serif;
    }

    .plan-card-title {
        font-size: 40px;
        font-weight: 700;
        color: #000;
        margin: 0 0 16px 0;
        line-height: 1.1;
        letter-spacing: -1.5px;
        font-family: Stratos, Arial, sans-serif;
    }

    .plan-card-subtitle {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        margin: 0 0 32px 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }

    .plan-card-features {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .plan-feature-item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 24px 0;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }

    .plan-feature-item:last-child {
        border-bottom: none;
    }

    .feature-checkmark {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
    }

    .feature-checkmark svg {
        width: 18px;
        height: 18px;
    }

    .feature-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: -4px;
    }

    .feature-main {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        line-height: 1.4;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }

    .feature-sub {
        font-size: 14px;
        font-weight: 400;
        color: #666;
        line-height: 1.4;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }

    .feature-arrow {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* When feature-text is just a string (not in a div) */
    .plan-feature-item > .feature-text:not(:has(div)) {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        line-height: 1.4;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }

    /* ============================================
       UNLIMITED PLAN CARD (Purple variant)
       ============================================ */
    .plan-card-unlimited {
        background: linear-gradient(180deg, #775eed 0%, #6b4fd6 100%);
        margin-top: 20px;
        box-shadow: none;
        border: none;
    }

    .plan-badge-unlimited {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        display: flex;
        align-items: center;
        padding: 8px 12px;
        height: 36px;
        box-sizing: border-box;
    }

    .plan-card-price-unlimited {
        color: #fff;
    }

    .plan-card-title-unlimited {
        color: #fff;
    }

    .plan-card-subtitle-unlimited {
        color: rgba(255, 255, 255, 0.9);
    }

    .plan-feature-item-unlimited {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .plan-feature-item-unlimited:last-child {
        border-bottom: none;
    }

    .feature-text-unlimited {
        color: #fff;
    }

    .plan-feature-item-unlimited > .feature-text:not(:has(div)) {
        color: #fff;
    }

    .feature-main-unlimited {
        color: #fff;
    }

    .feature-sub-unlimited {
        color: rgba(255, 255, 255, 0.8);
    }

    /* Billing Section */
    .billing-section {
        margin-top: 32px;
        padding-top: 0;
        border-top: none;
    }

    .billing-section svg {
        width: 100%;
        max-width: none;
    }

    .billing-header {
        margin-bottom: 20px;
    }

    .billing-title {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: 1.3;
        font-family: Stratos, Arial, sans-serif;
        letter-spacing: -0.5px;
    }

    .pill-emoji {
        display: inline-block;
    }

    .billing-options {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .billing-option {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 16px;
        padding: 20px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .billing-label {
        font-size: 16px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.9);
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }

    .billing-price {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        font-family: Stratos, Arial, sans-serif;
        letter-spacing: -0.5px;
    }
}

/* ============================================
   PORTRAIT VIEW (480px and above, portrait orientation)
   Content centered at 60% width, no auth panel visible
   Works for all tablets and desktops in portrait mode
   ============================================ */
@media screen and (min-width: 480px) and (orientation: portrait) {
    .tablet-container {
        display: flex;
        justify-content: center;
        width: 100%;
        min-height: 100vh;
        background-color: #f5f5f5;
    }

    .content-panel {
        width: 60%;
        flex-shrink: 0;
        overflow-y: auto;
        overflow-x: hidden;
        border-left: 0.5px solid rgba(0, 0, 0, 0.15);
        border-right: 0.5px solid rgba(0, 0, 0, 0.15);
        background-color: #f5f5f5;
    }

    .auth-panel {
        display: none;
    }

    /* Fixed elements constrained to content width */
    .cta-bottom-fixed {
        left: 20%;
        right: 20%;
        max-width: 60vw;
    }

    .cta-bottom-fixed .link-block {
        width: calc(100% - 40px);
        max-width: calc(60vw - 40px);
    }

    /* Ensure mobile styles apply within the content panel */
    .content-panel .transition-slide,
    .content-panel .hero,
    .content-panel .options,
    .content-panel .section,
    .content-panel .unlimited {
        max-width: 100%;
    }

    /* Remove padding and rounded corners for full-width sections in portrait */
    .section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0 !important;
    }

    .section.badge-visible {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0 !important;
    }

    .unlimited {
        padding: 0 !important;
        border-radius: 0 !important;
    }

    .unlimited-plan {
        border-radius: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .free-flex-slider-container {
        border-radius: 0 !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .free-flex-description {
        padding: 20px 20px 170px 20px !important;
        margin-top: 0 !important;
        text-align: left !important;
    }

    .free-flex-description .heading-2,
    .free-flex-description .paragraph {
        text-align: left !important;
    }

    .free-flex-slider-container {
        border-radius: 0 !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}

/* ============================================
   LANDSCAPE VIEW (480px and above, landscape orientation)
   Content centered at 40% width with CTA button
   Works for all tablets and desktops in landscape mode
   Also catches wide screens where aspect ratio > 1 (width > height)
   ============================================ */
@media screen and (min-width: 480px) and (orientation: landscape),
       screen and (min-width: 1024px) and (min-aspect-ratio: 13/10) {
    .tablet-container {
        display: flex;
        justify-content: center;
        width: 100%;
        min-height: 100vh;
        background-color: #f5f5f5;
        align-items: flex-start;
    }

    .content-panel {
        width: 40%;
        flex-shrink: 0;
        overflow-y: auto;
        overflow-x: hidden;
        border-left: 0.5px solid rgba(0, 0, 0, 0.15);
        border-right: 0.5px solid rgba(0, 0, 0, 0.15);
        background-color: #f5f5f5;
    }

    .auth-panel {
        display: none;
    }

    /* Fixed elements constrained to content width */
    .cta-bottom-fixed {
        display: flex !important;
        left: 30% !important;
        right: 30% !important;
        max-width: 40vw !important;
    }

    .cta-bottom-fixed .link-block {
        width: calc(100% - 40px) !important;
        max-width: calc(40vw - 40px) !important;
    }

    /* Ensure mobile styles apply within the content panel */
    .content-panel .transition-slide,
    .content-panel .hero,
    .content-panel .options,
    .content-panel .section,
    .content-panel .unlimited {
        max-width: 100%;
    }

    .free-flex-slider-container {
        border-radius: 0 !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Force mobile-like styles for content inside the 40% container even on large screens */
    .section.badge-visible {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .unlimited {
        padding: 0 !important;
        border-radius: 0 !important;
    }

    .unlimited-plan {
        border-radius: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .free-flex-description {
        padding: 20px 20px 170px 20px !important;
        margin-top: 0 !important;
        text-align: left !important;
    }

    .free-flex-description .heading-2,
    .free-flex-description .paragraph {
        text-align: left !important;
    }

}
