@media (max-width: 1024px) {
    .web {
        display: none;
    }

    .mobile {
        display: block;
    }

    .nav-actions,
    .nav-links {
        display: none;
    }

    .nav-hamburger {
        display: flex;
    }
}


/* ══════════════════════════════════
   MOB HERO SECTION
  ══════════════════════════════════ */

.mob-hero {
    position: relative;
    background: var(--bg);
    padding: 10px 22px 0;
    overflow: hidden;
    /* background-image: url("https://public.homifresh.in/mobile/hero-bg-2.png");
    background-repeat: no-repeat;
    background-size: cover; */
}

.mob-hero-leaf {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.mob-hero-leaf img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-hero-leaf--top-right {
    top: -10px;
    right: -14px;
    width: 120px;
    height: 120px;
}

.mob-hero-leaf--mid-right {
    top: 260px;
    right: -18px;
    width: 100px;
    height: 160px;
}

.mob-hero-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    border: 1px solid #d8e4d0;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--green-mid);
    margin-bottom: 22px;
}

.mob-hero-badge-icon {
    width: 16px;
    height: 16px;
}

.mob-hero-badge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-hero-heading {
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.mob-hero-heading-green {
    color: var(--green-mid);
}

.mob-hero-sub {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-mid);
    margin-bottom: 32px;
    max-width: 340px;
}

.mob-hero-btns {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 36px;
    width: 280px;
}

.mob-hero-btn-primary,
.mob-hero-btn-secondary,
.mob-hero-btn-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    border-radius: 14px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s;
}

.mob-hero-btn-dark {
    background: #111111;
    color: var(--white);
    text-decoration: none;
    border-radius: 12px;
}

.mob-hero-btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    gap: 2px;
}

.mob-hero-btn-text small {
    font-size: 10px;
    font-weight: 400;
    opacity: .75;
}

.mob-hero-btn-text strong {
    font-size: 18px;
    font-weight: 700;
}

.mob-hero-btn-primary {
    background: var(--green-mid);
    color: var(--white);
    border: none;
}

.mob-hero-btn-secondary {
    background: transparent;
    color: var(--green-mid);
    border: 1.5px solid var(--green-mid);
}

.mob-hero-btn-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
}

.mob-hero-btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-hero-img-wrap {
    position: absolute;
    z-index: 1;
    /* width: calc(100% + 44px); */
    /* margin-left: -22px;
    margin-right: -22px; */
    /* border-radius: 28px 28px 0 0; */
    overflow: hidden;
    top: 30px;
    width: 640px;
    left: 35%;
    /* right: 0; */
}

.mob-hero-img-wrap.img-second {
    display: none;
}

.mob-hero-img-wrap img {
    width: 100%;
    display: block;
}

.mob-hero-stats-card {
    position: relative;
    z-index: 2;
    background: var(--white);
    border-radius: 24px;
    padding: 28px 20px 20px;
    margin: 0px 0 0;
    box-shadow: 0 -4px 24px rgba(14, 40, 15, .06);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    row-gap: 0;
    align-items: start;
}

.mob-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 6px 20px;
    border-right: 1px solid #eee;
}

.mob-hero-stat:last-of-type {
    border-right: none;
}

.mob-hero-stat-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--green-tint);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.mob-hero-stat-icon-wrap img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.mob-hero-stat-number {
    font-size: 19px;
    font-weight: 600;
    color: var(--green-mid);
    line-height: 1;
    margin-bottom: 4px;
}

.mob-hero-stat-label {
    font-size: 10px;
    font-weight: 500;
    color: var(--text-mid);
    line-height: 1.35;
}

.mob-hero-trust-tag {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0 6px;
    border-top: 1px solid #eee;
    font-size: 12px;
    font-weight: 500;
    color: var(--green-mid);
}

.mob-hero-trust-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.mob-hero-trust-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* ══════════════════════════════════
   MOB ABOUT SECTION
  ══════════════════════════════════ */

.mob-about {
    background: var(--white);
    padding: 36px 22px 0;
}

.mob-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bg);
    border: 1px solid #d8e4d0;
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--green-mid);
    margin: 0 auto 24px;
    display: flex;
    width: fit-content;
}

.mob-about-badge-icon {
    width: 16px;
    height: 16px;
    display: flex;
}

.mob-about-badge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-about-heading {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.18;
    color: var(--green-dark);
    text-align: center;
    margin-bottom: 18px;
}

.mob-about-heading-green {
    color: var(--green-mid);
}

.mob-about-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.mob-about-divider-line {
    width: 36px;
    height: 2px;
    background: var(--green-mid);
    border-radius: 2px;
    display: inline-block;
    opacity: 0.5;
}

.mob-about-divider-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green-mid);
    display: inline-block;
}

.mob-about-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--text-mid);
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 32px;
}

.mob-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 24px;
    /* align-items: stretch; */
}

.mob-about-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
    width: 130%;
}

.mob-about-img-wrap.second-image {
    display: none;
}


.mob-about-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mob-about-features-card {
    background: var(--bg);
    border: 1px solid #e6edde;
    border-radius: 20px;
    padding: 20px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 60%;
    margin: auto;
    z-index: 2;
}

.mob-about-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #eaeee8;
}

.mob-about-feature:first-child {
    padding-top: 0;
}

.mob-about-feature:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.mob-about-feature-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--green-light);
    border: 1px solid #cddcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mob-about-feature-icon-wrap img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mob-about-feature-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mob-about-feature-text strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--green-mid);
    line-height: 1.2;
}

.mob-about-feature-text span {
    font-size: 11px;
    font-weight: 400;
    color: var(--text-mid);
    line-height: 1.5;
}

.mob-about-cta-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg);
    border: 1px solid #e4eddf;
    border-radius: 18px;
    padding: 22px 20px;
    margin-bottom: 0;
    overflow: hidden;
}

.mob-about-cta-left {
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 1;
}

.mob-about-cta-logo-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--green-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #cddbc2;
}

.mob-about-cta-logo-wrap img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.mob-about-cta-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mob-about-cta-text strong {
    font-size: 15px;
    font-weight: 700;
    color: var(--green-mid);
    line-height: 1.2;
}

.mob-about-cta-text span {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-mid);
    line-height: 1.5;
}

.mob-about-cta-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--green-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-decoration: none;
    color: var(--white);
    z-index: 1;
}

.mob-about-cta-arrow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mob-about-cta-leaf {
    position: absolute;
    right: 72px;
    bottom: -10px;
    width: 80px;
    height: 80px;
    pointer-events: none;
    opacity: 0.35;
}

.mob-about-cta-leaf img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-about-trust-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    justify-items: center;
    gap: 0;
    border-top: 1px solid #e6edde;
    margin-top: 0;
    padding: 18px 0;
}

.mob-about-trust-item {
    display: flex;
    align-items: center;
    gap: 4px;
    text-align: center;
    padding: 0 8px;
    border-right: 1px solid #e6edde;
}

.mob-about-trust-item:last-child {
    border-right: none;
}

.mob-about-trust-icon {
    width: 22px;
    height: 22px;
}

.mob-about-trust-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-about-trust-item span {
    font-size: 11px;
    font-weight: 500;
    color: var(--green-mid);
    line-height: 1.3;
}


/* ══════════════════════════════════
   MOB MISSION & VISION SECTION
  ══════════════════════════════════ */

.mob-mv {
    background: var(--white);
    padding: 10px 22px 36px;
}

/* ── Header ── */
.mob-mv-header {
    text-align: center;
    padding: 20px 0 28px;
}

.mob-mv-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--green-tint);
    border: 1px solid #d8e4d0;
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--green-mid);
    margin-bottom: 22px;
}

.mob-mv-badge-icon {
    width: 15px;
    height: 15px;
}

.mob-mv-badge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-mv-heading {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.18;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.mob-mv-heading-green {
    color: var(--green-mid);
}

/* Divider  ——·—— */
.mob-mv-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 18px;
}

.mob-mv-divider-line {
    width: 32px;
    height: 2px;
    background: var(--green-mid);
    border-radius: 2px;
    display: inline-block;
}

.mob-mv-divider-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green-mid);
    display: inline-block;
}

.mob-mv-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--text-mid);
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
}

/* ── Mission / Vision Cards ── */
.mob-mv-card {
    background: var(--green-tint);
    border-radius: 20px;
    padding: 26px 22px 22px;
    margin-bottom: 18px;
}

.mob-mv-card-top {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

/* Large circle icon */
.mob-mv-card-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #deebd5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mob-mv-card-icon-wrap img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.mob-mv-card-header {
    padding-top: 8px;
    flex: 1;
}

.mob-mv-card-eyebrow {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--green-mid);
    margin-bottom: 8px;
}

.mob-mv-card-eyebrow-line {
    width: 28px;
    height: 2px;
    background: var(--green-mid);
    border-radius: 2px;
}

.mob-mv-card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-dark);
    margin-bottom: 24px;
}

/* ── 3-item tags row ── */
.mob-mv-tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 0;
    border-top: 1px solid rgba(40, 80, 9, .12);
    padding-top: 18px;
}

.mob-mv-tag {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 0 6px;
    /* border-right: 1px solid rgba(40, 80, 9, .12); */
}

.mob-mv-tag:last-child {
    border-right: none;
}

.mob-mv-tag-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #deebd5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-mv-tag-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mob-mv-tag span {
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.35;
    color: var(--text-dark);
}

/* ── Bottom Banner ── */
.mob-mv-banner {
    background: var(--green-mid);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    margin-top: 8px;
    min-height: 120px;
}

.mob-mv-banner-img-wrap {
    width: 130px;
    min-width: 130px;
    height: 120px;
    flex-shrink: 0;
}

.mob-mv-banner-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mob-mv-banner-text {
    flex: 1;
    padding: 18px 0;
}

.mob-mv-banner-line1 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .88);
    margin-bottom: 4px;
}

.mob-mv-banner-line2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--green-accent);
}

.mob-mv-banner-icon {
    width: 52px;
    height: 52px;
    margin-right: 18px;
    flex-shrink: 0;
}

.mob-mv-banner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ══════════════════════════════════
     OUR PRODUCT RANGE
  ══════════════════════════════════ */

.mob-prange {
    background: var(--white);
    padding: 20px 20px 0;
}

.mob-prange-hero {
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.mob-prange-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--green-accent);
    margin-bottom: 16px;
}

.mob-prange-eyebrow-line {
    width: 32px;
    height: 1px;
    background: var(--green-mid);
    opacity: .6;
}

.mob-prange-eyebrow-icon-wrap {
    width: 14px;
    height: 14px;
}

.mob-prange-eyebrow-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-prange-heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.mob-prange-heading span {
    color: var(--green-mid);
}

.mob-prange-sub {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-mid);
    line-height: 1.7;
    max-width: 360px;
    margin-bottom: 28px;
}

.mob-prange-categories-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 22px 0;
    border-top: 1px solid #ece7da;
    margin-bottom: 28px;
}

.mob-prange-categories-heading h2 {
    font-size: 26px;
    font-weight: 500;
    color: var(--text-dark);
    white-space: nowrap;
}

.mob-prange-categories-line {
    width: 220px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d7d0bd);
}

.mob-prange-categories-line-right {
    background: linear-gradient(90deg, #d7d0bd, transparent);
}

.mob-prange-categories-icon-wrap {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.mob-prange-categories-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-prange-cat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 48px;
}

.mob-prange-cat-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: auto;
    border: 1px solid #ece7da;
    display: flex;
    align-items: flex-start;
    background: #f9fbf7;
}

.mob-prange-cat-card img {
    height: 100%;
    width: 100%;
}




/* ══════════════════════════════════
        EXPERIENCE SECTION
  ══════════════════════════════════ */

.mob-exp {
    background: var(--white);
    padding: 36px 20px 0;
}

.mob-exp-header {
    text-align: center;
    margin-bottom: 28px;
}

.mob-exp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bg);
    border: 1px solid #d8e4d0;
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--green-mid);
    margin-bottom: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.mob-exp-badge-icon {
    width: 15px;
    height: 15px;
    display: flex;
}

.mob-exp-badge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-exp-heading {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.15;
    color: var(--text-dark);
    margin-bottom: 14px;
}

.mob-exp-heading-green {
    color: var(--green-mid);
}

.mob-exp-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.mob-exp-divider-line {
    width: 28px;
    height: 1.5px;
    background: var(--green-mid);
    opacity: .5;
    display: inline-block;
}

.mob-exp-divider-icon {
    width: 14px;
    height: 14px;
}

.mob-exp-divider-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-exp-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-mid);
    width: 80%;
    margin: 0 auto;
}

.mob-exp-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    background: var(--bg);
    border: 1px solid #e8ede4;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
}

.mob-exp-card--img-left {
    grid-template-columns: 1.2fr 0.8fr;
}

.mob-exp-card--img-right {
    grid-template-columns: 0.8fr 1.2fr;
}

.mob-exp-card--img-left .mob-exp-card-img-wrap {
    order: 1;
}

.mob-exp-card--img-left .mob-exp-card-body {
    order: 2;
}

.mob-exp-card--img-right .mob-exp-card-body {
    order: 1;
}

.mob-exp-card--img-right .mob-exp-card-img-wrap {
    order: 2;
}

.mob-exp-card-img-wrap {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 320px;
    overflow: hidden;
}

.mob-exp-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
    display: block;
}

.mob-exp-card-body {
    padding: 22px 18px;
    display: flex;
    gap: 15px;
}

.mob-exp-card-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--green-light);
    border: 1px solid #cddcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mob-exp-card-icon-wrap img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.mob-exp-card-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--green-mid);
}

.mob-exp-card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-mid);
    margin-left: -25px;
    margin-top: 20px;
}

/* .mob-exp-card-text.second {
    display: none;
} */

.mob-exp-footer-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 0 32px;
}

.mob-exp-footer-tag-line {
    flex: 1;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, #b8c8a8);
    display: inline-block;
}

.mob-exp-footer-tag-line:last-of-type {
    background: linear-gradient(90deg, #b8c8a8, transparent);
}

.mob-exp-footer-tag-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.mob-exp-footer-tag-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-exp-footer-tag-text {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-mid);
    white-space: nowrap;
}



/* ══════════════════════════════════
     ready to experience
  ══════════════════════════════════ */

.mob-ready {
    position: relative;
    background: var(--bg);
    padding: 28px 22px 0;
    overflow: hidden;
}

.mob-ready-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    border: 1px solid #d8e4d0;
    border-radius: 999px;
    padding: 7px 18px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--green-mid);
    margin: 0 auto 24px;
    display: flex;
    width: fit-content;
}

.mob-ready-badge-icon {
    width: 14px;
    height: 14px;
    display: flex;
}

.mob-ready-badge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-ready-heading {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.mob-ready-heading span {
    color: var(--green-mid);
}

.mob-ready-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.mob-ready-divider-line {
    width: 28px;
    height: 1.5px;
    background: var(--green-mid);
    opacity: .5;
    display: inline-block;
}

.mob-ready-divider-icon {
    width: 14px;
    height: 14px;
}

.mob-ready-divider-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-ready-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-mid);
}

.mob-ready-sub.second-text {
    display: none;
}

.mob-ready-img-wrap {
    position: absolute;
    /* width: calc(100% + 44px); */
    width: 600px;
    /* margin-left: -22px; */
    /* margin-right: 36px; */
    margin-bottom: 0;
    /* right: 0px; */
    top: 100px;
    left: 35%;
}

.mob-ready-img-wrap.img-second {
    display: none;
}

.mob-ready-img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
}

.mob-ready-store-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px 0;
}

.mob-ready-store-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #111111;
    color: var(--white);
    text-decoration: none;
    border-radius: 12px;
    padding: 12px 22px;
    width: 200px;
}

.mob-ready-store-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.mob-ready-store-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-ready-store-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.mob-ready-store-text small {
    font-size: 9px;
    font-weight: 400;
    opacity: .75;
}

.mob-ready-store-text strong {
    font-size: 15px;
    font-weight: 700;
}

/* ══════════════════════════════════
   MOB STATS BAR
  ══════════════════════════════════ */

.mob-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--white);
    border: 1px solid #e4ede5;
    border-radius: 16px;
    margin-bottom: 36px;
    overflow: hidden;
}

.mob-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 8px;
    border-right: 1px solid #e4ede5;
    gap: 4px;
}

.mob-stat:last-child {
    border-right: none;
}

.mob-stat-icon-wrap {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
}

.mob-stat-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-stat-number {
    font-size: 17px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1;
}

.mob-stat-label {
    font-size: 9.5px;
    font-weight: 500;
    color: var(--text-light);
    line-height: 1.3;
}

/* ══════════════════════════════════
   MOB FOOTER
  ══════════════════════════════════ */

.mob-footer {
    background: var(--green-dark);
    padding: 32px 22px 0;
    border-radius: 20px 20px 0 0;
}

.mob-footer-top {
    display: flex;
    justify-content: space-between;
    /* padding-bottom: 28px; */
}

.mob-footer-top hr {
    border-color: var(--green-accent);
}

.mob-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.mob-footer-logo-mark {
    width: 38px;
    height: 38px;
}

.mob-footer-logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-footer-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.mob-footer-logo-name {
    font-size: 20px;
    font-weight: 800;
    color: var(--white);
}

.mob-footer-logo-tagline {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .04em;
    color: #fff;
}

.mob-footer-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 18px;
}

.mob-footer-social {
    display: flex;
    gap: 10px;
}

.mob-footer-social-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-footer-social-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(10);
}

.mob-footer-links-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.mob-footer-col-heading {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.mob-footer-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mob-footer-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
}

.mob-footer-list-icon {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.mob-footer-list-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-footer-mid-divider {
    height: 1px;
    /* background: rgba(255, 255, 255, .1); */
    background: var(--green-accent);
    margin: 28px 0;
    opacity: 0.4;
}

.mob-footer-mid {
    display: flex;
    justify-content: space-between;
    padding-bottom: 28px;
}

.mob-footer-mid hr {
    border-color: var(--green-accent);
}

.mob-footer-mid-heading {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 14px;
    margin-left: 5px;
}

.mob-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 10px;
}

.mob-footer-contact-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.mob-footer-contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-footer-payments {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mob-footer-payment-row {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mob-footer-payment-badge {
    border-radius: 8px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
}

.mob-footer-payment-badge img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}

.mob-footer-deliver-icons {
    display: flex;
    gap: 22px;
}

.mob-footer-deliver-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.mob-footer-deliver-icon-wrap {
    width: 34px;
    height: 34px;
    /* border-radius: 50%; */
    /* border: 1px solid rgba(255, 255, 255, .25); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-footer-deliver-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(10);
}

.mob-footer-deliver-item span {
    font-size: 10.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    line-height: 1.35;
}

.mob-footer-bottom-divider {
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

.mob-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 18px;
    flex-wrap: wrap;
    gap: 8px;
}

.mob-footer-copy {
    font-size: 10.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    white-space: nowrap;
}

.mob-footer-bottom-center {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mob-footer-bottom-leaf {
    display: flex;
    align-items: center;
    width: 12px;
    height: 12px;
}

.mob-footer-bottom-leaf img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-footer-bottom-tagline {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, .75);
    white-space: nowrap;
}

.mob-footer-rrr {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: var(--green-accent);
    white-space: nowrap;
}

.mob-footer-rrr-arrow {
    color: var(--green-accent);
    font-weight: 700;
}







/* ══════════════════════════════════
        TRUST SECTION
  ══════════════════════════════════ */

.mob-trust {
    background: var(--white);
    padding: 36px 20px 0;
}

.mob-trust-header {
    text-align: center;
    margin-bottom: 28px;
}

.mob-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bg);
    border: 1px solid #d8e4d0;
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--green-mid);
    margin-bottom: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.mob-trust-badge-icon {
    width: 15px;
    height: 15px;
    display: flex;
}

.mob-trust-badge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-trust-heading {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.18;
    color: var(--text-dark);
    margin-bottom: 14px;
}

.mob-trust-heading-green {
    color: var(--green-mid);
}

.mob-trust-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.mob-trust-divider-line {
    width: 28px;
    height: 1.5px;
    background: var(--green-mid);
    opacity: .5;
    display: inline-block;
}

.mob-trust-divider-icon {
    width: 14px;
    height: 14px;
}

.mob-trust-divider-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mob-trust-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-mid);
    text-align: center;
}


.mob-trust-card {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    background: var(--bg);
    border: 1px solid #e6edde;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 14px;
    min-height: 140px;
}

.mob-trust-card-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 16px 24px 20px;
}

.mob-trust-card-icon-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--green-light);
    border: 1px solid #cddcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 30px
}

.mob-trust-card-icon-wrap img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.mob-trust-card-text {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}

.mob-trust-card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.28;
    color: var(--green-mid);
}

.mob-trust-card-underline {
    display: block;
    width: 70px;
    height: 2.5px;
    background: var(--green-mid);
    border-radius: 2px;
}

.mob-trust-card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-mid);
}

.mob-trust-card-desc.second {
    display: none;
}

.mob-trust-card-img-wrap {
    width: 40%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.mob-trust-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mob-trust-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 0 32px;
}

.mob-trust-footer-line {
    flex: 1;
    height: 1px;
    background: #dde8d6;
    display: inline-block;
}

.mob-trust-footer-leaf {
    width: 60px;
    height: 28px;
    flex-shrink: 0;
}

.mob-trust-footer-leaf img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}