.zcx-floating-booking,.zcx-floating-toggle,.zcx-floating-panel{display:none !important;}
:root {
    --zcx-primary: #0f9d6e;
    --zcx-accent: #0f9d6e;
    --zcx-bright: #34d399;
    --zcx-grad: linear-gradient(135deg, #12b886 0%, #0f9d6e 55%, #0b7a55 100%);
    --zc-grad: linear-gradient(135deg, #12b886 0%, #0f9d6e 55%, #0b7a55 100%);
    --zcx-ink: #0a1f1a;
    --zcx-muted: #5a6b62;
    --zcx-line: #dcefe4;
    --zcx-soft: #f1faf6;
    --zcx-white: #ffffff;
}

.zcx-hero {
    align-items: end;
    background:
        linear-gradient(90deg, rgba(6, 14, 33, .94), rgba(6, 14, 33, .36)),
        radial-gradient(circle at 74% 30%, rgba(52, 211, 153, .30), transparent 34%),
        radial-gradient(circle at 18% 84%, rgba(15, 157, 110, .26), transparent 40%),
        linear-gradient(135deg, #064e3b, #0b7a55 44%, #0f9d6e);
    background-position: center;
    background-size: cover;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, .9fr) minmax(min(360px, 100%), .7fr);
    min-height: 720px;
    padding: clamp(42px, 8vw, 96px) clamp(18px, 5vw, 72px);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

/* Hero background video */
.zcx-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.zcx-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.zcx-hero-video-frame {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.zcx-hero-video-frame iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    /* 16:9 cover: make the iframe large enough to fill the hero. */
    width: 177.78vh;
    min-width: 100%;
    height: 56.25vw;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.zcx-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 14, 33, .90), rgba(6, 14, 33, .45));
}
.zcx-hero-media ~ .zcx-hero-copy,
.zcx-hero-media ~ .zcx-hero-search {
    position: relative;
    z-index: 1;
}

.zcx-hero::after {
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent),
        linear-gradient(0deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0));
    content: "";
    inset: auto -20% 0;
    height: 220px;
    pointer-events: none;
    position: absolute;
    transform: skewY(-5deg);
    z-index: 0;
}

.zcx-hero-copy {
    max-width: 850px;
    position: relative;
    z-index: 1;
}

.zcx-hero-stage {
    align-self: center;
    min-height: 440px;
    position: relative;
    z-index: 1;
}

.zcx-hero-stage video {
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    box-shadow: 0 40px 120px rgba(0, 0, 0, .42);
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    width: 100%;
}

.zcx-car-orbit {
    height: 440px;
    position: relative;
}

.zcx-car-orbit span {
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    inset: 10% 4%;
    position: absolute;
    transform: rotateX(64deg) rotateZ(var(--r, 0deg));
}

.zcx-car-orbit span:nth-child(2) {
    --r: 22deg;
    inset: 18% 10%;
}

.zcx-car-orbit span:nth-child(3) {
    --r: -18deg;
    inset: 26% 16%;
}

.zcx-car-silhouette {
    animation: zcxFloat 4.5s ease-in-out infinite;
    background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(220,236,255,.88));
    border-radius: 34px 64px 30px 30px;
    box-shadow: 0 44px 120px rgba(0, 0, 0, .46);
    height: 148px;
    left: 50%;
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
    width: min(520px, 88vw);
}

.zcx-car-silhouette::before {
    background: linear-gradient(135deg, #e2f6ec, #ffffff);
    border-radius: 55px 55px 14px 14px;
    content: "";
    height: 78px;
    left: 92px;
    position: absolute;
    top: -52px;
    width: 260px;
}

.zcx-car-silhouette::after,
.zcx-car-silhouette i::before {
    background: #0a1f1a;
    border: 12px solid #f2faf6;
    border-radius: 50%;
    bottom: -28px;
    content: "";
    height: 76px;
    position: absolute;
    width: 76px;
}

.zcx-car-silhouette::after {
    left: 76px;
}

.zcx-car-silhouette i::before {
    right: 76px;
}

.zcx-hero-copy span,
.zcx-section-head span,
.zcx-trust span:first-child,
.zcx-contact span {
    color: var(--zcx-accent);
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.zcx-hero-copy span {
    background: rgba(15, 157, 110, .16);
    border: 1px solid rgba(147, 197, 253, .3);
    border-radius: 999px;
    color: #bfedd8;
    padding: 6px 14px;
}

.zcx-hero h1 {
    color: #ffffff;
    font-size: clamp(36px, 4.6vw, 62px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.04;
    margin: 18px 0 18px;
    max-width: 620px;
}

.zcx-hero p {
    color: #dbe5f0;
    font-size: clamp(17px, 2.2vw, 22px);
    margin: 0;
    max-width: 760px;
}

.zcx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.zcx-btn {
    align-items: center;
    background: var(--zcx-grad, linear-gradient(135deg, #0f9d6e, #0f9d6e));
    border: 1px solid transparent;
    border-radius: 12px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 50px;
    padding: 13px 26px;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.zcx-btn:hover {
    box-shadow: 0 14px 34px rgba(29, 78, 216, .32);
    transform: translateY(-2px);
}

.zcx-btn-ghost {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .28);
}

.zcx-btn-ghost:hover {
    background: rgba(255, 255, 255, .16);
    box-shadow: none;
}

.zcx-search-shell {
    grid-column: 1 / -1;
    max-width: 1180px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.zcx-mini-search {
    background: #ffffff;
    border: 1px solid var(--zcx-line);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 16px;
}

.zcx-mini-search input,
.zcx-mini-search button {
    border: 1px solid var(--zcx-line);
    border-radius: 6px;
    min-height: 46px;
    padding: 10px 12px;
}

.zcx-mini-search button {
    background: var(--zcx-primary);
    color: #ffffff;
    font-weight: 900;
}

.zcx-services,
.zcx-section,
.zcx-trust,
.zcx-contact,
.zcx-cinematic,
.zcx-journey,
.zcx-account-preview,
.zcx-panindia,
.zcx-brand-story,
.zcx-page-hero,
.zcx-partner-layout {
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(42px, 7vw, 84px) clamp(18px, 4vw, 28px);
}

.zcx-services {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -68px;
    position: relative;
    z-index: 3;
}

.zcx-card {
    background: var(--zcx-white);
    border: 1px solid var(--zcx-line);
    border-radius: 16px;
    box-shadow: 0 18px 54px rgba(15, 23, 42, .08);
    padding: 26px 24px;
    position: relative;
    transition: box-shadow .24s ease, transform .24s ease, border-color .24s ease;
}

.zcx-card:hover {
    border-color: #cdeede;
    box-shadow: 0 28px 80px rgba(29, 78, 216, .16);
    transform: translateY(-6px);
}

.zcx-card > span {
    align-items: center;
    background: var(--zcx-grad, linear-gradient(135deg, #0f9d6e, #0f9d6e));
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.zcx-card strong {
    color: var(--zcx-ink);
    display: block;
    font-size: 20px;
    line-height: 1.25;
    margin: 16px 0 8px;
}

.zcx-card p {
    color: var(--zcx-muted);
    line-height: 1.6;
    margin: 0;
}

.zcx-cinematic {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: .8fr 1.2fr;
}

.zcx-cinematic-copy h2,
.zcx-journey h2,
.zcx-account-preview h2,
.zcx-page-hero h1 {
    color: var(--zcx-ink);
    font-size: clamp(36px, 6vw, 72px);
    line-height: .96;
    margin: 10px 0 16px;
}

.zcx-page-hero {
    background: #0a1f1a;
    border-radius: 0 0 42px 42px;
    color: #ffffff;
    text-align: center;
}

.zcx-page-hero h1 {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
}

.zcx-page-hero p {
    color: #bfe0cd;
    font-size: 18px;
    margin: 0 auto;
    max-width: 760px;
}

.zcx-cinematic-copy p,
.zcx-account-preview p {
    color: var(--zcx-muted);
    font-size: 18px;
}

.zcx-visual-wall {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

.zcx-visual-card {
    align-items: end;
    aspect-ratio: 4 / 5;
    background: linear-gradient(135deg, #101827, #1b2a4a);
    background-position: center;
    background-size: cover;
    border-radius: 18px;
    box-shadow: 0 28px 90px rgba(15, 23, 42, .18);
    display: flex;
    margin: 0;
    min-height: 280px;
    overflow: hidden;
    padding: 18px;
    position: relative;
}

.zcx-visual-card:first-child {
    grid-row: span 2;
}

.zcx-visual-card::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, .58), transparent 55%);
    content: "";
    inset: 0;
    position: absolute;
}

.zcx-visual-card figcaption {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    z-index: 2;
}

.zcx-visual-generated::after {
    background:
        linear-gradient(135deg, transparent 38%, rgba(255, 255, 255, .14) 39% 54%, transparent 55%),
        linear-gradient(150deg, var(--zcx-primary, #0f9d6e), #0b1730 78%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.zcx-visual-generated::before {
    z-index: 1;
}

.zcx-section-head {
    margin-bottom: 28px;
    max-width: 760px;
}

.zcx-section-head h2,
.zcx-trust h2,
.zcx-contact h2 {
    color: var(--zcx-ink);
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1;
    margin: 10px 0 14px;
}

.zcx-section-head p {
    color: var(--zcx-muted);
    font-size: 18px;
}

.zcx-step-grid,
.zcx-review-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zcx-journey {
    max-width: none;
    padding-left: clamp(18px, 6vw, 90px);
    padding-right: clamp(18px, 6vw, 90px);
}

.zcx-journey-rail {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zcx-journey-rail article {
    background: #ffffff;
    border: 1px solid var(--zcx-line);
    min-height: 240px;
    padding: 24px;
    position: relative;
}

.zcx-journey-rail article:first-child {
    border-radius: 12px 0 0 12px;
}

.zcx-journey-rail article:last-child {
    border-radius: 0 12px 12px 0;
}

.zcx-journey-rail b {
    color: var(--zcx-primary);
    display: block;
    font-size: 15px;
    margin-bottom: 36px;
}

.zcx-journey-rail strong {
    color: var(--zcx-ink);
    display: block;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.zcx-journey-rail p {
    color: var(--zcx-muted);
}

.zcx-account-preview {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--zcx-line);
    border-radius: 22px;
    box-shadow: 0 30px 100px rgba(15, 23, 42, .11);
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr .75fr;
}

.zcx-device {
    background: #0b1f18;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .04), 0 28px 90px rgba(15, 23, 42, .28);
    color: #ffffff;
    display: grid;
    gap: 12px;
    padding: 22px;
}

.zcx-device-top {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
}

.zcx-device-top span {
    background: rgba(255, 255, 255, .34);
    border-radius: 999px;
    height: 8px;
    width: 8px;
}

.zcx-device-row {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 13px 14px;
}

.zcx-device-row em {
    color: #86efac;
    font-style: normal;
    font-weight: 800;
}

.zcx-device-map {
    background:
        linear-gradient(90deg, transparent 48%, rgba(255,255,255,.14) 49% 51%, transparent 52%),
        linear-gradient(0deg, transparent 48%, rgba(255,255,255,.14) 49% 51%, transparent 52%),
        radial-gradient(circle at 22% 70%, var(--zcx-accent) 0 8px, transparent 9px),
        radial-gradient(circle at 76% 28%, var(--zcx-primary) 0 8px, transparent 9px),
        rgba(255,255,255,.07);
    border-radius: 16px;
    height: 190px;
}

.zcx-panindia {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: .9fr 1.1fr;
}

.zcx-panindia h2,
.zcx-story-card h2 {
    color: var(--zcx-ink);
    font-size: clamp(36px, 6vw, 72px);
    line-height: .96;
    margin: 10px 0 16px;
}

.zcx-panindia p,
.zcx-story-card p,
.zcx-story-grid p {
    color: var(--zcx-muted);
    font-size: 17px;
}

.zcx-city-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.zcx-city-cloud span {
    background: #ffffff;
    border: 1px solid var(--zcx-line);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
    color: #0d2019;
    font-weight: 900;
    padding: 12px 16px;
}

.zcx-brand-story {
    max-width: none;
    padding-left: clamp(18px, 6vw, 90px);
    padding-right: clamp(18px, 6vw, 90px);
}

.zcx-story-card {
    background: #0a1f1a;
    border-radius: 34px;
    color: #ffffff;
    margin: 0 auto 56px;
    max-width: 1120px;
    padding: clamp(38px, 7vw, 82px);
    text-align: center;
}

.zcx-story-card h2,
.zcx-story-card p {
    color: #ffffff;
}

.zcx-story-card p {
    color: #d8e2ef;
    margin: 0 auto;
    max-width: 800px;
}

.zcx-story-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
}

.zcx-story-grid article {
    background: #ffffff;
    border: 1px solid var(--zcx-line);
    border-radius: 18px;
    box-shadow: 0 20px 70px rgba(15, 23, 42, .08);
    padding: 24px;
}

.zcx-partner-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: .8fr 1fr;
}

.zcx-partner-layout > div:last-child {
    min-width: 0;
}

.zcx-story-grid strong {
    color: #0d2019;
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}

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

.zcx-steps b {
    align-items: center;
    background: color-mix(in srgb, var(--zcx-primary) 12%, #ffffff);
    border-radius: 999px;
    color: var(--zcx-primary);
    display: inline-flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.zcx-trust {
    align-items: center;
    background: var(--zcx-ink);
    border-radius: 0;
    color: #ffffff;
    display: grid;
    gap: 28px;
    grid-template-columns: .95fr 1fr;
    max-width: none;
    padding-left: clamp(18px, 6vw, 90px);
    padding-right: clamp(18px, 6vw, 90px);
}

.zcx-trust h2 {
    color: #ffffff;
}

.zcx-trust-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zcx-trust-list p {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    color: #e2e8f0;
    margin: 0;
    padding: 16px;
}

.zcx-trust-list span {
    color: var(--zcx-accent);
    font-weight: 900;
    margin-right: 8px;
}

.zcx-stars {
    color: #f59e0b;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.zcx-faq {
    display: grid;
    gap: 12px;
}

.zcx-faq .zcx-section-head {
    margin-bottom: 12px;
}

.zcx-faq details {
    background: #ffffff;
    border: 1px solid var(--zcx-line);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
    padding: 0;
}

.zcx-faq summary {
    color: var(--zcx-ink);
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    list-style: none;
    padding: 18px 20px;
}

.zcx-faq summary::-webkit-details-marker {
    display: none;
}

.zcx-faq details p {
    border-top: 1px solid var(--zcx-line);
    color: var(--zcx-muted);
    margin: 0;
    padding: 18px 20px;
}

.zcx-contact {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr .8fr;
}

.zcx-contact p {
    color: var(--zcx-muted);
}

.zcx-contact-cards {
    display: grid;
    gap: 12px;
}

.zcx-contact-cards p {
    background: #ffffff;
    border: 1px solid var(--zcx-line);
    border-radius: 8px;
    margin: 0;
    padding: 18px;
}

.zcx-contact-cards strong {
    color: var(--zcx-ink);
    display: block;
}

.zcx-floating-booking {
    bottom: 22px;
    position: fixed;
    right: 22px;
    z-index: 999;
}

.zcx-floating-toggle {
    background: var(--zcx-primary);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 42px rgba(11, 92, 255, .34);
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    min-height: 52px;
    padding: 0 20px;
}

.zcx-floating-panel {
    background: #ffffff;
    border: 1px solid var(--zcx-line);
    border-radius: 8px;
    bottom: 66px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .2);
    max-width: calc(100% - 28px);
    padding: 14px;
    position: absolute;
    right: 0;
    width: 430px;
}

.zcx-floating-panel .zc-search,
.zcx-floating-panel .zcx-mini-search {
    box-shadow: none;
    grid-template-columns: 1fr;
}

.zcx-reveal {
    opacity: 1;
    transform: none;
}

/* Only the freshly-armed class hides content, and only while it is off-screen.
   The JS removes .zcx-armed on reveal and a safety timer clears all of them,
   so content can never get permanently stuck at opacity:0. */
.zcx-js .zcx-reveal.zcx-armed {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
    transition-delay: var(--zcx-delay, 0ms);
}

.zcx-js .zcx-reveal.zcx-armed.is-visible {
    opacity: 1;
    transform: translateY(0);
}

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

.zcx-float {
    animation: zcxFloat 4.8s ease-in-out infinite;
}

body.zcx-motion-lively .zcx-float {
    animation-duration: 3.3s;
}

@keyframes zcxFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 980px) {
    .zcx-hero {
        min-height: auto;
    }

    .zcx-services,
    .zcx-cinematic,
    .zcx-visual-wall,
    .zcx-step-grid,
    .zcx-review-grid,
    .zcx-trust,
    .zcx-trust-list,
    .zcx-contact,
    .zcx-journey-rail,
    .zcx-account-preview,
    .zcx-panindia,
    .zcx-story-grid,
    .zcx-partner-layout,
    .zcx-mini-search {
        grid-template-columns: 1fr;
    }

    .zcx-services {
        margin-top: 0;
    }

    .zcx-hero {
        grid-template-columns: 1fr;
    }

    .zcx-hero-stage {
        min-height: 280px;
    }

    .zcx-car-orbit {
        height: 300px;
    }

    .zcx-car-silhouette {
        width: min(420px, 88vw);
    }

    .zcx-journey-rail article,
    .zcx-journey-rail article:first-child,
    .zcx-journey-rail article:last-child {
        border-radius: 10px;
    }

    .zcx-floating-booking {
        bottom: 14px;
        right: 14px;
    }
}

/* ===== Split hero: tagline on the left half, search on the right half ===== */
.zcx-hero-split {
    align-items: start;
    display: grid;
    gap: clamp(24px, 4vw, 56px);
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    padding-top: clamp(28px, 4vw, 56px);
}

.zcx-hero-split .zcx-hero-copy {
    max-width: 560px;
    padding-top: 8px;
}

.zcx-hero-search {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(6, 14, 33, 0.35);
    padding: clamp(20px, 2.4vw, 30px);
    position: relative;
    z-index: 2;
}

.zcx-hero-search-title {
    color: var(--zcx-ink, #0a1f1a);
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 14px;
}

/* Make the search form stack vertically inside the right panel */
.zcx-hero-search .zc-search,
.zcx-hero-search .zcx-mini-search {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.zcx-hero-search .zc-search input,
.zcx-hero-search .zc-search select,
.zcx-hero-search .zcx-mini-search input,
.zcx-hero-search .zcx-mini-search button {
    width: 100%;
}

.zcx-hero-search .zc-search button,
.zcx-hero-search .zcx-mini-search button {
    background: var(--zc-grad, #0f9d6e);
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
    min-height: 48px;
}

@media (max-width: 900px) {
    .zcx-hero-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .zcx-hero-search {
        order: 2;
    }
}

/* ===== About page (premium redesign) ===== */
.zcx-about-hero {
    background: var(--zcx-grad, linear-gradient(135deg, #0f9d6e, #0f9d6e, #0b7a55));
    border-radius: 22px;
    color: #fff;
    margin: 0 0 28px;
    padding: clamp(40px, 7vw, 84px) clamp(24px, 5vw, 64px);
}

.zcx-about-hero-inner {
    max-width: 720px;
}

.zcx-about-hero span {
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.zcx-about-hero h1 {
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.08;
    margin: 12px 0 16px;
}

.zcx-about-hero p {
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.zcx-about-stats {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 36px;
}

.zcx-about-stats article {
    background: #fff;
    border: 1px solid var(--zcx-line, #dcefe4);
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
    padding: 22px;
    text-align: center;
}

.zcx-about-stats strong {
    color: var(--zcx-primary, #0f9d6e);
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.zcx-about-stats span {
    color: var(--zcx-muted, #5a6b62);
    font-size: 13px;
    font-weight: 700;
}

.zcx-about-story {
    align-items: start;
    display: grid;
    gap: clamp(24px, 4vw, 48px);
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    margin: 0 0 36px;
}

.zcx-about-story-text span {
    color: var(--zcx-primary, #0f9d6e);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.zcx-about-story-text h2 {
    font-size: clamp(26px, 3.4vw, 40px);
    line-height: 1.12;
    margin: 10px 0 14px;
}

.zcx-about-story-text p {
    color: var(--zcx-muted, #5a6b62);
    font-size: 16px;
    line-height: 1.7;
}

.zcx-about-cards {
    display: grid;
    gap: 16px;
}

.zcx-about-cards article {
    background: #fff;
    border: 1px solid var(--zcx-line, #dcefe4);
    border-left: 4px solid var(--zcx-primary, #0f9d6e);
    border-radius: 12px;
    padding: 20px 22px;
}

.zcx-about-cards strong {
    display: block;
    font-size: 17px;
    margin: 0 0 6px;
}

.zcx-about-cards p {
    color: var(--zcx-muted, #5a6b62);
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

.zcx-about-cta {
    background: #f1faf6;
    border: 1px solid var(--zcx-line, #dcefe4);
    border-radius: 18px;
    padding: clamp(32px, 5vw, 56px);
    text-align: center;
}

.zcx-about-cta h2 {
    font-size: clamp(24px, 3vw, 34px);
    margin: 0 0 8px;
}

.zcx-about-cta p {
    color: var(--zcx-muted, #5a6b62);
    margin: 0 0 20px;
}

@media (max-width: 900px) {
    .zcx-about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zcx-about-story { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
    .zcx-about-stats { grid-template-columns: 1fr; }
}

/* ===== Multi-hub locations section ===== */
.zcx-locations {
    padding: clamp(40px, 6vw, 80px) clamp(18px, 5vw, 64px);
}

.zcx-locations-head {
    margin: 0 auto 32px;
    max-width: 640px;
    text-align: center;
}

.zcx-locations-head span {
    color: var(--zcx-primary, #0f9d6e);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.zcx-locations-head h2 {
    font-size: clamp(28px, 3.6vw, 44px);
    margin: 8px 0 10px;
}

.zcx-locations-head p {
    color: var(--zcx-muted, #5a6b62);
    margin: 0;
}

.zcx-hub-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    margin: 0 auto;
    max-width: 1120px;
}

.zcx-hub-card {
    background: #fff;
    border: 1px solid var(--zcx-line, #dcefe4);
    border-radius: 16px;
    box-shadow: 0 16px 44px rgba(15, 23, 42, .06);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
}

.zcx-hub-card h3 {
    font-size: 20px;
    margin: 0;
}

.zcx-hub-address {
    color: var(--zcx-muted, #5a6b62);
    margin: 0;
}

.zcx-hub-line {
    color: #46564d;
    font-size: 14px;
    margin: 0;
}

.zcx-hub-line strong {
    color: #0d2019;
    margin-right: 6px;
}

.zcx-hub-map {
    border-radius: 12px;
    margin: 6px 0;
    overflow: hidden;
}

.zcx-hub-map iframe {
    border: 0;
    display: block;
    height: 220px;
    width: 100%;
}

.zcx-hub-card .zcx-btn {
    align-self: start;
    margin-top: auto;
}

.zcx-locations-cta {
    margin-top: 28px;
    text-align: center;
}
