.is-home .site-header {
    background: #fdfbf7 !important;
    border-bottom: 1px solid rgba(22, 32, 45, 0.08) !important;
    box-shadow: 0 6px 24px rgba(22, 32, 45, 0.05) !important;
}

.is-home .site-nav__link,
.is-home .site-nav__summary {
    color: #283343 !important;
    background: transparent !important;
}

.is-home .site-nav__link:hover,
.is-home .site-nav__summary:hover {
    color: #283343 !important;
    background: rgba(44, 57, 73, 0.06) !important;
}

.is-home .site-nav__link--active {
    position: relative;
    color: #fff !important;
    background: #8f7d80 !important;
    box-shadow: none !important;
}

.is-home .site-nav__link--active::after {
    display: none;
}

.is-home .site-nav__icon-link,
.is-home .site-user__trigger {
    color: #283343 !important;
    border-color: rgba(40, 51, 67, 0.14) !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.is-home .site-brand img {
    filter: none !important;
}

.is-home .site-nav__actions {
    gap: 14px;
}

.is-home .site-nav__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid #7faa74;
    background: #fffdfa;
    color: #2e6f31;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
}

.is-home .site-nav__cta:hover {
    text-decoration: none;
    color: #265d29;
    background: #ffffff;
    border-color: #6f9f65;
}

.is-home .site-nav__cta i {
    font-size: 12px;
}

.is-home .site-nav__cta span {
    color: inherit;
}

@media (max-width: 920px) {
    .is-home .site-header {
        background: #fdfbf7 !important;
    }

    .is-home .site-nav {
        grid-template-columns: 44px auto 44px !important;
    }

    .is-home .site-mobile-brand {
        display: inline-flex !important;
        justify-self: center !important;
        align-items: center !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .is-home .site-mobile-brand img {
        display: block !important;
        width: 160px !important;
        height: auto !important;
        filter: none !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
    }

    .is-home .site-nav__mobile-actions {
        display: inline-flex !important;
        justify-content: flex-end !important;
    }

    .is-home .site-nav__toggle,
    .is-home .site-nav__mobile-icon,
    .is-home .site-nav__mobile-icon--user {
        color: #283343 !important;
        background: rgba(255, 255, 255, 0.92) !important;
        border-color: rgba(40, 51, 67, 0.14) !important;
        box-shadow: 0 10px 24px rgba(22, 32, 45, 0.06) !important;
    }
}

.site-mobile-drawer__action--cta {
    color: #3a8d4c;
    background: rgba(79, 159, 95, 0.08);
    border: 1px solid rgba(79, 159, 95, 0.22);
}

.site-mobile-drawer__action--cta:hover {
    color: #2f7840;
    background: rgba(79, 159, 95, 0.12);
}

.home-v3 .home-hero {
    padding: 38px 0 0;
    background:
        linear-gradient(90deg, rgba(252, 249, 243, 0.98) 0%, rgba(252, 249, 243, 0.94) 39%, rgba(252, 249, 243, 0.44) 62%, rgba(252, 249, 243, 0.12) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08));
}

.home-v3 .home-hero-bg {
    transform: none;
    filter: saturate(0.92) blur(1px);
}

.home-v3 .home-hero-overlay {
    background:
        linear-gradient(90deg, rgba(252, 249, 243, 0.98) 0%, rgba(252, 249, 243, 0.95) 38%, rgba(252, 249, 243, 0.46) 62%, rgba(252, 249, 243, 0.08) 100%),
        radial-gradient(900px 540px at 18% 48%, rgba(255, 255, 255, 0.56), transparent 60%);
}

.home-v3 .home-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 46px;
    align-items: center;
    min-height: 760px;
}

.home-v3 .home-title {
    margin: 0 0 18px;
    max-width: 680px;
    color: #142033;
    font-size: clamp(3rem, 6vw, 5rem);
    letter-spacing: -0.05em;
}

.home-v3 .home-title .grad {
    background: none;
    -webkit-text-fill-color: initial;
    color: #3c9b61;
}

.home-v3 .home-sub {
    max-width: 640px;
    color: rgba(20, 32, 51, 0.84);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
}

.home-v3 .home-sub-strong {
    margin-top: 6px;
    color: #182333;
    font-weight: 800;
}

.home-v3 .home-search {
    margin-top: 28px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 14px 18px;
    max-width: 700px;
    padding: 0;
    background: transparent;
    border: 0;
    backdrop-filter: none;
    box-shadow: none;
}

.home-v3 .home-search .f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-v3 .home-search .l {
    display: none;
}

.home-v3 .home-search .w {
    position: relative;
}

.home-v3 .home-search .w i {
    left: 20px;
    color: rgba(20, 32, 51, 0.55);
}

.home-v3 .home-search .i {
    height: 58px;
    border-radius: 20px;
    border: 1px solid rgba(20, 32, 51, 0.1);
    background: rgba(255, 255, 255, 0.96);
    color: #182333;
    padding: 0 18px 0 52px;
    box-shadow: 0 18px 45px rgba(25, 43, 34, 0.08);
}

.home-v3 .home-search .i::placeholder {
    color: rgba(24, 35, 51, 0.45);
    font-weight: 600;
}

.home-v3 .home-search .i:focus {
    border-color: rgba(60, 155, 97, 0.4);
    box-shadow: 0 0 0 4px rgba(60, 155, 97, 0.12), 0 18px 45px rgba(25, 43, 34, 0.08);
}

.home-v3 .home-search-hint {
    padding-left: 18px;
    color: rgba(24, 35, 51, 0.58);
    font-size: 14px;
    line-height: 1.4;
}

.home-v3 .home-search .b {
    margin-top: 6px;
    width: fit-content;
    min-width: 312px;
    height: 62px;
    padding: 0 26px;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #4f9f5f 0%, #3a8d4c 100%);
    box-shadow: 0 18px 40px rgba(58, 141, 76, 0.28);
}

.home-v3 .home-search .b:hover {
    filter: none;
    background: linear-gradient(135deg, #448f54 0%, #337d44 100%);
}

.home-v3 .home-order-note {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(24, 35, 51, 0.76);
    font-weight: 600;
}

.home-v3 .home-order-note i {
    color: #3a8d4c;
}

.home-v3 .home-hero-benefits {
    margin-top: 40px;
    gap: 16px 28px;
}

.home-v3 .home-hero-benefits .q {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    color: #1a2a3a;
    font-size: 16px;
    font-weight: 800;
}

.home-v3 .home-hero-benefits .q i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #3a8d4c;
    background: rgba(77, 159, 95, 0.12);
}

.home-v3 .home-hero-benefits .q:hover {
    color: #1a2a3a;
    background: transparent;
    transform: none;
}

.home-v3 .home-showcase-panel {
    padding: 0;
    overflow: hidden;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 28px 90px rgba(36, 48, 37, 0.16);
    backdrop-filter: blur(18px);
}

.home-v3 .home-showcase-media {
    position: relative;
    min-height: 360px;
    background: linear-gradient(135deg, #e6efe6, #cfdccf);
}

.home-v3 .home-showcase-media img,
.home-v3 .home-showcase-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.home-v3 .home-showcase-media img {
    object-fit: cover;
}

.home-v3 .home-showcase-placeholder {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 88px;
    color: rgba(58, 141, 76, 0.55);
}

.home-v3 .home-showcase-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: -48px 26px 0;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 248, 236, 0.96);
    box-shadow: 0 18px 50px rgba(53, 54, 38, 0.14);
}

.home-v3 .showcase-stat {
    display: flex;
    gap: 16px;
    padding: 24px 22px;
    align-items: flex-start;
}

.home-v3 .showcase-stat + .showcase-stat {
    border-left: 1px solid rgba(24, 35, 51, 0.08);
}

.home-v3 .showcase-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 159, 95, 0.14);
    color: #3a8d4c;
    font-size: 20px;
}

.home-v3 .showcase-stat-number {
    color: #162133;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.home-v3 .showcase-stat-label {
    margin-top: 8px;
    color: rgba(22, 33, 51, 0.8);
    font-size: 15px;
    line-height: 1.45;
}

.home-v3 .home-showcase-quote,
.home-v3 .home-showcase-check {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    margin: 26px;
}

.home-v3 .home-showcase-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, #4f9f5f, #255d34);
}

.home-v3 .home-showcase-quote p,
.home-v3 .home-showcase-check p {
    margin: 0;
    color: rgba(24, 35, 51, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

.home-v3 .home-showcase-quote strong,
.home-v3 .home-showcase-check strong {
    display: block;
    margin-top: 10px;
    color: #3a8d4c;
    font-size: 15px;
}

.home-v3 .home-showcase-check {
    padding: 20px 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(228, 241, 225, 0.95), rgba(241, 247, 230, 0.95));
}

.home-v3 .home-showcase-check i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 159, 95, 0.14);
    color: #3a8d4c;
    font-size: 20px;
}

.home-partner-band {
    margin-top: 26px;
    padding-bottom: 34px;
}

.home-v3 .home-how-it-works .trust-band {
    --band: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 246, 0.98));
}

.home-v3 .home-how-it-works .hd {
    text-align: center;
}

.home-v3 .home-how-it-works .hd p {
    max-width: 620px;
    margin-inline: auto;
}

.home-v3 .how-grid {
    gap: 14px;
}

.home-v3 .how-card {
    position: relative;
    padding: 22px 20px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(24, 35, 51, 0.08);
    box-shadow: 0 14px 36px rgba(20, 32, 51, 0.06);
}

.home-v3 .how-card-body {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: center;
}

.home-v3 .how-step {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    padding: 0;
    border-radius: 999px;
    background: #4a8f58;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
}

.home-v3 .how-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #edf4ea;
    color: #2f6b3a;
    font-size: 34px;
}

.home-v3 .how-copy h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.home-v3 .how-copy p {
    margin: 0;
    color: rgba(24, 35, 51, 0.78);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 1100px) {
    .site-nav__cta {
        padding: 0 14px;
        font-size: 14px;
    }

    .home-v3 .home-categories-slab {
        width: 100%;
        padding-inline: 0;
    }

    .home-partner-band {
        margin-top: 18px;
    }

    .home-v3 .home-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .home-v3 .home-search {
        max-width: none;
    }

    .home-v3 .home-hero-right {
        max-width: 720px;
    }

    .home-v3 .how-grid {
        grid-template-columns: 1fr;
    }

    .home-v3 .cat-grid {
        justify-content: center;
    }
}

@media (max-width: 720px) {
    .home-v3 .home-categories-section {
        display: none;
    }

    .site-nav__cta {
        display: none;
    }

    .home-partner-band {
        margin-top: 12px;
        padding-bottom: 24px;
    }

    .home-v3 .home-hero {
        padding-top: 24px;
    }

    .home-v3 .home-title {
        font-size: 46px;
    }

    .home-v3 .home-sub {
        font-size: 18px;
    }

    .home-v3 .home-search {
        grid-template-columns: 1fr;
    }

    .home-v3 .cat-grid {
        justify-content: stretch;
        width: 100%;
    }

    .home-v3 .cat-ic {
        height: 188px;
    }

    .home-v3 .cat-card {
        flex-basis: 100%;
    }

    .home-v3 .how-card {
        padding: 18px;
    }

    .home-v3 .how-card-body {
        grid-template-columns: 56px 1fr;
        gap: 14px;
        align-items: start;
    }

    .home-v3 .how-icon {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }

    .home-v3 .home-search .b {
        width: 100%;
        min-width: 0;
    }

    .home-v3 .home-showcase-stats {
        grid-template-columns: 1fr;
        margin: -34px 18px 0;
    }

    .home-v3 .home-showcase-media {
        min-height: auto;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    .home-v3 .home-showcase-media img,
    .home-v3 .home-showcase-placeholder {
        height: 100%;
    }

    .home-v3 .showcase-stat + .showcase-stat {
        border-left: 0;
        border-top: 1px solid rgba(24, 35, 51, 0.08);
    }

    .home-v3 .home-showcase-quote,
    .home-v3 .home-showcase-check {
        margin: 18px;
    }

    .home-v3 .home-hero-benefits {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}
