/* Coworking Landing Page - Greater Noida */

:root {
    --cl-ink: #072A30;
    --cl-accent: #17C64F;
    --cl-bg: #EDF2F2;
    --cl-muted: #5f7478;
    --cl-white: #ffffff;
}

.coworking-page {
    background: var(--cl-bg);
}

.coworking-page main {
    overflow-x: clip;
}

.cl-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 88px clamp(18px, 4vw, 64px);
}

.cl-section .cl-kicker,
.cl-section .cl-title,
.cl-section .cl-subtitle {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cl-section-cta,
.cl-center-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cl-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--cl-accent);
    font-weight: 700;
    margin-bottom: 14px;
}

.cl-title {
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1.12;
    color: var(--cl-ink);
    margin: 0;
}

.cl-subtitle {
    margin-top: 18px;
    font-size: 1.08rem;
    color: var(--cl-muted);
    line-height: 1.8;
    max-width: 740px;
}

.cl-hero {
    position: relative;
    background: radial-gradient(circle at 18% 15%, rgba(23, 198, 79, 0.2), transparent 35%),
        linear-gradient(105deg, #062b33 0%, #072A30 40%, #05363f 100%);
    padding-top: 180px;
    padding-bottom: 70px;
    overflow: hidden;
}

.cl-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -120px;
    width: 65%;
    height: 240px;
    background: linear-gradient(110deg, rgba(9, 83, 94, 0.45), rgba(5, 54, 63, 0.7));
    transform: rotate(-6deg);
    border-radius: 48px;
    pointer-events: none;
}

.cl-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.cl-hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(189, 217, 220, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #d7e8ea;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cl-hero-chip-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cl-accent);
    box-shadow: 0 0 0 6px rgba(23, 198, 79, 0.16);
}

.cl-hero-copy .cl-title {
    color: #f2f8f8;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 0.97;
    margin-top: 20px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.cl-hero-copy p {
    color: #b7cbce;
    font-size: 1.1rem;
    line-height: 1.75;
    margin-top: 24px;
    margin-bottom: 36px;
    max-width: 650px;
}

.cl-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cl-btn-primary {
    color: var(--cl-ink);
    background: var(--cl-accent);
    box-shadow: 0 10px 28px rgba(23, 198, 79, 0.28);
}

.cl-btn-secondary {
    color: #e8f1f2;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(232, 241, 242, 0.2);
}

.cl-btn:hover {
    transform: translateY(-2px);
}

.cl-hero-media {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(2, 19, 23, 0.55);
    transform: rotate(3deg);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.cl-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.cl-reviews {
    padding-top: 32px;
}

.cl-reviews-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 32px;
}

.cl-note {
    color: #3f595f;
    font-size: 14px;
}

.cl-reviews-shell {
    position: relative;
    margin-top: 8px;
}

.cl-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cl-review-card {
    background: #ffffff;
    border: 1px solid #e3e8e9;
    border-radius: 22px;
    padding: 20px 20px 22px;
    min-height: 322px;
    display: flex;
    flex-direction: column;
}

.cl-review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.cl-stars {
    color: #f4b400;
    letter-spacing: 3px;
    font-size: 19px;
    line-height: 1;
}

.cl-google-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #eef2f6;
    color: #2f3d45;
    font-weight: 700;
    padding: 10px 14px;
    min-width: 118px;
    justify-content: center;
}

.cl-google-g {
    font-weight: 800;
    font-size: 18px;
    background: conic-gradient(from 20deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cl-review-time {
    margin: 16px 0 0;
    color: #68777d;
    font-size: 14px;
}

.cl-review-quote {
    margin: 0;
    color: #2a3d44;
    line-height: 1.65;
    margin-top: 14px;
    font-size: 1rem;
    flex-grow: 1;
}

.cl-review-author {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cl-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7a1f21;
    background: #eadedf;
    font-weight: 700;
    font-size: 20px;
}

.cl-review-author strong {
    display: block;
    color: #1c3e44;
    font-size: 1.05rem;
}

.cl-review-author span {
    color: #5f7277;
    font-size: 14px;
}

.cl-review-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #d8e2e4;
    background: #f4f6f7;
    color: #193a40;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.cl-review-nav-left {
    left: -28px;
}

.cl-review-nav-right {
    right: -28px;
}

.cl-trust-band {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 24px;
    border-radius: 16px;
    background: #e4f8eb;
    border: 1px solid #c9efd7;
    flex-wrap: wrap;
    text-align: center;
}

.cl-trust-band p {
    margin: 0;
    color: #13373d;
    font-weight: 600;
}

.cl-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: start;
}

.cl-about {
    position: relative;
}

.cl-about-head {
    text-align: center;
    margin-bottom: 30px;
}

.cl-about-head .cl-kicker {
    display: inline-flex;
}

.cl-about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.cl-about-feature {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: 500px;
    border: 1px solid #d8e5e6;
}

.cl-about-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cl-about-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 42, 48, 0.02) 28%, rgba(7, 42, 48, 0.72) 100%);
}

.cl-about-feature-copy {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    color: #eef5f5;
}

.cl-about-feature-copy h3 {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    line-height: 1.1;
}

.cl-about-feature-copy p {
    margin: 10px 0 0;
    color: #d6e5e6;
    font-size: 1rem;
}

.cl-about-points {
    display: grid;
    gap: 16px;
}

.cl-about-point {
    background: #ffffff;
    border: 1px solid #dce7e8;
    border-radius: 20px;
    padding: 22px;
}

.cl-about-point h3 {
    margin: 0;
    color: #163a40;
    font-size: clamp(1.4rem, 2vw, 2rem);
}

.cl-about-point p {
    margin: 12px 0 0;
    color: #5d6f74;
    line-height: 1.7;
    font-size: 1.02rem;
}

.cl-about-copy-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.cl-copy-block {
    background: #fff;
    border: 1px solid #dbe6e6;
    border-radius: 20px;
    padding: 28px;
}

.cl-copy-block p {
    color: #24454b;
    line-height: 1.85;
    margin: 0;
}

.cl-copy-block h3 {
    margin: 0 0 12px;
    color: #082f36;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    line-height: 1.2;
}

.cl-copy-block p + p {
    margin-top: 14px;
}

.cl-inline-image {
    border-radius: 18px;
    overflow: hidden;
    margin-top: 18px;
}

.cl-inline-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.cl-plans-wrap {
    background: #f7fbfb;
}

.cl-fit-title {
    text-align: center;
    font-size: clamp(2rem, 4.6vw, 3.6rem);
    letter-spacing: -0.02em;
}

.cl-plans-wrap .cl-kicker,
.cl-plans-wrap .cl-subtitle,
.cl-plans-wrap .cl-mini-center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cl-fit-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cl-fit-slider {
    margin-top: 30px;
    position: relative;
    padding: 0 52px;
}

.cl-fit-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px, 1fr);
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 8px;
}

.cl-fit-track::-webkit-scrollbar {
    display: none;
}

.cl-fit-track .cl-fit-card {
    scroll-snap-align: start;
}

.cl-slider-btn {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid #cedbdd;
    background: #ffffff;
    color: #123940;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.cl-slider-btn--prev {
    left: 0;
}

.cl-slider-btn--next {
    right: 0;
}

.cl-fit-card {
    background: #fff;
    border: 1px solid #dbe7e8;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 26px rgba(7, 42, 48, 0.07);
}

.cl-fit-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.cl-fit-card-body {
    padding: 18px 18px 20px;
}

.cl-fit-card h3 {
    margin: 0;
    color: var(--cl-ink);
    font-size: 1.35rem;
}

.cl-fit-tag {
    color: #4b676d;
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.cl-fit-copy {
    color: #234349;
    margin: 12px 0 18px;
    line-height: 1.7;
    font-size: 14px;
    min-height: 92px;
}

.cl-fit-card .cl-btn {
    width: fit-content;
    min-height: 46px;
    font-size: 14px;
    padding: 0 20px;
}

.cl-mini-center {
    margin-top: 18px;
    color: #38565b;
    font-weight: 600;
}

.cl-amenities {
    background: #eaf0f0;
    border-radius: 26px;
}

.cl-amenities .cl-title,
.cl-amenities .cl-subtitle {
    color: #062f36;
}

.cl-amenities .cl-kicker,
.cl-amenities .cl-title,
.cl-amenities .cl-subtitle {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cl-amenity-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.cl-amenity {
    background: #ffffff;
    border: 1px solid #dfe8e9;
    border-radius: 20px;
    padding: 26px;
    min-height: 255px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.cl-amenity:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(7, 42, 48, 0.09);
}

.cl-amenity-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #16524f;
    background: #e8f4ef;
    box-shadow: 0 0 0 8px rgba(23, 198, 79, 0.06);
    margin-bottom: 18px;
}

.cl-amenity-icon {
    width: 24px;
    height: 24px;
}

.cl-amenity-title {
    margin: 0;
    color: #123940;
    font-size: 2rem;
    line-height: 1.08;
    letter-spacing: -0.01em;
}

.cl-amenity p {
    margin: 12px 0 0;
    color: #3a555b;
    line-height: 1.7;
    font-size: 1.03rem;
}

.cl-compare-section {
    background: linear-gradient(180deg, #f7fbfb 0%, #edf3f3 100%);
    border-radius: 24px;
}

.cl-compare-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cl-compare-card {
    background: #ffffff;
    border: 1px solid #d9e6e7;
    border-radius: 20px;
    padding: 24px;
}

.cl-compare-card h3 {
    margin: 0;
    font-size: clamp(1.4rem, 2.1vw, 2rem);
    color: #10353b;
}

.cl-compare-card ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.cl-compare-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #2e4e54;
    line-height: 1.7;
}

.cl-compare-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.cl-compare-card--traditional li::before {
    background: #fce8e8;
    border: 1px solid #e99595;
}

.cl-compare-card--coworking {
    border-color: #cfead9;
    background: #f6fcf8;
}

.cl-compare-card--coworking li::before {
    background: #e4f8eb;
    border: 1px solid #6acd8d;
}

.cl-compare-note {
    max-width: 980px;
    margin-top: 18px;
}

.cl-location-section {
    background: #f6fbfb;
    border-radius: 24px;
}

.cl-location-new-wrap {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 18px;
    align-items: stretch;
}

.cl-location-map-new {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #d5e4e6;
}

.cl-location-map-new img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.cl-location-map-tag {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    background: rgba(7, 42, 48, 0.76);
    color: #d9e9eb;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    text-align: center;
}

.cl-location-info {
    background: #ffffff;
    border: 1px solid #d7e5e6;
    border-radius: 20px;
    padding: 22px;
}

.cl-location-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.cl-location-chip {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    color: #154147;
    background: #e9f5f0;
    border: 1px solid #cce9da;
    font-weight: 600;
}

.cl-location-info ul {
    margin: 0;
    padding-left: 18px;
}

.cl-location-info li {
    margin-bottom: 10px;
    color: #2a4b51;
    line-height: 1.7;
}

.cl-location-info p {
    color: #2c4c52;
    line-height: 1.8;
}

.cl-faq-wrap {
    margin-top: 24px;
    display: grid;
    gap: 12px;
}

.cl-faq-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    align-items: start;
}

.cl-faq-media {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #d2e1e3;
}

.cl-faq-media img {
    width: 100%;
    height: 100%;
    min-height: 700px;
    object-fit: cover;
    display: block;
}

.cl-faq-content .cl-title {
    margin-bottom: 18px;
}

.cl-faq-wrap .faq-item {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #d8e4e5;
    overflow: hidden;
}

.cl-faq-wrap .faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 24px;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    color: #16393f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.cl-faq-wrap .faq-icon {
    color: #8fa2a8;
    font-size: 20px;
    font-weight: 400;
}

.cl-faq-wrap .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.cl-faq-wrap .faq-answer p {
    margin: 0;
    padding: 0 24px 20px;
    color: #27484d;
    line-height: 1.8;
}

.cl-gallery-section .cl-kicker,
.cl-gallery-section .cl-title,
.cl-gallery-section .cl-subtitle {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cl-gallery-masonry {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "large top"
        "large smallA"
        "large smallB";
    gap: 10px;
}

.cl-gallery-section {
    padding-bottom: 32px;
}

.cl-gallery-large,
.cl-gallery-top,
.cl-gallery-small {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #d9e5e6;
}

.cl-gallery-large {
    grid-area: large;
}

.cl-gallery-top {
    grid-area: top;
}

.cl-gallery-small:first-of-type {
    grid-area: smallA;
}

.cl-gallery-small:last-of-type {
    grid-area: smallB;
}

.cl-gallery-masonry img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
}

.cl-final-cta {
    background: linear-gradient(135deg, #072A30 0%, #0e3a41 100%);
    border-radius: 24px;
    padding: 40px;
    margin-top: 20px;
}

.cl-final-cta-section {
    padding-top: 20px;
}

.cl-final-cta h2 {
    color: #ffffff;
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    text-align: center;
}

.cl-final-cta p {
    color: #c6d6d8;
    line-height: 1.8;
    margin: 14px 0 24px;
    max-width: 740px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.cl-final-cta .cl-hero-cta .cl-btn-primary {
    box-shadow: none;
}

@media (max-width: 1100px) {
    .cl-hero-grid,
    .cl-grid-two,
    .cl-about-layout,
    .cl-about-copy-grid,
    .cl-location-wrap {
        grid-template-columns: 1fr;
    }

    .cl-compare-grid,
    .cl-location-new-wrap {
        grid-template-columns: 1fr;
    }

    .cl-hero {
        padding-bottom: 46px;
    }

    .cl-hero-media {
        transform: none;
    }

    .cl-hero-media img {
        min-height: 360px;
    }

    .cl-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cl-review-nav {
        display: none;
    }

    .cl-fit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cl-fit-slider {
        padding: 0 44px;
    }

    .cl-fit-track {
        grid-auto-columns: minmax(280px, 48%);
    }

    .cl-faq-layout {
        grid-template-columns: 1fr;
    }

    .cl-faq-media img {
        min-height: 380px;
        max-height: 440px;
    }

    .cl-amenity-grid,
    .cl-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cl-gallery-masonry {
        grid-template-columns: 1fr;
        grid-template-areas:
            "large"
            "top"
            "smallA"
            "smallB";
    }

    .cl-location-map-new img {
        min-height: 320px;
    }
}

@media (max-width: 760px) {
    .cl-section {
        padding: 72px 16px;
    }

    .cl-hero {
        padding-top: 140px;
        padding-bottom: 36px;
    }

    .cl-hero::after {
        width: 100%;
        right: -40px;
        height: 140px;
    }

    .cl-hero-copy .cl-title {
        font-size: clamp(2.1rem, 13vw, 3.2rem);
    }

    .cl-reviews-grid,
    .cl-fit-grid,
    .cl-amenity-grid,
    .cl-gallery-grid {
        grid-template-columns: 1fr;
    }

    .cl-section-cta,
    .cl-center-cta {
        flex-direction: column;
    }

    .cl-fit-slider {
        padding: 0;
    }

    .cl-fit-track {
        grid-auto-columns: 86%;
        gap: 12px;
    }

    .cl-slider-btn {
        display: none;
    }

    .cl-amenities {
        border-radius: 18px;
    }

    .cl-amenity {
        min-height: auto;
        padding: 22px;
    }

    .cl-amenity-title {
        font-size: 1.8rem;
    }

    .cl-amenity p {
        font-size: 1rem;
    }

    .cl-about-feature {
        min-height: 390px;
        border-radius: 20px;
    }

    .cl-fit-card .cl-btn {
        width: 100%;
    }

    .cl-review-card {
        min-height: auto;
    }

    .cl-trust-band {
        flex-direction: column;
        align-items: flex-start;
    }

    .cl-final-cta {
        padding: 26px 20px;
    }
}
