:root {
    --landing-primary: #0758d8;
    --landing-secondary: #072354;
    --landing-accent: #1d74ff;
    --landing-ink: #07183f;
    --landing-muted: #607399;
    --landing-line: #dbe7fb;
    --landing-bg: #f6faff;
    --landing-card: #ffffff;
    --landing-shadow: 0 18px 42px rgba(16, 54, 120, 0.11);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.client-landing-body {
    background: var(--landing-bg);
    color: var(--landing-ink);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    margin: 0;
}

.client-landing-body a {
    color: inherit;
    text-decoration: none;
}

.landing-header {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(219, 231, 251, 0.76);
    display: grid;
    gap: 24px;
    grid-template-columns: auto 1fr auto;
    left: 0;
    padding: 18px clamp(24px, 6vw, 92px);
    position: sticky;
    right: 0;
    top: 0;
    z-index: 50;
}

.landing-header.is-scrolled {
    box-shadow: 0 12px 34px rgba(7, 35, 84, 0.08);
}

.client-auth-navbar {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e4ecfb;
    box-shadow: 0 16px 42px rgba(16, 54, 120, 0.08);
    display: grid;
    gap: 24px;
    grid-template-columns: auto 1fr auto;
    margin: 0 auto;
    max-width: 1840px;
    padding: 18px clamp(28px, 5vw, 92px);
    position: relative;
    width: 100%;
    z-index: 60;
}

.landing-auth-navbar {
    border-radius: 0;
}

.landing-auth-navbar nav a.active {
    color: var(--landing-primary);
}

.client-auth-brand {
    align-items: center;
    color: #06194a;
    display: inline-flex;
    gap: 12px;
    min-width: max-content;
    text-decoration: none;
}

.client-auth-brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--landing-primary), #0a85ff);
    border-radius: 9px 3px 9px 3px;
    color: #ffffff;
    display: inline-flex;
    font-size: 30px;
    font-weight: 900;
    height: 46px;
    justify-content: center;
    line-height: 1;
    width: 46px;
}

.client-auth-brand img {
    height: 46px;
    max-width: 140px;
    object-fit: contain;
}

.client-auth-brand strong {
    color: #06194a;
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.client-auth-brand small {
    color: #5b6d91;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 5px;
    margin-top: 2px;
    text-transform: uppercase;
}

.client-auth-navbar nav {
    align-items: center;
    display: flex;
    gap: clamp(24px, 4vw, 54px);
    justify-content: center;
}

.client-auth-navbar nav a {
    color: #06194a;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
}

.client-auth-navbar nav a::after {
    background: var(--landing-primary);
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.client-auth-navbar nav a:hover::after,
.client-auth-navbar nav a.active::after {
    opacity: 1;
}

.client-auth-phone {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e1e9f8;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(16, 54, 120, 0.08);
    color: #06194a;
    display: inline-flex;
    gap: 12px;
    min-height: 48px;
    padding: 0 20px;
    text-decoration: none;
}

.client-auth-phone i {
    color: var(--landing-primary);
}

.client-auth-phone b,
.client-auth-phone small {
    display: block;
    line-height: 1.1;
}

.client-auth-phone b {
    font-size: 14px;
    font-weight: 900;
}

.client-auth-phone small {
    color: #43577d;
    font-size: 10px;
    font-weight: 700;
    margin-top: 3px;
}

.landing-navbar-actions {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-end;
    min-width: max-content;
}

.client-language-control {
    align-items: center;
    color: #43577d;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    gap: 8px;
    justify-content: flex-end;
    letter-spacing: 0;
    text-transform: uppercase;
}

.client-language-control select {
    appearance: none;
    background: #ffffff;
    border: 1px solid #dce8fb;
    border-radius: 7px;
    color: #06194a;
    font-size: 12px;
    font-weight: 900;
    min-height: 34px;
    min-width: 112px;
    padding: 0 12px;
}

.client-language-control--flag select {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    min-height: 42px;
    min-width: 50px;
    padding: 0 10px;
    text-align: center;
}

.landing-nav-link,
.landing-nav-cta {
    align-items: center;
    border-radius: 7px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none;
}

[dir="rtl"] .client-auth-navbar,
[dir="rtl"] .landing-header {
    direction: rtl;
}

.landing-nav-link {
    border: 1px solid #dce8fb;
    color: #06194a;
}

.landing-nav-link:hover {
    border-color: var(--landing-primary);
    color: var(--landing-primary);
}

.landing-nav-link.active {
    border-color: var(--landing-primary);
    color: var(--landing-primary);
}

.landing-nav-cta {
    background: var(--landing-primary);
    border: 1px solid var(--landing-primary);
    color: #ffffff !important;
    box-shadow: 0 12px 22px rgba(7, 88, 216, 0.18);
}


.landing-brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    min-width: max-content;
}

.landing-brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--landing-primary), #0a85ff);
    border-radius: 9px 3px 9px 3px;
    color: #ffffff;
    display: inline-flex;
    font-size: 26px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    line-height: 1;
    width: 42px;
}

.landing-brand img {
    height: 44px;
    max-width: 140px;
    object-fit: contain;
}

.landing-brand strong {
    color: var(--landing-secondary);
    display: block;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.95;
    text-transform: uppercase;
}

.landing-brand small {
    color: #53698d;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 6px;
    margin-top: 3px;
    text-transform: uppercase;
}

.landing-nav {
    align-items: center;
    display: flex;
    gap: clamp(18px, 3vw, 44px);
    justify-content: center;
}

.landing-nav a {
    color: #0c2451;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 0;
    position: relative;
}

.landing-nav a::after {
    background: var(--landing-primary);
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.landing-nav a:hover::after,
.landing-nav a.active::after {
    opacity: 1;
}

.landing-header-cta,
.landing-btn {
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
}

.landing-header-cta,
.landing-btn.primary {
    background: var(--landing-primary);
    border: 1px solid var(--landing-primary);
    color: #ffffff !important;
    box-shadow: 0 14px 24px rgba(7, 88, 216, 0.22);
}

.landing-btn.secondary {
    background: #ffffff;
    border: 1px solid var(--landing-primary);
    color: var(--landing-primary);
}

.landing-btn.light {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: var(--landing-primary);
}

.landing-btn.outline-light {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.74);
    color: #ffffff;
}

.landing-menu-button {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 6px;
    color: var(--landing-primary);
    display: none;
    height: 42px;
    width: 42px;
}

.landing-hero {
    display: grid;
    gap: clamp(36px, 6vw, 72px);
    grid-template-columns: minmax(340px, 0.86fr) minmax(420px, 1.14fr);
    min-height: 650px;
    overflow: hidden;
    padding: 76px clamp(24px, 7vw, 112px) 40px;
    position: relative;
}

.landing-hero::before,
.client-space-showcase::before {
    background-image:
        linear-gradient(rgba(246, 250, 255, 0.82), rgba(246, 250, 255, 0.92)),
        repeating-linear-gradient(90deg, rgba(7, 88, 216, 0.06) 0 1px, transparent 1px 110px),
        repeating-linear-gradient(0deg, rgba(7, 88, 216, 0.05) 0 1px, transparent 1px 86px);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-copy,
.hero-visual,
.client-space-showcase > *,
.landing-section > *,
.process-section > *,
.trust-section > *,
.faq-section > * {
    position: relative;
    z-index: 1;
}

.hero-copy {
    align-self: center;
}

.hero-copy h1 {
    color: var(--landing-secondary);
    font-size: clamp(42px, 5vw, 74px);
    line-height: 1.03;
    margin: 0 0 22px;
}

.hero-copy h1 span {
    color: var(--landing-primary);
}

.hero-copy p {
    color: #243b67;
    font-size: 17px;
    line-height: 1.72;
    margin: 0;
    max-width: 680px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 36px;
}

.hero-features {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(110px, 1fr));
    margin-top: 54px;
}

.hero-features article {
    border-right: 1px solid var(--landing-line);
    display: grid;
    gap: 8px;
    justify-items: center;
    min-height: 96px;
    padding: 0 14px;
    text-align: center;
}

.hero-features article:last-child {
    border-right: 0;
}

.hero-features i,
.trust-row i {
    align-items: center;
    background: #edf5ff;
    border-radius: 50%;
    color: var(--landing-primary);
    display: inline-flex;
    font-size: 22px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.hero-features strong {
    color: var(--landing-secondary);
    font-size: 12px;
    font-weight: 900;
}

.hero-features span {
    color: var(--landing-muted);
    font-size: 11px;
}

.hero-visual {
    align-self: center;
    min-height: 0;
    position: relative;
}

.landing-device-figure {
    margin: 0;
}

.landing-device-figure img {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.hero-visual img {
    filter: drop-shadow(0 34px 44px rgba(7, 35, 84, 0.18));
    margin-left: auto;
    width: min(880px, 100%);
}

.garage-photo-panel {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(230, 241, 255, 0.28)),
        linear-gradient(100deg, rgba(7, 35, 84, 0.04) 0 15%, transparent 15% 30%, rgba(7, 88, 216, 0.08) 30% 32%, transparent 32%),
        radial-gradient(circle at 78% 20%, rgba(29, 116, 255, 0.18), transparent 30%),
        linear-gradient(180deg, #f8fbff, #e9f3ff);
    border-radius: 22px;
    bottom: 46px;
    left: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.laptop-device {
    background: #060b16;
    border-radius: 18px 18px 8px 8px;
    box-shadow: 0 34px 70px rgba(5, 15, 37, 0.28);
    margin: 0 auto;
    padding: 14px 14px 20px;
    position: relative;
    top: 10px;
    width: min(650px, 92%);
}

.laptop-device::after {
    background: linear-gradient(90deg, #08111e, #35445f 48%, #08111e);
    border-radius: 0 0 100% 100%;
    bottom: -22px;
    content: "";
    height: 24px;
    left: 9%;
    position: absolute;
    width: 82%;
}

.device-topbar {
    align-items: center;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    color: var(--landing-secondary);
    display: flex;
    font-size: 12px;
    font-weight: 900;
    gap: 18px;
    padding: 14px 18px 9px;
}

.device-topbar span {
    color: var(--landing-primary);
    text-transform: uppercase;
}

.device-screen {
    background: #f7fbff;
    border-radius: 0 0 8px 8px;
    display: grid;
    gap: 20px;
    grid-template-columns: 130px 1fr;
    min-height: 320px;
    padding: 18px;
}

.device-screen aside {
    background: #ffffff;
    border-right: 1px solid var(--landing-line);
    display: grid;
    gap: 12px;
    grid-auto-rows: 22px;
    padding: 16px 12px;
}

.device-screen aside i,
.dashboard-mini-grid span,
.history-row {
    background: #e8f1ff;
    border-radius: 5px;
}

.device-screen section {
    display: grid;
    gap: 16px;
}

.device-screen p {
    color: var(--landing-secondary);
    font-weight: 900;
    margin: 0;
}

.vehicle-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 18px;
}

.vehicle-card span {
    background: #e8fff0;
    border-radius: 999px;
    color: #148b44;
    font-size: 11px;
    font-weight: 900;
    padding: 6px 10px;
}

.progress-line {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
}

.progress-line::before {
    background: #b9d3ff;
    content: "";
    height: 3px;
    left: 8%;
    position: absolute;
    right: 8%;
}

.progress-line i {
    background: var(--landing-primary);
    border: 5px solid #eaf3ff;
    border-radius: 50%;
    height: 22px;
    justify-self: center;
    width: 22px;
    z-index: 1;
}

.dashboard-mini-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
}

.dashboard-mini-grid span {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    height: 70px;
}

.phone-device {
    background: #07111f;
    border-radius: 30px;
    box-shadow: 0 28px 48px rgba(5, 15, 37, 0.28);
    padding: 10px;
    position: absolute;
    right: 2%;
    top: 118px;
    width: 166px;
}

.phone-notch {
    background: #07111f;
    border-radius: 0 0 12px 12px;
    height: 14px;
    left: 52px;
    position: absolute;
    top: 10px;
    width: 62px;
    z-index: 2;
}

.phone-screen {
    background: #ffffff;
    border-radius: 23px;
    display: grid;
    gap: 12px;
    min-height: 310px;
    padding: 28px 14px 16px;
}

.phone-screen strong {
    color: var(--landing-secondary);
    font-size: 11px;
}

.phone-screen p {
    font-size: 12px;
    font-weight: 900;
    margin: 0;
}

.phone-car {
    background:
        linear-gradient(0deg, #c9d7ee 0 8px, transparent 8px),
        radial-gradient(circle at 30% 78%, #07111f 0 6px, transparent 7px),
        radial-gradient(circle at 72% 78%, #07111f 0 6px, transparent 7px),
        linear-gradient(160deg, transparent 0 20%, #f7fbff 21% 42%, #c9d7ee 43% 60%, transparent 61%),
        linear-gradient(#ffffff, #e8f0fb);
    border: 1px solid var(--landing-line);
    border-radius: 10px;
    height: 72px;
}

.phone-progress {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(4, 1fr);
}

.phone-progress span {
    background: #d8e7ff;
    border-radius: 999px;
    height: 6px;
}

.phone-screen a {
    background: var(--landing-primary);
    border-radius: 5px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    padding: 10px;
    text-align: center;
}

.contact-strip {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(16, 54, 120, 0.08);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    margin: -8px clamp(18px, 6vw, 86px) 0;
    position: relative;
    z-index: 5;
}

.contact-strip article {
    align-items: center;
    border-right: 1px solid var(--landing-line);
    display: grid;
    gap: 2px 14px;
    grid-template-columns: 42px 1fr;
    padding: 18px;
}

.contact-strip article:last-child {
    border-right: 0;
}

.contact-strip i {
    align-items: center;
    background: #edf5ff;
    border-radius: 50%;
    color: var(--landing-primary);
    display: inline-flex;
    grid-row: span 2;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.contact-strip strong {
    color: var(--landing-secondary);
    font-size: 13px;
}

.contact-strip span {
    color: var(--landing-muted);
    font-size: 11px;
}

.landing-section,
.process-section,
.trust-section,
.faq-section {
    padding: 54px clamp(24px, 7vw, 112px);
    text-align: center;
}

.section-kicker {
    color: var(--landing-primary);
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.landing-section h2,
.process-section h2,
.trust-section h2,
.faq-section h2,
.client-space-showcase h2 {
    color: var(--landing-secondary);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    margin: 0;
}

.section-lead {
    color: var(--landing-muted);
    margin: 12px auto 0;
    max-width: 720px;
}

.service-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 28px;
}

.service-card {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    box-shadow: var(--landing-shadow);
    display: grid;
    gap: 14px;
    justify-items: center;
    min-height: 210px;
    padding: 32px 18px 24px;
}

.service-card i {
    color: var(--landing-primary);
    font-size: 44px;
}

.service-card h3 {
    color: var(--landing-secondary);
    font-size: 16px;
    margin: 0;
}

.service-card p {
    color: var(--landing-muted);
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
}

.service-card a {
    color: var(--landing-primary);
    font-size: 12px;
    font-weight: 900;
}

.landing-photo-feature {
    align-items: center;
    background: #ffffff;
    display: grid;
    gap: clamp(30px, 5vw, 70px);
    grid-template-columns: minmax(360px, 1.05fr) minmax(320px, 0.95fr);
    padding: 70px clamp(24px, 8vw, 140px);
}

.landing-photo-feature figure {
    border-radius: 10px;
    box-shadow: 0 24px 54px rgba(16, 54, 120, 0.12);
    margin: 0;
    min-height: 360px;
    overflow: hidden;
}

.landing-photo-feature img {
    display: block;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.landing-photo-feature h2 {
    color: var(--landing-secondary);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    margin: 0;
}

.landing-photo-feature p {
    color: #243b67;
    font-size: 16px;
    line-height: 1.75;
    margin: 18px 0 24px;
}

.photo-feature-list {
    display: grid;
    gap: 12px;
}

.photo-feature-list span {
    align-items: center;
    color: var(--landing-secondary);
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 10px;
}

.photo-feature-list i {
    color: var(--landing-primary);
}

.client-space-showcase {
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.28fr);
    overflow: hidden;
    padding: 70px clamp(24px, 8vw, 140px);
    position: relative;
}

.showcase-copy {
    align-self: center;
}

.showcase-copy p {
    color: #243b67;
    line-height: 1.7;
}

.showcase-copy ul {
    display: grid;
    gap: 13px;
    list-style: none;
    margin: 24px 0 30px;
    padding: 0;
}

.showcase-copy li {
    color: var(--landing-secondary);
    font-size: 14px;
    font-weight: 800;
}

.showcase-copy li::before {
    background: var(--landing-primary);
    border-radius: 50%;
    color: #ffffff;
    content: "\2713";
    display: inline-grid;
    font-size: 11px;
    height: 20px;
    margin-right: 10px;
    place-items: center;
    width: 20px;
}

.showcase-visual {
    align-self: center;
    min-height: 0;
    position: relative;
}

.showcase-visual img {
    filter: drop-shadow(0 30px 46px rgba(7, 35, 84, 0.17));
}

.laptop-device.compact {
    top: 0;
    width: min(610px, 92%);
}

.phone-device.compact {
    right: 8%;
    top: 70px;
}

.history-row {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    height: 46px;
}

.history-row.done {
    box-shadow: inset -70px 0 0 #e9fff1;
}

.history-row.active {
    box-shadow: inset -70px 0 0 #fff6d8;
}

.process-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 34px;
}

.process-grid article {
    display: grid;
    gap: 12px;
    justify-items: center;
    position: relative;
}

.process-grid article:not(:last-child)::after {
    border-top: 2px dashed #c4d9ff;
    content: "";
    left: 68%;
    position: absolute;
    top: 43px;
    width: 64%;
}

.process-grid b {
    align-items: center;
    background: var(--landing-primary);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    height: 25px;
    justify-content: center;
    left: 18%;
    position: absolute;
    top: 0;
    width: 25px;
    z-index: 2;
}

.process-grid i {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 50%;
    box-shadow: var(--landing-shadow);
    color: var(--landing-primary);
    display: inline-flex;
    font-size: 40px;
    height: 92px;
    justify-content: center;
    width: 92px;
}

.process-grid h3 {
    color: var(--landing-secondary);
    font-size: 15px;
    margin: 0;
}

.process-grid p {
    color: var(--landing-muted);
    font-size: 12px;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 190px;
}

.trust-section {
    background: #ffffff;
}

.trust-row {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 32px;
    text-align: left;
}

.trust-row article {
    align-items: start;
    display: grid;
    gap: 7px;
    grid-template-columns: 48px 1fr;
}

.trust-row i {
    font-size: 18px;
    grid-row: span 2;
}

.trust-row b {
    color: var(--landing-secondary);
    font-size: 13px;
}

.trust-row span {
    color: var(--landing-muted);
    font-size: 12px;
    line-height: 1.45;
}

.proof-grid {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
    margin-top: 44px;
    text-align: left;
}

.reviews-panel {
    background: #f8fbff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    padding: 26px;
}

.panel-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.panel-head a {
    color: var(--landing-primary);
    font-size: 12px;
    font-weight: 900;
}

.reviews-panel h3 {
    color: var(--landing-secondary);
    font-size: 22px;
    margin: 0 0 18px;
}

.review-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
}

.review-list article {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    padding: 18px;
}

.review-list span {
    color: #f4b400;
    font-size: 13px;
}

.review-list p {
    color: #34476b;
    font-size: 13px;
    line-height: 1.55;
}

.review-list b,
.review-list small {
    display: block;
}

.review-list small {
    color: var(--landing-muted);
}

.stats-panel {
    background: linear-gradient(135deg, var(--landing-primary), #0037b9);
    border-radius: 8px;
    box-shadow: 0 24px 46px rgba(7, 88, 216, 0.22);
    color: #ffffff;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    min-height: 210px;
    padding: 34px;
}

.stats-panel article {
    align-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    display: grid;
    gap: 12px;
    justify-items: center;
    text-align: center;
}

.stats-panel article:last-child {
    border-right: 0;
}

.stats-panel i {
    font-size: 34px;
}

.stats-panel strong {
    font-size: 36px;
    line-height: 1;
}

.stats-panel span {
    font-size: 12px;
    font-weight: 800;
}

.faq-section {
    display: grid;
    gap: 38px;
    grid-template-columns: 0.42fr 0.58fr;
    text-align: left;
}

.faq-section > div:first-child a {
    color: var(--landing-primary);
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    margin-top: 24px;
}

.faq-list {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid var(--landing-line);
}

.faq-item:last-child {
    border-bottom: 0;
}

.faq-item button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--landing-secondary);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: space-between;
    padding: 20px 24px;
    text-align: left;
    width: 100%;
}

.faq-item p {
    color: var(--landing-muted);
    display: none;
    line-height: 1.6;
    margin: 0;
    padding: 0 24px 20px;
}

.faq-item.is-open p {
    display: block;
}

.faq-item.is-open i {
    transform: rotate(45deg);
}

.bottom-cta {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(3, 24, 63, 0.96), rgba(7, 88, 216, 0.86)),
        url("../images/client-landing/garage-night-cta.png"),
        linear-gradient(135deg, #07111f, #0758d8);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr auto auto;
    padding: 42px clamp(24px, 8vw, 140px);
}

.bottom-cta h2 {
    font-size: clamp(26px, 3vw, 38px);
    margin: 0 0 8px;
}

.bottom-cta p {
    margin: 0;
    opacity: 0.86;
}

.landing-footer {
    background: #03183f;
    color: #ffffff;
    display: grid;
    gap: 34px;
    grid-template-columns: 1.35fr 0.55fr 0.65fr 0.8fr 1fr;
    padding: 58px clamp(24px, 8vw, 140px) 42px;
}

.landing-footer .landing-brand strong,
.landing-footer .landing-brand small {
    color: #ffffff;
}

.landing-footer p,
.landing-footer a,
.landing-footer span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.7;
}

.landing-footer h3 {
    font-size: 14px;
    margin: 0 0 18px;
}

.landing-footer nav {
    display: grid;
    gap: 8px;
}

.mecano-badge {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 5px;
    display: inline-flex;
    gap: 8px;
    margin-top: 14px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.newsletter-form {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 42px;
}

.newsletter-form h3,
.newsletter-form p {
    grid-column: 1 / -1;
}

.newsletter-form label span {
    display: none;
}

.newsletter-form input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    color: #ffffff;
    height: 42px;
    padding: 0 12px;
    width: 100%;
}

.newsletter-form button {
    background: var(--landing-primary);
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    height: 42px;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-socials a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.website-page {
    background: #ffffff;
}

.website-image-hero {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(246, 250, 255, 0.98) 0%, rgba(246, 250, 255, 0.9) 45%, rgba(246, 250, 255, 0.36) 100%),
        radial-gradient(circle at 8% 42%, rgba(7, 88, 216, 0.08), transparent 28%);
    display: grid;
    gap: clamp(28px, 5vw, 70px);
    grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 1.18fr);
    min-height: 440px;
    overflow: hidden;
    padding: 54px clamp(24px, 7vw, 112px);
}

.website-image-hero h1 {
    color: var(--landing-secondary);
    font-size: clamp(42px, 5vw, 76px);
    line-height: 1.03;
    margin: 0 0 20px;
}

.website-image-hero h1 span {
    color: var(--landing-primary);
}

.website-image-hero p {
    color: #243b67;
    font-size: 17px;
    line-height: 1.72;
    margin: 0;
    max-width: 650px;
}

.website-image-hero figure {
    align-self: stretch;
    margin: 0;
    min-height: 360px;
    overflow: hidden;
}

.website-image-hero img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.services-hero figure,
.contact-hero figure,
.about-hero figure {
    border-radius: 0;
    margin-right: calc(clamp(24px, 7vw, 112px) * -1);
}

.client-space-hero img {
    object-fit: contain;
}

.hero-check-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.hero-check-list li {
    color: var(--landing-secondary);
    font-size: 14px;
    font-weight: 800;
}

.hero-check-list li::before {
    background: var(--landing-primary);
    border-radius: 50%;
    color: #ffffff;
    content: "\2713";
    display: inline-grid;
    font-size: 10px;
    height: 18px;
    margin-right: 10px;
    place-items: center;
    width: 18px;
}

.website-pill-row {
    background: #ffffff;
    border-bottom: 1px solid var(--landing-line);
    border-top: 1px solid var(--landing-line);
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, 1fr);
    padding: 16px clamp(24px, 7vw, 112px);
}

.website-pill-row span {
    align-items: center;
    background: #f8fbff;
    border: 1px solid var(--landing-line);
    border-radius: 6px;
    color: var(--landing-secondary);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 42px;
}

.website-pill-row i {
    color: var(--landing-primary);
}

.website-section {
    padding: 56px clamp(24px, 7vw, 112px);
    text-align: center;
}

.website-section.soft {
    background: #f8fbff;
}

.website-section h2 {
    color: var(--landing-secondary);
    font-size: clamp(28px, 3vw, 42px);
    margin: 0;
}

.website-card-grid {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.website-card-grid.four {
    grid-template-columns: repeat(4, 1fr);
}

.website-card-grid.five {
    grid-template-columns: repeat(5, 1fr);
}

.website-info-card {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 54, 120, 0.06);
    display: grid;
    gap: 12px;
    min-height: 190px;
    padding: 28px;
    text-align: left;
}

.website-info-card i {
    color: var(--landing-primary);
    font-size: 42px;
}

.website-info-card h3 {
    color: var(--landing-secondary);
    font-size: 18px;
    margin: 0;
}

.website-info-card p {
    color: var(--landing-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.website-info-card a {
    color: var(--landing-primary);
    font-size: 13px;
    font-weight: 900;
}

.requested-services {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 28px;
    text-align: left;
}

.requested-services article {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    overflow: hidden;
}

.requested-services img {
    display: block;
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.requested-services h3,
.requested-services p,
.requested-services b {
    display: block;
    margin-left: 18px;
    margin-right: 18px;
}

.requested-services h3 {
    color: var(--landing-secondary);
    font-size: 16px;
}

.requested-services p {
    color: var(--landing-muted);
    font-size: 13px;
    line-height: 1.5;
}

.requested-services b {
    color: var(--landing-primary);
    margin-bottom: 18px;
}

.website-process-row {
    border-bottom: 1px solid var(--landing-line);
    border-top: 1px solid var(--landing-line);
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    padding: 46px clamp(24px, 7vw, 112px);
}

.website-process-row.client-process {
    grid-template-columns: repeat(5, 1fr);
}

.website-process-row article {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: 38px 1fr;
}

.website-process-row b {
    align-items: center;
    background: var(--landing-primary);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.website-process-row h3 {
    color: var(--landing-secondary);
    font-size: 15px;
    margin: 0;
}

.website-process-row p {
    color: var(--landing-muted);
    font-size: 13px;
    grid-column: 2;
    line-height: 1.5;
    margin: 0;
}

.website-cta-banner,
.emergency-banner {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(7, 88, 216, 0.98), rgba(0, 54, 174, 0.94)),
        url("../images/client-landing/garage-night-cta.png");
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    color: #ffffff;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr auto auto;
    margin: 44px clamp(24px, 7vw, 112px);
    padding: 34px;
}

.website-cta-banner h2,
.emergency-banner h2 {
    font-size: 30px;
    margin: 0;
}

.website-cta-banner p,
.emergency-banner p {
    margin: 4px 0 0;
    opacity: 0.88;
}

.contact-layout {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
    padding: 44px clamp(24px, 7vw, 112px) 24px;
}

.website-form-card,
.contact-card-grid article,
.map-workshop-grid article {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 54, 120, 0.06);
    padding: 28px;
}

.website-form-card h2,
.map-workshop-grid h2 {
    color: var(--landing-secondary);
    font-size: 24px;
    margin: 0 0 8px;
}

.website-form-card p {
    color: var(--landing-muted);
    margin: 0 0 24px;
}

.form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
}

.form-grid .wide {
    grid-column: 1 / -1;
}

.form-grid label {
    color: var(--landing-secondary);
    display: grid;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
    border: 1px solid var(--landing-line);
    border-radius: 6px;
    color: var(--landing-secondary);
    font: inherit;
    min-height: 46px;
    padding: 0 14px;
    width: 100%;
}

.form-grid textarea {
    padding-top: 14px;
}

.website-form-card .landing-btn {
    margin-top: 22px;
}

.website-form-card small {
    color: var(--landing-muted);
    margin-left: 18px;
}

.contact-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
}

.contact-card-grid i {
    color: var(--landing-primary);
    font-size: 34px;
}

.contact-card-grid h3 {
    color: var(--landing-secondary);
    margin: 18px 0 8px;
}

.contact-card-grid b {
    color: var(--landing-primary);
}

.contact-card-grid p,
.contact-card-grid a,
.map-workshop-grid p,
.map-workshop-grid li {
    color: var(--landing-muted);
    font-size: 14px;
    line-height: 1.6;
}

.emergency-banner {
    grid-template-columns: 80px 1fr auto;
}

.emergency-banner > i {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: inline-flex;
    font-size: 38px;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.emergency-banner strong {
    background: #ffffff;
    border-radius: 6px;
    color: var(--landing-primary);
    font-size: 24px;
    padding: 22px 42px;
}

.map-workshop-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 clamp(24px, 7vw, 112px) 24px;
}

.fake-map {
    align-items: center;
    background:
        linear-gradient(45deg, rgba(7, 88, 216, 0.07) 25%, transparent 25% 50%, rgba(7, 88, 216, 0.07) 50% 75%, transparent 75%),
        #eef5ff;
    background-size: 80px 80px;
    border-radius: 6px;
    display: grid;
    min-height: 260px;
    place-items: center;
}

.fake-map b {
    align-items: center;
    background: var(--landing-primary);
    border-radius: 50% 50% 50% 0;
    color: #ffffff;
    display: inline-flex;
    font-size: 34px;
    height: 72px;
    justify-content: center;
    transform: rotate(-45deg);
    width: 72px;
}

.fake-map b::first-letter {
    transform: rotate(45deg);
}

.map-card .landing-btn {
    margin-top: 16px;
}

.quick-answers button {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 6px;
    color: var(--landing-secondary);
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    margin-top: 10px;
    min-height: 44px;
    padding: 0 14px;
    width: 100%;
}

.workshop-thumbs {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
}

.workshop-thumbs img {
    border-radius: 6px;
    height: 120px;
    object-fit: cover;
    width: 100%;
}

.split-cta-image,
.about-story-grid,
.security-section {
    display: grid;
    gap: 34px;
    grid-template-columns: 0.85fr 1.15fr;
    margin: 50px clamp(24px, 7vw, 112px);
}

.split-cta-image {
    align-items: stretch;
    background: linear-gradient(90deg, var(--landing-primary), #0037b9);
    border-radius: 8px;
    color: #ffffff;
    overflow: hidden;
}

.split-cta-image div {
    align-self: center;
    padding: 44px;
}

.split-cta-image h2 {
    font-size: 34px;
    margin: 0 0 10px;
}

.split-cta-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.security-section {
    align-items: center;
    grid-template-columns: 120px 1.2fr repeat(3, 1fr);
}

.security-section > i {
    color: var(--landing-primary);
    font-size: 90px;
}

.security-section h2,
.about-story-grid h2 {
    color: var(--landing-secondary);
    font-size: 34px;
    margin: 0 0 10px;
}

.security-section p,
.security-section span,
.about-story-grid p,
.about-story-grid li {
    color: var(--landing-muted);
    font-size: 14px;
    line-height: 1.6;
}

.security-section b {
    color: var(--landing-secondary);
    display: block;
    margin-bottom: 8px;
}

.about-story-grid {
    align-items: center;
}

.about-story-grid img {
    border-radius: 8px;
    height: 430px;
    object-fit: cover;
    width: 100%;
}

.about-story-grid ul {
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.about-story-grid li::before {
    color: var(--landing-primary);
    content: "\2713";
    font-weight: 900;
    margin-right: 10px;
}

.public-appointment-page {
    background: #f7fbff;
    color: var(--landing-secondary);
}

.appointment-page-head {
    align-items: center;
    display: flex;
    gap: 22px;
    padding: 42px clamp(24px, 5vw, 72px) 26px;
}

.appointment-head-icon {
    align-items: center;
    background: var(--landing-primary);
    border-radius: 10px;
    color: #ffffff;
    display: inline-flex;
    font-size: 34px;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.appointment-page-head h1 {
    color: var(--landing-secondary);
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 8px;
}

.appointment-page-head p {
    color: var(--landing-muted);
    font-size: 16px;
    margin: 0;
}

.appointment-booking-layout {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(560px, 1.45fr) minmax(420px, 0.85fr) minmax(270px, 0.52fr);
    padding: 0 clamp(24px, 5vw, 72px) 24px;
}

.appointment-calendar-card,
.appointment-form-card,
.appointment-side-panels article {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(16, 54, 120, 0.07);
}

.appointment-calendar-card {
    overflow: hidden;
    padding: 28px;
}

.appointment-calendar-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.appointment-calendar-toolbar > div {
    display: flex;
    gap: 14px;
}

.appointment-calendar-toolbar button,
.appointment-reset-button {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 7px;
    color: var(--landing-secondary);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    min-height: 46px;
    padding: 0 18px;
}

.appointment-calendar-toolbar button:not([data-calendar-today]) {
    width: 52px;
}

.appointment-calendar-toolbar h2 {
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
}

.appointment-legend {
    border-bottom: 1px solid var(--landing-line);
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin: 24px 0 18px;
    padding-bottom: 20px;
}

.appointment-legend span {
    align-items: center;
    color: #405174;
    display: inline-flex;
    font-size: 14px;
    gap: 9px;
}

.appointment-legend i {
    border-radius: 4px;
    display: inline-block;
    height: 14px;
    width: 14px;
}

.appointment-legend .available,
.appointment-day.available {
    background: #ecfff1;
}

.appointment-legend .full,
.appointment-day.full {
    background: #fff0f0;
}

.appointment-legend .closed,
.appointment-day.not_working,
.appointment-day.outside,
.appointment-day.unavailable {
    background: #f5f7fb;
}

.appointment-legend .holiday,
.appointment-day.holiday {
    background: #fff6db;
}

.appointment-legend .available {
    background: #45c465;
}

.appointment-legend .full {
    background: #ff4d4d;
}

.appointment-legend .closed {
    background: #94a3b8;
}

.appointment-legend .holiday {
    background: #fbbf24;
}

.appointment-weekdays,
.appointment-calendar-grid {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.appointment-weekdays {
    color: var(--landing-secondary);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 12px;
    text-align: center;
}

.appointment-day {
    border: 1px solid #dfe8f8;
    border-radius: 8px;
    color: var(--landing-secondary);
    cursor: pointer;
    display: grid;
    gap: 8px;
    min-height: 86px;
    padding: 12px;
    text-align: center;
}

.appointment-day:disabled {
    color: #9aa8bf;
    cursor: not-allowed;
}

.appointment-day strong {
    font-size: 18px;
}

.appointment-day span {
    border-radius: 999px;
    color: #0c8c3d;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 8px;
}

.appointment-day.full span {
    color: #dc2626;
}

.appointment-day.holiday span {
    color: #b45309;
}

.appointment-day.selected {
    background: var(--landing-primary);
    border-color: var(--landing-primary);
    color: #ffffff;
    box-shadow: 0 14px 24px rgba(7, 88, 216, 0.24);
}

.appointment-day.selected span {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.appointment-slots-panel {
    border-top: 1px solid var(--landing-line);
    margin: 28px -28px -28px;
    padding: 24px 28px 28px;
}

.appointment-slots-panel h3 {
    font-size: 20px;
    margin: 0 0 18px;
}

.appointment-slots-panel h3 span {
    color: #59709c;
    font-size: 14px;
    font-weight: 700;
}

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

.appointment-slot {
    background: #ffffff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    color: var(--landing-secondary);
    cursor: pointer;
    display: grid;
    gap: 6px;
    min-height: 72px;
    place-items: center;
}

.appointment-slot strong {
    color: var(--landing-primary);
    font-size: 20px;
}

.appointment-slot span {
    color: #0c8c3d;
    font-size: 12px;
    font-weight: 800;
}

.appointment-slot.selected {
    border-color: var(--landing-primary);
    box-shadow: inset 0 0 0 1px var(--landing-primary);
}

.appointment-slots-panel p,
.appointment-empty {
    background: #edf5ff;
    border: 1px solid #d7e6ff;
    border-radius: 8px;
    color: var(--landing-primary);
    font-size: 14px;
    margin: 22px 0 0;
    padding: 14px 16px;
}

.appointment-form-card {
    padding: 28px;
}

.appointment-form-card h2,
.appointment-side-panels h3 {
    align-items: center;
    display: flex;
    font-size: 20px;
    gap: 12px;
    margin: 0 0 26px;
}

.appointment-form-card h2 i,
.appointment-side-panels h3 i {
    color: var(--landing-primary);
}

.appointment-form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.appointment-form-grid .wide {
    grid-column: 1 / -1;
}

.appointment-form-grid label {
    color: var(--landing-secondary);
    display: grid;
    font-size: 14px;
    font-weight: 900;
    gap: 8px;
}

.appointment-form-grid b {
    color: #ef4444;
}

.appointment-form-grid input,
.appointment-form-grid select,
.appointment-form-grid textarea {
    border: 1px solid var(--landing-line);
    border-radius: 7px;
    color: var(--landing-secondary);
    font: inherit;
    min-height: 48px;
    padding: 0 14px;
    width: 100%;
}

.appointment-form-grid textarea {
    padding-top: 13px;
}

.appointment-submit-button,
.appointment-reset-button {
    align-items: center;
    border-radius: 7px;
    display: flex;
    font: inherit;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 52px;
    width: 100%;
}

.appointment-submit-button {
    background: var(--landing-primary);
    border: 0;
    color: #ffffff;
    margin-top: 24px;
}

.appointment-reset-button {
    margin-top: 16px;
}

.appointment-form-result {
    border-radius: 8px;
    display: none;
    line-height: 1.5;
    margin-top: 16px;
    padding: 12px 14px;
}

.appointment-form-result.success,
.appointment-form-result.error {
    display: block;
}

.appointment-form-result.success {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.appointment-form-result.error {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    color: #9f1239;
}

.appointment-side-panels {
    display: grid;
    gap: 24px;
}

.appointment-side-panels article {
    padding: 26px;
}

.vehicle-preview-panel {
    display: grid;
}

.appointment-car-image {
    background:
        radial-gradient(circle at 28% 74%, #111827 0 9px, transparent 10px),
        radial-gradient(circle at 72% 74%, #111827 0 9px, transparent 10px),
        linear-gradient(160deg, transparent 0 20%, #e4ebf6 21% 42%, #8795a9 43% 60%, transparent 61%),
        linear-gradient(#ffffff, #dce6f4);
    border-radius: 12px;
    height: 120px;
    margin: 0 0 18px;
}

.vehicle-preview-panel strong,
.vehicle-preview-panel span,
.vehicle-preview-panel em {
    display: block;
}

.vehicle-preview-panel strong {
    font-size: 18px;
}

.vehicle-preview-panel span {
    color: var(--landing-muted);
    margin: 6px 0 10px;
}

.vehicle-preview-panel em {
    border: 1px solid var(--landing-line);
    border-radius: 5px;
    font-style: normal;
    font-weight: 900;
    justify-self: start;
    padding: 7px 10px;
}

.appointment-side-panels p {
    color: var(--landing-muted);
    line-height: 1.55;
}

.appointment-side-panels p b {
    color: var(--landing-secondary);
    display: block;
    margin-bottom: 5px;
}

.appointment-help-panel {
    background: #edf5ff !important;
}

.appointment-help-panel a {
    align-items: center;
    border: 1px solid var(--landing-primary);
    border-radius: 6px;
    color: var(--landing-primary);
    display: inline-flex;
    font-weight: 900;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
}

.appointment-trust-row {
    background: #ffffff;
    border-top: 1px solid var(--landing-line);
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding: 28px clamp(24px, 5vw, 72px);
}

.appointment-trust-row article {
    align-items: center;
    display: grid;
    gap: 4px 14px;
    grid-template-columns: 42px 1fr;
}

.appointment-trust-row i {
    color: #64748b;
    font-size: 24px;
    grid-row: span 2;
}

.appointment-trust-row b {
    font-size: 14px;
}

.appointment-trust-row span {
    color: var(--landing-muted);
    font-size: 13px;
}

@media (max-width: 1180px) {
    .landing-hero,
    .website-image-hero,
    .appointment-booking-layout,
    .client-space-showcase,
    .landing-photo-feature,
    .proof-grid,
    .faq-section,
    .contact-layout,
    .map-workshop-grid,
    .split-cta-image,
    .about-story-grid {
        grid-template-columns: 1fr;
    }

    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-strip,
    .trust-row,
    .appointment-trust-row,
    .website-card-grid.four,
    .website-card-grid.five,
    .requested-services,
    .contact-card-grid,
    .website-process-row,
    .website-process-row.client-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .website-pill-row,
    .security-section {
        grid-template-columns: 1fr 1fr;
    }

    .services-hero figure,
    .contact-hero figure,
    .about-hero figure {
        margin-right: 0;
    }

    .process-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .process-grid article::after {
        display: none;
    }

    .bottom-cta,
    .landing-footer,
    .website-cta-banner,
    .emergency-banner {
        grid-template-columns: 1fr 1fr;
    }

    .website-image-hero figure {
        min-height: 300px;
    }

    .appointment-booking-layout {
        grid-template-columns: 1fr;
    }

    .appointment-side-panels {
        grid-template-columns: repeat(3, 1fr);
    }

    .emergency-banner > i {
        display: none;
    }
}

@media (max-width: 860px) {
    .landing-header {
        grid-template-columns: auto auto;
        justify-content: space-between;
        padding: 14px 18px;
    }

    .landing-nav,
    .landing-header-cta {
        display: none;
    }

    .landing-header.is-open .landing-nav {
        background: #ffffff;
        border-top: 1px solid var(--landing-line);
        display: grid;
        gap: 8px;
        grid-column: 1 / -1;
        justify-content: stretch;
        padding-top: 12px;
    }

    .landing-header.is-open .landing-header-cta {
        display: inline-flex;
        grid-column: 1 / -1;
    }

    .landing-menu-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .landing-auth-navbar {
        grid-template-columns: auto auto;
        padding: 14px 18px;
    }

    .landing-auth-navbar nav,
    .landing-auth-navbar .client-auth-phone,
    .landing-auth-navbar .landing-navbar-actions {
        display: none;
    }

    .landing-auth-navbar.is-open nav {
        border-top: 1px solid var(--landing-line);
        display: grid;
        gap: 10px;
        grid-column: 1 / -1;
        justify-content: stretch;
        padding-top: 12px;
    }

    .landing-auth-navbar.is-open .client-auth-phone,
    .landing-auth-navbar.is-open .landing-navbar-actions {
        display: flex;
        grid-column: 1 / -1;
    }

    .landing-auth-navbar.is-open .landing-navbar-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .landing-auth-navbar.is-open .client-language-control--flag {
        justify-content: flex-start;
    }

    .landing-auth-navbar.is-open .client-language-control--flag select {
        width: 50px;
    }

    .landing-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-top: 42px;
    }

    .hero-features,
    .service-grid,
    .contact-strip,
    .process-grid,
    .trust-row,
    .appointment-side-panels,
    .appointment-trust-row,
    .review-list,
    .stats-panel,
    .bottom-cta,
    .landing-footer,
    .website-card-grid.four,
    .website-card-grid.five,
    .requested-services,
    .contact-card-grid,
    .website-process-row,
    .website-process-row.client-process,
    .website-pill-row,
    .website-cta-banner,
    .emergency-banner,
    .map-workshop-grid,
    .security-section,
    .workshop-thumbs {
        grid-template-columns: 1fr;
    }

    .hero-features article,
    .contact-strip article,
    .stats-panel article {
        border-right: 0;
    }

    .hero-visual,
    .showcase-visual {
        min-height: 0;
    }

    .landing-photo-feature {
        padding: 52px 24px;
    }

    .landing-photo-feature figure,
    .landing-photo-feature img {
        min-height: 280px;
    }

    .website-image-hero {
        padding: 38px 24px;
    }

    .website-image-hero figure {
        min-height: 240px;
    }

    .website-section,
    .website-pill-row,
    .contact-layout,
    .map-workshop-grid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .website-cta-banner,
    .emergency-banner,
    .split-cta-image,
    .about-story-grid,
    .security-section {
        margin-left: 24px;
        margin-right: 24px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-grid .wide {
        grid-column: auto;
    }

    .website-form-card small {
        display: block;
        margin: 14px 0 0;
    }

    .appointment-page-head,
    .appointment-booking-layout {
        padding-left: 18px;
        padding-right: 18px;
    }

    .appointment-calendar-toolbar,
    .appointment-page-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .appointment-calendar-card,
    .appointment-form-card,
    .appointment-side-panels article {
        padding: 20px;
    }

    .appointment-weekdays,
    .appointment-calendar-grid {
        gap: 4px;
    }

    .appointment-day {
        min-height: 70px;
        padding: 8px 4px;
    }

    .appointment-day span {
        font-size: 10px;
        padding: 4px;
    }

    .appointment-slot-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .appointment-form-grid {
        grid-template-columns: 1fr;
    }

    .appointment-form-grid .wide {
        grid-column: auto;
    }

    .laptop-device {
        width: 100%;
    }

    .device-screen {
        grid-template-columns: 84px 1fr;
        min-height: 260px;
        padding: 12px;
    }

    .phone-device {
        right: 0;
        top: 135px;
        transform: scale(0.86);
        transform-origin: top right;
    }
}

@media (max-width: 560px) {
    .landing-brand strong {
        font-size: 16px;
    }

    .landing-brand small {
        letter-spacing: 3px;
    }

    .hero-actions {
        display: grid;
    }

    .contact-strip {
        margin-left: 14px;
        margin-right: 14px;
    }

    .device-screen aside {
        display: none;
    }

    .device-screen {
        grid-template-columns: 1fr;
    }

    .phone-device {
        display: none;
    }

    .landing-photo-feature figure,
    .landing-photo-feature img {
        min-height: 220px;
    }

    .website-image-hero h1 {
        font-size: 36px;
    }

    .website-image-hero figure {
        min-height: 190px;
    }

    .website-cta-banner,
    .emergency-banner,
    .split-cta-image div {
        padding: 24px;
    }

    .emergency-banner strong {
        font-size: 18px;
        padding: 16px 18px;
    }

    .about-story-grid img {
        height: 260px;
    }
}
