/* Material public website: transport and logistics concept */
.transport-site {
    display: none;
}

html[data-system-theme="material"] {
    scroll-behavior: smooth;
}

html[data-system-theme="material"] body {
    margin: 0;
    background: #f5f8fb;
}

html[data-system-theme="material"] body > .transport-site {
    display: block !important;
}

html[data-system-theme="material"] body > .transport-site ~ :not(script):not(style) {
    display: none !important;
}

html[data-system-theme="material"] .transport-site,
html[data-system-theme="material"] .transport-site * {
    box-sizing: border-box;
}

html[data-system-theme="material"] .transport-site {
    --transport-navy: #071c33;
    --transport-blue: #0d355c;
    --transport-teal: #18b7a4;
    --transport-teal-dark: #0c8f82;
    --transport-gold: #ffb64d;
    --transport-ink: #10243b;
    --transport-muted: #64748b;
    --transport-line: #dce5ed;
    min-height: 100vh;
    overflow: hidden;
    background: #f7fafc;
    color: var(--transport-ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

html[data-system-theme="material"] .transport-site a {
    color: inherit;
    text-decoration: none;
}

html[data-system-theme="material"] .transport-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

html[data-system-theme="material"] .transport-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    color: #fff;
}

html[data-system-theme="material"] .transport-nav {
    display: flex;
    min-height: 82px;
    align-items: center;
    gap: 34px;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

html[data-system-theme="material"] .transport-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-right: auto;
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: -.02em;
}

html[data-system-theme="material"] .transport-brand-mark {
    display: inline-grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--transport-teal), #28cfbc);
    box-shadow: 0 10px 25px rgba(24,183,164,.28);
    color: #fff;
    font-size: 1.15rem;
}

html[data-system-theme="material"] .transport-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

html[data-system-theme="material"] .transport-brand-copy small {
    margin-top: 5px;
    color: #9eb2c6;
    font-size: .59rem;
    font-weight: 650;
    letter-spacing: .16em;
    text-transform: uppercase;
}

html[data-system-theme="material"] .transport-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

html[data-system-theme="material"] .transport-links a {
    color: #c9d5e1;
    font-size: .79rem;
    font-weight: 650;
    transition: color .2s ease;
}

html[data-system-theme="material"] .transport-links a:hover {
    color: #fff;
}

html[data-system-theme="material"] .transport-login-link,
html[data-system-theme="material"] .transport-primary-button {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 19px;
    border: 0;
    border-radius: 10px;
    background: var(--transport-teal);
    box-shadow: 0 10px 24px rgba(24,183,164,.2);
    color: #fff !important;
    font-size: .78rem;
    font-weight: 750;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

html[data-system-theme="material"] .transport-login-link:hover,
html[data-system-theme="material"] .transport-primary-button:hover {
    transform: translateY(-2px);
    background: #20c5b2;
}

html[data-system-theme="material"] .transport-hero {
    position: relative;
    min-height: 700px;
    padding: 142px 0 112px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(28,187,170,.18), transparent 27%),
        linear-gradient(118deg, #06192e 0%, #0a2948 58%, #0b3556 100%);
    color: #fff;
}

html[data-system-theme="material"] .transport-hero::before {
    position: absolute;
    top: -160px;
    right: -120px;
    width: 580px;
    height: 580px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    box-shadow: 0 0 0 75px rgba(255,255,255,.018), 0 0 0 150px rgba(255,255,255,.012);
    content: "";
}

html[data-system-theme="material"] .transport-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 115px;
    background: linear-gradient(176deg, transparent 49%, #f7fafc 50%);
    content: "";
}

html[data-system-theme="material"] .transport-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
    align-items: center;
    gap: 72px;
}

html[data-system-theme="material"] .transport-eyebrow,
html[data-system-theme="material"] .transport-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--transport-teal);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

html[data-system-theme="material"] .transport-eyebrow::before,
html[data-system-theme="material"] .transport-section-kicker::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

html[data-system-theme="material"] .transport-hero h1 {
    max-width: 660px;
    margin: 23px 0 20px;
    color: #fff;
    font-size: clamp(2.55rem, 5vw, 4.55rem);
    font-weight: 790;
    letter-spacing: -.055em;
    line-height: .99;
}

html[data-system-theme="material"] .transport-hero h1 span {
    color: var(--transport-gold);
}

html[data-system-theme="material"] .transport-hero-copy > p {
    max-width: 580px;
    margin: 0;
    color: #b8c7d5;
    font-size: 1rem;
    line-height: 1.75;
}

html[data-system-theme="material"] .transport-hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 31px;
}

html[data-system-theme="material"] .transport-primary-button {
    min-height: 50px;
    padding: 0 24px;
}

html[data-system-theme="material"] .transport-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #dbe6ef !important;
    font-size: .78rem;
    font-weight: 700;
}

html[data-system-theme="material"] .transport-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-top: 34px;
    color: #9fb2c5;
    font-size: .7rem;
    font-weight: 650;
}

html[data-system-theme="material"] .transport-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

html[data-system-theme="material"] .transport-trust-row i {
    color: var(--transport-teal);
}

html[data-system-theme="material"] .transport-visual {
    position: relative;
    min-height: 430px;
}

html[data-system-theme="material"] .transport-map-card {
    position: absolute;
    inset: 10px 0 28px 44px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 28px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 34px 70px rgba(0,0,0,.25);
    backdrop-filter: blur(10px);
}

html[data-system-theme="material"] .transport-map-card svg {
    width: 100%;
    height: 100%;
}

html[data-system-theme="material"] .transport-truck-card {
    position: absolute;
    right: 25px;
    bottom: 2px;
    display: flex;
    width: 305px;
    min-height: 106px;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 24px 50px rgba(0,0,0,.25);
    color: var(--transport-ink);
}

html[data-system-theme="material"] .transport-truck-icon {
    display: inline-grid;
    width: 54px;
    min-width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 14px;
    background: #e7faf7;
    color: var(--transport-teal-dark);
    font-size: 1.35rem;
}

html[data-system-theme="material"] .transport-truck-card small {
    display: block;
    margin-bottom: 4px;
    color: var(--transport-muted);
    font-size: .66rem;
    font-weight: 650;
}

html[data-system-theme="material"] .transport-truck-card strong {
    display: block;
    font-size: .9rem;
}

html[data-system-theme="material"] .transport-progress {
    height: 4px;
    margin-top: 11px;
    overflow: hidden;
    border-radius: 99px;
    background: #e5ebf0;
}

html[data-system-theme="material"] .transport-progress span {
    display: block;
    width: 72%;
    height: 100%;
    border-radius: inherit;
    background: var(--transport-teal);
}

html[data-system-theme="material"] .transport-route-badge {
    position: absolute;
    top: 48px;
    left: 0;
    padding: 13px 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 13px;
    background: rgba(6,25,46,.82);
    box-shadow: 0 16px 36px rgba(0,0,0,.2);
    color: #dce7ef;
    font-size: .67rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

html[data-system-theme="material"] .transport-route-badge i {
    margin-right: 7px;
    color: var(--transport-gold);
}

html[data-system-theme="material"] .transport-access-wrap {
    position: relative;
    z-index: 5;
    margin-top: -74px;
}

html[data-system-theme="material"] .transport-access-card {
    display: grid;
    grid-template-columns: .8fr 1.4fr;
    gap: 34px;
    align-items: center;
    padding: 27px 30px;
    border: 1px solid #e1e8ef;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(19,43,68,.12);
}

html[data-system-theme="material"] .transport-access-copy {
    display: flex;
    align-items: center;
    gap: 16px;
}

html[data-system-theme="material"] .transport-access-copy > i {
    display: inline-grid;
    width: 49px;
    min-width: 49px;
    height: 49px;
    place-items: center;
    border-radius: 13px;
    background: #eaf9f7;
    color: var(--transport-teal-dark);
    font-size: 1.1rem;
}

html[data-system-theme="material"] .transport-access-copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: .96rem;
}

html[data-system-theme="material"] .transport-access-copy span {
    color: var(--transport-muted);
    font-size: .71rem;
}

html[data-system-theme="material"] .transport-access-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

html[data-system-theme="material"] .transport-access-field {
    position: relative;
}

html[data-system-theme="material"] .transport-access-field i {
    position: absolute;
    top: 50%;
    left: 17px;
    color: #8ca0b3;
    transform: translateY(-50%);
}

html[data-system-theme="material"] .transport-access-field input {
    width: 100%;
    height: 52px;
    padding: 0 18px 0 46px;
    border: 1px solid #d5dee7;
    border-radius: 11px;
    outline: none;
    background: #f9fbfc;
    color: var(--transport-ink);
    font-size: .8rem;
    transition: border .2s ease, box-shadow .2s ease;
}

html[data-system-theme="material"] .transport-access-field input:focus {
    border-color: var(--transport-teal);
    box-shadow: 0 0 0 4px rgba(24,183,164,.11);
}

html[data-system-theme="material"] .transport-access-form button {
    min-width: 146px;
    height: 52px;
}

html[data-system-theme="material"] .transport-access-error {
    grid-column: 1 / -1;
    margin: 2px 0 0;
    color: #c73c4c;
    font-size: .7rem;
    font-weight: 650;
}

html[data-system-theme="material"] .transport-section {
    padding: 100px 0;
}

html[data-system-theme="material"] .transport-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}

html[data-system-theme="material"] .transport-section-heading h2,
html[data-system-theme="material"] .transport-split-copy h2,
html[data-system-theme="material"] .transport-cta h2 {
    margin: 12px 0 0;
    color: var(--transport-ink);
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 780;
    letter-spacing: -.04em;
    line-height: 1.08;
}

html[data-system-theme="material"] .transport-section-heading > p {
    max-width: 440px;
    margin: 0;
    color: var(--transport-muted);
    font-size: .82rem;
    line-height: 1.7;
}

html[data-system-theme="material"] .transport-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

html[data-system-theme="material"] .transport-service-card {
    position: relative;
    min-height: 255px;
    padding: 27px 24px;
    overflow: hidden;
    border: 1px solid var(--transport-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(30,52,75,.05);
    transition: transform .2s ease, box-shadow .2s ease;
}

html[data-system-theme="material"] .transport-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(30,52,75,.1);
}

html[data-system-theme="material"] .transport-service-card::after {
    position: absolute;
    right: -34px;
    bottom: -38px;
    width: 110px;
    height: 110px;
    border: 18px solid #f0f6f7;
    border-radius: 50%;
    content: "";
}

html[data-system-theme="material"] .transport-service-icon {
    display: inline-grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border-radius: 12px;
    background: #eaf9f7;
    color: var(--transport-teal-dark);
    font-size: 1.05rem;
}

html[data-system-theme="material"] .transport-service-card h3 {
    margin: 24px 0 10px;
    font-size: 1rem;
    font-weight: 750;
}

html[data-system-theme="material"] .transport-service-card p {
    margin: 0;
    color: var(--transport-muted);
    font-size: .74rem;
    line-height: 1.65;
}

html[data-system-theme="material"] .transport-service-card a {
    position: absolute;
    bottom: 25px;
    left: 24px;
    z-index: 1;
    color: var(--transport-teal-dark);
    font-size: .68rem;
    font-weight: 800;
}

html[data-system-theme="material"] .transport-section-dark {
    position: relative;
    overflow: hidden;
    background: var(--transport-navy);
    color: #fff;
}

html[data-system-theme="material"] .transport-split {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 80px;
}

html[data-system-theme="material"] .transport-split-copy h2 {
    color: #fff;
}

html[data-system-theme="material"] .transport-split-copy > p {
    margin: 20px 0 28px;
    color: #a9bac9;
    font-size: .84rem;
    line-height: 1.8;
}

html[data-system-theme="material"] .transport-check-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

html[data-system-theme="material"] .transport-check-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #d4dee7;
    font-size: .76rem;
    font-weight: 650;
}

html[data-system-theme="material"] .transport-check-list i {
    display: inline-grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: rgba(24,183,164,.16);
    color: var(--transport-teal);
    font-size: .65rem;
}

html[data-system-theme="material"] .transport-fleet-board {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    background: rgba(255,255,255,.05);
}

html[data-system-theme="material"] .transport-fleet-card {
    min-height: 145px;
    padding: 19px;
    border-radius: 14px;
    background: #fff;
    color: var(--transport-ink);
}

html[data-system-theme="material"] .transport-fleet-card:first-child {
    grid-column: 1 / -1;
    display: flex;
    min-height: 130px;
    align-items: center;
    gap: 22px;
    background: linear-gradient(135deg, #17b7a4, #0a8c80);
    color: #fff;
}

html[data-system-theme="material"] .transport-fleet-card > i {
    color: var(--transport-teal-dark);
    font-size: 1.55rem;
}

html[data-system-theme="material"] .transport-fleet-card:first-child > i {
    display: inline-grid;
    width: 62px;
    min-width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 15px;
    background: rgba(255,255,255,.16);
    color: #fff;
}

html[data-system-theme="material"] .transport-fleet-card strong {
    display: block;
    margin: 11px 0 5px;
    font-size: .86rem;
}

html[data-system-theme="material"] .transport-fleet-card:first-child strong {
    margin-top: 0;
    font-size: 1rem;
}

html[data-system-theme="material"] .transport-fleet-card span {
    display: block;
    color: #748397;
    font-size: .66rem;
    line-height: 1.5;
}

html[data-system-theme="material"] .transport-fleet-card:first-child span {
    color: rgba(255,255,255,.78);
}

html[data-system-theme="material"] .transport-process {
    padding-bottom: 112px;
}

html[data-system-theme="material"] .transport-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

html[data-system-theme="material"] .transport-process-step {
    position: relative;
    padding: 4px 20px 4px 74px;
}

html[data-system-theme="material"] .transport-step-number {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid #cee1df;
    border-radius: 14px;
    background: #eaf9f7;
    color: var(--transport-teal-dark);
    font-size: .78rem;
    font-weight: 850;
}

html[data-system-theme="material"] .transport-process-step:not(:last-child)::after {
    position: absolute;
    top: 25px;
    right: -24px;
    width: 40px;
    border-top: 1px dashed #aebecb;
    content: "";
}

html[data-system-theme="material"] .transport-process-step h3 {
    margin: 0 0 8px;
    font-size: .93rem;
}

html[data-system-theme="material"] .transport-process-step p {
    margin: 0;
    color: var(--transport-muted);
    font-size: .71rem;
    line-height: 1.65;
}

html[data-system-theme="material"] .transport-cta {
    position: relative;
    margin-bottom: 90px;
    overflow: hidden;
    padding: 54px 58px;
    border-radius: 22px;
    background: linear-gradient(120deg, #0b3154, #071c33);
    color: #fff;
}

html[data-system-theme="material"] .transport-cta::after {
    position: absolute;
    top: -130px;
    right: -60px;
    width: 360px;
    height: 360px;
    border: 60px solid rgba(255,255,255,.04);
    border-radius: 50%;
    content: "";
}

html[data-system-theme="material"] .transport-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

html[data-system-theme="material"] .transport-cta h2 {
    max-width: 650px;
    margin: 0;
    color: #fff;
}

html[data-system-theme="material"] .transport-cta p {
    margin: 13px 0 0;
    color: #aebfcd;
    font-size: .78rem;
}

html[data-system-theme="material"] .transport-footer {
    padding: 54px 0 27px;
    background: #051525;
    color: #fff;
}

html[data-system-theme="material"] .transport-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .6fr .6fr;
    gap: 60px;
    padding-bottom: 38px;
}

html[data-system-theme="material"] .transport-footer-copy {
    max-width: 430px;
    margin-top: 17px;
    color: #869bad;
    font-size: .72rem;
    line-height: 1.7;
}

html[data-system-theme="material"] .transport-footer h3 {
    margin: 5px 0 17px;
    color: #fff;
    font-size: .75rem;
    font-weight: 750;
}

html[data-system-theme="material"] .transport-footer-links {
    display: grid;
    gap: 10px;
}

html[data-system-theme="material"] .transport-footer-links a {
    color: #8fa2b4;
    font-size: .69rem;
}

html[data-system-theme="material"] .transport-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #6f8597;
    font-size: .65rem;
}

html[data-system-theme="material"] .transport-mobile-access {
    display: none;
}

@media (max-width: 1000px) {
    html[data-system-theme="material"] .transport-links {
        display: none;
    }

    html[data-system-theme="material"] .transport-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
        gap: 35px;
    }

    html[data-system-theme="material"] .transport-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    html[data-system-theme="material"] .transport-split {
        gap: 38px;
    }
}

@media (max-width: 760px) {
    html[data-system-theme="material"] .transport-container {
        width: min(100% - 28px, 620px);
    }

    html[data-system-theme="material"] .transport-nav {
        min-height: 68px;
    }

    html[data-system-theme="material"] .transport-brand-mark {
        width: 38px;
        height: 38px;
    }

    html[data-system-theme="material"] .transport-login-link {
        display: none;
    }

    html[data-system-theme="material"] .transport-hero {
        min-height: 0;
        padding: 108px 0 135px;
    }

    html[data-system-theme="material"] .transport-hero::after {
        height: 75px;
    }

    html[data-system-theme="material"] .transport-hero-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    html[data-system-theme="material"] .transport-hero h1 {
        max-width: 520px;
        font-size: clamp(2.35rem, 11vw, 3.55rem);
    }

    html[data-system-theme="material"] .transport-hero-copy > p {
        font-size: .88rem;
    }

    html[data-system-theme="material"] .transport-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    html[data-system-theme="material"] .transport-primary-button {
        width: 100%;
    }

    html[data-system-theme="material"] .transport-text-link {
        justify-content: center;
    }

    html[data-system-theme="material"] .transport-visual {
        min-height: 345px;
    }

    html[data-system-theme="material"] .transport-map-card {
        inset: 0 0 25px 16px;
    }

    html[data-system-theme="material"] .transport-route-badge {
        top: 28px;
    }

    html[data-system-theme="material"] .transport-truck-card {
        right: 10px;
        width: min(285px, calc(100% - 28px));
    }

    html[data-system-theme="material"] .transport-access-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 22px;
    }

    html[data-system-theme="material"] .transport-access-form {
        grid-template-columns: 1fr;
    }

    html[data-system-theme="material"] .transport-access-form button {
        width: 100%;
    }

    html[data-system-theme="material"] .transport-section {
        padding: 74px 0;
    }

    html[data-system-theme="material"] .transport-section-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }

    html[data-system-theme="material"] .transport-services-grid,
    html[data-system-theme="material"] .transport-split,
    html[data-system-theme="material"] .transport-process-grid,
    html[data-system-theme="material"] .transport-footer-grid {
        grid-template-columns: 1fr;
    }

    html[data-system-theme="material"] .transport-service-card {
        min-height: 225px;
    }

    html[data-system-theme="material"] .transport-process {
        padding-bottom: 78px;
    }

    html[data-system-theme="material"] .transport-process-grid {
        gap: 30px;
    }

    html[data-system-theme="material"] .transport-process-step:not(:last-child)::after {
        display: none;
    }

    html[data-system-theme="material"] .transport-cta {
        margin-bottom: 62px;
        padding: 36px 26px;
    }

    html[data-system-theme="material"] .transport-cta-inner {
        align-items: stretch;
        flex-direction: column;
    }

    html[data-system-theme="material"] .transport-footer-grid {
        gap: 30px;
    }

    html[data-system-theme="material"] .transport-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    html[data-system-theme="material"] .transport-mobile-access {
        position: fixed;
        right: 14px;
        bottom: 14px;
        z-index: 40;
        display: inline-grid;
        width: 52px;
        height: 52px;
        place-items: center;
        border-radius: 15px;
        background: var(--transport-teal);
        box-shadow: 0 12px 28px rgba(6,25,46,.3);
        color: #fff;
        font-size: 1rem;
    }
}

@media (max-width: 460px) {
    html[data-system-theme="material"] .transport-services-grid {
        grid-template-columns: 1fr;
    }

    html[data-system-theme="material"] .transport-fleet-board {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    html[data-system-theme="material"] .transport-fleet-card:first-child {
        grid-column: auto;
        align-items: flex-start;
        flex-direction: column;
    }

    html[data-system-theme="material"] .transport-hero h1 {
        letter-spacing: -.045em;
    }

    html[data-system-theme="material"] .transport-trust-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* Inline access area shown after a service or portal action */
html[data-system-theme="material"] .transport-access-wrap {
    display: none;
}

html[data-system-theme="material"] .transport-access-wrap.is-visible {
    display: block;
    animation: transportAccessIn .28s ease-out;
}

html[data-system-theme="material"] .transport-warehouse-card {
    cursor: pointer;
}

html[data-system-theme="material"] .transport-warehouse-card:focus-visible {
    outline: 3px solid rgba(24,183,164,.28);
    outline-offset: 3px;
}

html[data-system-theme="material"] .transport-service-link {
    position: absolute;
    bottom: 25px;
    left: 24px;
    z-index: 2;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--transport-teal-dark);
    font-family: inherit;
    font-size: .68rem;
    font-weight: 800;
    cursor: pointer;
}

@keyframes transportAccessIn {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Material transport login */
.material-login-only {
    display: none;
}

html[data-system-theme="material"] body.transport-login-page {
    min-height: 100dvh;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 8% 10%, rgba(24,183,164,.09), transparent 27%),
        #eef4f7 !important;
    color: #10243b;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

html[data-system-theme="material"] body.transport-login-page .material-login-only {
    display: block;
}

html[data-system-theme="material"] body.transport-login-page .current-login-only {
    display: none !important;
}

html[data-system-theme="material"] body.transport-login-page > .container-fluid {
    display: grid;
    width: 100%;
    min-height: 100dvh;
    padding: 30px !important;
    place-items: center;
}

html[data-system-theme="material"] body.transport-login-page .main-content {
    display: grid !important;
    width: min(1080px, 100%) !important;
    min-height: 680px;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
    margin: 0 auto !important;
    overflow: hidden;
    border: 1px solid rgba(15,48,77,.08);
    border-radius: 28px !important;
    background: #fff !important;
    box-shadow: 0 32px 80px rgba(21,48,72,.16) !important;
    text-align: left !important;
}

html[data-system-theme="material"] body.transport-login-page .company__info {
    position: relative;
    display: flex !important;
    width: auto !important;
    max-width: none !important;
    min-height: 680px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 57px 54px;
    overflow: hidden;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at 78% 18%, rgba(24,183,164,.22), transparent 27%),
        linear-gradient(145deg, #061a2f 0%, #0a3151 100%) !important;
    color: #fff;
    text-align: left !important;
}

html[data-system-theme="material"] body.transport-login-page .company__info::before {
    position: absolute;
    right: -120px;
    bottom: -145px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.018);
    content: "";
}

html[data-system-theme="material"] body.transport-login-page .company__logo {
    position: relative;
    z-index: 2;
    display: block;
}

html[data-system-theme="material"] body.transport-login-page .company__logo h2 {
    margin: 0;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-brand-mark {
    display: inline-grid !important;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #18b7a4, #2bd1bd);
    box-shadow: 0 12px 28px rgba(24,183,164,.25);
    color: #fff;
    font-size: 1.15rem;
}

html[data-system-theme="material"] body.transport-login-page .company_title {
    position: relative;
    z-index: 2;
    margin: 14px 0 0;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 780;
    letter-spacing: -.02em;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-intro {
    position: relative;
    z-index: 2;
    margin-top: 76px;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #29cfbb;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-kicker::before {
    width: 25px;
    height: 2px;
    background: currentColor;
    content: "";
}

html[data-system-theme="material"] body.transport-login-page .transport-login-intro h1 {
    max-width: 430px;
    margin: 20px 0 18px;
    color: #fff;
    font-size: clamp(2.25rem, 4vw, 3.55rem);
    font-weight: 790;
    letter-spacing: -.055em;
    line-height: 1;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-intro > p {
    max-width: 430px;
    margin: 0;
    color: #aebfce;
    font-size: .82rem;
    line-height: 1.75;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-intro ul {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-intro li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #d2dde6;
    font-size: .72rem;
    font-weight: 650;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-intro li i {
    color: #21c5b2;
    font-size: .7rem;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-route {
    position: relative;
    width: min(370px, 88%);
    height: 58px;
    margin-top: 56px;
    border-top: 2px dashed rgba(84,211,194,.38);
}

html[data-system-theme="material"] body.transport-login-page .transport-login-route span {
    position: absolute;
    top: -7px;
    width: 12px;
    height: 12px;
    border: 3px solid #21c5b2;
    border-radius: 50%;
    background: #08243e;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-route span:nth-child(1) {
    left: 0;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-route span:nth-child(2) {
    left: 48%;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-route span:nth-child(3) {
    right: 0;
    border-color: #ffb64d;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-route i {
    position: absolute;
    top: -30px;
    left: 63%;
    display: inline-grid;
    width: 43px;
    height: 31px;
    place-items: center;
    border-radius: 8px;
    background: #18b7a4;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
    color: #fff;
    font-size: .9rem;
}

html[data-system-theme="material"] body.transport-login-page .login_form {
    display: flex;
    width: auto !important;
    max-width: none !important;
    min-height: 680px;
    flex-direction: column;
    padding: 72px 70px 30px;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    text-align: left !important;
}

html[data-system-theme="material"] body.transport-login-page .login_form > .container-fluid {
    width: 100%;
    padding: 0;
}

html[data-system-theme="material"] body.transport-login-page .login_form > .container-fluid > .row {
    display: block;
    margin: 0;
}

html[data-system-theme="material"] body.transport-login-page .login_form .row > h2 {
    margin: 0;
    color: #10243b !important;
    font-size: 2rem;
    font-weight: 780;
    letter-spacing: -.04em;
}

html[data-system-theme="material"] body.transport-login-page .transport-login-subtitle {
    max-width: 380px;
    margin: 10px 0 0;
    color: #718194;
    font-size: .76rem;
    line-height: 1.65;
}

html[data-system-theme="material"] body.transport-login-page .login-form {
    width: 100%;
    padding: 0 !important;
    margin-top: 36px !important;
}

html[data-system-theme="material"] body.transport-login-page .login-form .modal-header {
    display: none;
}

html[data-system-theme="material"] body.transport-login-page .login-form .modal-body {
    padding: 0;
}

html[data-system-theme="material"] body.transport-login-page .login-form .d-flex {
    display: block !important;
}

html[data-system-theme="material"] body.transport-login-page .form__input {
    width: 100%;
    min-height: 54px !important;
    height: 54px !important;
    margin: 0 0 15px;
    padding: 0 17px;
    border: 1px solid #d7e0e8;
    border-radius: 11px;
    outline: none;
    background: #f9fbfc;
    color: #10243b;
    font-family: inherit;
    font-size: .8rem;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

html[data-system-theme="material"] body.transport-login-page .login_pass_1 {
    margin-top: 0 !important;
}

html[data-system-theme="material"] body.transport-login-page .form__input:focus {
    border-color: #18b7a4;
    border-radius: 11px;
    box-shadow: 0 0 0 4px rgba(24,183,164,.11);
}

html[data-system-theme="material"] body.transport-login-page #loginerror {
    margin: 0 0 15px;
    padding: 10px 12px;
    border: 1px solid #ffd5da;
    border-radius: 10px !important;
    background: #fff3f5;
    color: #c73548 !important;
    font-family: inherit !important;
    font-size: .73rem;
}

html[data-system-theme="material"] body.transport-login-page #otpTimer {
    display: block;
    margin: -6px 0 12px;
    color: #bd394a !important;
    font-size: .69rem;
}

html[data-system-theme="material"] body.transport-login-page #resendOtpBtn {
    width: auto;
    min-height: 34px;
    padding: 0 14px;
    border-color: #ffb64d;
    border-radius: 8px;
    background: #fff8ec;
    color: #915b09;
    font-size: .69rem;
}

html[data-system-theme="material"] body.transport-login-page .login-form .modal-footer {
    padding: 0 !important;
    border: 0;
}

html[data-system-theme="material"] body.transport-login-page .login-form .button-90 {
    width: 100%;
    min-height: 52px;
    margin: 3px 0 0;
    padding: 0 20px;
    border: 0;
    border-radius: 11px;
    background: #18b7a4 !important;
    background-image: none !important;
    box-shadow: 0 12px 25px rgba(24,183,164,.2);
    color: #fff;
    font-family: inherit;
    font-size: .78rem;
    font-weight: 750;
}

html[data-system-theme="material"] body.transport-login-page .login-form .button-90 .material-login-only {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

html[data-system-theme="material"] body.transport-login-page .login-form .button-90:hover,
html[data-system-theme="material"] body.transport-login-page .login-form .button-90:focus {
    background: #0d9f8f !important;
    color: #fff;
    transform: translateY(-1px);
}

html[data-system-theme="material"] body.transport-login-page .smain-content {
    position: static !important;
    display: flex;
    margin: auto 0 0;
    padding: 22px 0 0;
    border-top: 1px solid #e5ebf0;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

html[data-system-theme="material"] body.transport-login-page .smain-content a {
    padding: 0;
    color: #708195 !important;
    font-size: .66rem;
    font-weight: 650;
    text-decoration: none;
}

@media (max-width: 840px) {
    html[data-system-theme="material"] body.transport-login-page > .container-fluid {
        padding: 18px !important;
    }

    html[data-system-theme="material"] body.transport-login-page .main-content {
        grid-template-columns: 1fr;
    }

    html[data-system-theme="material"] body.transport-login-page .company__info {
        min-height: 255px;
        padding: 32px 34px;
    }

    html[data-system-theme="material"] body.transport-login-page .transport-login-intro {
        margin-top: 30px;
    }

    html[data-system-theme="material"] body.transport-login-page .transport-login-intro h1 {
        max-width: 600px;
        margin: 14px 0 12px;
        font-size: 2.35rem;
    }

    html[data-system-theme="material"] body.transport-login-page .transport-login-intro > p {
        max-width: 620px;
    }

    html[data-system-theme="material"] body.transport-login-page .transport-login-intro ul,
    html[data-system-theme="material"] body.transport-login-page .transport-login-route {
        display: none;
    }

    html[data-system-theme="material"] body.transport-login-page .login_form {
        min-height: 510px;
        padding: 48px 42px 28px;
    }
}

@media (max-width: 520px) {
    html[data-system-theme="material"] body.transport-login-page > .container-fluid {
        display: block;
        min-height: 100dvh;
        padding: 0 !important;
    }

    html[data-system-theme="material"] body.transport-login-page .main-content {
        min-height: 100dvh;
        border: 0;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    html[data-system-theme="material"] body.transport-login-page .company__info {
        min-height: 220px;
        padding: 25px 24px;
    }

    html[data-system-theme="material"] body.transport-login-page .transport-login-brand-mark {
        width: 40px;
        height: 40px;
        border-radius: 11px;
        font-size: .95rem;
    }

    html[data-system-theme="material"] body.transport-login-page .company_title {
        margin-top: 10px;
        font-size: .9rem;
    }

    html[data-system-theme="material"] body.transport-login-page .transport-login-intro {
        margin-top: 25px;
    }

    html[data-system-theme="material"] body.transport-login-page .transport-login-kicker {
        font-size: .57rem;
    }

    html[data-system-theme="material"] body.transport-login-page .transport-login-intro h1 {
        margin-top: 11px;
        font-size: 2rem;
    }

    html[data-system-theme="material"] body.transport-login-page .transport-login-intro > p {
        font-size: .72rem;
        line-height: 1.55;
    }

    html[data-system-theme="material"] body.transport-login-page .login_form {
        min-height: calc(100dvh - 220px);
        padding: 36px 24px 23px;
    }

    html[data-system-theme="material"] body.transport-login-page .login_form .row > h2 {
        font-size: 1.65rem;
    }

    html[data-system-theme="material"] body.transport-login-page .login-form {
        margin-top: 27px !important;
    }

    html[data-system-theme="material"] body.transport-login-page .form__input {
        min-height: 50px !important;
        height: 50px !important;
    }

    html[data-system-theme="material"] body.transport-login-page .smain-content {
        gap: 22px;
        flex-wrap: nowrap;
    }
}


