.metodo-main {
    max-width: 1100px;
    margin: 40px auto 30px auto;
    padding: 0 16px 30px 16px;
    background: #fff7f2;
    border-radius: 24px;
    box-shadow: 0 2px 22px #f5d6c733;
}

.metodo-main h1 {
    text-align: center;
    color: #b88258;
    font-size: 2.8rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 700;
}

.metodo-main h2 {
    color: #a76a4b;
    font-size: 2rem;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 26px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.metodo-main p {
    font-size: 1.35rem;
    color: #543524;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.intro-metodo {
    font-size: 1.5rem;
    color: #b88258;
    margin-bottom: 38px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.3px;
}

.ocho-pasos-lista {
    margin: 0 auto 32px auto;
    max-width: 850px;
    list-style: none;
    padding: 0;
    font-size: 1.22rem;
}
.ocho-pasos-lista li {
    margin-bottom: 20px;
    background: #fbeee2;
    padding: 22px 18px 14px 18px;
    border-radius: 14px;
    color: #6e3d29;
    box-shadow: 0 1px 8px #ffe1cf6a;
    font-weight: 600;
    font-size: 1.15rem;
}

.formas-main-title {
    font-size: 2.2rem;
    color: #b88258;
    text-align: center;
    font-weight: 900;
    margin: 60px 0 12px 0;
    letter-spacing: 1.5px;
}

.formas-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 24px;
}

.forma-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px #ffe1cf66;
    padding: 32px 24px 24px 24px;
    max-width: 320px;
    min-width: 250px;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 28px;
    border: 2px solid #fbeee2;
}

.forma-card h3 {
    font-size: 1.44rem;
    color: #a76a4b;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 800;
}

.forma-card .forma-sub {
    font-size: 1.19rem;
    color: #b88258;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.forma-card ul {
    font-size: 1.1rem;
    color: #6e3d29;
    margin-bottom: 18px;
    padding-left: 19px;
    text-align: left;
    width: 100%;
}

.forma-card li {
    margin-bottom: 8px;
}

.forma-card .frase-final {
    font-size: 1.25rem;
    color: #f38c5a;
    font-weight: bold;
    background: #fff5ea;
    border-radius: 9px;
    margin-top: 12px;
    padding: 8px 6px;
    text-align: center;
    letter-spacing: 0.5px;
    border: 1.5px solid #ffd7b5;
}

.forma-card .btn-wsp {
    display: inline-block;
    margin-top: 17px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 10px 22px;
    border-radius: 8px;
    box-shadow: 0 1px 5px #25d36655;
    text-decoration: none;
    transition: background .2s, color .2s;
}
.forma-card .btn-wsp:hover {
    background: #1eb958;
    color: #fff;
}

@media (max-width: 1000px) {
    .formas-4 {
        flex-direction: column;
        gap: 28px;
        align-items: center;
    }
    .metodo-main {
        margin: 16px 3px;
        padding: 0 3px 14px 3px;
    }
}

@media (max-width: 700px) {
    .metodo-main h1 {
        font-size: 2.2rem;
    }
    .metodo-main h2 {
        font-size: 1.28rem;
        margin-top: 25px;
    }
    .formas-main-title {
        font-size: 1.5rem;
    }
    .forma-card {
        padding: 18px 5px 13px 5px;
        min-width: 95vw;
        max-width: 99vw;
    }
    .intro-metodo {
        font-size: 1.09rem;
    }
    .metodo-main p {
        font-size: 1.03rem;
    }
    .ocho-pasos-lista {
        font-size: 1rem;
    }
}
