.home-how-section {
    background:
        radial-gradient(circle at top right, rgba(244, 226, 200, 0.38), transparent 32%),
        linear-gradient(180deg, #f8fbfc 0%, #f6f3ee 100%);
}

.home-how-shell {
    background:
        radial-gradient(circle at top left, rgba(217, 111, 50, 0.12), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(255,249,243,.97) 48%, rgba(244,248,247,.96) 100%);
    border: 1px solid rgba(23, 49, 58, 0.08);
    box-shadow: 0 28px 56px rgba(23, 49, 58, 0.09);
}

.home-how-title {
    color: #17313a;
    font-size: clamp(2rem, 2.7vw, 3rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.home-how-lead {
    max-width: 46rem;
    color: #61767d;
    font-size: 1.06rem;
    line-height: 1.75;
}

.home-how-card {
    height: 100%;
    padding: 1.45rem 1.35rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(23, 49, 58, 0.08);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 34px rgba(23, 49, 58, 0.07);
}

.home-how-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(243, 154, 86, 0.18), rgba(234, 113, 54, 0.14));
    color: #c85b27;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(234, 113, 54, 0.08);
}

.home-how-card-title {
    margin-bottom: 0.6rem;
    color: #17313a;
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.home-how-card-desc {
    color: #5f7278;
    font-size: 1rem;
    line-height: 1.72;
}

.home-how-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    border-radius: 1.5rem;
    background: rgba(23, 49, 58, 0.05);
    border: 1px solid rgba(23, 49, 58, 0.07);
}

.home-how-strip-title {
    color: #17313a;
    font-size: 1.03rem;
    font-weight: 800;
}

.home-how-strip-desc {
    color: #61767d;
    font-size: 0.97rem;
    line-height: 1.6;
}

.home-how-btn {
    min-height: 2.95rem;
    padding: 0.8rem 1.2rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background-color .18s ease;
}

.home-how-btn:hover {
    transform: translateY(-1px);
}

.home-how-btn-primary {
    background: linear-gradient(135deg, #17313a 0%, #244650 100%);
    border: 1px solid rgba(23,49,58,.92);
    color: #fff;
    box-shadow: 0 14px 28px rgba(23,49,58,.18);
}

.home-how-btn-primary:hover,
.home-how-btn-primary:focus {
    color: #fff;
    box-shadow: 0 18px 34px rgba(23,49,58,.22);
    filter: brightness(1.02);
}

.home-how-btn-secondary {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(23,49,58,.18);
    color: #17313a;
    box-shadow: 0 12px 22px rgba(23,49,58,.08);
}

.home-how-btn-secondary:hover,
.home-how-btn-secondary:focus {
    color: #17313a;
    background: rgba(255,255,255,.98);
    box-shadow: 0 16px 26px rgba(23,49,58,.12);
}

@media (max-width: 991.98px) {
    .home-how-strip {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .home-how-shell {
        border-radius: 1.65rem !important;
    }

    .home-how-card {
        padding: 1.2rem 1.05rem;
        border-radius: 1.25rem;
    }

    .home-how-title {
        font-size: 1.85rem;
    }

    .home-how-lead,
    .home-how-card-desc {
        font-size: 0.96rem;
    }

    .home-how-btn {
        min-height: 2.8rem;
        padding: 0.72rem 1rem;
        font-size: 0.78rem;
    }

    .home-how-strip {
        padding: 1.05rem 1rem;
        border-radius: 1.2rem;
    }
}
