:root {
    --home-teal: #18c8ae;
    --home-teal-dark: #087e6e;
    --home-teal-deep: #075f54;
    --home-page: #f5f7f6;
    --home-card: #ffffff;
    --home-text: #202a26;
    --home-muted: #78817d;
    --home-line: #e8eeeb;
    --home-radius: 18px;
    --home-shadow: 0 10px 30px rgba(26, 64, 51, .07);
}

.page-home {
    background: var(--home-page);
}

.page-home .site-main {
    width: min(1120px, calc(100% - 28px));
    padding-top: 16px;
}

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 24px 28px 26px;
    border-radius: 24px;
    color: white;
    background:
        radial-gradient(
            circle at 84% 9%,
            rgba(255, 255, 255, .20),
            transparent 24%
        ),
        linear-gradient(145deg, #19cdb3, #16b9c0);
    box-shadow: 0 18px 45px rgba(16, 157, 137, .18);
}

.home-topbar {
    display: none;
}

.home-topbar a,
.home-topbar svg,
.home-main-action svg,
.home-category-item svg,
.home-partner-banner svg,
.home-service-grid svg {
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
    align-items: center;
    gap: 30px;
}

.home-hero-copy {
    position: relative;
    z-index: 3;
    max-width: 610px;
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 11px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: rgba(255, 255, 255, .92);
    background: rgba(255, 255, 255, .10);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.home-hero-copy h1 {
    max-width: 590px;
    margin: 12px 0 8px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.12;
    letter-spacing: -.04em;
}

.home-hero-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
}

.home-main-action {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    padding: 12px 22px;
    border-radius: 999px;
    color: var(--home-teal-dark);
    background: white;
    font-weight: 850;
    box-shadow: 0 12px 24px rgba(8, 91, 78, .18);
}

.home-main-action svg,
.home-partner-banner a svg {
    width: 19px;
    height: 19px;
}

.home-scene {
    position: relative;
    min-height: 245px;
}

.scene-sun {
    position: absolute;
    top: 18px;
    left: 25%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffd45e;
    box-shadow: 0 0 0 9px rgba(255, 212, 94, .20);
}

.scene-cloud {
    position: absolute;
    width: 78px;
    height: 25px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .38);
}

.scene-cloud:before,
.scene-cloud:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: inherit;
}

.scene-cloud:before {
    width: 34px;
    height: 34px;
    left: 11px;
    top: -16px;
}

.scene-cloud:after {
    width: 27px;
    height: 27px;
    right: 9px;
    top: -10px;
}

.scene-cloud-one {
    top: 47px;
    left: 42%;
}

.scene-cloud-two {
    top: 75px;
    right: 4%;
    transform: scale(.82);
}

.scene-city {
    position: absolute;
    left: 7%;
    right: 4%;
    bottom: 55px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
}

.scene-city i {
    position: relative;
    width: 49px;
    height: 79px;
    border: 5px solid rgba(255, 255, 255, .66);
    border-bottom: 0;
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0 9px,
            rgba(255, 255, 255, .30) 9px 15px
        ),
        rgba(0, 99, 96, .22);
}

.scene-city i:nth-child(2) {
    height: 124px;
    border-color: rgba(255, 210, 90, .88);
}

.scene-city i:nth-child(3) {
    height: 101px;
    border-color: rgba(255, 142, 123, .82);
}

.scene-city i:nth-child(4) {
    height: 66px;
}

.scene-road {
    position: absolute;
    left: -28px;
    right: -28px;
    bottom: 0;
    height: 56px;
    border-top: 4px solid rgba(255, 255, 255, .48);
    background: #526069;
}

.scene-road span {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 27px;
    height: 4px;
    background:
        repeating-linear-gradient(
            90deg,
            white 0 48px,
            transparent 48px 92px
        );
}

.scene-truck {
    position: absolute;
    z-index: 3;
    left: 8%;
    bottom: 34px;
    width: 150px;
    height: 62px;
}

.truck-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 108px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 13px 17px 10px 10px;
    color: white;
    background: #0d9a72;
    font-size: 25px;
    font-weight: 900;
}

.truck-cab {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 43px;
    border-radius: 8px 14px 8px 4px;
    background: #f6fbf8;
}

.truck-cab:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    width: 25px;
    height: 16px;
    border-radius: 4px 8px 3px 3px;
    background: #82d6d0;
}

.scene-truck i {
    position: absolute;
    bottom: -7px;
    width: 22px;
    height: 22px;
    border: 5px solid #273533;
    border-radius: 50%;
    background: #d9e1de;
}

.wheel-one {
    left: 24px;
}

.wheel-two {
    right: 17px;
}

.home-card,
.home-partner-banner,
.home-process {
    margin-top: 16px;
}

.home-card {
    padding: 20px;
    border: 1px solid rgba(232, 238, 235, .90);
    border-radius: var(--home-radius);
    background: var(--home-card);
    box-shadow: var(--home-shadow);
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.home-section-heading span {
    display: block;
    color: var(--home-teal-dark);
    font-size: 12px;
    font-weight: 800;
}

.home-section-heading h2 {
    margin: 2px 0 0;
    color: var(--home-text);
    font-size: 22px;
    line-height: 1.25;
}

.home-section-heading > a {
    flex: 0 0 auto;
    color: var(--home-teal-dark);
    font-size: 13px;
    font-weight: 800;
}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.home-category-item {
    position: relative;
    min-width: 0;
    min-height: 84px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.home-category-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(35, 68, 57, .08);
}

.home-category-item.mint {
    color: #148d72;
    border-color: #d9f2e9;
    background: #edf9f5;
}

.home-category-item.amber {
    color: #b77813;
    border-color: #f5e5c6;
    background: #fff8e9;
}

.home-category-item.sky {
    color: #377ec6;
    border-color: #dbe9f8;
    background: #f0f7fd;
}

.home-category-item.lavender {
    color: #765ab8;
    border-color: #e8def8;
    background: #f7f3fd;
}

.home-category-item.aqua {
    color: #2b8fa5;
    border-color: #d7eef2;
    background: #edf9fb;
}

.home-category-item.peach {
    color: #bb6d55;
    border-color: #f5e0d9;
    background: #fff5f1;
}

.home-category-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: inherit;
    background: rgba(255, 255, 255, .82);
}

.home-category-icon svg {
    width: 27px;
    height: 27px;
}

.home-category-text {
    min-width: 0;
}

.home-category-text strong,
.home-category-text small {
    display: block;
}

.home-category-text strong {
    color: var(--home-text);
    font-size: 16px;
}

.home-category-text small {
    overflow: hidden;
    margin-top: 2px;
    color: var(--home-muted);
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-category-arrow {
    width: 17px;
    height: 17px;
    color: currentColor;
}

.home-service-section {
    padding-bottom: 18px;
}

.home-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.home-service-grid a {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 8px 4px;
    text-align: center;
}

.home-service-grid a > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--home-teal-dark);
    background: #e9f8f4;
}

.home-service-grid a > span.secondary {
    color: #4b7d9d;
    background: #edf5fa;
}

.home-service-grid svg {
    width: 25px;
    height: 25px;
}

.home-service-grid strong {
    overflow: hidden;
    max-width: 100%;
    color: var(--home-text);
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-partner-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
    border-radius: var(--home-radius);
    color: white;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(255, 255, 255, .16),
            transparent 28%
        ),
        linear-gradient(135deg, #086f61, #12a784);
    box-shadow: var(--home-shadow);
}

.home-partner-banner span {
    color: #bff3e6;
    font-size: 12px;
    font-weight: 800;
}

.home-partner-banner h2 {
    margin: 3px 0;
    font-size: 21px;
}

.home-partner-banner p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
}

.home-partner-banner a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--home-teal-dark);
    background: white;
    font-size: 13px;
    font-weight: 850;
}

.home-process {
    padding: 20px;
}

.home-process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.home-process-list article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: start;
    padding: 13px;
    border-top: 1px solid var(--home-line);
}

.home-process-list article > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--home-teal);
    font-size: 13px;
    font-weight: 850;
}

.home-process-list strong,
.home-process-list p {
    display: block;
}

.home-process-list strong {
    color: var(--home-text);
}

.home-process-list p {
    margin: 2px 0 0;
    color: var(--home-muted);
    font-size: 13px;
}

@media (max-width: 820px) {
    .page-home .site-main {
        width: min(100%, 720px);
        padding-top: 0;
    }

    .home-hero {
        border-radius: 0 0 24px 24px;
    }

    .home-topbar {
        position: relative;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 8px;
        min-height: 42px;
        margin-bottom: 10px;
    }

    .home-topbar a {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: rgba(255, 255, 255, .94);
        font-size: 13px;
        font-weight: 750;
    }

    .home-topbar a:last-child {
        justify-self: end;
    }

    .home-topbar strong {
        overflow: hidden;
        max-width: 180px;
        font-size: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .home-topbar svg {
        width: 19px;
        height: 19px;
    }

    .home-hero-grid {
        grid-template-columns: 1fr .82fr;
        gap: 12px;
    }

    .home-hero-copy h1 {
        font-size: 30px;
    }

    .home-hero-copy p {
        font-size: 14px;
    }

    .home-scene {
        min-height: 185px;
    }

    .scene-city {
        left: 0;
        gap: 5px;
    }

    .scene-city i {
        width: 36px;
        height: 61px;
        border-width: 4px;
    }

    .scene-city i:nth-child(2) {
        height: 94px;
    }

    .scene-city i:nth-child(3) {
        height: 78px;
    }

    .scene-city i:nth-child(4) {
        height: 50px;
    }

    .scene-truck {
        left: 0;
        transform: scale(.82);
        transform-origin: left bottom;
    }

    .home-category-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .home-hero {
        padding: 15px 16px 22px;
    }

    .home-hero-grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(125px, .72fr);
        align-items: end;
    }

    .home-eyebrow {
        min-height: 24px;
        padding: 3px 9px;
        font-size: 10px;
    }

    .home-hero-copy h1 {
        margin-top: 9px;
        font-size: clamp(25px, 7.4vw, 30px);
    }

    .home-hero-copy p {
        max-width: 245px;
        font-size: 13px;
        line-height: 1.55;
    }

    .home-main-action {
        min-height: 46px;
        width: 100%;
        margin-top: 15px;
        padding: 10px 15px;
        font-size: 15px;
    }

    .home-scene {
        min-height: 170px;
    }

    .scene-sun {
        top: 17px;
        left: 10%;
        width: 36px;
        height: 36px;
    }

    .scene-cloud-one {
        left: 40%;
        transform: scale(.72);
    }

    .scene-cloud-two {
        display: none;
    }

    .scene-city {
        right: -15px;
        bottom: 50px;
    }

    .scene-city i:first-child {
        display: none;
    }

    .scene-truck {
        bottom: 28px;
        transform: scale(.68);
    }

    .scene-road {
        height: 49px;
    }

    .scene-road span {
        top: 24px;
    }

    .home-card,
    .home-partner-banner,
    .home-process {
        margin: 12px 12px 0;
    }

    .home-card,
    .home-process {
        padding: 16px;
    }

    .home-category-section {
        position: relative;
        z-index: 4;
        margin-top: -12px;
    }

    .home-section-heading {
        margin-bottom: 12px;
    }

    .home-section-heading h2 {
        font-size: 19px;
    }

    .home-category-grid {
        gap: 8px;
    }

    .home-category-item {
        min-height: 76px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 9px;
        padding: 11px;
    }

    .home-category-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .home-category-icon svg {
        width: 24px;
        height: 24px;
    }

    .home-category-text strong {
        font-size: 15px;
    }

    .home-category-text small {
        font-size: 11px;
    }

    .home-category-arrow {
        display: none;
    }

    .home-service-grid {
        gap: 3px;
    }

    .home-service-grid a {
        gap: 6px;
        padding-inline: 2px;
    }

    .home-service-grid a > span {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .home-service-grid strong {
        font-size: 12px;
    }

    .home-partner-banner {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 18px;
    }

    .home-partner-banner h2 {
        font-size: 19px;
    }

    .home-partner-banner a {
        align-self: stretch;
        justify-content: center;
    }

    .home-process-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-process-list article {
        min-height: 65px;
        border-top: 1px solid var(--home-line);
    }

    .home-process-list article:first-child {
        border-top: 0;
    }
}

@media (max-width: 380px) {
    .home-topbar strong {
        max-width: 140px;
        font-size: 16px;
    }

    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr) 112px;
    }

    .home-hero-copy h1 {
        font-size: 24px;
    }

    .home-scene {
        min-height: 158px;
    }

    .home-category-item {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 10px 8px;
    }

    .home-category-icon {
        width: 38px;
        height: 38px;
    }
}

/* v2.4.0 保留原美化底板，仅精简文案与间距 */
.home-hero-copy-compact h1 {
    margin: 0;
}

.home-hero-copy-compact .home-main-action {
    margin-top: 16px;
}

.home-category-item {
    min-height: 76px;
}

.home-category-text {
    display: flex;
    min-height: 42px;
    align-items: center;
}

.home-category-text strong {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-partner-banner-compact {
    min-height: 82px;
}

.home-partner-banner-compact h2 {
    margin: 0;
}

@media (max-width: 620px) {
    .home-hero {
        padding-bottom: 18px;
    }

    .home-hero-copy-compact h1 {
        margin-top: 0;
    }

    .home-hero-copy-compact .home-main-action {
        margin-top: 13px;
    }

    .home-category-item {
        min-height: 68px;
    }

    .home-category-text {
        min-height: 38px;
    }

    .home-partner-banner-compact {
        min-height: 0;
        align-items: center;
        flex-direction: row;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home-partner-banner-compact a {
        align-self: auto;
        width: auto;
        min-width: 108px;
    }
}

@media (max-width: 380px) {
    .home-partner-banner-compact {
        gap: 10px;
    }

    .home-partner-banner-compact h2 {
        font-size: 17px;
    }

    .home-partner-banner-compact a {
        min-width: 98px;
        padding-right: 11px;
        padding-left: 11px;
    }
}

/* v2.4.2 首页主视觉桌面/手机布局与完整翻转修复 */
.page-home .site-main {
    padding-bottom: 34px;
}

.page-home .site-footer {
    padding-top: 16px;
    padding-bottom: 28px;
}

.home-hero-copy-compact {
    min-width: 0;
}

.home-hero .home-hero-copy .home-brand-slogan {
    max-width: none;
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -.015em;
    text-wrap: balance;
}

.home-flip-slogan {
    display: flex;
    min-width: 0;
    align-items: center;
    margin-top: 14px;
}

.home-flip-slogan__viewport {
    position: relative;
    width: 8.3em;
    height: 2.45em;
    display: inline-block;
    min-width: 0;
    overflow: visible;
    perspective: 760px;
}

.home-flip-slogan__word {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
    color: #fff3a2;
    text-shadow: 0 7px 22px rgba(20, 72, 50, .22);
    font-size: clamp(20px, 2.25vw, 27px);
    font-weight: 900;
    line-height: 1.25;
    white-space: nowrap;
    will-change: transform, opacity;
}

.home-flip-slogan__word.is-current {
    transform: rotateX(0deg) scale(1);
    opacity: 1;
}

.home-flip-slogan__word.is-next {
    transform: rotateX(-42deg) scale(.98);
    opacity: 0;
}

.home-flip-slogan__word.is-leaving {
    animation: homeSloganLeave .24s ease-in both;
}

.home-flip-slogan__word.is-entering {
    animation: homeSloganEnter .32s cubic-bezier(.2, .82, .3, 1.06)
        both;
}

.home-flip-slogan__live {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

@keyframes homeSloganLeave {
    from {
        transform: rotateX(0deg) scale(1);
        opacity: 1;
    }

    to {
        transform: rotateX(38deg) scale(.985);
        opacity: 0;
    }
}

@keyframes homeSloganEnter {
    from {
        transform: rotateX(-42deg) scale(.985);
        opacity: 0;
    }

    to {
        transform: rotateX(0deg) scale(1);
        opacity: 1;
    }
}

.home-hero-copy-compact .home-main-action {
    min-width: 150px;
    min-height: 48px;
    margin-top: 16px;
    padding: 11px 21px;
}

/* Desktop and landscape tablet */
@media (min-width: 821px) {
    .home-hero-grid {
        grid-template-columns:
            minmax(340px, 1.05fr)
            minmax(300px, .95fr);
        gap: 24px;
    }

    .home-hero .home-hero-copy .home-brand-slogan {
        white-space: nowrap;
    }

    .home-scene {
        min-height: 245px;
    }
}

/* The inner green header replaces the duplicated white site header. */
@media (max-width: 820px) {
    .page-home .site-header {
        display: none !important;
    }

    .page-home .site-main {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .home-hero {
        border-radius: 0 0 24px 24px;
    }
}

/* Phone layout: text and action on the left, illustration on the right. */
@media (max-width: 620px) {
    .page-home .site-main {
        padding-bottom:
            calc(86px + env(safe-area-inset-bottom));
    }

    .page-home .site-footer {
        display: none;
    }

    .home-hero {
        padding: 13px 16px 18px;
    }

    .home-topbar {
        min-height: 42px;
        margin-bottom: 0;
    }

    .home-hero-grid {
        position: relative;
        display: block;
        min-height: 232px;
    }

    .home-hero-copy-compact {
        position: relative;
        z-index: 5;
        width: min(60%, 220px);
        padding-top: 19px;
        padding-bottom: 56px;
    }

    .home-hero .home-hero-copy .home-brand-slogan {
        max-width: 8.4em;
        font-size: clamp(25px, 7.6vw, 31px);
        line-height: 1.17;
        white-space: normal;
    }

    .home-flip-slogan {
        margin-top: 10px;
    }

    .home-flip-slogan__viewport {
        width: 7.5em;
        height: 2.25em;
    }

    .home-flip-slogan__word {
        font-size: clamp(18px, 5.2vw, 22px);
    }

    .home-hero-copy-compact .home-main-action {
        width: auto;
        min-width: 168px;
        min-height: 46px;
        margin-top: 12px;
        padding: 10px 19px;
        font-size: 15px;
    }

    .home-scene {
        position: absolute;
        inset: 0;
        min-height: 0;
        pointer-events: none;
    }

    .scene-sun {
        top: 7px;
        right: 18%;
        left: auto;
        width: 36px;
        height: 36px;
    }

    .scene-cloud-one {
        top: 34px;
        right: 5%;
        left: auto;
        transform: scale(.68);
        transform-origin: right top;
    }

    .scene-cloud-two {
        display: none;
    }

    .scene-city {
        right: -5px;
        left: auto;
        bottom: 47px;
        gap: 4px;
    }

    .scene-city i {
        width: 31px;
        height: 57px;
        border-width: 4px;
    }

    .scene-city i:first-child {
        display: none;
    }

    .scene-city i:nth-child(2) {
        height: 91px;
    }

    .scene-city i:nth-child(3) {
        height: 74px;
    }

    .scene-city i:nth-child(4) {
        height: 48px;
    }

    .scene-road {
        right: -16px;
        left: -16px;
        bottom: 0;
        height: 48px;
    }

    .scene-road span {
        top: 23px;
    }

    .scene-truck {
        right: -2px;
        left: auto;
        bottom: 27px;
        transform: scale(.70);
        transform-origin: right bottom;
    }

    .home-category-section {
        margin-top: -10px;
    }
}

@media (max-width: 360px) {
    .home-hero-grid {
        min-height: 224px;
    }

    .home-hero-copy-compact {
        width: 60%;
        padding-top: 17px;
    }

    .home-hero .home-hero-copy .home-brand-slogan {
        font-size: 24px;
    }

    .home-flip-slogan__viewport {
        width: 7.2em;
    }

    .home-hero-copy-compact .home-main-action {
        min-width: 150px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 14px;
    }

    .scene-city {
        right: -11px;
    }

    .scene-truck {
        right: -8px;
        transform: scale(.64);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-flip-slogan__word {
        animation: none !important;
        transition: none !important;
    }

    .home-flip-slogan__word.is-current {
        transform: none !important;
        opacity: 1 !important;
    }

    .home-flip-slogan__word.is-next {
        display: none !important;
    }
}

