/* ============================================================
   service-outsourcing.css
   Extracted from <style> block in service-outsourcing.html.
   ============================================================ */

/* ========== HERO · Team Extension Console ========== */
.out-hero-svg { width: 100%; height: auto; max-width: 480px; display: block; margin: 0 auto; }

@keyframes outFigPulse {
  0%, 100% { opacity: .9; }
  50%      { opacity: 1; }
}
.out-fig { animation: outFigPulse 2.4s ease-in-out infinite; }
.out-fig.f2 { animation-delay: .25s; }
.out-fig.f3 { animation-delay: .5s; }
.out-fig.f4 { animation-delay: .75s; }
.out-fig.f5 { animation-delay: 1s; }

@keyframes outLink {
  0%, 100% { stroke-dashoffset: 0; opacity: .6; }
  50%      { stroke-dashoffset: -16; opacity: 1; }
}
.out-link { stroke-dasharray: 4 6; animation: outLink 1.8s linear infinite; }

@keyframes outShiftActive {
  0%, 100% { fill: #FF6B35; }
  50%      { fill: rgba(255,107,53,.3); }
}
.out-shift-active { animation: outShiftActive 1.4s ease-in-out infinite; }

@keyframes outCoverDot {
  0%, 100% { opacity: .4; }
  50%      { opacity: 1; }
}
.out-cover-dot { animation: outCoverDot 1.4s ease-in-out infinite; }
.out-cover-dot.c2 { animation-delay: .12s; }
.out-cover-dot.c3 { animation-delay: .24s; }
.out-cover-dot.c4 { animation-delay: .36s; }
.out-cover-dot.c5 { animation-delay: .48s; }
.out-cover-dot.c6 { animation-delay: .6s; }

/* ========== ENGAGEMENT MODEL PANEL SVGs ========== */
.om-vis { width: 100%; max-width: 230px; height: auto; display: block; margin: 0 auto; }

/* Staff augmentation — figures inserted into rows */
@keyframes staffSlide {
  0%, 20% { transform: translateX(-20px); opacity: 0; }
  35%     { opacity: 1; }
  100%    { transform: translateX(0); opacity: 1; }
}
.om-staff-add { animation: staffSlide 3.6s ease-out infinite; }
.om-staff-add.a2 { animation-delay: .6s; }

/* Pod — pod ring with figures inside */
@keyframes podPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.05); }
}
.om-pod-ring { animation: podPulse 3s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }

/* Managed — control panel sweeping */
@keyframes managedSweep {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(60px); }
}
.om-managed-sweep { animation: managedSweep 2.6s ease-in-out infinite; }

/* Hybrid — orbiting nodes */
@keyframes hybRot { to { transform: rotate(360deg); } }
/* origin is the hub at view-box (100,100), not the group's own box */
.om-hyb-orbit { animation: hybRot 14s linear infinite; transform-origin: 100px 100px; transform-box: view-box; }

/* ========== PRICING MODELS MATRIX ========== */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}
@media (max-width: 920px) { .price-grid { grid-template-columns: 1fr; } }
.price-card {
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(11,30,63,.1);
  border-radius: 18px;
  padding: 32px 28px;
  position: relative;
  transition: transform .35s ease, box-shadow .35s ease;
  overflow: hidden;
}
.price-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(11,30,63,.08);
}
.price-card.featured {
  background: #0B1E3F;
  color: var(--c-white);
  border-color: transparent;
}
.price-card.featured::before {
  content: 'BEST FIT FOR MOST';
  position: absolute;
  top: 16px;
  right: 16px;
  font: 700 9px/1 'JetBrains Mono', monospace;
  color: #FF6B35;
  background: rgba(255,107,53,.15);
  padding: 6px 10px;
  border-radius: 999px;
  letter-spacing: .12em;
}
.price-tag {
  font: 700 10px/1 'JetBrains Mono', monospace;
  color: #1E63E9;
  background: rgba(30,99,233,.08);
  padding: 5px 10px;
  border-radius: 999px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 18px;
}
.price-card.featured .price-tag {
  background: rgba(255,107,53,.15);
  color: #FF6B35;
}
.price-card h3 {
  font: 700 1.35rem/1.2 'Space Grotesk', sans-serif;
  color: #0B1E3F;
  margin: 0 0 6px;
}
.price-card.featured h3 { color: var(--c-white); }
.price-card > p {
  font: 500 .92rem/1.5 'Inter', sans-serif;
  color: #4D5A77;
  margin: 0 0 22px;
}
.price-card.featured > p { color: rgba(255,255,255,.7); }
.price-amt {
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(11,30,63,.18);
}
.price-card.featured .price-amt { border-color: rgba(255,255,255,.15); }
.price-amt-num {
  font-size: 2rem;
  font-weight: 800;
  color: #0B1E3F;
  line-height: 1;
}
.price-card.featured .price-amt-num { color: var(--c-white); }
.price-amt-cur {
  font-size: .82rem;
  font-weight: 700;
  color: #FF6B35;
  margin-right: 4px;
  text-transform: uppercase;
}
.price-amt-unit {
  display: block;
  font: 600 11px/1 'JetBrains Mono', monospace;
  color: rgba(11,30,63,.55);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 8px;
}
.price-card.featured .price-amt-unit { color: rgba(255,255,255,.55); }
.price-incl {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.price-incl li {
  font: 500 .88rem/1.4 'Inter', sans-serif;
  color: #0B1E3F;
  padding-left: 24px;
  position: relative;
}
.price-card.featured .price-incl li { color: rgba(255,255,255,.9); }
.price-incl li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1E63E9;
}
.price-incl li::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  width: 6px;
  height: 3px;
  border-left: 1.5px solid var(--c-white);
  border-bottom: 1.5px solid var(--c-white);
  transform: rotate(-45deg);
}
.price-card.featured .price-incl li::before { background: #FF6B35; }

/* ========== SLA SCORECARD ========== */
.sla-card {
  margin-top: 40px;
  background: #0B1E3F;
  color: var(--c-white);
  border-radius: 18px;
  padding: 40px clamp(24px, 4vw, 50px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.sla-card::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(30,99,233,.4), transparent 65%);
  z-index: -1;
}
.sla-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.sla-head h3 {
  font: 800 1.4rem/1.2 'Space Grotesk', sans-serif;
  margin: 8px 0 4px;
  color: var(--c-white);
}
.sla-head p { font: 500 .9rem/1.4 'Inter', sans-serif; color: rgba(255,255,255,.6); margin: 0; }
.sla-tag {
  font: 700 10px/1 'JetBrains Mono', monospace;
  color: #FF6B35;
  background: rgba(255,107,53,.15);
  padding: 5px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.sla-status {
  text-align: right;
  font-family: 'Space Grotesk', sans-serif;
}
.sla-status .ss-val { font-size: 2.2rem; font-weight: 800; color: #5EEAD4; line-height: 1; }
.sla-status .ss-lbl { display: block; font: 600 10px/1 'JetBrains Mono', monospace; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .12em; margin-top: 6px; }

.sla-rows { display: grid; gap: 12px; }
.sla-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 100px;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
}
.sla-row.miss { border-color: rgba(255,107,53,.4); }
.sla-name { font: 700 .95rem/1.2 'Space Grotesk', sans-serif; color: var(--c-white); }
.sla-name small { display: block; font: 500 11px/1 'JetBrains Mono', monospace; color: rgba(255,255,255,.5); margin-top: 4px; text-transform: uppercase; letter-spacing: .08em; }
.sla-target,
.sla-actual {
  font-family: 'Space Grotesk', sans-serif;
}
.sla-target .v, .sla-actual .v { font-size: 1.05rem; font-weight: 700; color: var(--c-white); line-height: 1; display: block; }
.sla-target .l, .sla-actual .l { font: 600 9px/1 'JetBrains Mono', monospace; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; display: block; }
.sla-actual .v.up   { color: #5EEAD4; }
.sla-actual .v.down { color: #FF6B35; }
.sla-pill {
  font: 700 11px/1 'JetBrains Mono', monospace;
  padding: 6px 12px;
  border-radius: 999px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.sla-pill.met { background: rgba(94,234,212,.15); color: #5EEAD4; }
.sla-pill.miss { background: rgba(255,107,53,.15); color: #FF6B35; }
@media (max-width: 760px) {
  .sla-row { grid-template-columns: 1fr; gap: 8px; }
  .sla-pill { justify-self: start; }
}

/* ========== HANDOVER PROCESS ========== */
.hand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 920px) { .hand-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .hand-grid { grid-template-columns: 1fr; } }
.hand-card {
  position: relative;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(11,30,63,.1);
  border-radius: 14px;
  padding: 26px 22px 22px;
  transition: transform .35s ease, box-shadow .35s ease;
}
.hand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(11,30,63,.08);
}
.hand-week {
  font: 700 11px/1 'JetBrains Mono', monospace;
  color: #FF6B35;
  background: rgba(255,107,53,.1);
  padding: 5px 10px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.hand-card h3 {
  font: 700 1.05rem/1.25 'Space Grotesk', sans-serif;
  color: #0B1E3F;
  margin: 0 0 12px;
}
.hand-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hand-card ul li {
  font: 500 .82rem/1.45 'Inter', sans-serif;
  color: #4D5A77;
  padding: 6px 0 6px 16px;
  position: relative;
  border-bottom: 1px dotted rgba(11,30,63,.1);
}
.hand-card ul li:last-child { border-bottom: none; }
.hand-card ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #1E63E9;
  font-weight: 700;
}
.hand-card .hand-out {
  display: block;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(11,30,63,.18);
  font: 600 11px/1.3 'JetBrains Mono', monospace;
  color: #0B1E3F;
}
.hand-card .hand-out strong { color: #FF6B35; }
