/*
 * SetCar About Page v1.9.0
 * Namespace sca9- để tránh xung đột với Flatsome/UX Builder.
 */

body.setcar-custom-about.setcar-about-v9 {
    background: #fff;
}

.setcar-custom-about .sca9-about {
    --sca9-red: #e31b23;
    --sca9-red-dark: #b80e16;
    --sca9-ink: #11151b;
    --sca9-muted: #626a75;
    --sca9-soft: #f4f6f8;
    --sca9-line: #e2e6eb;
    --sca9-night: #080b10;
    --sca9-night-2: #111720;
    --sca9-body: 16px;
    --sca9-small: 13px;
    --sca9-h1: clamp(48px, 4.5vw, 64px);
    --sca9-h2: clamp(34px, 3vw, 42px);
    --sca9-h3: clamp(23px, 2vw, 29px);
    color: var(--sca9-ink);
    background: #fff;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: var(--sca9-body);
    line-height: 1.7;
}

.setcar-custom-about .sca9-about *,
.setcar-custom-about .sca9-about *::before,
.setcar-custom-about .sca9-about *::after {
    box-sizing: border-box;
}

.setcar-custom-about .sca9-about img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.setcar-custom-about .sca9-about a {
    color: inherit;
    text-decoration: none;
}

.setcar-custom-about .sca9-about h1,
.setcar-custom-about .sca9-about h2,
.setcar-custom-about .sca9-about h3,
.setcar-custom-about .sca9-about p,
.setcar-custom-about .sca9-about figure,
.setcar-custom-about .sca9-about figcaption,
.setcar-custom-about .sca9-about dl,
.setcar-custom-about .sca9-about dt,
.setcar-custom-about .sca9-about dd,
.setcar-custom-about .sca9-about ol,
.setcar-custom-about .sca9-about ul,
.setcar-custom-about .sca9-about address {
    margin: 0;
    padding: 0;
}

.setcar-custom-about .sca9-about ol,
.setcar-custom-about .sca9-about ul {
    list-style: none;
}

.sca9-shell {
    width: min(1280px, calc(100% - 64px));
    margin-inline: auto;
}

.sca9-section {
    padding: 96px 0;
}

.sca9-eyebrow {
    margin-bottom: 15px !important;
    color: var(--sca9-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.45;
    text-transform: uppercase;
}

.setcar-custom-about .sca9-about h1,
.setcar-custom-about .sca9-about h2,
.setcar-custom-about .sca9-about h3 {
    color: var(--sca9-ink);
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.setcar-custom-about .sca9-about h1 {
    max-width: 760px;
    color: #fff;
    font-size: var(--sca9-h1);
    line-height: 1.12;
}

.setcar-custom-about .sca9-about h2 {
    margin-bottom: 22px !important;
    font-size: var(--sca9-h2);
    line-height: 1.24;
}

.setcar-custom-about .sca9-about h3 {
    margin-bottom: 12px !important;
    font-size: var(--sca9-h3);
    line-height: 1.32;
}

.sca9-prose p,
.sca9-section-head > p,
.sca9-scale__copy > p,
.sca9-method__head > p,
.sca9-feature__copy > p,
.sca9-partner-note > p,
.sca9-contact__inner > div > p:last-child {
    color: var(--sca9-muted);
    font-size: 16px;
    line-height: 1.78;
}

.sca9-prose p + p {
    margin-top: 18px !important;
}

.sca9-section-head {
    max-width: 840px;
    margin-bottom: 48px;
}

.sca9-section-head--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/* Hero */
.sca9-hero {
    position: relative;
    min-height: clamp(650px, 78vh, 820px);
    overflow: hidden;
    color: #fff;
    background: var(--sca9-night);
}

.sca9-hero__picture,
.sca9-hero__picture img,
.sca9-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sca9-hero__picture img {
    object-fit: cover;
    object-position: center;
}

.sca9-hero__shade {
    background:
        linear-gradient(90deg, rgba(5, 7, 10, .97) 0%, rgba(5, 7, 10, .90) 37%, rgba(5, 7, 10, .52) 66%, rgba(5, 7, 10, .14) 100%),
        linear-gradient(180deg, rgba(5, 7, 10, .06) 50%, rgba(5, 7, 10, .72) 100%);
}

.sca9-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: clamp(650px, 78vh, 820px);
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 36px;
}

.sca9-breadcrumb {
    display: flex;
    gap: 10px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.5;
}

.sca9-breadcrumb a:hover {
    color: #fff;
}

.sca9-hero__content {
    display: flex;
    width: min(720px, 61vw);
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 58px 0 42px;
}

.sca9-hero__lead {
    max-width: 700px;
    margin-top: 26px !important;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(19px, 1.55vw, 22px);
    line-height: 1.62;
}

.sca9-hero__sub {
    max-width: 660px;
    margin-top: 16px !important;
    color: rgba(255, 255, 255, .67);
    font-size: 15px;
    line-height: 1.75;
}

.sca9-hero__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .18);
    background: rgba(6, 8, 12, .52);
    backdrop-filter: blur(10px);
}

.sca9-hero__facts div {
    padding: 21px 24px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.sca9-hero__facts div:last-child {
    border-right: 0;
}

.sca9-hero__facts strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}

.sca9-hero__facts span {
    color: rgba(255, 255, 255, .62);
    font-size: 12.5px;
    line-height: 1.45;
}

/* Story */
.sca9-story {
    background: #fff;
}

.sca9-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
    gap: clamp(52px, 7vw, 92px);
    align-items: center;
}

.sca9-story__copy {
    max-width: 690px;
}

.sca9-company-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    margin-top: 36px !important;
    border-top: 1px solid var(--sca9-line);
}

.sca9-company-facts div {
    padding: 16px 0;
    border-bottom: 1px solid var(--sca9-line);
}

.sca9-company-facts dt {
    margin-bottom: 5px;
    color: #929aa6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sca9-company-facts dd {
    color: var(--sca9-ink);
    font-size: 13.5px;
    line-height: 1.58;
}

.sca9-story__visual {
    position: relative;
    padding-bottom: 86px;
}

.sca9-story__media {
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(17, 21, 27, .14);
}

.sca9-story__media img {
    aspect-ratio: 1.12 / 1;
    object-fit: cover;
    object-position: center;
}

.sca9-story__media figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.sca9-contact-card {
    position: absolute;
    right: 22px;
    bottom: 0;
    left: 48px;
    padding: 22px 26px;
    border: 1px solid rgba(218, 222, 228, .9);
    border-radius: 18px;
    color: var(--sca9-ink);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 46px rgba(17, 21, 27, .13);
    font-style: normal;
}

.sca9-contact-card div {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    align-items: start;
    padding: 10px 0;
    border-top: 1px solid var(--sca9-line);
}

.sca9-contact-card div:first-child {
    padding-top: 0;
    border-top: 0;
}

.sca9-contact-card div:last-child {
    padding-bottom: 0;
}

.sca9-contact-card span {
    color: var(--sca9-red);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
}

.sca9-contact-card p,
.sca9-contact-card a {
    color: #353b45;
    font-size: 13.5px;
    line-height: 1.58;
}

/* Method */
.sca9-method {
    padding: 96px 0;
    color: #fff;
    background:
        radial-gradient(circle at 88% 8%, rgba(227, 27, 35, .19), transparent 31%),
        linear-gradient(135deg, #070a0f 0%, #101720 100%);
}

.sca9-method h2,
.sca9-method h3 {
    color: #fff !important;
}

.sca9-method__head {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 44px;
}

.sca9-method__head h2 {
    margin-bottom: 0 !important;
}

.sca9-method__head > p {
    color: rgba(255, 255, 255, .65);
    font-size: 16px;
    line-height: 1.78;
}

.sca9-method__layout {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr);
    gap: 28px;
    align-items: stretch;
}

.sca9-method__media {
    position: relative;
    overflow: hidden;
    min-height: 570px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: #11161e;
}

.sca9-method__media img {
    height: 100%;
    min-height: 570px;
    object-fit: cover;
    object-position: center;
}

.sca9-method__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 54%, rgba(5, 7, 10, .90));
}

.sca9-method__media figcaption {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 24px;
    left: 26px;
}

.sca9-method__media figcaption strong,
.sca9-method__media figcaption span {
    display: block;
}

.sca9-method__media figcaption strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
}

.sca9-method__media figcaption span {
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    line-height: 1.6;
}

.sca9-method__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sca9-method__steps article {
    min-height: 270px;
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    background: rgba(255, 255, 255, .045);
}

.sca9-method__steps span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
    border-radius: 50%;
    color: #fff;
    background: var(--sca9-red);
    font-size: 11px;
    font-weight: 800;
}

.sca9-method__steps h3 {
    font-size: 21px !important;
}

.sca9-method__steps p {
    color: rgba(255, 255, 255, .62);
    font-size: 14.5px;
    line-height: 1.7;
}

/* Ecosystem */
.sca9-ecosystem {
    background: #fff;
}

.sca9-feature-list {
    border-top: 1px solid var(--sca9-line);
}

.sca9-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    gap: clamp(44px, 6vw, 78px);
    align-items: center;
    padding: 58px 0;
    border-bottom: 1px solid var(--sca9-line);
}

.sca9-feature.is-reverse .sca9-feature__media {
    order: 2;
}

.sca9-feature__media {
    overflow: hidden;
    aspect-ratio: 1.55 / 1;
    border-radius: 24px;
    background: var(--sca9-soft);
    box-shadow: 0 16px 42px rgba(17, 21, 27, .07);
}

.sca9-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.sca9-feature:hover .sca9-feature__media img {
    transform: scale(1.015);
}

.sca9-feature__copy h3 {
    max-width: 560px;
    margin-bottom: 17px !important;
    font-size: clamp(26px, 2.25vw, 31px) !important;
    line-height: 1.28;
}

.sca9-feature__copy > p:not(.sca9-eyebrow) {
    max-width: 600px;
}

.sca9-feature__copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px !important;
}

.sca9-feature__copy li {
    padding: 8px 12px;
    border: 1px solid var(--sca9-line);
    border-radius: 999px;
    color: #454c56;
    background: #fff;
    font-size: 12px;
    line-height: 1.4;
}

/* Scale */
.sca9-scale {
    padding: 96px 0;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(227, 27, 35, .15), transparent 42%),
        #0a0d12;
}

.sca9-scale__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: 70px;
    align-items: center;
}

.sca9-scale h2 {
    color: #fff !important;
}

.sca9-scale__copy > p:not(.sca9-eyebrow) {
    color: rgba(255, 255, 255, .64);
}

.sca9-scale__numbers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.sca9-scale__numbers div {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.sca9-scale__numbers strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 32px;
    line-height: 1.05;
}

.sca9-scale__numbers span {
    color: rgba(255, 255, 255, .55);
    font-size: 12.5px;
    line-height: 1.5;
}

.sca9-timeline {
    display: grid;
    margin-top: 32px !important;
}

.sca9-timeline li {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 16px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.sca9-timeline time {
    color: var(--sca9-red);
    font-size: 15px;
    font-weight: 800;
}

.sca9-timeline p {
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    line-height: 1.65;
}

.sca9-scale__map {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background: rgba(255, 255, 255, .045);
}

.sca9-scale__map img {
    aspect-ratio: 1.03 / 1;
    object-fit: contain;
}

.sca9-scale__map figcaption {
    margin-top: 12px;
    color: rgba(255, 255, 255, .45);
    font-size: 11.5px;
    line-height: 1.55;
}

/* Trust */
.sca9-trust {
    background: var(--sca9-soft);
}

.sca9-trust__media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.sca9-trust__panel {
    position: relative;
    overflow: hidden;
    min-height: 470px;
    border-radius: 24px;
    background: var(--sca9-night);
    box-shadow: 0 22px 54px rgba(17, 21, 27, .11);
}

.sca9-trust__panel img {
    height: 100%;
    min-height: 470px;
    object-fit: cover;
}

.sca9-trust__panel:nth-child(2) img {
    object-fit: contain;
    padding: 34px;
    background: #11161e;
}

.sca9-trust__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(5, 7, 10, .93));
}

.sca9-trust__panel figcaption {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 24px;
    left: 26px;
}

.sca9-trust__panel figcaption strong,
.sca9-trust__panel figcaption span {
    display: block;
}

.sca9-trust__panel figcaption strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: 19px;
}

.sca9-trust__panel figcaption span {
    color: rgba(255, 255, 255, .64);
    font-size: 13px;
    line-height: 1.6;
}

.sca9-partner-note {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: 64px;
    align-items: center;
    margin-top: 46px;
    padding-top: 38px;
    border-top: 1px solid #d9dde3;
}

.sca9-partner-note h3 {
    margin-bottom: 0 !important;
    font-size: 25px !important;
}

.sca9-partner-note > p {
    margin: 0 !important;
}

/* Team */
.sca9-team {
    background: #fff;
}

.sca9-team__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.sca9-team-card {
    overflow: hidden;
    border: 1px solid var(--sca9-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(17, 21, 27, .06);
}

.sca9-team-card__image {
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #f5f6f8;
}

.sca9-team-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease;
}

.sca9-team-card:hover .sca9-team-card__image img {
    transform: scale(1.012);
}

.sca9-team-card__body {
    padding: 20px 19px 22px;
}

.sca9-team-card h3 {
    margin-bottom: 4px !important;
    font-size: 18px !important;
    line-height: 1.35;
}

.sca9-team-card__role {
    min-height: 34px;
    margin-bottom: 12px !important;
    color: var(--sca9-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .035em;
    line-height: 1.5;
    text-transform: uppercase;
}

.sca9-team-card__desc {
    color: var(--sca9-muted);
    font-size: 13px;
    line-height: 1.62;
}

/* Vision */
.sca9-vision {
    padding: 92px 0 70px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(227, 27, 35, .18), transparent 38%),
        linear-gradient(135deg, #080b10, #151b24);
}

.sca9-vision__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 66px;
}

.sca9-vision h2 {
    color: #fff !important;
    font-size: clamp(30px, 2.8vw, 38px) !important;
}

.sca9-vision__grid article + article {
    padding-left: 66px;
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.sca9-vision__grid p:not(.sca9-eyebrow) {
    color: rgba(255, 255, 255, .62);
    font-size: 15px;
    line-height: 1.75;
}

.sca9-vision__statement {
    margin-top: 54px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.sca9-vision__statement p {
    max-width: 980px;
    margin: 0 auto !important;
    color: rgba(255, 255, 255, .90);
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 600;
    line-height: 1.52;
    text-align: center;
}

/* Contact */
.sca9-contact {
    padding: 44px 0;
    background: #fff;
}

.sca9-contact__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

.sca9-contact__title {
    margin-bottom: 7px !important;
    color: var(--sca9-ink);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}

.sca9-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border-radius: 999px;
    color: #fff !important;
    background: var(--sca9-red);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform .2s ease, background .2s ease;
}

.sca9-button:hover {
    transform: translateY(-2px);
    background: var(--sca9-red-dark);
}

/* Reveal */
.sca9-js .sca9-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
}

.sca9-js .sca9-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1120px) {
    .sca9-story__grid,
    .sca9-method__head,
    .sca9-method__layout,
    .sca9-scale__grid,
    .sca9-partner-note {
        grid-template-columns: 1fr;
    }

    .sca9-story__copy {
        max-width: none;
    }

    .sca9-story__visual {
        max-width: 820px;
    }

    .sca9-method__head,
    .sca9-method__layout {
        gap: 24px;
    }

    .sca9-method__media,
    .sca9-method__media img {
        min-height: 500px;
    }

    .sca9-feature,
    .sca9-feature.is-reverse {
        grid-template-columns: 1fr;
    }

    .sca9-feature.is-reverse .sca9-feature__media {
        order: 0;
    }

    .sca9-team__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    .sca9-shell {
        width: min(100% - 32px, 1280px);
    }

    .sca9-section,
    .sca9-method,
    .sca9-scale {
        padding: 72px 0;
    }

    .setcar-custom-about .sca9-about h1 {
        font-size: clamp(40px, 10vw, 52px);
    }

    .setcar-custom-about .sca9-about h2 {
        font-size: clamp(29px, 7vw, 36px);
    }

    .sca9-hero,
    .sca9-hero__inner {
        min-height: 730px;
    }

    .sca9-hero__inner {
        padding-top: 22px;
        padding-bottom: 0;
    }

    .sca9-hero__picture img {
        object-position: 72% center;
    }

    .sca9-hero__shade {
        background: linear-gradient(180deg, rgba(5, 7, 10, .46) 0%, rgba(5, 7, 10, .77) 42%, rgba(5, 7, 10, .98) 100%);
    }

    .sca9-hero__content {
        width: 100%;
        justify-content: flex-end;
        padding: 70px 0 40px;
    }

    .sca9-hero__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-inline: -16px;
    }

    .sca9-hero__facts div:nth-child(2) {
        border-right: 0;
    }

    .sca9-hero__facts div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .sca9-story__visual {
        padding-bottom: 0;
    }

    .sca9-contact-card {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        margin: -24px 16px 0;
    }

    .sca9-method__steps,
    .sca9-company-facts,
    .sca9-scale__numbers,
    .sca9-trust__media,
    .sca9-vision__grid {
        grid-template-columns: 1fr;
    }

    .sca9-method__media,
    .sca9-method__media img {
        min-height: 430px;
    }

    .sca9-feature {
        padding: 44px 0;
    }

    .sca9-feature__media {
        aspect-ratio: 1.45 / 1;
    }

    .sca9-trust__panel,
    .sca9-trust__panel img {
        min-height: 410px;
    }

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

    .sca9-vision__grid article + article {
        padding-top: 38px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .16);
        border-left: 0;
    }

    .sca9-contact__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 580px) {
    .sca9-hero__lead {
        font-size: 18px;
    }

    .sca9-hero__sub,
    .sca9-prose p,
    .sca9-section-head > p,
    .sca9-scale__copy > p,
    .sca9-method__head > p,
    .sca9-feature__copy > p,
    .sca9-partner-note > p {
        font-size: 15px;
        line-height: 1.72;
    }

    .sca9-hero__facts div {
        padding: 17px 14px;
    }

    .sca9-hero__facts strong {
        font-size: 23px;
    }

    .sca9-company-facts,
    .sca9-method__steps,
    .sca9-team__grid {
        grid-template-columns: 1fr;
    }

    .sca9-method__steps article {
        min-height: 0;
    }

    .sca9-method__media,
    .sca9-method__media img {
        min-height: 330px;
    }

    .sca9-feature__media {
        aspect-ratio: 1.25 / 1;
    }

    .sca9-feature__copy h3 {
        font-size: 25px !important;
    }

    .sca9-scale__map {
        padding: 18px;
    }

    .sca9-trust__panel,
    .sca9-trust__panel img {
        min-height: 350px;
    }

    .sca9-trust__panel:nth-child(2) img {
        padding: 20px;
    }

    .sca9-contact-card {
        margin-right: 8px;
        margin-left: 8px;
        padding: 18px;
    }

    .sca9-vision {
        padding: 72px 0 54px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sca9-js .sca9-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .sca9-feature__media img,
    .sca9-team-card__image img,
    .sca9-button {
        transition: none;
    }
}
