@charset "UTF-8";
#strategy {
  padding: 65px 0 65px !important;
}
#strategy .card-with-line::after {
  background: none !important;
}
#strategy .card-with-line {
  margin-bottom: 0 !important;
}

.fact-counter-one__single-inner {
  background: #000;
}
.fact-counter-one__single-inner .outer-box .title p {
  color: #ffffff;
}

.navbar-wrap ul li .sub-menu {
  padding-right: 0;
}
.navbar-wrap ul li .sub-menu .outer-menu {
  padding: 0;
}
.navbar-wrap ul li .sub-menu .outer-menu .right-menu-content {
  max-width: 100%;
  padding-left: 0px;
  border-radius: 0;
  padding-top: 0px;
}

.navbar-wrap > ul > li:hover > a {
  color: #ffffff;
  background: #2e2e2e;
}

.top-section {
  padding-bottom: 80px;
  padding-top: 80px;
  background: #f1f1f1 !important;
}
.top-section .intro-content {
  max-width: 1120px;
  margin: auto;
}
.top-section .intro-content p {
  color: #000;
}

.managed-services-hero {
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
  background: #fff;
}
.managed-services-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
  pointer-events: none;
}
.managed-services-hero .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .managed-services-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.managed-services-hero .site-heading {
  color: #000;
}
.managed-services-hero .intro-content .section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  background: rgba(0, 0, 0, 0.08);
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}
.managed-services-hero .intro-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 40px;
  position: relative;
  padding-left: 15px;
}
.managed-services-hero .intro-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: calc(100% - 16px);
  background: linear-gradient(180deg, #ffffff 0%, #6861e4 100%);
  opacity: 0.3;
}
.managed-services-hero .intro-content p:nth-of-type(1) {
  animation: fadeInUp 0.8s ease 0.4s forwards;
}
.managed-services-hero .intro-content p:nth-of-type(2) {
  animation: fadeInUp 0.8s ease 0.6s forwards;
  margin-bottom: 0;
}
.managed-services-hero .intro-content p:last-child {
  margin-bottom: 0;
}
.managed-services-hero .video-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateX(40px);
  animation: fadeInRight 1s ease 0.4s forwards;
}
.managed-services-hero .video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  pointer-events: none;
  z-index: 2;
}
.managed-services-hero .video-container::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.05) 50%, transparent 70%);
  animation: shimmer 3s infinite;
  pointer-events: none;
  z-index: 1;
}
.managed-services-hero .video-container video {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.9) contrast(1.1);
}
.managed-services-hero .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}
.managed-services-hero .stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .managed-services-hero .stats-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.managed-services-hero .stats-row .stat-item {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
}
.managed-services-hero .stats-row .stat-item:nth-child(1) {
  animation: fadeInUp 0.8s ease 1s forwards;
}
.managed-services-hero .stats-row .stat-item:nth-child(2) {
  animation: fadeInUp 0.8s ease 1.2s forwards;
}
.managed-services-hero .stats-row .stat-item:nth-child(3) {
  animation: fadeInUp 0.8s ease 1.4s forwards;
}
.managed-services-hero .stats-row .stat-item .stat-number {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}
.managed-services-hero .stats-row .stat-item .stat-label {
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  overflow: hidden;
  background: #0a0a0a;
}
#hero .site-container {
  max-width: 1140px;
}
#hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 70% 60% at 65% 50%, rgba(63, 151, 254, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
#hero .hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}
#hero .hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1024px) {
  #hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
#hero .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 32px;
}
#hero .hero-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 8px #3b82f6;
}
#hero .hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  #hero .hero-title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  #hero .hero-title {
    font-size: 42px;
  }
}
#hero .hero-title .accent {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#hero .hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: #a3a3a3;
  margin-bottom: 48px;
  max-width: 540px;
}
@media (max-width: 768px) {
  #hero .hero-sub {
    font-size: 16px;
  }
}
#hero .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) {
  #hero .hero-stats {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#hero .hero-stats .hero-stat .hero-stat-num {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1;
}
@media (max-width: 768px) {
  #hero .hero-stats .hero-stat .hero-stat-num {
    font-size: 40px;
  }
}
#hero .hero-stats .hero-stat .hero-stat-num .unit {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#hero .hero-stats .hero-stat .hero-stat-label {
  font-size: 13px;
  color: #737373;
  line-height: 1.5;
}
#hero .hero-card {
  background: linear-gradient(135deg, rgba(23, 23, 23, 0.8) 0%, rgba(38, 38, 38, 0.6) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 1024px) {
  #hero .hero-card {
    max-width: 600px;
    margin: 0 auto;
  }
}
#hero .hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
  opacity: 0.5;
}
#hero .hero-card .hero-card-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 24px;
}
#hero .hero-card .health-meter {
  margin-bottom: 20px;
}
#hero .hero-card .health-meter:last-of-type {
  margin-bottom: 0;
}
#hero .hero-card .health-meter .health-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #d4d4d4;
  margin-bottom: 8px;
}
#hero .hero-card .health-meter .health-label span:last-child {
  font-weight: 600;
  font-size: 14px;
  color: #3f97fe;
}
#hero .hero-card .health-meter .health-track {
  height: 5px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#hero .hero-card .health-meter .health-track .health-fill {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease;
  position: relative;
}
#hero .hero-card .health-meter .health-track .health-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}
#hero .hero-card .health-meter .health-track .health-fill.bad {
  background: linear-gradient(90deg, #dc2626, #ef4444);
}
#hero .hero-card .health-meter .health-track .health-fill.warn {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
}
#hero .hero-card .health-meter .health-track .health-fill.good {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
}
#hero .hero-card .hero-card-outcome {
  margin-top: 20px;
  padding: 16px;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 8px;
  font-size: 12px;
  color: #93c5fd;
  text-align: center;
  line-height: 1.6;
}
#hero .anim {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}
#hero .anim.anim-d1 {
  animation-delay: 0.2s;
}
#hero .anim.anim-d2 {
  animation-delay: 0.4s;
}
#hero .anim.anim-d3 {
  animation-delay: 0.6s;
}
#hero .anim.anim-d4 {
  animation-delay: 0.8s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.js-count {
  display: inline-block;
}

#problem {
  background: #0a0a0a;
  padding: 60px 0;
  position: relative;
}
#problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(63, 151, 254, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
#problem .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #problem .container {
    padding: 0 20px;
  }
}
#problem .section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3f97fe;
  margin-bottom: 12px;
}
#problem .section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #ffffff;
}
#problem .section-sub {
  font-size: 16px;
  color: #a3a3a3;
  max-width: 540px;
  line-height: 1.75;
  margin-bottom: 48px;
}
#problem .problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  #problem .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #problem .problem-grid {
    grid-template-columns: 1fr;
  }
}
#problem .problem-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 28px;
  transition: all 0.3s ease;
  position: relative;
}
#problem .problem-card:hover {
  border-color: rgba(63, 151, 254, 0.3);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}
#problem .problem-card .problem-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 20px;
}
#problem .problem-card .problem-icon.icon-fire {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
}
#problem .problem-card .problem-icon.icon-question {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
}
#problem .problem-card .problem-icon.icon-block {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
}
#problem .problem-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}
#problem .problem-card p {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.65;
}
#problem .problem-card .problem-stat {
  font-size: 24px;
  font-weight: 800;
  margin-top: 16px;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#problem .problem-card .problem-stat.stat-red {
  background: linear-gradient(90deg, #dc2626, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#problem .problem-card .problem-stat.stat-orange {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#problem .problem-card .problem-stat span {
  font-size: 13px;
  font-weight: 500;
  color: #737373;
  display: block;
  margin-top: 2px;
  background: none;
  -webkit-text-fill-color: #737373;
}
#problem .problem-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}
#problem .problem-card:nth-child(1) {
  animation-delay: 0.1s;
}
#problem .problem-card:nth-child(2) {
  animation-delay: 0.2s;
}
#problem .problem-card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.factCounter {
  padding: 60px 0;
}
.factCounter .card-with-line {
  margin-bottom: 0;
}

.product-card {
  background: linear-gradient(135deg, rgba(23, 23, 23, 0.8) 0%, rgba(38, 38, 38, 0.6) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(63, 151, 254, 0.2);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  transition: all 0.3s ease;
}
.product-card:hover {
  border-color: rgba(63, 151, 254, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(63, 151, 254, 0.1);
}
.product-card.featured {
  border-color: rgba(139, 92, 246, 0.4);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(99, 102, 241, 0.03) 100%);
}
.product-card.featured:hover {
  border-color: rgba(139, 92, 246, 0.6);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.15);
}

.product-featured-badge {
  position: absolute;
  top: -12px;
  right: 32px;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.product-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3f97fe;
  margin-bottom: 12px;
}

.product-name {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.product-outcome {
  font-size: 15px;
  color: #d4d4d4;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-timeline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #3f97fe;
  background: rgba(63, 151, 254, 0.1);
  border: 1px solid rgba(63, 151, 254, 0.2);
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.product-timeline svg {
  width: 12px;
  height: 12px;
  color: #3f97fe;
}

.product-deliverables {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.product-deliverables li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.6;
  margin-bottom: 10px;
}
.product-deliverables li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: rgba(139, 92, 246, 0.15);
  color: #8b5cf6;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.product-deliverables li:last-child {
  margin-bottom: 0;
}

.product-problem {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: #737373;
  line-height: 1.6;
}
.product-problem strong {
  color: #a3a3a3;
  font-weight: 600;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

.products-stack-cta {
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.products-stack-cta .stack-label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.products-stack-cta .stack-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
}
.products-stack-cta .btn-primary {
  background: #3f97fe;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.cases-grid .case-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  color: #1c1c1c;
  transition: transform 0.2s;
  position: relative;
  overflow: hidden;
}
.cases-grid .case-card .case-industry {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #3F97FE;
  margin-bottom: 12px;
}
.cases-grid .case-card .case-detail {
  font-size: 13px;
  color: #555;
  line-height: 1.65;
  border-top: 1px solid #f1f1f1;
  padding-top: 16px;
  margin-top: 8px;
}
.cases-grid .case-card .case-products {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.cases-grid .case-card .case-products .case-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  background: #eff6ff;
  color: #1d4ed8;
}

#final-cta {
  background: #0a0a0a;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
#final-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(63, 151, 254, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
#final-cta .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #final-cta .container {
    padding: 0 20px;
  }
}
#final-cta .cta-box {
  background: linear-gradient(135deg, rgba(63, 151, 254, 0.12) 0%, rgba(63, 151, 254, 0.04) 100%);
  border: 1px solid rgba(63, 151, 254, 0.25);
  border-radius: 24px;
  padding: 64px 48px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #final-cta .cta-box {
    padding: 48px 32px;
  }
}
#final-cta .cta-box .section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3f97fe;
  margin-bottom: 16px;
}
#final-cta .cta-box h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 20px;
}
#final-cta .cta-box p {
  font-size: 17px;
  color: #a3a3a3;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  #final-cta .cta-box p {
    font-size: 15px;
  }
}
#final-cta .cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  #final-cta .cta-actions {
    flex-direction: column;
    gap: 12px;
  }
}
#final-cta .cta-actions button {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#final-cta .cta-actions button svg {
  transition: transform 0.3s ease;
}
#final-cta .cta-actions button:hover svg {
  transform: translateX(4px);
}
#final-cta .cta-actions .btn-primary {
  background: linear-gradient(135deg, #3f97fe, #3b82f6);
  color: #fff;
  font-family: var(--font);
  font-weight: 700;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#final-cta .cta-actions .btn-primary:hover {
  background: linear-gradient(135deg, #60a5fa, #3f97fe);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(63, 151, 254, 0.4);
}
#final-cta .cta-actions .btn-primary:active {
  transform: translateY(0);
}
#final-cta .cta-actions .btn-ghost {
  background: transparent;
  color: #d4d4d4;
  font-size: 15px;
  padding: 16px 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
#final-cta .cta-actions .btn-ghost:hover {
  border-color: rgba(63, 151, 254, 0.4);
  background: rgba(63, 151, 254, 0.05);
  color: #ffffff;
}
#final-cta .cta-trust {
  font-size: 13px;
  color: #737373;
  line-height: 1.6;
}
#final-cta .cta-trust strong {
  color: #d4d4d4;
  font-weight: 600;
}

#strategy {
  background: #0a0a0a;
  padding: 60px 120px 0;
  position: relative;
}
#strategy .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  #strategy .container {
    padding: 0 20px;
  }
}
#strategy .section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
#strategy .section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #ffffff;
}
#strategy .section-sub {
  font-size: 16px;
  color: #a3a3a3;
  max-width: 640px;
  line-height: 1.75;
  margin-bottom: 48px;
}
#strategy .strategy-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.03);
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 600px;
}
@media (max-width: 768px) {
  #strategy .strategy-tabs {
    flex-direction: column;
  }
}
#strategy .strategy-tabs .stab {
  flex: 1;
  background: transparent;
  border: none;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}
#strategy .strategy-tabs .stab:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #d4d4d4;
}
#strategy .strategy-tabs .stab.active {
  background: linear-gradient(135deg, #3f97fe, #3b82f6);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(63, 151, 254, 0.3);
}
#strategy .strategy-panel {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#strategy .strategy-panel.active {
  display: grid;
}
@media (max-width: 1024px) {
  #strategy .strategy-panel {
    grid-template-columns: 1fr;
  }
}
#strategy .phase-card {
  background: linear-gradient(135deg, rgba(23, 23, 23, 0.8) 0%, rgba(38, 38, 38, 0.6) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
}
#strategy .phase-card:hover {
  border-color: rgba(63, 151, 254, 0.3);
  transform: translateY(-4px);
}
#strategy .phase-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
#strategy .phase-card > p {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.65;
  margin-bottom: 20px;
}
#strategy .phase-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 16px;
}
#strategy .phase-label.p1 {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.2);
}
#strategy .phase-label.p2 {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.2);
}
#strategy .phase-label.p3 {
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
  border: 1px solid rgba(139, 92, 246, 0.2);
}
#strategy .phase-items {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#strategy .phase-items li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.6;
  margin-bottom: 10px;
}
#strategy .phase-items li::before {
  content: "→";
  color: #3f97fe;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
#strategy .phase-items li:last-child {
  margin-bottom: 0;
}
#strategy .phase-impact {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: #3f97fe;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 1199px) {
  #hero {
    margin-top: 0 !important;
    padding: 80px 0 80px;
  }
  .cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cases-grid {
    grid-template-columns: 1fr;
  }
  .factCounter .card-with-line {
    margin-bottom: 12px;
    max-width: 100%;
  }
  .managed-services-hero {
    padding-top: 60px;
  }
  ._sub-menu .outer-menu {
    justify-content: left;
    margin-left: 15px;
    padding-bottom: 0;
  }
  .mobile-menu .navigation li ul li ul li a {
    padding-left: 0;
  }
  .case-card .card-front .content-block {
    min-height: 130px;
  }
  .service-section-slider .site-heading {
    margin-bottom: 0 !important;
  }
  .industry-section-3.how-pharmaceuticals.two-btns {
    margin: 0 0 60px !important;
  }
}/*# sourceMappingURL=new-style 2.css.map */