/* ============================================================
   Solutions hub page (/oursolutions) — builds on site-modern.css
   ============================================================ */

/* ─── BREADCRUMB ────────────────────────────────────────── */
.sol-breadcrumb { background: var(--bg-soft); border-bottom: 1px solid var(--border); font-size: 13px; color: var(--text-muted); }
.sol-breadcrumb .mw { display: flex; gap: 7px; align-items: center; padding-top: 12px; padding-bottom: 12px; }
.sol-breadcrumb a { color: var(--text-muted); }
.sol-breadcrumb a:hover { color: var(--orange); }
.sol-breadcrumb .here { color: var(--orange); font-weight: 600; }

/* ─── HERO ─────────────────────────────────────────────── */
.sol-hero { padding: 72px 0 84px; position: relative; overflow: hidden; }
.sol-hero::before {
  content: ''; position: absolute; top: -160px; right: -120px;
  width: 720px; height: 620px; pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse at center, rgba(240,115,40,0.10) 0%, transparent 65%);
}
.sol-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.sol-hero .eyebrow { display: block; margin-bottom: 16px; }
.sol-hero h1 { font-size: 46px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.12; margin-bottom: 20px; }
.sol-hero h1 .ink { color: var(--ink); }
.sol-hero h1 .accent { color: var(--orange); }
.sol-hero-sub { font-size: 17px; color: var(--text-sub); line-height: 1.65; max-width: 500px; }

/* circular People / Process / Technology art (placeholder, #8 TBD) */
.sol-art { position: relative; height: 360px; }
.sol-art-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.sol-node {
  position: absolute; display: flex; flex-direction: column; align-items: center; gap: 10px;
  transform: translate(-50%, -50%); text-align: center;
}
.sol-node-dot {
  width: 70px; height: 70px; border-radius: 50%; background: #fff;
  border: 1px solid var(--border); box-shadow: 0 12px 30px rgba(15,23,42,0.10);
  display: flex; align-items: center; justify-content: center;
}
.sol-node-dot svg { width: 30px; height: 30px; color: var(--orange); }
.sol-node-lbl { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
.sol-node.people  { left: 16%; top: 64%; }
.sol-node.process { left: 50%; top: 20%; }
.sol-node.tech    { left: 84%; top: 64%; }

/* ─── WHAT WE OFFER ────────────────────────────────────── */
.sol-offer { background-color: #EDEFF3; background-image: radial-gradient(rgba(15,23,42,0.08) 1.5px, transparent 1.5px); background-size: 22px 22px; }
.sol-offer-head { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.sol-offer-head .eyebrow { display: block; margin-bottom: 12px; }
.sol-offer-head h2 { margin-bottom: 14px; }
.sol-offer-head p { font-size: 16px; color: var(--text-sub); line-height: 1.6; }

.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sol-card {
  position: relative;
  background: #fff; border: 1px solid rgba(240,115,40,0.55); border-radius: var(--radius);
  padding: 30px; box-shadow: 0 1px 2px rgba(15,23,42,0.04), 0 10px 26px rgba(15,23,42,0.06); transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s cubic-bezier(.2,.8,.2,1), border-color .18s ease, background .18s ease;
  display: flex; flex-direction: column;
}
.sol-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 44px rgba(240,115,40,0.16); border-color: var(--orange); background: #fff; }
.sol-card .link-arrow::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.sol-card .ic {
  width: 50px; height: 50px; border-radius: 12px; background: var(--orange-dim);
  border: 1px solid var(--orange-border); display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.sol-card .ic svg { width: 24px; height: 24px; color: var(--orange); }
.sol-card h3 { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.sol-card p { font-size: 14px; color: var(--text-sub); line-height: 1.6; margin-bottom: 18px; flex: 1; }

.sol-seeall { text-align: center; margin-top: 44px; }

/* ─── CONVERSION BAND ──────────────────────────────────── */
.sol-cta-section { padding: 0 0 88px; background-color: #EDEFF3; background-image: radial-gradient(rgba(15,23,42,0.08) 1.5px, transparent 1.5px); background-size: 22px 22px; }
.sol-cta {
  display: flex; align-items: center; gap: 36px;
  background: linear-gradient(115deg, var(--orange-deep) 0%, var(--orange) 60%, var(--orange-light) 125%);
  border-radius: 22px; padding: 49px 48px 39px; color: #fff; position: relative; overflow: hidden;
}
.sol-cta::after {
  content: ''; position: absolute; right: -40px; top: 50%; transform: translateY(-50%);
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 60%); pointer-events: none;
}
.sol-cta-mark {
  width: 76px; height: 76px; border-radius: 18px; flex-shrink: 0;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.30);
  display: flex; align-items: center; justify-content: center;
  font-size: 38px; font-weight: 900; color: #fff;
}
.sol-cta-logo { height: 38px; width: auto; filter: brightness(0) invert(1); flex-shrink: 0; position: relative; z-index: 1; }
.sol-cta-head { font-size: 28px; font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; }
.sol-cta-right { margin-left: auto; text-align: right; position: relative; z-index: 1; }
.sol-cta-right p { font-size: 14px; color: rgba(255,255,255,0.92); margin-bottom: 14px; max-width: 240px; margin-left: auto; }
.btn-white { background: #fff; color: var(--orange-deep); }
.btn-white:hover { background: #fff; box-shadow: 0 10px 26px rgba(0,0,0,0.18); }

/* ─── responsive (interim) ─────────────────────────────── */
@media (max-width: 940px) {
  .sol-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .sol-art { height: 300px; max-width: 460px; }
  .sol-grid { grid-template-columns: repeat(2, 1fr); }
  .sol-cta { flex-direction: column; align-items: flex-start; gap: 24px; }
  .sol-cta-right { margin-left: 0; text-align: left; }
  .sol-cta-right p { margin-left: 0; }
}
@media (max-width: 600px) {
  .sol-hero h1 { font-size: 34px; }
  .sol-grid { grid-template-columns: 1fr; }
}
