body {
    background: #f9f8f5;
    color: #322e22;
}

.wf-section {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 10px 30px rgba(36, 28, 18, 0.04);
}

.wf-section-full {
    position: relative;
    border-radius: 0;
    background: #ffffff;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    padding: 4rem 0;
}

.wf-muted {
    color: #6f675d;
}

.wf-eyebrow {
    display: inline-block;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: #eee8de;
    border-radius: 999px;
    padding: .45rem .8rem;
    margin-bottom: 1rem;
}

.wf-title {
    font-weight: 800;
}

.wf-box {
    background: rgba(244, 202, 125, 0.15);
    border-radius: 22px;
    padding: 1.25rem;
}

.mock-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.1rem;
    margin-bottom: 1rem;
    border: 1px solid #e7e1d5;
}

.mock-label {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #7c7468;
    margin-bottom: .4rem;
}

.mock-value {
    font-size: 1.25rem;
    font-weight: 500;
    color: #322e22;
}

.mock-pill {
    display: inline-block;
    margin-top: .7rem;
    padding: .35rem .65rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
    background: #fff0c7;
    color: #8a6200;
}

.wf-card {
    background: rgba(244, 202, 125, 0.15);
    border-radius: 18px;
    padding: 2rem;
    height: 100%;
}

.wf-icon {
    width: 44px;
    height: 44px;
    background: rgba(244, 202, 125, 0.15);
    border-radius: 12px;
    margin-bottom: 1rem;
}

.wf-stat {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.btn-dark {
    background: #322e22;
    border-color: #322e22;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .wf-section {
        padding: 2rem 1.5rem;
    }
}
