.pg-hero {
    color: #f4f7f5;
    background:
            linear-gradient(rgba(184, 243, 208, 0.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(184, 243, 208, 0.045) 1px, transparent 1px),
            linear-gradient(135deg, var(--color-bg-dark) 0%, #319d93 100%);
    border-bottom: 1px solid rgba(184, 243, 208, 0.26);
}

.pg-eyebrow {
    display: inline-flex;
    padding: 5px 10px;
    border: 1px solid rgba(184, 243, 208, 0.32);
    color: var(--color-primary-light);
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.pg-title {
    margin: 0 0 8px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.06;
}

.pg-lead {
    color: #b9c7c2;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 740px;
}

.pg-section-soft {
    background: #eef3f1;
}

.pg-facts {
    display: grid;
    gap: 10px;
}

.pg-fact {
    padding: 18px 20px;
    border: 1px solid #d6e2dc;
    border-radius: 10px;
    background: #fff;
}

.pg-fact-value {
    margin-bottom: 6px;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: #0b6f4a;
    line-height: 1;
}

.pg-fact-label {
    color: #4f5d58;
    line-height: 1.45;
}

.pg-step {
    height: 100%;
    padding: 20px;
    border: 1px solid #d6e2dc;
    border-radius: 10px;
    background: #fff;
}

.pg-step-num {
    margin-bottom: 8px;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: #0b6f4a;
}

.pg-step p {
    color: #4f5d58;
    line-height: 1.55;
}
