.hero-ais {
    position: relative;
    /* min-height: 75vh; */
    background: 
  radial-gradient(1200px circle at 80% 20%, rgba(59,183,173,.38), transparent 60%),
    radial-gradient(900px circle at 15% 80%, rgba(45,101,169,.32), transparent 65%),
    linear-gradient(180deg, #0e1620 0%, #121c26 100%);
    overflow: hidden;
    color: #fff;
    padding: 2.9rem 2rem;
}

.hero-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 120px 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 3;
}

/* TEXT */
.hero-breadcrumb {
  display: inline-flex;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  font-size: .85rem;
  margin-bottom: 20px;
  align-items: center;
}
.hero-breadcrumb span {
  width: 6px;
  height: 6px;
  background: #22d3ee;
  border-radius: 50%;
}

.hero-title {
  font-size: clamp(2.6rem, 4.5vw, 4.3rem);
  line-height: 1.1;
  font-weight: 700;
  background: linear-gradient(180deg,#7dd3fc,#5eead4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  max-width: 480px;
  margin: 24px 0 36px;
  color: #cbd5e1;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

/* BUTTONS */
.btn-main {
  padding: 14px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg,#4f46e5,#22d3ee);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 20px 50px rgba(34,211,238,.35);
  transition: .35s;
}
.btn-main:hover { transform: translateY(-4px); }

.btn-glass {
  padding: 14px 26px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(6px);
}

/* AI IMAGE */
.hero-visual img {
  width: 100%;
  animation: floatAI 6s ease-in-out infinite;
      border-radius: 10px;
}

@keyframes floatAI {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* PARTICLES */
.ai-particles span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(34,211,238,.5);
  border-radius: 50%;
  animation: particle 8s infinite ease-in-out;
}
.ai-particles span:nth-child(1){ top:20%; left:15% }
.ai-particles span:nth-child(2){ top:60%; left:25% }
.ai-particles span:nth-child(3){ top:30%; right:20% }
.ai-particles span:nth-child(4){ bottom:20%; right:30% }

@keyframes particle {
  0% { transform: translateY(0); opacity:.2 }
  50% { transform: translateY(-30px); opacity:.8 }
  100% { transform: translateY(0); opacity:.2 }
}

.team-section{
    padding: 52px 6vw;
    background: #f3f3f3;
}

.team-header{
  max-width:700px;
  margin:0 auto 70px;
  text-align:center;
}

.team-icon{
  width:50px;
  height:50px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#4da3ff;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:22px;
}

.team-header h2{
  margin:0;
  font-size:54px;
}

.team-header p{
  margin-top:12px;
  color:#6b7280;
  font-size:14px;
}

/* GRID */
.team-grid{

    gap: 40px;

    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* CARD */
.team-card{
    background: #fff;
    padding: 20px 26px 40px 26px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.team-card img{
    width: 230px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 16px;
}

.team-card .role{
  font-size:12px;
  color:#9ca3af;
  text-transform:uppercase;
}

.team-card h4{
  margin:6px 0 10px;
  font-size:18px;
}

.team-card p{
  font-size:14px;
  color:#6b7280;
  line-height:1.6;
}

/* SOCIALS */
.socials{
  margin-top:16px;
  display:flex;
  justify-content:center;
  gap:10px;
}

.socials a{
  width:32px;
  height:32px;
  border-radius:50%;
  background:#4da3ff;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:14px;
  text-decoration:none;
}

/* RESPONSIVE */
@media(max-width:1000px){
  .team-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .team-grid{
    grid-template-columns:1fr;
  }
}
.ls-title{
  background:linear-gradient(90deg,#2563eb,#38bdf8);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* =========================
   WHY SECTION (WHITE BG)
========================= */
.pf-why{
  background:#fff;
  padding:5.2rem 0;
  position:relative;
}

/* Head */
.pf-why-head{
  max-width: 720px;
  margin-bottom: 2.2rem;
}
.pf-why-title{
  font-size: clamp(1.9rem, 2.3vw, 2.5rem);
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 .8rem 0;
  color:#0b1220;
}
.pf-accent{
  background: linear-gradient(90deg, #2d65a9, #3bb7ad);
  -webkit-background-clip: text;
  background-clip:text;
  color: transparent;
}
.pf-why-sub{
  margin: 0;
  max-width: 520px;
  color: rgba(11,18,32,.68);
  font-size: 1rem;
  line-height: 1.7;
}

/* =========================
   DARK GLOSS CARDS
========================= */
.pf-gloss-card{
  position: relative;
  height: 100%;
  padding: 2.6rem 2.4rem;
  border-radius: 26px;

  background: linear-gradient(180deg, #0b1119 0%, #121c2b 100%);
  color: #eaf0ff;

  border: 1px solid rgba(255,255,255,0.12);

  box-shadow:
    0 30px 80px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.08);

  overflow: hidden;
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

/* Reflection sweep */
.pf-gloss-card::before{
  content:"";
  position:absolute;
  inset:-60%;
  background: linear-gradient(120deg, transparent 35%, rgba(255,255,255,.14), transparent 65%);
  transform: translateX(-120%) rotate(-10deg);
  transition: transform 1.2s ease;
  pointer-events:none;
}

/* Micro noise texture */
.pf-gloss-card::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events:none;
}

/* Hover */
.pf-gloss-card:hover{
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 60px 140px rgba(59,183,173,.40),
    inset 0 1px 0 rgba(255,255,255,.14);
  border-color: rgba(59,183,173,.35);
}
.pf-gloss-card:hover::before{
  transform: translateX(120%) rotate(-10deg);
}

/* Featured card */
.pf-gloss-card--featured{
  background: linear-gradient(180deg, #0e1b2f, #173256);
  border-color: rgba(59,183,173,.55);
  box-shadow: 0 70px 160px rgba(59,183,173,.45);
}

/* Pill */
.pf-pill{
  display: inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;

  color: #86fff6;
  border: 1px solid rgba(59,183,173,.6);
  background: rgba(59,183,173,.12);
  box-shadow: inset 0 0 12px rgba(59,183,173,.25);
}

/* Content */
.pf-card-body{
  margin-top: 2.2rem;
}
.pf-card-title{
  margin: 0 0 .8rem 0;
  font-size: 1.35rem;
  font-weight: 650;
  color: #fff;
}
.pf-card-text{
  margin: 0;
  font-size: .95rem;
  line-height: 1.65;
  color: rgba(255,255,255,.75);
  max-width: 92%;
}

/* OPTIONAL: auto gloss animation */
@keyframes pfGloss {
  from { transform: translateX(-140%) rotate(-10deg); }
  to   { transform: translateX(140%) rotate(-10deg); }
}
.pf-gloss-card.pf-gloss-anim::before{
  animation: pfGloss 9s linear infinite;
}
/* =========================
   ICON WRAPPER
========================= */
.pf-icon-wrap{
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg,
    rgba(59,183,173,.35),
    rgba(45,101,169,.35)
  );

  box-shadow:
    0 10px 30px rgba(59,183,173,.45),
    inset 0 0 18px rgba(255,255,255,.15);

  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 3;
}

.pf-icon-wrap img{
  width: 28px;
  height: 28px;
  filter: brightness(1.2) drop-shadow(0 0 6px rgba(255,255,255,.35));
}

/* =========================
   CARD UPDATE
========================= */
.pf-gloss-card{
  position: relative;
  padding: 3.6rem 2.4rem 2.6rem;
}

/* Pill spacing */
.pf-gloss-card .pf-pill{
  margin-top: .2rem;
}

/* Icon glow on hover */
.pf-gloss-card:hover .pf-icon-wrap{
  transform: scale(1.1) rotate(-4deg);
  box-shadow:
    0 16px 50px rgba(59,183,173,.65),
    inset 0 0 22px rgba(255,255,255,.2);
}

/* Optional subtle float */
@keyframes pfIconFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
}
.pf-gloss-card.pf-gloss-anim .pf-icon-wrap{
  animation: pfIconFloat 6s ease-in-out infinite;
}

/* ================================
   GLOBAL MOBILE TWEAKS
================================ */
@media (max-width: 992px){

  /* ---------- HERO ---------- */
  .hero-wrap{
    grid-template-columns: 1fr;
    padding: 90px 16px;
    gap: 50px;
    text-align: center;
  }

  .hero-desc{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions{
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-visual{
    max-width: 520px;
    margin: 0 auto;
  }

  /* ---------- TEAM ---------- */
  .team-header h2{
    font-size: 40px;
  }

  .team-grid{
    flex-wrap: wrap;
    gap: 30px;
  }

  .team-card{
    width: 48%;
  }
}

/* ================================
   MOBILE (PHONES)
================================ */
@media (max-width: 600px){

  /* ---------- HERO ---------- */
  .hero-ais{
    padding: 2.2rem 1rem;
  }

  .hero-wrap{
    padding: 70px 10px;
  }

  .hero-title{
    font-size: 2.2rem;
  }

  .hero-desc{
    font-size: .95rem;
  }

  .hero-actions a{
    width: 100%;
    text-align: center;
  }

  /* ---------- TEAM ---------- */
  .team-section{
    padding: 60px 1rem;
  }

  .team-header{
    margin-bottom: 40px;
  }

  .team-header h2{
    font-size: 32px;
  }

  .team-header p{
    font-size: 13px;
  }

  .team-grid{
    flex-direction: column;
    gap: 28px;
  }

  .team-card{
    width: 100%;
    padding: 18px 20px 32px;
  }

  .team-card img{
    width: 100%;
    max-width: 260px;
    height: 340px;
  }

  .team-card h4{
    font-size: 17px;
  }

  .team-card p{
    font-size: 13.5px;
  }

  /* ---------- SOCIALS ---------- */
  .socials{
    gap: 14px;
  }
}

/* ================================
   SMALL DEVICES / VERY SMALL
================================ */
@media (max-width: 380px){

  .hero-title{
    font-size: 1.9rem;
  }

  .team-card img{
    height: 300px;
  }
}

/* ================= HEADER ================= */

