/* =========================================================================
   Sell Your Coins 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's .about-section4-person overlay
     (loaded by the blade template).
   - Section-specific rules live here, scoped under per-section classes
     so they don't leak to other pages.
   ========================================================================= */

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

.syc-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;
}

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

.syc-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;
}

.syc-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) ---------- */
.syc-intro-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

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

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

/* ---------- Why Sell (white bg, two columns) ---------- */
.syc-why-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.syc-why-section .syc-why-title {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #1a162c;
}

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

.syc-why-section .syc-why-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}

/* ---------- Route to Sale / How It Works (cream bg, two columns) ---------- */
.syc-route-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.syc-route-section .syc-route-title {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    color: #1a162c;
}

.syc-route-section .syc-route-list,
.syc-route-section .syc-steps {
    margin: 0;
    padding-left: 18px;
}

.syc-route-section .syc-route-list {
    list-style: none;
    padding-left: 0;
}

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

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

.syc-route-section .syc-route-list li span,
.syc-route-section .syc-steps li span {
    opacity: 0.85;
}

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

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

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

/* ---------- Ready to Sell — burgundy CTA strip ---------- */
.syc-ready-section {
    background-color: #7b1f21;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #ece8dc;
}

.syc-ready-section .syc-ready-title {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
}

.syc-ready-section .syc-ready-text {
    font-family: "Hamlin";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #ece8dc;
    max-width: 720px;
    margin-bottom: 0;
}

.syc-ready-section .syc-ready-subtitle {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #ece8dc;
    letter-spacing: 0.02em;
}

.syc-ready-section .syc-ready-address,
.syc-ready-section .syc-ready-address a {
    font-family: "Hamlin";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #ece8dc;
    text-decoration: none;
}

.syc-ready-section .syc-ready-address a:hover {
    text-decoration: underline;
}

.syc-ready-section iframe {
    border-radius: 6px;
}

/* The "We speak…" badge sits on a cream .bg-tcc2 chip inside the burgundy
   section. Section-level color: #ece8dc would make .p2 white on cream
   (invisible). Restore the burgundy text colour used by contact-section1. */
.syc-ready-section .bg-tcc2 .p2 {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: #7a292a;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 767px) {
    .syc-head-texts h1 {
        font-size: 36px;
    }
    .syc-head-texts p {
        font-size: 14px;
    }
    .syc-intro-section .syc-intro-title,
    .syc-specialist-section .syc-specialist-title {
        font-size: 22px;
    }
    .syc-ready-section .syc-ready-title {
        font-size: 22px;
    }
}
