/* ============================================
   Page Title Block
   ============================================ */

.amoun-pt {
    width: 100%;
    padding: 70px 0 0;
    text-align: center;
}

.amoun-pt__head {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.amoun-pt__subtitle {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--color-accent); /* orange */
    margin-bottom: 14px;
}

.amoun-pt__title {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.15;
    color: var(--color-primary); /* navy blue */
    margin: 0;
}

/* Description — fullwidth strip */
.amoun-pt__desc {
    width: 100%;
    margin-top: 40px;
    padding: 36px 40px;
    background: #f4f5f8;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    text-align: center;
}

.amoun-pt__desc p {
    max-width: 860px;
    margin: 0 auto 16px;
}

.amoun-pt__desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .amoun-pt__head  { padding: 0 20px; }
    .amoun-pt__desc  { padding: 28px 20px; }
}
