/* =========================================================
   Framework Page — OODA Loop
   ========================================================= */


.fw-body {
    background: var(--lighter, #f6f6f8);
    min-height: 100vh;
    font-family: 'Manrope', sans-serif;
}

/* ── Page layout ──────────────────────────────────────────── */
.fw-page {
    padding: 120px 24px 80px;
    max-width: 1160px;
    margin: 0 auto;
}

/* ── Header ───────────────────────────────────────────────── */
.fw-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 72px;
}

.fw-header-eyebrow {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #111118;
    margin-bottom: 16px;
}

.fw-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b6b80;
    margin-bottom: 16px;
}

.fw-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.035em;
    color: #111118;
    margin-bottom: 20px;
}

.fw-title em {
    font-style: italic;
    color: #4f46e5;
}

.fw-hero-disclaimer {
    font-size: 0.8125rem;
    color: #6b6b80;
    line-height: 1.6;
    text-align: center;
    max-width: 560px;
    margin: -48px auto 64px;
}

.fw-subtitle {
    font-size: 1.0625rem;
    color: #6b6b80;
    line-height: 1.7;
    font-weight: 400;
}

/* ── OODA lemniscate loop + side panel ─────────────────────── */
.fw-ooda-wrap {
    margin: 0 auto 90px;
    max-width: 1160px;
    padding: 0 24px;
}

.fw-ooda-body {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
    gap: 32px;
    align-items: center;
}

.fw-ooda-canvas {
    width: 100%;
}

#fwOodaCanvas {
    display: block;
    width: 100%;
}

.fw-ooda-panel {
    padding: 4px 4px 0;
}

.fw-ooda-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.fw-ooda-tab {
    border: none;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
}

.fw-ooda-tab--active {
    background: #0f172a;
    color: #e5e7eb;
}

.fw-ooda-pill {
    display: inline-flex;
    align-items: center;
    padding: 2px 0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 10px;
}

.fw-ooda-panel-title {
    font-family: 'Playfair Display', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.35rem;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #111827;
}

.fw-ooda-panel-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4b5563;
    margin: 0 0 14px;
}

.fw-ooda-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    font-size: 0.9rem;
    color: #4b5563;
}

.fw-ooda-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
}

.fw-ooda-list li::before {
    content: '';
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #4f46e5;
    margin-top: 7px;
}

.fw-ooda-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 8px;
    border-top: 1px dashed rgba(148, 163, 184, 0.7);
}

.fw-ooda-stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    font-weight: 600;
}

.fw-ooda-stat-value {
    font-size: 0.95rem;
    color: #111827;
    font-weight: 600;
}

@media (max-width: 860px) {
    .fw-ooda-wrap {
        padding: 0 20px;
    }
    .fw-ooda-body {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
    .fw-ooda-panel {
        padding: 20px 20px 18px;
    }
}

/* ── Knowledge Graph ─────────────────────────────────────────── */
.kg-section {
    padding: 80px 0 60px;
}

.kg-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px;
    padding: 0 24px;
}

.kg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(45,200,168,0.08);
    border: 1px solid rgba(45,200,168,0.2);
    color: #2DC8A8;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.kg-eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2DC8A8;
    animation: kg-blink 2s ease-in-out infinite;
}

@keyframes kg-blink { 0%,100%{ opacity:1 } 50%{ opacity:0.3 } }

.kg-header-eyebrow {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--text, #0f172a);
    margin-bottom: 16px;
}

.kg-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: var(--text, #0f172a);
    margin-bottom: 16px;
}

.kg-title em {
    font-style: italic;
    color: #F28B5A;
}

.kg-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-muted, #6B7280);
    line-height: 1.8;
}

/* Mode tabs */
.kg-tabs-wrap {
    max-width: 900px;
    margin: 0 auto 0;
    padding: 0 24px;
    display: flex;
    gap: 8px;
}

.kg-tab {
    padding: 8px 18px;
    border-radius: 100px;
    border: 1px solid rgba(15,23,42,0.12);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    background: white;
    color: #6B7280;
    transition: all 0.2s ease;
    font-family: 'Manrope', sans-serif;
}

.kg-tab.active {
    background: #0f172a;
    color: white;
    border-color: #0f172a;
}

/* Main layout */
.kg-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-template-rows: auto auto;
    gap: 0;
    align-items: start;
}

.kg-canvas-wrap {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    overflow: visible; /* let outermost glows/labels breathe */
}

#kgCanvas {
    width: 100%;
    max-width: 780px;
    height: auto;
    display: block;
}

/* Scrubber lives inside kg-body, below canvas on desktop */
.kg-scrubber-wrap {
    grid-column: 1;
    grid-row: 2;
    max-width: none;
    margin: 0;
    padding: 12px 0 32px;
}

/* Panel */
.kg-panel {
    grid-column: 2;
    grid-row: 1 / 3;   /* spans canvas row + scrubber row */
    padding: 32px 24px;
    position: sticky;
    top: 100px;
}

.kg-panel-mode {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
    transition: color 0.4s ease;
}

.kg-panel-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--text, #0f172a);
    margin-bottom: 12px;
}

.kg-panel-desc {
    font-size: 14px;
    font-weight: 300;
    color: #6B7280;
    line-height: 1.8;
    margin-bottom: 24px;
    min-height: 80px;
}

.kg-chain {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
}

.kg-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    opacity: 0;
    transform: translateX(8px);
    transition: all 0.5s ease;
    padding-bottom: 14px;
    position: relative;
}

.kg-step::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 24px;
    width: 1px;
    height: calc(100% - 8px);
    background: rgba(15,23,42,0.08);
}

.kg-step:last-child::after { display: none; }
.kg-step:last-child { padding-bottom: 0; }
.kg-step.visible { opacity: 1; transform: translateX(0); }

.kg-step-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.kg-step-text {
    font-size: 13px;
    color: var(--text, #0f172a);
    line-height: 1.5;
    padding-top: 3px;
}

.kg-step-sub {
    font-size: 11px;
    color: #6B7280;
    margin-top: 2px;
}

.kg-stat {
    background: white;
    border: 1px solid rgba(15,23,42,0.06);
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.kg-stat-val {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.4s ease;
}

.kg-stat-label {
    font-size: 12px;
    color: #6B7280;
    font-weight: 300;
    line-height: 1.5;
}

/* Scrubber — layout handled by kg-body grid (see grid definitions above) */
.kg-scrubber-wrap {
    padding: 12px 0 32px;
}

.kg-scrubber-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.kg-scrubber-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6B7280;
}

.kg-scrubber-val {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--text, #0f172a);
}

.kg-track {
    position: relative;
    height: 6px;
    background: rgba(15,23,42,0.08);
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 8px;
}

.kg-fill {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, #2DC8A8, #7C6FCD);
    pointer-events: none;
}

.kg-thumb {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 2px solid #2DC8A8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    cursor: grab;
}

.kg-thumb:active { cursor: grabbing; }

.kg-ticks {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #6B7280;
    font-weight: 300;
}

.kg-hint {
    font-size: 12px;
    color: #6B7280;
    font-weight: 300;
    text-align: center;
    margin-top: 6px;
    font-style: italic;
}

/* Bottom cards */
.kg-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 16px;
}

.kg-bottom-card {
    background: white;
    border: 1px solid rgba(15,23,42,0.06);
    border-radius: 16px;
    padding: 24px 20px;
    transition: transform 0.3s ease;
}

.kg-bottom-card:hover { transform: translateY(-3px); }

.kg-bc-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 12px;
}

.kg-bc-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--text, #0f172a);
    margin-bottom: 6px;
}

.kg-bc-body {
    font-size: 12px;
    font-weight: 300;
    color: #6B7280;
    line-height: 1.7;
}

@media (max-width: 860px) {
    .kg-body {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding: 0;          /* let canvas fill the full fw-page width */
    }
    .kg-canvas-wrap  { grid-column: 1; grid-row: auto; order: 1; }
    .kg-scrubber-wrap{ grid-column: 1; grid-row: auto; order: 2; padding: 16px 0 20px; }
    .kg-panel        { grid-column: 1; grid-row: auto; order: 3; padding: 20px 0; position: static; }
    .kg-cards-row    { grid-template-columns: 1fr; }
    .kg-tabs-wrap    { flex-wrap: wrap; }
}

/* ── Bridge ───────────────────────────────────────────────── */
.fw-bridge {
    max-width: 640px;
    margin: 0 auto 80px;
    text-align: center;
    padding: 0 24px;
}

.fw-bridge-headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #111118;
    margin: 0 0 18px;
}

.fw-bridge-body {
    font-size: 1rem;
    line-height: 1.75;
    color: #6b6b80;
    margin: 0;
}

/* ── Bottom strip ─────────────────────────────────────────── */
.fw-strip {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.fw-strip-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 28px;
}

.fw-strip-divider {
    width: 1px;
    background: rgba(0, 0, 0, 0.07);
    align-self: stretch;
}

.fw-strip-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.fw-strip-icon--blue {
    background: #dbeafe;
    color: #2563eb;
}

.fw-strip-icon--purple {
    background: #ede9fe;
    color: #7c3aed;
}

.fw-strip-icon--green {
    background: #d1fae5;
    color: #059669;
}

.fw-strip-label {
    font-weight: 700;
    font-size: 0.9rem;
    color: #111118;
    margin-bottom: 4px;
}

.fw-strip-desc {
    font-size: 0.875rem;
    color: #6b6b80;
    line-height: 1.5;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 860px) {

    .fw-strip {
        flex-direction: column;
    }

    .fw-strip-divider {
        width: auto;
        height: 1px;
    }
}

/* =========================================================
   Memgraph Section
   ========================================================= */

.mg-section {
    padding: 0 0 80px;
    max-width: 1160px;
    margin: 0 auto;
}

.mg-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
}

.mg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #111118;
    margin-bottom: 20px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    padding: 6px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mg-logo-img {
    height: 22px;
    width: auto;
    background: #fb923c;
    border-radius: 4px;
    padding: 2px 5px;
}

.mg-logo-fallback {
    font-weight: 800;
    color: #fb923c;
    font-size: 15px;
}

.mg-eyebrow-sep {
    color: #ccc;
    font-weight: 300;
    font-size: 16px;
}

.mg-eyebrow-brand {
    color: #111118;
}

.mg-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #111118;
    margin-bottom: 18px;
}

.mg-title em {
    font-style: italic;
    color: #fb923c;
}

.mg-subtitle {
    font-size: 1.0625rem;
    color: #6b6b80;
    line-height: 1.7;
}

.mg-subtitle strong {
    color: #111118;
    font-weight: 700;
}

/* Canvas */
.mg-canvas-wrap {
    position: relative;
    background: transparent;
    margin-bottom: 48px;
}

.mg-canvas {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 5;
    height: auto;
}


/* Cards */
.mg-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 700px) {
    .mg-cards {
        grid-template-columns: 1fr;
    }
}

.mg-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mg-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.mg-icon--orange {
    background: #fff7ed;
}

.mg-icon--indigo {
    background: #eef2ff;
}

.mg-icon--green {
    background: #f0fdf4;
}

.mg-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #111118;
}

.mg-card-desc {
    font-size: 0.875rem;
    color: #6b6b80;
    line-height: 1.65;
    flex: 1;
}

.mg-card-code {
    font-family: 'Menlo', 'Monaco', 'Courier New', monospace;
    font-size: 11px;
    line-height: 1.8;
    background: #0f172a;
    color: #94a3b8;
    border-radius: 10px;
    padding: 12px 14px;
}

/* Cypher block */
.mg-query-block {
    background: #0f172a;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.mg-query-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: #1e293b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mg-query-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.mg-query-dot--r {
    background: #ef4444;
}

.mg-query-dot--y {
    background: #facc15;
}

.mg-query-dot--g {
    background: #22c55e;
}

.mg-query-label {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    margin-left: 4px;
}

.mg-type-cursor {
    display: inline-block;
    color: #818cf8;
    font-weight: 300;
    animation: mgBlink 0.65s step-end infinite;
    margin-left: 1px;
}

@keyframes mgBlink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

.mg-query-body {
    font-family: 'Menlo', 'Monaco', 'Courier New', monospace;
    font-size: 13px;
    line-height: 2;
    color: #94a3b8;
    padding: 24px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    overflow: auto;
}

.mg-kw {
    color: #818cf8;
    font-weight: 600;
}

.mg-str {
    color: #34d399;
}

.mg-num {
    color: #fb923c;
}

.mg-fn {
    color: #38bdf8;
}

.mg-query-comment {
    color: #475569;
}

.mg-query-result {
    padding: 20px 28px 24px;
}

.mg-result-caption {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
    margin-top: 14px;
}

.mg-result-label {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.mg-result-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Menlo', monospace;
    font-size: 12px;
}

.mg-result-table th {
    text-align: left;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
    padding: 6px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 11px;
}

.mg-result-table td {
    padding: 8px 12px;
    color: #cbd5e1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mg-corr {
    font-weight: 700;
}

.mg-corr--hi {
    color: #f87171;
}

.mg-corr--mid {
    color: #fb923c;
}

.mg-corr--lo {
    color: #facc15;
}

@media (max-width: 860px) {
    .mg-cards {
        grid-template-columns: 1fr;
    }

    .mg-canvas {
        height: 300px;
    }

    .mg-legend {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 12px 16px;
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: none;
    }
}

/* ── Competition table ──────────────────────────────────────── */
.ooda-comp {
    margin-top: 80px;
    padding-top: 72px;
    border-top: 1px solid rgba(0,0,0,0.07);
}

.ooda-comp-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #111118;
    margin-bottom: 12px;
}

.ooda-comp-title em {
    font-style: italic;
    color: #2DC8A8;
}

.ooda-comp-sub {
    font-size: 1rem;
    color: #6b6b80;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.6;
}

.ooda-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}

.ooda-table {
    width: 100%;
    min-width: 480px;       /* never collapse below this */
    border-collapse: collapse;
    background: white;
    border-radius: 18px;
    overflow: hidden;
}

.ooda-table th {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
    padding: 16px 24px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: rgba(0,0,0,0.015);
}

.ooda-table td {
    padding: 18px 24px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    color: #6b6b80;
    font-family: 'Manrope', sans-serif;
}

.ooda-table tr:last-child td { border-bottom: none; }

.ooda-highlight td {
    background: rgba(45,200,168,0.04);
    color: #111118 !important;
    font-weight: 600;
}

.ooda-highlight td:first-child {
    color: #2DC8A8 !important;
    border-left: 3px solid #2DC8A8;
}

.ooda-check  { color: #2DC8A8; font-size: 16px; }
.ooda-cross  { color: rgba(26,31,46,0.18); font-size: 15px; }
.ooda-partial { color: #FFD966; font-size: 16px; }

/* ── Bottom 4-card strip ────────────────────────────────────── */
.ooda-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 56px;
    padding-bottom: 80px;
}

.ooda-strip-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 28px 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ooda-strip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.07);
}

.ooda-strip-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
}

.ooda-strip-title {
    font-size: 14px;
    font-weight: 700;
    color: #111118;
    margin-bottom: 6px;
    font-family: 'Manrope', sans-serif;
}

.ooda-strip-body {
    font-size: 13px;
    font-weight: 400;
    color: #6b6b80;
    line-height: 1.65;
    font-family: 'Manrope', sans-serif;
}

@media (max-width: 860px) {
    .ooda-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .ooda-table th,
    .ooda-table td {
        padding: 14px 14px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .ooda-strip {
        grid-template-columns: 1fr;
    }

    .ooda-comp-title { font-size: 1.7rem; }
}