/* ══════════════════════════════════════════
   PRODUCT PAGE v2 — FirstPass (Silico-style layout)
   ══════════════════════════════════════════ */

/* ── Lift page content above the fixed constellation canvas ── */
.hero-section,
.product-section,
#quote-slot,
#footer-slot {
    position: relative;
    z-index: 1;
}

.product-section {
    padding: 80px 0;
}
.product-section-title {
    text-align: center;
    margin-bottom: 16px;
}
/* Gold-gradient treatment for the "Proba" product name (matches hero CTA) */
.proba-gold {
    background: linear-gradient(135deg, #E0CB9A 0%, #C8A96E 45%, #AE8C4A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
/* Animated shimmer variant — a light sweeps across the gold (used on first mention) */
.proba-shimmer {
    background: linear-gradient(110deg, #AE8C4A 0%, #C8A96E 30%, #F6EBCF 50%, #C8A96E 70%, #AE8C4A 100%);
    background-size: 220% auto;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: proba-shimmer 4s linear infinite;
}
@keyframes proba-shimmer {
    to { background-position: -220% 0; }
}
@media (prefers-reduced-motion: reduce) {
    .proba-shimmer {
        animation: none;
        background: linear-gradient(135deg, #E0CB9A 0%, #C8A96E 45%, #AE8C4A 100%);
        background-clip: text;
        -webkit-background-clip: text;
    }
}
.product-section-sub {
    text-align: center;
    color: #BFBFBF;
    font-size: 20px;
    line-height: 30px;
    max-width: 880px;
    margin: 0 auto 56px;
}

/* ══════════════════════════════════════════
   INFOGRAPHIC PLACEHOLDER
   ══════════════════════════════════════════ */
.ig-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1.5px dashed rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    color: #8C8A88;
    text-align: center;
    padding: 24px;
}
.ig-placeholder-kicker {
    font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #6E6C6A;
}
.ig-placeholder-name {
    font-size: 17px;
    color: #BFBFBF;
}

/* ══════════════════════════════════════════
   HERO + full-width product visual
   ══════════════════════════════════════════ */
.hero-eyebrow {
    font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #AE8C4A;
    margin-bottom: 20px;
}
/* Big single-word hero wordmark (the shimmering "Proba"). Semantic h1
   duty lives on the value-prop line below it, so this div carries the
   h1 styles it relied on and the h1 line neutralizes the heading
   styles it would otherwise inherit; both render exactly as before. */
.proba-hero-title {
    font-family: 'Forum', Georgia, serif;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    font-size: clamp(64px, 10vw, 128px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .proba-hero-title { margin-bottom: 8px; }
}
.product-hero .hero-subtitle {
    font-family: 'Source Sans 3', 'Source Sans Pro', system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0;
    font-size: clamp(20px, 2.4vw, 27px);
    color: #E8E4DE;
}
/* Extra breathing room before "See inside the model" */
.product-hero {
    padding-bottom: 120px;
}

.product-hero .hero-cta {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

/* Autoplay UI demo video + caption below the CTA
   (window framing comes from video-hero.css's --demo styles) */
.product-hero .hero-demo {
    max-width: 1240px;
    /* Carries the long pause below the CTA (the caption used to) */
    margin: 176px auto 0;
    /* Cancel the scale(0.9) shrink from video-hero.css; the demo is the hero */
    transform: none;
}
/* Value cards tucked under the demo, ahead of See inside the model:
   wider than the section default (flush with the demo's edges) and
   vertically compressed so they read as a low band, not tall tiles */
.product-hero .value-grid {
    margin-top: 44px;
    max-width: 1240px;
}
/* Icon and label share a row (grid re-slots the existing markup), body
   text spans below: full-size icons, shorter cards */
.product-hero .value-card {
    padding: 18px 24px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: center;
}
.product-hero .value-card img {
    /* Medallion scaled for the row layout: roomier drawing area than
       the base 68px/17px proportion so the glyphs don't crowd */
    width: 56px;
    height: 56px;
    padding: 12px;
    margin-bottom: 0 !important; /* inline per-card margin needs the override */
}
.product-hero .value-card h3 {
    margin: 0;
}
.product-hero .value-card p {
    grid-column: 1 / -1;
    margin-top: 10px;
}
/* Intro figure: the read/trace/debug pipeline graphic between the
   section sub and the value cards. Warm-black ground blends with the
   page; the gold ring frames it. Sized up so its labels stay legible. */
.product-intro-figure {
    max-width: 960px;
    margin: 0 auto 56px;
}
.product-intro-figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    /* Very faint gold ring: softens the edge between the graphic's
       ground and the page without reading as a frame */
    border: 1px solid rgba(200, 169, 110, 0.16);
}
@media (max-width: 768px) {
    .product-intro-figure { margin-bottom: 40px; }
    .product-intro-figure img { border-radius: 12px; }
}

/* Hero launch button — premium gold CTA (scoped to hero only).
   Carries the black P-owl product mark inline; the mark reads on the
   gold gradient the same way the dark label text does. Placeholder
   PNG from the design screenshot; swap for the SVG when it lands. */
.primaryBtn.heroLaunchBtn .heroLaunchBtn-mark {
    display: block;
    height: 26px;
    width: auto;
}
.primaryBtn.heroLaunchBtn {
    position: relative;
    /* NO overflow:hidden here: clipping the button itself eats the
       pill tips at fractional device-pixel-ratios (the border-radius
       clip rasterizes smaller than the painted border). The sheen is
       contained by its own .heroLaunchBtn-sheen overlay instead. */
    gap: 12px;
    height: auto;
    padding: 15px 40px 15px 32px;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #141212;
    /* White ground so the black-and-white product mark reads as
       designed; the gold lives on the perimeter and the glow. The
       gold ring is an inset shadow, not a border: border strokes
       rasterize badly at the pill's tips on fractional DPRs (gold
       drops out / edges look clipped); inset ring fills don't. */
    border: none;
    padding: 16.5px 41.5px 16.5px 33.5px; /* absorbs the removed 1.5px border */
    background: linear-gradient(135deg, #FFFFFF 0%, #F7F2E9 100%);
    box-shadow: inset 0 0 0 1.5px #C8A96E,
                0 10px 34px rgba(231, 219, 196, 0.22),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.primaryBtn.heroLaunchBtn:hover,
.coming_soon:hover .primaryBtn.heroLaunchBtn {
    color: #141212;
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1.5px #AE8C4A,
                0 16px 46px rgba(231, 219, 196, 0.38),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.primaryBtn.heroLaunchBtn .heroLaunchBtn-arrow {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    /* optical alignment: the glyph sits low relative to the label;
       positional nudge, not transform, so the hover slide keeps it */
    position: relative;
    top: -1px;
    transition: transform 0.25s ease;
}
.primaryBtn.heroLaunchBtn:hover .heroLaunchBtn-arrow,
.coming_soon:hover .primaryBtn.heroLaunchBtn .heroLaunchBtn-arrow {
    transform: translateX(4px);
}
/* sheen sweep on hover (gold-tinted: a white sheen would vanish on
   the white ground). Lives in its own overlay so the rounded clip
   never touches the button's border paint. */
.heroLaunchBtn-sheen {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none;
}
.heroLaunchBtn-sheen::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(200, 169, 110, 0.35), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}
.primaryBtn.heroLaunchBtn:hover .heroLaunchBtn-sheen::after,
.coming_soon:hover .primaryBtn.heroLaunchBtn .heroLaunchBtn-sheen::after {
    left: 125%;
}

/* "Coming soon" tooltip: consistent gap below product-page buttons */
.product-hero .coming_soon,
.product-section .coming_soon {
    display: inline-block;
}
@media (min-width: 769px) {
    .product-hero .coming_soon::after,
    .product-section .coming_soon::after {
        top: calc(100% + 10px);
        bottom: auto;
    }
}
.hero-visual {
    max-width: 1160px;
    margin: 72px auto 0;
}
.hero-visual .ig-placeholder {
    aspect-ratio: 16 / 9;
}

/* ══════════════════════════════════════════
   VALUE PROPOSITION — 3 cards
   ══════════════════════════════════════════ */
.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1160px;
    margin: 0 auto;
}
.value-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(232, 224, 212, 0.08);
    background: radial-gradient(120% 90% at 50% -20%, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 45%, transparent 70%), #1F1D1D;
    border-radius: 16px;
    padding: 36px 32px;
    transition: transform 0.6s cubic-bezier(.19, 1, .22, 1), border-color 0.4s, box-shadow 0.6s;
}
.value-card:hover {
    transform: translateY(-5px);
    border-color: rgba(200, 169, 110, 0.35);
    box-shadow: 0 30px 60px -25px rgba(0, 0, 0, 0.8), 0 0 40px -12px rgba(200, 169, 110, 0.15);
}
/* Diagonal shine sweep on hover (matches homepage/team cards) */
.value-card::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 30%, rgba(232, 224, 212, 0.08) 48%, rgba(200, 169, 110, 0.12) 52%, transparent 70%);
    transform: translateX(-130%);
    transition: transform 1.1s cubic-bezier(.19, 1, .22, 1);
}
.value-card:hover::after {
    transform: translateX(130%);
}
/* Icon medallion: neutral ring, quiet depth (gold arrives on hover only) */
.value-card > img {
    width: 68px;
    height: 68px;
    padding: 17px;
    box-sizing: border-box;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02) 72%), rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px -6px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(.19, 1, .22, 1), border-color 0.4s, box-shadow 0.4s;
}
.value-card:hover > img {
    transform: translateY(-2px) scale(1.06);
    border-color: rgba(200, 169, 110, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 30px -8px rgba(200, 169, 110, 0.4);
}
.value-card .ig-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 24px;
}
.value-card h3 {
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #C8A96E;
}
.value-card p {
    color: #BFBFBF;
    font-size: 17px;
    line-height: 1.6;
}

/* ══════════════════════════════════════════
   FEATURE ROWS — alternating copy / visual
   ══════════════════════════════════════════ */
.feature-rows {
    display: flex;
    flex-direction: column;
    gap: 168px;
    max-width: 1160px;
    margin: 0 auto;
}
.feature-row {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 64px;
    align-items: center;
}
.feature-row.flip .feature-copy { order: 2; }
.feature-row.flip .feature-visual { order: 1; }
.feature-label {
    font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #AE8C4A;
    margin-bottom: 16px;
}
.feature-copy h3 {
    font-family: 'Forum', Georgia, serif;
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}
.feature-copy p {
    color: #BFBFBF;
    font-size: 18px;
    line-height: 1.65;
}
.feature-copy p + p {
    margin-top: 14px;
}
.feature-copy a {
    color: #C8A96E;
    border-bottom: 1px solid rgba(231, 219, 196, 0.35);
    transition: border-color 0.2s;
}
.feature-copy a:hover {
    border-bottom-color: #C8A96E;
}
.feature-visual .ig-placeholder {
    aspect-ratio: 4 / 3;
}
/* Opaque panel so fixed constellation canvas does not show through graphics */
.feature-section .feature-visual {
    background: #141212;
    border-radius: 18px;
    position: relative;
    isolation: isolate;
}
/* Desktop enlargement bleeds past the grid cell; paint behind those areas too */
.feature-section .feature-visual .agent-loop,
.feature-section .feature-visual .intervene-flow {
    background: #141212;
    border-radius: 18px;
}

/* ══════════════════════════════════════════
   DESIGN-PARTNER OFFER
   ══════════════════════════════════════════ */
.offer-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.offer-card {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}
.offer-card > :last-child {
    margin-bottom: 0;
}
.offer-card h2 {
    font-family: 'Forum', Georgia, serif;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}
.offer-card p {
    color: #E0E0E0;
    font-size: 18px;
    line-height: 1.65;
}
.offer-card p + p {
    margin-top: 16px;
}
.offer-card p a {
    color: #C8A96E;
    border-bottom: 1px solid rgba(231, 219, 196, 0.35);
    transition: border-color 0.2s;
}
.offer-card p a:hover {
    border-bottom-color: #C8A96E;
}
.offer-refund {
    color: #8C8A88 !important;
    font-size: 13px !important;
    font-style: italic;
    margin-top: 24px;
}
.offer-refund a {
    color: #C8A96E;
    border-bottom: 1px solid rgba(231, 219, 196, 0.35);
    transition: border-color 0.2s;
}
.offer-refund a:hover {
    border-bottom-color: #C8A96E;
}
.offer-cta {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.offer-split {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 48px;
    align-items: stretch;
    text-align: center;
}
.offer-col {
    display: flex;
    flex-direction: column;
}
.offer-col .offer-cta {
    margin-top: auto;
    padding-top: 36px;
}
.offer-cta {
    flex-wrap: wrap;
}
.offer-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.12);
}
.offer-foot {
    margin-top: 28px;
    font-size: 0.8em;
}
.offer-placeholder {
    font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
    font-size: 0.9em;
    color: #C8A96E;
    background: rgba(231, 219, 196, 0.08);
    border-radius: 6px;
    padding: 1px 7px;
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 1080px) {
    .value-grid { grid-template-columns: 1fr; max-width: 640px; }
    .feature-row,
    .feature-row.flip {
        grid-template-columns: 1fr;
        gap: 32px;
        max-width: 640px;
        margin: 0 auto;
    }
    .feature-row.flip .feature-copy { order: 1; }
    .feature-row.flip .feature-visual { order: 2; }
    .feature-rows { gap: 110px; }
}
@media (max-width: 768px) {
    .product-section { padding: 56px 0; }
    .product-section-sub { font-size: 17px; line-height: 26px; margin-bottom: 40px; }
    .product-hero { padding-bottom: 72px; }
    .product-hero .hero-demo { margin-top: 80px; }
    .product-hero .value-grid { margin-top: 32px; }
    .hero-visual { margin-top: 48px; }
    .feature-copy h3 { font-size: 30px; }
    .offer-card { padding: 40px 24px; }
    .offer-card h2 { font-size: 32px; }
    .offer-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .offer-divider {
        width: 100%;
        height: 1px;
        align-self: auto;
    }
}


/* ══════════════════════════════════════════
   COMPARE TABLE INFOGRAPHIC
   ══════════════════════════════════════════ */
.compare-table {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.03);
        padding: 22px 20px;
        box-sizing: border-box;
        overflow-x: auto;
    }
    .compare-table table {
        width: 100%;
        border-collapse: collapse;
    }
    .compare-table th {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: rgba(255, 255, 255, 0.4);
        text-align: right;
        padding: 0 8px 12px;
        white-space: nowrap;
    }
    .compare-table th:first-child {
        text-align: left;
        padding-left: 0;
    }
    .compare-table th:last-child { padding-right: 0; }
    .compare-table td {
        padding: 11px 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        font-size: 14px;
        color: rgba(255, 255, 255, 0.75);
        text-align: right;
        white-space: nowrap;
    }
    .compare-table td:first-child {
        text-align: left;
        padding-left: 0;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.85);
        white-space: normal;
    }
    .compare-table td:last-child { padding-right: 0; }
    .delta {
        font-variant-numeric: tabular-nums;
        font-weight: 600;
    }
    .compare-table td.more-row {
        color: rgba(255, 255, 255, 0.3);
        font-size: 14px;
        padding: 6px 8px 2px;
        text-align: right;
    }
    .compare-table td.more-row:first-child { text-align: left; }
    .compare-table .delta.pos { color: #8FC98F; }
    .compare-table .delta.neg { color: #C9847E; }
    .compare-table .delta.flat { color: rgba(255, 255, 255, 0.45); }
    .tier {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        padding: 2px 10px;
        border-radius: 100px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        color: rgba(255, 255, 255, 0.6);
    }
    .compare-caption {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.45;
        font-style: italic;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
    }
    .table-title {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: rgba(255, 255, 255, 0.45);
        margin-bottom: 20px;
    }


/* ══════════════════════════════════════════
   INTERVENE LOOP INFOGRAPHIC
   ══════════════════════════════════════════ */
.intervene-diagram {
        width: 100%;
    }
    .iv-box {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.04);
        padding: 24px 20px 22px;
        display: flex;
        align-items: flex-start;
        gap: 22px;
    }
    .iv-col-flag {
        flex: 0 0 208px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        min-width: 0;
    }
    .iv-col-rest {
        flex: 1;
        min-width: 0;
        position: relative;
    }
    .iv-head {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .iv-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(255, 255, 255, 0.04);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .iv-step-label {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(255, 255, 255, 0.45);
    }
    /* headers over the svg: trace over dots, intervene over labels */
    .iv-rest-heads {
        position: relative;
        height: 72px;
    }
    .iv-rest-heads .iv-head {
        position: absolute;
        top: 0;
        transform: translateX(-50%);
    }
    .iv-head-trace { left: 24%; }
    .iv-head-intervene { left: 80%; }

    /* flag readout rows */
    .iv-readout {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }
    .iv-read-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.03);
        padding: 9px 10px;
        font-size: 12.5px;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
    }
    .iv-read-row.flagged {
        border-color: rgba(201, 132, 126, 0.5);
        background: rgba(201, 132, 126, 0.07);
    }
    .iv-delta { font-weight: 600; font-variant-numeric: tabular-nums; flex-shrink: 0; }
    .iv-pos-bad { color: #C9847E; }
    .iv-dim { color: rgba(255, 255, 255, 0.45); }

    .iv-merged-svg { width: 100%; }
    .iv-merged-svg svg { width: 100%; height: auto; display: block; }

    .iv-caption {
        margin-top: 22px;
        font-size: 14px;
        font-style: italic;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
    }

    @media (max-width: 640px) {
        .iv-box { flex-direction: column; align-items: stretch; }
        .iv-col-flag { flex: none; }
    }


/* ══════════════════════════════════════════
   AGENT LOOP INFOGRAPHIC
   ══════════════════════════════════════════ */
.agent-loop { width: 100%; }
    .agent-loop svg { width: 100%; height: auto; display: block; }
    /* Enlarge on desktop. The visual panel is opaque, so the right
       bleed must stay off the copy column: the size gain comes from
       the tightened SVG viewBox (~19%) plus extra LEFT bleed only. */
    @media (min-width: 992px) {
        .agent-loop { width: 124%; margin-left: -16%; }
    }
    .al-caption {
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.45;
        font-style: italic;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
    }


/* ══════════════════════════════════════════
   INSTRUMENTS GRID INFOGRAPHIC
   ══════════════════════════════════════════ */
.instruments-grid {
        width: 100%;
    }
    .ig-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        max-width: 580px;
        margin: 0 auto;
        position: relative;
    }
    /* fading cross dividers */
    .ig-grid::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 4%;
        bottom: 4%;
        width: 1px;
        background: linear-gradient(to bottom,
            transparent,
            rgba(231, 219, 196, 0.4) 35%,
            rgba(231, 219, 196, 0.4) 65%,
            transparent);
        pointer-events: none;
    }
    .ig-grid::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 4%;
        right: 4%;
        height: 1px;
        background: linear-gradient(to right,
            transparent,
            rgba(231, 219, 196, 0.4) 35%,
            rgba(231, 219, 196, 0.4) 65%,
            transparent);
        pointer-events: none;
    }
    .ig-card {
        padding: 26px 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .ig-card svg { display: block; width: 128px; height: 96px; }
    .ig-card-label {
        font-size: 16px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.85);
        text-align: center;
    }
    .ig-caption {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.45;
        font-style: italic;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
    }


/* offer card visuals */
.offer-visual {
    margin: 20px auto 4px;
    max-width: 400px;
}
.offer-visual img {
    width: 100%;
    display: block;
    border-radius: 14px;
}


/* ══════════════════════════════════════════
   EXPLORE-STYLE OFFER CARDS (from home.css)
   ══════════════════════════════════════════ */
.explore_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    text-align: left;
}
.explore_card {
    background: #1F1D1D;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    transition: transform 0.3s;
}
.explore_card:hover {
    transform: translateY(-4px);
}
.explore_card > img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.explore_card > div {
    padding: 24px 48px 48px;
}
.explore_card h3 {
    font-size: 28px;
    margin-bottom: 0;
}
.explore_card .text-dark {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 24px;
    color: #E0E0E0;
}
@media (max-width: 767.98px) {
    .explore_grid { grid-template-columns: 1fr; }
    .explore_card > div { padding: 16px 16px 24px; }
    .explore_card > img { height: 200px; }
}


/* ══════════════════════════════════════════
   INTERVENE FLOW INFOGRAPHIC (serpentine)
   ══════════════════════════════════════════ */
.intervene-flow { width: 100%; }
    .intervene-flow svg { width: 100%; height: auto; display: block; }
    /* Slight desktop enlargement */
    @media (min-width: 992px) {
        .intervene-flow { width: 106%; margin-left: -3%; }
    }
    .if-caption {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.45;
        font-style: italic;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
    }
