/* Why Us Upgrade */

.why-section{
  position:relative;
  overflow:hidden;
  padding:76px 0 72px !important;
}

.why-section::before{
  content:"";
  position:absolute;
  inset:18px 0;
  border-radius:44px;
  background:
    radial-gradient(circle at 12% 18%,rgba(77,231,243,.20),transparent 34%),
    radial-gradient(circle at 88% 22%,rgba(239,93,168,.12),transparent 36%),
    linear-gradient(135deg,#ffffff 0%,#eefaff 54%,#ffffff 100%);
  z-index:0;
}

.why-section::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  left:-150px;
  bottom:10px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(139,92,246,.17),transparent 68%);
  animation:whyGlow 7s ease-in-out infinite alternate;
  pointer-events:none;
  z-index:1;
}

@keyframes whyGlow{
  from{transform:translate3d(0,0,0) scale(1);}
  to{transform:translate3d(22px,-18px,0) scale(1.08);}
}

.why-section .container{
  position:relative;
  z-index:3;
}

.why-section .section-head{
  max-width:850px;
  margin-bottom:34px !important;
  padding:30px 28px;
  border-radius:34px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 24px 70px rgba(15,23,42,.10);
  backdrop-filter:blur(18px);
}

.why-section .section-head::after{
  content:"A safe, focused, and inspiring environment where every child can build technique, discipline, and confidence.";
  display:block;
  max-width:650px;
  margin:12px auto 0;
  color:#667085;
  font-size:16px;
  line-height:1.65;
}

/* Layout */
.why-layout{
  display:grid !important;
  grid-template-columns:.95fr 1.05fr !important;
  gap:26px !important;
  align-items:stretch !important;
}

/* Image side */
.why-image{
  position:relative;
  overflow:hidden;
  min-height:520px;
  border-radius:36px !important;
  background:#07111f;
  box-shadow:0 30px 90px rgba(15,23,42,.16) !important;
  border:1px solid rgba(255,255,255,.92);
  isolation:isolate;
}

.why-image::before{
  content:"Trusted by parents";
  position:absolute;
  left:20px;
  top:20px;
  z-index:5;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.90);
  color:#07111f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 16px 36px rgba(15,23,42,.18);
  backdrop-filter:blur(14px);
}

.why-image::after{
  content:"Confidence • Strength • Discipline";
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:5;
  padding:18px 20px;
  border-radius:24px;
  background:rgba(7,17,31,.76);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:18px;
  font-weight:900;
  line-height:1.35;
  box-shadow:0 20px 52px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
}

.why-image img{
  width:100%;
  height:100%;
  min-height:520px !important;
  object-fit:cover;
  filter:saturate(1.08) contrast(1.04);
  transition:transform .7s cubic-bezier(.22,1,.36,1), filter .7s ease;
}

.why-image:hover img{
  transform:scale(1.07);
  filter:saturate(1.16) contrast(1.06);
}

/* Cards */
.why-cards{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:16px !important;
}

.why-cards div{
  position:relative;
  overflow:hidden;
  min-height:155px;
  padding:26px 28px 26px 98px !important;
  border-radius:30px !important;
  background:
    radial-gradient(circle at 100% 0%,rgba(77,231,243,.12),transparent 32%),
    linear-gradient(135deg,#ffffff,#f7fbff) !important;
  border:1px solid rgba(255,255,255,.92) !important;
  box-shadow:0 22px 65px rgba(15,23,42,.10) !important;
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
}

.why-cards div:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 34px 95px rgba(15,23,42,.16) !important;
  border-color:rgba(77,231,243,.42) !important;
}

.why-cards div::before{
  content:"";
  position:absolute;
  width:54px;
  height:54px;
  left:26px;
  top:28px;
  border-radius:18px;
  background:linear-gradient(135deg,#4de7f3,#8b5cf6);
  box-shadow:0 16px 34px rgba(77,231,243,.24);
}

.why-cards div::after{
  content:"✓";
  position:absolute;
  left:26px;
  top:28px;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:22px;
  font-weight:900;
}

.why-cards div span{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-width:46px;
  height:26px;
  padding:0 10px;
  margin:0 0 12px !important;
  border-radius:999px;
  background:rgba(77,231,243,.16);
  color:#2563eb !important;
  font-size:12px;
  font-weight:900 !important;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.why-cards div h3{
  margin:0 0 8px !important;
  color:#07111f !important;
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(22px,2.2vw,30px) !important;
  line-height:1.05 !important;
  letter-spacing:-.7px;
}

.why-cards div p{
  margin:0 !important;
  color:#667085 !important;
}

/* bottom mini proof bar */
.why-layout::after{
  content:"Safe coaching • Small group attention • Positive progress";
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:14px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#07111f,#10243c);
  color:#d7e3f3;
  font-weight:900;
  text-align:center;
  box-shadow:0 24px 70px rgba(15,23,42,.16);
}

/* reveal */
.why-image,
.why-cards div,
.why-layout::after{
  opacity:0;
  transform:translateY(28px);
  transition:
    opacity .75s cubic-bezier(.22,1,.36,1),
    transform .75s cubic-bezier(.22,1,.36,1),
    box-shadow .32s ease,
    border-color .32s ease;
}

.why-image.is-why-visible,
.why-cards div.is-why-visible,
.why-layout.is-why-visible::after{
  opacity:1;
  transform:translateY(0);
}

/* Mobile */
@media(max-width:980px){
  .why-section{
    padding:62px 0 56px !important;
  }

  .why-section::before{
    inset:10px 0;
    border-radius:34px;
  }

  .why-layout{
    grid-template-columns:1fr !important;
  }

  .why-image{
    min-height:390px;
  }

  .why-image img{
    min-height:390px !important;
  }

  .why-layout::after{
    border-radius:24px;
    line-height:1.5;
  }
}

@media(max-width:640px){
  .why-section{
    padding:48px 0 42px !important;
  }

  .why-section::before{
    border-radius:26px;
  }

  .why-section .section-head{
    padding:22px 16px;
    border-radius:24px;
    margin-bottom:22px !important;
  }

  .why-section .section-title{
    font-size:34px !important;
  }

  .why-section .section-head::after{
    font-size:14px;
  }

  .why-image{
    min-height:300px;
    border-radius:24px !important;
  }

  .why-image img{
    min-height:300px !important;
  }

  .why-image::before{
    left:14px;
    top:14px;
    padding:8px 11px;
    font-size:10px;
  }

  .why-image::after{
    left:14px;
    right:14px;
    bottom:14px;
    padding:14px;
    border-radius:18px;
    font-size:14px;
  }

  .why-cards{
    gap:12px !important;
  }

  .why-cards div{
    min-height:auto;
    padding:78px 20px 22px !important;
    border-radius:22px !important;
    text-align:center;
  }

  .why-cards div::before,
  .why-cards div::after{
    left:50%;
    top:18px;
    transform:translateX(-50%);
  }

  .why-cards div h3{
    font-size:24px !important;
  }

  .why-layout::after{
    min-height:auto;
    padding:14px 16px;
    border-radius:20px;
    font-size:13px;
  }
}
