.ctcalc-page {
    color: #10243d;
    background: #fff;
}

.ctcalc-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 95px;
    background-image: linear-gradient(90deg, rgba(2, 19, 43, .9) 0%, rgba(3, 28, 60, .68) 54%, rgba(3, 28, 60, .25) 100%), url('/newassets/images/car-transport-quotes-hero.webp');
    background-size: cover;
    background-position: center right;
}

.ctcalc-hero::after {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -58px;
    height: 120px;
    background: #fff;
    transform: rotate(-3deg);
}

.ctcalc-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 34px;
    align-items: center;
}

.ctcalc-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #ff7a18;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ctcalc-hero h1 {
    color: #fff;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1;
    font-weight: 900;
    margin: 0 0 18px;
}

.ctcalc-hero p {
    color: rgba(255, 255, 255, .88);
    font-size: 20px;
    line-height: 1.55;
    max-width: 760px;
    margin: 0;
}

.ctcalc-hero-actions,
.ctcalc-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ctcalc-btn,
.ctcalc-result-cta,
.ctcalc-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    border-radius: 999px;
    padding: 14px 20px;
    border: 0;
    background: #061d38;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 16px 30px rgba(0, 24, 64, .16);
}

.ctcalc-btn:hover,
.ctcalc-result-cta:hover,
.ctcalc-submit:hover {
    color: #fff;
    transform: translateY(-1px);
}

.ctcalc-btn-primary,
.ctcalc-submit {
    background: #ff6f00;
    box-shadow: 0 16px 30px rgba(255, 111, 0, .22);
}

.ctcalc-hero-quote {
    background: linear-gradient(135deg, #0066d6 0%, #003d85 100%);
    color: #fff;
    min-width: 190px;
    box-shadow: 0 20px 42px rgba(0, 90, 186, .34);
    position: relative;
}

.ctcalc-hero-quote::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, .5);
    pointer-events: none;
}

.ctcalc-hero-card {
    border-radius: 18px;
    padding: 30px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .52);
    box-shadow: 0 28px 60px rgba(0, 18, 44, .24);
}

.ctcalc-hero-card span {
    color: #ff6f00;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
}

.ctcalc-hero-card strong {
    display: block;
    color: #005aba;
    font-size: 40px;
    line-height: 1.05;
    margin: 12px 0;
}

.ctcalc-hero-card p {
    color: #43536a;
    font-size: 16px;
}

.ctcalc-tool-section {
    padding: 78px 0 70px;
    background: linear-gradient(180deg, #fff 0%, #f5f8fb 100%);
}

.ctcalc-tool {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 26px;
    align-items: stretch;
}

.ctcalc-form-panel,
.ctcalc-result-panel,
.ctcalc-cost-card,
.ctcalc-deep-card,
.ctcalc-related-grid a,
.ctcalc-faq-list details {
    border: 1px solid rgba(0, 90, 186, .14);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 58px rgba(0, 24, 64, .09);
}

.ctcalc-form-panel,
.ctcalc-result-panel {
    padding: 32px;
}

.ctcalc-form-panel h2,
.ctcalc-content-grid h2,
.ctcalc-deep-card h2 {
    color: #005aba;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 900;
    margin: 0 0 14px;
}

.ctcalc-form-panel p,
.ctcalc-content-grid p,
.ctcalc-deep-card p {
    color: #405168;
    font-size: 16px;
    line-height: 1.72;
    margin: 0 0 14px;
}

.ctcalc-form {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.ctcalc-field label {
    display: block;
    color: #173453;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.ctcalc-field input,
.ctcalc-field select {
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #cfe0f1;
    background: #f8fbff;
    color: #10243d;
    padding: 12px 14px;
    font-weight: 800;
}

.ctcalc-result-panel {
    position: sticky;
    top: 20px;
    align-self: start;
    background: #061d38;
    color: #fff;
}

.ctcalc-result-panel .ctcalc-eyebrow {
    color: #ff9a3d;
}

.ctcalc-result-price {
    color: #fff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1;
    font-weight: 900;
    margin: 10px 0 14px;
}

.ctcalc-result-panel p {
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.58;
}

.ctcalc-reasons {
    display: grid;
    gap: 10px;
    margin: 22px 0;
}

.ctcalc-reasons span {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    padding: 12px;
    color: rgba(255, 255, 255, .9);
    font-weight: 700;
}

.ctcalc-reasons i {
    color: #ff9a3d;
    margin-top: 3px;
}

.ctcalc-result-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ctcalc-result-cta {
    width: 100%;
    background: #ff6f00;
}

.ctcalc-result-cta-secondary {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
}

.ctcalc-mini-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    color: #fff;
    background: #ff6f00;
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(255, 111, 0, .2);
}

.ctcalc-mini-cta:hover {
    color: #fff;
    transform: translateY(-1px);
}

.ctcalc-content-section,
.ctcalc-deep-section,
.ctcalc-related-section,
.ctcalc-faq-section,
.ctcalc-data-section,
.ctcalc-how-section,
.ctcalc-recent-section {
    padding: 70px 0;
}

.ctcalc-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
    gap: 34px;
    align-items: start;
}

.ctcalc-info-list,
.ctcalc-deep-points {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.ctcalc-info-list span,
.ctcalc-deep-points span {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 12px;
    background: #f5f9ff;
    border: 1px solid rgba(0, 90, 186, .12);
    color: #233b56;
    font-weight: 800;
}

.ctcalc-info-list i {
    color: #ff6f00;
    font-size: 20px;
}

.ctcalc-cost-card {
    padding: 26px;
}

.ctcalc-cost-card h3 {
    color: #071d38;
    font-weight: 900;
    margin: 0 0 16px;
}

.ctcalc-cost-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid #e4edf7;
}

.ctcalc-cost-row span {
    color: #5b6c80;
    font-weight: 800;
}

.ctcalc-cost-row small {
    display: block;
    color: #75869a;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    margin-top: 4px;
    max-width: 340px;
}

.ctcalc-cost-row strong {
    color: #005aba;
    white-space: nowrap;
}

.ctcalc-cost-card p {
    color: #5b6c80;
    line-height: 1.55;
    margin: 18px 0 0;
}

.ctcalc-data-section {
    background: linear-gradient(180deg, #fff 0%, #f4f8fd 100%);
}

.ctcalc-data-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    gap: 30px;
    align-items: center;
    padding: 34px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 0%, rgba(255, 111, 0, .18), transparent 28%),
        linear-gradient(135deg, #071d38 0%, #0b315f 100%);
    box-shadow: 0 28px 60px rgba(0, 24, 64, .14);
}

.ctcalc-data-card h2 {
    color: #fff;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 900;
    margin: 0 0 14px;
}

.ctcalc-data-card p {
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.72;
    margin: 0 0 14px;
}

.ctcalc-data-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ctcalc-data-stats span {
    display: block;
    padding: 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
}

.ctcalc-data-stats strong,
.ctcalc-data-stats small {
    display: block;
}

.ctcalc-data-stats strong {
    color: #ff9a3d;
    font-size: 28px;
    font-weight: 900;
}

.ctcalc-data-stats small {
    color: rgba(255, 255, 255, .82);
    font-weight: 800;
    margin-top: 4px;
}

.ctcalc-deep-section {
    background: linear-gradient(180deg, #fff8f0 0%, #eef8ff 100%);
}

.ctcalc-deep-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
    gap: 30px;
    padding: 34px;
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 111, 0, .18), transparent 30%),
        linear-gradient(135deg, #fffaf4 0%, #edf8ff 100%);
    border-color: rgba(255, 111, 0, .22);
    color: #10243d;
}

.ctcalc-deep-card h2,
.ctcalc-deep-card p {
    color: #10243d;
}

.ctcalc-deep-card p {
    color: #405168;
}

.ctcalc-deep-points span {
    color: #243c58;
    background: rgba(255, 255, 255, .78);
    border-color: rgba(255, 111, 0, .18);
    align-items: flex-start;
}

.ctcalc-deep-points strong {
    display: block;
    color: #d85600;
    margin-bottom: 3px;
}

.ctcalc-how-section {
    background: #fff;
}

.ctcalc-how-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1fr);
    gap: 32px;
    align-items: center;
}

.ctcalc-how-copy h2,
.ctcalc-recent-head h2 {
    color: #005aba;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 900;
    margin: 0 0 14px;
}

.ctcalc-how-copy p,
.ctcalc-recent-head p {
    color: #405168;
    font-size: 16px;
    line-height: 1.72;
    margin: 0 0 14px;
}

.ctcalc-factor-list {
    display: grid;
    gap: 12px;
}

.ctcalc-factor-list span {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    min-height: 86px;
    padding: 16px;
    border-radius: 16px;
    background: #f6faff;
    border: 1px solid rgba(0, 90, 186, .14);
    box-shadow: 0 18px 38px rgba(0, 24, 64, .06);
}

.ctcalc-factor-list i {
    grid-row: span 2;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    background: #005aba;
}

.ctcalc-factor-list strong {
    color: #10243d;
    font-size: 18px;
    font-weight: 900;
}

.ctcalc-factor-list small {
    color: #5b6c80;
    line-height: 1.45;
    font-weight: 700;
}

.ctcalc-recent-section {
    background: #f5f8fb;
}

.ctcalc-recent-head {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 22px;
}

.ctcalc-recent-head p {
    max-width: 780px;
}

.ctcalc-recent-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 8px 2px 18px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ctcalc-recent-slider::-webkit-scrollbar {
    display: none;
}

.ctcalc-recent-slider > * {
    scroll-snap-align: start;
    flex: 0 0 280px;
    max-width: 280px;
}

.ctcalc-recent-slider .thx-project-slider-item {
    scroll-snap-align: start;
    flex: 0 0 310px;
    max-width: 310px;
}

.ctcalc-recent-slider .thx-inner-item {
    height: 100%;
    border-radius: 16px !important;
    background: #fff !important;
    border: 1px solid rgba(0, 90, 186, .14) !important;
    box-shadow: 0 18px 42px rgba(0, 24, 64, .08) !important;
    padding: 18px !important;
    overflow: hidden;
}

.ctcalc-recent-slider img {
    display: none !important;
}

.ctcalc-recent-slider table,
.ctcalc-recent-slider tbody,
.ctcalc-recent-slider tr,
.ctcalc-recent-slider td {
    display: block;
    width: auto !important;
}

.ctcalc-recent-slider table,
.ctcalc-recent-slider .job-card,
.ctcalc-recent-slider > div,
.ctcalc-recent-slider li {
    border-radius: 16px !important;
    background: #fff !important;
    border: 1px solid rgba(0, 90, 186, .14) !important;
    box-shadow: 0 18px 42px rgba(0, 24, 64, .08) !important;
    padding: 18px !important;
    color: #10243d !important;
}

.ctcalc-recent-slider .thx-project-slider-item {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ctcalc-recent-slider .thx-inner-text {
    color: #10243d !important;
}

.ctcalc-recent-slider .thx-inner-text span a {
    color: #005aba !important;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}

.ctcalc-recent-slider .thx-inner-text h3,
.ctcalc-recent-slider .thx-inner-text h5,
.ctcalc-recent-slider .thx-inner-text h6 {
    margin: 8px 0 !important;
    color: #263f5f !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
}

.ctcalc-recent-slider .thx-inner-text h3,
.ctcalc-recent-slider .thx-inner-text h5 {
    display: inline-flex;
    width: auto;
    margin-right: 6px !important;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f0f7ff;
    border: 1px solid #cfe4fb;
    color: #005aba !important;
}

.ctcalc-recent-slider .thx-inner-text h5 {
    background: #fff5ed;
    border-color: #ffd4b3;
    color: #c84c00 !important;
}

.ctcalc-recent-empty {
    flex: 1 1 auto;
    max-width: none;
}

.ctcalc-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.ctcalc-related-grid a {
    padding: 22px;
    color: #10243d;
}

.ctcalc-related-grid a:hover {
    transform: translateY(-2px);
}

.ctcalc-related-grid i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    background: #005aba;
    margin-bottom: 16px;
}

.ctcalc-related-grid strong,
.ctcalc-related-grid span {
    display: block;
}

.ctcalc-related-grid strong {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 7px;
}

.ctcalc-related-grid span {
    color: #5b6c80;
    line-height: 1.5;
}

.ctcalc-faq-section {
    background: #f7faff;
}

.ctcalc-faq-list {
    max-width: 920px;
    margin: 24px auto 0;
    display: grid;
    gap: 14px;
}

.ctcalc-faq-list details {
    padding: 0;
    overflow: hidden;
}

.ctcalc-faq-list summary {
    cursor: pointer;
    color: #062344;
    font-weight: 900;
    padding: 18px 22px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.ctcalc-faq-list summary::after {
    content: "+";
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff6f00;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(255, 111, 0, .18);
}

.ctcalc-faq-list details[open] summary::after {
    content: "-";
    background: #005aba;
}

.ctcalc-faq-list summary::-webkit-details-marker {
    display: none;
}

.ctcalc-faq-list p {
    color: #5b6678;
    margin: 0;
    padding: 0 22px 20px;
}

.ctcalc-faq-cta {
    text-align: center;
    margin-top: 26px;
}

.ctcalc-plus-btn i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    border: 1px solid rgba(255, 255, 255, .34);
}

@media (max-width: 991px) {
    .ctcalc-hero {
        padding: 128px 0 80px;
    }

    .ctcalc-hero-grid,
    .ctcalc-tool,
    .ctcalc-content-grid,
    .ctcalc-deep-card,
    .ctcalc-data-card,
    .ctcalc-how-grid {
        grid-template-columns: 1fr;
    }

    .ctcalc-result-panel {
        position: relative;
        top: auto;
    }

    .ctcalc-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ctcalc-recent-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .ctcalc-hero {
        padding: 118px 0 62px;
        background-position: center top;
    }

    .ctcalc-hero p {
        font-size: 17px;
    }

    .ctcalc-hero-actions {
        flex-direction: column;
    }

    .ctcalc-btn,
    .ctcalc-submit {
        width: 100%;
    }

    .ctcalc-form-panel,
    .ctcalc-result-panel,
    .ctcalc-cost-card,
    .ctcalc-deep-card {
        padding: 22px;
        border-radius: 14px;
    }

    .ctcalc-form-panel h2,
    .ctcalc-content-grid h2,
    .ctcalc-deep-card h2 {
        font-size: 28px;
    }

    .ctcalc-related-grid {
        grid-template-columns: 1fr;
    }

    .ctcalc-data-card,
    .ctcalc-factor-list span {
        padding: 22px;
        border-radius: 14px;
    }

    .ctcalc-data-card h2,
    .ctcalc-how-copy h2,
    .ctcalc-recent-head h2 {
        font-size: 28px;
    }

    .ctcalc-recent-slider > * {
        flex-basis: 82vw;
        max-width: 82vw;
    }

    .ctcalc-cost-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}
