.elementor-7661 .elementor-element.elementor-element-57432db2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a68d4e4 *//* =========================================
   UDS CAR SHIP E-SIGNATURE PAGE
   LIGHT BLUE THEME
========================================= */

.uds-esign-page {
    --uds-primary: #5DADE2;
    --uds-primary-dark: #3498DB;
    --uds-blue-light: #EBF6FD;
    --uds-dark: #101820;
    --uds-text: #26313B;
    --uds-muted: #66717C;
    --uds-border: #E4E8EC;
    --uds-light: #F6F9FB;
    --uds-white: #FFFFFF;

    color: var(--uds-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    overflow: hidden;
}

.uds-esign-page * {
    box-sizing: border-box;
}

.uds-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.uds-section {
    padding: 100px 0;
}

.uds-light-section {
    background: var(--uds-light);
}


/* =========================================
   TYPOGRAPHY
========================================= */

.uds-esign-page h1,
.uds-esign-page h2,
.uds-esign-page h3 {
    margin-top: 0;
    color: var(--uds-dark);
    line-height: 1.15;
}

.uds-esign-page h1 {
    font-size: clamp(36px, 4vw, 54px);
    letter-spacing: -1.5px;
    margin-bottom: 22px;
    font-weight: 700;
}

.uds-esign-page h1 span {
    color: var(--uds-primary-dark);
}

.uds-esign-page h2 {
    font-size: clamp(32px, 3.5vw, 46px);
    letter-spacing: -1px;
    margin-bottom: 22px;
    font-weight: 700;
}

.uds-esign-page h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 700;
}

.uds-esign-page p {
    color: var(--uds-muted);
    font-size: 17px;
    margin: 0 0 20px;
}

.uds-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--uds-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.uds-eyebrow.light {
    color: #ffffff;
    opacity: .85;
}

.uds-section-heading {
    max-width: 760px;
    margin-bottom: 60px;
}

.uds-section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* =========================================
   HERO
========================================= */

.uds-hero {
    position: relative;
    padding: 110px 0 100px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(93, 173, 226, .18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #F1F8FC 100%
        );
}

.uds-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
}

.uds-hero-content > p {
    max-width: 650px;
    font-size: 18px;
}

.uds-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 32px;
}


/* =========================================
   BUTTONS
========================================= */

.uds-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .25s ease;
}

.uds-btn-primary {
    background: var(--uds-primary);
    color: #ffffff !important;
    border: 1px solid var(--uds-primary);
}

.uds-btn-primary:hover {
    background: var(--uds-primary-dark);
    border-color: var(--uds-primary-dark);
    transform: translateY(-2px);
}

.uds-btn-outline {
    border: 1px solid #CBD2D8;
    color: var(--uds-dark) !important;
    background: #ffffff;
}

.uds-btn-outline:hover {
    border-color: var(--uds-primary);
    color: var(--uds-primary-dark) !important;
    transform: translateY(-2px);
}

.uds-btn-white {
    background: #ffffff;
    color: var(--uds-primary-dark) !important;
    border: 1px solid #ffffff;
}

.uds-btn-white:hover {
    transform: translateY(-2px);
    background: #F4FBFF;
}


/* =========================================
   HERO TRUST
========================================= */

.uds-trust-row {
    display: flex;
    gap: 35px;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid var(--uds-border);
}

.uds-trust-row div {
    display: flex;
    flex-direction: column;
}

.uds-trust-row strong {
    color: var(--uds-dark);
    font-size: 21px;
    line-height: 1.2;
}

.uds-trust-row span {
    color: var(--uds-muted);
    font-size: 13px;
}


/* =========================================
   HERO DOCUMENT CARD
========================================= */

.uds-hero-card {
    display: flex;
    justify-content: center;
}

.uds-document-card {
    position: relative;
    width: min(450px, 100%);
    padding: 40px;
    background: #ffffff;
    border: 1px solid #E2EAF0;
    border-radius: 18px;
    box-shadow: 0 30px 70px rgba(16, 24, 32, .12);
    transform: rotate(1deg);
}

.uds-doc-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}

.uds-doc-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(93, 173, 226, .15);
    color: var(--uds-primary-dark);
    font-size: 25px;
    font-weight: 900;
}

.uds-doc-top strong,
.uds-doc-top small {
    display: block;
}

.uds-doc-top strong {
    color: var(--uds-dark);
    font-size: 17px;
}

.uds-doc-top small {
    color: var(--uds-muted);
    margin-top: 3px;
}

.uds-doc-line {
    height: 10px;
    width: 100%;
    margin-bottom: 14px;
    border-radius: 20px;
    background: #EDF2F5;
}

.uds-doc-line.short {
    width: 65%;
}

.uds-signature-box {
    margin-top: 35px;
    padding: 25px;
    border: 2px dashed #BFD8E8;
    border-radius: 10px;
    background: #FAFDFF;
}

.uds-signature-box span,
.uds-signature-box strong {
    display: block;
}

.uds-signature-box span {
    color: var(--uds-muted);
    font-size: 12px;
}

.uds-signature-box strong {
    color: var(--uds-primary-dark);
    font-size: 25px;
    font-family: cursive;
    margin-top: 8px;
}

.uds-doc-status {
    margin-top: 20px;
    color: #65717A;
    font-size: 13px;
}

.uds-doc-status span {
    color: #1AA567;
}


/* =========================================
   TWO COLUMN SECTIONS
========================================= */

.uds-two-column {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.uds-two-column p:last-child {
    margin-bottom: 0;
}


/* =========================================
   FEATURE CARDS
========================================= */

.uds-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.uds-feature-card {
    padding: 38px;
    background: #ffffff;
    border: 1px solid var(--uds-border);
    border-radius: 14px;
    transition: all .3s ease;
}

.uds-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(93, 173, 226, .5);
    box-shadow: 0 20px 50px rgba(16, 24, 32, .08);
}

.uds-feature-card h3 {
    color: var(--uds-dark);
}

.uds-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 10px;
    background: var(--uds-primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}


/* =========================================
   HOW IT WORKS
========================================= */

.uds-steps {
    max-width: 900px;
    margin: 0 auto;
}

.uds-step {
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 25px;
    padding: 35px 0;
    border-bottom: 1px solid var(--uds-border);
}

.uds-step:first-child {
    border-top: 1px solid var(--uds-border);
}

.uds-step-number {
    color: var(--uds-primary-dark);
    font-size: 17px;
    font-weight: 900;
}

.uds-step h3 {
    color: var(--uds-dark);
}


/* =========================================
   DARK SECTION
========================================= */

.uds-dark-section {
    padding: 100px 0;
    background: var(--uds-dark);
}

.uds-dark-section h3 {
    color: #ffffff;
}

.uds-dark-section p {
    color: #B9C1C8;
}


/* =========================================
   BEFORE SIGNING / HELP
========================================= */

.uds-warning-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.uds-warning-card,
.uds-help-card {
    padding: 50px;
    border-radius: 16px;
}

.uds-warning-card {
    background: #F7FAFC;
    border: 1px solid var(--uds-border);
}

.uds-warning-card h3 {
    color: var(--uds-dark);
}

.uds-help-card {
    background: var(--uds-dark);
}

.uds-help-card h3 {
    color: #ffffff;
}

.uds-help-card p {
    color: #BDC5CB;
}

.uds-warning-card ul {
    margin: 25px 0;
    padding-left: 20px;
}

.uds-warning-card li {
    margin-bottom: 10px;
    color: var(--uds-muted);
}

.uds-phone {
    display: block;
    margin: 25px 0;
    color: #ffffff !important;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none !important;
}


/* =========================================
   FAQ
========================================= */

.uds-faq-container {
    max-width: 900px;
}

.uds-faq details {
    background: #ffffff;
    border: 1px solid var(--uds-border);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color .25s ease;
}

.uds-faq details:hover {
    border-color: rgba(93, 173, 226, .5);
}

.uds-faq summary {
    position: relative;
    padding: 22px 60px 22px 25px;
    color: var(--uds-dark);
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.uds-faq summary::-webkit-details-marker {
    display: none;
}

.uds-faq summary::after {
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--uds-primary-dark);
    font-size: 25px;
    font-weight: 400;
}

.uds-faq details[open] summary::after {
    content: "−";
}

.uds-faq-answer {
    padding: 0 25px 25px;
    color: var(--uds-muted);
    font-size: 16px;
}

.uds-faq-answer a {
    color: var(--uds-primary-dark);
    font-weight: 700;
}


/* =========================================
   FINAL CTA
========================================= */

.uds-final-cta {
    padding: 110px 0;
    text-align: center;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(255,255,255,.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #5DADE2 0%,
            #3498DB 100%
        );
}

.uds-final-cta h3 {
    max-width: 800px;
    margin: 0 auto 20px;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 50px);
}

.uds-final-cta p {
    max-width: 650px;
    margin: 0 auto 35px;
    color: rgba(255,255,255,.88);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .uds-hero {
        padding: 80px 0;
    }

    .uds-hero-grid,
    .uds-two-column,
    .uds-warning-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .uds-feature-grid {
        grid-template-columns: 1fr;
    }

    .uds-hero-content {
        text-align: center;
    }

    .uds-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .uds-hero-buttons,
    .uds-trust-row {
        justify-content: center;
    }

    .uds-section {
        padding: 75px 0;
    }

    .uds-dark-section {
        padding: 75px 0;
    }

    .uds-final-cta {
        padding: 80px 0;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .uds-container {
        width: 90%;
    }

    .uds-esign-page h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .uds-esign-page h2 {
        font-size: 30px;
    }

    .uds-esign-page h3 {
        font-size: 21px;
    }

    .uds-hero {
        padding: 65px 0;
    }

    .uds-hero-buttons {
        flex-direction: column;
    }

    .uds-btn {
        width: 100%;
    }

    .uds-trust-row {
        gap: 18px;
        flex-wrap: wrap;
    }

    .uds-document-card {
        padding: 25px;
    }

    .uds-feature-card,
    .uds-warning-card,
    .uds-help-card {
        padding: 30px;
    }

    .uds-step {
        grid-template-columns: 55px 1fr;
        gap: 15px;
        padding: 28px 0;
    }

    .uds-section {
        padding: 65px 0;
    }

    .uds-dark-section {
        padding: 65px 0;
    }

    .uds-final-cta {
        padding: 70px 0;
    }

    .uds-final-cta h3 {
        font-size: 31px;
    }

    .uds-phone {
        font-size: 21px;
    }
}/* End custom CSS */