.ipc-f127fa06-wrap {
    background-color: #f5f0e8;
    border-top: 4px solid #b8962e;
    padding: 60px 80px;
    max-width: 860px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Header */
.ipc-f127fa06-eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b8962e;
    margin: 0 0 18px;
    text-align: center;
}
.ipc-f127fa06-title {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
    text-align: center;
    line-height: 1.15;
}
.ipc-f127fa06-tagline {
    font-size: 1.05rem;
    color: #555;
    text-align: center;
    margin: 0 0 40px;
}

/* Price block */
.ipc-f127fa06-price-block {
    text-align: center;
    margin-bottom: 48px;
}
.ipc-f127fa06-price {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 700;
    color: #b8962e;
    margin: 0 0 10px;
    line-height: 1;
}
.ipc-f127fa06-price-note {
    font-size: 0.95rem;
    color: #777;
    margin: 0;
}

/* Items section */
.ipc-f127fa06-items-wrap {
    margin-bottom: 48px;
}
.ipc-f127fa06-items-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b8962e;
    text-align: center;
    margin: 0 0 28px;
}
.ipc-f127fa06-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ipc-f127fa06-item {
    border-left: 3px solid #b8962e;
    padding: 14px 0 14px 20px;
    font-size: 1rem;
    color: #2a2a2a;
    line-height: 1.5;
    margin-bottom: 4px;
}

/* CTA */
.ipc-f127fa06-cta {
    text-align: center;
}
.ipc-f127fa06-btn {
    display: inline-block;
    background-color: #b8962e;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 22px 52px;
    transition: background-color 0.2s ease;
}
.ipc-f127fa06-btn:hover {
    background-color: #9a7d25;
    color: #ffffff;
}
.ipc-f127fa06-btn-note {
    font-size: 0.9rem;
    color: #777;
    margin: 18px 0 0;
}

@media (max-width: 768px) {
    .ipc-f127fa06-wrap {
        padding: 40px 28px;
    }
    .ipc-f127fa06-btn {
        padding: 18px 32px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}
