:root { --bg: #f7f7ff; --primary: #1450de; --navy: #102c6d; --muted: #475569; --faint: #94a3b8; }
.svc-hero { background-color: #f7f7ff; background-image: linear-gradient(rgba(20, 80, 222, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 80, 222, 0.05) 1px, transparent 1px); background-size: 56px 56px; position: relative; overflow: hidden; padding: 90px 0 90px;}
.svc-hero-wrap { display: flex; align-items: center; flex-wrap: wrap; max-width: 1290px; margin: 0 auto; width: 100%; }
.svc-hero-content { padding-right: 32px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(20, 80, 222, 0.07); border: 1px solid rgba(20, 80, 222, 0.22); border-radius: 50px; padding: 6px 16px; font-size: 12.5px; color: var(--primary); font-weight: 500; letter-spacing: 0.03em; margin-bottom: 1.4rem; text-transform: uppercase; }
.badge-dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 7px rgba(20, 80, 222, 0.6); animation: pulse-dot 1.8s ease-in-out infinite; }
.svc-hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.72; max-width: 460px; margin-top: 1.2rem; margin-bottom: 0; }
.svc-hero-visual { display: flex; align-items: center; justify-content: center; min-height: 340px; }
.svc-canvas-wrap { width: 100%; display: flex; justify-content: end; margin-right: 72px; }
h1 { margin: auto; }
.t-gradient { background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.t-accent { background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.72); } }
@media (max-width: 767px) { .svc-hero { padding: 52px 0 44px; } .svc-hero-content { padding-right: 10px; margin-bottom: 24px; } }
@media (min-width: 1310px) { .w-col { padding: 0 !important; } }
@keyframes career-zoom-in { from { transform: scale(0, 0); filter: blur(10px); opacity: 0; } to { transform: scale(1, 1); filter: blur(0); opacity: 1; } }
@keyframes career-fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.svc-hero-content .hero-badge { animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.05s; }
.svc-hero-content h1 { animation: career-zoom-in 0.75s cubic-bezier(0.34, 1.00, 0.64, 1) both; animation-delay: 0.2s; }
.svc-hero-content .svc-hero-sub { animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.42s; }
.os-scene { position: relative; width: 340px; height: 340px; animation: os-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both; }
@keyframes os-in { from { opacity: 0; transform: scale(0.82); } to { opacity: 1; transform: scale(1); } }
.os-ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; border: 1.5px dashed rgba(20, 80, 222, 0.15); transform: translate(-50%, -50%); pointer-events: none; }
.os-ring-inner { width: 220px; height: 220px; }
.os-ring-outer { width: 330px; height: 330px; }
.os-hub { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; }
.os-hub-glow { position: absolute; inset: -16px; border-radius: 50%; background: radial-gradient(circle, rgba(20, 80, 222, 0.14) 0%, transparent 70%); animation: hub-pulse 2.5s ease-in-out infinite; }
@keyframes hub-pulse { 0%, 100% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(1.18); opacity: 0.4; } }
.os-hub-core { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #fff; box-shadow: 0 8px 32px rgba(20, 80, 222, 0.42); }
.os-hub-core svg { opacity: 0.92; }
.os-hub-label { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-align: center; line-height: 1.3; opacity: 0.92; }
.os-orb { position: absolute; top: 50%; left: 50%; border-radius: 50%; }
.os-orb-in { width: 220px; height: 220px; margin: -110px 0 0 -110px; animation: orb-cw 10s linear infinite; animation-delay: var(--d); }
.os-orb-out { width: 330px; height: 330px; margin: -165px 0 0 -165px; animation: orb-ccw 18s linear infinite; animation-delay: var(--d); }
@keyframes orb-cw { to { transform: rotate(360deg); } }
@keyframes orb-ccw { to { transform: rotate(-360deg); } }
.os-pill { position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-50%); padding: 5px 13px; border-radius: 50px; background: var(--c); color: var(--t); font-size: 11px; font-weight: 600; white-space: nowrap; border: 1px solid var(--t); opacity: 0.88; z-index: 2; }
.os-orb-in .os-pill { animation: pill-ccw 10s linear infinite; animation-delay: var(--d); }
.os-orb-out .os-pill { animation: pill-cw 18s linear infinite; animation-delay: var(--d); }
@keyframes pill-ccw { to { transform: translateX(-50%) translateY(-50%) rotate(-360deg); } }
@keyframes pill-cw { to { transform: translateX(-50%) translateY(-50%) rotate(360deg); } }
.os-badge { position: absolute; bottom: 8px; right: 0; background: var(--primary); color: #fff; border-radius: 12px; padding: 10px 18px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 8px 24px rgba(20, 80, 222, 0.4); z-index: 5; animation: os-badge-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s both, os-badge-bob 3.5s ease-in-out 1.7s infinite; }
@keyframes os-badge-in { from { opacity: 0; transform: scale(0.6) translateY(8px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes os-badge-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.os-badge-num { font-size: 18px; font-weight: 800; line-height: 1; }
.os-badge-txt { font-size: 10px; font-weight: 500; opacity: 0.88; white-space: nowrap; }
.about-one-business-item.bg-primary{background-color: #f7f7ff !important;}
.about-one-business-section.bg-white{background-color: #fff !important;}
.container.about-one-business-grid { grid-template-columns: repeat(3, 1fr); }

.job-card{
  background:#f7f7ff;border:1px solid rgba(20,80,222,.1);border-radius:16px;padding:28px 28px 24px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease;position:relative;overflow:hidden;
}

.job-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary,#1450de) 0%,#0891b2 100%);opacity:0;transition:opacity .25s ease;
}

.job-card:hover{
  box-shadow:0 12px 40px rgba(20,80,222,.12);transform:translateY(-4px);border-color:rgba(20,80,222,.22);
}

.job-card:hover::before{
  opacity:1;
}

.job-card__top{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}

.job-card__icon{
  width:44px;height:44px;border-radius:10px;background:rgba(20,80,222,.08);color:var(--primary,#1450de);display:flex;align-items:center;justify-content:center;flex-shrink:0;
}

.job-card__badges{
  display:flex;gap:6px;flex-wrap:wrap;
}

.job-badge{
  display:inline-block;font-size:11px;font-weight:600;letter-spacing:.02em;padding:4px 10px;border-radius:50px;
}

.job-badge--type{
  background:rgba(20,80,222,.08);color:var(--primary,#1450de);border:1px solid rgba(20,80,222,.18);
}

.job-badge--industry{
  background:rgba(8,145,178,.08);color:#0891b2;border:1px solid rgba(8,145,178,.2);
}

.job-card__title{
  font-size:1.05rem;font-weight:700;color:#102c6d;margin:0;line-height:1.35;
}

.job-card__location{
  display:flex;align-items:center;gap:5px;font-size:12.5px;color:#64748b;font-weight:500;
}

.job-card__location svg{
  color:#1450de;flex-shrink:0;
}

.job-card__desc{
  font-size:13.5px;color:#475569;line-height:1.65;margin:0;flex:1;
}

.job-card__footer{
  margin-top:auto;padding-top:4px;
}

.job-card__btn{
  display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--primary,#1450de) 0%,#102c6d 100%);border-radius:8px;padding:10px 20px;text-decoration:none;transition:opacity .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px rgba(20,80,222,.28);}
.job-card__btn:hover { opacity: 0.88; box-shadow: 0 6px 20px rgba(20, 80, 222, 0.38); color: #fff; text-decoration: none; }
.job-card__btn img { width: 13px; height: auto; filter: brightness(0) invert(1); }

@media (max-width: 991px) { .container.about-one-business-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .container.about-one-business-grid { grid-template-columns: 1fr; } .job-card { padding: 22px 20px 20px; } }
@media (max-width: 992px) { .svc-canvas-wrap { justify-content: center; margin-right: 0; } }
@media (max-width: 767px) { .os-scene { width: 272px; height: 272px; } .os-ring-inner { width: 176px; height: 176px; } .os-ring-outer { width: 264px; height: 264px; } .os-orb-in { width: 176px; height: 176px; margin: -88px 0 0 -88px; } .os-orb-out { width: 264px; height: 264px; margin: -132px 0 0 -132px; } .os-hub-core { width: 64px; height: 64px; } .os-hub-glow { inset: -13px; } .os-badge { bottom: -25px; right: -25px; } }
@media (max-width: 480px) { .os-scene { width: 221px; height: 221px; } .os-ring-inner { width: 143px; height: 143px; } .os-ring-outer { width: 215px; height: 215px; } .os-orb-in { width: 143px; height: 143px; margin: -72px 0 0 -72px; } .os-orb-out { width: 215px; height: 215px; margin: -108px 0 0 -108px; } .os-hub-core { width: 52px; height: 52px; } .os-hub-glow { inset: -10px; } .os-hub-core svg { width: 15px; height: 15px; } .os-hub-label { font-size: 7.5px; } .os-pill { padding: 4px 9px; font-size: 10px; } .os-badge { bottom: -35px; right: -34px; } }