/* ================= COMMON TUTOR ================= */
.tutor-page{
  background:
    radial-gradient(circle at 10% 12%, rgba(140, 215, 255, 0.16), transparent 24%),
    radial-gradient(circle at 90% 10%, rgba(103, 158, 255, 0.10), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 48%, #f9fcff 100%);
}

.tutor-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.86);
  border:1px solid rgba(75, 146, 235, 0.14);
  color:#2f68cc;
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
  box-shadow:0 10px 24px rgba(77, 124, 182, 0.08);
}

.tutor-check-list{
  list-style:none;
  display:grid;
  gap:14px;
}

.tutor-check-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#5c7693;
  line-height:1.8;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,0.72);
  border:1px solid rgba(75, 146, 235, 0.10);
}

.tutor-check-list i{
  color:#2f68cc;
  margin-top:3px;
}

.tutor-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 26px;
  border-radius:999px;
  background:linear-gradient(135deg, #6ab6f0, #2d63c8);
  color:#fff;
  font-weight:700;
  transition:0.3s ease;
}

.tutor-btn:hover{
  transform:translateY(-3px);
}

.white-btn{
  background:#fff;
  color:#2d63c8;
}

.tutor-cta-section{
  padding:0 0 92px;
}

.tutor-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:40px;
  border-radius:34px;
  background:linear-gradient(135deg, #69b6f1, #2d63c8);
  box-shadow:0 24px 60px rgba(41, 91, 177, 0.22);
}

.dark-tutor-cta{
  background:linear-gradient(135deg, #21466f, #2d63c8);
}

.tutor-cta-content h2{
  font-size:clamp(1.8rem, 3vw, 2.8rem);
  line-height:1.2;
  color:#fff;
}

/* ================= BỘ GIÁO DỤC ================= */
.tutor-hero{
  padding:72px 0 38px;
}

.tutor-hero-grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:40px;
  align-items:center;
}

.tutor-hero-content h1{
  font-size:clamp(2.2rem, 4vw, 3.8rem);
  line-height:1.08;
  color:#173455;
  margin-bottom:14px;
}

.tutor-hero-content h2{
  font-size:1.2rem;
  color:#2d63c8;
  line-height:1.6;
  margin-bottom:18px;
}

.tutor-hero-content p{
  color:#56708d;
  line-height:1.9;
  margin-bottom:12px;
}

.tutor-hero-points{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-top:24px;
}

.tutor-point-card{
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,0.76);
  border:1px solid rgba(75, 146, 235, 0.10);
  box-shadow:0 14px 28px rgba(89, 127, 183, 0.08);
}

.tutor-point-card strong{
  display:block;
  color:#1a3b61;
  margin-bottom:6px;
}

.tutor-point-card span{
  color:#5d7692;
  line-height:1.7;
  font-size:14px;
}

.tutor-hero-image img{
  width:100%;
  height:500px;
  object-fit:cover;
  border-radius:34px;
  border:10px solid rgba(255,255,255,0.78);
  box-shadow:0 24px 54px rgba(67, 107, 165, 0.16);
}

.tutor-support-section{
  padding:8px 0 42px;
}

.tutor-support-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.tutor-support-card{
  padding:26px 22px;
  border-radius:24px;
  background:rgba(255,255,255,0.82);
  border:1px solid rgba(75, 146, 235, 0.10);
  box-shadow:0 14px 30px rgba(89, 127, 183, 0.08);
}

.tutor-support-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  font-size:22px;
  color:#2f68cc;
  background:linear-gradient(135deg, rgba(106,182,240,0.18), rgba(45,99,200,0.08));
}

.tutor-support-card h3{
  color:#18375a;
  margin-bottom:10px;
}

.tutor-support-card p{
  color:#607995;
  line-height:1.8;
}

.tutor-highlight-section{
  padding:8px 0 88px;
}

.tutor-highlight-grid{
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  gap:32px;
  align-items:center;
}

.tutor-highlight-image img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 18px 38px rgba(89, 127, 183, 0.12);
}

.tutor-highlight-content h2{
  font-size:clamp(1.8rem, 3vw, 2.7rem);
  line-height:1.2;
  color:#173455;
  margin-bottom:16px;
}

.tutor-highlight-content p{
  color:#5d7692;
  line-height:1.9;
  margin-bottom:16px;
}

/* ================= SONG NGỮ ================= */
.tutor-bilingual-hero{
  padding:74px 0 42px;
}

.tutor-bilingual-hero-grid{
  display:grid;
  grid-template-columns:1.08fr 0.92fr;
  gap:28px;
  align-items:stretch;
}

.tutor-bilingual-hero-content{
  padding:34px;
  border-radius:34px;
  background:rgba(255,255,255,0.78);
  border:1px solid rgba(75, 146, 235, 0.10);
  box-shadow:0 18px 38px rgba(89, 127, 183, 0.08);
}

.tutor-bilingual-hero-content h1{
  font-size:clamp(2.1rem, 4vw, 3.6rem);
  line-height:1.08;
  color:#173455;
  margin-bottom:14px;
}

.tutor-bilingual-hero-content h2{
  font-size:1.18rem;
  color:#2d63c8;
  line-height:1.6;
  margin-bottom:18px;
}

.tutor-bilingual-hero-content p{
  color:#56708d;
  line-height:1.9;
}

.tutor-bilingual-hero-side{
  display:grid;
  gap:18px;
}

.bilingual-info-card{
  padding:26px 22px;
  border-radius:28px;
  background:linear-gradient(180deg, #ffffff 0%, #f1f8ff 100%);
  border:1px solid rgba(75, 146, 235, 0.10);
  box-shadow:0 16px 32px rgba(89, 127, 183, 0.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.bilingual-info-card strong{
  color:#18375a;
  font-size:1.08rem;
  margin-bottom:8px;
}

.bilingual-info-card span{
  color:#5d7692;
  line-height:1.8;
}

.bilingual-flow-section{
  padding:6px 0 44px;
}

.bilingual-flow-list{
  display:grid;
  gap:18px;
}

.bilingual-flow-item{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:18px;
  align-items:start;
  padding:24px;
  border-radius:26px;
  background:rgba(255,255,255,0.78);
  border:1px solid rgba(75, 146, 235, 0.10);
  box-shadow:0 14px 30px rgba(89, 127, 183, 0.08);
}

.flow-number{
  width:64px;
  height:64px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, #6ab6f0, #2d63c8);
  color:#fff;
  font-size:20px;
  font-weight:800;
}

.flow-content h3{
  color:#18375a;
  margin-bottom:8px;
}

.flow-content p{
  color:#5d7692;
  line-height:1.85;
}

.bilingual-showcase-section{
  padding:8px 0 88px;
}

.bilingual-showcase-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center;
}

.bilingual-showcase-content h2{
  font-size:clamp(1.8rem, 3vw, 2.7rem);
  line-height:1.2;
  color:#173455;
  margin-bottom:16px;
}

.bilingual-showcase-image img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 18px 38px rgba(89, 127, 183, 0.12);
}

/* ================= ĐƠN NGỮ ================= */
.fulleng-hero{
  padding:72px 0 42px;
}

.fulleng-hero-grid{
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  gap:34px;
  align-items:center;
}

.fulleng-hero-image img{
  width:100%;
  height:500px;
  object-fit:cover;
  border-radius:34px;
  border:10px solid rgba(255,255,255,0.78);
  box-shadow:0 24px 54px rgba(67, 107, 165, 0.16);
}

.fulleng-hero-content h1{
  font-size:clamp(2.1rem, 4vw, 3.6rem);
  line-height:1.08;
  color:#173455;
  margin-bottom:14px;
}

.fulleng-hero-content h2{
  font-size:1.18rem;
  color:#2d63c8;
  line-height:1.6;
  margin-bottom:18px;
}

.fulleng-hero-content p{
  color:#56708d;
  line-height:1.9;
}

.fulleng-pillars-section{
  padding:8px 0 44px;
}

.fulleng-pillars-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:18px;
}

.fulleng-pillar-card{
  padding:26px 22px;
  border-radius:26px;
  background:rgba(255,255,255,0.82);
  border:1px solid rgba(75, 146, 235, 0.10);
  box-shadow:0 14px 30px rgba(89, 127, 183, 0.08);
}

.fulleng-pillar-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  font-size:22px;
  color:#244d82;
  background:linear-gradient(135deg, rgba(36,77,130,0.10), rgba(45,99,200,0.08));
}

.fulleng-pillar-card h3{
  color:#18375a;
  margin-bottom:10px;
}

.fulleng-pillar-card p{
  color:#607995;
  line-height:1.8;
}

.fulleng-focus-section{
  padding:8px 0 44px;
}

.fulleng-focus-wrap{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:28px;
  align-items:stretch;
}

.fulleng-focus-content{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,0.74);
  border:1px solid rgba(75, 146, 235, 0.10);
  box-shadow:0 18px 38px rgba(89, 127, 183, 0.08);
}

.fulleng-focus-content h2{
  font-size:clamp(1.8rem, 3vw, 2.7rem);
  line-height:1.2;
  color:#173455;
  margin-bottom:16px;
}

.fulleng-focus-content p{
  color:#5d7692;
  line-height:1.9;
  margin-bottom:12px;
}

.fulleng-focus-side{
  display:grid;
  gap:18px;
}

.focus-side-card{
  padding:24px 22px;
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
  border:1px solid rgba(75, 146, 235, 0.10);
  box-shadow:0 16px 32px rgba(89, 127, 183, 0.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.focus-side-card strong{
  color:#18375a;
  margin-bottom:8px;
  font-size:1.05rem;
}

.focus-side-card span{
  color:#5d7692;
  line-height:1.8;
}

.fulleng-result-section{
  padding:8px 0 88px;
}

.fulleng-result-grid{
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  gap:32px;
  align-items:center;
}

.fulleng-result-image img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 18px 38px rgba(89, 127, 183, 0.12);
}

.fulleng-result-content h2{
  font-size:clamp(1.8rem, 3vw, 2.7rem);
  line-height:1.2;
  color:#173455;
  margin-bottom:16px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1100px){
  .tutor-hero-grid,
  .tutor-highlight-grid,
  .tutor-bilingual-hero-grid,
  .bilingual-showcase-grid,
  .fulleng-hero-grid,
  .fulleng-focus-wrap,
  .fulleng-result-grid,
  .tutor-cta-box,
  .tutor-hero-points,
  .tutor-support-grid,
  .fulleng-pillars-grid{
    grid-template-columns:1fr;
  }

  .tutor-cta-box{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 860px){
  .tutor-hero,
  .tutor-bilingual-hero,
  .fulleng-hero{
    padding:28px 0 34px;
  }

  .tutor-hero-grid,
  .bilingual-showcase-grid,
  .fulleng-hero-grid,
  .tutor-highlight-grid,
  .fulleng-result-grid{
    display:flex;
    flex-direction:column;
    gap:20px;
  }

  .tutor-hero-image,
  .fulleng-hero-image{
    order:1;
  }

  .tutor-hero-content,
  .fulleng-hero-content{
    order:2;
  }

  .tutor-hero-image img,
  .tutor-highlight-image img,
  .bilingual-showcase-image img,
  .fulleng-hero-image img,
  .fulleng-result-image img{
    height:240px;
    border-radius:24px;
    border-width:8px;
  }

  .tutor-bilingual-hero-content,
  .fulleng-focus-content,
  .tutor-cta-box{
    padding:24px;
  }

  .bilingual-flow-item{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .tutor-tag{
    font-size:13px;
    padding:9px 14px;
  }

  .tutor-hero-content h1,
  .tutor-bilingual-hero-content h1,
  .fulleng-hero-content h1{
    font-size:1.85rem;
  }

  .tutor-btn{
    width:100%;
  }
}