﻿.custom-steps .rz-steps-item {
    transition: all 0.3s ease;
    padding: 1rem;
    border-radius: 0.5rem;
}

.custom-steps .rz-state-active {
    background: #1e3a8a;
    color: white;
    box-shadow: 0 0 0 2px #3b82f6;
}

.custom-steps .rz-steps-item:hover {
    background: #e0f2fe;
    cursor: pointer;
}

.fade-in {
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rz-steps-buttons {
    display: none;
}

.step-panel {
    padding: 2rem 1rem;
    border-radius: 1rem;
    background: #f9fafb;
}

.step-icon {
    vertical-align: middle;
    margin-right: 0.5rem;
}

.lp-hero {
    position: relative;
    background-image: url('/images/stock/people-exercising-fitness-gym (1).jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

.lp-hero .overlay {
    background: rgba(0, 0, 0, 0.65);
    padding: 25px 20px;
    width: 100%;
    display: inline-block;
}

.lp-hero-inner {
    max-width: 980px;
    margin: 0 auto;
}

.LogoPic {
    height: 85px;
    width: auto;
    margin-right: 8px;
    vertical-align: middle;
}

.tuckunder {
    margin-top: -30px;
    margin-left: 130px;
}

.brand-badge {
    align-items: baseline;
    gap: .5rem;
    margin: 1rem 0;
}

.brand-coach {
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: .3px;
}

.brand-by {
    opacity: .7;
    font-size: .95rem;
}

.brand-fight {
    font-weight: 800;
    font-size: 1.2rem;
    color: #70affb;
}

.lp-title {
    font-size: clamp(1.8rem, 2.8vw, 3rem);
    margin: .5rem 0 .75rem;
}

.lp-subtitle {
    opacity: .9;
    max-width: 760px;
    margin: 0 auto 1.25rem;
}

.lp-cta {
    margin: 1rem 0 .8rem;
}

.lp-trust {
    margin-top: 1rem;
    opacity: .85;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #fbfb00
}

.lp-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1rem;
    background: #0f172a;
    color: #cbd5e1;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.container {
    max-width: 1100px;
    margin: 2.5rem auto;
    padding: 0 1rem;
}

.section-title {
    text-align: center;
    margin-bottom: 1.25rem;
}

.features-row .feature-card {
    height: 100%;
    border-radius: 1rem;
}

.feature-icon {
    font-size: 1.8rem;
    margin-bottom: .35rem;
}

.feature-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .25rem;
}

.feature-desc {
    opacity: .85;
}

.two-col .product-card {
    border-radius: 1rem;
    position: relative;
}

.product-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #ecfeff;
    color: #0e7490;
    padding: .25rem .5rem;
    font-size: .75rem;
    border-radius: .5rem;
    font-weight: 700;
}

.product-badge.alt {
    background: #fff7ed;
    color: #c2410c;
}

.quote-card blockquote {
    margin: 0 0 .5rem;
    font-size: 1.05rem;
}

.quote-meta {
    opacity: .7;
}

.pricing-row .price-card {
    border-radius: 1rem;
    text-align: center;
}

.price-tier {
    font-weight: 700;
    margin-bottom: .25rem;
}

.price {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: .25rem;
}

.price span {
    font-size: .9rem;
    font-weight: 600;
    opacity: .75;
    margin-left: .1rem;
}

.price-card.highlight {
    outline: 2px solid #70affb20;
    box-shadow: 0 12px 30px -12px rgba(96,165,250,.3);
}

.lp-list {
    padding-left: 1.1rem;
}

.lp-footer {
    margin-top: 3rem;
    border-top: 1px solid #e5e7eb;
    padding: 1.25rem 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-links a {
    margin-left: 1rem;
    color: inherit;
    opacity: .8;
    text-decoration: none;
}

.footer-links a:hover {
    opacity: 1;
}

.dialog-actions {
    display: flex;
    justify-content: flex-end;
}

.mr-1 {
    margin-right: .35rem;
}

/* ==== HEADER ==== */
.cl-features-header {
    text-align: center;
    margin-bottom: 3rem;
}

.cl-features-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1E293B;
}

.cl-features-header p {
    color: #6B7280;
    margin-top: .5rem;
    font-size: 1.1rem;
}

/* ==== HERO CARD (Big) ==== */
.cl-feature-hero-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
    margin-bottom: 3rem;
    overflow: hidden;
}

.cl-feature-hero-card h3 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1E293B;
}

.cl-feature-hero-card p {
    font-size: 1.1rem;
    color: #475569;
    max-width: 500px;
}

.hero-mockup {
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 380px;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,0.2));
    transform: translateY(20px);
    opacity: 0;
    animation: heroPop .6s ease forwards;
}

@keyframes heroPop {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ==== MID GRID (2 cards) ==== */
.cl-mid-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.mid-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.mid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.mid-icon {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

/* ==== SMALL GRID ==== */
.cl-small-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.small-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.8rem;
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
    text-align: left;
}

.small-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.small-card h4 {
    font-weight: 700;
    margin-bottom: .4rem;
}

/* Icon Colors */
.icon-blue {
    color: #70AFFB;
}

.icon-blue-dark {
    color: #32677E;
}

.icon-green {
    color: #22C55E;
}

.icon-orange {
    color: #F97316;
}

.icon-purple {
    color: #6366F1;
}

.icon-gold {
    color: #FACC15;
}

/* ===== SMALL GRID (Desktop) ===== */
.cl-small-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
    .cl-small-grid {
        grid-template-columns: 1fr !important;
    }

    .small-card {
        padding: 1.6rem;
    }

    .cl-mid-grid {
        grid-template-columns: 1fr !important;
    }

    .hero-mockup {
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        max-width: 320px;
        margin: 1.5rem auto 0 auto;
        display: block;
        transform: none !important;
    }

    .cl-feature-hero-card {
        padding: 2rem 1.4rem !important;
        text-align: center;
    }

    .cl-feature-hero-card h3 {
        font-size: 1.5rem !important;
    }

    .cl-feature-hero-card p {
        font-size: 0.95rem !important;
        max-width: 100% !important;
    }

    .one-image {
        flex-direction: column;
        text-align: center;
    }

    .hero-single-mockup {
        width: 85%;
        max-width: 330px;
        margin-top: 1rem;
    }
}

/* Main wrapper */
.one-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
}

/* Desktop image presentation */
.hero-single-mockup {
    width: 500px;
    max-width: 100%;
    height: auto;
    display: block;

    border-radius: 12px;
}

/* Mobile layout */
@media (max-width: 768px) {
    .one-image {
        flex-direction: column;
        text-align: center;
    }
}



/* Testimonials Section */
.cl-testimonials {
    text-align: center;
    padding: 3rem 0 2rem;
}

.cl-testimonials .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 2rem;
}

/* Quote Card */
.cl-quote-card {
    border-radius: 18px !important;
    padding: 2rem !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    position: relative;
    text-align: left;
}

/* Soft oversized quote mark */
.cl-quote-mark {
    font-size: 4rem;
    line-height: 1;
    color: #70AFFB33; /* soft brand blue */
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-weight: 800;
    user-select: none;
    pointer-events: none;
}

.cl-quote-card blockquote {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.6;
    padding-left: 0.5rem;
    padding-top: 1.5rem;
}

.cl-quote-author {
    margin-top: 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748B;
    border-left: 3px solid #70AFFB;
    padding-left: 0.75rem;
}
.gam-challenges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gam-challenge {
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 0px;
    background: #fff;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.c-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.c-foot {
    margin-top: 16px;
    font-size: .85rem;
    color: var(--cl-muted);
}


/* Outer soft container (replaces the SVG rounded background) */
.cl-microcard {
    background: #F4F7FB;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Inner card */
.cl-microcard-inner {
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    border-radius: 14px;
    padding: 16px 18px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 0 0 rgba(0,0,0,0); /* clean like your SVGs */
}

/* Header */
.mc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mc-title {
    font-size: 13px;
    font-weight: 600;
    color: #0F172A;
}

/* tiny subtle dot */
.mc-dot {
    width: 14px;
    height: 14px;
    background: #EFF6FF;
    border: 1px solid #D0E2FF;
    border-radius: 50%;
    position: relative;
}

    .mc-dot::after {
        content: "";
        width: 6px;
        height: 3px;
        background: #70AFFB;
        position: absolute;
        top: 5px;
        left: 4px;
        border-radius: 3px;
    }

/* Progress bar */
.mc-progress {
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #E5E7EB;
    overflow: hidden;
    margin-bottom: 8px;
}

.mc-progress-fill {
    width: 80%; /* customize in your code */
    height: 100%;
    background: #22C55E;
}

/* Footer / status */
.mc-footer {
    font-size: 11px;
    color: #475569;
}
.gam-quests {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gam-quest {
    background: #fff;
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .gam-quest.done {
        opacity: .65;
        text-decoration: line-through;
    }

.q-meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.q-title {
    font-weight: 600;
    font-size: 11px;
}

.q-reward {
    color: var(--cl-teal);
    font-weight: 700;
    font-size: 11px;
}

/* Optimized landing.css - deduplicated and grouped where possible */

/* Generic transitions, animations */
.custom-steps .rz-steps-item {
    transition: all 0.3s ease;
    padding: 1rem;
    border-radius: 0.5rem;
}

.custom-steps .rz-state-active {
    background: #1e3a8a;
    color: white;
    box-shadow: 0 0 0 2px #3b82f6;
}

.custom-steps .rz-steps-item:hover {
    background: #e0f2fe;
    cursor: pointer;
}

.fade-in {
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rz-steps-buttons {
    display: none;
}

.step-panel {
    padding: 2rem 1rem;
    border-radius: 1rem;
    background: #f9fafb;
}

.step-icon {
    vertical-align: middle;
    margin-right: 0.5rem;
}

/* Hero */
.lp-hero {
    position: relative;
    background-image: url('/images/stock/people-exercising-fitness-gym (1).jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

.lp-hero .overlay {
    background: rgba(0, 0, 0, 0.65); /* semi-transparent black */
    padding: 25px 20px;
    width:100%;
    /*border-radius: 8px;*/
    display: inline-block;
}

.lp-hero-inner {
    max-width: 980px;
    margin: 0 auto;
}

.LogoPic{

       height: 85px;
    width: auto;
    margin-right: 8px;
    vertical-align: middle;
}
.tuckunder {
    margin-top: -30px;
    margin-left: 130px;
}
.lp-hero {
    background-image: url('/images/stock/people-exercising-fitness-gym (1).jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    text-align: center;
    /*padding: 120px 20px;*/
}

    .lp-hero .overlay {
        background: rgba(0, 0, 0, 0.65); /* semi-transparent black */
        padding: 25px 20px;
        width:100%;
        /*border-radius: 8px;*/
        display: inline-block;
    }





.lp-hero-inner {
    max-width: 980px;
    margin: 0 auto;
}

.brand-badge {
    /*display: inline-flex;*/
    align-items: baseline;
    gap: .5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.brand-coach {
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: .3px;
}

.brand-by {
    opacity: .7;
    font-size: .95rem;
}

.brand-fight {
    font-weight: 800;
    font-size: 1.2rem;
    color: #70affb;
}

.lp-title {
    font-size: clamp(1.8rem, 2.8vw, 3rem);
    margin: .5rem 0 0.75rem;
}

.lp-subtitle {
    opacity: .9;
    max-width: 760px;
    margin: 0 auto 1.25rem;
}

.lp-cta {
    margin-top: 1rem;
    margin-bottom: .8rem;
}

.lp-trust {
    margin-top: 1rem;
    opacity: .85;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #fbfb00
}

.lp-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1rem;
    background: #0f172a;
    color: #cbd5e1;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.container {
    max-width: 1100px;
    margin: 2.5rem auto;
    padding: 0 1rem;
}

.section-title {
    text-align: center;
    margin-bottom: 1.25rem;
}

.features-row .feature-card {
    height: 100%;
    border-radius: 1rem;
}

.feature-icon {
    font-size: 1.8rem;
    margin-bottom: .35rem;
}

.feature-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .25rem;
}

.feature-desc {
    opacity: .85;
}

.two-col .product-card {
    border-radius: 1rem;
    position: relative;
}

.product-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #ecfeff;
    color: #0e7490;
    padding: .25rem .5rem;
    font-size: .75rem;
    border-radius: .5rem;
    font-weight: 700;
}

    .product-badge.alt {
        background: #fff7ed;
        color: #c2410c;
    }

.quote-card blockquote {
    margin: 0 0 .5rem;
    font-size: 1.05rem;
}

.quote-meta {
    opacity: .7;
}

.pricing-row .price-card {
    border-radius: 1rem;
    text-align: center;
}

.price-tier {
    font-weight: 700;
    margin-bottom: .25rem;
}

.price {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: .25rem;
}

    .price span {
        font-size: .9rem;
        font-weight: 600;
        opacity: .75;
        margin-left: .1rem;
    }

.price-card.highlight {
    outline: 2px solid #70affb20;
    box-shadow: 0 12px 30px -12px rgba(96,165,250,.3);
}

.lp-list {
    padding-left: 1.1rem;
}

.lp-footer {
    margin-top: 3rem;
    border-top: 1px solid #e5e7eb;
    padding: 1.25rem 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-links a {
    margin-left: 1rem;
    color: inherit;
    opacity: .8;
    text-decoration: none;
}

    .footer-links a:hover {
        opacity: 1;
    }

.dialog-actions {
    display: flex;
    justify-content: flex-end;
}

.mr-1 {
    margin-right: .35rem;
}


/* make hero a positioning context */
.lp-hero {
    position: relative;
}

/* button sits top-right of hero, NOT fixed */
.lp-auth-abs {
    position: absolute;
    top: 12px;
    right: 25px;
    z-index: 2;
}











/*@media (max-width: 768px) {
    .lp-ribbon {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .featureHide {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .featureShow {
        display: none !important;
    }
}




.feature-card {
    padding: 2rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.feature-desc {
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
}

.feature-benefit {
    display: block;
    margin-top: 0.5rem;
    font-weight: 600;
    color: #111;
}

/*

.feature-row {
    margin-bottom: 4rem;
}

.feature-mockup {
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
    border-radius: 20px;
}

.feature-card {
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: left;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-desc {
    font-size: 1rem;
    color: #4b5563;*/ /* gray-700 */
/*}

.feature-benefit {
    display: block;
    margin-top: 0.5rem;
    font-weight: 500;
    color: #111827;
}

.feature-mockup {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .feature-mockup:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    }

.feature-row {
    position: relative;
}

    .feature-row::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(59,130,246,0.15), transparent);
        border-radius: 50%;
        top: -50px;
        left: -80px;
        z-index: -1;
    }

.mockup-stack {
    position: relative;
    margin-top: 22px;
}

    .mockup-stack .phone {
        position: absolute;
        left: 190px;
        top: 138px;
        width: 170px;
    }

    .mockup-stack .tablet {
        width:100%;
        max-width: 500px;
    }*/

.cl-features-modern {
    max-width: 1250px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
}

.hero-mockup {
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 380px;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,0.2));
    transform: translateY(20px);
    opacity: 0;
    animation: heroPop .6s ease forwards;
}

@keyframes heroPop {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Mid and small grids */
.cl-mid-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.mid-card, .small-card, .cl-feature-hero-card {
    background: #fff;
}

.mid-card {
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.mid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.mid-icon {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.cl-small-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.small-card {
    border-radius: 18px;
    padding: 1.8rem;
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
    text-align: left;
}

.small-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.small-card h4 {
    font-weight: 700;
    margin-bottom: .4rem;
}

/* Microcards, quotes, and testimonials */
.cl-microcard {
    background: #F4F7FB;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cl-microcard-inner {
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    border-radius: 14px;
    padding: 16px 18px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 0 0 rgba(0,0,0,0); /* clean like your SVGs */
}

.cl-quote-card {
    border-radius: 18px !important;
    padding: 2rem !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    position: relative;
    text-align: left;
}

.cl-quote-mark {
    font-size: 4rem;
    line-height: 1;
    color: #70AFFB33; /* soft brand blue */
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-weight: 800;
    user-select: none;
    pointer-events: none;
}

.cl-quote-card blockquote {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.6;
    padding-left: 0.5rem;
    padding-top: 1.5rem;
}

.cl-quote-author {
    margin-top: 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748B;
    border-left: 3px solid #70AFFB;
    padding-left: 0.75rem;
}
.gam-challenges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gam-challenge {
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 0px;
    background: #fff;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.c-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.c-foot {
    margin-top: 16px;
    font-size: .85rem;
    color: var(--cl-muted);
}


/* Outer soft container (replaces the SVG rounded background) */
.cl-microcard {
    background: #F4F7FB;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Inner card */
.cl-microcard-inner {
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    border-radius: 14px;
    padding: 16px 18px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 0 0 rgba(0,0,0,0); /* clean like your SVGs */
}

/* Header */
.mc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mc-title {
    font-size: 13px;
    font-weight: 600;
    color: #0F172A;
}

/* tiny subtle dot */
.mc-dot {
    width: 14px;
    height: 14px;
    background: #EFF6FF;
    border: 1px solid #D0E2FF;
    border-radius: 50%;
    position: relative;
}

    .mc-dot::after {
        content: "";
        width: 6px;
        height: 3px;
        background: #70AFFB;
        position: absolute;
        top: 5px;
        left: 4px;
        border-radius: 3px;
    }

/* Progress bar */
.mc-progress {
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #E5E7EB;
    overflow: hidden;
    margin-bottom: 8px;
}

.mc-progress-fill {
    width: 80%; /* customize in your code */
    height: 100%;
    background: #22C55E;
}

/* Footer / status */
.mc-footer {
    font-size: 11px;
    color: #475569;
}
.gam-quests {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gam-quest {
    background: #fff;
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .gam-quest.done {
        opacity: .65;
        text-decoration: line-through;
    }

.q-meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.q-title {
    font-weight: 600;
    font-size:11px;
}

.q-reward {
    color: var(--cl-teal);
    font-weight: 700;
    font-size: 11px;
}

/* Responsive rules consolidated */
@media (max-width: 768px) {
    .cl-small-grid {
        grid-template-columns: 1fr !important;
    }

    .small-card {
        padding: 1.6rem;
    }

    .cl-mid-grid {
        grid-template-columns: 1fr !important;
    }

    .hero-mockup {
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        max-width: 320px;
        margin: 1.5rem auto 0 auto;
        display: block;
        transform: none !important;
    }

    .cl-feature-hero-card {
        padding: 2rem 1.4rem !important;
        text-align: center;
    }

    .cl-feature-hero-card h3 {
        font-size: 1.5rem !important;
    }

    .cl-feature-hero-card p {
        font-size: 0.95rem !important;
        max-width: 100% !important;
    }

    .one-image {
        flex-direction: column;
        text-align: center;
    }

    .hero-single-mockup {
        width: 85%;
        max-width: 330px;
        margin-top: 1rem;
    }
}

/* Main wrapper */
.one-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem ;
}

/* Desktop image presentation */
.hero-single-mockup {
    width: 500px;
    max-width: 100%;
    height: auto;
    display: block;

    border-radius: 12px;
}

/* Mobile layout */
@media (max-width: 768px) {
    .one-image {
        flex-direction: column;
        text-align: center;
    }
}



/* Testimonials Section */
.cl-testimonials {
    text-align: center;
    padding: 3rem 0 2rem;
}

    .cl-testimonials .section-title {
        font-size: 2rem;
        font-weight: 700;
        color: #1E293B;
        margin-bottom: 2rem;
    }

/* Quote Card */
.cl-quote-card {
    border-radius: 18px !important;
    padding: 2rem !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    position: relative;
    text-align: left;
}

/* Soft oversized quote mark */
.cl-quote-mark {
    font-size: 4rem;
    line-height: 1;
    color: #70AFFB33; /* soft brand blue */
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-weight: 800;
    user-select: none;
    pointer-events: none;
}

.cl-quote-card blockquote {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.6;
    padding-left: 0.5rem;
    padding-top: 1.5rem;
}

.cl-quote-author {
    margin-top: 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748B;
    border-left: 3px solid #70AFFB;
    padding-left: 0.75rem;
}
.gam-challenges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gam-challenge {
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 0px;
    background: #fff;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.c-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.c-foot {
    margin-top: 16px;
    font-size: .85rem;
    color: var(--cl-muted);
}


/* Outer soft container (replaces the SVG rounded background) */
.cl-microcard {
    background: #F4F7FB;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Inner card */
.cl-microcard-inner {
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    border-radius: 14px;
    padding: 16px 18px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 0 0 rgba(0,0,0,0); /* clean like your SVGs */
}

/* Header */
.mc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mc-title {
    font-size: 13px;
    font-weight: 600;
    color: #0F172A;
}

/* tiny subtle dot */
.mc-dot {
    width: 14px;
    height: 14px;
    background: #EFF6FF;
    border: 1px solid #D0E2FF;
    border-radius: 50%;
    position: relative;
}

    .mc-dot::after {
        content: "";
        width: 6px;
        height: 3px;
        background: #70AFFB;
        position: absolute;
        top: 5px;
        left: 4px;
        border-radius: 3px;
    }

/* Progress bar */
.mc-progress {
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #E5E7EB;
    overflow: hidden;
    margin-bottom: 8px;
}

.mc-progress-fill {
    width: 80%; /* customize in your code */
    height: 100%;
    background: #22C55E;
}

/* Footer / status */
.mc-footer {
    font-size: 11px;
    color: #475569;
}
.gam-quests {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gam-quest {
    background: #fff;
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .gam-quest.done {
        opacity: .65;
        text-decoration: line-through;
    }

.q-meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.q-title {
    font-weight: 600;
    font-size:11px;
}

.q-reward {
    color: var(--cl-teal);
    font-weight: 700;
    font-size: 11px;
}

/* Optimized landing.css - deduplicated and grouped where possible */

/* Generic transitions, animations */
.custom-steps .rz-steps-item {
    transition: all 0.3s ease;
    padding: 1rem;
    border-radius: 0.5rem;
}

.custom-steps .rz-state-active {
    background: #1e3a8a;
    color: white;
    box-shadow: 0 0 0 2px #3b82f6;
}

.custom-steps .rz-steps-item:hover {
    background: #e0f2fe;
    cursor: pointer;
}

.fade-in {
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rz-steps-buttons {
    display: none;
}

.step-panel {
    padding: 2rem 1rem;
    border-radius: 1rem;
    background: #f9fafb;
}

.step-icon {
    vertical-align: middle;
    margin-right: 0.5rem;
}

/* Hero */
.lp-hero {
    position: relative;
    background-image: url('/images/stock/people-exercising-fitness-gym (1).jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

.lp-hero .overlay {
    background: rgba(0, 0, 0, 0.65); /* semi-transparent black */
    padding: 25px 20px;
    width:100%;
    /*border-radius: 8px;*/
    display: inline-block;
}

.lp-hero-inner {
    max-width: 980px;
    margin: 0 auto;
}

.LogoPic{

       height: 85px;
    width: auto;
    margin-right: 8px;
    vertical-align: middle;
}
.tuckunder {
    margin-top: -30px;
    margin-left: 130px;
}
.lp-hero {
    background-image: url('/images/stock/people-exercising-fitness-gym (1).jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    text-align: center;
    /*padding: 120px 20px;*/
}

    .lp-hero .overlay {
        background: rgba(0, 0, 0, 0.65); /* semi-transparent black */
        padding: 25px 20px;
        width:100%;
        /*border-radius: 8px;*/
        display: inline-block;
    }





.lp-hero-inner {
    max-width: 980px;
    margin: 0 auto;
}

.brand-badge {
    /*display: inline-flex;*/
    align-items: baseline;
    gap: .5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.brand-coach {
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: .3px;
}

.brand-by {
    opacity: .7;
    font-size: .95rem;
}

.brand-fight {
    font-weight: 800;
    font-size: 1.2rem;
    color: #70affb;
}

.lp-title {
    font-size: clamp(1.8rem, 2.8vw, 3rem);
    margin: .5rem 0 0.75rem;
}

.lp-subtitle {
    opacity: .9;
    max-width: 760px;
    margin: 0 auto 1.25rem;
    color: white;
}

.lp-cta {
    margin-top: 1rem;
    margin-bottom: .8rem;
}

.lp-trust {
    margin-top: 1rem;
    opacity: .85;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #fbfb00
}

.lp-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1rem;
    background: #0f172a;
    color: #cbd5e1;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.container {
    max-width: 1100px;
    margin: 2.5rem auto;
    padding: 0 1rem;
}

.section-title {
    text-align: center;
    margin-bottom: 1.25rem;
}

.features-row .feature-card {
    height: 100%;
    border-radius: 1rem;
}

.feature-icon {
    font-size: 1.8rem;
    margin-bottom: .35rem;
}

.feature-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .25rem;
}

.feature-desc {
    opacity: .85;
}

.two-col .product-card {
    border-radius: 1rem;
    position: relative;
}

.product-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #ecfeff;
    color: #0e7490;
    padding: .25rem .5rem;
    font-size: .75rem;
    border-radius: .5rem;
    font-weight: 700;
}

    .product-badge.alt {
        background: #fff7ed;
        color: #c2410c;
    }

.quote-card blockquote {
    margin: 0 0 .5rem;
    font-size: 1.05rem;
}

.quote-meta {
    opacity: .7;
}

.pricing-row .price-card {
    border-radius: 1rem;
    text-align: center;
}

.price-tier {
    font-weight: 700;
    margin-bottom: .25rem;
}

.price {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: .25rem;
}

    .price span {
        font-size: .9rem;
        font-weight: 600;
        opacity: .75;
        margin-left: .1rem;
    }

.price-card.highlight {
    outline: 2px solid #70affb20;
    box-shadow: 0 12px 30px -12px rgba(96,165,250,.3);
}

.lp-list {
    padding-left: 1.1rem;
}

.lp-footer {
    margin-top: 3rem;
    border-top: 1px solid #e5e7eb;
    padding: 1.25rem 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-links a {
    margin-left: 1rem;
    color: inherit;
    opacity: .8;
    text-decoration: none;
}

.footer-links a:hover {
    opacity: 1;
}

.dialog-actions {
    display: flex;
    justify-content: flex-end;
}

.mr-1 {
    margin-right: .35rem;
}


/* make hero a positioning context */
.lp-hero {
    position: relative;
}

/* button sits top-right of hero, NOT fixed */
.lp-auth-abs {
    position: absolute;
    top: 12px;
    right: 25px;
    z-index: 2;
}











/*@media (max-width: 768px) {
    .lp-ribbon {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .featureHide {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .featureShow {
        display: none !important;
    }
}




.feature-card {
    padding: 2rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.feature-desc {
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
}

.feature-benefit {
    display: block;
    margin-top: 0.5rem;
    font-weight: 600;
    color: #111;
}

/*

.feature-row {
    margin-bottom: 4rem;
}

.feature-mockup {
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
    border-radius: 20px;
}

.feature-card {
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: left;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-desc {
    font-size: 1rem;
    color: #4b5563;*/ /* gray-700 */
/*}

.feature-benefit {
    display: block;
    margin-top: 0.5rem;
    font-weight: 500;
    color: #111827;
}

.feature-mockup {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .feature-mockup:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    }

.feature-row {
    position: relative;
}

    .feature-row::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(59,130,246,0.15), transparent);
        border-radius: 50%;
        top: -50px;
        left: -80px;
        z-index: -1;
    }

.mockup-stack {
    position: relative;
    margin-top: 22px;
}

    .mockup-stack .phone {
        position: absolute;
        left: 190px;
        top: 138px;
        width: 170px;
    }

    .mockup-stack .tablet {
        width:100%;
        max-width: 500px;
    }*/




.cl-features-modern {
    max-width: 1250px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
}

/* ==== HEADER ==== */
.cl-features-header {
    text-align: center;
    margin-bottom: 3rem;
}

    .cl-features-header h2 {
        font-size: 2.5rem;
        font-weight: 800;
        color: #1E293B;
    }

    .cl-features-header p {
        color: #6B7280;
        margin-top: .5rem;
        font-size: 1.1rem;
    }

/* ==== HERO CARD (Big) ==== */
.cl-feature-hero-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
    margin-bottom: 3rem;
    overflow: hidden;
}

    .cl-feature-hero-card h3 {
        font-size: 1.9rem;
        font-weight: 700;
        color: #1E293B;
    }

    .cl-feature-hero-card p {
        font-size: 1.1rem;
        color: #475569;
        max-width: 500px;
    }

.hero-mockup {
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 380px;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,0.2));
    transform: translateY(20px);
    opacity: 0;
    animation: heroPop .6s ease forwards;
}

@keyframes heroPop {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ==== MID GRID (2 cards) ==== */
.cl-mid-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.mid-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .mid-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(0,0,0,0.12);
    }

.mid-icon {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

/* ==== SMALL GRID ==== */
.cl-small-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.small-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.8rem;
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
    text-align: left;
}

.small-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.small-card h4 {
    font-weight: 700;
    margin-bottom: .4rem;
}

/* Microcards, quotes, and testimonials */
.cl-microcard {
    background: #F4F7FB;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cl-microcard-inner {
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    border-radius: 14px;
    padding: 16px 18px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 0 0 rgba(0,0,0,0); /* clean like your SVGs */
}

.cl-quote-card {
    border-radius: 18px !important;
    padding: 2rem !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    position: relative;
    text-align: left;
}

.cl-quote-mark {
    font-size: 4rem;
    line-height: 1;
    color: #70AFFB33; /* soft brand blue */
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-weight: 800;
    user-select: none;
    pointer-events: none;
}

.cl-quote-card blockquote {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.6;
    padding-left: 0.5rem;
    padding-top: 1.5rem;
}

.cl-quote-author {
    margin-top: 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748B;
    border-left: 3px solid #70AFFB;
    padding-left: 0.75rem;
}
.gam-challenges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gam-challenge {
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 0px;
    background: #fff;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.c-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.c-foot {
    margin-top: 16px;
    font-size: .85rem;
    color: var(--cl-muted);
}


/* Outer soft container (replaces the SVG rounded background) */
.cl-microcard {
    background: #F4F7FB;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Inner card */
.cl-microcard-inner {
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    border-radius: 14px;
    padding: 16px 18px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 0 0 rgba(0,0,0,0); /* clean like your SVGs */
}

/* Header */
.mc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mc-title {
    font-size: 13px;
    font-weight: 600;
    color: #0F172A;
}

/* tiny subtle dot */
.mc-dot {
    width: 14px;
    height: 14px;
    background: #EFF6FF;
    border: 1px solid #D0E2FF;
    border-radius: 50%;
    position: relative;
}

    .mc-dot::after {
        content: "";
        width: 6px;
        height: 3px;
        background: #70AFFB;
        position: absolute;
        top: 5px;
        left: 4px;
        border-radius: 3px;
    }

/* Progress bar */
.mc-progress {
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #E5E7EB;
    overflow: hidden;
    margin-bottom: 8px;
}

.mc-progress-fill {
    width: 80%; /* customize in your code */
    height: 100%;
    background: #22C55E;
}

/* Footer / status */
.mc-footer {
    font-size: 11px;
    color: #475569;
}
.gam-quests {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gam-quest {
    background: #fff;
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .gam-quest.done {
        opacity: .65;
        text-decoration: line-through;
    }

.q-meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.q-title {
    font-weight: 600;
    font-size:11px;
}

.q-reward {
    color: var(--cl-teal);
    font-weight: 700;
    font-size: 11px;
}

/* Responsive rules consolidated */
@media (max-width: 768px) {
    .cl-small-grid {
        grid-template-columns: 1fr !important;
    }

    .small-card {
        padding: 1.6rem;
    }

    .cl-mid-grid {
        grid-template-columns: 1fr !important;
    }

    .hero-mockup {
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        max-width: 320px;
        margin: 1.5rem auto 0 auto;
        display: block;
        transform: none !important;
    }

    .cl-feature-hero-card {
        padding: 2rem 1.4rem !important;
        text-align: center;
    }

    .cl-feature-hero-card h3 {
        font-size: 1.5rem !important;
    }

    .cl-feature-hero-card p {
        font-size: 0.95rem !important;
        max-width: 100% !important;
    }

    .one-image {
        flex-direction: column;
        text-align: center;
    }

    .hero-single-mockup {
        width: 85%;
        max-width: 330px;
        margin-top: 1rem;
    }
}

/* Main wrapper */
.one-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem ;
}

/* Desktop image presentation */
.hero-single-mockup {
    width: 500px;
    max-width: 100%;
    height: auto;
    display: block;

    border-radius: 12px;
}

/* Mobile layout */
@media (max-width: 768px) {
    .one-image {
        flex-direction: column;
        text-align: center;
    }
}



/* Testimonials Section */
.cl-testimonials {
    text-align: center;
    padding: 3rem 0 2rem;
}

    .cl-testimonials .section-title {
        font-size: 2rem;
        font-weight: 700;
        color: #1E293B;
        margin-bottom: 2rem;
    }

/* Quote Card */
.cl-quote-card {
    border-radius: 18px !important;
    padding: 2rem !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    position: relative;
    text-align: left;
}

/* Soft oversized quote mark */
.cl-quote-mark {
    font-size: 4rem;
    line-height: 1;
    color: #70AFFB33; /* soft brand blue */
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-weight: 800;
    user-select: none;
    pointer-events: none;
}

.cl-quote-card blockquote {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.6;
    padding-left: 0.5rem;
    padding-top: 1.5rem;
}

.cl-quote-author {
    margin-top: 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748B;
    border-left: 3px solid #70AFFB;
    padding-left: 0.75rem;
}
.gam-challenges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gam-challenge {
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 0px;
    background: #fff;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.c-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.c-foot {
    margin-top: 16px;
    font-size: .85rem;
    color: var(--cl-muted);
}


/* Outer soft container (replaces the SVG rounded background) */
.cl-microcard {
    background: #F4F7FB;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Inner card */
.cl-microcard-inner {
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    border-radius: 14px;
    padding: 16px 18px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 0 0 rgba(0,0,0,0); /* clean like your SVGs */
}

/* Header */
.mc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mc-title {
    font-size: 13px;
    font-weight: 600;
    color: #0F172A;
}

/* tiny subtle dot */
.mc-dot {
    width: 14px;
    height: 14px;
    background: #EFF6FF;
    border: 1px solid #D0E2FF;
    border-radius: 50%;
    position: relative;
}

    .mc-dot::after {
        content: "";
        width: 6px;
        height: 3px;
        background: #70AFFB;
        position: absolute;
        top: 5px;
        left: 4px;
        border-radius: 3px;
    }

/* Progress bar */
.mc-progress {
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #E5E7EB;
    overflow: hidden;
    margin-bottom: 8px;
}

.mc-progress-fill {
    width: 80%; /* customize in your code */
    height: 100%;
    background: #22C55E;
}

/* Footer / status */
.mc-footer {
    font-size: 11px;
    color: #475569;
}
.gam-quests {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gam-quest {
    background: #fff;
    border: 1px solid var(--cl-border);
    border-radius: 12px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .gam-quest.done {
        opacity: .65;
        text-decoration: line-through;
    }

.q-meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.q-title {
    font-weight: 600;
    font-size:11px;
}

.q-reward {
    color: var(--cl-teal);
    font-weight: 700;
    font-size: 11px;
}