/* Phase 1D: scope GeneratePress shell reset only to the test page that contains [grecho_home_modular_v1]. */
body.grecho-home-modular-v1-page .site-header,
body.grecho-home-modular-v1-page .main-navigation,
body.grecho-home-modular-v1-page .site-footer,
body.grecho-home-modular-v1-page .site-info,
body.grecho-home-modular-v1-page .entry-header,
body.grecho-home-modular-v1-page .entry-title,
body.grecho-home-modular-v1-page .comments-area {
    display: none !important;
}

body.grecho-home-modular-v1-page .site,
body.grecho-home-modular-v1-page .site-content,
body.grecho-home-modular-v1-page .content-area,
body.grecho-home-modular-v1-page .site-main,
body.grecho-home-modular-v1-page .inside-article,
body.grecho-home-modular-v1-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.grecho-home-modular-v1-page .entry-content > * {
    max-width: none !important;
}

body.grecho-home-modular-v1-page {
    background: #ffffff;
}

.grecho-home-modular-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;
    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-home-modular-v1 * {
    box-sizing: border-box;
}

.grecho-home-modular-v1 img {
    max-width: 100%;
    display: block;
}

.grecho-home-modular-v1 a {
    text-decoration: none;
}

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


/* Modular Header */
.grecho-home-modular-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-home-modular-v1 .grecho-v1-site-header {
    top: 32px;
}

.grecho-home-modular-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-home-modular-v1 .grecho-v1-header-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

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

.grecho-home-modular-v1 .grecho-v1-logo-blue {
    display: none;
}

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-desktop-menu a:hover {
    color: #ffffff;
}

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-mobile-header-cta {
    display: none;
}

.grecho-home-modular-v1 .grecho-v1-mobile-menu {
    display: none;
    position: relative;
}

.grecho-home-modular-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-home-modular-v1 .grecho-v1-mobile-menu summary::-webkit-details-marker {
    display: none;
}

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

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

.grecho-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-mobile-panel a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
}


@media (min-width: 769px) {
    .grecho-home-modular-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-home-modular-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-inner {
        height: 64px;
    }

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

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

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

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

    .grecho-home-modular-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-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

.grecho-home-modular-v1 .grecho-v1-hero .grecho-v1-container {
    position: relative;
    z-index: 2;
}

.grecho-home-modular-v1 .grecho-v1-hero-content {
    max-width: 760px;
}

.grecho-home-modular-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-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.grecho-home-modular-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-home-modular-v1 .grecho-v1-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

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

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

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

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

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

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-section-heading h2 span {
    color: var(--grecho-blue-light);
}

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

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-card-image {
    position: relative;
    display: block;
    min-height: 220px;
    overflow: hidden;
    background: #0f172a;
}

.grecho-home-modular-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-home-modular-v1 .grecho-v1-card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-card-label {
    left: 22px;
    bottom: 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
}

.grecho-home-modular-v1 .grecho-v1-card-body {
    padding: 26px;
}

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

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-card-body ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.grecho-home-modular-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-home-modular-v1 .grecho-v1-card-body li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 900;
}

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

/* CTA strips */
.grecho-home-modular-v1 .grecho-v1-dark-cta,
.grecho-home-modular-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-home-modular-v1 .grecho-v1-dark-cta {
    background: linear-gradient(135deg, #0f172a, #12356f);
    color: #ffffff;
}

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

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

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

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

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

.grecho-home-modular-v1 .grecho-v1-dark-cta a,
.grecho-home-modular-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-home-modular-v1 .grecho-v1-dark-cta a {
    background: #ffffff;
    color: var(--text-primary);
}

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

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-diagnostic-card img {
    width: 100%;
    height: 178px;
    object-fit: cover;
}

.grecho-home-modular-v1 .grecho-v1-diagnostic-body {
    padding: 22px;
}

.grecho-home-modular-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-home-modular-v1 .grecho-v1-diagnostic-body h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 850;
    color: var(--text-primary);
}

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

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

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

.grecho-home-modular-v1 .grecho-v1-application-card-tall {
    grid-row: span 2;
}

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-application-copy {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 22px;
}

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

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

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

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

/* Resource */
.grecho-home-modular-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-home-modular-v1 .grecho-v1-resource-copy h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.08;
    letter-spacing: -.035em;
    color: #ffffff;
}

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

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

.grecho-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-resource-card h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.32;
    color: #ffffff;
}

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-faq-intro p {
    margin: 16px 0 24px;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-tertiary);
}

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

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

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

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

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

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

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

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

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

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

    .grecho-home-modular-v1 .grecho-v1-hero p {
        font-size: 15px;
    }

    .grecho-home-modular-v1 .grecho-v1-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .grecho-home-modular-v1 .grecho-v1-btn {
        width: 100%;
    }

    .grecho-home-modular-v1 .grecho-v1-section {
        padding: 66px 0;
    }

    .grecho-home-modular-v1 .grecho-v1-section-heading {
        margin-bottom: 32px;
    }

    .grecho-home-modular-v1 .grecho-v1-card-image img {
        height: 210px;
    }

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

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

    .grecho-home-modular-v1 .grecho-v1-resource-preview {
        padding: 28px;
    }

    .grecho-home-modular-v1 .grecho-v1-resource-grid {
        grid-template-columns: 1fr;
    }
}


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

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

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

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

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

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

.grecho-home-modular-v1 .grecho-v1-footer-col a,
.grecho-home-modular-v1 .grecho-v1-footer-col span {
    display: block;
}

.grecho-home-modular-v1 .grecho-v1-footer-col a:hover {
    color: #ffffff;
}

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

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

.grecho-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-footer-socials svg {
    width: 18px;
    height: 18px;
    display: block;
}

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-footer-contact-row:hover {
    color: #ffffff !important;
}

.grecho-home-modular-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-home-modular-v1 .grecho-v1-footer-contact-icon svg {
    width: 19px;
    height: 19px;
    display: block;
    stroke: currentColor;
}

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

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

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


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

    .grecho-home-modular-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-home-modular-v1 .grecho-v1-mobile-menu {
        display: block;
    }

    .grecho-home-modular-v1 .grecho-v1-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

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

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

    .grecho-home-modular-v1 .grecho-v1-header-logo img {
        width: 148px;
    }

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

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

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

    .grecho-home-modular-v1 .grecho-v1-site-footer {
        padding: 60px 0 26px;
    }

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

    .grecho-home-modular-v1 .grecho-v1-footer-bottom {
        display: block;
    }

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


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

    .grecho-home-modular-v1 .grecho-v1-header-logo img {
        width: 132px;
    }

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

    .grecho-home-modular-v1 .grecho-v1-mobile-menu summary {
        width: 44px;
        height: 44px;
    }

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

    .grecho-home-modular-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-home-modular-v1 .grecho-v1-hero {
        min-height: clamp(680px, 86vh, 820px);
        padding: 148px 0 118px;
    }

    .grecho-home-modular-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-home-modular-v1 .grecho-v1-hero-media img {
        object-position: center center;
        filter: saturate(.84) contrast(1.04) brightness(.98);
    }

    .grecho-home-modular-v1 .grecho-v1-hero-content {
        max-width: 780px;
    }

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

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

    .grecho-home-modular-v1 .grecho-v1-actions {
        margin-top: 36px;
        gap: 14px;
    }

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

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

    .grecho-home-modular-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-home-modular-v1 .grecho-v1-hero-media img {
        object-position: center top;
        filter: saturate(.82) contrast(1.04) brightness(.96);
    }

    .grecho-home-modular-v1 .grecho-v1-hero-content {
        max-width: 100%;
    }

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

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

    .grecho-home-modular-v1 .grecho-v1-actions {
        margin-top: 30px;
        gap: 12px;
    }

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

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

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

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

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

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-section-heading {
    max-width: 820px;
    margin-bottom: 48px;
}

.grecho-home-modular-v1 .grecho-v1-section-heading h2 {
    text-wrap: balance;
}

.grecho-home-modular-v1 .grecho-v1-section-heading p {
    max-width: 660px;
}

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

.grecho-home-modular-v1 .grecho-v1-solutions-grid {
    gap: 28px;
}

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

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

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

.grecho-home-modular-v1 .grecho-v1-card-image img {
    height: 238px;
}

.grecho-home-modular-v1 .grecho-v1-card-body {
    padding: 28px;
}

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

.grecho-home-modular-v1 .grecho-v1-diagnostic-grid {
    gap: 26px;
}

.grecho-home-modular-v1 .grecho-v1-diagnostic-card img {
    height: 188px;
}

.grecho-home-modular-v1 .grecho-v1-diagnostic-body {
    padding: 24px;
}

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

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

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

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

.grecho-home-modular-v1 .grecho-v1-faq-layout {
    gap: 52px;
}

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

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

    .grecho-home-modular-v1 .grecho-v1-section-heading {
        margin-bottom: 34px;
    }

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

    .grecho-home-modular-v1 .grecho-v1-card-body,
    .grecho-home-modular-v1 .grecho-v1-diagnostic-body {
        padding: 24px;
    }

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

    .grecho-home-modular-v1 .grecho-v1-resource-preview {
        padding: 30px;
        gap: 26px;
    }

    .grecho-home-modular-v1 .grecho-v1-resource-card {
        min-height: auto;
    }
}

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

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

    .grecho-home-modular-v1 .grecho-v1-section-heading p {
        font-size: 14px;
    }

    .grecho-home-modular-v1 .grecho-v1-card-image img {
        height: 214px;
    }

    .grecho-home-modular-v1 .grecho-v1-diagnostic-card img {
        height: 196px;
    }

    .grecho-home-modular-v1 .grecho-v1-application-grid {
        gap: 18px;
    }

    .grecho-home-modular-v1 .grecho-v1-dark-cta,
    .grecho-home-modular-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-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-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-home-modular-v1 .grecho-v1-header-inner {
    height: 80px !important;
    transition: height .5s cubic-bezier(.16, 1, .3, 1) !important;
}

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

.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;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

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

.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;
}

@media (min-width: 769px) {
    .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-home-modular-v1 .grecho-v1-site-header.is-scrolled .grecho-v1-header-inner {
        height: 64px !important;
    }

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

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

    .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;
    }
}

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

    .grecho-home-modular-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-home-modular-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-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;
}

/* Section eyebrows follow GRECHO-main section files: #1b4aa1, uppercase, tracked, semibold/bold. */
.grecho-home-modular-v1 .grecho-v1-section-heading .grecho-v1-eyebrow,
.grecho-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-section-heading h2,
.grecho-home-modular-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-home-modular-v1 .grecho-v1-section-heading h2 span,
.grecho-home-modular-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-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-mobile-menu summary span {
    transition: transform .22s ease, opacity .18s ease, background .2s ease;
    transform-origin: center;
}

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

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

.grecho-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-request-preview,
.grecho-home-modular-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-home-modular-v1 .grecho-v1-request-preview {
    padding: 36px;
}

.grecho-home-modular-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-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-request-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.grecho-home-modular-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-home-modular-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-home-modular-v1 .grecho-v1-request-item h4 {
    margin: 0;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 850;
    color: #0f172a;
}

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

.grecho-home-modular-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-home-modular-v1 .grecho-v1-request-button:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.grecho-home-modular-v1 .grecho-v1-request-side {
    display: grid;
    gap: 16px;
}

.grecho-home-modular-v1 .grecho-v1-side-card {
    padding: 24px;
}

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

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

.grecho-home-modular-v1 .grecho-v1-side-card p {
    margin: 12px 0 0;
}

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

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

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

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

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

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

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

    .grecho-home-modular-v1 .grecho-v1-request-grid {
        grid-template-columns: 1fr;
    }

    .grecho-home-modular-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-home-modular-v1 .grecho-v1-hero {
    min-height: 720px !important;
    height: 100dvh !important;
    align-items: flex-end !important;
    padding: 128px 0 64px !important;
}

.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-home-modular-v1 .grecho-v1-hero-media img {
    object-position: 58% center !important;
    filter: saturate(.86) contrast(1.02) brightness(.96) !important;
}

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

.grecho-home-modular-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-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;
}

/* Hero CTA: switch from pill buttons to GRECHO-main underline text CTAs. */
.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-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-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-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-home-modular-v1 .grecho-v1-hero .grecho-v1-btn:hover {
    color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    transform: none !important;
}

.grecho-home-modular-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-home-modular-v1 .grecho-v1-site-header:not(.is-scrolled) .grecho-v1-header-inner {
    height: 80px !important;
}

.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;
}

/* Mobile hero: keep readability while matching GRECHO-main's smaller H1 scale. */
@media (max-width: 768px) {
    .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-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-home-modular-v1 .grecho-v1-hero-media img {
        object-position: 58% center !important;
        filter: saturate(.82) contrast(1.02) brightness(.92) !important;
    }

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

    .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-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-home-modular-v1 .grecho-v1-hero .grecho-v1-actions {
        margin-top: 24px !important;
        gap: 18px !important;
        align-items: flex-start !important;
    }

    .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: 36px !important;
        width: auto !important;
        padding-bottom: 4px !important;
        font-size: 13px !important;
    }
}

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

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

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

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


/* Phase 2I: Hero media supports desktop MP4 video with mobile/static fallback. */
.grecho-home-modular-v1 .grecho-v1-hero-media video,
.grecho-home-modular-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-home-modular-v1 .grecho-v1-hero-media-video .grecho-v1-hero-mobile-fallback {
    display: none;
}

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

    .grecho-home-modular-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);
    }
}
