.lexa-hero {
    position: relative;
    background: linear-gradient(160deg, #0f766e 0%, #0d9488 45%, #14b8a6 100%);
    padding: 40px 0 80px;
    overflow: hidden;
}

/* Pattern overlay */
.lexa-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

/* Curved bottom — SVG approach for better control */
.lexa-hero-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 3;
    line-height: 0;
}

.lexa-hero-curve svg {
    display: block;
    width: 100%;
    height: 60px;
}

/* ── Grid ── */
.lexa-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

/* ── Text ── */
.lexa-hero-text {
    color: #fff;
}

.lexa-hero-text h2 {
    font-size: clamp(1.9rem, 4.2vw, 2.9rem);
    font-weight: 900;
    line-height: 1.2;
    color: #FFD166 ;
    margin-bottom: 18px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    letter-spacing: -.02em;
    text-align: center;
}

.lexa-hero-sub {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 28px;
    font-weight: 300;
}

/* ── Buttons ── */
.lexa-hero-btns {
    display: flex;
    gap: 3em;
    align-items: center;
    justify-content: center;
}

.lexa-btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 32px;
    background: #fff;
    color: #0f766e;
    border: none;
    border-radius: 100px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
}
.lexa-btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .18);
    color: #0f766e;
}

.lexa-btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 32px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 100px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease;
}
.lexa-btn-hero-secondary:hover {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

/* ── Stats ── */
.lexa-hero-stats {
    display: flex;
    gap: 5em;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.lexa-hero-stat {
    color: #fff;
    text-align: center;
}

.lexa-hero-stat .stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    letter-spacing: -.02em;
}

.lexa-hero-stat .stat-lbl {
    font-size: 1rem;
    margin-top: 4px;
    display: block;
}

/* ── Video ── */
.lexa-hero-video {
    position: relative;
}

.lexa-hero-video-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
    border: 3px solid rgba(255, 255, 255, .15);
    background: #000;
    aspect-ratio: 16 / 9;
}

.lexa-hero-video-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* ── Floating badges ── */
.lexa-float-badge {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .8rem;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .05);
    z-index: 3;
    color: #292524;
}

.lexa-fb-1 {
    top: -14px;
    left: -16px;
    animation: lexaFb1 5s ease-in-out infinite;
}

.lexa-fb-2 {
    bottom: -14px;
    right: -16px;
    animation: lexaFb2 7s ease-in-out infinite;
}

@keyframes lexaFb1 {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6px); }
}
@keyframes lexaFb2 {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(5px); }
}

.lexa-fb-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    flex-shrink: 0;
}

.lexa-fb-icon-teal {
    background: #f0fdfa;
    color: #0d9488;
}

.lexa-fb-icon-amber {
    background: #fff7ed;
    color: #e07b3c;
}

.lexa-fb-label {
    font-size: .7rem;
    color: #a8a29e;
    font-weight: 400;
}

/* ═══════════ RESPONSIVE ═══════════ */

/* Tablet */
@media (max-width: 991px) {
    .lexa-hero {
        padding: 48px 0 60px;
    }

    .lexa-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .lexa-hero-sub {
        margin-inline: auto;
    }

    .lexa-hero-btns {
        justify-content: center;
    }

    .lexa-hero-stats {
        justify-content: center;
    }

    .lexa-hero-video {
        max-width: 560px;
        margin-inline: auto;
    }

    .lexa-float-badge {
        display: none;
    }

    /* Curve smaller on tablet */
    .lexa-hero-curve svg {
        height: 35px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .lexa-hero {
        padding: 36px 0 48px;
    }

    .lexa-hero-stats {
        gap: 20px;
        flex-wrap: wrap;
    }

    .lexa-hero-stat .stat-num {
        font-size: 1.3rem;
    }

    /* Curve very small on mobile — doesn't waste space */
    .lexa-hero-curve svg {
        height: 20px;
    }
}

@media (max-width: 575px) {
    .lexa-hero {
        padding: 28px 0 40px;
    }

    .lexa-hero-text h2 {
        font-size: 1.6rem;
    }

    .lexa-hero-video-wrap {
        border-radius: 12px;
        border-width: 2px;
    }

    /* No curve on very small screens */
    .lexa-hero-curve svg {
        height: 12px;
    }
}








.lexa-fit {
    padding: 5px 0;
}

.lexa-fit-header {
    text-align: center;
    margin-bottom: 20px;
}

.lexa-fit-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -.025em;
    margin-bottom: 10px;
    line-height: 1.25;
}

/* ── Cards grid ── */
.lexa-fit-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ── Card ── */
.lexa-fit-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e7e5e0;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
}

.lexa-fit-card:hover {
    box-shadow: 0 12px 40px rgba(13,148,136,.1);
    border-color: #99f6e4;
    transform: translateY(-4px);
}

/* Colored top band with large icon */
.lexa-fit-card-top {
    padding: 32px 32px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.lexa-fit-card-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
}

/* 4 different icon colors */
.lexa-fit-card:nth-child(1) .lexa-fit-card-icon { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.lexa-fit-card:nth-child(2) .lexa-fit-card-icon { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.lexa-fit-card:nth-child(3) .lexa-fit-card-icon { background: linear-gradient(135deg, #d97706, #f59e0b); }
.lexa-fit-card:nth-child(4) .lexa-fit-card-icon { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }

.lexa-fit-card-top h3 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #1c1917;
    line-height: 1.4;
    margin: 0;
    letter-spacing: -.01em;
}

/* Card body */
.lexa-fit-card-body {
    padding: 0 32px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lexa-fit-card-body p {
    font-size: 1.1rem;
    color: #57534e;
    line-height: 1.55;
    margin: 0 0 16px;
    flex: 1;
}

/* Bottom takeaway */
.lexa-fit-takeaway {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
}

.lexa-fit-card:nth-child(1) .lexa-fit-takeaway { background: #f0fdfa; color: #0f766e; }
.lexa-fit-card:nth-child(2) .lexa-fit-takeaway { background: #eff6ff; color: #1e40af; }
.lexa-fit-card:nth-child(3) .lexa-fit-takeaway { background: #fffbeb; color: #92400e; }
.lexa-fit-card:nth-child(4) .lexa-fit-takeaway { background: #f5f3ff; color: #5b21b6; }

.lexa-fit-takeaway i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ── Notice banner ── */
.lexa-fit-notice {
    margin-top: 32px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(-135deg, #0f766e, #0d9488, #14b8a6);
    padding: 40px 44px;
    display: flex;
    align-items: center;
    gap: 28px;
    color: #fff;
    box-shadow: 0 8px 30px rgba(13,148,136,.2);
    position: relative;
}

.lexa-fit-notice::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.lexa-fit-notice-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.lexa-fit-notice-text {
    position: relative;
    z-index: 1;
}

.lexa-fit-notice-text div {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.lexa-fit-notice-text p {
    font-size: .95rem;
    opacity: .92;
    line-height: 1.8;
    margin: 0;
    color: #fff;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .lexa-fit-cards {
        gap: 16px;
    }

    .lexa-fit-card-top {
        padding: 24px 24px 18px;
    }

    .lexa-fit-card-body {
        padding: 0 24px 24px;
    }
}

@media (max-width: 767px) {
    .lexa-fit-cards {
        grid-template-columns: 1fr;
    }

    .lexa-fit-notice {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .lexa-fit {
        padding: 48px 0 36px;
    }

    .lexa-fit-card-top {
        flex-direction: column;
        text-align: center;
        gap: 14px;
        padding: 24px 20px 16px;
    }

    .lexa-fit-card-body {
        padding: 0 20px 20px;
        text-align: center;
    }

    .lexa-fit-takeaway {
        justify-content: center;
        text-align: center;
    }

    .lexa-fit-card-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        font-size: 1.5rem;
    }
}










.lexa-advisory {
    padding: 40px 0;
}

.lexa-advisory-header {
    text-align: center;
    margin-bottom: 44px;
}

.lexa-advisory-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -.025em;
    margin-bottom: 10px;
    line-height: 1.25;
}

/* ── 3-column grid: 6 + 3 + 3 ── */
.lexa-advisory-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

/* Main card takes 2 columns on desktop to simulate 6-col */
/* We'll use a different approach: actual proportional widths */
@media (min-width: 992px) {
    .lexa-advisory-grid {
        grid-template-columns: 2fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .lexa-advisory-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Shared card style ── */
.lexa-adv-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e7e5e0;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .35s ease;
}

.lexa-adv-card:hover {
    box-shadow: 0 12px 40px rgba(13,148,136,.1);
    border-color: #99f6e4;
    transform: translateY(-4px);
}

/* ── Card header band ── */
.lexa-adv-card-header {
    padding: 28px 28px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.lexa-adv-card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.lexa-adv-card-header h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1c1917;
    margin: 0;
    line-height: 1.35;
}

/* ── Card body ── */
.lexa-adv-card-body {
    padding: 16px 28px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lexa-adv-card-body > .desc {
    font-size: .95rem;
    color: #78716c;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* ── Feature checklist (main card) ── */
.lexa-adv-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .lexa-adv-checklist {
        grid-template-columns: 1fr;
    }
}

.lexa-adv-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lexa-adv-check-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    margin-top: 2px;
    background: #f0fdfa;
    color: #0d9488;
}

.lexa-adv-check strong {
    display: block;
    font-size: .9rem;
    font-weight: 700;
    color: #1c1917;
    margin-bottom: 2px;
}

.lexa-adv-check span {
    font-size: .82rem;
    color: #78716c;
    line-height: 1.6;
}

/* ── Feature list (side cards) ── */
.lexa-adv-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.lexa-adv-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f5f3f0;
    font-size: .9rem;
    color: #44403c;
    line-height: 1.6;
}

.lexa-adv-list li:last-child {
    border-bottom: none;
}

.lexa-adv-list li i {
    font-size: 1.1rem;
    color: #0d9488;
    margin-top: 2px;
    flex-shrink: 0;
}

/* ── Card bottom note ── */
.lexa-adv-note {
    margin-top: auto;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lexa-adv-note i {
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.lexa-adv-note strong {
    display: block;
    font-size: .88rem;
    font-weight: 700;
    margin-bottom: 3px;
}

.lexa-adv-note p {
    font-size: .82rem;
    line-height: 1.7;
    margin: 0;
}

/* Note variants */
.note-teal {
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
}
.note-teal i, .note-teal strong { color: #0f766e; }
.note-teal p { color: #57534e; }

.note-blue {
    background: #eff6ff;
    border: 1px solid #dbeafe;
}
.note-blue i, .note-blue strong { color: #1e40af; }
.note-blue p { color: #57534e; }

.note-amber {
    background: #fffbeb;
    border: 1px solid #fef3c7;
}
.note-amber i, .note-amber strong { color: #92400e; }
.note-amber p { color: #57534e; }

/* ── Rescan footer line ── */
.lexa-adv-rescan {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .85rem;
    color: #78716c;
    padding-top: 16px;
    border-top: 1px solid #f5f3f0;
    margin-bottom: 20px;
}

.lexa-adv-rescan i {
    color: #0d9488;
    font-size: 1rem;
}

/* ── CTA button (main card) ── */
.lexa-adv-cta {
    margin-top: auto;
}

.lexa-adv-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #0f766e, #0d9488, #14b8a6);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 4px 16px rgba(13,148,136,.25);
}

.lexa-adv-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(13,148,136,.35);
    color: #fff;
}

/* ── Color per card type ── */
.lexa-adv-card--main .lexa-adv-card-icon {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
}

.lexa-adv-card--articles .lexa-adv-card-icon {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.lexa-adv-card--links .lexa-adv-card-icon {
    background: linear-gradient(135deg, #d97706, #f59e0b);
}









.lexa-eco {
    padding: 0;
    overflow: hidden;
}

/* ── Hero-style header ── */
.lexa-eco-hero {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 50%, #14b8a6 100%);
    padding: 64px 0 180px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.lexa-eco-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.lexa-eco-hero h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -.03em;
    position: relative;
    z-index: 1;
}

.lexa-eco-hero > .container > p {
    font-size: 1.1rem;
    color: rgba(255,255,255,.88);
    max-width: 560px;
    margin-inline: auto;
    line-height: 1.85;
    position: relative;
    z-index: 1;
}

/* ── Cards area — pulled up over the hero ── */
.lexa-eco-cards-area {
    margin-top: -140px;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
}

/* ── Grid ── */
.lexa-eco-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ── Card ── */
.lexa-eco-card {
    border-radius: 24px;
    overflow: hidden;
    transition: all .4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 340px;
}

.lexa-eco-card:hover {
    transform: translateY(-6px);
}

/* Each card has its own gradient bg */
.lexa-eco-card--platform {
    background: linear-gradient(160deg, #fff 60%, #f0fdfa 100%);
    border: 1px solid #d1fae5;
    box-shadow: 0 4px 20px rgba(13,148,136,.08);
}
.lexa-eco-card--platform:hover { box-shadow: 0 16px 50px rgba(13,148,136,.15); }

.lexa-eco-card--learn {
    background: linear-gradient(160deg, #fff 60%, #f5f3ff 100%);
    border: 1px solid #e9d5ff;
    box-shadow: 0 4px 20px rgba(124,58,237,.06);
}
.lexa-eco-card--learn:hover { box-shadow: 0 16px 50px rgba(124,58,237,.12); }

.lexa-eco-card--community {
    background: linear-gradient(160deg, #fff 60%, #f0fdf4 100%);
    border: 1px solid #bbf7d0;
    box-shadow: 0 4px 20px rgba(22,163,74,.06);
}
.lexa-eco-card--community:hover { box-shadow: 0 16px 50px rgba(22,163,74,.12); }

.lexa-eco-card--support {
    background: linear-gradient(160deg, #fff 60%, #eff6ff 100%);
    border: 1px solid #bfdbfe;
    box-shadow: 0 4px 20px rgba(37,99,235,.06);
}
.lexa-eco-card--support:hover { box-shadow: 0 16px 50px rgba(37,99,235,.12); }

/* ── Card inner ── */
.lexa-eco-card-inner {
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* ── Large icon ── */
.lexa-eco-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
}

/* Glow behind icon */
.lexa-eco-icon::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 24px;
    opacity: .2;
    z-index: -1;
    filter: blur(12px);
}

.lexa-eco-card--platform .lexa-eco-icon {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    box-shadow: 0 6px 20px rgba(13,148,136,.3);
}
.lexa-eco-card--platform .lexa-eco-icon::after { background: #14b8a6; }

.lexa-eco-card--learn .lexa-eco-icon {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    box-shadow: 0 6px 20px rgba(124,58,237,.3);
}
.lexa-eco-card--learn .lexa-eco-icon::after { background: #a78bfa; }

.lexa-eco-card--community .lexa-eco-icon {
    background: linear-gradient(135deg, #16a34a, #4ade80);
    box-shadow: 0 6px 20px rgba(22,163,74,.3);
}
.lexa-eco-card--community .lexa-eco-icon::after { background: #4ade80; }

.lexa-eco-card--support .lexa-eco-icon {
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    box-shadow: 0 6px 20px rgba(37,99,235,.3);
}
.lexa-eco-card--support .lexa-eco-icon::after { background: #60a5fa; }

/* ── Title ── */
.lexa-eco-card-inner h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1c1917;
    margin-bottom: 14px;
    line-height: 1.4;
    letter-spacing: -.01em;
}

/* ── Body text ── */
.lexa-eco-card-inner > p {
    font-size: .95rem;
    color: #57534e;
    line-height: 1.9;
    margin: 0;
    flex: 1;
}

.lexa-eco-card-inner > p a {
    color: #0d9488;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
}

.lexa-eco-card-inner > p a:hover {
    color: #0f766e;
}

/* ── Bottom takeaway bar ── */
.lexa-eco-bottom {
    padding: 16px 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5;
    border-top: 1px solid rgba(0,0,0,.04);
}

.lexa-eco-card--platform .lexa-eco-bottom { color: #0f766e; background: rgba(13,148,136,.04); }
.lexa-eco-card--learn .lexa-eco-bottom { color: #5b21b6; background: rgba(124,58,237,.04); }
.lexa-eco-card--community .lexa-eco-bottom { color: #166534; background: rgba(22,163,74,.04); }
.lexa-eco-card--support .lexa-eco-bottom { color: #1e40af; background: rgba(37,99,235,.04); }

.lexa-eco-bottom i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .lexa-eco-hero {
        padding: 48px 0 160px;
    }

    .lexa-eco-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .lexa-eco-grid {
        grid-template-columns: 1fr;
    }

    .lexa-eco-hero {
        padding: 40px 0 140px;
    }

    .lexa-eco-cards-area {
        margin-top: -110px;
        padding-bottom: 48px;
    }
}

@media (max-width: 575px) {
    .lexa-eco-hero {
        padding: 32px 0 120px;
    }

    .lexa-eco-cards-area {
        margin-top: -90px;
    }

    .lexa-eco-card-inner {
        padding: 28px 24px 24px;
    }

    .lexa-eco-bottom {
        padding: 14px 24px;
        font-size: .85rem;
    }

    .lexa-eco-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        border-radius: 16px;
    }
}









.lexa-how {
    padding: 40px 0;
}

.lexa-how-header {
    text-align: center;
    margin-bottom: 56px;
}

.lexa-how-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -.025em;
    margin-bottom: 10px;
    line-height: 1.25;
}

/* ── Steps container with vertical connecting line ── */
.lexa-how-steps {
    position: relative;
    max-width: 900px;
    margin-inline: auto;
}

/* Vertical connecting line */
.lexa-how-steps::before {
    content: '';
    position: absolute;
    top: 60px;
    bottom: 60px;
    right: 43px; /* center of the number circle */
    width: 3px;
    background: linear-gradient(to bottom, #14b8a6, #99f6e4, #14b8a6);
    border-radius: 2px;
    z-index: 0;
}

/* ── Single step ── */
.lexa-how-step {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.lexa-how-step:last-child {
    margin-bottom: 0;
}

/* ── Number circle ── */
.lexa-how-num {
    width: 86px;
    height: 86px;
    min-width: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

/* Each step gets a slightly different shade */
.lexa-how-step:nth-child(1) .lexa-how-num {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    box-shadow: 0 8px 28px rgba(13,148,136,.3), 0 0 0 6px #fff, 0 0 0 9px #ccfbf1;
}

.lexa-how-step:nth-child(2) .lexa-how-num {
    background: linear-gradient(135deg, #0f766e, #0d9488);
    box-shadow: 0 8px 28px rgba(15,118,110,.3), 0 0 0 6px #fff, 0 0 0 9px #ccfbf1;
}

.lexa-how-step:nth-child(3) .lexa-how-num {
    background: linear-gradient(135deg, #115e59, #0f766e);
    box-shadow: 0 8px 28px rgba(17,94,89,.3), 0 0 0 6px #fff, 0 0 0 9px #ccfbf1;
}

/* ── Step card ── */
.lexa-how-card {
    background: #fff;
    border: 1px solid #e7e5e0;
    border-radius: 20px;
    padding: 32px;
    flex: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: all .35s ease;
}

.lexa-how-card:hover {
    box-shadow: 0 12px 40px rgba(13,148,136,.1);
    border-color: #99f6e4;
    transform: translateX(-4px);
}

.lexa-how-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1c1917;
    margin-bottom: 12px;
    line-height: 1.4;
}

.lexa-how-card > p {
    font-size: .95rem;
    color: #57534e;
    line-height: 1.9;
    margin: 0 0 16px;
}

/* Takeaway */
.lexa-how-takeaway {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.5;
    background: #f0fdfa;
    color: #0f766e;
}

.lexa-how-takeaway i {
    font-size: 1rem;
    flex-shrink: 0;
}

/* ── CTA after steps ── */
.lexa-how-cta {
    text-align: center;
    margin-top: 48px;
}

.lexa-how-cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: linear-gradient(135deg, #0f766e, #0d9488, #14b8a6);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 6px 24px rgba(13,148,136,.25);
}

.lexa-how-cta a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(13,148,136,.35);
    color: #fff;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .lexa-how {
        padding: 48px 0 40px;
    }

    /* Hide connecting line on mobile */
    .lexa-how-steps::before {
        display: none;
    }

    .lexa-how-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .lexa-how-num {
        width: 72px;
        height: 72px;
        min-width: 72px;
        font-size: 1.7rem;
    }

    .lexa-how-card {
        padding: 24px 20px;
    }

    .lexa-how-card:hover {
        transform: translateY(-4px);
    }

    .lexa-how-takeaway {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .lexa-how-card h3 {
        font-size: 1.1rem;
    }
}















.lexa-compare {
    padding: 40px 0;
}

.lexa-compare-header {
    text-align: center;
    margin-bottom: 48px;
}

.lexa-compare-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -.025em;
    margin-bottom: 10px;
    line-height: 1.25;
}

.lexa-compare-subtitle {
    font-size: 1.08rem;
    color: #78716c;
    max-width: 560px;
    margin-inline: auto;
    line-height: 1.8;
}

/* ── Table wrapper ── */
.lexa-compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
}

/* ── Table ── */
.lexa-cmp {
    width: 100%;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

/* ── Header row ── */
.lexa-cmp thead th {
    padding: 24px 18px;
    font-size: .85rem;
    font-weight: 600;
    color: #78716c;
    text-align: center;
    background: #fafaf9;
    border-bottom: 2px solid #e7e5e0;
    vertical-align: bottom;
    line-height: 1.5;
}

.lexa-cmp thead th:first-child {
    text-align: right;
    min-width: 170px;
}

/* Lexa column header — special */
.lexa-cmp thead .col-lexa {
    background: linear-gradient(180deg, #0d9488, #0f766e);
    color: #fff;
    border-bottom: 2px solid #0f766e;
    position: relative;
}

.lexa-cmp thead .col-lexa .col-name {
    font-size: 1.15rem;
    font-weight: 800;
    display: block;
    margin-bottom: 2px;
}

.lexa-cmp thead .col-lexa .col-price {
    font-size: .82rem;
    font-weight: 400;
    opacity: .85;
}

.lexa-cmp thead .col-other .col-name {
    font-size: .92rem;
    font-weight: 700;
    color: #44403c;
    display: block;
    margin-bottom: 2px;
}

.lexa-cmp thead .col-other .col-price {
    font-size: .78rem;
    font-weight: 400;
    color: #a8a29e;
}

/* ── Body rows ── */
.lexa-cmp tbody td {
    padding: 18px;
    text-align: center;
    font-size: .9rem;
    color: #57534e;
    border-bottom: 1px solid #f5f3f0;
    vertical-align: middle;
    transition: background .2s ease;
}

.lexa-cmp tbody tr:last-child td {
    border-bottom: none;
}

.lexa-cmp tbody tr:hover td {
    background: #fafaf9;
}

/* First column — criterion name */
.lexa-cmp tbody td:first-child {
    text-align: right;
    font-weight: 700;
    color: #1c1917;
    font-size: .92rem;
}

/* Lexa column highlight */
.lexa-cmp tbody td.td-lexa {
    background: rgba(13,148,136,.03);
    font-weight: 600;
    color: #0f766e;
}

.lexa-cmp tbody tr:hover td.td-lexa {
    background: rgba(13,148,136,.06);
}

/* ── Icons ── */
.cmp-yes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0fdfa;
    color: #0d9488;
    font-size: .9rem;
}

.cmp-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fef2f2;
    color: #dc2626;
    font-size: .9rem;
}

.cmp-partial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fffbeb;
    color: #d97706;
    font-size: .9rem;
}

/* Extra text under icon */
.cmp-label {
    display: block;
    font-size: .75rem;
    color: #a8a29e;
    margin-top: 4px;
    font-weight: 400;
}

.td-lexa .cmp-label {
    color: #0d9488;
    font-weight: 600;
}

/* ── Bottom CTA bar ── */
.lexa-compare-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 28px;
    background: linear-gradient(135deg, #f0fdfa, #ccfbf1);
    border-top: 1px solid #99f6e4;
    border-radius: 0 0 24px 24px;
    flex-wrap: wrap;
}

.lexa-compare-cta span {
    font-size: 1rem;
    font-weight: 700;
    color: #0f766e;
}

.lexa-compare-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #0f766e, #0d9488);
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 4px 16px rgba(13,148,136,.25);
}

.lexa-compare-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(13,148,136,.35);
    color: #fff;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .lexa-compare {
        padding: 48px 0 40px;
    }

    .lexa-cmp thead th {
        padding: 16px 12px;
        font-size: .78rem;
    }

    .lexa-cmp tbody td {
        padding: 14px 12px;
        font-size: .82rem;
    }

    .lexa-cmp thead .col-lexa .col-name {
        font-size: 1rem;
    }

    .lexa-compare-cta {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }
}









.lexa-reviews {
    padding: 40px 0;
}

.lexa-reviews-header {
    text-align: center;
    margin-bottom: 48px;
}

.lexa-reviews-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -.025em;
    margin-bottom: 10px;
    line-height: 1.25;
}

/* ── Reviews grid — 3 columns ── */
.lexa-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* ── Review card ── */
.lexa-review-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e7e5e0;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    padding: 0;
    overflow: hidden;
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.lexa-review-card:hover {
    box-shadow: 0 12px 40px rgba(13,148,136,.1);
    border-color: #99f6e4;
    transform: translateY(-4px);
}

/* Big quote watermark */
.lexa-review-quote {
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    color: #f0fdfa;
    pointer-events: none;
    font-family: Georgia, serif;
    z-index: 0;
}

/* Card body */
.lexa-review-body {
    padding: 32px 28px 24px;
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Stars */
.lexa-review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 16px;
}

.lexa-review-stars i {
    color: #f59e0b;
    font-size: .95rem;
}

/* Review text */
.lexa-review-text {
    font-size: .95rem;
    color: #44403c;
    line-height: 1.9;
    flex: 1;
    margin-bottom: 0;
}

/* Author footer */
.lexa-review-author {
    padding: 18px 28px;
    border-top: 1px solid #f5f3f0;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.lexa-review-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}

.lexa-review-card:nth-child(1) .lexa-review-avatar { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.lexa-review-card:nth-child(2) .lexa-review-avatar { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
.lexa-review-card:nth-child(3) .lexa-review-avatar { background: linear-gradient(135deg, #2563eb, #60a5fa); }

.lexa-review-name {
    font-size: .95rem;
    font-weight: 700;
    color: #1c1917;
}

.lexa-review-role {
    font-size: .8rem;
    color: #a8a29e;
}

/* ── CTA between reviews and videos ── */
.lexa-reviews-cta {
    text-align: center;
    margin-bottom: 48px;
}

.lexa-reviews-cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: linear-gradient(135deg, #0f766e, #0d9488, #14b8a6);
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 6px 24px rgba(13,148,136,.25);
}

.lexa-reviews-cta a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(13,148,136,.35);
    color: #fff;
}

/* ── Video testimonials ── */
.lexa-reviews-videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.lexa-video-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    border: 1px solid #e7e5e0;
    background: #000;
    transition: all .35s ease;
}

.lexa-video-card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    transform: translateY(-3px);
}

.lexa-video-card .video-wrap {
    aspect-ratio: 16 / 9;
}

.lexa-video-card iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}


/* ── Responsive ── */
@media (max-width: 991px) {
    .lexa-reviews-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .lexa-reviews {
        padding: 48px 0 40px;
    }

    .lexa-reviews-grid {
        grid-template-columns: 1fr;
    }

    .lexa-reviews-videos {
        grid-template-columns: 1fr;
    }
}