/* =========================================================
   SERVICES PAGE PREMIUM UI
========================================================= */

.services-page{

  background:
  linear-gradient(
    180deg,
    #f8fbff 0%,
    #ffffff 100%
  );

  overflow-x:hidden;

}

/* =========================================================
   HERO SECTION
========================================================= */

.services-hero{

  position:relative;

  overflow:hidden;

  padding:
  180px 0 120px;

  background:
  linear-gradient(
    135deg,
    #f8fbff 0%,
    #eef4ff 45%,
    #ffffff 100%
  );

}

.services-hero::before{

  content:"";

  position:absolute;

  top:-180px;
  right:-180px;

  width:500px;
  height:500px;

  border-radius:50%;

  background:
  radial-gradient(
    circle,
    rgba(37,99,235,0.12),
    transparent 70%
  );

}

.services-hero::after{

  content:"";

  position:absolute;

  left:-140px;
  bottom:-140px;

  width:420px;
  height:420px;

  border-radius:50%;

  background:
  radial-gradient(
    circle,
    rgba(124,58,237,0.10),
    transparent 70%
  );

}

.services-hero-content{

  position:relative;

  z-index:2;

  max-width:920px;

  margin:auto;

  text-align:center;

}

.section-tag{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  padding:
  12px 22px;

  border-radius:999px;

  background:
  rgba(37,99,235,0.08);

  border:
  1px solid rgba(37,99,235,0.10);

  color:#2563eb;

  font-size:13px;

  font-weight:700;

  letter-spacing:0.5px;

  text-transform:uppercase;

}

.services-hero-content h1{

  font-size:68px;

  line-height:1.1;

  font-weight:900;

  color:#0f172a;

  margin:
  28px 0;

}

.services-hero-content h1 span{

  background:
  linear-gradient(
    135deg,
    #2563eb,
    #7c3aed,
    #0ea5e9
  );

  -webkit-background-clip:text;

  -webkit-text-fill-color:transparent;

}

.services-hero-content p{

  max-width:760px;

  margin:auto;

  color:#64748b;

  font-size:19px;

  line-height:1.9;

}

/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-buttons{

  display:flex;

  align-items:center;
  justify-content:center;

  gap:18px;

  margin-top:42px;

  flex-wrap:wrap;

}

/* =========================================================
   BUTTONS
========================================================= */

.primary-btn{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  padding:
  18px 34px;

  border-radius:16px;

  background:
  linear-gradient(
    135deg,
    #2563eb,
    #0ea5e9
  );

  color:#ffffff;

  font-weight:700;

  text-decoration:none;

  box-shadow:
  0 20px 40px rgba(37,99,235,0.22);

  transition:0.35s ease;

}

.primary-btn:hover{

  transform:
  translateY(-5px);

  box-shadow:
  0 30px 60px rgba(37,99,235,0.28);

}

.secondary-btn{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  padding:
  18px 34px;

  border-radius:16px;

  border:
  1px solid rgba(15,23,42,0.08);

  background:#ffffff;

  color:#0f172a;

  text-decoration:none;

  font-weight:700;

  transition:0.35s ease;

}

.secondary-btn:hover{

  transform:
  translateY(-5px);

  background:#0f172a;

  color:#ffffff;

}

/* =========================================================
   STATS SECTION
========================================================= */

.services-stats-section{

  position:relative;

  z-index:5;

  margin-top:-60px;

}

.services-stats-grid{

  display:grid;

  grid-template-columns:
  repeat(4,1fr);

  gap:24px;

}

.services-stat-card{

  background:#ffffff;

  border-radius:28px;

  padding:40px 28px;

  text-align:center;

  border:
  1px solid rgba(37,99,235,0.06);

  box-shadow:
  0 20px 60px rgba(15,23,42,0.06);

  transition:0.35s ease;

}

.services-stat-card:hover{

  transform:
  translateY(-10px);

  box-shadow:
  0 40px 80px rgba(37,99,235,0.14);

}

.services-stat-card h3{

  font-size:42px;

  font-weight:800;

  color:#2563eb;

  margin-bottom:10px;

}

.services-stat-card p{

  color:#64748b;

}

/* =========================================================
   SECTION HEADER
========================================================= */

.section-header{

  text-align:center;

  max-width:760px;

  margin:
  0 auto 70px;

}

.section-header h2{

  font-size:52px;

  line-height:1.2;

  font-weight:800;

  color:#0f172a;

  margin:
  22px 0;

}

.section-header p{

  color:#64748b;

  line-height:1.9;

  font-size:18px;

}

/* =========================================================
   MAIN SERVICES
========================================================= */

.services-main-section{

  padding:
  120px 0 60px;

}

.services-main-grid{

  display:grid;

  grid-template-columns:
  repeat(3,1fr);

  gap:32px;

}

/* =========================================================
   SERVICE CARD
========================================================= */

.main-service-card{

  position:relative;

  overflow:hidden;

  background:#ffffff;

  border-radius:34px;

  padding:38px;

  border:
  1px solid rgba(37,99,235,0.06);

  box-shadow:
  0 20px 60px rgba(15,23,42,0.06);

  transition:0.4s ease;

}

.main-service-card:hover{

  transform:
  translateY(-12px);

  box-shadow:
  0 45px 90px rgba(37,99,235,0.14);

}

.service-icon{

  width:78px;
  height:78px;

  display:flex;

  align-items:center;
  justify-content:center;

  border-radius:24px;

  margin-bottom:24px;

  background:
  linear-gradient(
    135deg,
    #2563eb,
    #7c3aed
  );

  color:#ffffff;

  font-size:34px;

}

.service-badge{

  display:inline-flex;

  padding:
  8px 14px;

  border-radius:999px;

  background:
  rgba(37,99,235,0.08);

  color:#2563eb;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

  margin-bottom:20px;

}

.main-service-card h3{

  font-size:30px;

  line-height:1.3;

  font-weight:800;

  color:#0f172a;

  margin-bottom:18px;

}

.main-service-card p{

  color:#64748b;

  line-height:1.9;

  margin-bottom:26px;

}

.main-service-card ul{

  display:flex;

  flex-direction:column;

  gap:14px;

  margin-bottom:30px;

}

.main-service-card ul li{

  list-style:none;

  color:#334155;

  font-weight:500;

}

.main-service-card ul li::before{

  content:"✓";

  margin-right:10px;

  color:#2563eb;

  font-weight:700;

}

.main-service-card a{

  display:inline-flex;

  align-items:center;

  gap:10px;

  color:#2563eb;

  text-decoration:none;

  font-weight:700;

  transition:0.35s ease;

}

.main-service-card a:hover{

  gap:16px;

  color:#7c3aed;

}

/* =========================================================
   SEO CONTENT SECTION
========================================================= */

.seo-content-section{

  padding:
  80px 0;

}

.seo-content-box{

  background:#ffffff;

  border-radius:38px;

  padding:
  70px 60px;

  border:
  1px solid rgba(37,99,235,0.06);

  box-shadow:
  0 20px 60px rgba(15,23,42,0.06);

}

.seo-content-box h2{

  font-size:48px;

  line-height:1.2;

  font-weight:800;

  color:#0f172a;

  margin:
  24px 0 30px;

}

.seo-content-box p{

  color:#64748b;

  line-height:2;

  margin-bottom:24px;

  font-size:17px;

}

/* =========================================================
   PROCESS SECTION
========================================================= */

.process-section{

  padding:
  120px 0;

}

.process-grid{

  display:grid;

  grid-template-columns:
  repeat(4,1fr);

  gap:28px;

}

.process-card{

  background:#ffffff;

  border-radius:30px;

  padding:40px 30px;

  border:
  1px solid rgba(37,99,235,0.06);

  box-shadow:
  0 20px 60px rgba(15,23,42,0.06);

  transition:0.35s ease;

}

.process-card:hover{

  transform:
  translateY(-10px);

}

.process-number{

  width:70px;
  height:70px;

  display:flex;

  align-items:center;
  justify-content:center;

  border-radius:22px;

  margin-bottom:24px;

  background:
  linear-gradient(
    135deg,
    #2563eb,
    #7c3aed
  );

  color:#ffffff;

  font-weight:800;

  font-size:20px;

}

.process-card h3{

  font-size:28px;

  font-weight:800;

  margin-bottom:18px;

  color:#0f172a;

}

.process-card p{

  color:#64748b;

  line-height:1.9;

}

/* =========================================================
   FAQ SECTION
========================================================= */

.faq-section{

  padding:
  80px 0;

}

.faq-grid{

  display:grid;

  grid-template-columns:
  repeat(2,1fr);

  gap:28px;

}

.faq-card{

  background:#ffffff;

  border-radius:30px;

  padding:38px;

  border:
  1px solid rgba(37,99,235,0.06);

  box-shadow:
  0 20px 60px rgba(15,23,42,0.06);

}

.faq-card h3{

  font-size:24px;

  line-height:1.5;

  color:#0f172a;

  margin-bottom:16px;

}

.faq-card p{

  color:#64748b;

  line-height:1.9;

}

/* =========================================================
   CTA SECTION
========================================================= */

.services-cta-section{

  padding:
  70px 0 130px;

}

.services-cta-box{

  position:relative;

  overflow:hidden;

  background:
  linear-gradient(
    135deg,
    #0f172a,
    #111827,
    #1e293b
  );

  border-radius:42px;

  padding:
  90px 60px;

  text-align:center;

  color:#ffffff;

  box-shadow:
  0 40px 100px rgba(15,23,42,0.18);

}

.services-cta-box::before{

  content:"";

  position:absolute;

  top:-150px;
  right:-150px;

  width:420px;
  height:420px;

  border-radius:50%;

  background:
  radial-gradient(
    circle,
    rgba(255,255,255,0.10),
    transparent 70%
  );

}

.services-cta-box h2{

  font-size:56px;

  line-height:1.15;

  font-weight:900;

  margin:24px 0;

  color:#ffffff;

}

.services-cta-box p{

  max-width:760px;

  margin:
  0 auto 40px;

  color:
  rgba(255,255,255,0.72);

  line-height:1.9;

  font-size:18px;

}

.cta-buttons{

  display:flex;

  align-items:center;
  justify-content:center;

  gap:18px;

  flex-wrap:wrap;

}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1200px){

  .services-main-grid{

    grid-template-columns:
    repeat(2,1fr);

  }

  .process-grid{

    grid-template-columns:
    repeat(2,1fr);

  }

}

@media(max-width:992px){

  .services-hero-content h1{

    font-size:52px;

  }

  .section-header h2{

    font-size:42px;

  }

}

@media(max-width:768px){

  .services-main-grid,
  .services-stats-grid,
  .process-grid,
  .faq-grid{

    grid-template-columns:1fr;

  }

  .services-hero{

    padding:
    150px 0 90px;

  }

  .services-hero-content h1{

    font-size:40px;

  }

  .section-header h2{

    font-size:34px;

  }

  .seo-content-box,
  .services-cta-box{

    padding:
    60px 30px;

  }

  .services-cta-box h2{

    font-size:38px;

  }

}

@media(max-width:480px){

  .services-hero-content h1{

    font-size:34px;

  }

  .main-service-card{

    padding:30px;

  }

  .seo-content-box h2{

    font-size:34px;

  }

  .services-cta-box h2{

    font-size:30px;

  }

}