.home-hero-wrap {
    padding: 0;
}

.home-hero {
    align-items: center;
    background:
        radial-gradient(circle at 88% 16%, rgba(255, 255, 255, .5), transparent 28%),
        linear-gradient(135deg, #fff7ef 0%, #f6dbc2 52%, #efad78 100%);
    border: 1px solid rgba(226, 153, 101, .38);
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(111, 77, 53, .13);
    display: flex;
    justify-content: space-between;
    min-height: 190px;
    overflow: hidden;
    padding: 30px 34px;
    position: relative;
}

.home-hero-copy {
    max-width: 680px;
    position: relative;
    z-index: 2;
}

.home-hero-kicker,
.home-section-kicker {
    color: #d8753e;
    display: inline-flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.home-hero-kicker {
    align-items: center;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(216, 117, 62, .2);
    border-radius: 999px;
    gap: 7px;
    padding: 7px 11px;
}

.home-hero h1 {
    color: #302923;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
    margin: 14px 0 10px;
    max-width: 640px;
}

.home-hero-copy > p {
    color: #61564e;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    max-width: 610px;
}

.home-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.home-hero-features span {
    align-items: center;
    background: rgba(255, 255, 255, .78);
    border-radius: 999px;
    color: #51473f;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
    padding: 7px 10px;
}

.home-hero-features i {
    color: #e28149;
}

.home-hero-icon {
    align-items: center;
    background: rgba(255, 255, 255, .42);
    border: 1px solid rgba(255, 255, 255, .64);
    border-radius: 50%;
    color: rgba(216, 117, 62, .72);
    display: flex;
    flex: 0 0 112px;
    font-size: 43px;
    height: 112px;
    justify-content: center;
    margin-left: 24px;
    transform: rotate(-5deg);
}

.home-main-category {
    align-items: center;
    background: #fff;
    border: 1px solid #eee4dc;
    border-radius: 18px;
    box-shadow: 0 9px 24px rgba(80, 61, 48, .09);
    display: flex;
    gap: 12px;
    padding: 13px 16px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.home-main-category:hover {
    box-shadow: 0 13px 28px rgba(80, 61, 48, .14);
    transform: translateY(-1px);
}

.home-main-category-icon {
    align-items: center;
    background: #fff0e4;
    border-radius: 13px;
    color: #e28149;
    display: flex;
    flex: 0 0 42px;
    font-size: 17px;
    height: 42px;
    justify-content: center;
}

.home-main-category > div {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.home-main-category small {
    color: #92979c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-main-category a {
    color: #34302c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    margin-top: 2px;
    text-decoration: none;
}

.home-main-category a:hover,
.home-main-category a:focus {
    color: #d8753e;
    text-decoration: none;
}

.home-main-category-arrow {
    color: #d7b098;
    margin-left: auto;
}

.home-about {
    background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
    border: 1px solid #eee4dc;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(80, 61, 48, .09);
    color: #56504b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 10px 0 24px;
    overflow: hidden;
    padding: 32px;
}

.home-about-intro {
    max-width: 820px;
}

.home-about h2,
.home-about h3 {
    color: #302d2a;
    font-family: inherit;
    font-weight: 800;
    letter-spacing: -.025em;
}

.home-about h2 {
    font-size: clamp(22px, 2.7vw, 34px);
    line-height: 1.17;
    margin: 8px 0 12px;
}

.home-about-intro > p {
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.home-steps {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
}

.home-step {
    background: #fff;
    border: 1px solid #eee8e3;
    border-radius: 18px;
    min-width: 0;
    padding: 20px;
    position: relative;
}

.home-step > i {
    align-items: center;
    background: #fff0e4;
    border-radius: 12px;
    color: #df7c43;
    display: flex;
    font-size: 16px;
    height: 39px;
    justify-content: center;
    margin-bottom: 15px;
    width: 39px;
}

.home-step-number {
    color: #ead9ce;
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    right: 17px;
    top: 14px;
}

.home-step h3 {
    font-size: 15px;
    line-height: 1.25;
    margin: 0 0 7px;
}

.home-step p {
    color: #74706c;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}

.home-benefits {
    align-items: start;
    border-top: 1px solid #eee5de;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    margin-top: 28px;
    padding-top: 28px;
}

.home-benefits-heading h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 7px 0 9px;
}

.home-benefits-heading p {
    color: #74706c;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

.home-benefits-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-benefits-list li {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #eee8e3;
    border-radius: 14px;
    display: flex;
    font-size: 12px;
    gap: 11px;
    line-height: 1.55;
    padding: 12px 14px;
}

.home-benefits-list li > i {
    color: #df7c43;
    flex: 0 0 18px;
    margin-top: 3px;
    text-align: center;
}

.home-benefits-list strong {
    color: #3a3632;
}

.home-safety-note {
    align-items: center;
    background: #f4f8f7;
    border: 1px solid #dcebe6;
    border-radius: 16px;
    display: flex;
    gap: 13px;
    margin-top: 24px;
    padding: 14px 16px;
}

.home-safety-note > i {
    color: #3ca68a;
    flex: 0 0 24px;
    font-size: 20px;
    text-align: center;
}

.home-safety-note p {
    color: #56635f;
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 767.98px) {
    .home-hero {
        min-height: 0;
        padding: 23px 20px;
    }

    .home-hero-icon {
        display: none;
    }

    .home-hero h1 {
        font-size: 27px;
    }

    .home-hero-copy > p {
        font-size: 14px;
    }

    .home-about {
        border-radius: 20px;
        padding: 24px 18px;
    }

    .home-steps,
    .home-benefits {
        grid-template-columns: 1fr;
    }

    .home-benefits {
        gap: 18px;
    }
}

@media (max-width: 420px) {
    .home-hero {
        padding: 21px 17px;
    }

    .home-hero h1 {
        font-size: 24px;
    }

    .home-hero-features span {
        width: 100%;
    }

    .home-main-category {
        padding: 11px 12px;
    }
}
