        /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
           GNIMT CONTACT PAGE v2 — NO GRADIENTS
           Solid colors only. Professional.
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

        /* ── HERO ── */
        .gc-hero {
            background: #0f2557;
            padding: 76px 0 60px;
            border-bottom: 4px solid #c0262d;
        }

        .gc-hero__tag {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            border: 1.5px solid rgba(192, 38, 45, 0.55);
            color: #f0a0a5;
            font-size: 0.68rem;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            padding: 5px 14px;
            border-radius: 4px;
            margin-bottom: 22px;
        }

        .gc-hero__title {
            font-family: 'Playfair Display', serif;
            font-size: clamp(2rem, 4.5vw, 3rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 18px;
            border-left: 5px solid #c0262d;
            padding-left: 20px;
        }

        .gc-hero__title em {
            font-style: normal;
            color: #f0a0a5;
        }

        .gc-hero__meta {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            color: rgba(255, 255, 255, 0.65);
            font-size: 0.88rem;
            line-height: 1.75;
            padding-left: 25px;
            max-width: 520px;
            margin-bottom: 30px;
        }

        .gc-hero__meta i {
            color: #c0262d;
            margin-top: 4px;
            flex-shrink: 0;
        }

        .gc-hero__btns {
            padding-left: 25px;
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        /* ── BUTTONS ── */
        .gc-btn-red {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #c0262d;
            color: #fff;
            padding: 12px 26px;
            border-radius: 6px;
            font-size: 0.84rem;
            font-weight: 700;
            text-decoration: none;
            transition: background 0.18s;
        }

        .gc-btn-red:hover {
            background: #a31f25;
            color: #fff;
        }

        .gc-btn-outline {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: transparent;
            color: rgba(255, 255, 255, 0.85);
            border: 1.5px solid rgba(255, 255, 255, 0.35);
            padding: 12px 26px;
            border-radius: 6px;
            font-size: 0.84rem;
            font-weight: 700;
            text-decoration: none;
            transition: border-color 0.18s, color 0.18s;
        }

        .gc-btn-outline:hover {
            border-color: #fff;
            color: #fff;
        }

        /* ── PILLARS ── */
        .gc-pillars {
            background: #fff;
            border-bottom: 1px solid #e2e8f0;
            box-shadow: 0 3px 16px rgba(15, 37, 87, 0.07);
            display: flex;
            flex-wrap: wrap;
        }

        .gc-pillar {
            flex: 1;
            min-width: 200px;
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 22px 30px;
            border-right: 1px solid #e2e8f0;
            text-decoration: none;
            transition: background 0.15s;
        }

        .gc-pillar:last-child {
            border-right: none;
        }

        .gc-pillar:hover {
            background: #f8fafc;
        }

        .gc-pillar__icon {
            width: 46px;
            height: 46px;
            background: #c0262d;
            color: #fff;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            flex-shrink: 0;
        }

        .gc-pillar__icon.wa {
            background: #25d366;
        }

        .gc-pillar__lbl {
            display: block;
            font-size: 0.66rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #94a3b8;
            margin-bottom: 3px;
        }

        .gc-pillar__val {
            display: block;
            font-size: 0.86rem;
            font-weight: 700;
            color: #1a3566;
            line-height: 1.35;
        }

        /* ── BREADCRUMB ── */
        .gc-breadcrumb {
            background: #f8fafc;
            border-bottom: 1px solid #e2e8f0;
            padding: 11px 0;
            font-size: 0.76rem;
            color: #94a3b8;
        }

        .gc-breadcrumb a {
            color: #1a3566;
            text-decoration: none;
            font-weight: 600;
        }

        .gc-breadcrumb a:hover {
            color: #c0262d;
        }

        .gc-breadcrumb .sep {
            margin: 0 8px;
            color: #cbd5e1;
        }

        .gc-breadcrumb .cur {
            color: #c0262d;
            font-weight: 700;
        }

        /* ── SECTION HEADING ── */
        .gc-sec-label {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.62rem;
            font-weight: 700;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: #c0262d;
            margin-bottom: 10px;
        }

        .gc-sec-label span {
            display: inline-block;
            width: 28px;
            height: 2px;
            background: #c0262d;
            border-radius: 2px;
        }

        .gc-sec-heading {
            font-family: 'Playfair Display', serif;
            font-size: clamp(1.6rem, 2.8vw, 2.1rem);
            font-weight: 800;
            color: #0f2557;
            line-height: 1.22;
            margin-bottom: 28px;
        }

        .gc-sec-heading em {
            font-style: normal;
            color: #c0262d;
        }

        /* ── MAP ── */
        .gc-map-box {
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #e2e8f0;
            box-shadow: 0 4px 20px rgba(15, 37, 87, 0.08);
        }

        .gc-map-box iframe {
            display: block;
        }

        .gc-map-link {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 14px;
            padding: 14px 18px;
            background: #fff;
            border: 1px solid #e2e8f0;
            border-left: 4px solid #c0262d;
            border-radius: 0 8px 8px 0;
        }

        .gc-map-link i {
            color: #c0262d;
            flex-shrink: 0;
        }

        .gc-map-link address {
            font-style: normal;
            font-size: 0.83rem;
            color: #475569;
            line-height: 1.6;
            flex: 1;
        }

        .gc-map-link address strong {
            color: #0f2557;
            display: block;
            margin-bottom: 2px;
        }

        /* ── INFO BLOCKS ── */
        .gc-info-row {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .gc-info-block {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-left: 4px solid #c0262d;
            border-radius: 0 10px 10px 0;
            padding: 22px 24px;
        }

        .gc-info-block__title {
            font-size: 0.66rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #c0262d;
            margin-bottom: 9px;
            display: flex;
            align-items: center;
            gap: 7px;
        }

        .gc-info-block__body {
            font-size: 0.88rem;
            font-weight: 600;
            color: #1a3566;
            line-height: 1.85;
        }

        .gc-info-block__body a {
            color: #1a3566;
            text-decoration: none;
            font-weight: 700;
            display: block;
        }

        .gc-info-block__body a:hover {
            color: #c0262d;
        }

        /* ── DIRECTOR ── */
        .gc-director {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-left: 5px solid #c0262d;
            border-radius: 0 14px 14px 0;
            padding: 32px 36px;
            display: flex;
            align-items: flex-start;
            gap: 28px;
            flex-wrap: wrap;
        }

        .gc-director__avatar {
            width: 74px;
            height: 74px;
            border-radius: 50%;
            background: #0f2557;
            border: 3px solid #c0262d;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.7rem;
            color: #fff;
            flex-shrink: 0;
        }

        .gc-director__info {
            flex: 1;
            min-width: 200px;
        }

        .gc-director__name {
            font-family: 'Playfair Display', serif;
            font-size: 1.2rem;
            font-weight: 800;
            color: #0f2557;
            margin-bottom: 3px;
        }

        .gc-director__role {
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #c0262d;
            margin-bottom: 12px;
        }

        .gc-director__quote {
            font-size: 0.86rem;
            color: #64748b;
            line-height: 1.75;
            font-style: italic;
            border-left: 2px solid #e2e8f0;
            padding-left: 14px;
        }

        /* ── FORM ── */
        .gc-form-card {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 14px;
            padding: 48px;
            box-shadow: 0 4px 24px rgba(15, 37, 87, 0.06);
        }

        .gc-form-card__title {
            font-family: 'Playfair Display', serif;
            font-size: 1.7rem;
            font-weight: 800;
            color: #0f2557;
            margin-bottom: 6px;
        }

        .gc-form-card__sub {
            font-size: 0.84rem;
            color: #64748b;
            margin-bottom: 32px;
            padding-bottom: 24px;
            border-bottom: 1px solid #e2e8f0;
        }

        .gc-label {
            display: block;
            font-size: 0.71rem;
            font-weight: 700;
            letter-spacing: 0.07em;
            text-transform: uppercase;
            color: #475569;
            margin-bottom: 7px;
        }

        .gc-input {
            width: 100%;
            border: 1.5px solid #e2e8f0;
            border-radius: 8px;
            padding: 13px 16px;
            font-size: 0.86rem;
            font-family: 'Poppins', sans-serif;
            color: #1a3566;
            outline: none;
            background: #fff;
            transition: border-color 0.18s, box-shadow 0.18s;
            display: block;
        }

        .gc-input:focus {
            border-color: #c0262d;
            box-shadow: 0 0 0 3px rgba(192, 38, 45, 0.07);
        }

        .gc-submit {
            background: #c0262d;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 15px 36px;
            font-size: 0.88rem;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 9px;
            transition: background 0.18s;
            width: 100%;
            justify-content: center;
        }

        .gc-submit:hover {
            background: #a31f25;
        }

        /* ── SIDEBAR ── */
        .gc-sidebar {
            background: #0f2557;
            border-radius: 14px;
            padding: 36px 32px;
        }

        .gc-sidebar__title {
            font-family: 'Playfair Display', serif;
            font-size: 1.2rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .gc-sidebar__link {
            display: flex;
            align-items: center;
            gap: 12px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: none;
            font-size: 0.84rem;
            font-weight: 600;
            padding: 13px 16px;
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            margin-bottom: 10px;
            transition: background 0.15s, color 0.15s;
        }

        .gc-sidebar__link:hover {
            background: rgba(255, 255, 255, 0.07);
            color: #fff;
        }

        .gc-sidebar__link i {
            color: #f0a0a5;
            width: 16px;
            text-align: center;
            flex-shrink: 0;
        }

        .gc-sidebar__hours {
            margin-top: 28px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .gc-sidebar__hours-title {
            font-size: 0.66rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.35);
            margin-bottom: 14px;
        }

        .gc-sidebar__hours-row {
            display: flex;
            justify-content: space-between;
            font-size: 0.83rem;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 8px;
            font-weight: 500;
        }

        .gc-sidebar__hours-row strong {
            color: rgba(255, 255, 255, 0.9);
        }

        /* ── BRANCH CALLOUT ── */
        .gc-branch-callout {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 28px 32px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 18px;
        }

        .gc-branch-callout__left h4 {
            font-family: 'Playfair Display', serif;
            font-size: 1.1rem;
            font-weight: 700;
            color: #0f2557;
            margin-bottom: 4px;
        }

        .gc-branch-callout__left p {
            font-size: 0.82rem;
            color: #64748b;
            margin: 0;
        }

        @media (max-width: 991px) {
            .gc-hero {
                padding: 56px 0 44px;
            }

            .gc-form-card {
                padding: 32px 24px;
            }
        }

        @media (max-width: 767px) {
            .gc-pillars {
                flex-direction: column;
            }

            .gc-pillar {
                border-right: none;
                border-bottom: 1px solid #e2e8f0;
            }

            .gc-pillar:last-child {
                border-bottom: none;
            }

            .gc-director {
                padding: 24px;
                gap: 18px;
            }

            .gc-branch-callout {
                flex-direction: column;
                align-items: flex-start;
            }
        }
