:root{
  --blue:#1677ff;
  --navy:#07152e;
  --text:#26364d;
  --muted:#718096;
}

body.english-home{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 15%,rgba(74,143,255,.16),transparent 28%),
    radial-gradient(circle at 90% 10%,rgba(91,173,255,.14),transparent 26%),
    linear-gradient(180deg,#f8fbff 0%,#edf5ff 55%,#f8fbff 100%);
}

.english-top{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(22,119,255,.08);
}

.english-top-inner{
  max-width:1100px;
  height:76px;
  margin:auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.english-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--navy);
  font-size:18px;
  font-weight:900;
  text-decoration:none;
}

.english-logo{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(135deg,#1680ff,#0f5ad8);
  box-shadow:0 10px 25px rgba(22,119,255,.28);
}

.english-nav-links{
  display:flex;
  gap:30px;
}

.english-nav-links a{
  color:#42526a;
  font-size:14px;
  font-weight:750;
  text-decoration:none;
}

.english-nav-links a.active{
  color:var(--blue);
}

.english-hero{
  padding:60px 24px 42px;
}

.english-hero-shell{
  position:relative;
  overflow:hidden;
  max-width:1100px;
  min-height:500px;
  margin:auto;
  padding:68px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:40px;
  align-items:center;
  border:1px solid rgba(22,119,255,.14);
  border-radius:38px;
  background:
    radial-gradient(circle at 85% 18%,rgba(60,143,255,.28),transparent 35%),
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(231,242,255,.94));
  box-shadow:0 28px 80px rgba(28,79,145,.14);
}

.english-hero-shell:after{
  content:"EN";
  position:absolute;
  right:45px;
  top:18px;
  color:rgba(22,119,255,.055);
  font-size:180px;
  font-weight:950;
  line-height:1;
}

.english-hero-content{
  position:relative;
  z-index:2;
}

.english-kicker{
  display:inline-flex;
  padding:9px 15px;
  border-radius:999px;
  color:var(--blue);
  background:rgba(22,119,255,.09);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}

.english-hero h1{
  margin:24px 0 18px;
  color:var(--navy);
  font-size:clamp(48px,6vw,76px);
  line-height:.98;
  letter-spacing:-.06em;
}

.english-hero h1 span{
  display:block;
  color:var(--blue);
}

.english-hero p{
  max-width:680px;
  margin:0;
  color:#586a82;
  font-size:18px;
  line-height:1.85;
}

.english-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.english-btn{
  min-height:50px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  font-size:14px;
  font-weight:850;
  text-decoration:none;
}

.english-btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#167cff,#0d57d3);
  box-shadow:0 14px 30px rgba(14,92,218,.24);
}

.english-btn-light{
  color:#1555a8;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(22,119,255,.14);
}

.hero-board{
  position:relative;
  z-index:2;
  min-height:330px;
  display:grid;
  place-items:center;
}

.hero-board-main{
  width:230px;
  padding:34px;
  border-radius:30px;
  color:#fff;
  background:linear-gradient(145deg,#0a2c63,#1677f2);
  box-shadow:0 28px 65px rgba(18,73,145,.26);
  transform:rotate(-4deg);
}

.hero-board-main small{
  display:block;
  margin-bottom:24px;
  color:rgba(255,255,255,.65);
  font-weight:800;
  letter-spacing:.12em;
}

.hero-board-main b{
  display:block;
  font-size:40px;
  line-height:1.08;
}

.hero-pill{
  position:absolute;
  padding:15px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(22,119,255,.12);
  box-shadow:0 18px 40px rgba(26,75,140,.15);
}

.hero-pill strong,
.hero-pill span{
  display:block;
}

.hero-pill span{
  color:#718198;
  font-size:10px;
  font-weight:800;
}

.hero-pill strong{
  margin-top:5px;
  color:var(--navy);
  font-size:20px;
}

.hero-pill-one{
  top:34px;
  right:0;
}

.hero-pill-two{
  left:0;
  bottom:34px;
}

@media(max-width:820px){
  .english-nav-links{
    display:none;
  }

  .english-hero-shell{
    padding:38px 26px;
    grid-template-columns:1fr;
  }

  .hero-board{
    min-height:280px;
  }
}
