.gpro {
    --gpro-shell: 1216px;
    --gpro-ink: #f8fafc;
    --gpro-text: #d7e1ec;
    --gpro-muted: #94a3b8;
    --gpro-line: rgba(255, 255, 255, 0.14);
    --gpro-line-strong: rgba(255, 255, 255, 0.24);
    --gpro-red: #b4232b;
    --gpro-red-strong: #941c24;
    --gpro-navy: #050d19;
    --gpro-panel: #081827;
    --gpro-panel-soft: #0d2135;
    --gpro-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
    --gpro-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
    overflow-x: clip;
    background: var(--gpro-navy);
    color: var(--gpro-ink);
    font-family: var(--gpro-sans);
}

.gpro *,
.gpro *::before,
.gpro *::after {
    box-sizing: border-box;
}

.gpro a {
    color: inherit;
}

.gc-unified-page .gpro :where(p, li, dd, span, small, label, td) {
    -webkit-text-fill-color: currentColor !important;
}

.gc-unified-page .gpro :where(article, aside, details) {
    background-clip: padding-box;
}

.gpro > section,
.gpro article,
.gpro-final {
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
}

html.gtrust-js .gpro [data-gtrust-animate],
.gpro [data-gtrust-animate] {
    opacity: 1 !important;
    transform: none !important;
}

.gpro-shell {
    width: min(var(--gpro-shell), calc(100% - 48px));
    margin: 0 auto;
}

.gpro-hero {
    position: relative;
    min-height: calc(100svh - 64px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #050d19;
}

.gpro-hero__media,
.gpro-hero__shade {
    position: absolute;
    inset: 0;
}

.gpro-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    filter: saturate(0.9) contrast(1.06);
}

.gpro-hero__shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 13, 25, 0.98) 0%, rgba(5, 13, 25, 0.88) 42%, rgba(5, 13, 25, 0.28) 100%),
        linear-gradient(180deg, rgba(5, 13, 25, 0.1) 0%, rgba(5, 13, 25, 0.98) 100%);
}

.gpro-hero__inner {
    position: relative;
    z-index: 2;
    padding: clamp(72px, 8vw, 126px) 0 clamp(56px, 7vw, 96px);
    animation: gpro-hero-in 680ms ease both;
}

.gpro-hero h1 {
    max-width: 840px;
    margin: 0;
    color: #fff;
    font-family: var(--gpro-serif);
    font-size: clamp(3rem, 7.2vw, 6.6rem);
    font-weight: 660;
    line-height: 0.95;
    letter-spacing: 0;
    text-wrap: balance;
}

.gpro-hero__lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: var(--gpro-text);
    font-size: clamp(1.05rem, 1.7vw, 1.26rem);
    line-height: 1.62;
}

.gpro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 30px;
}

.gpro-hero__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    width: min(680px, 100%);
    margin: 42px 0 0;
    border: 1px solid var(--gpro-line);
    background: var(--gpro-line);
}

.gpro-hero__proof div {
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
}

.gpro-hero__proof dt {
    margin: 0 0 4px;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 900;
}

.gpro-hero__proof dd {
    margin: 0;
    color: var(--gpro-muted);
    font-size: 0.82rem;
}

.gpro-intent {
    background:
        radial-gradient(circle at top right, rgba(180, 35, 43, 0.18), transparent 34%),
        var(--gpro-navy);
}

.gpro-route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gpro-route {
    min-height: 100%;
    padding: 30px;
    border: 1px solid var(--gpro-line);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(13, 33, 53, 0.86), rgba(8, 24, 39, 0.96));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.gpro-route:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(180deg, rgba(16, 43, 68, 0.94), rgba(8, 24, 39, 0.98));
}

@keyframes gpro-hero-in {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gpro-route > p {
    margin: 0 0 10px;
    color: #ff8b91;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.gpro-route h3 {
    margin: 0;
    color: #fff;
    font-family: var(--gpro-serif);
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    font-weight: 650;
    line-height: 1.05;
}

.gpro-route span,
.gpro-route strong,
.gpro-route li,
.gpro-route a,
.gpro-flow p,
.gpro-boundary p,
.gpro-opportunity-grid p,
.gpro-faq p,
.gpro-final p {
    letter-spacing: 0;
}

.gpro-route > span {
    display: block;
    margin-top: 16px;
    color: var(--gpro-text);
    line-height: 1.62;
}

.gpro-route > strong {
    display: block;
    margin-top: 18px;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.45;
}

.gpro-route ul {
    display: grid;
    gap: 9px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.gpro-route li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: var(--gpro-text);
    font-size: 0.92rem;
    line-height: 1.45;
}

.gpro-route li svg {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #ff8b91;
}

.gpro-route > a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 24px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.gpro-flow__layout,
.gpro-boundary__layout,
.gpro-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
    gap: clamp(34px, 6vw, 74px);
    align-items: center;
}

.gpro-flow h2,
.gpro-boundary h2,
.gpro-faq h2,
.gpro-final h2 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-family: var(--gpro-serif);
    font-size: clamp(2.35rem, 4.8vw, 4.6rem);
    font-weight: 650;
    line-height: 1;
    letter-spacing: 0;
    text-wrap: balance;
}

.gpro-flow p,
.gpro-boundary p,
.gpro-faq p,
.gpro-final p {
    max-width: 660px;
    margin: 20px 0 0;
    color: var(--gpro-text);
    font-size: 1rem;
    line-height: 1.68;
}

.gpro-steps {
    display: grid;
    gap: 1px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--gpro-line);
    background: var(--gpro-line);
    list-style: none;
}

.gpro-steps li {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 22px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.055);
}

.gpro-steps span {
    color: #ff8b91;
    font-family: var(--gpro-serif);
    font-size: 2.25rem;
    line-height: 1;
}

.gpro-steps h3 {
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
}

.gpro-steps p {
    margin: 8px 0 0;
    font-size: 0.95rem;
}

.gpro-proof-list {
    display: grid;
    gap: 1px;
    margin-top: 28px;
    border: 1px solid var(--gpro-line);
    background: var(--gpro-line);
}

.gpro-evidence-panel {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    border: 1px solid var(--gpro-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(180, 35, 43, 0.16), transparent 42%),
        linear-gradient(180deg, rgba(13, 33, 53, 0.88), rgba(5, 13, 25, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 30px 70px rgba(0, 0, 0, 0.22);
}

.gpro-evidence-panel > p {
    margin: 0 0 26px;
    color: #ff8b91;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.gpro-evidence-panel ol {
    display: grid;
    gap: 1px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--gpro-line);
    background: var(--gpro-line);
    list-style: none;
}

.gpro-evidence-panel li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.055);
}

.gpro-evidence-panel span {
    color: #ff8b91;
    font-family: var(--gpro-serif);
    font-size: 1.6rem;
    line-height: 1;
}

.gpro-evidence-panel strong {
    display: block;
    color: #fff;
    font-size: 0.98rem;
}

.gpro-evidence-panel small {
    display: block;
    margin-top: 5px;
    color: var(--gpro-text);
    font-size: 0.84rem;
    line-height: 1.45;
    max-width: 32ch;
    word-break: normal;
    overflow-wrap: anywhere;
}

.gpro-proof-list article {
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.055);
}

.gpro-proof-list h3,
.gpro-opportunity-grid h3 {
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.2;
}

.gpro-proof-list p,
.gpro-opportunity-grid p {
    margin: 9px 0 0;
    color: var(--gpro-text);
    font-size: 0.96rem;
    line-height: 1.58;
}

.gpro-opportunity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--gpro-line);
    background: var(--gpro-line);
}

.gpro-opportunity-grid article {
    min-height: 220px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.055);
}

.gpro-decision-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--gpro-line);
    background: var(--gpro-line);
}

.gpro-decision {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: linear-gradient(180deg, rgba(13, 33, 53, 0.88), rgba(8, 24, 39, 0.98));
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}

.gpro-decision:hover {
    transform: translateY(-3px);
    background: linear-gradient(180deg, rgba(16, 43, 68, 0.96), rgba(8, 24, 39, 1));
}

.gpro-decision__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid var(--gpro-line);
    border-radius: 8px;
    color: #ff8b91;
    background: rgba(180, 35, 43, 0.16);
}

.gpro-decision small {
    display: block;
    margin-bottom: 9px;
    color: #ff8b91;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.gpro-decision strong {
    color: #fff;
    font-family: var(--gpro-serif);
    font-size: 1.55rem;
    font-weight: 650;
    line-height: 1.05;
}

.gpro-decision p {
    margin: 14px 0 0;
    color: var(--gpro-text);
    font-size: 0.96rem;
    line-height: 1.58;
}

.gpro-decision em {
    display: inline-flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: auto;
    padding-top: 24px;
    color: #fff;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 900;
}

.gpro-principles__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.85fr);
    gap: clamp(34px, 6vw, 74px);
    align-items: center;
}

.gpro-principles h2 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-family: var(--gpro-serif);
    font-size: clamp(2.35rem, 4.8vw, 4.6rem);
    font-weight: 650;
    line-height: 1;
    letter-spacing: 0;
    text-wrap: balance;
}

.gpro-principles p {
    max-width: 650px;
    margin: 20px 0 0;
    color: var(--gpro-text);
    line-height: 1.68;
}

.gpro-faq__items {
    display: grid;
    gap: 10px;
}

.gpro-faq details {
    border: 1px solid var(--gpro-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

.gpro-faq summary {
    cursor: pointer;
    padding: 20px 22px;
    color: #fff;
    font-weight: 900;
}

.gpro-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 0.96rem;
}

.gpro-final {
    background:
        linear-gradient(135deg, rgba(180, 35, 43, 0.2), transparent 36%),
        linear-gradient(180deg, #081827, #050d19);
}

@media (max-width: 1023.98px) {
    .gpro-hero {
        min-height: auto;
    }

    .gpro-hero__inner {
        padding-top: 76px;
    }

    .gpro-hero h1 {
        font-size: clamp(2.55rem, 13vw, 4.4rem);
    }

    .gpro-route-grid,
    .gpro-opportunity-grid,
    .gpro-decision-grid,
    .gpro-flow__layout,
    .gpro-boundary__layout,
    .gpro-faq__layout,
    .gpro-principles__layout {
        grid-template-columns: 1fr;
    }

    .gpro-evidence-panel {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .gpro-shell {
        width: min(100% - 28px, 100%);
    }

    .gpro-hero__proof {
        grid-template-columns: 1fr;
    }

    .gpro-actions .gtrust-btn,
    .gtrust-final__actions .gtrust-btn {
        width: 100%;
    }

    .gpro-route,
    .gpro-opportunity-grid article {
        padding: 22px;
    }

    .gpro-steps li {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
