/* ==========================================================================
   techWALL page — public/css/pages/techwall.css
   Only rules that exist nowhere else. .product-hero / .hero-stats / .steps
   live in global.css because payWALL and autoWALL reuse them too.
   ========================================================================== */

/* --- Press coverage cards ------------------------------------------------- */
.press-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.press-card img { width: 100%; height: 190px; object-fit: cover; }
/* No image for this card (see techwall.blade.php for why) — a top accent bar
   fills the space an image would otherwise occupy instead of leaving a gap. */
.press-card--text { border-top: 6px solid var(--navy-600); }
.press-card__body { padding: clamp(22px, 2.4vw, 30px); }
.press-card blockquote { font-size: var(--step-1); font-weight: 700; color: var(--ink); line-height: 1.4; }
.press-card cite { display: block; margin-top: 10px; font-style: normal; font-size: var(--step--2); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--navy-600); }
.press-card p { margin-top: 16px; font-size: var(--step--1); color: var(--body); }
