﻿/* ============================================================
   GF Contact Page v2 — contact-page.css
   Design matches GurgaonFloors homepage (ux-refresh.css)
   Tokens: forest #11362f | accent #cf7d2d | sand #f7f4ee
           ink #172033 | muted #55616d | border rgba(17,24,39,.08)
   Font: Glacial Indifference -> Segoe UI fallback
   ============================================================ */

/* -- Base reset -------------------------------------------- */
.gf-contact-page *,
.gf-contact-page *::before,
.gf-contact-page *::after {
    box-sizing: border-box;
}

.gf-contact-page {
    font-family: "Glacial Indifference", "Segoe UI", system-ui, sans-serif;
    font-size: 1.2rem;
    color: #172033;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gf-contact-page :where(p, a, span, li, label, input, select, textarea, button, strong) {
    font-size: max(1.2rem, 1em);
}

.gf-contact-page a {
    text-decoration: none;
    color: #143d36;
    transition: color 0.2s ease;
}

.gf-contact-page a:hover { color: #10241f; }

.gfc-muted {
    color: #55616d;
    font-size: 0.88em;
}

/* -- Shell (max-width wrapper) ----------------------------- */
.gfc-shell {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

/* -- Reusable kicker label --------------------------------- */
.gfc-kicker {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #143d36;
    margin: 0 0 10px;
}

.gfc-kicker--light {
    color: rgba(255, 255, 255, 0.58);
}

/* -- Section headings -------------------------------------- */
.gfc-section-h2 {
    margin: 0 0 14px;
    font-size: clamp(1.7rem, 2.8vw, 2.4rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #10241f;
}

.gfc-section-desc {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: #55616d;
}

/* -- Section header block ---------------------------------- */
.gfc-section-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 56px;
}

/* ==========================================================
   HERO
   ========================================================== */
.gfc-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(207, 125, 45, 0.26) 0%, transparent 38%),
        linear-gradient(135deg, #11362f 0%, #0a201c 62%, #081714 100%);
    color: #fff;
    padding: 92px 0 80px;
}

.gfc-hero__radial {
    pointer-events: none;
    position: absolute;
    inset: auto -8% -28% auto;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 68%);
}

.gfc-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    position: relative;
    z-index: 1;
}

/* Eyebrow pill */
.gfc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 22px;
    width: fit-content;
}

/* Headline */
.gfc-hero__h1 {
    margin: 0 0 20px;
    font-size: clamp(2.6rem, 5vw, 4.4rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    color: #fff;
    font-weight: 700;
}

.gfc-hero__h1 em {
    font-style: normal;
    color: #cf7d2d;
}

/* Sub */
.gfc-hero__sub {
    margin: 0 0 36px;
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
    max-width: 62ch;
}

/* CTA row */
.gfc-hero__cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

/* -- Shared CTA button ------------------------------------- */
.gfc-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
}

.gfc-cta--accent {
    background: #cf7d2d;
    color: #fff;
    box-shadow: 0 16px 30px rgba(207, 125, 45, 0.28);
}

.gfc-cta--accent:hover {
    background: #b86d22;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(207, 125, 45, 0.36);
}

.gfc-cta--ghost {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
}

.gfc-cta--ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    transform: translateY(-2px);
}

.gfc-cta--wa {
    background: #25d366;
    color: #fff;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.28);
}

.gfc-cta--wa:hover {
    background: #1db954;
    color: #fff;
    transform: translateY(-2px);
}

.gfc-cta--primary-dark {
    background: #143d36;
    color: #fff;
    box-shadow: 0 8px 22px rgba(20, 61, 54, 0.24);
}

.gfc-cta--primary-dark:hover {
    background: #10302a;
    color: #fff;
    transform: translateY(-2px);
}

/* -- Hero facts grid --------------------------------------- */
.gfc-hero__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gfc-hero__fact {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.gfc-hero__fact strong {
    display: block;
    font-size: 1.22rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 5px;
}

.gfc-hero__fact span {
    display: block;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.68);
}

/* ==========================================================
   CHANNEL CARDS
   ========================================================== */
.gfc-channels {
    background: #f7f4ee;
    padding: 64px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.gfc-channels__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.gfc-channel-card {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px;
    padding: 26px 22px 22px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    position: relative;
    overflow: hidden;
}

.gfc-channel-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #143d36, #cf7d2d);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.gfc-channel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    color: inherit;
}

.gfc-channel-card:hover::before {
    opacity: 1;
}

.gfc-channel-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gfc-channel-card__icon--green {
    background: rgba(20, 61, 54, 0.09);
    color: #143d36;
}

.gfc-channel-card__icon--accent {
    background: rgba(207, 125, 45, 0.10);
    color: #cf7d2d;
}

.gfc-channel-card__icon--wa {
    background: rgba(37, 211, 102, 0.12);
    color: #19a34a;
}

.gfc-channel-card__icon--navy {
    background: rgba(17, 24, 39, 0.07);
    color: #172033;
}

.gfc-channel-card__body {
    flex: 1;
}

.gfc-channel-card__body h3 {
    margin: 0 0 6px;
    font-size: 1.32rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #10241f;
}

.gfc-channel-card__body p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.65;
    color: #55616d;
}

.gfc-channel-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #143d36;
    letter-spacing: 0.01em;
    margin-top: auto;
}

.gfc-channel-card:hover .gfc-channel-card__cta {
    color: #cf7d2d;
}

/* ==========================================================
   FORM + MAP SECTION
   ========================================================== */
.gfc-form-section {
    background: #fff;
    padding: 84px 0 96px;
}

.gfc-form-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 64px;
    align-items: start;
}

/* -- Left: Form -------------------------------------------- */
.gfc-form-col .gfc-section-h2 {
    margin-bottom: 10px;
}

.gfc-form-col .gfc-section-desc {
    margin-bottom: 40px;
}

.gfc-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.gfc-form__row {
    display: flex;
    gap: 20px;
}

.gfc-form__row--2 > .gfc-field {
    flex: 1;
    min-width: 0;
}

.gfc-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.gfc-label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #172033;
    letter-spacing: 0.01em;
}

.gfc-req { color: #cf7d2d; }

.gfc-input {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid rgba(17, 24, 39, 0.14);
    border-radius: 14px;
    font-size: 1.2rem;
    font-family: inherit;
    color: #172033;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.gfc-input::placeholder {
    color: #adb8c4;
}

.gfc-input:focus {
    border-color: #143d36;
    box-shadow: 0 0 0 3px rgba(20, 61, 54, 0.12);
}

.gfc-input.gfc-input--error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.10);
}

.gfc-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2355616d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 42px;
    cursor: pointer;
}

.gfc-textarea {
    resize: vertical;
    min-height: 136px;
    line-height: 1.6;
}

.gfc-field-error {
    font-size: 1.2rem;
    color: #ef4444;
    min-height: 16px;
    display: block;
    font-weight: 500;
}

.gfc-form__footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Submit button */
.gfc-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #143d36;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 0.01em;
    border: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(20, 61, 54, 0.26);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.gfc-submit:hover {
    background: #0f2e29;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(20, 61, 54, 0.32);
}

.gfc-submit__spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: gfc-spin 0.7s linear infinite;
    flex-shrink: 0;
}

.gfc-submit--loading .gfc-submit__label { opacity: 0.5; }
.gfc-submit--loading .gfc-submit__spinner { display: inline-block; }

@keyframes gfc-spin { to { transform: rotate(360deg); } }

.gfc-privacy {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.2rem;
    color: #55616d;
    margin: 0;
    justify-content: center;
}

.gfc-form-message {
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 1.2rem;
    font-weight: 600;
    display: none;
    margin-top: 4px;
}

.gfc-form-message.gfc-message--success {
    display: block;
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #86efac;
}

.gfc-form-message.gfc-message--error {
    display: block;
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fca5a5;
}

/* -- Right: Sidebar ---------------------------------------- */
.gfc-sidebar-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* Map */
.gfc-map-wrap {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.10);
    position: relative;
}

.gfc-map-wrap iframe {
    display: block;
    width: 100%;
}

.gfc-map-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 10px 14px;
    background: linear-gradient(0deg, rgba(8, 23, 20, 0.78), transparent);
    pointer-events: none;
}

.gfc-map-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.02em;
}

/* Trust card */
.gfc-trust-card {
    background: linear-gradient(180deg, #fbfcfc 0%, #eef3f1 100%);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px;
    padding: 26px 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.gfc-trust-card__title {
    margin: 0 0 16px;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #10241f;
    line-height: 1.3;
}

.gfc-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.gfc-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 1.2rem;
    color: #172033;
    line-height: 1.55;
}

.gfc-checklist li svg {
    color: #143d36;
    flex-shrink: 0;
    margin-top: 1px;
}

/* WhatsApp promo card */
.gfc-wa-card {
    background: linear-gradient(135deg, #e6f4f3 0%, #d8f0ed 100%);
    border: 1px solid rgba(20, 61, 54, 0.16);
    border-radius: 22px;
    padding: 22px 22px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.gfc-wa-card__icon {
    color: #25d366;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.gfc-wa-card__body {
    flex: 1;
    min-width: 0;
}

.gfc-wa-card__body strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #10241f;
    margin-bottom: 3px;
}

.gfc-wa-card__body p {
    margin: 0;
    font-size: 1.2rem;
    color: #55616d;
    line-height: 1.55;
}

/* ==========================================================
   ADVISORY SERVICES
   ========================================================== */
.gfc-services {
    background: #f7f4ee;
    padding: 88px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.gfc-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gfc-service-card {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    padding: 32px 28px 26px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    position: relative;
    overflow: hidden;
}

.gfc-service-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #143d36, #cf7d2d);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.gfc-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.gfc-service-card:hover::after {
    opacity: 1;
}

.gfc-service-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(20, 61, 54, 0.08);
    color: #143d36;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gfc-service-card__content {
    flex: 1;
}

.gfc-service-card__content h3 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #10241f;
    line-height: 1.2;
}

.gfc-service-card__content p {
    margin: 0 0 16px;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #55616d;
}

.gfc-mini-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gfc-mini-list li {
    font-size: 1.2rem;
    color: #55616d;
    padding-left: 14px;
    position: relative;
}

.gfc-mini-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cf7d2d;
}

.gfc-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #143d36;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(20, 61, 54, 0.07);
    border: 1px solid rgba(20, 61, 54, 0.14);
    width: fit-content;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
}

.gfc-service-card__link:hover {
    background: #143d36;
    color: #fff;
    transform: translateX(2px);
}

/* ==========================================================
   TRUST STATS -- dark green, matches homepage
   ========================================================== */
.gfc-stats {
    background:
        radial-gradient(circle at 8% 12%, rgba(207, 125, 45, 0.18) 0%, transparent 40%),
        linear-gradient(135deg, #11362f 0%, #0a201c 60%, #081714 100%);
    color: #fff;
    padding: 92px 0 96px;
}

.gfc-stats__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
}

.gfc-stats__h2 {
    margin: 0 0 14px;
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.04em;
    color: #fff;
}

.gfc-stats__sub {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.68);
}

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

.gfc-stat {
    padding: 28px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gfc-stat strong {
    display: block;
    font-size: clamp(1.5rem, 2.5vw, 2.0rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #cf7d2d;
    line-height: 1;
}

.gfc-stat span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.3;
}

.gfc-stat p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.58);
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

/* 1080px */
@media (max-width: 1080px) {
    .gfc-form-layout {
        grid-template-columns: 1fr 360px;
        gap: 48px;
    }

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

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

/* 900px */
@media (max-width: 900px) {
    .gfc-form-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .gfc-sidebar-col {
        order: -1;
    }

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

    .gfc-services__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }
}

/* 640px */
@media (max-width: 640px) {
    .gfc-hero {
        padding: 60px 0 56px;
    }

    .gfc-hero__h1 {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .gfc-hero__cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .gfc-cta {
        justify-content: center;
    }

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

    .gfc-form__row--2 {
        flex-direction: column;
    }

    .gfc-channels__grid {
        grid-template-columns: 1fr;
    }

    .gfc-stats__grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }

    .gfc-wa-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* 420px */
@media (max-width: 420px) {
    .gfc-hero__facts {
        grid-template-columns: 1fr;
    }
}
