/* GRECHO Global Component Library V1 - Phase 3C-2R1
   Home-first global CSS extracted from approved Home modular styles. */

html.grecho-gc-lock-x,
body.grecho-gc-lock-x {
    overflow-x: hidden !important;
}

.grecho-global-page-v1,
.grecho-global-page-v1 * {
    box-sizing: border-box;
}

.grecho-global-page-v1 {
    --grecho-blue: #1b4aa1;
    --grecho-blue-dark: #12356f;
    --grecho-blue-light: #2f6bff;
    --text-primary: #0f172a;
    --text-secondary: #334155;
    --text-tertiary: #64748b;
    --border: #e2e8f0;
    --bg-light: #f6f9fd;
    --white: #ffffff;

    /* Phase 3E-3: GRECHO Design Tokens V1 alias layer.
       Alias tokens are added for future component work only.
       Do not remove legacy variables or rewrite historical override rules in this phase. */
    --grecho-color-brand-primary: var(--grecho-blue);
    --grecho-color-brand-dark: var(--grecho-blue-dark);
    --grecho-color-brand-light: var(--grecho-blue-light);

    --grecho-color-text-primary: var(--text-primary);
    --grecho-color-text-secondary: var(--text-secondary);
    --grecho-color-text-muted: var(--text-tertiary);

    --grecho-color-surface-white: var(--white);
    --grecho-color-surface-soft: var(--bg-light);
    --grecho-color-border-subtle: var(--border);

    --grecho-color-success: #16a34a;
    --grecho-color-warning: #f59e0b;
    --grecho-color-error: #dc2626;

    --grecho-font-family-base: "Inter", "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --grecho-font-family-display: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --grecho-font-weight-body: 400;
    --grecho-font-weight-nav: 500;
    --grecho-font-weight-heading: 700;
    --grecho-font-weight-heading-strong: 850;

    --grecho-font-size-hero-h1: clamp(30px, 3.6vw, 46px);
    --grecho-font-size-hero-h1-mobile: clamp(30px, 7.4vw, 36px);
    --grecho-font-size-section-h2: clamp(32px, 4vw, 48px);
    --grecho-font-size-card-title: 20px;
    --grecho-font-size-body: 16px;
    --grecho-font-size-body-small: 14px;
    --grecho-font-size-eyebrow: 12px;

    --grecho-line-height-heading: 1.05;
    --grecho-line-height-body: 1.62;
    --grecho-letter-spacing-heading: -0.035em;
    --grecho-letter-spacing-eyebrow: .14em;

    --grecho-section-padding-desktop: 108px 0;
    --grecho-section-padding-tablet: 76px 0;
    --grecho-section-padding-mobile: 70px 0;

    --grecho-container-default: 1200px;
    --grecho-container-wide: 1320px;
    --grecho-container-narrow: 920px;
    --grecho-container-header: 1280px;
    --grecho-container-gutter-desktop: 48px;
    --grecho-container-gutter-mobile: 28px;

    --grecho-section-heading-margin: 48px;
    --grecho-card-gap: 24px;
    --grecho-grid-gap: 28px;
    --grecho-cta-strip-padding: 32px 36px;
    --grecho-card-padding: 24px;

    --grecho-radius-pill: 999px;
    --grecho-radius-card: 20px;
    --grecho-radius-panel: 24px;
    --grecho-radius-media: 20px;
    --grecho-radius-small: 8px;

    --grecho-shadow-card: 0 18px 46px rgba(15, 23, 42, .08);
    --grecho-shadow-card-hover: 0 20px 54px rgba(15, 23, 42, .075);
    --grecho-shadow-panel: 0 24px 70px rgba(15, 23, 42, .10);
    --grecho-shadow-header-scrolled: 0 4px 20px rgba(27, 74, 161, .15);
    --grecho-shadow-none: none;

    font-family: "Inter", "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-primary);
    background: var(--white);
}

.grecho-global-page-v1 * {
    box-sizing: border-box;
}

.grecho-global-page-v1 img {
    max-width: 100%;
    display: block;
}

.grecho-global-page-v1 a {
    text-decoration: none;
}

.grecho-global-page-v1 .grecho-v1-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}


/* Modular Header */
.grecho-global-page-v1 .grecho-v1-site-header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(8, 20, 48, .78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: background .24s ease, border-color .24s ease, box-shadow .24s ease;
}

body.admin-bar .grecho-global-page-v1 .grecho-v1-site-header {
    top: 32px;
}

.grecho-global-page-v1 .grecho-v1-header-inner {
    width: min(1280px, calc(100% - 48px));
    height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    transition: height .24s ease;
}

.grecho-global-page-v1 .grecho-v1-header-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.grecho-global-page-v1 .grecho-v1-header-logo img {
    width: 188px;
    height: auto;
}

.grecho-global-page-v1 .grecho-v1-logo-blue {
    display: none;
}

.grecho-global-page-v1 .grecho-v1-desktop-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex: 1 1 auto;
}

.grecho-global-page-v1 .grecho-v1-desktop-menu a {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.grecho-global-page-v1 .grecho-v1-desktop-menu a:hover {
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.grecho-global-page-v1 .grecho-v1-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
}

.grecho-global-page-v1 .grecho-v1-mobile-header-cta {
    display: none;
}

.grecho-global-page-v1 .grecho-v1-mobile-menu {
    display: none;
    position: relative;
}

.grecho-global-page-v1 .grecho-v1-mobile-menu summary {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    cursor: pointer;
    list-style: none;
}

.grecho-global-page-v1 .grecho-v1-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.grecho-global-page-v1 .grecho-v1-mobile-menu summary span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-mobile-menu[open] summary {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .28);
}

.grecho-global-page-v1 .grecho-v1-mobile-panel {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(320px, calc(100vw - 32px));
    padding: 18px;
    border-radius: 20px;
    background: rgba(5, 18, 45, .985);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
}

.grecho-global-page-v1 .grecho-v1-mobile-panel a {
    display: block;
    padding: 13px 12px;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    font-weight: 500;
    border-radius: 12px;
}

.grecho-global-page-v1 .grecho-v1-mobile-panel a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
}


@media (min-width: 769px) {
    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled {
        background: rgba(255, 255, 255, .96);
        border-bottom-color: rgba(226, 232, 240, .95);
        box-shadow: 0 16px 44px rgba(15, 23, 42, .1);
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-inner {
        height: 64px;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-logo-white {
        display: none;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-logo-blue {
        display: block;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a {
        color: #334155;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a:hover {
        color: #0f172a;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-cta {
        background: var(--grecho-blue);
        color: #ffffff;
        box-shadow: 0 14px 30px rgba(27, 74, 161, .22);
    }
}


/* Hero */
.grecho-global-page-v1 .grecho-v1-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 130px 0 110px;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(8, 20, 48, .95), rgba(18, 53, 111, .82));
}

.grecho-global-page-v1 .grecho-v1-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 16, 38, .82) 0%, rgba(5, 16, 38, .58) 48%, rgba(5, 16, 38, .18) 100%),
        radial-gradient(circle at 78% 35%, rgba(47, 107, 255, .26), transparent 34%);
    z-index: 1;
}

.grecho-global-page-v1 .grecho-v1-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.grecho-global-page-v1 .grecho-v1-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.82) contrast(1.05);
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-container {
    position: relative;
    z-index: 2;
}

.grecho-global-page-v1 .grecho-v1-hero-content {
    max-width: 760px;
}

.grecho-global-page-v1 .grecho-v1-eyebrow {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 800;
    color: #9db8ff;
    margin-bottom: 18px;
}

.grecho-global-page-v1 .grecho-v1-hero h1 {
    margin: 0;
    font-size: clamp(40px, 6vw, 66px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 850;
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-hero p {
    max-width: 700px;
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .86);
}

.grecho-global-page-v1 .grecho-v1-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.grecho-global-page-v1 .grecho-v1-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.grecho-global-page-v1 .grecho-v1-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.grecho-global-page-v1 .grecho-v1-btn-primary {
    color: #ffffff;
    background: var(--grecho-blue);
    box-shadow: 0 16px 34px rgba(27, 74, 161, .32);
}

.grecho-global-page-v1 .grecho-v1-btn-secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .46);
    background: rgba(255, 255, 255, .08);
}

/* Common sections */
.grecho-global-page-v1 .grecho-v1-section {
    padding: 96px 0;
    background: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-section-soft {
    background: var(--bg-light);
}

.grecho-global-page-v1 .grecho-v1-section-heading {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.grecho-global-page-v1 .grecho-v1-section-heading.is-left {
    margin-left: 0;
    text-align: left;
}

.grecho-global-page-v1 .grecho-v1-section-heading h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 850;
    color: var(--text-primary);
}

.grecho-global-page-v1 .grecho-v1-section-heading h2 span {
    color: var(--grecho-blue-light);
}

.grecho-global-page-v1 .grecho-v1-section-heading p {
    margin: 16px auto 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-tertiary);
}

/* Phase 3D-2: low-risk foundation utilities for future global modules. */
.grecho-global-page-v1 .grecho-v1-container.is-narrow {
    width: min(920px, calc(100% - 48px));
}

.grecho-global-page-v1 .grecho-v1-container.is-wide {
    width: min(1320px, calc(100% - 48px));
}

.grecho-global-page-v1 .grecho-v1-container.is-full {
    width: 100%;
}

.grecho-global-page-v1 .grecho-v1-grid {
    display: grid;
    gap: 24px;
    min-width: 0;
}

.grecho-global-page-v1 .grecho-v1-grid.is-2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grecho-global-page-v1 .grecho-v1-grid.is-3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grecho-global-page-v1 .grecho-v1-grid.is-4col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grecho-global-page-v1 .grecho-v1-grid.is-tight {
    gap: 16px;
}

.grecho-global-page-v1 .grecho-v1-grid.is-wide {
    gap: 34px;
}

.grecho-global-page-v1 .grecho-v1-card-base {
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #ffffff;
    color: var(--text-primary);
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.grecho-global-page-v1 a.grecho-v1-card-base:hover {
    color: var(--text-primary);
    text-decoration: none;
    transform: translateY(-2px);
}

.grecho-global-page-v1 .grecho-v1-card-base.is-simple,
.grecho-global-page-v1 .grecho-v1-card-base.is-light {
    padding: 24px;
}

.grecho-global-page-v1 .grecho-v1-card-base.is-dark {
    border-color: rgba(255, 255, 255, .12);
    background: linear-gradient(135deg, #0f172a, #12356f);
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-card-base.is-image {
    padding: 0;
}

.grecho-global-page-v1 .grecho-v1-card-base-media {
    display: block;
    overflow: hidden;
    background: #0f172a;
}

.grecho-global-page-v1 .grecho-v1-card-base-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.grecho-global-page-v1 .grecho-v1-card-base-body {
    display: block;
    padding: 24px;
}

.grecho-global-page-v1 .grecho-v1-card-base.is-simple .grecho-v1-card-base-body,
.grecho-global-page-v1 .grecho-v1-card-base.is-light .grecho-v1-card-base-body,
.grecho-global-page-v1 .grecho-v1-card-base.is-dark .grecho-v1-card-base-body {
    padding: 0;
}

.grecho-global-page-v1 .grecho-v1-card-base-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--text-tertiary);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.grecho-global-page-v1 .grecho-v1-card-base-title {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-card-base-description {
    display: block;
    margin-top: 12px;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
}

.grecho-global-page-v1 .grecho-v1-card-base.is-dark .grecho-v1-card-base-eyebrow,
.grecho-global-page-v1 .grecho-v1-card-base.is-dark .grecho-v1-card-base-description {
    color: rgba(255, 255, 255, .72);
}

.grecho-global-page-v1 .grecho-v1-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    color: var(--grecho-blue);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-cta-link.is-light {
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-cta-link.is-dark {
    color: var(--text-primary);
}

.grecho-global-page-v1 .grecho-v1-cta-link span {
    color: currentColor;
}

.grecho-global-page-v1 .grecho-v1-card-base.is-dark .grecho-v1-cta-link {
    color: #ffffff;
}

@media (max-width: 900px) {
    .grecho-global-page-v1 .grecho-v1-grid.is-3col,
    .grecho-global-page-v1 .grecho-v1-grid.is-4col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .grecho-global-page-v1 .grecho-v1-container.is-narrow,
    .grecho-global-page-v1 .grecho-v1-container.is-wide {
        width: min(100% - 32px, 100%);
    }

    .grecho-global-page-v1 .grecho-v1-grid.is-2col,
    .grecho-global-page-v1 .grecho-v1-grid.is-3col,
    .grecho-global-page-v1 .grecho-v1-grid.is-4col {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Solution cards */
.grecho-global-page-v1 .grecho-v1-solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.grecho-global-page-v1 .grecho-v1-solution-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.grecho-global-page-v1 .grecho-v1-card-image {
    position: relative;
    display: block;
    min-height: 220px;
    overflow: hidden;
    background: #0f172a;
}

.grecho-global-page-v1 .grecho-v1-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, .12), rgba(15, 23, 42, .68));
}

.grecho-global-page-v1 .grecho-v1-card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.grecho-global-page-v1 .grecho-v1-card-code,
.grecho-global-page-v1 .grecho-v1-card-label {
    position: absolute;
    z-index: 2;
}

.grecho-global-page-v1 .grecho-v1-card-code {
    top: 18px;
    left: 18px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    color: var(--grecho-blue);
    font-size: 12px;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-card-label {
    left: 22px;
    bottom: 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
}

.grecho-global-page-v1 .grecho-v1-card-body {
    padding: 26px;
}

.grecho-global-page-v1 .grecho-v1-card-body h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 850;
    color: var(--text-primary);
}

.grecho-global-page-v1 .grecho-v1-card-body p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.72;
    color: var(--text-secondary);
}

.grecho-global-page-v1 .grecho-v1-card-subtitle {
    margin-top: 20px;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-primary);
}

.grecho-global-page-v1 .grecho-v1-card-body ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.grecho-global-page-v1 .grecho-v1-card-body li {
    position: relative;
    padding-left: 18px;
    margin: 7px 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--text-secondary);
}

.grecho-global-page-v1 .grecho-v1-card-body li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 900;
}

.grecho-global-page-v1 .grecho-v1-card-link {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    color: var(--grecho-blue);
    font-size: 13px;
    font-weight: 850;
}

/* Solution review cards: additive variant for review-focused solution routing cards. */
.grecho-global-page-v1 .grecho-v1-solution-review-card {
    display: flex;
    flex-direction: column;
    min-height: 430px;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--grecho-color-border-subtle);
    border-radius: var(--grecho-radius-card);
    background: var(--grecho-color-surface-white);
    color: var(--grecho-color-text-primary);
    box-shadow: var(--grecho-shadow-card);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.grecho-global-page-v1 .grecho-v1-solution-review-card:hover {
    transform: translateY(-3px);
    border-color: rgba(27, 74, 161, .22);
    box-shadow: var(--grecho-shadow-card-hover);
}

.grecho-global-page-v1 .grecho-v1-solution-review-media {
    position: relative;
    min-height: 118px;
    margin: 14px 14px 0;
    overflow: hidden;
    border-radius: var(--grecho-radius-media);
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .22), transparent 30%),
        linear-gradient(135deg, var(--grecho-color-text-primary), var(--grecho-color-brand-dark));
}

.grecho-global-page-v1 .grecho-v1-solution-review-media::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .26) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .26) 1px, transparent 1px);
    background-size: 24px 24px;
}

.grecho-global-page-v1 .grecho-v1-solution-review-media::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -52px;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .12);
    box-shadow: -52px -30px 0 rgba(255, 255, 255, .07);
}

.grecho-global-page-v1 .grecho-v1-solution-review-number {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    color: var(--grecho-color-brand-primary);
    font-size: 12px;
    font-weight: var(--grecho-font-weight-heading-strong);
}

.grecho-global-page-v1 .grecho-v1-solution-review-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 18px;
    padding: 26px 28px 28px;
}

.grecho-global-page-v1 .grecho-v1-solution-review-intro {
    display: grid;
    gap: 10px;
}

.grecho-global-page-v1 .grecho-v1-solution-review-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.18;
    font-weight: var(--grecho-font-weight-heading-strong);
    color: var(--grecho-color-text-primary);
}

.grecho-global-page-v1 .grecho-v1-solution-review-key {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 8px 11px;
    border-radius: var(--grecho-radius-pill);
    background: rgba(27, 74, 161, .08);
    color: var(--grecho-color-brand-dark);
    font-size: 12px;
    font-weight: var(--grecho-font-weight-heading-strong);
    line-height: 1.25;
}

.grecho-global-page-v1 .grecho-v1-solution-review-block > span {
    display: block;
    margin-bottom: 8px;
    color: var(--grecho-color-brand-primary);
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading-strong);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.grecho-global-page-v1 .grecho-v1-solution-review-block p {
    margin: 0;
    color: var(--grecho-color-text-secondary);
    font-size: 14px;
    line-height: 1.68;
}

.grecho-global-page-v1 .grecho-v1-solution-review-block ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.grecho-global-page-v1 .grecho-v1-solution-review-block li {
    position: relative;
    min-width: 0;
    padding: 9px 10px 9px 30px;
    border: 1px solid rgba(226, 232, 240, .88);
    border-radius: var(--grecho-radius-small);
    background: var(--grecho-color-surface-soft);
    color: var(--grecho-color-text-secondary);
    font-size: 14px;
    line-height: 1.55;
}

.grecho-global-page-v1 .grecho-v1-solution-review-block li::before {
    content: "";
    position: absolute;
    top: .82em;
    left: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--grecho-color-brand-primary);
    box-shadow: 0 0 0 4px rgba(27, 74, 161, .10);
}

.grecho-global-page-v1 .grecho-v1-solution-review-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    min-height: 36px;
    margin-top: auto;
    padding: 10px 15px;
    border-radius: var(--grecho-radius-pill);
    background: rgba(27, 74, 161, .09);
    color: var(--grecho-color-brand-dark);
    font-size: 12px;
    font-weight: var(--grecho-font-weight-heading-strong);
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.grecho-global-page-v1 .grecho-v1-solution-review-link:hover {
    background: rgba(27, 74, 161, .15);
    color: var(--grecho-color-brand-dark);
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .grecho-global-page-v1 .grecho-v1-solution-review-card {
        min-height: 0;
    }

    .grecho-global-page-v1 .grecho-v1-solution-review-media {
        min-height: 96px;
        margin: 12px 12px 0;
        border-radius: 16px;
    }

    .grecho-global-page-v1 .grecho-v1-solution-review-body {
        padding: 22px;
    }
}

/* Review diagnostic cards: additive numbered text-card variant. */
.grecho-global-page-v1 .grecho-v1-review-diagnostic-card {
    position: relative;
    min-width: 0;
    padding: 26px;
    overflow: hidden;
    border: 1px solid var(--grecho-color-border-subtle);
    border-radius: var(--grecho-radius-card);
    background: linear-gradient(180deg, var(--grecho-color-surface-white), var(--grecho-color-surface-soft));
    box-shadow: var(--grecho-shadow-card);
    color: var(--grecho-color-text-primary);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.grecho-global-page-v1 .grecho-v1-review-diagnostic-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    border-radius: 0 0 var(--grecho-radius-pill) var(--grecho-radius-pill);
    background: linear-gradient(90deg, rgba(27, 74, 161, .76), rgba(96, 116, 150, .22));
}

.grecho-global-page-v1 .grecho-v1-review-diagnostic-card:hover {
    transform: translateY(-3px);
    border-color: rgba(27, 74, 161, .20);
    box-shadow: var(--grecho-shadow-card-hover);
}

.grecho-global-page-v1 .grecho-v1-review-diagnostic-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    border: 1px solid rgba(27, 74, 161, .18);
    border-radius: var(--grecho-radius-pill);
    background: var(--grecho-color-surface-white);
    color: var(--grecho-color-brand-primary);
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading-strong);
    box-shadow: 0 9px 20px rgba(15, 23, 42, .07);
}

.grecho-global-page-v1 .grecho-v1-review-diagnostic-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.28;
    font-weight: var(--grecho-font-weight-heading-strong);
    color: var(--grecho-color-text-primary);
}

.grecho-global-page-v1 .grecho-v1-review-diagnostic-card p {
    margin: 0;
    color: var(--grecho-color-text-secondary);
    font-size: 14px;
    line-height: 1.68;
}

.grecho-global-page-v1 .grecho-v1-review-diagnostic-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    min-height: 30px;
    margin-top: 18px;
    padding: 7px 11px;
    border: 1px solid rgba(27, 74, 161, .16);
    border-radius: var(--grecho-radius-pill);
    background: rgba(255, 255, 255, .72);
    color: var(--grecho-color-brand-dark);
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading-strong);
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.grecho-global-page-v1 .grecho-v1-review-diagnostic-link:hover {
    background: rgba(27, 74, 161, .10);
    color: var(--grecho-color-brand-dark);
    text-decoration: none;
    transform: translateY(-1px);
}

/* Support action panel: additive deep support module variant. */
.grecho-global-page-v1 .grecho-v1-support-action-panel {
    position: relative;
    overflow: hidden;
    padding: var(--grecho-section-padding-desktop);
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .98), rgba(18, 53, 111, .96) 52%, rgba(27, 74, 161, .88));
    color: var(--grecho-color-surface-white);
}

.grecho-global-page-v1 .grecho-v1-support-action-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255, 255, 255, .22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .22) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.grecho-global-page-v1 .grecho-v1-support-action-panel .grecho-v1-container {
    position: relative;
    z-index: 1;
}

.grecho-global-page-v1 .grecho-v1-support-action-layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 42px;
    align-items: center;
}

.grecho-global-page-v1 .grecho-v1-support-action-copy > span,
.grecho-global-page-v1 .grecho-v1-review-cta-copy > span {
    display: block;
    margin-bottom: 12px;
    color: #9db8ff;
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading-strong);
    letter-spacing: var(--grecho-letter-spacing-eyebrow);
    text-transform: uppercase;
}

.grecho-global-page-v1 .grecho-v1-support-action-copy h2,
.grecho-global-page-v1 .grecho-v1-review-cta-copy h2 {
    margin: 0;
    color: var(--grecho-color-surface-white);
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: var(--grecho-line-height-heading);
    letter-spacing: var(--grecho-letter-spacing-heading);
    font-weight: var(--grecho-font-weight-heading);
}

.grecho-global-page-v1 .grecho-v1-support-action-copy p,
.grecho-global-page-v1 .grecho-v1-review-cta-copy p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.68;
}

.grecho-global-page-v1 .grecho-v1-support-action-buttons,
.grecho-global-page-v1 .grecho-v1-review-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.grecho-global-page-v1 .grecho-v1-support-action-buttons a,
.grecho-global-page-v1 .grecho-v1-review-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: var(--grecho-radius-pill);
    font-size: 13px;
    font-weight: var(--grecho-font-weight-heading-strong);
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.grecho-global-page-v1 .grecho-v1-support-action-buttons a.is-primary,
.grecho-global-page-v1 .grecho-v1-review-cta-actions a.is-primary {
    background: var(--grecho-color-surface-white);
    color: var(--grecho-color-text-primary);
}

.grecho-global-page-v1 .grecho-v1-support-action-buttons a.is-secondary,
.grecho-global-page-v1 .grecho-v1-review-cta-actions a.is-secondary {
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .10);
    color: var(--grecho-color-surface-white);
}

.grecho-global-page-v1 .grecho-v1-support-action-buttons a:hover,
.grecho-global-page-v1 .grecho-v1-review-cta-actions a:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.grecho-global-page-v1 .grecho-v1-support-action-items {
    display: grid;
    gap: 12px;
}

.grecho-global-page-v1 .grecho-v1-support-action-items article {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(226, 232, 240, .14);
    border-radius: var(--grecho-radius-small);
    background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .07));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 16px 42px rgba(2, 8, 23, .16);
    backdrop-filter: blur(10px);
}

.grecho-global-page-v1 .grecho-v1-support-action-items article::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 3px;
    border-radius: 0 var(--grecho-radius-pill) var(--grecho-radius-pill) 0;
    background: rgba(226, 232, 240, .52);
}

.grecho-global-page-v1 .grecho-v1-support-action-items h3 {
    margin: 0 0 8px;
    color: var(--grecho-color-surface-white);
    font-size: 17px;
    line-height: 1.25;
    font-weight: var(--grecho-font-weight-heading-strong);
}

.grecho-global-page-v1 .grecho-v1-support-action-items p {
    margin: 0;
    color: rgba(226, 232, 240, .78);
    font-size: 14px;
    line-height: 1.65;
}

/* Review CTA strip: additive final-review panel variant. */
.grecho-global-page-v1 .grecho-v1-review-cta-strip {
    padding: 96px 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(96, 165, 250, .20) 0, transparent 28%),
        radial-gradient(circle at 82% 14%, rgba(226, 232, 240, .12) 0, transparent 26%),
        linear-gradient(135deg, rgba(15, 23, 42, .98), rgba(18, 53, 111, .94) 52%, rgba(27, 74, 161, .86));
    color: var(--grecho-color-surface-white);
}

.grecho-global-page-v1 .grecho-v1-review-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    padding: 38px;
    border: 1px solid rgba(226, 232, 240, .14);
    border-radius: var(--grecho-radius-small);
    background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .08));
    box-shadow: 0 26px 72px rgba(0, 0, 0, .24);
    backdrop-filter: blur(12px);
}

.grecho-global-page-v1 .grecho-v1-review-cta-actions {
    justify-content: flex-end;
    margin-top: 0;
}

@media (max-width: 900px) {
    .grecho-global-page-v1 .grecho-v1-support-action-layout,
    .grecho-global-page-v1 .grecho-v1-review-cta-card {
        grid-template-columns: 1fr;
    }

    .grecho-global-page-v1 .grecho-v1-review-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .grecho-global-page-v1 .grecho-v1-review-diagnostic-card,
    .grecho-global-page-v1 .grecho-v1-support-action-items article,
    .grecho-global-page-v1 .grecho-v1-review-cta-card {
        padding: 22px;
    }

    .grecho-global-page-v1 .grecho-v1-support-action-panel {
        padding: var(--grecho-section-padding-mobile);
    }

    .grecho-global-page-v1 .grecho-v1-review-cta-strip {
        padding: 74px 0;
    }

    .grecho-global-page-v1 .grecho-v1-support-action-buttons,
    .grecho-global-page-v1 .grecho-v1-review-cta-actions {
        display: grid;
    }

    .grecho-global-page-v1 .grecho-v1-support-action-buttons a,
    .grecho-global-page-v1 .grecho-v1-review-cta-actions a {
        width: 100%;
    }
}

/* CTA strips */
.grecho-global-page-v1 .grecho-v1-dark-cta,
.grecho-global-page-v1 .grecho-v1-light-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 36px;
    padding: 30px 34px;
    border-radius: 20px;
}

.grecho-global-page-v1 .grecho-v1-dark-cta {
    background: linear-gradient(135deg, #0f172a, #12356f);
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-light-cta {
    border: 1px solid var(--border);
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.grecho-global-page-v1 .grecho-v1-dark-cta h3,
.grecho-global-page-v1 .grecho-v1-light-cta h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-dark-cta p,
.grecho-global-page-v1 .grecho-v1-light-cta p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.65;
}

.grecho-global-page-v1 .grecho-v1-dark-cta p {
    color: rgba(255, 255, 255, .76);
}

.grecho-global-page-v1 .grecho-v1-light-cta p {
    color: var(--text-tertiary);
}

.grecho-global-page-v1 .grecho-v1-dark-cta a,
.grecho-global-page-v1 .grecho-v1-light-cta a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-dark-cta a {
    background: #ffffff;
    color: var(--text-primary);
}

.grecho-global-page-v1 .grecho-v1-light-cta a {
    background: var(--grecho-blue);
    color: #ffffff;
}

/* Diagnostics */
.grecho-global-page-v1 .grecho-v1-diagnostic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.grecho-global-page-v1 .grecho-v1-diagnostic-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #ffffff;
    color: inherit;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.grecho-global-page-v1 .grecho-v1-diagnostic-card img {
    width: 100%;
    height: 178px;
    object-fit: cover;
}

.grecho-global-page-v1 .grecho-v1-diagnostic-body {
    padding: 22px;
}

.grecho-global-page-v1 .grecho-v1-diagnostic-body span {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-tertiary);
}

.grecho-global-page-v1 .grecho-v1-diagnostic-body h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 850;
    color: var(--text-primary);
}

.grecho-global-page-v1 .grecho-v1-diagnostic-body p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.65;
    color: var(--text-secondary);
}

/* Application examples */
.grecho-global-page-v1 .grecho-v1-application-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 250px;
    gap: 22px;
}

.grecho-global-page-v1 .grecho-v1-application-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    color: #ffffff;
    background: #0f172a;
    min-height: 250px;
}

.grecho-global-page-v1 .grecho-v1-application-card-tall {
    grid-row: span 2;
}

.grecho-global-page-v1 .grecho-v1-application-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.85);
}

.grecho-global-page-v1 .grecho-v1-application-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, .08), rgba(15, 23, 42, .82));
}

.grecho-global-page-v1 .grecho-v1-application-copy {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 22px;
}

.grecho-global-page-v1 .grecho-v1-application-copy span {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, .72);
}

.grecho-global-page-v1 .grecho-v1-application-copy h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.22;
    color: #ffffff;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-application-copy p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .8);
}

.grecho-global-page-v1 .grecho-v1-application-copy strong {
    display: inline-block;
    margin-top: 12px;
    font-size: 12px;
    color: #ffffff;
}

/* Resource */
.grecho-global-page-v1 .grecho-v1-resource-preview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: center;
    padding: 42px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f172a, #12356f);
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-resource-copy h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.08;
    letter-spacing: -.035em;
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-resource-copy p {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .76);
}

.grecho-global-page-v1 .grecho-v1-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.grecho-global-page-v1 .grecho-v1-resource-card {
    display: block;
    min-height: 110px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-resource-card span {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #9db8ff;
}

.grecho-global-page-v1 .grecho-v1-resource-card h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.32;
    color: #ffffff;
}

/* FAQ */
.grecho-global-page-v1 .grecho-v1-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 36px;
    align-items: start;
}

.grecho-global-page-v1 .grecho-v1-faq-intro h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-faq-intro p {
    margin: 16px 0 24px;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-tertiary);
}

.grecho-global-page-v1 .grecho-v1-faq-item {
    border-bottom: 1px solid var(--border);
    padding: 20px 0;
}

.grecho-global-page-v1 .grecho-v1-faq-item summary {
    cursor: pointer;
    font-size: 17px;
    font-weight: 850;
    color: var(--text-primary);
}

.grecho-global-page-v1 .grecho-v1-faq-item p {
    margin: 12px 0 0;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Error */
.grecho-global-page-v1-error {
    padding: 24px;
    border: 1px solid #fecaca;
    border-radius: 12px;
    color: #991b1b;
    background: #fef2f2;
}

/* Responsive */
@media (max-width: 900px) {
    .grecho-global-page-v1 .grecho-v1-solutions-grid,
    .grecho-global-page-v1 .grecho-v1-diagnostic-grid,
    .grecho-global-page-v1 .grecho-v1-resource-preview,
    .grecho-global-page-v1 .grecho-v1-faq-layout {
        grid-template-columns: 1fr;
    }

    .grecho-global-page-v1 .grecho-v1-application-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .grecho-global-page-v1 .grecho-v1-application-card,
    .grecho-global-page-v1 .grecho-v1-application-card-tall {
        grid-row: auto;
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .grecho-global-page-v1 .grecho-v1-container {
        width: min(100% - 32px, 1200px);
    }

    .grecho-global-page-v1 .grecho-v1-hero {
        min-height: auto;
        padding: 96px 0 76px;
    }

    .grecho-global-page-v1 .grecho-v1-hero h1 {
        font-size: clamp(32px, 8.8vw, 42px);
        line-height: 1.06;
    }

    .grecho-global-page-v1 .grecho-v1-hero p {
        font-size: 15px;
    }

    .grecho-global-page-v1 .grecho-v1-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .grecho-global-page-v1 .grecho-v1-btn {
        width: 100%;
    }

    .grecho-global-page-v1 .grecho-v1-section {
        padding: 66px 0;
    }

    .grecho-global-page-v1 .grecho-v1-section-heading {
        margin-bottom: 32px;
    }

    .grecho-global-page-v1 .grecho-v1-card-image img {
        height: 210px;
    }

    .grecho-global-page-v1 .grecho-v1-dark-cta,
    .grecho-global-page-v1 .grecho-v1-light-cta {
        display: block;
        padding: 26px;
    }

    .grecho-global-page-v1 .grecho-v1-dark-cta a,
    .grecho-global-page-v1 .grecho-v1-light-cta a {
        width: 100%;
        margin-top: 18px;
        text-align: center;
    }

    .grecho-global-page-v1 .grecho-v1-resource-preview {
        padding: 28px;
    }

    .grecho-global-page-v1 .grecho-v1-resource-grid {
        grid-template-columns: 1fr;
    }
}


/* Modular Footer */
.grecho-global-page-v1 .grecho-v1-site-footer {
    padding: 76px 0 30px;
    background: linear-gradient(180deg, #1e293b, #0f172a);
    color: rgba(255, 255, 255, .66);
}

.grecho-global-page-v1 .grecho-v1-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
    gap: 42px;
}

.grecho-global-page-v1 .grecho-v1-footer-logo {
    width: 220px;
    height: auto;
    margin-bottom: 22px;
}

.grecho-global-page-v1 .grecho-v1-footer-brand-block p,
.grecho-global-page-v1 .grecho-v1-footer-col a,
.grecho-global-page-v1 .grecho-v1-footer-col span {
    margin: 0 0 11px;
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    line-height: 1.65;
}

.grecho-global-page-v1 .grecho-v1-footer-brand-block p {
    max-width: 420px;
}

.grecho-global-page-v1 .grecho-v1-footer-col h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-footer-col a,
.grecho-global-page-v1 .grecho-v1-footer-col span {
    display: block;
}

.grecho-global-page-v1 .grecho-v1-footer-col a:hover {
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-footer-action {
    margin-top: 14px !important;
    color: rgba(255, 255, 255, .78) !important;
    font-weight: 800;
}

.grecho-global-page-v1 .grecho-v1-footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.grecho-global-page-v1 .grecho-v1-footer-socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #93c5fd;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: 13px;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-footer-bottom {
    margin-top: 52px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255, 255, 255, .38);
    font-size: 13px;
}


.grecho-global-page-v1 .grecho-v1-footer-socials svg {
    width: 18px;
    height: 18px;
    display: block;
}

.grecho-global-page-v1 .grecho-v1-footer-contact-list {
    display: grid;
    gap: 13px;
    margin-bottom: 18px;
}

.grecho-global-page-v1 .grecho-v1-footer-contact-row {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    margin: 0 !important;
    color: rgba(255, 255, 255, .70) !important;
}

.grecho-global-page-v1 .grecho-v1-footer-contact-row:hover {
    color: #ffffff !important;
}

.grecho-global-page-v1 .grecho-v1-footer-contact-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #60a5fa;
}

.grecho-global-page-v1 .grecho-v1-footer-contact-icon svg {
    width: 19px;
    height: 19px;
    display: block;
    stroke: currentColor;
}

.grecho-global-page-v1 .grecho-v1-footer-contact-text {
    display: block;
    line-height: 1.55;
    word-break: break-word;
}

.grecho-global-page-v1 .grecho-v1-footer-action-link {
    color: rgba(255, 255, 255, .64) !important;
    font-weight: 800;
}

.grecho-global-page-v1 .grecho-v1-footer-action-link:hover {
    color: #ffffff !important;
}


@media (max-width: 1024px) {
    .grecho-global-page-v1 .grecho-v1-desktop-menu,
    .grecho-global-page-v1 .grecho-v1-header-actions {
        display: none;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-header-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0 18px;
        border-radius: 999px;
        background: #ffffff;
        color: #0f172a;
        font-size: 12px;
        font-weight: 850;
        line-height: 1;
        white-space: nowrap;
        flex: 0 0 auto;
        box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
    }

    .grecho-global-page-v1 .grecho-v1-mobile-menu {
        display: block;
    }

    .grecho-global-page-v1 .grecho-v1-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 782px) {
    body.admin-bar .grecho-global-page-v1 .grecho-v1-site-header {
        top: 46px;
    }
}

@media (max-width: 768px) {
    .grecho-global-page-v1 .grecho-v1-header-inner {
        width: min(100% - 28px, 1200px);
        height: 72px;
        gap: 10px;
    }

    .grecho-global-page-v1 .grecho-v1-header-logo img {
        width: 148px;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-header-cta {
        min-height: 36px;
        padding: 0 13px;
        font-size: 11px;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-menu summary {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .grecho-global-page-v1 .grecho-v1-hero {
        min-height: 760px;
        padding-top: 132px;
    }

    .grecho-global-page-v1 .grecho-v1-site-footer {
        padding: 60px 0 26px;
    }

    .grecho-global-page-v1 .grecho-v1-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .grecho-global-page-v1 .grecho-v1-footer-bottom {
        display: block;
    }

    .grecho-global-page-v1 .grecho-v1-footer-bottom span {
        display: block;
        margin-bottom: 10px;
    }
}


@media (max-width: 390px) {
    .grecho-global-page-v1 .grecho-v1-header-inner {
        width: min(100% - 24px, 1200px);
        gap: 8px;
    }

    .grecho-global-page-v1 .grecho-v1-header-logo img {
        width: 132px;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-header-cta {
        min-height: 34px;
        padding: 0 10px;
        font-size: 10.5px;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-menu summary {
        width: 44px;
        height: 44px;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-panel {
        width: min(320px, calc(100vw - 24px));
        right: -2px;
    }

    .grecho-global-page-v1 .grecho-v1-hero h1 {
        font-size: clamp(31px, 8.6vw, 38px);
    }
}

/* Phase 1H: Hero visual alignment with GRECHO-main reference. */
@media (min-width: 769px) {
    .grecho-global-page-v1 .grecho-v1-hero {
        min-height: clamp(680px, 86vh, 820px);
        padding: 148px 0 118px;
    }

    .grecho-global-page-v1 .grecho-v1-hero::after {
        background:
            linear-gradient(90deg, rgba(5, 16, 38, .84) 0%, rgba(5, 16, 38, .60) 48%, rgba(5, 16, 38, .18) 100%),
            linear-gradient(180deg, rgba(5, 16, 38, .34) 0%, rgba(5, 16, 38, .12) 42%, rgba(5, 16, 38, .28) 100%),
            radial-gradient(circle at 76% 32%, rgba(47, 107, 255, .20), transparent 34%);
    }

    .grecho-global-page-v1 .grecho-v1-hero-media img {
        object-position: center center;
        filter: saturate(.84) contrast(1.04) brightness(.98);
    }

    .grecho-global-page-v1 .grecho-v1-hero-content {
        max-width: 780px;
    }

    .grecho-global-page-v1 .grecho-v1-hero h1 {
        max-width: 760px;
        font-size: clamp(50px, 5.45vw, 74px);
        line-height: .96;
        letter-spacing: -.055em;
    }

    .grecho-global-page-v1 .grecho-v1-hero p {
        max-width: 690px;
        margin-top: 26px;
        font-size: 16px;
        line-height: 1.72;
    }

    .grecho-global-page-v1 .grecho-v1-actions {
        margin-top: 36px;
        gap: 14px;
    }

    .grecho-global-page-v1 .grecho-v1-btn {
        min-height: 46px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    .grecho-global-page-v1 .grecho-v1-hero {
        min-height: 720px;
        padding-top: 126px;
        padding-bottom: 68px;
    }

    .grecho-global-page-v1 .grecho-v1-hero::after {
        background:
            linear-gradient(90deg, rgba(5, 16, 38, .78) 0%, rgba(5, 16, 38, .58) 58%, rgba(5, 16, 38, .36) 100%),
            linear-gradient(180deg, rgba(5, 16, 38, .18) 0%, rgba(5, 16, 38, .10) 38%, rgba(5, 16, 38, .42) 100%);
    }

    .grecho-global-page-v1 .grecho-v1-hero-media img {
        object-position: center top;
        filter: saturate(.82) contrast(1.04) brightness(.96);
    }

    .grecho-global-page-v1 .grecho-v1-hero-content {
        max-width: 100%;
    }

    .grecho-global-page-v1 .grecho-v1-hero h1 {
        max-width: 100%;
        font-size: clamp(30px, 8.15vw, 39px);
        line-height: 1.045;
        letter-spacing: -.048em;
    }

    .grecho-global-page-v1 .grecho-v1-hero p {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.68;
    }

    .grecho-global-page-v1 .grecho-v1-actions {
        margin-top: 30px;
        gap: 12px;
    }

    .grecho-global-page-v1 .grecho-v1-btn {
        min-height: 46px;
        font-size: 13px;
    }
}

@media (max-width: 430px) {
    .grecho-global-page-v1 .grecho-v1-hero {
        min-height: 700px;
        padding-top: 122px;
    }

    .grecho-global-page-v1 .grecho-v1-hero h1 {
        font-size: clamp(30px, 8vw, 36px);
        line-height: 1.05;
    }
}

@media (max-width: 390px) {
    .grecho-global-page-v1 .grecho-v1-hero h1 {
        font-size: clamp(28px, 7.8vw, 34px);
    }

    .grecho-global-page-v1 .grecho-v1-hero p {
        font-size: 14px;
        line-height: 1.66;
    }
}

/* Phase 1I: section width, spacing, and rhythm refinement */
.grecho-global-page-v1 .grecho-v1-section {
    padding: 108px 0;
}

.grecho-global-page-v1 .grecho-v1-section-soft {
    background:
        radial-gradient(circle at 16% 14%, rgba(47, 107, 255, .045), transparent 28%),
        radial-gradient(circle at 86% 72%, rgba(27, 74, 161, .04), transparent 32%),
        var(--bg-light);
}

.grecho-global-page-v1 .grecho-v1-section-heading {
    max-width: 820px;
    margin-bottom: 48px;
}

.grecho-global-page-v1 .grecho-v1-section-heading h2 {
    text-wrap: balance;
}

.grecho-global-page-v1 .grecho-v1-section-heading p {
    max-width: 660px;
}

.grecho-global-page-v1 .grecho-v1-solutions-grid,
.grecho-global-page-v1 .grecho-v1-diagnostic-grid,
.grecho-global-page-v1 .grecho-v1-application-grid,
.grecho-global-page-v1 .grecho-v1-resource-preview,
.grecho-global-page-v1 .grecho-v1-faq-layout,
.grecho-global-page-v1 .grecho-v1-dark-cta,
.grecho-global-page-v1 .grecho-v1-light-cta {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.grecho-global-page-v1 .grecho-v1-solutions-grid {
    gap: 28px;
}

.grecho-global-page-v1 .grecho-v1-solution-card,
.grecho-global-page-v1 .grecho-v1-diagnostic-card {
    box-shadow: 0 20px 54px rgba(15, 23, 42, .075);
}

.grecho-global-page-v1 .grecho-v1-solution-card:hover,
.grecho-global-page-v1 .grecho-v1-diagnostic-card:hover,
.grecho-global-page-v1 .grecho-v1-application-card:hover {
    transform: translateY(-2px);
}

.grecho-global-page-v1 .grecho-v1-solution-card,
.grecho-global-page-v1 .grecho-v1-diagnostic-card,
.grecho-global-page-v1 .grecho-v1-application-card {
    transition: transform .22s ease, box-shadow .22s ease;
}

.grecho-global-page-v1 .grecho-v1-card-image img {
    height: 238px;
}

.grecho-global-page-v1 .grecho-v1-card-body {
    padding: 28px;
}

.grecho-global-page-v1 .grecho-v1-dark-cta,
.grecho-global-page-v1 .grecho-v1-light-cta {
    margin-top: 34px;
    padding: 32px 36px;
}

.grecho-global-page-v1 .grecho-v1-diagnostic-grid {
    gap: 26px;
}

.grecho-global-page-v1 .grecho-v1-diagnostic-card img {
    height: 188px;
}

.grecho-global-page-v1 .grecho-v1-diagnostic-body {
    padding: 24px;
}

.grecho-global-page-v1 .grecho-v1-application-grid {
    grid-auto-rows: 270px;
    gap: 24px;
}

.grecho-global-page-v1 .grecho-v1-application-card {
    min-height: 270px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .09);
}

.grecho-global-page-v1 .grecho-v1-resource-preview {
    padding: 50px;
    gap: 44px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .1);
}

.grecho-global-page-v1 .grecho-v1-resource-card {
    min-height: 118px;
    background: rgba(255, 255, 255, .095);
}

.grecho-global-page-v1 .grecho-v1-faq-layout {
    gap: 52px;
}

.grecho-global-page-v1 .grecho-v1-faq-item:first-child {
    border-top: 1px solid var(--border);
}

@media (max-width: 900px) {
    .grecho-global-page-v1 .grecho-v1-section {
        padding: 76px 0;
    }

    .grecho-global-page-v1 .grecho-v1-section-heading {
        margin-bottom: 34px;
    }

    .grecho-global-page-v1 .grecho-v1-solutions-grid,
    .grecho-global-page-v1 .grecho-v1-diagnostic-grid,
    .grecho-global-page-v1 .grecho-v1-application-grid,
    .grecho-global-page-v1 .grecho-v1-resource-preview,
    .grecho-global-page-v1 .grecho-v1-faq-layout,
    .grecho-global-page-v1 .grecho-v1-dark-cta,
    .grecho-global-page-v1 .grecho-v1-light-cta {
        max-width: none;
    }

    .grecho-global-page-v1 .grecho-v1-card-body,
    .grecho-global-page-v1 .grecho-v1-diagnostic-body {
        padding: 24px;
    }

    .grecho-global-page-v1 .grecho-v1-card-image img,
    .grecho-global-page-v1 .grecho-v1-diagnostic-card img {
        height: 220px;
    }

    .grecho-global-page-v1 .grecho-v1-resource-preview {
        padding: 30px;
        gap: 26px;
    }

    .grecho-global-page-v1 .grecho-v1-resource-card {
        min-height: auto;
    }
}

@media (max-width: 560px) {
    .grecho-global-page-v1 .grecho-v1-section {
        padding: 70px 0;
    }

    .grecho-global-page-v1 .grecho-v1-section-heading h2 {
        font-size: clamp(27px, 9vw, 36px);
        line-height: 1.04;
    }

    .grecho-global-page-v1 .grecho-v1-section-heading p {
        font-size: 14px;
    }

    .grecho-global-page-v1 .grecho-v1-card-image img {
        height: 214px;
    }

    .grecho-global-page-v1 .grecho-v1-diagnostic-card img {
        height: 196px;
    }

    .grecho-global-page-v1 .grecho-v1-application-grid {
        gap: 18px;
    }

    .grecho-global-page-v1 .grecho-v1-dark-cta,
    .grecho-global-page-v1 .grecho-v1-light-cta {
        padding: 26px;
    }
}

/* Phase 1J-R2: Header typography + frosted header + section title/eyebrow polish.
   Based on GRECHO-main React/Vite Navbar.tsx and index.css:
   - Navbar: Inter Tight / Noto Sans SC, text-sm, font-medium, transparent/frosted top state, white scrolled state.
   - Section heading: Inter Tight, bold heading, #1b4aa1 eyebrow, blue gradient highlight.
*/

/* Header: remove extra white edge and align to the design package's frosted top state. */
.grecho-global-page-v1 .grecho-v1-site-header {
    background: rgba(8, 20, 48, .58) !important;
    backdrop-filter: blur(18px) saturate(135%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    transition: background .5s cubic-bezier(.16, 1, .3, 1),
                box-shadow .5s cubic-bezier(.16, 1, .3, 1),
                height .5s cubic-bezier(.16, 1, .3, 1),
                color .3s ease !important;
}

.grecho-global-page-v1 .grecho-v1-header-inner {
    height: 80px !important;
    transition: height .5s cubic-bezier(.16, 1, .3, 1) !important;
}

.grecho-global-page-v1 .grecho-v1-desktop-menu {
    gap: clamp(24px, 2.1vw, 32px) !important;
}

.grecho-global-page-v1 .grecho-v1-desktop-menu a {
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.015em !important;
    color: rgba(255, 255, 255, .90) !important;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

.grecho-global-page-v1 .grecho-v1-desktop-menu a:hover {
    color: #ffffff !important;
}

.grecho-global-page-v1 .grecho-v1-header-cta {
    min-height: 40px !important;
    padding: 0 22px !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: -0.015em !important;
}

@media (min-width: 769px) {
    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled {
        background: rgba(255, 255, 255, .96) !important;
        backdrop-filter: blur(18px) saturate(135%) !important;
        -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
        border-bottom: 0 !important;
        box-shadow: 0 4px 20px rgba(27, 74, 161, .15) !important;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-inner {
        height: 64px !important;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a {
        color: #1f2937 !important;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a:hover {
        color: #1b4aa1 !important;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-cta {
        background: #1b4aa1 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 20px rgba(27, 74, 161, .18) !important;
    }
}

/* Mobile header keeps the approved dark header system, but typography follows Inter Tight. */
@media (max-width: 768px) {
    .grecho-global-page-v1 .grecho-v1-header-inner {
        height: 76px !important;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-header-cta {
        font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        letter-spacing: -0.015em !important;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-panel a {
        font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
        font-weight: 500 !important;
        letter-spacing: -0.01em !important;
    }
}

/* Hero eyebrow follows GRECHO-main Hero.tsx: white/80, text-xs, semibold, tracking-[0.24em]. */
.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-eyebrow {
    color: rgba(255, 255, 255, .82) !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .24em !important;
    text-transform: uppercase !important;
}

/* Section eyebrows follow GRECHO-main section files: #1b4aa1, uppercase, tracked, semibold/bold. */
.grecho-global-page-v1 .grecho-v1-section-heading .grecho-v1-eyebrow,
.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-eyebrow {
    color: #1b4aa1 !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    margin-bottom: 16px !important;
}

/* Resource section sits on dark background, matching GRECHO-main's white/60 dark-section eyebrow style. */
.grecho-global-page-v1 .grecho-v1-resource-preview .grecho-v1-eyebrow {
    color: rgba(255, 255, 255, .60) !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .20em !important;
    text-transform: uppercase !important;
}

/* Section titles follow GRECHO-main: Inter Tight, lg:text-5xl, font-bold, slate text, gradient highlights. */
.grecho-global-page-v1 .grecho-v1-section-heading h2,
.grecho-global-page-v1 .grecho-v1-faq-intro h2 {
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(32px, 4vw, 48px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.grecho-global-page-v1 .grecho-v1-section-heading h2 span,
.grecho-global-page-v1 .grecho-v1-faq-intro h2 span {
    color: transparent !important;
    background: linear-gradient(90deg, #1b4aa1 0%, #3b82f6 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.grecho-global-page-v1 .grecho-v1-section-heading p {
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    color: #64748b !important;
}

/* Dark resource title keeps white title, but uses same Inter Tight weight/spacing. */
.grecho-global-page-v1 .grecho-v1-resource-copy h2 {
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.04em !important;
}

/* Phase 1J-R3: mobile hamburger open state should become X */
.grecho-global-page-v1 .grecho-v1-mobile-menu summary span {
    transition: transform .22s ease, opacity .18s ease, background .2s ease;
    transform-origin: center;
}

.grecho-global-page-v1 .grecho-v1-mobile-menu[open] summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.grecho-global-page-v1 .grecho-v1-mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
    transform: scaleX(.2);
}

.grecho-global-page-v1 .grecho-v1-mobile-menu[open] summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Phase 1J-R3: Technical Data Request module restored from Home V2 structure */
.grecho-global-page-v1 .grecho-v1-request-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 34px;
    align-items: start;
    max-width: 1120px;
    margin: 0 auto;
}

.grecho-global-page-v1 .grecho-v1-request-preview,
.grecho-global-page-v1 .grecho-v1-side-card {
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 24px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 22px 58px rgba(15, 23, 42, .075);
}

.grecho-global-page-v1 .grecho-v1-request-preview {
    padding: 36px;
}

.grecho-global-page-v1 .grecho-v1-kicker {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #1b4aa1;
}

.grecho-global-page-v1 .grecho-v1-request-preview h3 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 850;
    color: #0f172a;
}

.grecho-global-page-v1 .grecho-v1-request-preview > p:not(.grecho-v1-kicker) {
    max-width: 680px;
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.75;
    color: #475569;
}

.grecho-global-page-v1 .grecho-v1-request-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.grecho-global-page-v1 .grecho-v1-request-item {
    min-height: 160px;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, .95);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.grecho-global-page-v1 .grecho-v1-request-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(27, 74, 161, .1);
    color: #1b4aa1;
    font-size: 12px;
    font-weight: 850;
    margin-bottom: 14px;
}

.grecho-global-page-v1 .grecho-v1-request-item h4 {
    margin: 0;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 850;
    color: #0f172a;
}

.grecho-global-page-v1 .grecho-v1-request-item p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.62;
    color: #475569;
}

.grecho-global-page-v1 .grecho-v1-request-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 28px;
    padding: 0 22px;
    border-radius: 999px;
    background: #1b4aa1;
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(27, 74, 161, .24);
}

.grecho-global-page-v1 .grecho-v1-request-button:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.grecho-global-page-v1 .grecho-v1-request-side {
    display: grid;
    gap: 16px;
}

.grecho-global-page-v1 .grecho-v1-side-card {
    padding: 24px;
}

.grecho-global-page-v1 .grecho-v1-side-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.24;
    font-weight: 850;
    color: #0f172a;
}

.grecho-global-page-v1 .grecho-v1-side-card p,
.grecho-global-page-v1 .grecho-v1-side-card li {
    font-size: 14px;
    line-height: 1.68;
    color: #475569;
}

.grecho-global-page-v1 .grecho-v1-side-card p {
    margin: 12px 0 0;
}

.grecho-global-page-v1 .grecho-v1-side-card ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.grecho-global-page-v1 .grecho-v1-side-card li::before {
    content: "✓";
    display: inline-block;
    margin-right: 8px;
    color: #22c55e;
    font-weight: 850;
}

.grecho-global-page-v1 .grecho-v1-side-card-dark {
    background: linear-gradient(135deg, #0f172a, #12356f);
    border-color: rgba(255, 255, 255, .1);
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-side-card-dark h3,
.grecho-global-page-v1 .grecho-v1-side-card-dark li {
    color: #ffffff;
}

.grecho-global-page-v1 .grecho-v1-side-card-dark li::before {
    color: #60a5fa;
}

@media (max-width: 900px) {
    .grecho-global-page-v1 .grecho-v1-request-wrap {
        grid-template-columns: 1fr;
        max-width: none;
    }
}

@media (max-width: 560px) {
    .grecho-global-page-v1 .grecho-v1-request-preview {
        padding: 24px;
        border-radius: 20px;
    }

    .grecho-global-page-v1 .grecho-v1-request-grid {
        grid-template-columns: 1fr;
    }

    .grecho-global-page-v1 .grecho-v1-request-button {
        width: 100%;
    }
}

/* Phase 1J-R4: Hero typography + CTA form aligned with GRECHO-main design package.
   Source checked:
   - Navbar.tsx: text-sm font-medium, h-20 top header / h-16 scrolled header, frosted transparent top state.
   - Hero.tsx: h-dvh min-h-[720px], content aligned to bottom, H1 text-3xl / sm:text-4xl / lg:text-[46px], font-semibold, leading-[1.05], tracking-tight.
   - Hero CTA: inline text CTA with bottom border, not pill buttons.
*/

/* Desktop hero: closer to GRECHO-main Hero.tsx proportions. */
.grecho-global-page-v1 .grecho-v1-hero {
    min-height: 720px !important;
    height: 100dvh !important;
    align-items: flex-end !important;
    padding: 128px 0 64px !important;
}

.grecho-global-page-v1 .grecho-v1-hero::after {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, .05) 44%, transparent 66%),
        linear-gradient(to top, rgba(0, 0, 0, .66), rgba(0, 0, 0, .18) 48%, transparent 78%),
        linear-gradient(90deg, rgba(5, 16, 38, .55) 0%, rgba(5, 16, 38, .28) 48%, rgba(5, 16, 38, .10) 100%) !important;
}

.grecho-global-page-v1 .grecho-v1-hero-media img {
    object-position: 58% center !important;
    filter: saturate(.86) contrast(1.02) brightness(.96) !important;
}

.grecho-global-page-v1 .grecho-v1-hero-content {
    max-width: 760px !important;
}

.grecho-global-page-v1 .grecho-v1-hero h1 {
    max-width: 760px !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(30px, 3.6vw, 46px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.grecho-global-page-v1 .grecho-v1-hero p {
    max-width: 680px !important;
    margin-top: 20px !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, .86) !important;
}

/* Hero CTA: switch from pill buttons to GRECHO-main underline text CTAs. */
.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-actions {
    margin-top: 26px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 22px !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn,
.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-primary,
.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary {
    min-height: 44px !important;
    width: auto !important;
    padding: 0 0 4px !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .72) !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, .92) !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: -0.015em !important;
    text-decoration: none !important;
    transition: color .3s ease, border-color .3s ease, transform .3s ease !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary {
    color: rgba(255, 255, 255, .84) !important;
    border-bottom-color: rgba(255, 255, 255, .45) !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after {
    content: "→";
    display: inline-block;
    margin-left: 7px;
    transform: translateY(-1px);
    transition: transform .3s ease;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn:hover {
    color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    transform: none !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn:hover::after {
    transform: translate(4px, -1px);
}

/* Desktop header keeps the approved Phase 1J-R2 frosted/scrolled behavior, with GRECHO-main dimensions. */
.grecho-global-page-v1 .grecho-v1-site-header:not(.is-scrolled) .grecho-v1-header-inner {
    height: 80px !important;
}

.grecho-global-page-v1 .grecho-v1-site-header:not(.is-scrolled) .grecho-v1-header-cta {
    border: 1px solid rgba(255, 255, 255, .40) !important;
    background: rgba(255, 255, 255, .10) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Mobile hero: keep readability while matching GRECHO-main's smaller H1 scale. */
@media (max-width: 768px) {
    .grecho-global-page-v1 .grecho-v1-hero {
        min-height: 650px !important;
        height: auto !important;
        align-items: flex-end !important;
        padding: 118px 0 42px !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero::after {
        background:
            linear-gradient(to bottom, rgba(0, 0, 0, .42), rgba(0, 0, 0, .14) 36%, transparent 58%),
            linear-gradient(to top, rgba(0, 0, 0, .72), rgba(0, 0, 0, .40) 44%, transparent 80%),
            linear-gradient(90deg, rgba(5, 16, 38, .42), rgba(5, 16, 38, .20)) !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero-media img {
        object-position: 58% center !important;
        filter: saturate(.82) contrast(1.02) brightness(.92) !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero .grecho-v1-eyebrow {
        font-size: 11px !important;
        letter-spacing: .20em !important;
        margin-bottom: 14px !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero h1 {
        max-width: 100% !important;
        font-size: clamp(30px, 7.4vw, 36px) !important;
        line-height: 1.05 !important;
        letter-spacing: -0.035em !important;
        font-weight: 600 !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero p {
        margin-top: 18px !important;
        font-size: 15px !important;
        line-height: 1.62 !important;
        font-weight: 500 !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero .grecho-v1-actions {
        margin-top: 24px !important;
        gap: 18px !important;
        align-items: flex-start !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn,
    .grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-primary,
    .grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary {
        min-height: 36px !important;
        width: auto !important;
        padding-bottom: 4px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 430px) {
    .grecho-global-page-v1 .grecho-v1-hero {
        min-height: 620px !important;
        padding-top: 112px !important;
        padding-bottom: 36px !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero h1 {
        font-size: clamp(28px, 7.15vw, 34px) !important;
        line-height: 1.06 !important;
    }
}

@media (max-width: 390px) {
    .grecho-global-page-v1 .grecho-v1-hero h1 {
        font-size: clamp(27px, 7vw, 32px) !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero p {
        font-size: 14px !important;
    }
}


/* Phase 2I: Hero media supports desktop MP4 video with mobile/static fallback. */
.grecho-global-page-v1 .grecho-v1-hero-media video,
.grecho-global-page-v1 .grecho-v1-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    filter: saturate(.86) contrast(1.02) brightness(.96);
    display: block;
}

.grecho-global-page-v1 .grecho-v1-hero-media-video .grecho-v1-hero-mobile-fallback {
    display: none;
}

@media (max-width: 768px) {
    .grecho-global-page-v1 .grecho-v1-hero-media-video .grecho-v1-hero-video {
        display: none;
    }

    .grecho-global-page-v1 .grecho-v1-hero-media-video .grecho-v1-hero-mobile-fallback {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 58% center;
        filter: saturate(.82) contrast(1.02) brightness(.92);
    }
}

/* Phase 3C-2R1: inner-page Hero uses the same renderer and typography as Home, with a compact height variant only. */
.grecho-global-page-v1 .grecho-v1-hero.is-inner {
    min-height: 640px !important;
    height: auto !important;
    align-items: flex-end !important;
    padding: 128px 0 84px !important;
}

.grecho-global-page-v1 .grecho-v1-hero.is-inner .grecho-v1-hero-content {
    max-width: 820px !important;
}

.grecho-global-page-v1 .grecho-v1-hero.is-inner h1 {
    max-width: 880px !important;
}

@media (max-width: 768px) {
    .grecho-global-page-v1 .grecho-v1-hero.is-inner {
        min-height: 560px !important;
        padding: 116px 0 44px !important;
    }
}

/* Phase 3C-2R1: protect shared Footer from page-level h3/a overrides. */
.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col h3 {
    color: #ffffff !important;
}

.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-brand-block p {
    color: rgba(255, 255, 255, .64) !important;
}

.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link {
    color: rgba(255, 255, 255, .64) !important;
}

.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a:hover {
    color: #ffffff !important;
}


/* Phase 3C-2R1: TRUE Home-first shared Header / Hero / Footer layer.
   These are the final component rules consumed by BOTH Home and Insights.
   The old per-page CSS may remain for content modules, but it must not alter HHF. */
.grecho-global-page-v1 .grecho-v1-site-header,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header,
.grecho-home-modular-v1 .grecho-v1-site-header {
    background: rgba(8, 20, 48, .58) !important;
    backdrop-filter: blur(18px) saturate(135%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.grecho-global-page-v1 .grecho-v1-header-inner,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-header-inner,
.grecho-home-modular-v1 .grecho-v1-header-inner {
    height: 80px !important;
}

.grecho-global-page-v1 .grecho-v1-desktop-menu,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-desktop-menu,
.grecho-home-modular-v1 .grecho-v1-desktop-menu {
    gap: clamp(24px, 2.1vw, 32px) !important;
}

.grecho-global-page-v1 .grecho-v1-desktop-menu a,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-desktop-menu a,
.grecho-home-modular-v1 .grecho-v1-desktop-menu a {
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.015em !important;
    color: rgba(255, 255, 255, .90) !important;
}

.grecho-global-page-v1 .grecho-v1-header-cta,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-header-cta,
.grecho-home-modular-v1 .grecho-v1-header-cta {
    min-height: 40px !important;
    padding: 0 22px !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: -0.015em !important;
}

.grecho-global-page-v1 .grecho-v1-site-header:not(.is-scrolled) .grecho-v1-header-cta,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header:not(.is-scrolled) .grecho-v1-header-cta,
.grecho-home-modular-v1 .grecho-v1-site-header:not(.is-scrolled) .grecho-v1-header-cta {
    border: 1px solid rgba(255, 255, 255, .40) !important;
    background: rgba(255, 255, 255, .10) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Phase 3H-1C-R2: About scoped HHF alignment lock.
   About uses Global HHF renderers; keep its logo state aligned with Home. */
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header:not(.is-scrolled) .grecho-v1-logo-white {
    display: block !important;
}

.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header:not(.is-scrolled) .grecho-v1-logo-blue {
    display: none !important;
}

@media (min-width: 769px) {
    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header.is-scrolled,
    .grecho-home-modular-v1 .grecho-v1-site-header.is-scrolled {
        background: rgba(255, 255, 255, .96) !important;
        backdrop-filter: blur(18px) saturate(135%) !important;
        -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
        border-bottom: 0 !important;
        box-shadow: 0 4px 20px rgba(27, 74, 161, .15) !important;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-inner,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-inner,
    .grecho-home-modular-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-inner {
        height: 64px !important;
    }

    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-logo-white {
        display: none !important;
    }

    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-logo-blue {
        display: block !important;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a,
    .grecho-home-modular-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a {
        color: #1f2937 !important;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a:hover,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a:hover,
    .grecho-home-modular-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-desktop-menu a:hover {
        color: #1b4aa1 !important;
    }

    .grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-cta,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-cta,
    .grecho-home-modular-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-cta {
        background: #1b4aa1 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 20px rgba(27, 74, 161, .18) !important;
    }
}

/* Shared Home Hero: same component and same final Home visual rules. */
.grecho-global-page-v1 .grecho-v1-hero,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero,
.grecho-home-modular-v1 .grecho-v1-hero {
    min-height: 720px !important;
    height: 100dvh !important;
    align-items: flex-end !important;
    padding: 128px 0 64px !important;
}

.grecho-global-page-v1 .grecho-v1-hero::after,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero::after,
.grecho-home-modular-v1 .grecho-v1-hero::after {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, .05) 44%, transparent 66%),
        linear-gradient(to top, rgba(0, 0, 0, .66), rgba(0, 0, 0, .18) 48%, transparent 78%),
        linear-gradient(90deg, rgba(5, 16, 38, .55) 0%, rgba(5, 16, 38, .28) 48%, rgba(5, 16, 38, .10) 100%) !important;
}

.grecho-global-page-v1 .grecho-v1-hero-media img,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero-media img,
.grecho-home-modular-v1 .grecho-v1-hero-media img {
    object-position: 58% center !important;
    filter: saturate(.86) contrast(1.02) brightness(.96) !important;
}

.grecho-global-page-v1 .grecho-v1-hero-content,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero-content,
.grecho-home-modular-v1 .grecho-v1-hero-content {
    max-width: 760px !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-eyebrow,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-eyebrow,
.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-eyebrow {
    color: rgba(255, 255, 255, .82) !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .24em !important;
    text-transform: uppercase !important;
}

.grecho-global-page-v1 .grecho-v1-hero h1,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero h1,
.grecho-home-modular-v1 .grecho-v1-hero h1,
.grecho-global-page-v1 .grecho-v1-hero.is-inner h1,
.grecho-global-page-v1 .grecho-v1-hero.is-home h1 {
    max-width: 760px !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(30px, 3.6vw, 46px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.grecho-global-page-v1 .grecho-v1-hero p,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero p,
.grecho-home-modular-v1 .grecho-v1-hero p {
    max-width: 680px !important;
    margin-top: 20px !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, .86) !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-actions,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-actions,
.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-actions {
    margin-top: 26px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 22px !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn,
.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-primary,
.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-primary,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary,
.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-btn,
.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-btn-primary,
.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-btn-secondary {
    min-height: 44px !important;
    width: auto !important;
    padding: 0 0 4px !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .72) !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, .92) !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: -0.015em !important;
    text-decoration: none !important;
    transition: color .3s ease, border-color .3s ease, transform .3s ease !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary,
.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-btn-secondary {
    color: rgba(255, 255, 255, .84) !important;
    border-bottom-color: rgba(255, 255, 255, .45) !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after,
.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-btn::after {
    content: "→";
    display: inline-block;
    margin-left: 7px;
    transform: translateY(-1px);
    transition: transform .3s ease;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn:hover,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn:hover,
.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-btn:hover {
    color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    transform: none !important;
}

.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn:hover::after,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn:hover::after,
.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-btn:hover::after {
    transform: translate(4px, -1px);
}

/* Shared Footer: protect it from page-level h3/p/a overrides and match Home footer. */
.grecho-global-page-v1 .grecho-v1-site-footer,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-footer,
.grecho-faq-page-v2.grecho-global-page-v1 .grecho-v1-site-footer,
.grecho-case-studies-page-v2.grecho-global-page-v1 .grecho-v1-site-footer,
.grecho-home-modular-v1 .grecho-v1-site-footer {
    padding: 76px 0 30px !important;
    background: linear-gradient(180deg, #1e293b, #0f172a) !important;
    color: rgba(255, 255, 255, .66) !important;
}

.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-insights-shell-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3 {
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-faq-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-faq-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-faq-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-case-studies-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-case-studies-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-case-studies-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-home-modular-v1 .grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-home-modular-v1 .grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-home-modular-v1 .grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-insights-shell-v2 .grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-insights-shell-v2 .grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-insights-shell-v2 .grecho-v1-site-footer .grecho-v1-footer-col span {
    color: rgba(255, 255, 255, .64) !important;
    font-family: "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link,
.grecho-faq-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link,
.grecho-case-studies-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link,
.grecho-home-modular-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link,
.grecho-insights-shell-v2 .grecho-v1-site-footer .grecho-v1-footer-action-link {
    color: rgba(255, 255, 255, .64) !important;
    font-weight: 800 !important;
}

.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a:hover,
.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a:hover,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-faq-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a:hover,
.grecho-faq-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-case-studies-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-col a:hover,
.grecho-case-studies-page-v2.grecho-global-page-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-home-modular-v1 .grecho-v1-site-footer .grecho-v1-footer-col a:hover,
.grecho-home-modular-v1 .grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-insights-shell-v2 .grecho-v1-site-footer .grecho-v1-footer-col a:hover,
.grecho-insights-shell-v2 .grecho-v1-site-footer .grecho-v1-footer-action-link:hover {
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    .grecho-global-page-v1 .grecho-v1-desktop-menu,
    .grecho-global-page-v1 .grecho-v1-header-actions,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-desktop-menu,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-header-actions,
    .grecho-home-modular-v1 .grecho-v1-desktop-menu,
    .grecho-home-modular-v1 .grecho-v1-header-actions {
        display: none !important;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-header-cta,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-mobile-header-cta,
    .grecho-home-modular-v1 .grecho-v1-mobile-header-cta {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 38px !important;
        padding: 0 18px !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #0f172a !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-menu,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-mobile-menu,
    .grecho-home-modular-v1 .grecho-v1-mobile-menu {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .grecho-global-page-v1 .grecho-v1-header-inner,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-header-inner,
    .grecho-home-modular-v1 .grecho-v1-header-inner {
        width: min(100% - 28px, 1280px) !important;
        height: 76px !important;
        gap: 10px !important;
    }

    .grecho-global-page-v1 .grecho-v1-header-logo img,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-header-logo img,
    .grecho-home-modular-v1 .grecho-v1-header-logo img {
        width: clamp(142px, 34vw, 188px) !important;
    }

    .grecho-global-page-v1 .grecho-v1-mobile-header-cta,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-mobile-header-cta,
    .grecho-home-modular-v1 .grecho-v1-mobile-header-cta {
        max-width: 176px !important;
        min-width: 0 !important;
        padding: 0 14px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 13px !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero,
    .grecho-home-modular-v1 .grecho-v1-hero {
        min-height: 650px !important;
        height: auto !important;
        align-items: flex-end !important;
        padding: 118px 0 42px !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero::after,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero::after,
    .grecho-home-modular-v1 .grecho-v1-hero::after {
        background:
            linear-gradient(to bottom, rgba(0, 0, 0, .42), rgba(0, 0, 0, .14) 36%, transparent 58%),
            linear-gradient(to top, rgba(0, 0, 0, .72), rgba(0, 0, 0, .40) 44%, transparent 80%),
            linear-gradient(90deg, rgba(5, 16, 38, .42), rgba(5, 16, 38, .20)) !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero-media img,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero-media img,
    .grecho-home-modular-v1 .grecho-v1-hero-media img {
        object-position: 58% center !important;
        filter: saturate(.82) contrast(1.02) brightness(.92) !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero .grecho-v1-eyebrow,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-eyebrow,
    .grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-eyebrow {
        font-size: 11px !important;
        letter-spacing: .20em !important;
        margin-bottom: 14px !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero h1,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero h1,
    .grecho-home-modular-v1 .grecho-v1-hero h1 {
        max-width: 100% !important;
        font-size: clamp(30px, 7.4vw, 36px) !important;
        line-height: 1.05 !important;
        letter-spacing: -0.035em !important;
        font-weight: 600 !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero p,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero p,
    .grecho-home-modular-v1 .grecho-v1-hero p {
        margin-top: 18px !important;
        font-size: 15px !important;
        line-height: 1.62 !important;
        font-weight: 500 !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero .grecho-v1-actions,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-actions,
    .grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-actions {
        margin-top: 24px !important;
        gap: 18px !important;
        align-items: flex-start !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn,
    .grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-btn {
        min-height: 36px !important;
        padding-bottom: 4px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 430px) {
    .grecho-global-page-v1 .grecho-v1-hero,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero,
    .grecho-home-modular-v1 .grecho-v1-hero {
        min-height: 620px !important;
        padding-top: 112px !important;
        padding-bottom: 36px !important;
    }

    .grecho-global-page-v1 .grecho-v1-hero h1,
    .grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero h1,
    .grecho-home-modular-v1 .grecho-v1-hero h1 {
        font-size: clamp(28px, 7.15vw, 34px) !important;
        line-height: 1.06 !important;
    }
}


/* Phase 3C-2R3 final visual lock: shared Home / Insights Hero and Footer. */
#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero {
    color: #ffffff !important;
}

#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-eyebrow,
#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero h1,
#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero p,
#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn,
#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-primary,
#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-eyebrow,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero h1,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero p,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-primary,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-eyebrow,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero h1,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero p,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-primary,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}

#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero p,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero p,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero p {
    color: rgba(255, 255, 255, .86) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .86) !important;
}

#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn-secondary {
    color: rgba(255, 255, 255, .84) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .84) !important;
}

#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after,
.grecho-about-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after {
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer {
    color: rgba(255, 255, 255, .66) !important;
}

#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer h3,
#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col > h3,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer h3,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col > h3,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer h3,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col > h3,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer h3,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col > h3,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer h3,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col > h3 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}

#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer p,
#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer a,
#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer span,
#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-brand-block p,
#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col a,
#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer p,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer a,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer span,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer p,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer a,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer span,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer p,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer a,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer span,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col span,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer p,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer a,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer span,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-brand-block p,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col a,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-col span {
    color: rgba(255, 255, 255, .64) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .64) !important;
    opacity: 1 !important;
}

#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer a:hover,
#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer a:hover,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer a:hover,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer a:hover,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-action-link:hover,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer a:hover,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-action-link:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Phase 3C-2R4 final visual lock: Insights CTA arrow and footer floor. */
#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after {
    content: none !important;
    display: none !important;
}

body.grecho-insights-v2-page,
body.grecho-insights-v2-page #page,
body.grecho-insights-v2-page #content,
body.grecho-insights-v2-page .site-content,
body.grecho-insights-v2-page .inside-article,
#grecho-insights-v2.grecho-global-page-v1 {
    background: #0f172a !important;
}

/* Phase 3C-2R6 final lock: Global Footer h3 matches Home footer typography. */
#grecho-insights-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-about-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-faq-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-case-studies-page-v2.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-home-modular-v1.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3,
.grecho-global-page-v1 footer.grecho-v1-site-footer .grecho-v1-footer-grid > .grecho-v1-footer-col > h3 {
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}

/* Phase 3C-2R5 final lock: CTA arrow is real markup, not a pseudo-element. */
.grecho-v1-hero .grecho-v1-btn-arrow {
    display: inline-block;
    margin-left: 7px;
    color: currentColor;
    -webkit-text-fill-color: currentColor;
    opacity: 1;
    transform: translateY(-1px);
    transition: transform .3s ease;
}

.grecho-v1-hero .grecho-v1-btn:hover .grecho-v1-btn-arrow {
    transform: translate(4px, -1px);
}

#grecho-insights-v2.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after,
.grecho-home-modular-v1.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after,
.grecho-global-page-v1 .grecho-v1-hero .grecho-v1-btn::after,
.grecho-v1-hero .grecho-v1-btn::after {
    content: none !important;
    display: none !important;
}

body.grecho-insights-v2-page,
body.grecho-insights-v2-page #page,
body.grecho-insights-v2-page #content,
body.grecho-insights-v2-page .site-content,
body.grecho-insights-v2-page .inside-article,
#grecho-insights-v2.grecho-global-page-v1 {
    background: #0f172a !important;
}

/* Phase 3D-3B-R1 final button arrow cleanup: FAQ Preview CTA only. */
.grecho-v1-faq-intro .grecho-v1-btn::before,
.grecho-v1-faq-intro .grecho-v1-btn::after {
    content: none !important;
    display: none !important;
}

.grecho-v1-faq-intro .grecho-v1-btn .grecho-v1-btn-arrow {
    display: inline-block !important;
    margin-left: 7px !important;
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
    transform: translateY(-1px);
}

/* Phase 3D-3B-R2 final FAQ CTA separator cleanup. */
.grecho-v1-faq-intro .grecho-v1-btn,
.grecho-v1-faq-intro .grecho-v1-btn *,
.grecho-v1-faq-intro .grecho-v1-btn::before,
.grecho-v1-faq-intro .grecho-v1-btn::after {
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

.grecho-v1-faq-intro .grecho-v1-btn::before,
.grecho-v1-faq-intro .grecho-v1-btn::after {
    content: none !important;
    display: none !important;
}

.grecho-v1-faq-intro .grecho-v1-btn .grecho-v1-btn-arrow,
.grecho-v1-faq-intro .grecho-v1-faq-cta-button .grecho-v1-btn-arrow {
    display: inline-block !important;
    margin-left: 7px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
    transform: translateY(-1px);
}

/* Phase 3D-3B-R4: FAQ CTA visual lock.
   Prevent legacy/theme pseudo-elements, focus outlines, link decoration,
   or inner span decorations from rendering vertical separators. */
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:link,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:visited,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:hover,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:focus,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:active,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:focus-visible {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    background-image: none !important;
    overflow: hidden;
}

.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button::before,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button::after,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button *::before,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button *::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: none !important;
    background-image: none !important;
}

.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-text,
.grecho-global-page-v1 .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: none !important;
    background-image: none !important;
    text-decoration: none !important;
}

/* Phase 3D-3B-R5: FAQ CTA paint lock.
   Fixes the FAQ Preview CTA vertical paint seam by locking the actual
   button paint layer, not only the .grecho-v1-faq-cta-button selector. */
.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-btn,
.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-btn:link,
.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-btn:visited,
.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-btn:hover,
.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-btn:focus,
.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-btn:active,
.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-btn:focus-visible {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    border: 1px solid #1b4aa1 !important;
    outline: 0 !important;
    background: #1b4aa1 !important;
    background-color: #1b4aa1 !important;
    background-image: linear-gradient(#1b4aa1, #1b4aa1) !important;
    background-clip: border-box !important;
    box-shadow: inset 0 0 0 999px #1b4aa1 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
    transform: none !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-btn::before,
.grecho-global-page-v1 .grecho-v1-faq-intro .grecho-v1-btn::after {
    content: none !important;
    display: none !important;
}

/* Phase 3H-2A: About body UI token alignment.
   Scoped to About body content only; do not alter HHF, FAQ paint locks, or URLs. */
.grecho-about-v2.grecho-global-page-v1 main .gab-section {
    padding: var(--grecho-section-padding-desktop, 108px 0) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section-soft {
    background: var(--grecho-color-surface-soft, #f6f9fd) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section > .gab-container,
.grecho-about-v2.grecho-global-page-v1 main .gab-cap-strip > .gab-container {
    width: min(var(--grecho-container-default, 1200px), calc(100% - var(--grecho-container-gutter-desktop, 48px))) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section .grecho-v1-section-heading {
    max-width: 780px !important;
    margin: 0 0 var(--grecho-section-heading-margin, 48px) !important;
    text-align: left !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section .grecho-v1-section-heading .grecho-v1-eyebrow {
    color: var(--grecho-color-brand-primary, #1b4aa1) !important;
    font-family: var(--grecho-font-family-display, "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
    font-size: var(--grecho-font-size-eyebrow, 12px) !important;
    font-weight: var(--grecho-font-weight-heading, 700) !important;
    letter-spacing: var(--grecho-letter-spacing-eyebrow, .14em) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section .grecho-v1-section-heading h2 {
    margin: 0 !important;
    color: var(--grecho-color-text-primary, #0f172a) !important;
    -webkit-text-fill-color: var(--grecho-color-text-primary, #0f172a) !important;
    font-family: var(--grecho-font-family-display, "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
    font-size: var(--grecho-font-size-section-h2, clamp(32px, 4vw, 48px)) !important;
    line-height: var(--grecho-line-height-heading, 1.05) !important;
    letter-spacing: var(--grecho-letter-spacing-heading, -0.035em) !important;
    font-weight: var(--grecho-font-weight-heading-strong, 850) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section .grecho-v1-section-heading h2 span {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(90deg, var(--grecho-color-brand-primary, #1b4aa1) 0%, var(--grecho-color-brand-light, #2f6bff) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section .grecho-v1-section-heading > p {
    max-width: 680px !important;
    margin: 16px 0 0 !important;
    color: var(--grecho-color-text-muted, #64748b) !important;
    -webkit-text-fill-color: var(--grecho-color-text-muted, #64748b) !important;
    font-size: 15px !important;
    line-height: var(--grecho-line-height-body, 1.62) !important;
    font-weight: var(--grecho-font-weight-body, 400) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark .grecho-v1-section-heading .grecho-v1-eyebrow {
    color: rgba(219, 234, 254, .88) !important;
    -webkit-text-fill-color: rgba(219, 234, 254, .88) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark .grecho-v1-section-heading h2,
.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark h2 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark .grecho-v1-section-heading h2 span,
.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark h2 span {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(90deg, #bfdbfe 0%, #60a5fa 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark .grecho-v1-section-heading > p,
.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark .gab-intro,
.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark p.gab-intro {
    color: rgba(255, 255, 255, .76) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .76) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-cap-grid,
.grecho-about-v2.grecho-global-page-v1 main .gab-solutions-grid,
.grecho-about-v2.grecho-global-page-v1 main .gab-scope-grid,
.grecho-about-v2.grecho-global-page-v1 main .gab-faq-grid {
    gap: var(--grecho-card-gap, 24px) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box,
.grecho-about-v2.grecho-global-page-v1 main .gab-global-list,
.grecho-about-v2.grecho-global-page-v1 main .gab-work-grid {
    gap: 20px !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-work-layout,
.grecho-about-v2.grecho-global-page-v1 main .gab-global-panel {
    gap: var(--grecho-grid-gap, 28px) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-cap-card,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-card,
.grecho-about-v2.grecho-global-page-v1 main .gab-solution-card,
.grecho-about-v2.grecho-global-page-v1 main .gab-scope-card,
.grecho-about-v2.grecho-global-page-v1 main .gab-global-card,
.grecho-about-v2.grecho-global-page-v1 main .gab-faq-item {
    padding: var(--grecho-card-padding, 24px) !important;
    border: 1px solid var(--grecho-color-border-subtle, #e2e8f0) !important;
    border-radius: var(--grecho-radius-card, 20px) !important;
    background: var(--grecho-color-surface-white, #ffffff) !important;
    box-shadow: var(--grecho-shadow-card, 0 18px 46px rgba(15, 23, 42, .08)) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-image-card {
    overflow: hidden !important;
    border: 1px solid var(--grecho-color-border-subtle, #e2e8f0) !important;
    border-radius: var(--grecho-radius-media, 20px) !important;
    background: var(--grecho-color-surface-white, #ffffff) !important;
    box-shadow: var(--grecho-shadow-card, 0 18px 46px rgba(15, 23, 42, .08)) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-cap-card h3,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-card h3,
.grecho-about-v2.grecho-global-page-v1 main .gab-solution-card h3,
.grecho-about-v2.grecho-global-page-v1 main .gab-scope-card h3,
.grecho-about-v2.grecho-global-page-v1 main .gab-global-card h3,
.grecho-about-v2.grecho-global-page-v1 main .gab-faq-item h3 {
    color: var(--grecho-color-text-primary, #0f172a) !important;
    -webkit-text-fill-color: var(--grecho-color-text-primary, #0f172a) !important;
    font-size: var(--grecho-font-size-card-title, 20px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    font-weight: var(--grecho-font-weight-heading-strong, 850) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-cap-card p,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-card p,
.grecho-about-v2.grecho-global-page-v1 main .gab-solution-card p,
.grecho-about-v2.grecho-global-page-v1 main .gab-scope-card p,
.grecho-about-v2.grecho-global-page-v1 main .gab-global-card p,
.grecho-about-v2.grecho-global-page-v1 main .gab-faq-item p,
.grecho-about-v2.grecho-global-page-v1 main .gab-list li {
    color: var(--grecho-color-text-secondary, #334155) !important;
    -webkit-text-fill-color: var(--grecho-color-text-secondary, #334155) !important;
    font-size: var(--grecho-font-size-body-small, 14px) !important;
    line-height: 1.68 !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-solution-card small {
    color: var(--grecho-color-brand-primary, #1b4aa1) !important;
    -webkit-text-fill-color: var(--grecho-color-brand-primary, #1b4aa1) !important;
    font-size: var(--grecho-font-size-eyebrow, 12px) !important;
    letter-spacing: var(--grecho-letter-spacing-eyebrow, .14em) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-card-link {
    color: var(--grecho-color-brand-primary, #1b4aa1) !important;
    -webkit-text-fill-color: var(--grecho-color-brand-primary, #1b4aa1) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-card.is-dark,
.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark .gab-work-card {
    border-color: rgba(255, 255, 255, .16) !important;
    background: rgba(255, 255, 255, .12) !important;
    box-shadow: var(--grecho-shadow-none, none) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-card.is-dark h3,
.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark .gab-work-card h3 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-card.is-dark .gab-list li,
.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark .gab-work-card p {
    color: rgba(255, 255, 255, .78) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .78) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-section-dark .gab-work-card .step {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border-color: rgba(255, 255, 255, .24) !important;
    background: rgba(255, 255, 255, .16) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-resource-band {
    padding: var(--grecho-cta-strip-padding, 32px 36px) !important;
    border-radius: var(--grecho-radius-panel, 24px) !important;
    background: linear-gradient(135deg, var(--grecho-color-brand-dark, #12356f) 0%, var(--grecho-color-brand-primary, #1b4aa1) 100%) !important;
    box-shadow: var(--grecho-shadow-panel, 0 24px 70px rgba(15, 23, 42, .10)) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-resource-band h3 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-resource-band p {
    color: rgba(255, 255, 255, .78) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .78) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-resource-band .gab-btn-light {
    border-color: rgba(255, 255, 255, .34) !important;
    background: #ffffff !important;
    color: var(--grecho-color-brand-primary, #1b4aa1) !important;
    -webkit-text-fill-color: var(--grecho-color-brand-primary, #1b4aa1) !important;
    box-shadow: var(--grecho-shadow-none, none) !important;
}

@media (max-width: 768px) {
    .grecho-about-v2.grecho-global-page-v1 main .gab-section {
        padding: var(--grecho-section-padding-tablet, 76px 0) !important;
    }

    .grecho-about-v2.grecho-global-page-v1 main .gab-section > .gab-container,
    .grecho-about-v2.grecho-global-page-v1 main .gab-cap-strip > .gab-container {
        width: min(100% - var(--grecho-container-gutter-mobile, 28px), var(--grecho-container-default, 1200px)) !important;
    }

    .grecho-about-v2.grecho-global-page-v1 main .gab-section .grecho-v1-section-heading {
        margin-bottom: 34px !important;
    }

    .grecho-about-v2.grecho-global-page-v1 main .gab-section .grecho-v1-section-heading h2 {
        font-size: var(--grecho-font-size-hero-h1-mobile, clamp(30px, 7.4vw, 36px)) !important;
        line-height: 1.06 !important;
    }

    .grecho-about-v2.grecho-global-page-v1 main .gab-cap-grid,
    .grecho-about-v2.grecho-global-page-v1 main .gab-solutions-grid,
    .grecho-about-v2.grecho-global-page-v1 main .gab-scope-grid,
    .grecho-about-v2.grecho-global-page-v1 main .gab-faq-grid,
    .grecho-about-v2.grecho-global-page-v1 main .gab-work-grid,
    .grecho-about-v2.grecho-global-page-v1 main .gab-global-list {
        gap: 16px !important;
    }

    .grecho-about-v2.grecho-global-page-v1 main .gab-cap-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-position-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-solution-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-scope-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-global-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-faq-item {
        padding: 22px !important;
    }

    .grecho-about-v2.grecho-global-page-v1 main .gab-resource-band {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        padding: 26px !important;
    }

    .grecho-about-v2.grecho-global-page-v1 main .gab-resource-band .gab-btn {
        width: 100% !important;
    }
}

@media (max-width: 560px) {
    .grecho-about-v2.grecho-global-page-v1 main .gab-section {
        padding: var(--grecho-section-padding-mobile, 70px 0) !important;
    }

    .grecho-about-v2.grecho-global-page-v1 main .gab-section .grecho-v1-section-heading h2 {
        font-size: clamp(28px, 8vw, 34px) !important;
    }

    .grecho-about-v2.grecho-global-page-v1 main .gab-cap-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-position-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-solution-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-scope-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-global-card,
    .grecho-about-v2.grecho-global-page-v1 main .gab-faq-item {
        padding: 20px !important;
    }
}

/* Phase 3H-2A-R1: Restore About "GRECHO supports" dark position card.
   The supports card is the first .gab-position-card inside .gab-position-box. */
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child {
    background: linear-gradient(135deg, #0f172a 0%, #12356f 100%) !important;
    border-color: rgba(255, 255, 255, .14) !important;
    color: #ffffff !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .18) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child h3 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child p,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child li,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child .gab-list li {
    color: rgba(255, 255, 255, .78) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .78) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child li::before,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child .gab-list li::before {
    background: #60a5fa !important;
    color: #60a5fa !important;
}

/* Phase 3H-2A-R2: Correct About Who we are position card targets.
   Supports is the first white card; Avoids is the second .is-dark card. */
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child {
    background: var(--grecho-color-surface-white, #ffffff) !important;
    border: 1px solid var(--grecho-color-border-subtle, #e2e8f0) !important;
    color: var(--grecho-color-text-primary, #0f172a) !important;
    box-shadow: var(--grecho-shadow-card, 0 18px 46px rgba(15, 23, 42, .08)) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child h3 {
    color: var(--grecho-color-text-primary, #0f172a) !important;
    -webkit-text-fill-color: var(--grecho-color-text-primary, #0f172a) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child li,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child .gab-list li {
    color: var(--grecho-color-text-secondary, #334155) !important;
    -webkit-text-fill-color: var(--grecho-color-text-secondary, #334155) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child li::before,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:first-child .gab-list li::before {
    background: var(--grecho-color-success, #16a34a) !important;
    color: var(--grecho-color-success, #16a34a) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:nth-child(2),
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card.is-dark {
    background: linear-gradient(135deg, #0f172a 0%, #12356f 100%) !important;
    border-color: rgba(255, 255, 255, .14) !important;
    color: #ffffff !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .18) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:nth-child(2) h3,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card.is-dark h3 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:nth-child(2) p,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:nth-child(2) li,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:nth-child(2) .gab-list li,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card.is-dark p,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card.is-dark li,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card.is-dark .gab-list li {
    color: rgba(255, 255, 255, .78) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .78) !important;
}

.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:nth-child(2) li::before,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card:nth-child(2) .gab-list li::before,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card.is-dark li::before,
.grecho-about-v2.grecho-global-page-v1 main .gab-position-box > .gab-position-card.is-dark .gab-list li::before {
    background: #60a5fa !important;
    color: #60a5fa !important;
}
