﻿/* GRECHO Shared Product Template V1 - S01 Trial-derived scoped styles. */

body.grecho-product-template-v1-body .site-header,
body.grecho-product-template-v1-body .main-navigation,
body.grecho-product-template-v1-body .site-footer:not(.grecho-v1-site-footer),
body.grecho-product-template-v1-body .site-info,
body.grecho-product-template-v1-body footer.site-info,
body.grecho-product-template-v1-body .entry-header,
body.grecho-product-template-v1-body .entry-title,
body.grecho-product-template-v1-body .comments-area {
    display: none !important;
}

body.grecho-product-template-v1-body .site,
body.grecho-product-template-v1-body .site-content,
body.grecho-product-template-v1-body .content-area,
body.grecho-product-template-v1-body .site-main,
body.grecho-product-template-v1-body .inside-article,
body.grecho-product-template-v1-body .entry-content,
body.grecho-product-template-v1-body .grid-container,
body.grecho-product-template-v1-body .container,
body.grecho-product-template-v1-body.separate-containers .inside-article,
body.grecho-product-template-v1-body.separate-containers .site-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.grecho-product-template-v1-body .entry-content > * {
    max-width: none !important;
}

body.grecho-product-template-v1-body {
    overflow-x: clip;
    background: #ffffff;
}

.grecho-product-template-v1,
.grecho-product-template-v1 * {
    box-sizing: border-box;
}

.grecho-product-template-v1 {
    --gptv1-blue: var(--grecho-color-brand-primary, #1b4aa1);
    --gptv1-blue-dark: var(--grecho-color-brand-dark, #12356f);
    --gptv1-green: var(--grecho-color-success, #16a34a);
    --gptv1-text: var(--grecho-color-text-primary, #0f172a);
    --gptv1-muted: var(--grecho-color-text-secondary, #334155);
    --gptv1-soft: var(--grecho-color-surface-soft, #f6f9fd);
    --gptv1-border: var(--grecho-color-border-subtle, #e2e8f0);
    --gptv1-white: var(--grecho-color-surface-white, #ffffff);
    --gptv1-card-radius: var(--grecho-radius-card, 20px);
    --gptv1-panel-radius: var(--grecho-radius-panel, 24px);
    --gptv1-card-shadow: var(--grecho-shadow-card, 0 18px 46px rgba(15, 23, 42, .08));
    --gptv1-panel-shadow: var(--grecho-shadow-panel, 0 24px 70px rgba(15, 23, 42, .10));
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
    background: var(--gptv1-white);
    color: var(--gptv1-text);
}

.grecho-product-template-v1.gptv1-page {
    background: #f6f9fd;
}

.grecho-product-template-v1 h1,
.grecho-product-template-v1 h2,
.grecho-product-template-v1 h3,
.grecho-product-template-v1 p,
.grecho-product-template-v1 a,
.grecho-product-template-v1 span,
.grecho-product-template-v1 dt,
.grecho-product-template-v1 dd,
.grecho-product-template-v1 summary {
    letter-spacing: 0;
}

.grecho-product-template-v1 .grecho-v1-container {
    width: min(var(--grecho-container-default, 1200px), calc(100% - var(--grecho-container-gutter-desktop, 48px)));
    margin: 0 auto;
}

.grecho-product-template-v1 .gptv1-product-hero {
    position: relative;
    min-height: 0;
    display: block;
    padding: 34px 0 72px;
    overflow: visible;
    color: #ffffff;
    background:
        linear-gradient(180deg, #ffffff 0%, #f6f9fd 46%, #eef4fb 100%);
}

.grecho-product-template-v1 .gptv1-product-hero-shell {
    position: relative;
    min-height: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: clamp(44px, 4.6vw, 56px);
    border: 1px solid rgba(18, 53, 111, .18);
    border-radius: 14px;
    background:
        radial-gradient(circle at 88% 20%, rgba(36, 130, 90, .22), transparent 28%),
        linear-gradient(135deg, #08142f 0%, #12356f 54%, #0f172a 100%);
    box-shadow: 0 28px 82px rgba(15, 23, 42, .14);
}

.grecho-product-template-v1 .gptv1-product-hero::before {
    display: none;
}

.grecho-product-template-v1 .gptv1-product-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 16, 38, .9), rgba(5, 16, 38, .58) 58%, rgba(5, 16, 38, .28)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 46px);
}

.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-container {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
}

.grecho-product-template-v1 .gptv1-product-hero-layout {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .7fr);
    gap: clamp(32px, 4vw, 60px);
    align-items: center;
}

.grecho-product-template-v1 .gptv1-product-hero .gptv1-hero-copy {
    max-width: 690px;
}

.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-eyebrow {
    color: #b8ceff;
}

.grecho-product-template-v1 .gptv1-route-eyebrow {
    width: fit-content;
    margin: 0 0 24px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--grecho-radius-pill, 999px);
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
    line-height: 1.2;
}

.grecho-product-template-v1 .gptv1-product-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(36px, 4.35vw, 56px);
    font-weight: var(--grecho-font-weight-heading-strong, 850) !important;
    line-height: 1.02;
    letter-spacing: 0;
    -webkit-text-fill-color: #ffffff !important;
}

.grecho-product-template-v1 .gptv1-product-hero .gptv1-hero-copy > p:not(.gptv1-route-eyebrow) {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.72;
}

.grecho-product-template-v1 .gptv1-hero-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.grecho-product-template-v1 .gptv1-hero-tag-list span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--grecho-radius-pill, 999px);
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.2;
}

.grecho-product-template-v1 .gptv1-hero-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.grecho-product-template-v1 .gptv1-hero-facts div {
    min-width: 0;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--grecho-radius-small, 8px);
    background: rgba(255, 255, 255, .075);
}

.grecho-product-template-v1 .gptv1-hero-facts span,
.grecho-product-template-v1 .gptv1-identity-panel dt,
.grecho-product-template-v1 .gptv1-document-mini span {
    display: block;
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
    line-height: 1.2;
    text-transform: uppercase;
}

.grecho-product-template-v1 .gptv1-hero-facts strong {
    display: block;
    margin-top: 7px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.35;
}

.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn,
.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary,
.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: auto;
    min-width: 168px;
    padding: 0 20px;
    border-radius: var(--grecho-radius-pill, 999px);
    font-size: 13px;
    font-weight: var(--grecho-font-weight-heading-strong, 850) !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary {
    min-width: 196px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .08);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.grecho-product-template-v1 .gptv1-hero-panel {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.grecho-product-template-v1 .gptv1-product-visual,
.grecho-product-template-v1 .gptv1-identity-panel,
.grecho-product-template-v1 .gptv1-document-mini {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--grecho-radius-small, 8px);
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 22px 58px rgba(2, 8, 23, .22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.grecho-product-template-v1 .gptv1-product-visual {
    min-height: 214px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 16px;
    align-items: center;
    padding: 18px;
    overflow: hidden;
}

.grecho-product-template-v1 .gptv1-visual-sheet {
    position: relative;
    height: 150px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(226, 232, 240, .78)),
        repeating-linear-gradient(100deg, rgba(27, 74, 161, .12) 0 1px, transparent 1px 7px);
    box-shadow:
        0 22px 42px rgba(2, 8, 23, .18),
        inset 0 0 0 1px rgba(255, 255, 255, .72);
    transform: perspective(680px) rotateX(58deg) rotateZ(-8deg);
    transform-origin: center;
}

.grecho-product-template-v1 .gptv1-visual-grain {
    position: absolute;
    inset: 14px;
    border-radius: 6px;
    background:
        repeating-linear-gradient(90deg, rgba(15, 23, 42, .045) 0 1px, transparent 1px 12px),
        radial-gradient(circle at 26% 30%, rgba(255, 255, 255, .86), transparent 20%),
        radial-gradient(circle at 76% 72%, rgba(27, 74, 161, .14), transparent 18%);
}

.grecho-product-template-v1 .gptv1-visual-edge {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 15px;
    height: 5px;
    border-radius: 999px;
    background: rgba(27, 74, 161, .28);
}

.grecho-product-template-v1 .gptv1-visual-stack {
    display: grid;
    gap: 8px;
}

.grecho-product-template-v1 .gptv1-visual-stack span {
    min-height: 34px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 8px;
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .1);
    font-size: 11px;
    font-weight: 760;
    line-height: 1.25;
}

.grecho-product-template-v1 .gptv1-visual-stack span:first-child {
    background: rgba(255, 255, 255, .22);
}

.grecho-product-template-v1 .gptv1-visual-stack span:nth-child(2) {
    background: rgba(47, 107, 255, .22);
}

.grecho-product-template-v1 .gptv1-visual-stack span:nth-child(3) {
    background: rgba(36, 130, 90, .24);
}

.grecho-product-template-v1 .gptv1-identity-panel {
    padding: 20px;
}

.grecho-product-template-v1 .gptv1-identity-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.grecho-product-template-v1 .gptv1-identity-topline span,
.grecho-product-template-v1 .gptv1-identity-topline strong {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border-radius: var(--grecho-radius-pill, 999px);
    font-size: 12px;
    line-height: 1.2;
}

.grecho-product-template-v1 .gptv1-identity-topline span {
    color: #0f172a;
    background: #ffffff;
    font-weight: 850;
}

.grecho-product-template-v1 .gptv1-identity-topline strong {
    color: #ffffff;
    background: rgba(255, 255, 255, .12);
    font-weight: 760;
}

.grecho-product-template-v1 .gptv1-identity-panel h2 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.16;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

.grecho-product-template-v1 .gptv1-identity-panel dl {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
}

.grecho-product-template-v1 .gptv1-identity-panel dl div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.grecho-product-template-v1 .gptv1-identity-panel dd {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    line-height: 1.45;
}

.grecho-product-template-v1 .gptv1-model-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.grecho-product-template-v1 .gptv1-model-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--grecho-radius-pill, 999px);
    color: #ffffff;
    background: rgba(255, 255, 255, .1);
    font-size: 12px;
    font-weight: 760;
}

.grecho-product-template-v1 .gptv1-document-mini {
    padding: 16px 18px;
}

.grecho-product-template-v1 .gptv1-document-mini h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
}

.grecho-product-template-v1 .gptv1-document-mini div {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.grecho-product-template-v1 .gptv1-document-mini strong {
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    line-height: 1.35;
}

.grecho-product-template-v1 .gptv1-hero-fallback {
    min-height: 720px !important;
    height: 100dvh !important;
    align-items: flex-end !important;
    padding: 128px 0 64px !important;
    background:
        linear-gradient(90deg, rgba(6, 18, 43, .94), rgba(18, 53, 111, .82)),
        linear-gradient(135deg, rgba(22, 163, 74, .24), rgba(27, 74, 161, .10));
}

.grecho-product-template-v1 .gptv1-hero-fallback::after {
    background:
        linear-gradient(90deg, rgba(5, 16, 38, .86) 0%, rgba(5, 16, 38, .62) 54%, rgba(5, 16, 38, .28) 100%),
        linear-gradient(135deg, rgba(22, 163, 74, .18), rgba(47, 107, 255, .18));
}

.grecho-product-template-v1 .gptv1-hero-fallback h1 {
    max-width: 760px !important;
    font-size: clamp(30px, 3.6vw, 46px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
    font-weight: 600 !important;
}

.grecho-product-template-v1 .gptv1-hero-fallback p {
    max-width: 680px !important;
}

.grecho-product-template-v1 .gptv1-hero-fallback {
    display: flex;
    color: #ffffff;
}

.grecho-product-template-v1 .gptv1-hero-tags {
    border-bottom: 1px solid var(--gptv1-border);
    background: var(--gptv1-white);
}

.grecho-product-template-v1 .gptv1-hero-tags .grecho-v1-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px 0;
}

.grecho-product-template-v1 .gptv1-hero-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    border: 1px solid rgba(27, 74, 161, .14);
    border-radius: var(--grecho-radius-pill, 999px);
    background: var(--gptv1-soft);
    color: var(--gptv1-blue-dark);
    font-size: 12px;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
    line-height: 1.2;
}

.grecho-product-template-v1 .gptv1-main {
    background: var(--gptv1-white);
}

.grecho-product-template-v1 .gptv1-section {
    padding: var(--grecho-section-padding-desktop, 108px 0);
    background: var(--gptv1-white);
}

.grecho-product-template-v1 .gptv1-product-snapshot {
    padding: 42px 0;
    border-bottom: 1px solid var(--gptv1-border);
    background:
        linear-gradient(180deg, #ffffff, #f8fbff);
}

.grecho-product-template-v1 .gptv1-snapshot-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.grecho-product-template-v1 .gptv1-snapshot-heading .grecho-v1-eyebrow {
    margin: 0;
    color: var(--gptv1-blue);
}

.grecho-product-template-v1 .gptv1-snapshot-heading h2 {
    max-width: 620px;
    margin: 0;
    color: var(--gptv1-text);
    font-size: clamp(24px, 2.7vw, 34px);
    font-weight: var(--grecho-font-weight-heading-strong, 850);
    line-height: 1.12;
}

.grecho-product-template-v1 .gptv1-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.grecho-product-template-v1 .gptv1-snapshot-grid > div {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--gptv1-border);
    border-radius: var(--grecho-radius-small, 8px);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
}

.grecho-product-template-v1 .gptv1-snapshot-grid span,
.grecho-product-template-v1 .gptv1-brief-list span,
.grecho-product-template-v1 .gptv1-review-logic-grid span {
    display: block;
    color: var(--gptv1-blue);
    font-size: 10px;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
    line-height: 1.2;
    text-transform: uppercase;
}

.grecho-product-template-v1 .gptv1-snapshot-grid strong {
    display: block;
    margin-top: 8px;
    color: var(--gptv1-text);
    font-size: 14px;
    line-height: 1.42;
}

.grecho-product-template-v1 .gptv1-snapshot-tags {
    grid-column: span 2;
}

.grecho-product-template-v1 .gptv1-snapshot-tags div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.grecho-product-template-v1 .gptv1-snapshot-tags em {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: var(--grecho-radius-pill, 999px);
    color: var(--gptv1-blue-dark);
    background: rgba(27, 74, 161, .08);
    font-size: 12px;
    font-style: normal;
    font-weight: 760;
    line-height: 1.2;
}

.grecho-product-template-v1 .gptv1-layer-stack,
.grecho-product-template-v1 .gptv1-technical-brief,
.grecho-product-template-v1 .gptv1-related-routes,
.grecho-product-template-v1 .gptv1-faq-preview {
    background: var(--gptv1-soft);
}

.grecho-product-template-v1 .gptv1-section-heading {
    max-width: 820px;
    margin: 0 0 var(--grecho-section-heading-margin, 48px);
}

.grecho-product-template-v1 .gptv1-section-heading h2,
.grecho-product-template-v1 .grecho-v1-section-heading.gptv1-section-heading h2,
.grecho-product-template-v1 .grecho-v1-faq-intro h2,
.grecho-product-template-v1 .gptv1-final-cta h2 {
    margin: 0;
    color: var(--gptv1-text);
    font-size: clamp(30px, 3.6vw, 44px);
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

.grecho-product-template-v1 .gptv1-section-heading p,
.grecho-product-template-v1 .grecho-v1-section-heading.gptv1-section-heading p,
.grecho-product-template-v1 .grecho-v1-faq-intro p {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--gptv1-muted);
    font-size: 15px;
    line-height: 1.72;
}

.grecho-product-template-v1 .gptv1-card-grid {
    display: grid;
    gap: 20px;
}

.grecho-product-template-v1 .gptv1-card-grid.grecho-v1-grid {
    gap: 20px;
}

.grecho-product-template-v1 .gptv1-card-grid .grecho-v1-card-base {
    height: 100%;
    border-radius: var(--grecho-radius-small, 8px);
}

.grecho-product-template-v1 .gptv1-card-grid .grecho-v1-card-base-title {
    font-size: 18px;
    line-height: 1.25;
}

.grecho-product-template-v1 .gptv1-card-grid .grecho-v1-card-base-description {
    font-size: 14px;
    line-height: 1.68;
}

.grecho-product-template-v1 .gptv1-key-fit {
    padding: 74px 0;
}

.grecho-product-template-v1 .gptv1-key-fit .gptv1-section-heading {
    margin-bottom: 24px;
}

.grecho-product-template-v1 .gptv1-key-fit .gptv1-card-grid .grecho-v1-card-base,
.grecho-product-template-v1 .gptv1-key-fit .gptv1-card {
    box-shadow: none;
}

.grecho-product-template-v1 .gptv1-technical-brief-head .gptv1-section-heading {
    margin-bottom: 28px;
}

.grecho-product-template-v1 .gptv1-technical-brief-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 18px;
}

.grecho-product-template-v1 .gptv1-brief-panel {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--gptv1-border);
    border-radius: var(--grecho-radius-small, 8px);
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.grecho-product-template-v1 .gptv1-brief-panel h3 {
    margin: 0 0 16px;
    color: var(--gptv1-text);
    font-size: 20px;
    line-height: 1.22;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

.grecho-product-template-v1 .gptv1-brief-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.grecho-product-template-v1 .gptv1-brief-panel.is-models .gptv1-brief-list {
    grid-template-columns: minmax(0, 1fr);
}

.grecho-product-template-v1 .gptv1-brief-list div {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(226, 232, 240, .78);
    border-radius: var(--grecho-radius-small, 8px);
    background: #f8fbff;
}

.grecho-product-template-v1 .gptv1-brief-list strong {
    display: block;
    margin-top: 8px;
    color: var(--gptv1-text);
    font-size: 13px;
    font-weight: 760;
    line-height: 1.45;
}

.grecho-product-template-v1 .gptv1-brief-panel p {
    margin: 16px 0 0;
    color: var(--gptv1-muted);
    font-size: 13px;
    line-height: 1.65;
}

.grecho-product-template-v1 .gptv1-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grecho-product-template-v1 .gptv1-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grecho-product-template-v1 .gptv1-card,
.grecho-product-template-v1 .gptv1-model-card,
.grecho-product-template-v1 .gptv1-files-grid article,
.grecho-product-template-v1 .gptv1-route-steps article {
    min-width: 0;
    border: 1px solid var(--gptv1-border);
    border-radius: var(--grecho-radius-small, 8px);
    background: var(--gptv1-white);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.grecho-product-template-v1 .gptv1-card {
    display: block;
    padding: 24px;
    color: var(--gptv1-text);
    text-decoration: none;
}

.grecho-product-template-v1 .gptv1-card h3,
.grecho-product-template-v1 .gptv1-route-steps h3,
.grecho-product-template-v1 .gptv1-model-card h3,
.grecho-product-template-v1 .gptv1-files-grid h3 {
    margin: 0;
    color: var(--gptv1-text);
    font-size: 18px;
    line-height: 1.25;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

.grecho-product-template-v1 .gptv1-card p,
.grecho-product-template-v1 .gptv1-route-steps p,
.grecho-product-template-v1 .gptv1-model-card dd,
.grecho-product-template-v1 .gptv1-files-grid p {
    margin: 12px 0 0;
    color: var(--gptv1-muted);
    font-size: 14px;
    line-height: 1.68;
}

.grecho-product-template-v1 .gptv1-link-card {
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.grecho-product-template-v1 .gptv1-link-card:hover {
    border-color: rgba(27, 74, 161, .24);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
    color: var(--gptv1-text);
    text-decoration: none;
    transform: translateY(-2px);
}

.grecho-product-template-v1 .gptv1-link-card > span {
    display: inline-flex;
    margin-top: 18px;
    color: var(--gptv1-blue);
    font-size: 13px;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

.grecho-product-template-v1 .gptv1-stack-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    counter-reset: gptv1-layer;
}

.grecho-product-template-v1 .gptv1-stack-list article {
    position: relative;
    display: grid;
    gap: 16px;
    align-items: start;
    min-height: 260px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid var(--gptv1-border);
    border-radius: var(--grecho-radius-small, 8px);
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .055);
    counter-increment: gptv1-layer;
}

.grecho-product-template-v1 .gptv1-stack-list article::before {
    content: "";
    display: block;
    height: 72px;
    border-radius: var(--grecho-radius-small, 8px);
    border: 1px solid rgba(27, 74, 161, .12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(226, 232, 240, .58)),
        repeating-linear-gradient(90deg, rgba(27, 74, 161, .09) 0 1px, transparent 1px 9px);
}

.grecho-product-template-v1 .gptv1-stack-list article:nth-child(2)::before {
    background:
        linear-gradient(180deg, rgba(191, 219, 254, .86), rgba(96, 165, 250, .32)),
        repeating-linear-gradient(90deg, rgba(27, 74, 161, .12) 0 1px, transparent 1px 14px);
}

.grecho-product-template-v1 .gptv1-stack-list article:nth-child(3)::before {
    background:
        radial-gradient(circle at 20% 28%, rgba(255, 255, 255, .6) 0 4px, transparent 5px),
        radial-gradient(circle at 64% 58%, rgba(255, 255, 255, .5) 0 5px, transparent 6px),
        linear-gradient(135deg, rgba(22, 163, 74, .24), rgba(203, 213, 225, .88));
}

.grecho-product-template-v1 .gptv1-stack-list article:nth-child(4)::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .76) 0 32%, rgba(191, 219, 254, .5) 32% 40%, rgba(203, 213, 225, .74) 40%),
        repeating-linear-gradient(0deg, rgba(27, 74, 161, .08) 0 1px, transparent 1px 10px);
}

.grecho-product-template-v1 .gptv1-stack-list article::after {
    content: counter(gptv1-layer, decimal-leading-zero);
    position: absolute;
    top: 34px;
    right: 34px;
    color: rgba(15, 23, 42, .46);
    font-size: 12px;
    font-weight: 850;
}

.grecho-product-template-v1 .gptv1-stack-list span,
.grecho-product-template-v1 .gptv1-route-steps > article > span,
.grecho-product-template-v1 .gptv1-model-card > span,
.grecho-product-template-v1 .gptv1-files-grid > article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 42px;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: var(--grecho-radius-pill, 999px);
    background: rgba(27, 74, 161, .09);
    color: var(--gptv1-blue-dark);
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
    line-height: 1.2;
}

.grecho-product-template-v1 .gptv1-stack-list h3 {
    margin: 0;
    color: var(--gptv1-text);
    font-size: 20px;
    line-height: 1.24;
}

.grecho-product-template-v1 .gptv1-stack-list p {
    margin: 8px 0 0;
    color: var(--gptv1-muted);
    font-size: 14px;
    line-height: 1.68;
}

.grecho-product-template-v1 .gptv1-review-logic {
    background:
        radial-gradient(circle at 10% 18%, rgba(47, 107, 255, .05), transparent 26%),
        linear-gradient(180deg, #ffffff, #f8fbff);
}

.grecho-product-template-v1 .gptv1-review-head {
    max-width: 860px;
    margin-bottom: 30px;
}

.grecho-product-template-v1 .gptv1-review-head h2 {
    margin: 0;
    color: var(--gptv1-text);
    font-size: clamp(30px, 3.6vw, 44px);
    line-height: 1.08;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

.grecho-product-template-v1 .gptv1-review-head p {
    margin: 16px 0 0;
    color: var(--gptv1-muted);
    font-size: 15px;
    line-height: 1.72;
}

.grecho-product-template-v1 .gptv1-review-logic-grid {
    display: grid;
    gap: 14px;
}

.grecho-product-template-v1 .gptv1-review-logic-grid article {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(220px, 1fr) minmax(180px, .9fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--gptv1-border);
    border-radius: var(--grecho-radius-small, 8px);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
}

.grecho-product-template-v1 .gptv1-review-logic-grid article > div {
    min-width: 0;
    padding: 18px;
    border-right: 1px solid var(--gptv1-border);
}

.grecho-product-template-v1 .gptv1-review-logic-grid article > div:last-child {
    border-right: 0;
}

.grecho-product-template-v1 .gptv1-review-logic-grid article > div:first-child {
    background: var(--gptv1-soft);
}

.grecho-product-template-v1 .gptv1-review-logic-grid strong {
    display: block;
    margin-top: 8px;
    color: var(--gptv1-text);
    font-size: 14px;
    font-weight: 760;
    line-height: 1.42;
}

.grecho-product-template-v1 .gptv1-review-logic-grid p {
    margin: 8px 0 0;
    color: var(--gptv1-muted);
    font-size: 13px;
    line-height: 1.58;
}

.grecho-product-template-v1 .gptv1-route-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.grecho-product-template-v1 .gptv1-route-steps article {
    padding: 22px;
}

.grecho-product-template-v1 .gptv1-route-steps > article > span {
    margin-bottom: 18px;
    background: rgba(22, 163, 74, .10);
    color: #14532d;
}

.grecho-product-template-v1 .gptv1-model-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.grecho-product-template-v1 .gptv1-model-card {
    padding: 26px;
}

.grecho-product-template-v1 .gptv1-model-card > span {
    margin-bottom: 18px;
    background: var(--gptv1-blue);
    color: #ffffff;
}

.grecho-product-template-v1 .gptv1-model-card dl {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
}

.grecho-product-template-v1 .gptv1-model-card dl > div {
    padding-top: 14px;
    border-top: 1px solid var(--gptv1-border);
}

.grecho-product-template-v1 .gptv1-model-card dt {
    margin: 0;
    color: var(--gptv1-blue);
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
    text-transform: uppercase;
}

.grecho-product-template-v1 .gptv1-model-card dd {
    margin-left: 0;
}

.grecho-product-template-v1 .gptv1-spec-table {
    overflow: hidden;
    border: 1px solid var(--gptv1-border);
    border-radius: var(--grecho-radius-small, 8px);
    background: var(--gptv1-white);
}

.grecho-product-template-v1 .gptv1-spec-row {
    display: grid;
    grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr);
    border-bottom: 1px solid var(--gptv1-border);
}

.grecho-product-template-v1 .gptv1-spec-row:last-child {
    border-bottom: 0;
}

.grecho-product-template-v1 .gptv1-spec-row > div {
    padding: 18px 22px;
    color: var(--gptv1-muted);
    font-size: 14px;
    line-height: 1.55;
}

.grecho-product-template-v1 .gptv1-spec-row > div:first-child {
    background: var(--gptv1-soft);
    color: var(--gptv1-text);
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

.grecho-product-template-v1 .gptv1-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.grecho-product-template-v1 .gptv1-tag-list span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid rgba(27, 74, 161, .14);
    border-radius: var(--grecho-radius-pill, 999px);
    background: #ffffff;
    color: var(--gptv1-blue-dark);
    font-size: 13px;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

.grecho-product-template-v1 .gptv1-files {
    background:
        linear-gradient(180deg, #ffffff, #f8fbff);
}

.grecho-product-template-v1 .gptv1-files-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.grecho-product-template-v1 .gptv1-files-grid article {
    padding: 22px;
}

.grecho-product-template-v1 .gptv1-files-grid > article > span {
    margin-bottom: 16px;
}

.grecho-product-template-v1 .gptv1-files-action {
    margin-top: 28px;
}

.grecho-product-template-v1 .gptv1-faq-list {
    display: grid;
    gap: 12px;
    margin-bottom: 26px;
}

.grecho-product-template-v1 .gptv1-faq-list details {
    padding: 20px 22px;
    border: 1px solid var(--gptv1-border);
    border-radius: var(--grecho-radius-small, 8px);
    background: #ffffff;
}

.grecho-product-template-v1 .gptv1-faq-list summary {
    cursor: pointer;
    color: var(--gptv1-text);
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

.grecho-product-template-v1 .gptv1-faq-list p {
    margin: 12px 0 0;
    color: var(--gptv1-muted);
    font-size: 14px;
    line-height: 1.68;
}

.grecho-product-template-v1 .grecho-v1-section.gptv1-faq-preview {
    background: var(--gptv1-soft);
}

.grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-card {
    border-radius: var(--grecho-radius-small, 8px);
}

.grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: clamp(420px, 32vw, 480px);
    max-width: none;
    align-items: stretch;
    justify-content: stretch;
    margin-top: 0;
}

.grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-actions a {
    width: 100%;
    min-height: 46px;
    height: 100%;
    padding: 0 18px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
}

.grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-actions a:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 12px) / 2);
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-copy h2 {
	color: var(--grecho-color-surface-white, #ffffff);
	font-family: var(--grecho-font-family-display, "Inter Tight", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: var(--grecho-font-weight-heading, 700);
	line-height: var(--grecho-line-height-heading, 1.05);
	letter-spacing: var(--grecho-letter-spacing-heading, -0.035em);
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a,
body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:link,
body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:visited {
    color: rgba(255, 255, 255, .64) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .64) !important;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .12);
    opacity: 1;
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:hover,
body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .12);
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials svg {
    color: rgba(255, 255, 255, .64) !important;
    fill: currentColor !important;
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials svg [fill]:not([fill="none"]) {
    fill: rgba(255, 255, 255, .64) !important;
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials svg [stroke]:not([stroke="none"]) {
    stroke: rgba(255, 255, 255, .64) !important;
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:hover svg,
body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:focus-visible svg {
    color: #ffffff !important;
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:hover svg [fill]:not([fill="none"]),
body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:focus-visible svg [fill]:not([fill="none"]) {
    fill: #ffffff !important;
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:hover svg [stroke]:not([stroke="none"]),
body.grecho-product-template-v1-body .grecho-product-template-v1 .grecho-v1-site-footer .grecho-v1-footer-socials a:focus-visible svg [stroke]:not([stroke="none"]) {
    stroke: #ffffff !important;
}

.grecho-product-template-v1 .gptv1-final-cta-fallback {
    background: var(--gptv1-blue-dark);
    color: #ffffff;
}

.grecho-product-template-v1 .gptv1-final-cta-fallback .grecho-v1-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.grecho-product-template-v1 .gptv1-final-cta-fallback span {
    color: #9db8ff;
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
    text-transform: uppercase;
}

.grecho-product-template-v1 .gptv1-final-cta-fallback h2 {
    margin: 10px 0 0;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 44px);
    letter-spacing: 0;
}

.grecho-product-template-v1 .gptv1-final-cta-fallback p {
    max-width: 680px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .78);
    line-height: 1.68;
}

.grecho-product-template-v1 .gptv1-fallback-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 0 32px;
    background: #0f172a;
}

.grecho-product-template-v1 .gptv1-fallback-header a {
    color: #ffffff;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
    text-decoration: none;
}

.grecho-product-template-v1 .gptv1-fallback-footer {
    padding: 42px 0;
    background: #0f172a;
    color: #ffffff;
}

.grecho-product-template-v1 .gptv1-fallback-footer .grecho-v1-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.grecho-product-template-v1 .gptv1-fallback-footer p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
}

.grecho-product-template-v1 .gptv1-fallback-footer a {
    color: #ffffff;
    font-weight: var(--grecho-font-weight-heading-strong, 850);
}

@media (max-width: 1100px) {
    .grecho-product-template-v1 .gptv1-product-hero-layout,
    .grecho-product-template-v1 .gptv1-technical-brief-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-product-hero-shell {
        min-height: 0;
        padding: 44px;
    }

    .grecho-product-template-v1 .gptv1-hero-panel {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
        align-items: stretch;
    }

    .grecho-product-template-v1 .gptv1-product-visual,
    .grecho-product-template-v1 .gptv1-identity-panel,
    .grecho-product-template-v1 .gptv1-document-mini {
        box-shadow: 0 14px 34px rgba(2, 8, 23, .18);
    }

    .grecho-product-template-v1 .gptv1-document-mini {
        grid-column: 1 / -1;
    }

    .grecho-product-template-v1 .gptv1-snapshot-grid,
    .grecho-product-template-v1 .gptv1-stack-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grecho-product-template-v1 .gptv1-review-logic-grid article {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(2) {
        border-right: 0;
    }

    .grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(n+3) {
        border-top: 1px solid var(--gptv1-border);
    }

    .grecho-product-template-v1 .gptv1-grid-4,
    .grecho-product-template-v1 .gptv1-route-steps,
    .grecho-product-template-v1 .gptv1-files-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .grecho-product-template-v1 .gptv1-grid-3,
    .grecho-product-template-v1 .gptv1-model-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-product-hero {
        padding: 30px 0 58px;
    }

    .grecho-product-template-v1 .gptv1-product-hero-shell {
        padding: 34px;
        border-radius: 12px;
    }

    .grecho-product-template-v1 .gptv1-product-hero-layout {
        gap: 28px;
    }

    .grecho-product-template-v1 .gptv1-product-hero h1 {
        font-size: clamp(32px, 7.4vw, 44px);
    }

    .grecho-product-template-v1 .gptv1-hero-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-product-visual {
        min-height: 220px;
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-visual-stack {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grecho-product-template-v1 .gptv1-snapshot-heading {
        display: block;
    }

    .grecho-product-template-v1 .gptv1-snapshot-heading h2 {
        margin-top: 10px;
    }

    .grecho-product-template-v1 .gptv1-brief-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-hero-fallback {
        min-height: 650px !important;
        height: auto !important;
        padding: 118px 0 42px !important;
    }

    .grecho-product-template-v1 .gptv1-section {
        padding: var(--grecho-section-padding-tablet, 76px 0);
    }

    .grecho-product-template-v1 .gptv1-section-heading {
        margin-bottom: 34px;
    }

    .grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-actions {
        width: min(100%, 620px);
        justify-self: start;
    }

    .grecho-product-template-v1 .gptv1-final-cta-fallback .grecho-v1-container {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .grecho-product-template-v1 .grecho-v1-container {
        width: min(100% - 32px, 100%);
    }

    .grecho-product-template-v1 .gptv1-breadcrumb-strip .grecho-v1-container,
    .grecho-product-template-v1 .gptv1-product-hero .grecho-v1-container {
        width: min(100% - 32px, 100%);
    }

    .grecho-product-template-v1 .gptv1-product-hero {
        padding: 24px 0 46px;
    }

    .grecho-product-template-v1 .gptv1-product-hero-shell {
        padding: 26px 18px;
    }

    .grecho-product-template-v1 .gptv1-route-eyebrow {
        margin-bottom: 20px;
    }

    .grecho-product-template-v1 .gptv1-product-hero .gptv1-hero-copy > p:not(.gptv1-route-eyebrow) {
        font-size: 15px;
        line-height: 1.66;
    }

    .grecho-product-template-v1 .gptv1-hero-facts,
    .grecho-product-template-v1 .gptv1-snapshot-grid,
    .grecho-product-template-v1 .gptv1-stack-list,
    .grecho-product-template-v1 .gptv1-review-logic-grid article {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-snapshot-tags {
        grid-column: auto;
    }

    .grecho-product-template-v1 .gptv1-visual-sheet {
        height: 140px;
    }

    .grecho-product-template-v1 .gptv1-visual-stack {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-identity-panel dl div,
    .grecho-product-template-v1 .gptv1-document-mini div {
        grid-template-columns: minmax(0, 1fr);
        gap: 5px;
    }

    .grecho-product-template-v1 .gptv1-review-logic-grid article > div,
    .grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(2) {
        border-right: 0;
        border-top: 1px solid var(--gptv1-border);
    }

    .grecho-product-template-v1 .gptv1-review-logic-grid article > div:first-child {
        border-top: 0;
    }

    .grecho-product-template-v1 .gptv1-hero-fallback {
        min-height: 620px !important;
        padding: 112px 0 36px !important;
    }

    .grecho-product-template-v1 .gptv1-section {
        padding: var(--grecho-section-padding-mobile, 70px 0);
    }

    .grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-actions {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-actions a {
        min-height: 46px;
        white-space: normal;
    }

    .grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-actions a:nth-child(3) {
        grid-column: auto;
        width: 100%;
    }

    .grecho-product-template-v1 .gptv1-grid-4,
    .grecho-product-template-v1 .gptv1-route-steps,
    .grecho-product-template-v1 .gptv1-files-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-stack-list article,
    .grecho-product-template-v1 .gptv1-spec-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-stack-list article {
        gap: 12px;
    }

    .grecho-product-template-v1 .gptv1-spec-row > div:first-child {
        padding-bottom: 8px;
    }

    .grecho-product-template-v1 .gptv1-spec-row > div:last-child {
        padding-top: 8px;
    }

    .grecho-product-template-v1 .gptv1-fallback-footer .grecho-v1-container {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* PT-7G-FIX5C: focused visual polish checklist. */
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip {
    padding-top: 76px;
    border-bottom: 1px solid rgba(226, 232, 240, .72);
    background: rgba(255, 255, 255, .98);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip .grecho-v1-container {
    min-height: 44px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb {
    gap: 10px;
    color: rgba(100, 116, 139, .72);
    font-size: 12px;
    font-weight: var(--grecho-font-weight-nav, 500);
    line-height: 1.35;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb a {
    color: rgba(18, 53, 111, .78);
    font-weight: var(--grecho-font-weight-heading, 700);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-current {
    color: rgba(71, 85, 105, .72);
    font-weight: var(--grecho-font-weight-nav, 500);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-separator {
    color: rgba(148, 163, 184, .62);
    font-weight: 400;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero {
    padding: 44px 0 78px !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #ffffff 100%) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero-shell {
    padding: clamp(42px, 4vw, 54px);
    background:
        radial-gradient(circle at 88% 16%, rgba(47, 107, 255, .16), transparent 30%),
        radial-gradient(circle at 98% 92%, rgba(22, 163, 74, .08), transparent 30%),
        linear-gradient(135deg, #07152f 0%, #102e63 58%, #0e243d 100%);
    box-shadow: 0 20px 56px rgba(15, 23, 42, .10);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
    margin-bottom: 26px !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: rgba(219, 234, 254, .84);
    background: transparent;
    font-size: 12px;
    font-weight: var(--grecho-font-weight-heading, 700);
    letter-spacing: .14em;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero h1 {
    max-width: 730px;
    font-size: clamp(34px, 3.85vw, 48px);
    font-weight: 800 !important;
    line-height: 1.07;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-tag-list {
    gap: 7px;
    margin-top: 22px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-tag-list span {
    min-height: 26px;
    padding: 5px 9px;
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .76);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-facts {
    gap: 10px;
    margin-top: 24px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-facts div {
    padding: 13px 14px;
    border-color: rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .055);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-facts span,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-identity-panel dt,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-document-mini span {
    color: rgba(226, 232, 240, .62);
    font-size: 10px;
    font-weight: var(--grecho-font-weight-heading, 700);
    letter-spacing: .06em;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions {
    gap: 12px;
    margin-top: 30px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary {
    min-height: 44px !important;
    min-width: 196px;
    padding: 0 24px !important;
    border-radius: var(--grecho-radius-pill, 999px) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn:hover,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn:focus-visible {
    transform: translateY(-1px);
    text-decoration: none;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary {
    border-color: var(--gptv1-blue, #1b4aa1) !important;
    background: var(--gptv1-blue, #1b4aa1) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(27, 74, 161, .26);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .gptv1-btn.is-secondary {
    min-width: 224px !important;
    border-color: rgba(255, 255, 255, .38) !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: none;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-snapshot,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-technical-brief,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-files,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-related-routes {
    background: #ffffff !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-key-fit,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-layer-stack,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-related-hubs,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-faq-preview,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-section.gptv1-faq-preview {
    background: var(--gptv1-soft, #f6f9fd) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-snapshot {
    padding: 70px 0 84px !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-key-fit {
    padding-top: 88px !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-technical-brief-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel {
    padding: 24px;
    min-height: 0;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel h3 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 800;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-list div {
    padding: 13px 14px;
    border-radius: 12px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel.is-models .gptv1-brief-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel.is-models .gptv1-brief-list div:nth-child(2),
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel.is-models .gptv1-brief-list div:nth-child(5) {
    grid-column: 1 / -1;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel p {
    margin-top: 14px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list {
    gap: 20px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list article {
    min-height: 244px;
    padding: 22px;
    gap: 14px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list article::before {
    height: 58px;
    border-color: rgba(27, 74, 161, .11);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list span {
    min-height: 28px;
    margin-bottom: 4px;
    padding: 5px 10px;
    font-size: 11px;
    letter-spacing: .04em;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list h3 {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 800;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.62;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic {
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 12%, rgba(47, 107, 255, .18), transparent 28%),
        linear-gradient(135deg, #07152f 0%, #12356f 62%, #0f243f 100%) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-head .grecho-v1-eyebrow {
    color: rgba(191, 219, 254, .9);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-head h2 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-head p {
    color: rgba(255, 255, 255, .76);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid {
    gap: 16px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:first-child,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(2),
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(3) {
    border-color: rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .10);
    box-shadow: none;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid span {
    color: rgba(191, 219, 254, .92);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid strong {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid p {
    color: rgba(255, 255, 255, .76);
    line-height: 1.6;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-faq-preview .grecho-v1-faq-layout {
    align-items: start;
    gap: clamp(38px, 5vw, 72px);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-faq-preview .grecho-v1-faq-intro .grecho-v1-faq-cta-button {
    margin-top: 34px !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-card {
    background:
        radial-gradient(circle at 88% 12%, rgba(47, 107, 255, .22), transparent 28%),
        linear-gradient(135deg, #07152f, #12356f);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-copy h2 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-copy p {
    color: rgba(255, 255, 255, .76) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .76) !important;
}

@media (max-width: 1100px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-technical-brief-grid,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb {
        font-size: 11px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero {
        padding: 22px 0 42px !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero-shell {
        padding: 26px 18px 22px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
        margin-bottom: 20px !important;
        font-size: 11px;
        letter-spacing: .12em;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero h1 {
        font-size: clamp(29px, 8vw, 36px);
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-facts div {
        padding: 11px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-facts strong {
        font-size: 12px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-visual {
        min-height: 168px;
        padding: 16px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-visual-sheet {
        height: 112px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-identity-panel,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-document-mini {
        padding: 16px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-list,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel.is-models .gptv1-brief-list {
        grid-template-columns: minmax(0, 1fr);
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list article {
        min-height: 0;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-faq-preview .grecho-v1-faq-intro .grecho-v1-faq-cta-button {
        margin-top: 28px !important;
    }
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero h1 {
    color: #ffffff !important;
    font-weight: var(--grecho-font-weight-heading-strong, 850) !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip {
    padding-top: 80px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero {
    min-height: 0 !important;
    height: auto !important;
    padding: 34px 0 72px !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #f6f9fd 46%, #eef4fb 100%) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
    margin: 0 0 24px !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: auto;
    min-width: 168px;
    padding: 0 20px;
    border-radius: var(--grecho-radius-pill, 999px);
    font-size: 13px;
    font-weight: var(--grecho-font-weight-heading-strong, 850) !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary {
    min-width: 196px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
    border: 1px solid rgba(255, 255, 255, .34) !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Shared V1 additions kept outside the S01 Trial source files. */
.grecho-product-template-v1 .gptv1-breadcrumb-strip {
    border-bottom: 1px solid rgba(226, 232, 240, .84);
    background: #ffffff;
}

.grecho-product-template-v1 .gptv1-breadcrumb-strip .grecho-v1-container {
    min-height: 42px;
    display: flex;
    align-items: center;
    width: min(1240px, calc(100% - 48px));
}

.grecho-product-template-v1 .gptv1-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    min-width: 0;
    color: rgba(51, 65, 85, .68);
    font-size: 11px;
    font-weight: 680;
    line-height: 1.3;
}

.grecho-product-template-v1 .gptv1-breadcrumb a {
    color: rgba(18, 53, 111, .78);
    text-decoration: none;
    transition: color .18s ease;
}

.grecho-product-template-v1 .gptv1-breadcrumb a:hover,
.grecho-product-template-v1 .gptv1-breadcrumb a:focus {
    color: var(--gptv1-blue);
    text-decoration: none;
}

.grecho-product-template-v1 .gptv1-breadcrumb-current {
    max-width: min(560px, 100%);
    overflow: hidden;
    color: rgba(15, 23, 42, .62);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grecho-product-template-v1 .gptv1-breadcrumb-separator {
    color: rgba(100, 116, 139, .48);
}

.grecho-product-template-v1 .gptv1-review-logic-grid article {
    grid-template-columns: minmax(230px, 1.02fr) minmax(240px, 1fr) minmax(220px, .94fr);
}

.grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(3) {
    border-right: 0;
}

.grecho-product-template-v1 .gptv1-review-logic-grid strong {
    font-size: 13px;
}

.grecho-product-template-v1 .gptv1-review-logic-grid p {
    font-size: 13px;
}

.grecho-product-template-v1 .gptv1-product-hero::before {
    z-index: 0;
}

.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-container {
    z-index: 2;
}

.grecho-product-template-v1 .gptv1-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grecho-product-template-v1 .gptv1-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 168px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: var(--grecho-radius-pill, 999px);
    font-size: 13px;
    font-weight: var(--grecho-font-weight-heading-strong, 850) !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.grecho-product-template-v1 .gptv1-files-action .gptv1-btn.is-primary,
.grecho-product-template-v1 .gptv1-faq-preview .gptv1-btn.is-primary {
    border-color: var(--gptv1-blue);
    background: var(--gptv1-blue);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.grecho-product-template-v1 .gptv1-files-action .gptv1-btn.is-primary:hover,
.grecho-product-template-v1 .gptv1-files-action .gptv1-btn.is-primary:focus,
.grecho-product-template-v1 .gptv1-faq-preview .gptv1-btn.is-primary:hover,
.grecho-product-template-v1 .gptv1-faq-preview .gptv1-btn.is-primary:focus {
    background: var(--gptv1-blue-dark);
    border-color: var(--gptv1-blue-dark);
    text-decoration: none;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .gptv1-btn.is-primary {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .gptv1-btn.is-secondary {
    border: 1px solid rgba(255, 255, 255, .34) !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.grecho-product-template-v1-body .grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-copy h2 {
    letter-spacing: 0;
}

@media (max-width: 900px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero {
        padding: 30px 0 58px !important;
    }

    .grecho-product-template-v1 .gptv1-grid-2 {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-review-logic-grid article {
        grid-template-columns: minmax(0, 1fr);
    }

    .grecho-product-template-v1 .gptv1-review-logic-grid article > div,
    .grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(2),
    .grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(3) {
        border-right: 0;
        border-top: 1px solid var(--gptv1-border);
    }

    .grecho-product-template-v1 .gptv1-review-logic-grid article > div:first-child {
        border-top: 0;
    }
}

@media (max-width: 640px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip {
        padding-top: 72px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero {
        padding: 24px 0 46px !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
        margin-bottom: 20px !important;
    }

    .grecho-product-template-v1 .gptv1-breadcrumb {
        width: 100%;
        gap: 7px;
    }

    .grecho-product-template-v1 .gptv1-breadcrumb-family,
    .grecho-product-template-v1 .gptv1-breadcrumb-separator-family {
        display: none;
    }

    .grecho-product-template-v1 .gptv1-breadcrumb-current {
        min-width: 0;
        max-width: calc(100% - 76px);
        white-space: nowrap;
    }

    .grecho-product-template-v1 .gptv1-btn {
        width: 100%;
        min-width: 0;
    }
}

/* PT-7G-FIX5B: Home/global alignment while preserving the contained Product Detail Hero shell. */
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1.gptv1-page {
    background: var(--gptv1-white, #ffffff);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-container,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip .grecho-v1-container,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-container {
    width: min(var(--grecho-container-default, 1200px), calc(100% - var(--grecho-container-gutter-desktop, 48px))) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip {
    padding-top: 76px;
    border-bottom: 1px solid rgba(226, 232, 240, .86);
    background: #ffffff;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip .grecho-v1-container {
    min-height: 46px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero {
    min-height: 0 !important;
    height: auto !important;
    padding: 42px 0 84px !important;
    color: #ffffff;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 56%, #ffffff 100%) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero::after {
    content: none !important;
    display: none !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero-shell {
    padding: clamp(44px, 4.2vw, 58px);
    border: 1px solid rgba(27, 74, 161, .16);
    border-radius: var(--gptv1-panel-radius, 24px);
    background:
        radial-gradient(circle at 86% 18%, rgba(47, 107, 255, .18), transparent 30%),
        radial-gradient(circle at 98% 88%, rgba(22, 163, 74, .10), transparent 32%),
        linear-gradient(135deg, #071631 0%, #12356f 56%, #0f1e3a 100%);
    box-shadow: var(--gptv1-panel-shadow, 0 24px 70px rgba(15, 23, 42, .10));
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero-shell::before {
    background:
        linear-gradient(90deg, rgba(5, 16, 38, .78), rgba(5, 16, 38, .48) 58%, rgba(5, 16, 38, .18)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .02) 0 1px, transparent 1px 64px);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
    gap: clamp(34px, 4vw, 54px);
    align-items: center;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-eyebrow {
    margin-bottom: 16px;
    color: rgba(219, 234, 254, .9);
    font-size: var(--grecho-font-size-eyebrow, 12px);
    font-weight: var(--grecho-font-weight-heading, 700);
    letter-spacing: var(--grecho-letter-spacing-eyebrow, .14em);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
    margin: 0 0 28px !important;
    padding: 8px 12px;
    border-color: rgba(255, 255, 255, .18);
    border-radius: 10px;
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .075);
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading, 700);
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero h1 {
    max-width: 760px;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: var(--grecho-font-weight-heading-strong, 850) !important;
    line-height: var(--grecho-line-height-heading, 1.05);
    letter-spacing: 0;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-hero-copy > p:not(.gptv1-route-eyebrow) {
    max-width: 670px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.74;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-tag-list {
    gap: 8px;
    margin-top: 24px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-tag-list span,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-model-chip-list span {
    min-height: 28px;
    padding: 6px 10px;
    border-color: rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .075);
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading, 700);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-facts {
    gap: 12px;
    margin-top: 28px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-facts div {
    padding: 15px 16px;
    border-color: rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions {
    gap: 14px;
    margin-top: 32px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary {
    min-height: 44px;
    min-width: 176px;
    padding: 0 24px;
    font-weight: var(--grecho-font-weight-heading, 700) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary {
    box-shadow: 0 14px 30px rgba(2, 8, 23, .16);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .gptv1-btn.is-secondary {
    min-width: 224px !important;
    padding-right: 28px !important;
    padding-left: 28px !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-panel {
    gap: 14px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-visual,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-identity-panel,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-document-mini {
    border-color: rgba(255, 255, 255, .15);
    border-radius: var(--gptv1-card-radius, 20px);
    background: rgba(255, 255, 255, .095);
    box-shadow: none;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-visual {
    min-height: 208px;
    padding: 20px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-visual-sheet {
    border-radius: 14px;
    box-shadow:
        0 18px 36px rgba(2, 8, 23, .16),
        inset 0 0 0 1px rgba(255, 255, 255, .7);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-visual-stack span {
    border-radius: 12px;
    background: rgba(255, 255, 255, .09);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-identity-panel h2 {
    font-size: 21px;
    line-height: 1.18;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-main,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-section {
    background: #ffffff;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-section {
    padding: var(--grecho-section-padding-desktop, 108px 0) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-snapshot {
    padding: 76px 0 92px !important;
    border-bottom: 1px solid rgba(226, 232, 240, .78);
    background: #ffffff;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-technical-brief,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-layer-stack,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-related-routes,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-faq-preview,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-section.gptv1-faq-preview {
    background: var(--gptv1-soft, #f6f9fd);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-section-heading {
    max-width: 790px;
    margin: 0 0 var(--grecho-section-heading-margin, 48px);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-section-heading .grecho-v1-eyebrow,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-heading .grecho-v1-eyebrow,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-head .grecho-v1-eyebrow {
    margin-bottom: 16px;
    color: var(--gptv1-blue, #1b4aa1);
    font-size: var(--grecho-font-size-eyebrow, 12px);
    font-weight: var(--grecho-font-weight-heading, 700);
    letter-spacing: var(--grecho-letter-spacing-eyebrow, .14em);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-section-heading h2,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-section-heading.gptv1-section-heading h2,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-faq-intro h2,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-head h2,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-heading h2,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-final-cta h2 {
    color: var(--gptv1-text, #0f172a);
    font-size: var(--grecho-font-size-section-h2, clamp(32px, 4vw, 48px));
    font-weight: var(--grecho-font-weight-heading, 700);
    line-height: var(--grecho-line-height-heading, 1.05);
    letter-spacing: 0;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-section-heading p,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-section-heading.gptv1-section-heading p,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-faq-intro p,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-head p {
    max-width: 780px;
    color: var(--grecho-color-text-muted, #64748b);
    font-size: 15px;
    line-height: 1.72;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-grid {
    gap: 16px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-grid > div,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-card,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-model-card,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-files-grid article,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-route-steps article,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list article,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-faq-list details,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-card-grid .grecho-v1-card-base {
    border: 1px solid var(--gptv1-border, #e2e8f0);
    border-radius: var(--gptv1-card-radius, 20px);
    background: #ffffff;
    box-shadow: var(--gptv1-card-shadow, 0 18px 46px rgba(15, 23, 42, .08));
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-grid > div,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-card,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-files-grid article,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-route-steps article {
    padding: var(--grecho-card-padding, 24px);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-model-card {
    padding: 28px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-card-grid,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-card-grid.grecho-v1-grid,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-model-grid {
    gap: var(--grecho-card-gap, 24px);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-technical-brief-grid,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-files-grid {
    gap: var(--grecho-card-gap, 24px);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-list {
    gap: 12px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-list div {
    border-color: rgba(226, 232, 240, .9);
    border-radius: 14px;
    background: var(--gptv1-soft, #f6f9fd);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list {
    gap: var(--grecho-card-gap, 24px);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list article::before {
    border-radius: 14px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic {
    background: #ffffff;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-head {
    max-width: 790px;
    margin-bottom: var(--grecho-section-heading-margin, 48px);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid {
    gap: 18px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(2),
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(3) {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--gptv1-border, #e2e8f0);
    border-radius: var(--gptv1-card-radius, 20px);
    background: #ffffff;
    box-shadow: var(--gptv1-card-shadow, 0 18px 46px rgba(15, 23, 42, .08));
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:first-child {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid span,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-grid span,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-list span {
    color: var(--gptv1-blue, #1b4aa1);
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading, 700);
    letter-spacing: .08em;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-files-grid > article > span,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list span,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-route-steps > article > span,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-model-card > span {
    min-height: 30px;
    padding: 6px 11px;
    border-radius: var(--grecho-radius-pill, 999px);
    background: rgba(27, 74, 161, .09);
    color: var(--gptv1-blue-dark, #12356f);
    font-size: 11px;
    font-weight: var(--grecho-font-weight-heading, 700);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-files-action .gptv1-btn.is-primary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-faq-preview .gptv1-btn.is-primary {
    min-height: 44px;
    padding: 0 24px;
    font-weight: var(--grecho-font-weight-heading, 700) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-final-cta .grecho-v1-review-cta-card {
    border-radius: var(--gptv1-panel-radius, 24px);
    box-shadow: var(--gptv1-panel-shadow, 0 24px 70px rgba(15, 23, 42, .10));
}

@media (max-width: 1100px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-panel {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-document-mini {
        grid-column: 1 / -1;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero {
        padding: 34px 0 64px !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero-shell {
        padding: 34px;
        border-radius: var(--gptv1-card-radius, 20px);
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-hero-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero h1 {
        font-size: clamp(32px, 7.4vw, 42px);
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-section {
        padding: var(--grecho-section-padding-tablet, 76px 0) !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-snapshot {
        padding: 66px 0 76px !important;
    }
}

@media (max-width: 640px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-container,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip .grecho-v1-container,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-container {
        width: min(100% - 32px, 100%) !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip {
        padding-top: 72px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero {
        padding: 24px 0 48px !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero-shell {
        padding: 28px 18px 24px;
        border-radius: 18px;
        box-shadow: 0 18px 44px rgba(15, 23, 42, .10);
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
        margin-bottom: 22px !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero h1 {
        font-size: clamp(30px, 8.4vw, 38px);
        line-height: 1.06;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-hero-copy > p:not(.gptv1-route-eyebrow) {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.66;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center !important;
        text-align: center;
        white-space: normal;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-section {
        padding: var(--grecho-section-padding-mobile, 70px 0) !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-snapshot {
        padding: 58px 0 68px !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-section-heading h2,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-section-heading.gptv1-section-heading h2,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .grecho-v1-faq-intro h2,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-head h2,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-heading h2,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-final-cta h2 {
        font-size: clamp(29px, 8vw, 36px);
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-grid > div,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-card,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-model-card,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-files-grid article,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-route-steps article,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list article,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-faq-list details,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div {
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
    }
}

/* PT-7G-FIX5C: final desktop balance and typography lock. */
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-hero-copy > h1#gptv1-hero-title {
    font-weight: 800 !important;
    line-height: 1.07 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions a.grecho-v1-btn {
    font-weight: 800 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-technical-brief-grid {
    align-items: stretch;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel {
    height: 100%;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel.is-models .gptv1-brief-list div {
    padding: 11px 12px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel.is-models p {
    margin-top: 12px;
    font-size: 12.5px;
    line-height: 1.55;
}

/* PT-7G-FIX5C-HOTFIX: Review Logic contrast and breadcrumb utility row. */
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip {
    padding-top: 76px;
    border-bottom: 1px solid rgba(226, 232, 240, .82);
    background: #ffffff;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip .grecho-v1-container {
    width: min(var(--grecho-container-default, 1200px), calc(100% - var(--grecho-container-gutter-desktop, 48px))) !important;
    min-height: 44px;
    display: flex;
    align-items: center;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: 100%;
    min-width: 0;
    color: rgba(71, 85, 105, .66);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb a {
    color: #1b4aa1;
    font-weight: 600;
    text-decoration: none;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb a:hover,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb a:focus {
    color: #12356f;
    text-decoration: none;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-family {
    min-width: 0;
    color: rgba(18, 53, 111, .78);
    font-weight: 600;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-current {
    min-width: 0;
    max-width: min(580px, 52vw);
    overflow: hidden;
    color: rgba(71, 85, 105, .68);
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-separator {
    color: rgba(148, 163, 184, .72);
    font-weight: 400;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:first-child,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(2),
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:nth-child(3) {
    background: #ffffff !important;
    color: #0f172a !important;
    -webkit-text-fill-color: initial;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid article > div:first-child {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid span {
    display: block;
    color: #1b4aa1 !important;
    -webkit-text-fill-color: #1b4aa1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid strong {
    display: block;
    margin-top: 10px;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.42;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-logic-grid p {
    margin: 9px 0 0;
    color: #475569 !important;
    -webkit-text-fill-color: #475569;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 640px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip {
        padding-top: 72px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip .grecho-v1-container {
        width: min(100% - 32px, 100%) !important;
        min-height: 40px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb {
        gap: 7px;
        font-size: 12px;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-family,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-separator-family {
        display: none;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-current {
        max-width: calc(100vw - 122px);
    }
}

/* PT-7G-FIX5C-2: targeted P0 visual defect cleanup. */
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-hero-copy > h1#gptv1-hero-title {
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-identity-panel h2 {
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
    display: inline-block;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(219, 234, 254, .76) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .gptv1-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    line-height: 1 !important;
    text-align: center !important;
    vertical-align: middle;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-heading {
    max-width: none;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-heading h2 {
    max-width: none !important;
    font-size: clamp(32px, 3vw, 42px) !important;
    line-height: 1.08 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list article > span {
    display: none !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list article {
    gap: 14px;
    grid-template-rows: 58px minmax(0, 1fr);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list article > div {
    display: grid;
    grid-template-rows: minmax(46px, auto) auto;
    align-content: start;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-stack-list h3 {
    min-height: 46px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-review-head p {
    color: rgba(255, 255, 255, .74) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .74);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-strip {
    border-bottom-color: rgba(203, 213, 225, .66);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb {
    gap: 8px;
    color: rgba(71, 85, 105, .7);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-products {
    color: #1b4aa1 !important;
    font-weight: 600 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-family {
    color: rgba(18, 53, 111, .72) !important;
    font-weight: 560;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-current {
    color: rgba(71, 85, 105, .72) !important;
    font-weight: 500 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-breadcrumb-separator {
    color: rgba(148, 163, 184, .62) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-technical-brief-grid {
    align-items: start;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel {
    height: auto;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel.is-models .gptv1-brief-list {
    grid-template-columns: minmax(0, 1fr);
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-brief-panel.is-models .gptv1-brief-list div {
    grid-column: auto !important;
}

@media (min-width: 901px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-heading h2 {
        white-space: nowrap;
    }
}

@media (max-width: 640px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
        margin-bottom: 20px !important;
        letter-spacing: .14em !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-snapshot-heading h2 {
        white-space: normal;
    }
}

/* PT-7G-FIX5E: formal product hero alignment to live Home CTA and heading weight. */
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-hero-copy > h1#gptv1-hero-title {
    font-weight: 600 !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-eyebrow {
    margin-bottom: 10px !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-identity-panel h2 {
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
    color: rgba(219, 234, 254, .68) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: .2em !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .gptv1-btn {
    min-height: 44px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn .grecho-v1-btn-arrow,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .gptv1-btn .grecho-v1-btn-arrow {
    margin-left: 8px;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions a.grecho-v1-btn,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions a.grecho-v1-btn-primary,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions a.grecho-v1-btn-secondary {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

@media (max-width: 640px) {
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-hero-copy > h1#gptv1-hero-title {
        font-weight: 600 !important;
        line-height: 1.08 !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-eyebrow {
        margin-bottom: 12px !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .gptv1-route-eyebrow {
        margin-bottom: 20px !important;
        font-weight: 600 !important;
        letter-spacing: .18em !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-primary,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .grecho-v1-btn-secondary,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions .gptv1-btn {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions a.grecho-v1-btn,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions a.grecho-v1-btn-primary,
    body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 .gptv1-product-hero .grecho-v1-actions a.grecho-v1-btn-secondary {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

/* PT-7I-C: scope FAQ Preview CTA paint cleanup to Product Template V1 only. */
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:link,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:visited,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:hover,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:focus,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:active,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:focus-visible {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 44px !important;
    padding: 0 24px !important;
    border: 1px solid var(--gptv1-blue, #1b4aa1) !important;
    border-left: 1px solid var(--gptv1-blue, #1b4aa1) !important;
    border-right: 1px solid var(--gptv1-blue, #1b4aa1) !important;
    border-radius: var(--grecho-radius-pill, 999px) !important;
    outline: 0 !important;
    background: var(--gptv1-blue, #1b4aa1) !important;
    background-color: var(--gptv1-blue, #1b4aa1) !important;
    background-image: linear-gradient(var(--gptv1-blue, #1b4aa1), var(--gptv1-blue, #1b4aa1)) !important;
    background-clip: border-box !important;
    box-shadow: inset 0 0 0 999px var(--gptv1-blue, #1b4aa1) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    transform: none !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:hover,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:focus-visible {
    border-color: var(--gptv1-blue-dark, #12356f) !important;
    background: var(--gptv1-blue-dark, #12356f) !important;
    background-color: var(--gptv1-blue-dark, #12356f) !important;
    background-image: linear-gradient(var(--gptv1-blue-dark, #12356f), var(--gptv1-blue-dark, #12356f)) !important;
    box-shadow: inset 0 0 0 999px var(--gptv1-blue-dark, #12356f) !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button:focus-visible {
    outline: 2px solid rgba(27, 74, 161, .35) !important;
    outline-offset: 3px !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button::before,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button::after,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-text::before,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-text::after,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-arrow::before,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-arrow::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: none !important;
    background-image: none !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-text,
body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-arrow {
    position: relative !important;
    z-index: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: none !important;
    background-image: none !important;
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    text-decoration: none !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-text {
    justify-content: center !important;
    text-align: center !important;
}

body.grecho-product-template-v1-body .grecho-global-page-v1.grecho-product-template-v1 #gptv1-faq-preview.gptv1-faq-preview .grecho-v1-faq-intro a.grecho-v1-faq-cta-button .grecho-v1-btn-arrow {
    flex: 0 0 auto !important;
    margin-left: 1px !important;
    opacity: 1 !important;
    transform: translateY(-1px) !important;
}
