/* =========================================================================
   Probate & Valuations page styles
   -------------------------------------------------------------------------
   Reuses site-wide utilities (.bg-tcc2, .bg-tcc3, .tcc-badge1, .btn-tcc3,
   .btn-tcc4, .container, etc.) for visual parity with the rest of the
   site. The procedure-list / procedure-item card pattern mirrors the
   "Our Consignment Milestones" and "Our Grading Timeline" sections —
   the rules below are scoped under .probate-offer-section so they
   match those sections exactly without affecting other pages.
   ========================================================================= */

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

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

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

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

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

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

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

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

/* ---------- What We Offer (cream bg, milestone-style cards) ---------- */
.probate-offer-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.probate-offer-section h4 {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #1a162c;
}

.probate-offer-section .procedure-list {
    position: relative;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

.probate-offer-section .procedure-list .procedure-divider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 2px;
    background-color: #7a292a;
    z-index: 0;
}

.probate-offer-section .procedure-list .procedure-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 22%;
    border: 2px solid #7a292a;
    padding: 20px;
    position: relative;
    z-index: 1;
    background-color: #ece8dc;
}

.probate-offer-section .procedure-list .procedure-item .procedure-item-title {
    font-family: "Hamlin";
    font-weight: 800;
    font-size: 16px;
    color: #7a292a;
    margin-top: 6px;
    text-transform: uppercase;
}

.probate-offer-section .procedure-list .procedure-item .procedure-item-text {
    font-family: "Hamlin";
    font-weight: 400;
    font-size: 13px;
    color: #1a162c;
    margin-top: 10px;
    line-height: 1.5;
}

/* ---------- Why / How It Works (white, two columns) ---------- */
.probate-why-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

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

.probate-why-section .probate-steps {
    list-style: decimal;
    padding-left: 18px;
    margin: 0;
}

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

.probate-why-section .probate-steps li strong {
    display: block;
    font-weight: 700;
    color: #1a162c;
}

.probate-why-section .probate-steps li span {
    display: block;
    opacity: 0.85;
    margin-top: 2px;
}

/* ---------- Trusted Support (burgundy, two columns) ---------- */
.probate-trust-section {
    background-color: #7b1f21;
    padding-top: 80px;
    padding-bottom: 80px;
}

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

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

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

/* ---------- Responsive ---------- */
@media screen and (max-width: 991px) {
    .probate-offer-section .procedure-list .procedure-item {
        flex-basis: 47%;
    }
    .probate-offer-section .procedure-list .procedure-divider {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .probate-head-texts h1 {
        font-size: 36px;
    }
    .probate-head-texts p {
        font-size: 14px;
    }
    .probate-intro-section .probate-intro-title,
    .probate-trust-section .probate-trust-title {
        font-size: 22px;
    }
    .probate-offer-section .procedure-list .procedure-item {
        flex-basis: 100%;
    }
}
