:root {
    --apex-bg: #070a0b;
    --apex-panel: #0d1113;
    --apex-panel-2: #121719;
    --apex-line: rgba(255, 255, 255, 0.12);
    --apex-text: #f4f7f7;
    --apex-muted: #a6b0b2;
    --apex-cyan: #10d7cf;
    --apex-cyan-2: #00aaa5;
    --apex-red: #ee3434;
    --apex-shell: 1240px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body.apex-production-home {
    margin: 0;
    background: var(--apex-bg);
    color: var(--apex-text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

body.apex-production-home * {
    box-sizing: border-box;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.apex-production-home img {
    display: block;
    max-width: 100%;
}

body.apex-production-home a {
    color: inherit;
    text-decoration: none;
}

body.apex-production-home button,
body.apex-production-home input,
body.apex-production-home select,
body.apex-production-home textarea {
    font: inherit;
}

.apex-site {
    min-height: 100vh;
    background:
        radial-gradient(circle at 70% 14%, rgba(16, 215, 207, 0.07), transparent 24%),
        var(--apex-bg);
}

.apex-shell {
    width: min(calc(100% - 48px), var(--apex-shell));
    margin-inline: auto;
}

.apex-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 9990;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 8, 9, 0.7);
    backdrop-filter: blur(18px);
    transition: background 180ms ease, box-shadow 180ms ease;
}

body.admin-bar .apex-header {
    top: 32px;
}

.apex-header.is-scrolled {
    background: rgba(5, 8, 9, 0.96);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
}

.apex-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.apex-brand {
    display: inline-flex;
    flex-direction: column;
    line-height: 0.82;
    letter-spacing: 0.08em;
    transform: skew(-8deg);
}

.apex-brand__apex {
    font-size: 30px;
    font-weight: 950;
    font-style: italic;
    letter-spacing: -0.02em;
}

.apex-brand__apex::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 4px;
    margin-left: 5px;
    background: var(--apex-cyan);
    transform: translateY(-5px) skew(-24deg);
}

.apex-brand__sub {
    margin-top: 9px;
    padding-left: 3px;
    color: var(--apex-cyan);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.54em;
}

.apex-nav {
    display: flex;
    align-items: center;
    gap: 33px;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.apex-nav > a:not(.apex-nav__cta) {
    color: #d7dfe0;
    transition: color 150ms ease;
}

.apex-nav > a:not(.apex-nav__cta):hover,
.apex-nav > a:not(.apex-nav__cta):focus-visible {
    color: var(--apex-cyan);
}

.apex-nav__cta {
    padding: 12px 18px;
    border-radius: 3px;
    background: var(--apex-cyan);
    color: #021313;
}

.apex-nav-toggle {
    display: none;
    width: 46px;
    height: 42px;
    padding: 10px;
    border: 1px solid var(--apex-line);
    border-radius: 3px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.apex-nav-toggle > span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: currentColor;
}

.apex-hero {
    position: relative;
    min-height: min(850px, 92vh);
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--apex-line);
}

.apex-hero__image,
.apex-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.apex-hero__image {
    object-fit: cover;
    object-position: center right;
}

.apex-hero__veil {
    background:
        linear-gradient(90deg, rgba(4, 6, 7, 0.98) 0%, rgba(4, 6, 7, 0.91) 28%, rgba(4, 6, 7, 0.42) 59%, rgba(4, 6, 7, 0.12) 100%),
        linear-gradient(0deg, rgba(4, 6, 7, 0.72) 0%, transparent 38%);
}

.apex-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 126px;
    padding-bottom: 72px;
}

.apex-eyebrow,
.apex-kicker {
    margin: 0 0 18px;
    color: var(--apex-cyan);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.apex-eyebrow::before,
.apex-kicker::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    margin-right: 12px;
    background: currentColor;
    vertical-align: middle;
}

.apex-hero h1,
.apex-section h2 {
    margin: 0;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 900;
    letter-spacing: 0.005em;
    line-height: 0.92;
    text-transform: uppercase;
}

.apex-hero h1 {
    max-width: 790px;
    font-size: clamp(54px, 7.1vw, 108px);
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.45);
}

.apex-hero h1 span {
    color: var(--apex-cyan);
}

.apex-hero__lead {
    max-width: 590px;
    margin: 26px 0 0;
    color: #d5dddd;
    font-size: clamp(17px, 1.45vw, 21px);
}

.apex-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.apex-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.apex-button:hover,
.apex-button:focus-visible {
    transform: translateY(-2px);
}

.apex-button--primary {
    background: var(--apex-cyan);
    color: #041313;
}

.apex-button--primary:hover,
.apex-button--primary:focus-visible {
    background: #3ae9e2;
}

.apex-button--ghost {
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(4, 6, 7, 0.25);
    color: #fff;
}

.apex-price {
    width: fit-content;
    margin: 20px 0 0;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 3px;
    background: rgba(4, 6, 7, 0.48);
    font-size: 24px;
    font-weight: 900;
    color: var(--apex-cyan);
}

.apex-price span {
    margin-right: 7px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.apex-proof {
    position: relative;
    z-index: 3;
    background: #090d0e;
    border-bottom: 1px solid var(--apex-line);
}

.apex-proof__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.apex-proof__grid > div {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 30px;
    border-right: 1px solid var(--apex-line);
}

.apex-proof__grid > div:first-child {
    border-left: 1px solid var(--apex-line);
}

.apex-proof strong {
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.apex-proof span {
    color: var(--apex-muted);
    font-size: 13px;
}

.apex-section {
    padding: 112px 0;
    background: #f1f4f4;
    color: #111718;
}

.apex-section--dark {
    background: var(--apex-bg);
    color: var(--apex-text);
}

.apex-section--dark h2,
.apex-section--dark h3 {
    color: var(--apex-text);
}

.apex-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 52px;
}

.apex-section h2 {
    max-width: 830px;
    font-size: clamp(43px, 5vw, 72px);
}

.apex-heading-row > p {
    margin: 0;
    color: #4d5859;
    font-size: 17px;
}

.apex-heading-row--light > p {
    color: var(--apex-muted);
}

.apex-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #cbd1d1;
    border-left: 1px solid #cbd1d1;
}

.apex-service-card {
    position: relative;
    min-height: 300px;
    padding: 34px 28px;
    border-right: 1px solid #cbd1d1;
    border-bottom: 1px solid #cbd1d1;
    background: rgba(255, 255, 255, 0.56);
    overflow: hidden;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.apex-service-card:hover {
    z-index: 2;
    transform: translateY(-6px);
    background: #111718;
    color: #fff;
}

.apex-service-card__num {
    position: absolute;
    top: 20px;
    right: 22px;
    color: #849091;
    font-size: 11px;
    font-weight: 800;
}

.apex-service-card__icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 34px;
    border: 1px solid var(--apex-cyan-2);
    border-radius: 6px;
    color: var(--apex-cyan-2);
    font-size: 28px;
}

.apex-service-card h3,
.apex-data-card h3,
.apex-process h3 {
    margin: 0 0 12px;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.apex-service-card p {
    margin: 0;
    color: #5b6667;
    font-size: 15px;
}

.apex-service-card:hover p {
    color: #bfc7c8;
}

.apex-mercedes-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    grid-template-rows: 340px 260px;
    gap: 16px;
}

.apex-vehicle-card,
.apex-data-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--apex-line);
    border-radius: 5px;
    background: var(--apex-panel);
}

.apex-vehicle-card--large {
    grid-row: 1 / 3;
}

.apex-vehicle-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.apex-vehicle-card:hover img {
    transform: scale(1.025);
}

.apex-vehicle-card__caption {
    position: absolute;
    inset: auto 0 0;
    padding: 48px 28px 24px;
    background: linear-gradient(transparent, rgba(3, 5, 6, 0.94));
}

.apex-vehicle-card__caption span {
    display: block;
    color: var(--apex-cyan);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.apex-vehicle-card__caption strong {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    text-transform: uppercase;
}

.apex-data-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background:
        linear-gradient(135deg, rgba(16, 215, 207, 0.08), transparent 58%),
        var(--apex-panel-2);
}

.apex-data-card h3 {
    font-size: 27px;
}

.apex-data-card p:not(.apex-kicker) {
    margin: 0;
    color: var(--apex-muted);
    font-size: 14px;
}

.apex-data-card a {
    margin-top: 20px;
    color: var(--apex-cyan);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.apex-process-title {
    margin-bottom: 56px !important;
}

.apex-process {
    counter-reset: apex-step;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #cbd1d1;
}

.apex-process li {
    min-height: 225px;
    padding: 28px 24px 20px 0;
    border-right: 1px solid #cbd1d1;
}

.apex-process li + li {
    padding-left: 24px;
}

.apex-process li:last-child {
    border-right: 0;
}

.apex-process li > span {
    display: block;
    margin-bottom: 42px;
    color: var(--apex-cyan-2);
    font-size: 13px;
    font-weight: 900;
}

.apex-process p {
    margin: 0;
    color: #596465;
    font-size: 14px;
}

.apex-about {
    padding: 96px 0;
    background: #0d1214;
    color: #fff;
}

.apex-about__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.8fr 0.65fr;
    align-items: center;
    gap: 60px;
}

.apex-about h2 {
    font-size: clamp(42px, 4.5vw, 66px);
}

.apex-about__copy {
    color: var(--apex-muted);
}

.apex-about__copy p {
    margin: 0;
}

.apex-about__copy p + p {
    margin-top: 16px;
}

.apex-about__price {
    padding: 34px;
    border: 1px solid rgba(16, 215, 207, 0.42);
    border-radius: 5px;
    background: rgba(16, 215, 207, 0.05);
}

.apex-about__price span,
.apex-about__price small {
    display: block;
}

.apex-about__price span {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.apex-about__price strong {
    display: block;
    margin: 8px 0;
    color: var(--apex-cyan);
    font-size: 34px;
    line-height: 1.05;
}

.apex-about__price small {
    color: var(--apex-muted);
}

.apex-quote {
    background: #e9eeee;
}

.apex-quote__grid {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 76px;
}

.apex-quote__intro > p:not(.apex-kicker) {
    color: #536061;
    font-size: 17px;
}

.apex-quote__intro ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.apex-quote__intro li {
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #c8d0d0;
    background: linear-gradient(var(--apex-cyan-2), var(--apex-cyan-2)) 0 50% / 14px 2px no-repeat;
    font-weight: 700;
}

.apex-form-wrap {
    padding: 38px;
    border: 1px solid #c8d0d0;
    border-radius: 5px;
    background: #f9fbfb;
    box-shadow: 0 28px 70px rgba(30, 48, 50, 0.12);
}

.apex-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.apex-form label {
    display: block;
    margin-bottom: 18px;
    color: #273031;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.apex-form label > span {
    color: var(--apex-red);
}

.apex-form input:not([type="checkbox"]),
.apex-form select,
.apex-form textarea {
    width: 100%;
    margin-top: 7px;
    padding: 13px 14px;
    border: 1px solid #bfc8c9;
    border-radius: 3px;
    outline: 0;
    background: #fff;
    color: #101617;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.apex-form input:focus,
.apex-form select:focus,
.apex-form textarea:focus {
    border-color: var(--apex-cyan-2);
    box-shadow: 0 0 0 3px rgba(0, 170, 165, 0.12);
}

.apex-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.45;
    text-transform: none !important;
}

.apex-consent input {
    margin-top: 3px;
}

.apex-consent span {
    color: #596465 !important;
}

.apex-button--submit {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.apex-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.apex-form-message {
    margin-bottom: 20px;
    padding: 13px 15px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
}

.apex-form-message--success {
    border: 1px solid #5fc9a4;
    background: #e4f8f1;
    color: #15573f;
}

.apex-form-message--error {
    border: 1px solid #e49a9a;
    background: #fff0f0;
    color: #782424;
}

.apex-legal {
    padding: 28px 0;
    border-top: 1px solid var(--apex-line);
    border-bottom: 1px solid var(--apex-line);
    background: #090d0e;
}

.apex-legal .apex-shell {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 26px;
}

.apex-legal strong {
    color: var(--apex-cyan);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.apex-legal p {
    margin: 0;
    color: #889394;
    font-size: 12px;
}

.apex-footer {
    padding: 64px 0 22px;
    background: #050708;
    color: #d9dfdf;
}

.apex-footer__grid {
    display: grid;
    grid-template-columns: 1.7fr repeat(3, 0.7fr);
    gap: 54px;
}

.apex-brand--footer {
    margin-bottom: 24px;
}

.apex-footer__grid p {
    max-width: 310px;
    color: #808b8c;
    font-size: 13px;
}

.apex-footer__grid > div:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
}

.apex-footer__grid strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.apex-footer__grid a,
.apex-footer__grid span {
    color: #879294;
}

.apex-footer__grid a:hover {
    color: var(--apex-cyan);
}

.apex-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 46px;
    padding-top: 20px;
    border-top: 1px solid var(--apex-line);
    color: #687273;
    font-size: 10px;
}

.apex-policy {
    background: #eef2f2;
    color: #172021;
}

.apex-policy__hero {
    padding: 190px 0 78px;
    border-bottom: 1px solid #cbd1d1;
    background:
        linear-gradient(110deg, rgba(5, 8, 9, 0.98), rgba(5, 8, 9, 0.82)),
        url('../images/apex-hero-mercedes-dyno.webp') center 54% / cover no-repeat;
    color: #fff;
}

.apex-policy__hero h1 {
    margin: 0;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(58px, 8vw, 112px);
    font-weight: 900;
    letter-spacing: 0.005em;
    line-height: 0.92;
    text-transform: uppercase;
}

.apex-policy__hero > .apex-shell > p:last-child {
    margin: 22px 0 0;
    color: #b7c1c2;
}

.apex-policy__content {
    padding: 88px 0 112px;
}

.apex-policy__layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 760px);
    justify-content: space-between;
    gap: 72px;
}

.apex-policy__layout aside {
    align-self: start;
    position: sticky;
    top: 112px;
    padding: 28px;
    border: 1px solid #cbd1d1;
    background: #f8fafa;
}

.apex-policy__layout aside strong {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.apex-policy__layout aside p {
    color: #5a6667;
    font-size: 14px;
}

.apex-policy__layout aside a,
.apex-policy__layout article a {
    color: var(--apex-cyan-2);
    font-weight: 800;
}

.apex-policy__layout article h2 {
    margin: 0 0 14px;
    color: #111718;
    font-size: 29px;
    line-height: 1.15;
    text-transform: uppercase;
}

.apex-policy__layout article h2:not(:first-child) {
    margin-top: 48px;
}

.apex-policy__layout article p {
    margin: 0;
    color: #4e5a5b;
    font-size: 16px;
}

@media (max-width: 1024px) {
    body.admin-bar .apex-header { top: 32px; }
    .apex-nav { gap: 19px; }
    .apex-heading-row { gap: 36px; }
    .apex-services { grid-template-columns: repeat(2, 1fr); }
    .apex-about__grid { grid-template-columns: 1fr 1fr; }
    .apex-about__price { grid-column: 1 / 3; }
    .apex-process { grid-template-columns: repeat(3, 1fr); }
    .apex-process li:nth-child(3) { border-right: 0; }
    .apex-process li:nth-child(n+4) { border-top: 1px solid #cbd1d1; }
    .apex-quote__grid { gap: 44px; }
}

@media (max-width: 782px) {
    body.admin-bar .apex-header { top: 46px; }
    .apex-shell { width: min(calc(100% - 34px), var(--apex-shell)); }
    .apex-nav-toggle { display: block; }
    .apex-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 17px 18px;
        border-bottom: 1px solid var(--apex-line);
        background: rgba(5, 8, 9, 0.98);
    }
    .apex-nav.is-open { display: flex; }
    .apex-nav a { padding: 14px 12px; }
    .apex-nav__cta { margin-top: 8px; text-align: center; }
    body.apex-nav-open { overflow: hidden; }
    .apex-hero { min-height: 760px; align-items: flex-end; }
    .apex-hero__image { object-position: 69% center; }
    .apex-hero__veil {
        background:
            linear-gradient(0deg, rgba(4, 6, 7, 0.99) 0%, rgba(4, 6, 7, 0.9) 47%, rgba(4, 6, 7, 0.28) 100%),
            linear-gradient(90deg, rgba(4, 6, 7, 0.8), transparent);
    }
    .apex-hero__content { padding-top: 170px; padding-bottom: 48px; }
    .apex-hero h1 { font-size: clamp(47px, 13.8vw, 72px); }
    .apex-proof__grid { grid-template-columns: 1fr 1fr; }
    .apex-proof__grid > div { min-height: 96px; padding: 20px; border-bottom: 1px solid var(--apex-line); }
    .apex-section { padding: 78px 0; }
    .apex-heading-row,
    .apex-quote__grid { grid-template-columns: 1fr; gap: 26px; }
    .apex-heading-row { margin-bottom: 36px; }
    .apex-section h2 { font-size: clamp(40px, 10vw, 58px); }
    .apex-mercedes-grid { grid-template-columns: 1fr; grid-template-rows: 430px 300px auto; }
    .apex-vehicle-card--large { grid-row: auto; }
    .apex-data-card { min-height: 240px; }
    .apex-process { grid-template-columns: 1fr 1fr; }
    .apex-process li,
    .apex-process li:nth-child(n+4) { min-height: 190px; border-top: 1px solid #cbd1d1; }
    .apex-process li:nth-child(2n) { border-right: 0; padding-left: 24px; }
    .apex-process li:nth-child(3) { border-right: 1px solid #cbd1d1; }
    .apex-about__grid { grid-template-columns: 1fr; gap: 34px; }
    .apex-about__price { grid-column: auto; }
    .apex-footer__grid { grid-template-columns: 1fr 1fr; }
    .apex-footer__grid > div:first-child { grid-column: 1 / 3; }
    .apex-footer__bottom { flex-direction: column; }
    .apex-policy__hero { padding: 160px 0 64px; }
    .apex-policy__layout { grid-template-columns: 1fr; gap: 42px; }
    .apex-policy__layout aside { position: static; }
}

@media (max-width: 520px) {
    body.admin-bar .apex-header { top: 46px; }
    .apex-header__inner { min-height: 68px; }
    .apex-brand__apex { font-size: 25px; }
    .apex-brand__sub { font-size: 8px; }
    .apex-hero { min-height: 720px; }
    .apex-hero__lead { font-size: 16px; }
    .apex-actions { display: grid; }
    .apex-button { width: 100%; }
    .apex-proof__grid { grid-template-columns: 1fr; }
    .apex-proof__grid > div { border-left: 1px solid var(--apex-line); }
    .apex-services { grid-template-columns: 1fr; }
    .apex-service-card { min-height: 250px; }
    .apex-mercedes-grid { grid-template-rows: 350px 260px auto; }
    .apex-process { grid-template-columns: 1fr; }
    .apex-process li,
    .apex-process li:nth-child(2n),
    .apex-process li:nth-child(3) { min-height: auto; padding: 24px 0; border-right: 0; border-top: 1px solid #cbd1d1; }
    .apex-process li > span { margin-bottom: 18px; }
    .apex-form-wrap { padding: 24px 18px; }
    .apex-form__row { grid-template-columns: 1fr; gap: 0; }
    .apex-legal .apex-shell { grid-template-columns: 1fr; gap: 8px; }
    .apex-footer__grid { grid-template-columns: 1fr; gap: 34px; }
    .apex-footer__grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
