/* V44 — dark editorial education approach card */
.academy-intro.academy-intro-rebuilt {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 104px 0;
  background: #080705;
}

.academy-intro-rebuilt::before,
.academy-intro-rebuilt .academy-intro-aura { display: none; }

.academy-intro-rebuilt .academy-intro-grid { display: block; }

.academy-intro-rebuilt .academy-intro-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 162, 0, .36);
  border-radius: 24px;
  background: #0d0b08;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.academy-intro-rebuilt .academy-intro-panel::after { display: none; }

.academy-intro-rebuilt .academy-intro-title {
  min-width: 0;
  padding: 62px clamp(38px, 5vw, 74px);
  background: linear-gradient(118deg, #151109 0%, #0e0c09 76%, #0b0a08 100%);
}

.academy-intro-rebuilt .academy-intro-title > small {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: #ffa200;
  font-family: "Inter", "Roboto", Arial, sans-serif;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.academy-intro-rebuilt .academy-intro-title > small i {
  width: 28px;
  height: 1px;
  flex: 0 0 28px;
  background: #ffa200;
}

.academy-intro-rebuilt .academy-intro-title > h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Inter", "Roboto", Arial, sans-serif;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 850;
  line-height: .99;
  letter-spacing: -.06em;
}

.academy-intro-rebuilt .academy-intro-title > h2 em {
  color: #ffa200;
  font-style: normal;
  font-weight: inherit;
}

.academy-intro-rebuilt .academy-intro-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 54px clamp(34px, 4vw, 62px);
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .095);
  background: linear-gradient(160deg, #11100d, #090806);
}

.academy-intro-copy-label {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-bottom: 22px;
  padding: 0 22px;
  color: #ffa200;
  border: 1.5px solid rgba(255, 162, 0, .5);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 162, 0, .14), rgba(255, 162, 0, .05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 6px 18px rgba(255, 162, 0, .08);
  font-family: "Inter", "Roboto", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.academy-intro-rebuilt .academy-intro-copy > p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #dad6ce;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.academy-intro-rebuilt .academy-intro-copy > a {
  width: auto;
  min-height: 70px;
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  align-items: center;
  gap: 18px;
  padding: 0 14px 0 28px;
  color: #fff;
  border: 1.5px solid rgba(255, 162, 0, .7);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 48%),
    linear-gradient(145deg, rgba(255, 162, 0, .1), rgba(255, 162, 0, .03));
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
  font-family: "Inter", "Roboto", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.academy-intro-rebuilt .academy-intro-copy > a > b { color: inherit; font: inherit; }

.academy-intro-rebuilt .academy-intro-copy > a > span {
  width: 46px;
  height: 46px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255, 162, 0, .5);
  border-radius: 13px;
  background: rgba(0, 0, 0, .22);
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}

.academy-intro-rebuilt .academy-intro-copy > a > span::before {
  content: "→";
  width: auto;
  height: auto;
  position: static;
  display: block;
  color: #ffa200;
  background: none;
  font-family: "Inter", "Roboto", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
  transition: color .22s ease, transform .22s ease;
}

.academy-intro-rebuilt .academy-intro-copy > a > span::after { display: none; }

.academy-intro-rebuilt .academy-intro-copy > a:hover {
  color: #0a0804;
  border-color: #ffa200;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .28), transparent 42%),
    linear-gradient(135deg, #ffd27a 0%, #ffa200 55%, #f08a00 100%);
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(255, 162, 0, .28);
}

.academy-intro-rebuilt .academy-intro-copy > a:hover > span {
  border-color: rgba(10, 8, 4, .35);
  background: rgba(10, 8, 4, .12);
  transform: translateX(2px);
}

.academy-intro-rebuilt .academy-intro-copy > a:hover > span::before {
  color: #0a0804;
  transform: translate(2px, -1px);
}

@media (max-width: 900px) {
  .academy-intro.academy-intro-rebuilt { padding: 76px 0; }
  .academy-intro-rebuilt .academy-intro-panel { grid-template-columns: 1fr; }
  .academy-intro-rebuilt .academy-intro-copy {
    padding: 35px clamp(28px, 7vw, 52px) 42px;
    border-top: 1px solid rgba(255, 255, 255, .095);
    border-left: 0;
  }
}

@media (max-width: 580px) {
  .academy-intro.academy-intro-rebuilt { padding: 58px 0; }
  .academy-intro-rebuilt .academy-intro-panel { border-radius: 16px; }
  .academy-intro-rebuilt .academy-intro-title { padding: 35px 24px 32px; }
  .academy-intro-rebuilt .academy-intro-title > small { gap: 8px; margin-bottom: 14px; font-size: 7.5px; }
  .academy-intro-rebuilt .academy-intro-title > small i { width: 20px; flex-basis: 20px; }
  .academy-intro-rebuilt .academy-intro-title > h2 { font-size: 36px; line-height: 1.02; }
  .academy-intro-rebuilt .academy-intro-copy { padding: 27px 24px 30px; }
  .academy-intro-rebuilt .academy-intro-copy > p { margin-bottom: 22px; font-size: 14px; line-height: 1.75; }
  .academy-intro-copy-label { min-height: 42px; padding: 0 18px; font-size: 12px; }
  .academy-intro-rebuilt .academy-intro-copy > a {
    width: 100%;
    min-height: 64px;
    font-size: 13px;
    grid-template-columns: minmax(0, 1fr) 50px;
  }
  .academy-intro-rebuilt .academy-intro-copy > a > span { width: 42px; height: 42px; }
}

/* V45 — clean white editorial variant */
.academy-intro.academy-intro-rebuilt { background:#f3f2ef; }
.academy-intro-rebuilt .academy-intro-panel {
  border-color:#d8d5ce;
  background:#fff;
  box-shadow:0 24px 70px rgba(21,18,12,.12),0 2px 0 rgba(255,162,0,.22);
}
.academy-intro-rebuilt .academy-intro-title {
  background:linear-gradient(118deg,#fff 0%,#fff 70%,#fcfaf5 100%);
}
.academy-intro-rebuilt .academy-intro-title > small { color:#c77b00; }
.academy-intro-rebuilt .academy-intro-title > small i { background:#c77b00; }
.academy-intro-rebuilt .academy-intro-title > h2 { color:#111; }
.academy-intro-rebuilt .academy-intro-title > h2 em { color:#c77b00; }
.academy-intro-rebuilt .academy-intro-copy {
  border-left-color:#dedbd4;
  background:linear-gradient(160deg,#fff,#faf8f3);
}
.academy-intro-copy-label {
  color:#a96600;
  border-color:rgba(199,123,0,.4);
  background:linear-gradient(180deg,rgba(255,162,0,.12),rgba(255,162,0,.05));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 8px 20px rgba(199,123,0,.1);
}
.academy-intro-rebuilt .academy-intro-copy > p { color:#55524c; }
.academy-intro-rebuilt .academy-intro-copy > a {
  color:#111;
  border-color:#c77b00;
  background:#fff;
  box-shadow:0 12px 28px rgba(21,18,12,.1),0 2px 0 rgba(255,162,0,.18);
}
.academy-intro-rebuilt .academy-intro-copy > a > span { border-color:rgba(199,123,0,.48); background:rgba(255,162,0,.06); }
.academy-intro-rebuilt .academy-intro-copy > a > span::before { color:#b66d00; }
.academy-intro-rebuilt .academy-intro-copy > a:hover {
  color:#111;
  background:linear-gradient(135deg,#ffd27a 0%,#ffa200 55%,#f08a00 100%);
  border-color:#ffa200;
  box-shadow:0 18px 36px rgba(255,162,0,.28);
}
.academy-intro-rebuilt .academy-intro-copy > a:hover > span { border-color:rgba(17,17,17,.45); background:rgba(17,17,17,.08); }
.academy-intro-rebuilt .academy-intro-copy > a:hover > span::before { color:#111; }
@media (max-width:900px) {
  .academy-intro-rebuilt .academy-intro-copy { border-top-color:#dedbd4; }
}

/* V45 — precise arrow treatment for all premium action controls */
.academy-intro-rebuilt .academy-intro-copy > a > span::before {
  content:"";
  width:14px;
  height:1px;
  background:currentColor;
  transform:none;
}
.academy-intro-rebuilt .academy-intro-copy > a > span::after {
  content:"";
  display:block;
  position:absolute;
  top:50%;
  right:11px;
  width:7px;
  height:7px;
  margin-top:-5px;
  border-top:1.5px solid currentColor;
  border-right:1.5px solid currentColor;
  transform:rotate(45deg);
}
.academy-intro-rebuilt .academy-intro-copy > a:hover > span::after { color:#111; }

/* Program cards — refined animated action icon */
.academy-program-card.mda-vip-ticket > a.program-card-action span {
  position:relative;
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:block;
  padding:0;
  border:1px solid rgba(255,162,0,.58);
  border-radius:50%;
  background:linear-gradient(145deg,#17130d,#090806);
  color:#ffa200;
  font-size:0;
  transform:none;
  transition:transform .28s cubic-bezier(.2,.8,.2,1),background .25s ease,box-shadow .25s ease;
}
.academy-program-card.mda-vip-ticket > a.program-card-action span::before {
  content:"";
  position:absolute;
  top:18px;
  left:9px;
  width:17px;
  height:1px;
  background:currentColor;
  transform:none;
  animation:mda-card-arrow-line 2.8s ease-in-out infinite;
}
.academy-program-card.mda-vip-ticket > a.program-card-action span::after {
  content:"";
  position:absolute;
  top:14px;
  right:8px;
  width:7px;
  height:7px;
  border-top:1px solid currentColor;
  border-right:1px solid currentColor;
  transform:rotate(45deg);
}
.academy-program-card.mda-vip-ticket > a.program-card-action:hover span {
  color:#111;
  border-color:#ffa200;
  background:#ffa200;
  box-shadow:0 0 0 5px rgba(255,162,0,.12),0 8px 20px rgba(255,162,0,.2);
  transform:translateX(4px) rotate(-5deg);
}
@keyframes mda-card-arrow-line {
  0%,100% { width:15px; opacity:.82; }
  50% { width:19px; opacity:1; }
}
@media (prefers-reduced-motion:reduce) {
  .academy-program-card.mda-vip-ticket > a.program-card-action span::before { animation:none; }
}
