/* =========================================================
   TEAM PAGE
========================================================= */

.team-page{

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

  overflow-x:hidden;

}

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

.team-hero{

  position:relative;

  overflow:hidden;

  padding:
  180px 0 120px;

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

}

.hero-blur{

  position:absolute;

  border-radius:50%;

  filter:blur(90px);

  opacity:0.35;

}

.hero-blur-1{

  width:320px;
  height:320px;

  background:#2563eb;

  top:-100px;
  right:-100px;

}

.hero-blur-2{

  width:280px;
  height:280px;

  background:#7c3aed;

  left:-100px;
  bottom:-100px;

}

.team-hero-container{

  position:relative;

  z-index:2;

}

.team-hero-content{

  max-width:920px;

  margin:auto;

  text-align:center;

}

/* =========================================================
   SECTION TAG
========================================================= */

.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;

}

/* =========================================================
   HERO CONTENT
========================================================= */

.team-hero-content h1{

  font-size:72px;

  line-height:1.1;

  font-weight:900;

  color:#0f172a;

  margin:
  28px 0;

}

.team-hero-content h1 span{

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

  -webkit-background-clip:text;

  -webkit-text-fill-color:transparent;

}

.team-hero-content p{

  max-width:760px;

  margin:auto;

  color:#64748b;

  font-size:19px;

  line-height:1.9;

}

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

.section-header{

  text-align:center;

  max-width:780px;

  margin:
  0 auto 70px;

}

.section-header h2{

  font-size:54px;

  line-height:1.2;

  font-weight:800;

  color:#0f172a;

  margin:
  24px 0;

}

.section-header p{

  color:#64748b;

  line-height:1.9;

  font-size:18px;

}

/* =========================================================
   TEAM SECTION
========================================================= */

.team-section{

  padding:
  120px 0;

}

.team-grid{

  display:grid;

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

  gap:32px;

}

.team-card{

  position:relative;

  overflow:hidden;

  background:#ffffff;

  border-radius:34px;

  padding:42px;

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

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

  transition:0.35s ease;

}

.team-card:hover{

  transform:
  translateY(-12px);

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

}

.team-card::before{

  content:"";

  position:absolute;

  top:0;
  left:0;

  width:100%;
  height:5px;

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

}

/* =========================================================
   TEAM ICON
========================================================= */

.team-icon{

  width:90px;
  height:90px;

  display:flex;

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

  border-radius:28px;

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

  color:#ffffff;

  font-size:32px;

  font-weight:800;

  margin-bottom:30px;

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

}

/* =========================================================
   TEAM CONTENT
========================================================= */

.team-content h3{

  font-size:30px;

  font-weight:800;

  color:#0f172a;

  margin-bottom:12px;

}

.team-content span{

  display:inline-block;

  color:#2563eb;

  font-size:15px;

  font-weight:700;

  margin-bottom:20px;

}

.team-content p{

  color:#64748b;

  line-height:1.9;

  font-size:16px;

}

/* =========================================================
   WHY TEAM SECTION
========================================================= */

.why-team-section{

  padding:
  20px 0 120px;

}

.why-team-grid{

  display:grid;

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

  gap:32px;

}

.why-team-card{

  background:#ffffff;

  border-radius:34px;

  padding:42px;

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

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

  transition:0.35s ease;

}

.why-team-card:hover{

  transform:
  translateY(-10px);

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

}

.why-team-card h3{

  font-size:30px;

  font-weight:800;

  color:#0f172a;

  margin-bottom:18px;

}

.why-team-card p{

  color:#64748b;

  line-height:1.9;

}

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

.team-cta-section{

  padding:
  0 0 120px;

}

.team-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);

}

.team-cta-box::before{

  content:"";

  position:absolute;

  top:-160px;
  right:-160px;

  width:420px;
  height:420px;

  border-radius:50%;

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

}

.team-cta-box h2{

  font-size:56px;

  line-height:1.2;

  font-weight:800;

  margin:
  24px 0;
  color:#ffffff;

}

.team-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
========================================================= */

.cta-buttons{

  display:flex;

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

  gap:18px;

  flex-wrap:wrap;

}

.primary-btn{

  display:inline-flex;

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

  padding:
  18px 34px;

  border-radius:18px;

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

  color:#ffffff;

  font-weight:700;

  text-decoration:none;

  transition:0.35s ease;

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

}

.primary-btn:hover{

  transform:
  translateY(-5px);

}

.secondary-btn{

  display:inline-flex;

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

  padding:
  18px 34px;

  border-radius:18px;

  border:
  1px solid rgba(255,255,255,0.18);

  background:
  rgba(255,255,255,0.06);

  backdrop-filter:blur(10px);

  color:#ffffff;

  font-weight:700;

  text-decoration:none;

  transition:0.35s ease;

}

.secondary-btn:hover{

  background:#ffffff;

  color:#0f172a;

  transform:
  translateY(-5px);

}

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

.seo-content-section{

  padding:
  0 0 120px;

}

.seo-content-box{

  background:#ffffff;

  border-radius:40px;

  padding:
  70px 60px;

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

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

}

.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;

  font-size:17px;

  margin-bottom:24px;

}

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

@media(max-width:1200px){

  .team-grid{

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

  }

}

@media(max-width:992px){

  .team-hero-content h1,
  .team-cta-box h2{

    font-size:50px;

  }

  .section-header h2,
  .seo-content-box h2{

    font-size:42px;

  }

}

@media(max-width:768px){

  .team-grid,
  .why-team-grid{

    grid-template-columns:1fr;

  }

  .team-hero{

    padding:
    150px 0 90px;

  }

  .team-hero-content h1,
  .team-cta-box h2{

    font-size:40px;

  }

  .team-card,
  .why-team-card{

    padding:34px;

  }

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

    padding:
    60px 30px;

  }

}

@media(max-width:480px){

  .team-hero-content h1,
  .team-cta-box h2{

    font-size:34px;

  }

  .section-header h2,
  .seo-content-box h2{

    font-size:32px;

  }

  .team-content h3{

    font-size:26px;

  }

  .team-icon{

    width:80px;
    height:80px;

    font-size:28px;

  }

}