#cost .cost-options {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.goodpay-functions {
    background:
        radial-gradient(circle at 12% 14%, rgba(247, 174, 131, 0.22), transparent 30%),
        linear-gradient(180deg, var(--bg-surface) 0%, var(--bg-surface-alt) 100%);
}

.goodpay-functions .section-title,
.goodpay-functions .section-subtitle {
    text-align: left;
}

.goodpay-functions .section-subtitle {
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
}

.goodpay-functions .product-grid-3 {
    margin-top: 2.625rem;
}

.goodpay-functions .product-card {
    padding: 1.5rem;
    border: 1px solid rgba(25, 22, 51, 0.1);
    box-shadow: 0 18px 50px rgba(25, 22, 51, 0.07);
    text-align: left;
}

.goodpay-functions .product-card h3 {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin: 0 0 0.625rem;
    font-size: 1.12rem;
    line-height: 1.22;
}

.goodpay-functions .product-card p {
    margin: 0;
}

.goodpay-function-icon {
    display: inline-flex;
    width: 2.125rem;
    height: 2.125rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--brand-peach);
    color: var(--brand-navy);
}

.goodpay-function-icon svg {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.faq-item h3 {
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.faq-item p {
    color: var(--text-secondary);
    line-height: 1.6;
}
