.road-price-page {
    color: #666;
}

.road-price-page h2,
.road-price-page h3,
.road-price-page h4 {
    color: #222;
}

.road-price-page h2 {
    font-size: 38px;
    line-height: 1.18;
    margin-bottom: 18px;
}

.road-price-page h3 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 18px;
}

.road-price-page h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 14px;
    padding-bottom: 13px;
    position: relative;
}

.road-price-page h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: #ff5e15;
    border-radius: 2px;
}

.road-price-page p,
.road-price-page li,
.road-price-callout,
.road-price-callout p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.road-price-page .kicker {
    color: #ff5e15;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.road-price-page .lead {
    color: #444;
    font-size: 18px;
}

.road-price-image-stack img {
    margin-bottom: 24px;
    height: auto;
}

.road-price-callout {
    border-left: 5px solid #ff5e15;
    background: #f7f7f7;
    padding: 24px 28px;
    margin: 28px 0;
}

.price-summary-full {
    margin-top: 35px;
    margin-bottom: 45px;
}

.road-price-full-callout {
    margin-top: 35px;
    margin-bottom: 55px;
}

.road-price-table-wrapper {
    width: 100%;
    overflow-x: visible;
}

.road-price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    background: #fff;
    border: 1px solid #e7e7e7;
}

.road-price-table th,
.road-price-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    vertical-align: top;
}

.road-price-table th {
    background: #111827;
    color: #fff;
    font-weight: 700;
}

.road-price-table tr:last-child td {
    border-bottom: none;
}

.small-note {
    font-size: 14px !important;
    color: #777 !important;
    margin-top: -8px;
}

.road-price-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 28px 0;
}

.road-price-card,
.scenario-card {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 24px;
    min-height: 190px;
}



.scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 28px 0;
}

.faq-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
}

.faq-card {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 22px 0;
}

.faq-card:last-child {
    border-bottom: 0;
}



.faq-card p {
    margin-bottom: 0;
}

.related-pages-wrap {
    border-top: 0;
    padding-top: 15px;
    margin-top: 45px;
}

.related-pages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 24px;
}

.related-page-card,
.related-page-card:hover {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 24px;
    min-height: 150px;
    transform: none !important;
    box-shadow: none !important;
    transition: none !important;
}

.related-title-link,
.related-title-link:visited,
.related-title-link:hover,
.related-title-link:focus {
    display: block;
    color: #222 !important;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 12px;
    text-decoration: none !important;
}

.related-page-card a.related-cta-link,
.related-page-card a.related-cta-link:visited,
.related-page-card a.related-cta-link:hover,
.related-page-card a.related-cta-link:focus {
    display: block;
    color: #ff5e15 !important;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .road-price-page .row.mt-50,
    .road-price-page .row {
        row-gap: 30px;
    }

    .road-price-image-stack {
        margin-top: 25px;
    }

    .road-price-card-grid,
    .scenario-grid,
    .related-pages-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .road-price-page {
        overflow-x: hidden;
    }

    .road-price-page h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .road-price-page h3 {
        font-size: 24px;
    }

    .road-price-page h4 {
        font-size: 19px;
    }

    .road-price-page p,
    .road-price-page li,
    .road-price-callout,
    .road-price-callout p {
        font-size: 15px;
        line-height: 1.7;
    }

    .road-price-callout {
        padding: 20px;
        margin: 24px 0;
    }

    .road-price-card,
    .scenario-card,
    .related-page-card {
        min-height: auto;
    }

    .road-price-table-wrapper {
        width: 100%;
        overflow-x: visible !important;
    }

    .road-price-table {
        display: block;
        width: 100%;
        min-width: 0 !important;
        border: 0;
        background: transparent;
        margin: 24px 0;
    }

    .road-price-table thead {
        display: none;
    }

    .road-price-table tbody,
    .road-price-table tr,
    .road-price-table td {
        display: block;
        width: 100%;
    }

    .road-price-table tr {
        background: #fff;
        border: 1px solid #e7e7e7;
        margin-bottom: 16px;
        padding: 14px 16px;
    }

    .road-price-table td {
        border-bottom: 0;
        padding: 7px 0;
        font-size: 15px;
        line-height: 1.6;
    }

    .road-price-table td:nth-child(1) {
        color: #222;
        font-weight: 700;
        padding-bottom: 2px;
    }

    .road-price-table td:nth-child(2) {
        color: #ff5e15;
        font-weight: 700;
    }

    .road-price-table td:nth-child(3) {
        color: #666;
    }
}

@media (max-width: 480px) {
    .page-top-wrap h1 {
        font-size: 34px;
    }

    .road-price-page h2 {
        font-size: 27px;
    }
}


/* Final heading hierarchy */
.road-price-page h4.section-heading {
    font-size: 22px;
    line-height: 1.3;
}

.road-price-page .road-price-card h4,
.road-price-page .scenario-card h4 {
    font-size: 17px;
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.road-price-page .faq-card h5 {
    color: #222;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .road-price-page h4.section-heading {
        font-size: 20px;
    }

    .road-price-page .road-price-card h4,
    .road-price-page .scenario-card h4,
    .road-price-page .faq-card h5 {
        font-size: 16px;
    }
}
