/* Enterprise / MNC-style section layouts (home + services) */

/* --- Home: split-screen hero (curved warm left / mint right) --- */
.gc-hero-pro {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    padding-top: clamp(1.5rem, 4vw, 2.75rem);
    padding-bottom: clamp(5.5rem, 12vw, 8rem);
}

@media (min-width: 992px) {
    .gc-hero-pro {
        min-height: min(92vh, 980px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .gc-hero-pro__container {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: clamp(0.25rem, 1.5vw, 1rem);
    }
}

/* Mint wash (full bleed); cream panel with curved boundary */
.gc-hero-pro__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(165deg, #b8e8dc 0%, #d2f0e8 45%, #c5ebe2 100%);
}

.gc-hero-pro__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2%;
    bottom: -2%;
    width: min(58%, 640px);
    background: linear-gradient(180deg, #faf8f5 0%, #f3f0ea 100%);
    clip-path: polygon(
        0 0,
        100% 0,
        92% 8%,
        86% 22%,
        82% 38%,
        79% 52%,
        78% 68%,
        80% 84%,
        85% 100%,
        0 100%
    );
    box-shadow: 4px 0 24px rgba(15, 39, 68, 0.04);
}

.gc-hero-pro__bg::after {
    content: "";
    position: absolute;
    right: -8%;
    top: 5%;
    width: min(50vw, 380px);
    height: min(50vw, 380px);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, transparent 65%);
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .gc-hero-pro__bg::before {
        display: none;
    }

    .gc-hero-pro__bg {
        background: linear-gradient(180deg, #f7f4ef 0%, #eef8f4 38%, #d4f0e8 65%, #b5e5d8 100%);
    }

    .gc-hero-pro {
        min-height: 0;
    }
}

.gc-hero-pro__container {
    position: relative;
    z-index: 1;
}

.gc-hero-pro__grid {
    --bs-gutter-x: 1.75rem;
}

@media (min-width: 992px) {
    .gc-hero-pro__copy {
        padding-right: clamp(0.5rem, 2vw, 1.5rem);
        max-width: 560px;
    }

    .gc-hero-pro__visual-col {
        padding-left: clamp(0.25rem, 1.5vw, 1rem);
    }
}

.gc-hero-pro__copy {
    padding-top: 0.5rem;
    padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.gc-hero-pro__actions {
    margin-bottom: 0.25rem;
}

.gc-hero-pro__chips {
    margin-top: 1.25rem;
    margin-bottom: clamp(1.75rem, 4vw, 3rem);
    position: relative;
    z-index: 1;
}

.gc-hero-pro__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gc-teal-dark);
    margin-bottom: 0.75rem;
}

.gc-hero-pro__title {
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--gc-navy);
    line-height: 1.15;
    max-width: 36rem;
    font-size: clamp(1.55rem, 2.8vw + 0.9rem, 2.65rem);
}

@media (min-width: 1200px) {
    .gc-hero-pro__title {
        font-size: clamp(2rem, 1.5vw + 1.5rem, 2.85rem);
    }
}

.gc-hero-pro__lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #5c6678;
    max-width: 36rem;
    margin-bottom: 0;
}

.gc-hero-pro__btn-primary {
    background: var(--gc-navy);
    color: #fff;
    border: 2px solid var(--gc-navy);
    font-weight: 600;
    box-shadow: 0 0.35rem 1rem rgba(15, 39, 68, 0.2);
}

.gc-hero-pro__btn-primary:hover {
    background: #0a1f38;
    border-color: #0a1f38;
    color: #fff;
}

.gc-hero-pro__btn-ghost {
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid rgba(15, 39, 68, 0.12);
    color: var(--gc-navy);
    font-weight: 600;
}

.gc-hero-pro__btn-ghost:hover {
    background: #fff;
    border-color: var(--gc-teal-mid);
    color: var(--gc-teal-dark);
}

.gc-hero-pro__chip {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(15, 39, 68, 0.08);
    color: var(--gc-navy);
}

/* Visual column: photo + mint panel + floating cards */
.gc-hero-pro__visual-col {
    position: relative;
}

.gc-hero-pro__visual {
    position: relative;
    overflow: visible;
    min-height: 560px;
    padding-top: clamp(0.75rem, 2.5vw, 1.75rem);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media (min-width: 992px) {
    .gc-hero-pro__visual {
        min-height: clamp(720px, 52vh, 960px);
        justify-content: flex-end;
        align-items: flex-end;
    }
}

/* Soft teal circle behind portrait (reference layout) */
.gc-hero-pro__accent-blob {
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: min(78%, 680px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(
        circle at 40% 35%,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(180, 232, 220, 0.75) 35%,
        rgba(0, 169, 157, 0.28) 100%
    );
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    z-index: 0;
}

.gc-hero-pro__img {
    position: relative;
    z-index: 1;
    max-width: min(100%, 800px);
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 1rem 2rem rgba(15, 39, 68, 0.1));
}

@media (min-width: 992px) {
    .gc-hero-pro__img {
        max-width: min(100%, 880px);
        margin-top: 0.25rem;
    }
}

/* Floating proof cards (desktop) — keep in mint “gutter” left of portrait so they don’t cover the subject */
.gc-hero-pro__float {
    position: absolute;
    z-index: 2;
    margin: 0;
    max-width: 200px;
}

.gc-hero-pro__float--a {
    left: 0;
    top: 6%;
    right: auto;
    transform: translateX(max(-6%, -0.75rem));
}

/* Bottom card: anchor to lower-left open area (portrait is flex-end right); avoids overlapping torso */
.gc-hero-pro__float--b {
    left: 0;
    right: auto;
    top: auto;
    bottom: 10%;
    transform: translateX(max(-6%, -0.75rem));
}

@media (max-width: 991.98px) {
    .gc-hero-pro__float {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .gc-hero-pro__float {
        max-width: 185px;
    }

    .gc-hero-pro__float--a {
        transform: translateX(-4%);
    }

    .gc-hero-pro__float--b {
        bottom: 8%;
        transform: translateX(-4%);
    }
}

@media (min-width: 1200px) {
    .gc-hero-pro__float {
        max-width: 210px;
    }

    .gc-hero-pro__float--b {
        bottom: 12%;
    }
}

.gc-hero-pro__quote {
    margin: 0;
    padding: 1rem 1.1rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.75rem 2rem rgba(15, 39, 68, 0.12);
}

.gc-hero-pro__quote p {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #3d4a5c;
    margin-bottom: 0.65rem;
}

.gc-hero-pro__attribution {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gc-teal-dark);
    margin-bottom: 0;
}

.gc-hero-pro__quote-mark {
    display: block;
    font-size: 2rem;
    line-height: 0.8;
    color: var(--gc-orange-dark);
    font-family: Georgia, serif;
}

/* Bottom stats strip (overlaps hero + next section) */
.gc-hero-pro__stats {
    position: relative;
    z-index: 3;
    margin-top: clamp(-1.25rem, -2vw, -1.75rem);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.75rem 2.5rem rgba(15, 39, 68, 0.1);
}

@media (max-width: 767.98px) {
    .gc-hero-pro__stats {
        margin-top: -0.75rem;
    }
}

.gc-hero-pro__stat-cell {
    padding: 1.5rem 1.25rem;
    background: #fff;
}

@media (min-width: 768px) {
    .gc-hero-pro__stat-cell--mid {
        border-inline: 1px solid rgba(15, 39, 68, 0.06);
    }
}

@media (max-width: 767.98px) {
    .gc-hero-pro__stat-cell:not(:last-child) {
        border-bottom: 1px solid rgba(15, 39, 68, 0.06);
    }
}

.gc-hero-pro__stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.65rem;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(200, 235, 226, 0.9), rgba(159, 217, 204, 0.5));
    border: 2px solid var(--gc-navy);
    color: var(--gc-navy);
}

@media (min-width: 768px) {
    .gc-hero-pro__stat-icon {
        margin-left: auto;
        margin-right: auto;
    }
}

.gc-hero-pro__stat-svg {
    width: 1.35rem;
    height: 1.35rem;
}

.gc-hero-pro__stat-num {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--gc-navy);
    line-height: 1.15;
}

.gc-hero-pro__stat-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--gc-muted);
    margin-top: 0.25rem;
    max-width: 12rem;
    margin-left: auto;
    margin-right: auto;
}

/* --- Trust bar --- */
.gc-trust-bar {
    background: #fff;
    border-block: 1px solid rgba(15, 39, 68, 0.08);
    padding: 1.25rem 0;
    margin-top: 0.5rem;
}

.gc-trust-bar__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
}

@media (min-width: 768px) {
    .gc-trust-bar__inner {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 992px) {
    .gc-trust-bar__inner {
        grid-template-columns: repeat(5, 1fr);
    }
}

.gc-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.gc-trust-item__text strong {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gc-navy);
    letter-spacing: 0.02em;
}

.gc-trust-item__text span {
    font-size: 0.72rem;
    color: var(--gc-muted);
    line-height: 1.35;
}

.gc-svg-icon--sm {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
    color: var(--gc-teal-dark);
}

/* --- Section headers --- */
.gc-section-head {
    margin-bottom: 2rem;
}

.gc-section-head--center {
    text-align: center;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

.gc-kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gc-teal-dark);
    margin-bottom: 0.5rem;
}

.gc-kicker--on-dark {
    color: rgba(255, 255, 255, 0.78);
}

.gc-section-head--center .gc-kicker {
    margin-bottom: 0.65rem;
}

/* --- Split content band --- */
.gc-split-band {
    position: relative;
}

.gc-split-band__aside {
    background: linear-gradient(160deg, #f8fafc 0%, #e8eef4 100%);
    border-radius: 1rem;
    border: 1px solid rgba(15, 39, 68, 0.06);
    padding: 1.75rem;
    height: 100%;
}

.gc-aside-stat {
    text-align: center;
    padding: 1rem;
    background: #fff;
    border-radius: 0.65rem;
    border: 1px solid rgba(15, 39, 68, 0.06);
    margin-bottom: 0.75rem;
}

.gc-aside-stat:last-child {
    margin-bottom: 0;
}

.gc-aside-stat__num {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--gc-teal-dark);
    line-height: 1.1;
}

.gc-aside-stat__lbl {
    font-size: 0.75rem;
    color: var(--gc-muted);
    margin-top: 0.25rem;
}

/* --- Icon feature cards --- */
.gc-icon-card {
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.08);
    border-radius: 0.85rem;
    padding: 1.75rem 1.5rem;
    height: 100%;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.gc-icon-card:hover {
    border-color: rgba(0, 169, 157, 0.35);
    box-shadow: 0 0.75rem 2rem rgba(15, 39, 68, 0.08);
    transform: translateY(-4px);
}

.gc-icon-card__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(0, 169, 157, 0.12), rgba(247, 147, 30, 0.1));
    color: var(--gc-teal-dark);
    margin-bottom: 1.15rem;
}

.gc-icon-card__icon .gc-svg-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.gc-icon-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--gc-navy);
    margin-bottom: 0.5rem;
}

.gc-icon-card__text {
    font-size: 0.9rem;
    color: var(--gc-muted);
    margin-bottom: 0;
    line-height: 1.55;
}

/* --- Dark value band --- */
.gc-section-dark {
    background: linear-gradient(135deg, var(--gc-navy) 0%, #0c2038 50%, var(--gc-teal-dark) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.gc-section-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(251, 176, 59, 0.12) 0%, transparent 40%);
    pointer-events: none;
}

.gc-section-dark .container {
    position: relative;
    z-index: 1;
}

.gc-section-dark .gc-section-title,
.gc-section-dark h2,
.gc-section-dark h3 {
    color: #fff;
}

.gc-value-col {
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .gc-value-col {
        padding: 1rem 1.5rem;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
    }

    .gc-value-col:last-child {
        border-inline-end: 0;
    }
}

.gc-value-col__lead {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gc-orange-light);
    margin-bottom: 0.35rem;
}

.gc-value-col p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
    line-height: 1.55;
}

/* --- Industry / focus tiles --- */
.gc-tile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 992px) {
    .gc-tile-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.gc-tile {
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.08);
    border-radius: 0.65rem;
    padding: 1.25rem 1rem;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gc-tile:hover {
    border-color: rgba(0, 169, 157, 0.4);
    box-shadow: 0 0.5rem 1.25rem rgba(15, 39, 68, 0.06);
}

.gc-tile__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gc-navy);
    margin-top: 0.5rem;
}

.gc-tile .gc-svg-icon {
    width: 1.75rem;
    height: 1.75rem;
    color: var(--gc-teal-mid);
}

/* --- Process steps --- */
.gc-process {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .gc-process {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

.gc-process-step {
    position: relative;
    padding: 1.5rem 1.25rem;
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.08);
    border-radius: 0.75rem;
    height: 100%;
}

.gc-process-step__num {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--gc-teal-mid), var(--gc-teal-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}

.gc-process-step h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--gc-navy);
    margin-bottom: 0.35rem;
}

.gc-process-step p {
    font-size: 0.82rem;
    color: var(--gc-muted);
    margin-bottom: 0;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .gc-process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -0.55rem;
        width: 1.1rem;
        height: 2px;
        background: linear-gradient(90deg, var(--gc-teal-mid), rgba(0, 169, 157, 0.2));
        transform: translateY(-50%);
        z-index: 1;
    }
}

/* --- Explore cards (home) --- */
.gc-explore-card {
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.08);
    border-radius: 0.85rem;
    padding: 1.75rem;
    height: 100%;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.gc-explore-card:hover {
    border-color: rgba(0, 169, 157, 0.35);
    box-shadow: 0 0.85rem 2rem rgba(15, 39, 68, 0.09);
    transform: translateY(-3px);
}

.gc-explore-card__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 169, 157, 0.1);
    color: var(--gc-teal-dark);
    margin-bottom: 1rem;
}

.gc-explore-card__icon .gc-svg-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.gc-explore-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.gc-explore-card__title a {
    color: var(--gc-navy);
    text-decoration: none;
    transition: color 0.2s ease;
}

.gc-explore-card:hover .gc-explore-card__title a {
    color: var(--gc-teal-dark);
}

/* --- CTA band --- */
.gc-cta-band {
    background: linear-gradient(90deg, var(--gc-teal-dark) 0%, var(--gc-navy-soft) 100%);
    color: #fff;
    padding: clamp(2.5rem, 5vw, 3.5rem) 0;
    position: relative;
    overflow: hidden;
}

.gc-cta-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(251, 176, 59, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.gc-cta-band .container {
    position: relative;
    z-index: 1;
}

.gc-cta-band h2 {
    color: #fff;
    font-weight: 700;
}

.gc-cta-band .lead {
    color: rgba(255, 255, 255, 0.88);
    max-width: 36rem;
}

/* ========== Services page (MNC) ========== */
.gc-page-hero {
    background: linear-gradient(135deg, #0a1628 0%, var(--gc-navy-soft) 40%, var(--gc-teal-dark) 100%);
    color: #fff;
    padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem);
    position: relative;
    overflow: hidden;
}

.gc-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(0, 169, 157, 0.35) 0%, transparent 55%),
        radial-gradient(circle at 0% 100%, rgba(251, 176, 59, 0.12) 0%, transparent 45%);
    pointer-events: none;
}

.gc-page-hero .container {
    position: relative;
    z-index: 1;
}

.gc-page-hero h1 {
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.gc-page-hero .lead {
    color: rgba(255, 255, 255, 0.88);
    max-width: 44rem;
}

.gc-page-hero .gc-kicker--on-dark {
    color: rgba(255, 255, 255, 0.72);
}

.gc-page-hero__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.gc-anchor-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.9rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.gc-anchor-pill:hover,
.gc-anchor-pill:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(251, 176, 59, 0.6);
    color: #fff;
    transform: translateY(-1px);
}

/* Metrics strip */
.gc-metrics-strip {
    background: #fff;
    border-bottom: 1px solid rgba(15, 39, 68, 0.08);
    padding: 1.5rem 0;
    margin-top: -1.5rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 39, 68, 0.06);
}

.gc-metric-cell {
    text-align: center;
    padding: 0.5rem;
}

.gc-metric-cell__val {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--gc-teal-dark);
    line-height: 1.2;
}

.gc-metric-cell__lbl {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gc-muted);
    margin-top: 0.25rem;
}

/* Pillar cards */
.gc-pillar {
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.08);
    border-radius: 1rem;
    padding: 2rem 1.75rem;
    height: 100%;
    border-top: 4px solid var(--gc-teal-mid);
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.gc-pillar:hover {
    box-shadow: 0 1rem 2.5rem rgba(15, 39, 68, 0.1);
    transform: translateY(-4px);
}

.gc-pillar__icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.85rem;
    background: linear-gradient(145deg, rgba(0, 169, 157, 0.15), rgba(247, 147, 30, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gc-teal-dark);
    margin-bottom: 1.25rem;
}

.gc-pillar__icon .gc-svg-icon {
    width: 1.65rem;
    height: 1.65rem;
}

.gc-pillar h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gc-navy);
    margin-bottom: 0.65rem;
}

.gc-pillar p {
    font-size: 0.9rem;
    color: var(--gc-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Service grid tiles */
.gc-service-grid .gc-service-tile {
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.08);
    border-radius: 0.65rem;
    padding: 1.25rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gc-service-grid .gc-service-tile:hover {
    border-color: rgba(0, 169, 157, 0.4);
    box-shadow: 0 0.5rem 1.25rem rgba(15, 39, 68, 0.07);
}

.gc-service-tile__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(0, 169, 157, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gc-teal-dark);
    margin-bottom: 0.65rem;
}

.gc-service-tile__icon .gc-svg-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.gc-service-tile__label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gc-navy);
    line-height: 1.35;
}

/* Security split */
.gc-security-split {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.gc-security-split__dark {
    background: linear-gradient(160deg, var(--gc-navy) 0%, #0d2844 100%);
    color: #fff;
    border-radius: 1rem;
    padding: 2rem 1.75rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gc-security-split__dark::after {
    content: "";
    position: absolute;
    top: -30%;
    right: -20%;
    width: 60%;
    height: 80%;
    background: radial-gradient(circle, rgba(0, 169, 157, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.gc-security-split__dark h2,
.gc-security-split__dark h3 {
    color: #fff;
    position: relative;
    z-index: 1;
}

.gc-security-split__dark p {
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    z-index: 1;
}

.gc-security-split__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.gc-security-split__list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gc-security-split__list li:last-child {
    border-bottom: 0;
}

.gc-security-split__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--gc-orange-light);
}

/* Facility tabs */
.gc-tabs-enterprise .nav-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--gc-muted);
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
}

.gc-tabs-enterprise .nav-link:hover {
    color: var(--gc-teal-dark);
}

.gc-tabs-enterprise .nav-link.active {
    color: var(--gc-navy);
    background: transparent;
    border-bottom-color: var(--gc-orange-dark);
}

.gc-tab-panel {
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.08);
    border-radius: 0 0.75rem 0.75rem 0.75rem;
    padding: 1.75rem;
}

@media (max-width: 575.98px) {
    .gc-tabs-enterprise .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
}

/* Highlight quote */
.gc-highlight-box {
    border-left: 4px solid var(--gc-orange-dark);
    background: linear-gradient(90deg, rgba(251, 176, 59, 0.08) 0%, #fff 40%);
    padding: 1.5rem 1.5rem 1.5rem 1.75rem;
    border-radius: 0 0.65rem 0.65rem 0;
}

.gc-highlight-box p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: var(--gc-body);
    line-height: 1.65;
}

.gc-highlight-box footer {
    margin-top: 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gc-teal-dark);
}

/* SVG default size in enterprise blocks */
.gc-svg-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

/* Home: hero tagline under H1 */
.gc-hero-pro__tagline {
    font-size: 1.1rem;
    font-weight: 700;
    font-style: italic;
    color: var(--gc-teal-dark);
    letter-spacing: 0.02em;
}

/* Home: booklet-style core services (vibrant green band) */
.gc-home-core-services {
    padding: clamp(2.75rem, 6vw, 4.5rem) 0;
    background: linear-gradient(
        165deg,
        #0d7a4a 0%,
        #12a06e 35%,
        #0f8f5c 70%,
        #0a6b44 100%
    );
    position: relative;
    overflow: hidden;
}

.gc-home-core-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

.gc-home-core-services .container {
    position: relative;
    z-index: 1;
}

.gc-home-core-services__kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.5rem;
}

.gc-home-core-services__title {
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.gc-service-tile.gc-service-tile--on-green {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.35);
}

.gc-service-tile.gc-service-tile--on-green:hover {
    background: #fff;
    border-color: rgba(251, 176, 59, 0.65);
}

.gc-home-service-link {
    color: inherit;
}

.gc-home-service-link:focus-visible .gc-service-tile {
    outline: 3px solid var(--gc-orange-light);
    outline-offset: 2px;
}
