/* ============================================================
   Braindoos — Service pages (shared)
   Reuses .cap / .frame / .benefits / .casehl / .ovw from ai-page.css
   ============================================================ */

/* ---------- SERVICE HERO ---------- */
.svhero { position: relative; background: var(--navy-900); color: #fff; padding: calc(var(--nav-h) + 76px) 0 88px; overflow: hidden; }
.svhero__bg { position: absolute; inset: 0; background:
  radial-gradient(820px 520px at 84% 14%, rgba(34,211,238,.15), transparent 60%),
  radial-gradient(720px 540px at 6% 100%, rgba(59,91,196,.28), transparent 62%),
  linear-gradient(180deg, var(--navy-900), var(--navy-800) 76%); }
.svhero__grid { position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(120% 90% at 62% 0%, #000 30%, transparent 80%); -webkit-mask-image: radial-gradient(120% 90% at 62% 0%, #000 30%, transparent 80%); }
.svhero .wrap { position: relative; z-index: 2; }
.svhero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.svhero__badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 100px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }
.svhero h1 { color: #fff; font-size: 56px; letter-spacing: -0.03em; margin-top: 24px; }
.svhero h1 .grad { background: linear-gradient(100deg, #6FE9FB, var(--accent) 50%, #7C8FF0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.svhero__sub { margin-top: 22px; font-size: 19.5px; line-height: 1.62; color: rgba(225,233,250,.78); max-width: 540px; }
.svhero__actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.svhero__chips { margin-top: 32px; display: flex; gap: 10px; flex-wrap: wrap; }
.svhero__chips .chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 100px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); font-size: 13px; font-weight: 600; color: rgba(225,233,250,.82); }
.svhero__chips .chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }

/* ---------- HERO VISUAL PANEL (glass) ---------- */
.svpanel { position: relative; border-radius: var(--r-xl); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); padding: 26px; box-shadow: var(--shadow-lg); }
.svpanel__head { display: flex; align-items: center; justify-content: space-between; color: rgba(225,233,250,.7); font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-family: var(--font-display); }
.svpanel__head .dot3 { display: flex; gap: 6px; }
.svpanel__head .dot3 i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.18); }
.svpanel__head .dot3 i:first-child { background: var(--accent); }

/* layered stack rows (Platform Engineering) */
.svstack { margin-top: 20px; display: flex; flex-direction: column; gap: 11px; }
.svstack__row { display: flex; align-items: center; gap: 13px; padding: 15px 16px; border-radius: 13px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.svstack__row .ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; }
.svstack__row .ic svg { width: 18px; height: 18px; }
.svstack__row h5 { font-family: var(--font-display); color: #fff; font-size: 14.5px; font-weight: 600; }
.svstack__row p { color: rgba(225,233,250,.6); font-size: 12.5px; margin-top: 2px; }
.svstack__row .tag { margin-left: auto; font-family: var(--font-display); font-size: 11.5px; font-weight: 700; color: var(--accent); white-space: nowrap; }

/* pipeline flow (Cloud & Operations) */
.svpipe { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.svpipe__stage { display: flex; align-items: center; gap: 12px; }
.svpipe__node { flex: 1; display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.svpipe__node .ic { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; flex: 0 0 auto; }
.svpipe__node .ic svg { width: 16px; height: 16px; }
.svpipe__node span { font-size: 13px; font-weight: 600; color: #fff; }
.svpipe__arrow { color: rgba(34,211,238,.7); display: grid; place-items: center; }
.svpipe__arrow svg { width: 16px; height: 16px; }
.svpipe__bars { margin-top: 6px; display: flex; gap: 6px; align-items: flex-end; height: 56px; padding: 0 2px; }
.svpipe__bars i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, var(--accent), rgba(34,211,238,.25)); }

/* monitoring dashboard (Managed Services) */
.svmon { margin-top: 20px; }
.svmon__top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.svmon__stat { padding: 14px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.svmon__stat .n { font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: -0.02em; color: #fff; }
.svmon__stat .n .suffix { color: var(--accent); }
.svmon__stat .l { margin-top: 4px; font-size: 11px; color: rgba(225,233,250,.6); }
.svmon__chart { margin-top: 12px; padding: 16px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.svmon__chart .lbl { display: flex; align-items: center; justify-content: space-between; font-size: 11.5px; font-weight: 600; color: rgba(225,233,250,.7); }
.svmon__chart .lbl b { color: var(--accent); }
.svmon__spark { margin-top: 12px; height: 60px; }
.svmon__spark svg { width: 100%; height: 100%; }
.svmon__rows { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.svmon__r { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: rgba(225,233,250,.78); }
.svmon__r .pulse { width: 8px; height: 8px; border-radius: 50%; background: #5CE6B0; box-shadow: 0 0 0 0 rgba(92,230,176,.6); animation: monpulse 2.4s ease-out infinite; flex: 0 0 auto; }
.svmon__r .pulse.amber { background: #FFC65C; animation-delay: .8s; }
@keyframes monpulse { 0% { box-shadow: 0 0 0 0 rgba(92,230,176,.5); } 100% { box-shadow: 0 0 0 8px rgba(92,230,176,0); } }
.svmon__r .t { margin-left: auto; font-family: var(--font-display); color: rgba(225,233,250,.55); font-size: 11.5px; }

/* icon tints reused */
.t-cyan { background: rgba(34,211,238,.18); color: var(--accent); }
.t-indigo { background: rgba(124,143,240,.2); color: #9DB0FF; }
.t-green { background: rgba(52,211,153,.18); color: #5CE6B0; }
.t-amber { background: rgba(245,158,11,.18); color: #FFC65C; }

/* service intro section reuses .ovw; small helper for full-width benefits intro */
.svhero__inner.reverse { direction: rtl; }
.svhero__inner.reverse > * { direction: ltr; }

@media (max-width: 1080px) {
  .svhero__inner { grid-template-columns: 1fr; }
  .svpipe__bars { height: 44px; }
}

@media (max-width: 640px) {
  .svpipe__bars { height: 36px; }
}
