.eduhero-section{
  background:#f8f9fc;
  padding:30px;
  overflow:hidden;
}

.eduhero-container{
  max-width:1280px;
  margin:auto;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:70px;
}

.eduhero-content{
  width:48%;
}

.eduhero-badge{
  display:inline-block;
  background:#e9f0ff;
  color:#2563eb;
  padding:10px 18px;
  border-radius:50px;
  font-size:14px;
  font-weight:600;
  margin-bottom:25px;
}

.eduhero-content h1{
  font-size:2.6rem;
  line-height:1.1;
  color:#0f172a;
  margin-bottom:25px;
  font-weight:700;
}

.eduhero-content h1 span{
  color:#2563eb;
  display:block;
}

.eduhero-content p{
  font-size: 1.2rem;
  color:#64748b;
  margin-bottom:35px;
}

.eduhero-actions{
  display:flex;
  gap:15px;
  margin-bottom:40px;
}

.eduhero-btn-primary{
  background:#2563eb;
  color:#fff;
  padding:15px 26px;
  border-radius:10px;
  font-weight:600;
  text-decoration:none;
}

.eduhero-btn-primary:hover{
  color:#fff;
}

.eduhero-btn-secondary{
  background:#fff;
  border:1px solid #dbe2ef;
  color:#111827;
  padding:15px 26px;
  border-radius:10px;
  font-weight:600;
  text-decoration:none;
}

.eduhero-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.eduhero-stat strong{
  display:block;
  font-size:28px;
  color:#111827;
}

.eduhero-stat span{
  color:#64748b;
  font-size:14px;
}

.eduhero-visual{
  width:52%;
  position:relative;
}

.eduhero-dashboard-wrap{
  background:#fff;
  border-radius:24px;
  padding:18px;
  border:1px solid #e5e7eb;
  box-shadow:0 20px 60px rgba(15,23,42,.08);
}

.eduhero-dashboard{
  width:100%;
  display:block;
  border-radius:16px;
}

.eduhero-floating-card{
  position:absolute;
  right:-20px;
  bottom:40px;
  background:#fff;
  border-radius:16px;
  padding:18px;
  width:220px;
  box-shadow:0 15px 40px rgba(15,23,42,.10);
  border:1px solid #e5e7eb;
}

.eduhero-floating-card h3{
  font-size:18px;
  margin-bottom:12px;
  color:#111827;
}

.eduhero-floating-card ul{
  margin:0;
  padding-left:18px;
}

.eduhero-floating-card li{
  color:#64748b;
  margin-bottom:8px;
  font-size:14px;
}

@media(max-width:991px){

  .eduhero-container{
    flex-direction:column;
  }

  .eduhero-content,
  .eduhero-visual{
    width:100%;
  }

  .eduhero-content h1{
    font-size:2.6rem;
  }

  .eduhero-stats{
    grid-template-columns:repeat(2,1fr);
  }

  .eduhero-floating-card{
    display:none;
  }
}


  .edu-summary-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-summary-container {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.edu-summary-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-summary-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 40px;
  letter-spacing: -0.01em;
}

.edu-summary-box {
  position: relative;
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 24px;
  padding: 48px 44px;
  box-shadow: 0 20px 50px -25px rgba(15, 23, 42, 0.18);
  text-align: left;
  overflow: hidden;
}

.edu-summary-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #2563eb, #60a5fa, #93c5fd);
}

.edu-summary-tagwrap {
  margin-bottom: 22px;
}

.edu-summary-tag {
  display: inline-block;
  font-size: 14.5px;
  font-weight: 700;
  color: #1d4ed8;
  background: linear-gradient(135deg, #eef3ff, #e3edff);
  border: 1px solid #d7e3ff;
  padding: 9px 18px;
  border-radius: 999px;
  letter-spacing: 0.01em;
}

.edu-summary-text {
  font-size: 16.5px;
  line-height: 1.75;
  color: #44506b;
  margin: 0 0 18px;
}

.edu-summary-text:last-of-type {
  margin-bottom: 34px;
}

.edu-summary-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 28px;
  border-top: 1px solid #eef1f8;
}

.edu-summary-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 160px;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 14px;
  padding: 14px 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.edu-summary-chip:hover {
  transform: translateY(-4px);
  border-color: #bfd4ff;
  background: #ffffff;
  box-shadow: 0 14px 28px -18px rgba(37, 99, 235, 0.35);
}

.edu-summary-chip-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 10px;
  color: #2563eb;
}

.edu-summary-chip-icon svg {
  width: 19px;
  height: 19px;
}

.edu-summary-chip-label {
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
}

@media (max-width: 860px) {
  .edu-summary-box {
    padding: 38px 28px;
  }
}

@media (max-width: 600px) {
  .edu-summary-section {
   padding: 30px;
  }
  .edu-summary-box {
    padding: 30px 22px;
    border-radius: 18px;
  }
  .edu-summary-chips {
    gap: 10px;
  }
  .edu-summary-chip {
    flex: 1 1 100%;
  }
}


  .edu-trust-section {
  background: #ffffff;
  padding: 30px 0;
}

.edu-trust-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-trust-headwrap {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.edu-trust-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-trust-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.01em;
}

.edu-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.edu-trust-card {
  position: relative;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 20px;
  padding: 32px 28px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.edu-trust-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: #bfd4ff;
  box-shadow: 0 22px 44px -24px rgba(37, 99, 235, 0.32);
}

.edu-trust-card--stat {
  background: linear-gradient(160deg, #eef3ff 0%, #f8f9fc 60%);
  border-color: #d7e3ff;
}

.edu-trust-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 14px;
  color: #2563eb;
  margin-bottom: 20px;
}

.edu-trust-icon svg {
  width: 24px;
  height: 24px;
}

.edu-trust-stat {
  display: inline-block;
  font-size: 13.5px;
  font-weight: 800;
  color: #1d4ed8;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.edu-trust-title {
  font-size: 18.5px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 12px;
}

.edu-trust-text {
  font-size: 15px;
  line-height: 1.7;
  color: #57607a;
  margin: 0;
}

@media (max-width: 980px) {
  .edu-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .edu-trust-section {
   padding: 30px;
  }
  .edu-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .edu-trust-card {
    padding: 26px 22px;
  }
}


  .edu-uaeflow-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-uaeflow-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.edu-uaeflow-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-uaeflow-heading {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.edu-uaeflow-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 26px;
}

.edu-uaeflow-text {
  font-size: 16px;
  line-height: 1.75;
  color: #44506b;
  margin: 0 0 18px;
}

.edu-uaeflow-text:last-of-type {
  margin-bottom: 0;
}

/* Visual / image placeholder */
.edu-uaeflow-visual {
  position: relative;
}

.edu-uaeflow-placeholder {
  position: relative;
  background: linear-gradient(160deg, #eef3ff 0%, #ffffff 70%);
  border: 1.5px dashed #b9cdfb;
  border-radius: 24px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 32px;
  overflow: hidden;
}

.edu-uaeflow-placeholder-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  border-radius: 999px;
}

.edu-uaeflow-placeholder-icon {
  width: 56px;
  height: 56px;
  color: #6f93f4;
  margin-bottom: 18px;
}

.edu-uaeflow-placeholder-caption {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.6;
  color: #5b6688;
  margin: 0;
}

.edu-uaeflow-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.edu-uaeflow-pin {
  position: absolute;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  color: #1d4ed8;
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
  box-shadow: 0 10px 22px -12px rgba(37, 99, 235, 0.4);
}

.edu-uaeflow-pin::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 8px;
  height: 8px;
  background: #2563eb;
  border-radius: 50%;
  transform: translateX(-50%);
}

.edu-uaeflow-pin--1 { top: 22%; left: 18%; }
.edu-uaeflow-pin--2 { top: 60%; left: 60%; }
.edu-uaeflow-pin--3 { top: 35%; left: 72%; }

@media (max-width: 980px) {
  .edu-uaeflow-container {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .edu-uaeflow-visual {
    order: -1;
  }
}

@media (max-width: 600px) {
  .edu-uaeflow-section {
   padding: 30px;
  }
  .edu-uaeflow-placeholder {
    min-height: 320px;
    padding: 32px 22px;
  }
  .edu-uaeflow-pin--1 { left: 10%; }
  .edu-uaeflow-pin--3 { left: 60%; }
}

 
 .edu-problem-section {
  background: #ffffff;
  padding: 100px 24px;
}

.edu-problem-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-problem-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.edu-problem-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-problem-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-problem-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0;
}

/* Before / After banner */
.edu-problem-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 22px;
  padding: 32px 30px;
  margin-bottom: 44px;
}

.edu-problem-banner-side {
  padding: 6px 26px;
}

.edu-problem-banner-photo {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e7eaf3;
  margin-bottom: 18px;
  aspect-ratio: 16 / 10;
}

.edu-problem-banner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.edu-problem-banner-side--before .edu-problem-banner-photo {
  filter: grayscale(35%);
}

.edu-problem-banner-tag {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.edu-problem-banner-side--before .edu-problem-banner-tag {
  color: #6b7280;
  background: #ececf2;
}

.edu-problem-banner-side--after .edu-problem-banner-tag {
  color: #1d4ed8;
  background: #dde9ff;
}

.edu-problem-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.edu-problem-banner-list li {
  font-size: 15px;
  font-weight: 600;
  color: #44506b;
  padding-left: 18px;
  position: relative;
}

.edu-problem-banner-side--before .edu-problem-banner-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c3c8d6;
}

.edu-problem-banner-side--after .edu-problem-banner-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2563eb;
}

.edu-problem-banner-side--after .edu-problem-banner-list li {
  color: #0f172a;
}

.edu-problem-banner-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px -10px rgba(37, 99, 235, 0.55);
}

.edu-problem-banner-arrow svg {
  width: 20px;
  height: 20px;
}

/* Intro paragraphs */
.edu-problem-intro {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.edu-problem-text {
  font-size: 16px;
  line-height: 1.8;
  color: #44506b;
  margin: 0 0 16px;
}

.edu-problem-text:last-child {
  margin-bottom: 0;
}

/* Bento-style problem grid */
.edu-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.edu-problem-card {
  position: relative;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 20px;
  padding: 30px 26px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  grid-column: span 1;
}

.edu-problem-card--wide {
  grid-column: span 2;
}

.edu-problem-card--full {
  grid-column: span 3;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  column-gap: 22px;
  padding: 26px 30px;
}

.edu-problem-card--full .edu-problem-title {
  margin: 0;
}

.edu-problem-card--full .edu-problem-card-text {
  grid-column: 1 / -1;
  margin-top: 12px;
}

.edu-problem-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  border-color: #bfd4ff;
  box-shadow: 0 22px 44px -26px rgba(37, 99, 235, 0.32);
}

.edu-problem-index {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #aebbe0;
  margin-bottom: 14px;
}

.edu-problem-card--full .edu-problem-index {
  margin-bottom: 0;
}

.edu-problem-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 13px;
  color: #2563eb;
  margin-bottom: 18px;
}

.edu-problem-card--full .edu-problem-icon {
  margin-bottom: 0;
}

.edu-problem-icon svg {
  width: 22px;
  height: 22px;
}

.edu-problem-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 10px;
}

.edu-problem-card-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0;
}

/* CTA */
.edu-problem-ctawrap {
  text-align: center;
  margin-top: 48px;
}

.edu-problem-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-problem-cta:hover{
    background-color: #fff;
}


@media (max-width: 980px) {
  .edu-problem-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .edu-problem-banner-arrow {
    margin: 18px auto;
    transform: rotate(90deg);
  }
  .edu-problem-banner-list {
    align-items: center;
  }
  .edu-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .edu-problem-card--wide,
  .edu-problem-card--full {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  .edu-problem-section {
    padding: 64px 18px;
  }
  .edu-problem-banner {
    padding: 26px 20px;
  }
  .edu-problem-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .edu-problem-card--wide,
  .edu-problem-card--full {
    grid-column: span 1;
  }
  .edu-problem-card--full {
    grid-template-columns: auto 1fr;
    row-gap: 10px;
  }
  .edu-problem-card--full .edu-problem-index {
    grid-row: 1;
  }
}

  .edu-services-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-services-container {
  max-width: 1200px;
  margin: 0 auto;
}

.edu-services-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.edu-services-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-services-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}

.edu-services-intro {
  font-size: 16px;
  line-height: 1.75;
  color: #44506b;
  margin: 0 0 10px;
}

.edu-services-intro:last-of-type {
  margin-bottom: 0;
}

.edu-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.edu-services-card {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 20px;
  padding: 30px 26px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}

.edu-services-card:hover {
  transform: translateY(-6px);
  border-color: #bfd4ff;
  box-shadow: 0 24px 46px -26px rgba(37, 99, 235, 0.3);
}

.edu-services-card--ai {
  background: linear-gradient(165deg, #eef3ff 0%, #ffffff 65%);
  border-color: #d7e3ff;
}

.edu-services-cardtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.edu-services-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fc;
  border: 1px solid #dbe6ff;
  border-radius: 13px;
  color: #2563eb;
}

.edu-services-card--ai .edu-services-icon {
  background: #ffffff;
}

.edu-services-icon svg {
  width: 22px;
  height: 22px;
}

.edu-services-tag {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5d6b94;
  background: #eef1f8;
  padding: 5px 11px;
  border-radius: 999px;
}

.edu-services-tag--ai {
  color: #1d4ed8;
  background: #dde9ff;
}

.edu-services-title {
  font-size: 17.5px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 12px;
}

.edu-services-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0 0 10px;
}

.edu-services-text:last-child {
  margin-bottom: 0;
}

.edu-services-ctawrap {
  text-align: center;
  margin-top: 48px;
}

.edu-services-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-services-cta:hover {
  transform: translateY(-3px);
  background: #1d4ed8;
  box-shadow: 0 20px 38px -14px rgba(37, 99, 235, 0.6);
  color: #fff;
}

@media (max-width: 1080px) {
  .edu-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .edu-services-section {
   padding: 30px;
  }
  .edu-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .edu-services-card {
    padding: 26px 22px;
  }
}

 
  .edu-define-section {
  background: #ffffff;
  padding: 30px 0;
}

.edu-define-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.edu-define-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-define-heading {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.edu-define-answerbox {
  position: relative;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-left: 4px solid #2563eb;
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 24px;
}

.edu-define-answer {
  font-size: 16.5px;
  line-height: 1.75;
  color: #1e2740;
  font-weight: 500;
  margin: 0;
}

.edu-define-text {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0 0 16px;
}

.edu-define-text:last-child {
  margin-bottom: 0;
}

/* Visual */
.edu-define-visual {
  display: flex;
  justify-content: center;
}

.edu-define-placeholder {
  position: relative;
  width: 100%;
  max-width: 460px;
  background: linear-gradient(160deg, #eef3ff 0%, #ffffff 70%);
  border: 1.5px dashed #b9cdfb;
  border-radius: 24px;
  padding: 34px 28px 30px;
  text-align: center;
}

.edu-define-placeholder-badge {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  color: #2563eb;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.edu-define-placeholder-caption {
  font-size: 13px;
  line-height: 1.6;
  color: #5b6688;
  margin: 0 0 26px;
}

.edu-define-orbit {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto 22px;
}

.edu-define-orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  box-shadow: 0 18px 34px -14px rgba(37, 99, 235, 0.55);
  z-index: 2;
}

.edu-define-node {
  position: absolute;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  color: #1d4ed8;
  font-size: 11.5px;
  font-weight: 700;
  padding: 7px 13px;
  border-radius: 999px;
  box-shadow: 0 10px 20px -12px rgba(37, 99, 235, 0.35);
  z-index: 1;
}

.edu-define-node--1 { top: 0; left: 50%; transform: translateX(-50%); }
.edu-define-node--2 { top: 18%; right: 0; }
.edu-define-node--3 { bottom: 18%; right: 4%; }
.edu-define-node--4 { bottom: 0; left: 50%; transform: translateX(-50%); }
.edu-define-node--5 { bottom: 18%; left: 4%; }
.edu-define-node--6 { top: 18%; left: 0; }

.edu-define-visualtext {
  font-size: 14.5px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0;
}

@media (max-width: 980px) {
  .edu-define-container {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .edu-define-visual {
    order: -1;
  }
}

@media (max-width: 600px) {
  .edu-define-section {
   padding: 30px;
  }
  .edu-define-orbit {
    width: 240px;
    height: 240px;
  }
  .edu-define-orbit-core {
    width: 84px;
    height: 84px;
    font-size: 11px;
  }
  .edu-define-node {
    font-size: 10.5px;
    padding: 6px 10px;
  }
}


.edu-types-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-types-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-types-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.edu-types-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-types-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-types-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 16px;
}

.edu-types-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0;
}

/* Tab + content panel */
.edu-types-panel {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 24px;
  box-shadow: 0 24px 56px -30px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

.edu-types-tablist {
  background: #f8f9fc;
  border-right: 1px solid #e7eaf3;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.edu-types-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  border-radius: 12px;
  padding: 13px 16px;
  text-align: left;
  font-size: 14.5px;
  font-weight: 600;
  color: #57607a;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.edu-types-tab:hover {
  background: #eef1f8;
  color: #0f172a;
}

.edu-types-tab.is-active {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 12px 24px -12px rgba(37, 99, 235, 0.55);
}

.edu-types-tab-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 9px;
  color: #2563eb;
}

.edu-types-tab.is-active .edu-types-tab-icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.edu-types-tab-icon svg {
  width: 16px;
  height: 16px;
}

.edu-types-content {
  padding: 44px 48px;
  display: flex;
  align-items: center;
}

.edu-types-pane {
  display: none;
  width: 100%;
  animation: edu-types-fade 0.35s ease;
}

.edu-types-pane.is-active {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
}

@keyframes edu-types-fade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.edu-types-pane-title {
  font-size: 23px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
}

.edu-types-pane-desc {
  font-size: 15.5px;
  line-height: 1.8;
  color: #44506b;
  margin: 0 0 14px;
}

.edu-types-pane-desc:last-child {
  margin-bottom: 0;
}

.edu-types-pane-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e7eaf3;
  box-shadow: 0 20px 40px -22px rgba(15, 23, 42, 0.25);
  aspect-ratio: 4 / 3;
}

.edu-types-pane-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CTA */
.edu-types-ctawrap {
  text-align: center;
  margin-top: 48px;
}

.edu-types-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-types-cta:hover {
  transform: translateY(-3px);
  background: #1d4ed8;
  box-shadow: 0 20px 38px -14px rgba(37, 99, 235, 0.6);
  color: #fff;
}

@media (max-width: 900px) {
  .edu-types-panel {
    grid-template-columns: 1fr;
  }
  .edu-types-tablist {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: 1px solid #e7eaf3;
  }
  .edu-types-tab {
    flex: 1 1 auto;
  }
  .edu-types-tab-label {
    display: none;
  }
  .edu-types-tab {
    justify-content: center;
    padding: 12px;
  }
  .edu-types-content {
    padding: 36px 28px;
  }
  .edu-types-pane.is-active {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .edu-types-pane-media {
    order: -1;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 600px) {
  .edu-types-section {
   padding: 30px;
  }
  .edu-types-tablist {
    gap: 8px;
    padding: 14px;
  }
  .edu-types-tab {
    padding: 10px;
  }
  .edu-types-content {
    padding: 28px 22px;
  }
  .edu-types-pane-title {
    font-size: 20px;
  }
}
  .edu-features-section {
  background: #ffffff;
  padding: 30px 0;
}

.edu-features-container {
  max-width: 1200px;
  margin: 0 auto;
}

.edu-features-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.edu-features-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-features-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-features-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0;
}

.edu-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.edu-features-card {
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.edu-features-card:hover {
  border-color: #bfd4ff;
  box-shadow: 0 22px 44px -28px rgba(37, 99, 235, 0.3);
}

.edu-features-summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  cursor: pointer;
  user-select: none;
}

.edu-features-summary::-webkit-details-marker {
  display: none;
}

.edu-features-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 12px;
  color: #2563eb;
}

.edu-features-icon svg {
  width: 21px;
  height: 21px;
}

.edu-features-summary-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.edu-features-role {
  font-size: 15.5px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.edu-features-count {
  font-size: 12px;
  font-weight: 600;
  color: #8b94ad;
}

.edu-features-chevron {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #aebbe0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.edu-features-card[open] .edu-features-chevron {
  transform: rotate(180deg);
}

.edu-features-body {
  padding: 0 22px 24px 22px;
}

.edu-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.edu-features-list li {
  position: relative;
  font-size: 14.5px;
  font-weight: 500;
  color: #44506b;
  padding-left: 24px;
  line-height: 1.4;
}

.edu-features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #dde9ff;
}

.edu-features-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6.5px;
  width: 6px;
  height: 3.5px;
  border-left: 1.8px solid #2563eb;
  border-bottom: 1.8px solid #2563eb;
  transform: rotate(-45deg);
}

.edu-features-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid #e7eaf3;
  font-size: 13.5px;
  line-height: 1.65;
  color: #5d6b94;
  font-style: italic;
}

/* Desktop: keep permanently open, disable native toggle */
@media (min-width: 901px) {
  .edu-features-summary {
    pointer-events: none;
    cursor: default;
  }
  .edu-features-chevron {
    display: none;
  }
}

@media (max-width: 980px) {
  .edu-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .edu-features-section {
   padding: 30px;
  }
  .edu-features-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .edu-features-summary {
    padding: 18px 16px;
  }
  .edu-features-body {
    padding: 0 16px 20px 16px;
  }
}


  .edu-journey-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-journey-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-journey-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.edu-journey-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-journey-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-journey-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 18px;
}

.edu-journey-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0;
}

.edu-journey-timeline {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 24px;
  padding: 44px 40px 50px;
  box-shadow: 0 24px 56px -32px rgba(15, 23, 42, 0.18);
}

.edu-journey-subhead {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5d6b94;
  margin: 0 0 34px;
}

.edu-journey-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
}

.edu-journey-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px 30px;
}

.edu-journey-step::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #cddcff, #93b6ff);
  z-index: 0;
}

.edu-journey-step:nth-child(6n+1)::before,
.edu-journey-track > .edu-journey-step:first-child::before {
  display: none;
}

.edu-journey-num {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 50%;
  box-shadow: 0 10px 22px -8px rgba(37, 99, 235, 0.55);
  margin-bottom: 14px;
  transition: transform 0.25s ease;
}

.edu-journey-step:hover .edu-journey-num {
  transform: scale(1.12);
}

.edu-journey-step--final .edu-journey-num {
  background: #0f172a;
}

.edu-journey-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #44506b;
  line-height: 1.4;
}

.edu-journey-footer {
  max-width: 820px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 15.5px;
  line-height: 1.8;
  color: #57607a;
}

@media (max-width: 980px) {
  .edu-journey-track {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
  .edu-journey-step::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .edu-journey-section {
   padding: 30px;
  }
  .edu-journey-timeline {
    padding: 32px 22px 36px;
  }
  .edu-journey-track {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
  }
  .edu-journey-num {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  .edu-journey-label {
    font-size: 13px;
  }
}


.edu-lms-section {
  background: #ffffff;
  padding: 100px 24px;
}

.edu-lms-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-lms-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 44px;
}

.edu-lms-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-lms-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-lms-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 16px;
}

.edu-lms-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0;
}

/* Real image block */
.edu-lms-imagewrap {
  margin-bottom: 52px;
}

.edu-lms-photobox {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e7eaf3;
  box-shadow: 0 28px 56px -28px rgba(15, 23, 42, 0.25);
  aspect-ratio: 1100 / 600;
}

.edu-lms-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.edu-lms-photo-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbe6ff;
  color: #1d4ed8;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 7px 14px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.edu-lms-photo-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 26px 22px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.78) 100%);
}

.edu-lms-photo-caption p {
  margin: 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 500;
}

/* Feature grid */
.edu-lms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.edu-lms-card {
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 18px;
  padding: 28px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.edu-lms-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: #bfd4ff;
  box-shadow: 0 22px 44px -26px rgba(37, 99, 235, 0.3);
}

.edu-lms-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 13px;
  color: #2563eb;
  margin-bottom: 18px;
}

.edu-lms-icon svg {
  width: 22px;
  height: 22px;
}

.edu-lms-title {
  font-size: 17.5px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
}

.edu-lms-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0;
}

/* CTA */
.edu-lms-ctawrap {
  text-align: center;
  margin-top: 48px;
}

.edu-lms-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-lms-cta:hover {
  transform: translateY(-3px);
  background: #1d4ed8;
  box-shadow: 0 20px 38px -14px rgba(37, 99, 235, 0.6);
  color: #fff;
}

@media (max-width: 980px) {
  .edu-lms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .edu-lms-section {
   padding: 30px;
  }
  .edu-lms-photo-caption {
    padding: 44px 18px 16px;
  }
  .edu-lms-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

  .edu-erp-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-erp-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-erp-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.edu-erp-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-erp-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-erp-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 16px;
}

.edu-erp-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0;
}

.edu-erp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.edu-erp-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 20px;
  padding: 32px 26px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.edu-erp-card:hover {
  transform: translateY(-6px);
  border-color: #bfd4ff;
  box-shadow: 0 24px 46px -28px rgba(37, 99, 235, 0.32);
}

.edu-erp-num {
  position: absolute;
  top: 22px;
  right: 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #cdd7f0;
}

.edu-erp-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fc;
  border: 1px solid #dbe6ff;
  border-radius: 13px;
  color: #2563eb;
  margin-bottom: 20px;
}

.edu-erp-icon svg {
  width: 22px;
  height: 22px;
}

.edu-erp-title {
  font-size: 17.5px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 12px;
}

.edu-erp-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0;
}

.edu-erp-ctawrap {
  text-align: center;
  margin-top: 48px;
}

.edu-erp-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-erp-cta:hover {
  transform: translateY(-3px);
  background: #1d4ed8;
  box-shadow: 0 20px 38px -14px rgba(37, 99, 235, 0.6);
  color: #fff;
}

@media (max-width: 980px) {
  .edu-erp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .edu-erp-section {
   padding: 30px;
  }
  .edu-erp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .edu-erp-card {
    padding: 26px 22px;
  }
}


  .edu-mobileapp-section {
  background: #ffffff;
  padding: 30px 0;
}

.edu-mobileapp-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-mobileapp-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.edu-mobileapp-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-mobileapp-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-mobileapp-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 16px;
}

.edu-mobileapp-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0 0 10px;
}

.edu-mobileapp-intro:last-of-type {
  margin-bottom: 0;
}

/* Layout: visual + list */
.edu-mobileapp-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: start;
}

.edu-mobileapp-visual {
  position: sticky;
  top: 100px;
}

.edu-mobileapp-placeholder {
  position: relative;
  background: linear-gradient(160deg, #eef3ff 0%, #f8f9fc 70%);
  border: 1.5px dashed #b9cdfb;
  border-radius: 24px;
  padding: 42px 28px 32px;
  text-align: center;
}

.edu-mobileapp-placeholder-badge {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  color: #2563eb;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.edu-mobileapp-mockrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.edu-mobileapp-mock {
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 14px;
  padding: 22px 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-shadow: 0 14px 28px -18px rgba(37, 99, 235, 0.3);
}

.edu-mobileapp-mock svg {
  width: 28px;
  height: 28px;
  color: #2563eb;
}

.edu-mobileapp-mock span {
  font-size: 12.5px;
  font-weight: 700;
  color: #0f172a;
}

.edu-mobileapp-placeholder-caption {
  font-size: 13px;
  line-height: 1.6;
  color: #5b6688;
  margin: 0;
}

.edu-mobileapp-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.edu-mobileapp-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 16px;
  padding: 22px 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.edu-mobileapp-row:hover {
  transform: translateX(4px);
  background: #ffffff;
  border-color: #bfd4ff;
  box-shadow: 0 18px 36px -22px rgba(37, 99, 235, 0.3);
}

.edu-mobileapp-rowicon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 12px;
  color: #2563eb;
}

.edu-mobileapp-rowicon svg {
  width: 21px;
  height: 21px;
}

.edu-mobileapp-rowtitle {
  font-size: 16.5px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}

.edu-mobileapp-rowdesc {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0;
}

.edu-mobileapp-ctawrap {
  text-align: center;
  margin-top: 52px;
}

.edu-mobileapp-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-mobileapp-cta:hover {
  transform: translateY(-3px);
  background: #1d4ed8;
  box-shadow: 0 20px 38px -14px rgba(37, 99, 235, 0.6);
  color: #fff;
}

@media (max-width: 980px) {
  .edu-mobileapp-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .edu-mobileapp-visual {
    position: static;
  }
}

@media (max-width: 600px) {
  .edu-mobileapp-section {
   padding: 30px;
  }
  .edu-mobileapp-mockrow {
    grid-template-columns: repeat(2, 1fr);
  }
  .edu-mobileapp-row {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }
}

.edu-compliance-section {
  background: #ffffff;
  padding: 30px 0;
}

.edu-compliance-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-compliance-headwrap {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 44px;
}

.edu-compliance-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-compliance-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-compliance-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 16px;
}

.edu-compliance-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0 0 10px;
}

.edu-compliance-intro:last-of-type {
  margin-bottom: 0;
}

/* Framework highlight card */
.edu-compliance-framework {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: linear-gradient(135deg, #eef3ff 0%, #f8f9fc 80%);
  border: 1px solid #d7e3ff;
  border-radius: 22px;
  padding: 34px 32px;
  margin-bottom: 28px;
}

.edu-compliance-icon--framework {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.edu-compliance-frametext {
  flex: 1;
}

/* Equal-width, equal-height, centered flex grid */
.edu-compliance-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
}

.edu-compliance-card {
  flex: 0 0 calc((100% - 2 * 22px) / 3);
  max-width: calc((100% - 2 * 22px) / 3);
  min-height: 320px;
  box-sizing: border-box;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 20px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.edu-compliance-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  border-color: #bfd4ff;
  box-shadow: 0 22px 44px -28px rgba(37, 99, 235, 0.3);
}

.edu-compliance-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 13px;
  color: #2563eb;
  margin-bottom: 18px;
}

.edu-compliance-icon svg {
  width: 22px;
  height: 22px;
}

.edu-compliance-title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
  line-height: 1.4;
}

.edu-compliance-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0 0 16px;
}

.edu-compliance-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-content: flex-start;
}

.edu-compliance-chips li {
  font-size: 12px;
  font-weight: 600;
  color: #1d4ed8;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  padding: 5px 11px;
  border-radius: 999px;
}

.edu-compliance-framework .edu-compliance-chips li {
  background: rgba(255, 255, 255, 0.7);
}

.edu-compliance-ctawrap {
  text-align: center;
  margin-top: 48px;
}

.edu-compliance-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-compliance-cta:hover {
  transform: translateY(-3px);
  background: #1d4ed8;
  box-shadow: 0 20px 38px -14px rgba(37, 99, 235, 0.6);
  color: #fff;
}

@media (max-width: 980px) {
  .edu-compliance-card {
    flex: 0 0 calc((100% - 22px) / 2);
    max-width: calc((100% - 22px) / 2);
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .edu-compliance-section {
   padding: 30px;
  }
  .edu-compliance-framework {
    flex-direction: column;
    padding: 26px 22px;
  }
  .edu-compliance-grid {
    gap: 16px;
  }
  .edu-compliance-card {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    padding: 24px 20px;
  }
}

  .edu-integrations-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-integrations-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-integrations-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.edu-integrations-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-integrations-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-integrations-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 16px;
}

.edu-integrations-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0;
}

/* Hub diagram */
.edu-integrations-hub {
  position: relative;
  width: 360px;
  height: 360px;
  margin: 0 auto 60px;
}

.edu-integrations-hubcore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  padding: 0 18px;
  box-shadow: 0 24px 48px -16px rgba(37, 99, 235, 0.55);
  z-index: 3;
}

.edu-integrations-spoke {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #2563eb;
  box-shadow: 0 8px 18px -8px rgba(37, 99, 235, 0.5);
  z-index: 2;
}

.edu-integrations-hub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  transform: translate(-50%, -50%);
  border: 1.5px dashed #cddcff;
  border-radius: 50%;
  z-index: 1;
}

.edu-integrations-spoke--1 { transform: translate(-50%, -50%) rotate(0deg) translateX(160px); }
.edu-integrations-spoke--2 { transform: translate(-50%, -50%) rotate(60deg) translateX(160px); }
.edu-integrations-spoke--3 { transform: translate(-50%, -50%) rotate(120deg) translateX(160px); }
.edu-integrations-spoke--4 { transform: translate(-50%, -50%) rotate(180deg) translateX(160px); }
.edu-integrations-spoke--5 { transform: translate(-50%, -50%) rotate(240deg) translateX(160px); }
.edu-integrations-spoke--6 { transform: translate(-50%, -50%) rotate(300deg) translateX(160px); }

.edu-integrations-hubnote {
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  max-width: 90vw;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #5b6688;
}

/* Cards */
.edu-integrations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.edu-integrations-card {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 18px;
  padding: 28px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.edu-integrations-card:hover {
  transform: translateY(-6px);
  border-color: #bfd4ff;
  box-shadow: 0 22px 44px -26px rgba(37, 99, 235, 0.3);
}

.edu-integrations-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fc;
  border: 1px solid #dbe6ff;
  border-radius: 13px;
  color: #2563eb;
  margin-bottom: 18px;
}

.edu-integrations-icon svg {
  width: 22px;
  height: 22px;
}

.edu-integrations-title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
}

.edu-integrations-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0;
}

@media (max-width: 980px) {
  .edu-integrations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .edu-integrations-section {
    padding: 64px 18px 96px;
  }
  .edu-integrations-hub {
    width: 280px;
    height: 280px;
    margin-bottom: 88px;
  }
  .edu-integrations-hub::before {
    width: 250px;
    height: 250px;
  }
  .edu-integrations-hubcore {
    width: 120px;
    height: 120px;
    font-size: 12.5px;
  }
  .edu-integrations-spoke--1 { transform: translate(-50%, -50%) rotate(0deg) translateX(125px); }
  .edu-integrations-spoke--2 { transform: translate(-50%, -50%) rotate(60deg) translateX(125px); }
  .edu-integrations-spoke--3 { transform: translate(-50%, -50%) rotate(120deg) translateX(125px); }
  .edu-integrations-spoke--4 { transform: translate(-50%, -50%) rotate(180deg) translateX(125px); }
  .edu-integrations-spoke--5 { transform: translate(-50%, -50%) rotate(240deg) translateX(125px); }
  .edu-integrations-spoke--6 { transform: translate(-50%, -50%) rotate(300deg) translateX(125px); }
  .edu-integrations-hubnote {
    bottom: -72px;
    width: 280px;
  }
  .edu-integrations-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}


  .edu-process-section {
  background: #ffffff;
  padding: 30px 0;
}

.edu-process-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-process-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.edu-process-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-process-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-process-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0;
}

.edu-process-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  position: relative;
}

.edu-process-track::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #93b6ff, #2563eb);
  z-index: 0;
}

.edu-process-step {
  position: relative;
  z-index: 1;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 18px;
  padding: 26px 18px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.edu-process-step:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: #bfd4ff;
  box-shadow: 0 22px 44px -26px rgba(37, 99, 235, 0.3);
}

.edu-process-stepnum {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edu-process-step--final .edu-process-stepnum {
  background: #2563eb;
}

.edu-process-icon {
  width: 50px;
  height: 50px;
  margin: 12px auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 14px;
  color: #2563eb;
}

.edu-process-icon svg {
  width: 23px;
  height: 23px;
}

.edu-process-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 10px;
}

.edu-process-text {
  font-size: 13px;
  line-height: 1.65;
  color: #57607a;
  margin: 0;
}

@media (max-width: 1080px) {
  .edu-process-track {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
  .edu-process-track::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .edu-process-section {
   padding: 30px;
  }
  .edu-process-track {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .edu-process-step {
    padding: 24px 20px 22px;
  }
}


  .edu-compare-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-compare-container {
  max-width: 1100px;
  margin: 0 auto;
}

.edu-compare-headwrap {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}

.edu-compare-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-compare-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-compare-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 16px;
}

.edu-compare-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0 0 10px;
}

.edu-compare-intro:last-of-type {
  margin-bottom: 0;
}

/* Table */
.edu-compare-tablewrap {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 24px;
  padding: 40px 36px;
  margin-bottom: 40px;
  box-shadow: 0 24px 56px -32px rgba(15, 23, 42, 0.18);
}

.edu-compare-tabletitle {
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5d6b94;
  margin: 0 0 28px;
}

.edu-compare-table {
  display: flex;
  flex-direction: column;
}

.edu-compare-tablehead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 12px;
}

.edu-compare-colhead {
  font-size: 14px;
  font-weight: 800;
  padding: 12px 16px;
  border-radius: 10px;
  text-align: center;
}

.edu-compare-colhead--us {
  background: #2563eb;
  color: #ffffff;
}

.edu-compare-colhead--them {
  background: #ececf2;
  color: #5d6b94;
}

.edu-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border-bottom: 1px solid #eef1f8;
}

.edu-compare-row:last-child {
  border-bottom: none;
}

.edu-compare-cell {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  font-size: 14.5px;
  line-height: 1.5;
}

.edu-compare-cell--us {
  color: #0f172a;
  font-weight: 600;
}

.edu-compare-cell--them {
  color: #7a8299;
}

.edu-compare-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #16a34a;
}

.edu-compare-warn {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #d97706;
}

/* Benefits */
.edu-compare-benefits {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 22px;
  padding: 36px 36px 30px;
}

.edu-compare-benefitstitle {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5d6b94;
  text-align: center;
  margin: 0 0 24px;
}

.edu-compare-benefitsgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.edu-compare-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #1e2740;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.edu-compare-benefit:hover {
  border-color: #bfd4ff;
  background: #eef3ff;
}

.edu-compare-benefit svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #2563eb;
}

/* CTA */
.edu-compare-ctawrap {
  text-align: center;
  margin-top: 44px;
}

.edu-compare-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-compare-cta:hover {
  transform: translateY(-3px);
  background: #1d4ed8;
  box-shadow: 0 20px 38px -14px rgba(37, 99, 235, 0.6);
  color: #fff;
}

@media (max-width: 760px) {
  .edu-compare-tablewrap {
    padding: 28px 20px;
  }
  .edu-compare-tablehead,
  .edu-compare-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .edu-compare-row {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .edu-compare-cell--them {
    background: #f8f9fc;
    border-radius: 8px;
  }
  .edu-compare-benefitsgrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .edu-compare-section {
   padding: 30px;
  }
  .edu-compare-benefits {
    padding: 28px 22px 24px;
  }
}


  .edu-usecases-section {
  background: #ffffff;
  padding: 30px 0;
}

.edu-usecases-container {
  max-width: 1100px;
  margin: 0 auto;
}

.edu-usecases-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 44px;
}

.edu-usecases-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-usecases-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-usecases-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 16px;
}

.edu-usecases-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0;
}

.edu-usecases-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.edu-usecases-chip {
  display: inline-flex;
  align-items: center;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  color: #1e2740;
  font-size: 14.5px;
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 999px;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.edu-usecases-chip:hover {
  transform: translateY(-3px);
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 14px 28px -14px rgba(37, 99, 235, 0.5);
}

@media (max-width: 600px) {
  .edu-usecases-section {
   padding: 30px;
  }
  .edu-usecases-cloud {
    gap: 10px;
  }
  .edu-usecases-chip {
    font-size: 13.5px;
    padding: 10px 16px;
  }
}


  .edu-techstack-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-techstack-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-techstack-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.edu-techstack-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-techstack-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-techstack-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0;
}

.edu-techstack-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

.edu-techstack-card {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.edu-techstack-card:hover {
  transform: translateY(-5px);
  border-color: #bfd4ff;
  box-shadow: 0 20px 40px -24px rgba(37, 99, 235, 0.3);
}

.edu-techstack-card--accent {
  background: linear-gradient(165deg, #eef3ff 0%, #ffffff 70%);
  border-color: #d7e3ff;
}

.edu-techstack-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fc;
  border: 1px solid #dbe6ff;
  border-radius: 12px;
  color: #2563eb;
}

.edu-techstack-card--accent .edu-techstack-icon {
  background: #ffffff;
}

.edu-techstack-icon svg {
  width: 20px;
  height: 20px;
}

.edu-techstack-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}

.edu-techstack-text {
  font-size: 12.5px;
  line-height: 1.55;
  color: #57607a;
  margin: 0;
}

.edu-techstack-footer {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  font-size: 14.5px;
  line-height: 1.75;
  color: #57607a;
}

@media (max-width: 1080px) {
  .edu-techstack-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .edu-techstack-section {
   padding: 30px;
  }
  .edu-techstack-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .edu-techstack-card {
    padding: 20px 14px;
  }
}


 .edu-outcomes-section {
  background: #ffffff;
  padding: 30px 0;
}

.edu-outcomes-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-outcomes-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.edu-outcomes-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-outcomes-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-outcomes-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0;
}

/* Equal-width, equal-height, centered flex layout */
.edu-outcomes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.edu-outcomes-card {
  position: relative;
  flex: 0 0 calc((100% - 3 * 20px) / 4);
  max-width: calc((100% - 3 * 20px) / 4);
  min-height: 270px;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 20px;
  padding: 28px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.edu-outcomes-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: #bfd4ff;
  box-shadow: 0 24px 46px -28px rgba(37, 99, 235, 0.32);
}

.edu-outcomes-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 13px;
  color: #2563eb;
  margin-bottom: 18px;
}

.edu-outcomes-icon svg {
  width: 22px;
  height: 22px;
}

.edu-outcomes-title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 10px;
}

.edu-outcomes-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0;
}

@media (max-width: 980px) {
  .edu-outcomes-card {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    min-height: 240px;
  }
}

@media (max-width: 620px) {
  .edu-outcomes-section {
   padding: 30px;
  }
  .edu-outcomes-grid {
    gap: 16px;
  }
  .edu-outcomes-card {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    padding: 24px 20px;
  }
}


  .edu-projects-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-projects-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-projects-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.edu-projects-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-projects-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-projects-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0;
}

.edu-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.edu-projects-card {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.edu-projects-card:hover {
  transform: translateY(-6px);
  border-color: #bfd4ff;
  box-shadow: 0 26px 50px -28px rgba(37, 99, 235, 0.32);
}

.edu-projects-thumb {
  position: relative;
  height: 150px;
  background: linear-gradient(160deg, #eef3ff 0%, #f8f9fc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e7eaf3;
}

.edu-projects-card--ai .edu-projects-thumb {
  background: linear-gradient(160deg, #0f172a 0%, #1d4ed8 130%);
  border-bottom: none;
}

.edu-projects-thumb svg {
  width: 46px;
  height: 46px;
  color: #6f93f4;
  opacity: 0.9;
}

.edu-projects-card--ai .edu-projects-thumb svg {
  color: #ffffff;
}

.edu-projects-thumb-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #ffffff;
  border: 1px solid #dbe6ff;
  color: #1d4ed8;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 12px;
  border-radius: 999px;
}

.edu-projects-thumb-tag--ai {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  backdrop-filter: blur(3px);
}

.edu-projects-title {
  font-size: 17.5px;
  font-weight: 700;
  color: #0f172a;
  margin: 24px 24px 10px;
}

.edu-projects-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0 24px 26px;
}

.edu-projects-ctawrap {
  text-align: center;
  margin-top: 48px;
}

.edu-projects-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-projects-cta:hover {
  transform: translateY(-3px);
  background: #1d4ed8;
  box-shadow: 0 20px 38px -14px rgba(37, 99, 235, 0.6);
  color: #fff;
}

@media (max-width: 980px) {
  .edu-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .edu-projects-section {
   padding: 30px;
  }
  .edu-projects-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .edu-projects-title {
    margin: 20px 20px 8px;
  }
  .edu-projects-text {
    margin: 0 20px 22px;
  }
}
 
  .edu-ai-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-ai-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-ai-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.edu-ai-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-ai-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-ai-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 16px;
}

.edu-ai-intro {
  font-size: 15.5px;
  line-height: 1.75;
  color: #57607a;
  margin: 0 0 10px;
}

.edu-ai-intro:last-of-type {
  margin-bottom: 0;
}

/* Spotlight visual */
.edu-ai-spotlight {
  margin-bottom: 56px;
}

.edu-ai-placeholder {
  position: relative;
  background: linear-gradient(160deg, #0f172a 0%, #1d4ed8 120%);
  border-radius: 28px;
  padding: 48px 32px 40px;
  text-align: center;
  overflow: hidden;
}

.edu-ai-placeholder-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 30px;
}

.edu-ai-orbit {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto 26px;
}

.edu-ai-orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  background: #ffffff;
  color: #2563eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.edu-ai-orbit-core svg {
  width: 36px;
  height: 36px;
}

.edu-ai-node {
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.edu-ai-node--1 { top: 4%; left: 50%; transform: translateX(-50%); }
.edu-ai-node--2 { top: 22%; right: 2%; }
.edu-ai-node--3 { bottom: 22%; right: 8%; }
.edu-ai-node--4 { bottom: 4%; left: 50%; transform: translateX(-50%); }
.edu-ai-node--5 { bottom: 22%; left: 8%; }
.edu-ai-node--6 { top: 22%; left: 2%; }

.edu-ai-placeholder-caption {
  max-width: 560px;
  margin: 0 auto 14px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.edu-ai-placeholder-alt {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

/* Feature grid */
.edu-ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}

.edu-ai-card {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 18px;
  padding: 28px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.edu-ai-card:hover {
  transform: translateY(-6px);
  border-color: #bfd4ff;
  box-shadow: 0 22px 44px -26px rgba(37, 99, 235, 0.3);
}

.edu-ai-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fc;
  border: 1px solid #dbe6ff;
  border-radius: 13px;
  color: #2563eb;
  margin-bottom: 18px;
}

.edu-ai-icon svg {
  width: 22px;
  height: 22px;
}

.edu-ai-title {
  font-size: 17.5px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
}

.edu-ai-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #57607a;
  margin: 0;
}

.edu-ai-closing {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 15.5px;
  font-weight: 600;
  color: #1e2740;
  line-height: 1.7;
}

.edu-ai-ctawrap {
  text-align: center;
  margin-top: 36px;
}

.edu-ai-cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 16px 32px -14px rgba(37, 99, 235, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-ai-cta:hover {
  transform: translateY(-3px);
  background: #1d4ed8;
  box-shadow: 0 20px 38px -14px rgba(37, 99, 235, 0.6);
  color: #fff;
}

@media (max-width: 980px) {
  .edu-ai-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .edu-ai-section {
   padding: 30px;
  }
  .edu-ai-orbit {
    width: 260px;
    height: 260px;
  }
  .edu-ai-orbit-core {
    width: 76px;
    height: 76px;
  }
  .edu-ai-orbit-core svg {
    width: 28px;
    height: 28px;
  }
  .edu-ai-node {
    font-size: 10.5px;
    padding: 6px 11px;
  }
  .edu-ai-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

 
  .edu-cost-section {
  background: #ffffff;
  padding: 30px 0;
}

.edu-cost-container {
  max-width: 1180px;
  margin: 0 auto;
}

.edu-cost-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 56px;
  align-items: start;
}

.edu-cost-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-cost-heading {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-cost-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 24px;
}

.edu-cost-answerbox {
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-left: 4px solid #2563eb;
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 20px;
}

.edu-cost-answer {
  font-size: 16px;
  line-height: 1.75;
  color: #1e2740;
  font-weight: 500;
  margin: 0;
}

.edu-cost-text {
  font-size: 15px;
  line-height: 1.75;
  color: #57607a;
  margin: 0 0 32px;
}

.edu-cost-factorshead {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5d6b94;
  margin: 0 0 18px;
}

.edu-cost-factors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.edu-cost-factors li {
  position: relative;
  font-size: 14.5px;
  font-weight: 600;
  color: #1e2740;
  background: #f8f9fc;
  border: 1px solid #e7eaf3;
  border-radius: 10px;
  padding: 11px 16px 11px 36px;
}

.edu-cost-factors li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #dde9ff;
}

.edu-cost-factors li::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-65%) rotate(-45deg);
  width: 6px;
  height: 3.5px;
  border-left: 1.8px solid #2563eb;
  border-bottom: 1.8px solid #2563eb;
}

/* Sidebar CTA card */
.edu-cost-sidebar {
  position: sticky;
  top: 100px;
}

.edu-cost-card {
  background: linear-gradient(165deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 24px;
  padding: 38px 32px;
  color: #ffffff;
  box-shadow: 0 28px 56px -24px rgba(37, 99, 235, 0.5);
}

.edu-cost-cardicon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  margin-bottom: 22px;
}

.edu-cost-cardicon svg {
  width: 24px;
  height: 24px;
}

.edu-cost-cardtitle {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 14px;
  line-height: 1.35;
}

.edu-cost-cardtext {
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 26px;
}

.edu-cost-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ffffff;
  color: #1d4ed8;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.edu-cost-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -12px rgba(0, 0, 0, 0.35);
}

@media (max-width: 980px) {
  .edu-cost-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .edu-cost-sidebar {
    position: static;
  }
}

@media (max-width: 600px) {
  .edu-cost-section {
   padding: 30px;
  }
  .edu-cost-factors {
    grid-template-columns: 1fr;
  }
  .edu-cost-card {
    padding: 30px 24px;
  }
}


  .edu-faq-section {
  background: #f8f9fc;
  padding: 30px 0;
}

.edu-faq-container {
  max-width: 860px;
  margin: 0 auto;
}

.edu-faq-headwrap {
  text-align: center;
  margin: 0 auto 48px;
}

.edu-faq-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eaf0ff;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.edu-faq-heading {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.edu-faq-visualtext {
  font-size: 16px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0;
}

.edu-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.edu-faq-item {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 16px;
  padding: 4px 26px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.edu-faq-item:hover {
  border-color: #bfd4ff;
  box-shadow: 0 16px 32px -22px rgba(37, 99, 235, 0.3);
}

.edu-faq-item[open] {
  border-color: #bfd4ff;
  box-shadow: 0 18px 36px -24px rgba(37, 99, 235, 0.32);
}

.edu-faq-question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  user-select: none;
}

.edu-faq-question::-webkit-details-marker {
  display: none;
}

.edu-faq-iconwrap {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf0ff;
  border-radius: 50%;
  color: #2563eb;
  transition: transform 0.25s ease, background 0.25s ease;
}

.edu-faq-iconwrap svg {
  width: 15px;
  height: 15px;
}

.edu-faq-item[open] .edu-faq-iconwrap {
  transform: rotate(180deg);
  background: #2563eb;
  color: #ffffff;
}

.edu-faq-answer {
  padding: 0 0 24px;
  animation: edu-faq-fade 0.3s ease;
}

@keyframes edu-faq-fade {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.edu-faq-answer p {
  font-size: 15px;
  line-height: 1.75;
  color: #57607a;
  margin: 0;
}

@media (max-width: 600px) {
  .edu-faq-section {
   padding: 30px;
  }
  .edu-faq-item {
    padding: 4px 20px;
  }
  .edu-faq-question {
    font-size: 15px;
    padding: 18px 0;
    gap: 12px;
  }
}

