:root {
  --p: #0f766e;
  --c: #14b8a6;
  --b: #2563eb;
  --v: #7c3aed;
  --d: #06111f;
  --t: #0f172a;
  --m: #64748b;
  --l: #dbeafe;
  --g: linear-gradient(135deg, #0f766e, #2563eb 55%, #7c3aed);
  --s: 0 28px 90px rgba(15, 23, 42, 0.13);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family:
    Inter,
    Segoe UI,
    Arial,
    sans-serif;
  color: var(--t);
  background: #f8fbff;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
.wes-services-page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(20, 184, 166, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 10%,
      rgba(37, 99, 235, 0.13),
      transparent 30%
    ),
    linear-gradient(135deg, #fff 0%, #f8fbff 48%, #eef6ff 100%);
}
.wes-container {
  width: min(1240px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}
.wes-grid-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 184, 166, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  animation: wesGridMove 22s linear infinite;
  pointer-events: none;
}
.wes-orb {
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  filter: blur(85px);
  opacity: 0.68;
  pointer-events: none;
  animation: wesFloat 8s ease-in-out infinite;
}
.wes-orb-1 {
  width: 340px;
  height: 340px;
  background: rgba(20, 184, 166, 0.23);
  left: -120px;
  top: 90px;
}
.wes-orb-2 {
  width: 360px;
  height: 360px;
  background: rgba(37, 99, 235, 0.2);
  right: -150px;
  top: 230px;
  animation-delay: 1.4s;
}
.wes-orb-3 {
  width: 280px;
  height: 280px;
  background: rgba(124, 58, 237, 0.16);
  left: 48%;
  bottom: -130px;
  animation-delay: 2.2s;
}
.wes-hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 80px 0;
}
.wes-hero-layout {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 58px;
  align-items: center;
}
.wes-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 17px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--l);
  color: var(--p);
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(15, 118, 110, 0.08);
}
.wes-hero h1 {
  font-size: clamp(3.2rem, 5.8vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.078em;
  margin: 22px 0;
  max-width: 820px;
}
.wes-hero p,
.wes-section-head p {
  color: var(--m);
  line-height: 1.8;
  font-weight: 650;
}
.wes-hero p {
  max-width: 720px;
  font-size: 1.08rem;
}
.wes-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.wes-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 15px 23px;
  border-radius: 999px;
  font-weight: 950;
  border: 0;
  cursor: pointer;
  transition: 0.32s;
}
.wes-btn-primary {
  color: #fff;
  background: var(--g);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.24);
}
.wes-btn-light {
  background: #fff;
  border: 1px solid var(--l);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.wes-btn:hover {
  transform: translateY(-5px);
}
.wes-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 32px;
  max-width: 660px;
}
.wes-hero-stats article,
.wes-stats-grid div {
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
}
.wes-hero-stats strong,
.wes-stats-grid strong {
  display: block;
  font-size: 1.55rem;
  font-weight: 950;
}
.wes-hero-stats span,
.wes-stats-grid span {
  color: var(--m);
  font-size: 0.84rem;
  font-weight: 850;
}
.wes-control-card {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  border-radius: 42px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dbeafe;
  box-shadow: var(--s);
  animation: wesCardFloat 6s ease-in-out infinite;
}
.wes-control-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 44%,
      rgba(20, 184, 166, 0.16),
      transparent 36%
    ),
    radial-gradient(
      circle at 86% 72%,
      rgba(124, 58, 237, 0.12),
      transparent 25%
    );
}
.wes-control-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-weight: 950;
}
.wes-control-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ef4444;
}
.wes-control-top span:nth-child(2) {
  background: #f59e0b;
}
.wes-control-top span:nth-child(3) {
  background: #22c55e;
}
.wes-core-area {
  position: relative;
  display: grid;
  place-items: center;
  height: 370px;
}
.wes-core-logo {
  position: relative;
  z-index: 4;
  width: 142px;
  height: 142px;
  display: grid;
  place-items: center;
  border-radius: 42px;
  background: var(--d);
  color: var(--c);
  font-size: 3.1rem;
  font-weight: 950;
  box-shadow: 0 0 90px rgba(20, 184, 166, 0.3);
}
.wes-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(37, 99, 235, 0.32);
  animation: wesSpin 18s linear infinite;
}
.ring-one {
  width: 260px;
  height: 260px;
}
.ring-two {
  width: 355px;
  height: 355px;
  animation-direction: reverse;
}
.wes-tech {
  position: absolute;
  z-index: 5;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 21px;
  background: #fff;
  color: var(--b);
  font-size: 1.9rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  animation: wesFloat 5.2s ease-in-out infinite;
}
.wes-tech.html {
  top: 5px;
  left: 45%;
}
.wes-tech.css {
  right: 58px;
  top: 145px;
}
.wes-tech.js {
  right: 95px;
  bottom: 38px;
}
.wes-tech.react {
  left: 90px;
  bottom: 38px;
}
.wes-tech.python {
  left: 58px;
  top: 145px;
}
.wes-tech.shield {
  top: 322px;
  right: 225px;
}
.wes-skill-pills {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.wes-skill-pills span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 8px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}
.wes-skill-pills i {
  color: var(--p);
}
.wes-progress {
  position: relative;
  z-index: 6;
  padding: 19px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid var(--l);
}
.wes-progress div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: 950;
}
.wes-progress em {
  display: block;
  width: 96%;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c), var(--b), var(--v));
  animation: wesProgressPulse 2s ease-in-out infinite alternate;
}
.wes-stats-strip {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  padding-bottom: 70px;
}
.wes-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.wes-stats-grid div {
  text-align: center;
  padding: 24px 20px;
}
.wes-stats-grid strong {
  font-size: 2rem;
  color: var(--b);
}
.wes-section {
  padding: 92px 0;
}
.wes-section-head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 46px;
}
.wes-section-head h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin: 16px 0 14px;
}
.wes-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.wes-card {
  position: relative;
  overflow: hidden;
  min-height: 265px;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 46px rgba(15, 23, 42, 0.07);
  transition: 0.38s;
  transform-style: preserve-3d;
}
.wes-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(20, 184, 166, 0.11),
    rgba(37, 99, 235, 0.09),
    rgba(124, 58, 237, 0.08)
  );
  opacity: 0;
  transition: 0.38s;
}
.wes-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 30px 82px rgba(37, 99, 235, 0.15);
}
.wes-card:hover:before {
  opacity: 1;
}
.wes-card > * {
  position: relative;
}
.wes-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  margin-bottom: 22px;
  color: #fff;
  background: var(--g);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.22);
  font-size: 1.65rem;
  transition: 0.35s;
}
.wes-card:hover .wes-icon {
  transform: rotate(-6deg) scale(1.08);
}
.wes-card h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  font-weight: 950;
}
.wes-card p {
  color: var(--m);
  line-height: 1.75;
  font-weight: 620;
}
.wes-dark-process {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: #06111f;
  color: #fff;
}
.wes-dark-process:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20, 184, 166, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}
.wes-light {
  position: relative;
}
.wes-light h2 {
  color: #fff;
}
.wes-light p {
  color: #cbd5e1;
}
.wes-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.wes-process-grid article {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  transition: 0.35s;
}
.wes-process-grid article:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.12);
}
.wes-process-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: #5eead4;
  font-weight: 950;
}
.wes-process-grid p {
  color: #cbd5e1;
  line-height: 1.7;
}
.wes-enroll-section {
  padding: 96px 0;
  background: linear-gradient(135deg, #fff, #eef6ff);
}
.wes-enroll-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  padding: 38px;
  border-radius: 38px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: var(--s);
}
.wes-enroll-card h2 {
  margin: 16px 0 14px;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}
.wes-enroll-card p {
  color: var(--m);
  line-height: 1.75;
  font-weight: 650;
}
.wes-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.wes-form input,
.wes-form select,
.wes-form textarea {
  width: 100%;
  border: 1px solid var(--l);
  border-radius: 17px;
  background: #f8fafc;
  padding: 15px;
  font: inherit;
  font-weight: 700;
  outline: 0;
  transition: 0.3s;
}
.wes-form textarea {
  grid-column: span 2;
  min-height: 125px;
  resize: vertical;
}
.wes-form button {
  grid-column: span 2;
}
.wes-form input:focus,
.wes-form select:focus,
.wes-form textarea:focus {
  background: #fff;
  border-color: var(--c);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.12);
}
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 {
  transition-delay: 0.12s;
}
@keyframes wesGridMove {
  to {
    background-position: 54px 54px;
  }
}
@keyframes wesFloat {
  50% {
    transform: translateY(-18px) scale(1.04);
  }
}
@keyframes wesSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wesCardFloat {
  50% {
    transform: translateY(-12px) rotateX(2deg);
  }
}
@keyframes wesProgressPulse {
  to {
    filter: saturate(1.4);
    transform: scaleX(0.96);
    transform-origin: left;
  }
}
@media (max-width: 1100px) {
  .wes-hero-layout,
  .wes-enroll-card {
    grid-template-columns: 1fr;
  }
  .wes-control-card {
    max-width: 650px;
    margin: auto;
  }
  .wes-services-grid,
  .wes-process-grid,
  .wes-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .wes-hero {
    padding: 64px 0;
  }
  .wes-hero h1 {
    font-size: 2.65rem;
  }
  .wes-hero-actions,
  .wes-hero-stats,
  .wes-services-grid,
  .wes-process-grid,
  .wes-stats-grid,
  .wes-form,
  .wes-skill-pills {
    grid-template-columns: 1fr;
  }
  .wes-btn {
    width: 100%;
  }
  .wes-control-card {
    min-height: auto;
  }
  .wes-core-area {
    height: 300px;
  }
  .wes-tech {
    width: 50px;
    height: 50px;
    font-size: 1.45rem;
  }
  .wes-form textarea,
  .wes-form button {
    grid-column: auto;
  }
  .wes-enroll-card {
    padding: 24px;
  }
}
