/* Customers page-specific styles. */

/* ===== Hero ===== */
.page-hero { padding: 88px 0 72px; background: linear-gradient(180deg, #FDFDFE, var(--off-white-60)); border-bottom: 1px solid var(--color-border); position: relative; overflow: hidden; }
.ph-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.ph-grid h1 { font-family: var(--font-display); font-weight: 600; font-size: 60px; line-height: 1.04; letter-spacing: -0.025em; margin: 20px 0; }
.ph-grid p.lead { font-size: 19px; color: var(--color-text-muted); line-height: 1.5; margin-bottom: 12px; max-width: 540px; }
.ph-grid p.supp { font-size: 16px; color: var(--color-text-subtle); line-height: 1.55; margin-bottom: 28px; max-width: 520px; }

.ph-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ph-wall .tile { aspect-ratio: 5/3; background: #fff; border: 1px solid var(--color-border); border-radius: 14px; display: flex; align-items: center; justify-content: center; padding: 20px; font-family: var(--font-display); font-weight: 600; color: var(--color-text-muted); font-size: 15px; letter-spacing: -0.01em; text-align: center; box-shadow: 0 1px 2px rgba(10,20,40,0.04); transition: transform var(--motion-base) var(--ease-standard), border-color var(--motion-base) var(--ease-standard); }
.ph-wall .tile:hover { transform: translateY(-2px); border-color: var(--green-100); color: var(--color-text); }
.ph-wall .tile.accent { background: linear-gradient(135deg, #0E3B2E 0%, #1E7A2B 100%); color: #fff; border-color: transparent; flex-direction: column; gap: 6px; padding: 18px; }
.ph-wall .tile.accent .n { font-size: 32px; letter-spacing: -0.025em; font-weight: 700; line-height: 1; }
.ph-wall .tile.accent .l { font-size: 11px; opacity: 0.8; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.ph-wall .tile.dark { background: #0E1C2E; color: #fff; border-color: transparent; }

/* ===== Featured case studies ===== */
.featured { padding: 96px 0; }
.featured .head { max-width: 720px; margin-bottom: 48px; }
.featured h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.featured p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; }
.cs-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
.cs-card { background: #fff; border: 1px solid var(--color-border); border-radius: 18px; padding: 32px; display: flex; flex-direction: column; gap: 18px; position: relative; overflow: hidden; transition: transform var(--motion-base) var(--ease-standard), box-shadow var(--motion-base) var(--ease-standard), border-color var(--motion-base) var(--ease-standard); }
.cs-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--green-100); }
.cs-card.feature { grid-column: span 1; background: linear-gradient(180deg, #0E3B2E 0%, #082218 100%); color: #fff; border-color: transparent; grid-row: span 1; }
.cs-card.feature:hover { border-color: transparent; box-shadow: var(--shadow-lg); }
.cs-card .company { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.015em; }
.cs-card .descriptor { font-size: 13px; color: var(--color-text-subtle); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.cs-card.feature .descriptor { color: rgba(255,255,255,0.6); }
.cs-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 4px 0 0; padding: 0; }
.cs-card ul li { font-size: 15px; color: var(--color-text); line-height: 1.5; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; }
.cs-card.feature ul li { color: rgba(255,255,255,0.88); }
.cs-card ul li svg { width: 16px; height: 16px; stroke: var(--green-100); fill: none; stroke-width: 2.5; margin-top: 3px; flex-shrink: 0; }
.cs-card.feature ul li svg { stroke: #7FD48E; }
.cs-card .quote { padding: 16px 0 0; border-top: 1px solid var(--color-border-subtle); font-family: var(--font-display); font-weight: 500; font-size: 17px; line-height: 1.4; color: var(--color-text); }
.cs-card.feature .quote { border-color: rgba(255,255,255,0.12); color: #fff; font-size: 19px; }
.cs-card .cta { margin-top: auto; font-size: 14px; font-weight: 600; color: var(--color-text); display: inline-flex; align-items: center; gap: 6px; }
.cs-card .cta:hover { color: var(--green-100); }
.cs-card.feature .cta { color: #7FD48E; }
.cs-card .tags { display: flex; gap: 6px; flex-wrap: wrap; }
.cs-card .tag { font-size: 11px; font-weight: 600; padding: 4px 10px; background: var(--off-white-60); border: 1px solid var(--color-border-subtle); border-radius: 999px; color: var(--color-text-muted); letter-spacing: 0.02em; }
.cs-card.feature .tag { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: rgba(255,255,255,0.85); }

.cs-logo { height: 36px; display: flex; align-items: center; font-family: var(--font-display); font-weight: 600; color: var(--color-text); font-size: 15px; letter-spacing: -0.01em; }
.cs-card.feature .cs-logo { color: #fff; }

/* ===== Filter section ===== */
.filter-sec { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.filter-sec .head { max-width: 720px; margin-bottom: 32px; }
.filter-sec h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.filter-sec p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; }
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; padding: 12px; background: #fff; border: 1px solid var(--color-border); border-radius: 14px; margin-bottom: 28px; box-shadow: 0 1px 2px rgba(10,20,40,0.04); }
.filter-btn { padding: 8px 14px; font-size: 13px; font-weight: 600; color: var(--color-text-muted); background: transparent; border: 1px solid transparent; border-radius: 999px; cursor: pointer; transition: all var(--motion-base) var(--ease-standard); font-family: inherit; }
.filter-btn:hover { color: var(--color-text); background: var(--off-white-60); }
.filter-btn.active { color: #fff; background: var(--color-text); }
.filter-btn .count { opacity: 0.5; font-weight: 500; margin-left: 4px; }
.filter-btn.active .count { opacity: 0.7; }

.cs-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cs-tile { background: #fff; border: 1px solid var(--color-border); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 12px; transition: all var(--motion-base) var(--ease-standard); }
.cs-tile:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--green-100); }
.cs-tile.hidden { display: none; }
.cs-tile .top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.cs-tile .company { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; min-height: 32px; display: flex; align-items: center; }
.cs-tile .company .customer-logo { max-height: 28px; max-width: 160px; }
.cs-tile .desc { font-size: 13px; color: var(--color-text-subtle); line-height: 1.5; }
.cs-tile .metric { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--green-100); padding: 8px 12px; background: var(--green-20); border-radius: 10px; display: inline-block; align-self: flex-start; }
.cs-tile .tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; }
.cs-tile .tag { font-size: 11px; font-weight: 600; padding: 3px 9px; background: var(--off-white-60); border: 1px solid var(--color-border-subtle); border-radius: 999px; color: var(--color-text-muted); }
.cs-tile .cta-row { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid var(--color-border-subtle); margin-top: 4px; }
.cs-tile .cta-row a { font-size: 13px; font-weight: 600; color: var(--color-text); display: inline-flex; align-items: center; gap: 4px; }
.cs-tile .cta-row a:hover { color: var(--green-100); }

/* ===== Outcomes ===== */
.outcomes { padding: 96px 0; background: var(--gradient-deep); color: #fff; }
.outcomes .head { max-width: 720px; margin-bottom: 56px; }
.outcomes h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; color: #fff; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.outcomes p.lead { font-size: 17px; color: rgba(255,255,255,0.75); line-height: 1.55; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric-card { padding: 32px 28px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; }
.metric-card .n { font-family: var(--font-display); font-weight: 700; font-size: 56px; color: var(--green-100); letter-spacing: -0.03em; line-height: 1; }
.metric-card .n .unit { font-size: 24px; color: rgba(255,255,255,0.7); margin-left: 4px; font-weight: 600; }
.metric-card .l { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: #fff; line-height: 1.3; }
.metric-card .d { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.5; }
.metric-card.wide { grid-column: span 1; }
.metric-card .icon-bg { position: absolute; right: -20px; bottom: -20px; width: 120px; height: 120px; opacity: 0.04; }
.metric-card .icon-bg svg { width: 100%; height: 100%; stroke: #fff; fill: none; stroke-width: 1; }
.outcomes .supp { margin-top: 32px; font-size: 13px; color: rgba(255,255,255,0.55); text-align: center; }

/* ===== Quotes ===== */
.quotes-sec { padding: 96px 0; }
.quotes-sec .head { max-width: 720px; margin-bottom: 56px; }
.quotes-sec h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.quotes-sec p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; }
.quote-grid { display: grid; gap: 20px; }
/* Default (3 entries): spotlight + 2-stack — 1.2fr | 1fr two-column. */
.quote-grid--3 { grid-template-columns: 1.2fr 1fr; }
/* 4 entries: 2×2 equal-height grid. All cards render with the .sm variant. */
.quote-grid--4 { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; }
/* 2 entries: side-by-side equal-height. */
.quote-grid--2 { grid-template-columns: repeat(2, 1fr); }
/* 1 entry: solo full-width card. */
.quote-grid--1 { grid-template-columns: 1fr; }
.quote-card { padding: 44px 40px; border: 1px solid var(--color-border); border-radius: 20px; background: #fff; display: flex; flex-direction: column; gap: 24px; position: relative; }
.quote-card .mark { font-family: var(--font-display); font-size: 72px; line-height: 0.6; color: var(--green-100); opacity: 0.35; font-weight: 700; }
.quote-card blockquote { font-family: var(--font-display); font-weight: 500; font-size: 26px; line-height: 1.35; letter-spacing: -0.015em; color: var(--color-text); margin: 0; }
.quote-card.sm blockquote { font-size: 21px; }
.quote-card .author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--color-border-subtle); margin-top: auto; }
.quote-card .avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #D8C9B0, #A89076); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; font-family: var(--font-display); font-size: 15px; flex-shrink: 0; }
.quote-card .avatar.b { background: linear-gradient(135deg, #6E7E95, #3A4557); }
.quote-card .avatar.c { background: linear-gradient(135deg, #9BB59F, #4E6D54); }
.quote-card .author-info strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 15px; }
.quote-card .author-info span { font-size: 13px; color: var(--color-text-subtle); }
.quote-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }

/* ===== Use-case proof ===== */
.uc-proof { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.uc-proof .head { max-width: 720px; margin-bottom: 48px; }
.uc-proof h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.uc-proof p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; }
.uc-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.uc-block { padding: 28px; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; display: flex; flex-direction: column; gap: 14px; transition: all var(--motion-base) var(--ease-standard); }
.uc-block:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--green-100); }
.uc-block .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--green-20); color: #1E7A2B; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.uc-block .ic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; }
.uc-block h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px; line-height: 1.25; }
.uc-block p { font-size: 15px; color: var(--color-text-muted); line-height: 1.5; }
.uc-block .more { margin-top: auto; font-size: 13px; font-weight: 600; color: var(--color-text); display: inline-flex; align-items: center; gap: 4px; padding-top: 12px; border-top: 1px solid var(--color-border-subtle); }
.uc-block .more:hover { color: var(--green-100); }

/* ===== Scale ===== */
.scale { padding: 96px 0; }
.scale-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.scale h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.scale p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; margin-bottom: 28px; }
.scale-points { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.scale-points li { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; font-size: 16px; color: var(--color-text); line-height: 1.5; }
.scale-points svg { width: 18px; height: 18px; stroke: var(--green-100); fill: none; stroke-width: 2.25; margin-top: 3px; flex-shrink: 0; }
.scale-viz { aspect-ratio: 1; background: #fff; border-radius: 20px; border: 1px solid var(--color-border); box-shadow: var(--shadow-md); padding: 24px; display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; align-content: start; position: relative; }
.scale-cell { aspect-ratio: 1; border-radius: 3px; background: var(--off-white-60); border: 1px solid var(--color-border-subtle); }
.scale-cell.on { background: var(--green-100); border-color: var(--green-100); }
.scale-cell.half { background: var(--green-20); border-color: var(--green-100); }

/* ===== Final CTA ===== */
.final-cta { background: var(--gradient-primary); color: #fff; padding: 96px 0; text-align: center; }
.final-cta h2 { font-family: var(--font-display); font-weight: 600; font-size: 48px; letter-spacing: -0.02em; color: #fff; max-width: 820px; margin: 0 auto 20px; line-height: 1.1; }
.final-cta p { color: rgba(255,255,255,0.8); font-size: 17px; margin: 0 auto 32px; max-width: 620px; line-height: 1.5; }
.final-cta .btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1020px) {
  .cs-grid, .cs-list, .uc-grid-4, .metrics { grid-template-columns: repeat(2, 1fr); }
  .ph-grid, .scale-grid, .quote-grid { grid-template-columns: 1fr; }
  .ph-grid h1 { font-size: 42px; }
}
@media (max-width: 640px) {
  .cs-grid, .cs-list, .uc-grid-4, .metrics, .ph-wall { grid-template-columns: 1fr; }
}

/* ===== Results at a Glance (handoff2) ===== */
.results-glance { padding: 96px 0; background: #fff; border-bottom: 1px solid var(--color-border); }
.results-glance .head { max-width: 720px; margin-bottom: 48px; }
.results-glance h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.results-glance .rg-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 16px; }
.rg-card { padding: 32px 28px; background: var(--off-white-60); border: 1px solid var(--color-border); border-radius: 18px; display: flex; flex-direction: column; gap: 14px; position: relative; overflow: hidden; }
.rg-card.dark { background: linear-gradient(180deg, #0E3B2E 0%, #082218 100%); color: #fff; border-color: transparent; grid-row: span 1; }
.rg-card .eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-text-subtle); }
.rg-card.dark .eyebrow { color: rgba(255,255,255,0.55); }
.rg-card .big { font-family: var(--font-display); font-weight: 700; font-size: 44px; letter-spacing: -0.025em; line-height: 1; color: var(--color-text); }
.rg-card.dark .big { color: #fff; }
.rg-card.dark .big .accent { color: #7FD48E; }
.rg-card .transition { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; font-family: var(--font-display); font-weight: 600; font-size: 26px; letter-spacing: -0.015em; line-height: 1.1; color: #fff; }
.rg-card .transition .from { color: rgba(255,255,255,0.55); text-decoration: line-through; font-weight: 500; }
.rg-card .transition .arrow { color: rgba(255,255,255,0.4); font-size: 20px; }
.rg-card .transition .to { color: #7FD48E; }
.rg-card .label { font-family: var(--font-display); font-weight: 600; font-size: 15px; line-height: 1.3; color: var(--color-text); }
.rg-card.dark .label { color: #fff; }
.rg-card .sub { font-size: 13px; color: var(--color-text-subtle); line-height: 1.5; }
.rg-card.dark .sub { color: rgba(255,255,255,0.6); }

/* ===== Featured Chicago case study (handoff2) ===== */
.featured-chicago { padding: 96px 0; border-bottom: 1px solid var(--color-border); }
.featured-chicago .head { max-width: 720px; margin-bottom: 40px; }
.featured-chicago h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.fc-card { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; background: var(--anthracite-100); border-radius: 22px; overflow: hidden; color: #fff; }
.fc-left { padding: 56px; display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.fc-left .cs-logo { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: #fff; letter-spacing: -0.015em; }
.fc-left h3 { font-family: var(--font-display); font-weight: 600; font-size: 34px; letter-spacing: -0.02em; line-height: 1.15; color: #fff; margin: 0; }
.fc-left ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.fc-left ul li { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; color: rgba(255,255,255,0.88); font-size: 16px; line-height: 1.5; }
.fc-left ul li svg { width: 20px; height: 20px; stroke: #7FD48E; fill: none; stroke-width: 2; margin-top: 3px; flex-shrink: 0; }
.fc-left ul li strong { color: #fff; font-weight: 600; }
.fc-left blockquote { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 17px; line-height: 1.45; color: rgba(255,255,255,0.75); border-left: 3px solid #7FD48E; padding-left: 16px; margin: 4px 0 0; }
.fc-right { background: linear-gradient(135deg, #3A4557 0%, #1A222C 100%); padding: 56px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.fc-stat { padding: 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; }
.fc-stat.green { background: rgba(77,169,91,0.12); border-color: rgba(77,169,91,0.3); }
.fc-stat .el { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 10px; }
.fc-stat.green .el { color: #7FD48E; }
.fc-stat .fig { font-family: var(--font-display); font-weight: 700; font-size: 44px; letter-spacing: -0.025em; color: #fff; line-height: 1; }
.fc-stat.green .fig { color: #7FD48E; }
.fc-stat .desc { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 6px; }
.fc-bar-row { display: flex; align-items: center; gap: 12px; }
.fc-bar-row .lbl { font-size: 12px; color: rgba(255,255,255,0.7); width: 54px; }
.fc-bar-row .bar { flex: 1; height: 10px; border-radius: 5px; background: rgba(255,255,255,0.08); overflow: hidden; }
.fc-bar-row .bar > div { height: 100%; }
.fc-bar-row .val { font-size: 12px; width: 34px; text-align: right; }

/* ===== Before/After (handoff2) ===== */
.ba-sec { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.ba-sec .head { max-width: 720px; margin-bottom: 48px; }
.ba-sec h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
.ba-sec p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; }
.ba-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: stretch; }
.ba-col { background: #fff; border: 1px solid var(--color-border); border-radius: 18px; padding: 36px 32px; display: flex; flex-direction: column; gap: 18px; }
.ba-col.after { background: linear-gradient(180deg, #F0F7EE 0%, #E4F1E1 100%); border-color: rgba(77,169,91,0.25); }
.ba-col .title { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-text-subtle); }
.ba-col.after .title { color: #1E7A2B; }
.ba-col h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -0.01em; margin: 2px 0 10px; color: var(--color-text); }
.ba-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.ba-col ul li { font-size: 15px; color: var(--color-text); line-height: 1.5; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; }
.ba-col ul li .mk { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.ba-col ul li .mk svg { width: 12px; height: 12px; stroke-width: 2.5; fill: none; }
.ba-col.before .mk { background: rgba(200,60,60,0.1); color: #C83C3C; }
.ba-col.after .mk { background: var(--green-100); color: #fff; }
.ba-arrow { display: flex; align-items: center; justify-content: center; padding: 0 4px; }
.ba-arrow svg { width: 40px; height: 40px; stroke: var(--green-100); fill: none; stroke-width: 1.5; }

@media (max-width: 960px) {
  .results-glance .rg-grid { grid-template-columns: repeat(2, 1fr); }
  .fc-card { grid-template-columns: 1fr; }
  .fc-left, .fc-right { padding: 40px; }
  .ba-grid { grid-template-columns: 1fr; }
  .ba-arrow { transform: rotate(90deg); }
}
@media (max-width: 640px) {
  .results-glance .rg-grid { grid-template-columns: 1fr; }
}
