/* =========================================================================
   Advance Payments page styles
   -------------------------------------------------------------------------
   Same conventions as the rest of the site:
   - Reuses .bg-tcc2 / .bg-tcc3, .btn-tcc3 / .btn-tcc4, .tcc-badge1, etc.
   - Hero pattern mirrors the grading page (img + linear-gradient mask).
   - Specialist cards rely on about.css (.about-section4-person overlay),
     loaded by the blade template — same approach as the grading and
     sell-your-coins pages.
   ========================================================================= */

/* ---------- Hero (mirrors grading-header) ---------- */
.ap-header-img {
    object-fit: cover;
    height: 280px;
    width: 100%;
}

.ap-header-img-mask {
    background: linear-gradient(90deg, #18182e 0%, rgba(24, 24, 46, 0.55) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.ap-head-texts {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.ap-head-texts h1 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ece8dc;
    letter-spacing: 0.04em;
}

.ap-head-texts p {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: #ece8dc;
    opacity: 0.5;
}

/* ---------- Intro (dark navy, two columns) ---------- */
.ap-intro-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ap-intro-section .ap-intro-title {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.1;
}

.ap-intro-section .ap-intro-text {
    font-family: "Hamlin";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #ece8dc;
    margin-bottom: 0;
}

.ap-intro-section .ap-intro-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
}

/* ---------- Shared: section title + body text + bullet/ordered lists ---------- */
.ap-section-title {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    color: #1a162c;
}

.ap-body-text {
    font-family: "Hamlin";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #1a162c;
    opacity: 0.85;
    margin-bottom: 0;
}

.ap-feature-list,
.ap-steps {
    margin: 0;
    padding-left: 18px;
}

.ap-feature-list {
    list-style: none;
    padding-left: 0;
}

.ap-feature-list li,
.ap-steps li {
    font-family: "Hamlin";
    font-size: 14px;
    color: #1a162c;
    line-height: 1.6;
    margin-bottom: 14px;
}

.ap-feature-list li strong,
.ap-steps li strong {
    display: inline-block;
    font-weight: 700;
    color: #1a162c;
    margin-right: 4px;
}

.ap-feature-list li span,
.ap-steps li span {
    opacity: 0.85;
}

/* ---------- How It Works (white bg, two columns) ---------- */
.ap-how-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* ---------- Why / The Process (cream bg, two columns) ---------- */
.ap-why-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* ---------- Speak to a Specialist (white bg, three cards) ---------- */
.ap-specialist-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ap-specialist-section .ap-specialist-title {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    color: #1a162c;
    line-height: 1.1;
}

.ap-specialist-section .ap-specialist-description {
    font-family: "Hamlin";
    font-weight: 400;
    font-size: 14px;
    color: #1a162c;
    opacity: 0.7;
    line-height: 1.6;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 767px) {
    .ap-head-texts h1 {
        font-size: 32px;
    }
    .ap-head-texts p {
        font-size: 13px;
    }
    .ap-intro-section .ap-intro-title {
        font-size: 22px;
    }
    .ap-specialist-section .ap-specialist-title {
        font-size: 22px;
    }
}
