.learn-ev {
  --learn-ink: #07172f;
  --learn-muted: #5b708b;
  --learn-blue: #0b8fe8;
  --learn-cyan: #15b8d8;
  --learn-green: #8dc63f;
  --learn-line: rgba(11, 143, 232, 0.16);
  --learn-soft: #f4f9ff;
  --learn-shadow: 0 24px 72px rgba(7, 23, 47, 0.13);
  color: var(--learn-ink);
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 36%, #f3f9ff 100%);
  overflow: hidden;
}

.learn-ev * {
  letter-spacing: 0;
}

.learn-hero {
  position: relative;
  padding: 66px 0 58px;
  color: #ffffff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 23, 47, 0.9), rgba(6, 23, 47, 0.54)),
    url("../assets/img/ev/3.jpg") center / cover no-repeat;
}

.learn-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -86px;
  height: 145px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #f7fbff;
}

.learn-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: 34px;
  align-items: center;
}

.learn-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #d5f0ff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.learn-section .learn-kicker,
.learn-card .learn-kicker {
  color: #0877cf;
  border-color: rgba(11, 143, 232, 0.15);
  background: #ffffff;
}

.learn-hero h1,
.learn-section h2,
.learn-final h2 {
  margin: 18px 0 0;
  font-weight: 900;
  line-height: 1.02;
}

.learn-hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 6vw, 78px);
}

.learn-hero__lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

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

.learn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.learn-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.learn-btn--primary {
  border: 0;
  background: linear-gradient(135deg, var(--learn-blue), var(--learn-green));
  box-shadow: 0 18px 44px rgba(11, 143, 232, 0.32);
}

.learn-btn--light {
  color: var(--learn-ink);
  border-color: rgba(11, 143, 232, 0.18);
  background: #ffffff;
}

.learn-btn--light:hover {
  color: var(--learn-ink);
  box-shadow: 0 18px 42px rgba(7, 23, 47, 0.14);
}

.learn-hero-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(7, 23, 47, 0.72);
  box-shadow: var(--learn-shadow);
  backdrop-filter: blur(12px);
}

.learn-hero-panel__meter {
  display: grid;
  gap: 12px;
}

.learn-meter-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  font-size: 14px;
}

.learn-meter-row span {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.learn-meter-row i {
  display: block;
  width: var(--meter, 72%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--learn-blue), var(--learn-green));
  animation: learnMeter 4.5s ease-in-out infinite;
}

.learn-proof {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.learn-proof div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.learn-proof i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--learn-blue), var(--learn-green));
}

.learn-proof strong,
.learn-proof span {
  display: block;
}

.learn-proof span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.learn-section {
  padding: 62px 0;
}

.learn-section--soft {
  background:
    radial-gradient(circle at 92% 0%, rgba(141, 198, 63, 0.13), transparent 28rem),
    linear-gradient(180deg, #f7fbff, #ffffff);
}

.learn-section-head {
  max-width: 860px;
  margin-bottom: 30px;
}

.learn-section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.learn-section h2 {
  color: var(--learn-ink);
  font-size: clamp(32px, 4.2vw, 56px);
}

.learn-section-head p,
.learn-card p,
.learn-step p,
.learn-table td,
.learn-list li,
.learn-copy p {
  color: var(--learn-muted);
  line-height: 1.66;
}

.learn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.learn-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.learn-card,
.learn-copy,
.learn-step,
.learn-table-wrap,
.learn-diagram,
.learn-message-list {
  border: 1px solid var(--learn-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 48px rgba(7, 23, 47, 0.08);
}

.learn-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 24px;
}

.learn-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--learn-blue), var(--learn-green));
}

.learn-card i {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--learn-blue), var(--learn-green));
}

.learn-card h3,
.learn-step h3,
.learn-message-list h3,
.learn-copy h3 {
  margin: 0 0 10px;
  color: var(--learn-ink);
  font-weight: 900;
}

.learn-card p,
.learn-step p {
  margin: 0;
}

.learn-topic-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #0877cf;
  font-weight: 900;
}

.learn-topic-link:hover {
  color: var(--learn-ink);
}

.learn-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: stretch;
}

.learn-copy {
  padding: 26px;
}

.learn-copy p:last-child {
  margin-bottom: 0;
}

.learn-diagram {
  position: relative;
  min-height: 430px;
  padding: 26px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 18%, rgba(21, 184, 216, 0.24), transparent 18rem),
    linear-gradient(135deg, #07172f, #0a476d);
}

.learn-flow {
  display: grid;
  gap: 16px;
  height: 100%;
  align-content: center;
}

.learn-flow__node {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.learn-flow__node:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: -17px;
  width: 4px;
  height: 17px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--learn-blue), var(--learn-green));
}

.learn-flow__node i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--learn-blue), var(--learn-green));
}

.learn-flow__node strong,
.learn-flow__node span {
  display: block;
}

.learn-flow__node span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.learn-process {
  display: grid;
  gap: 16px;
}

.learn-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 22px;
}

.learn-step span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--learn-blue), var(--learn-green));
  font-size: 24px;
  font-weight: 900;
}

.learn-table-wrap {
  overflow: hidden;
}

.learn-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.learn-table th,
.learn-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(11, 143, 232, 0.12);
  vertical-align: top;
}

.learn-table th {
  color: #08335d;
  background: #edf7ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.learn-table tr:last-child td {
  border-bottom: 0;
}

.learn-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #08335d;
  background: #edf7ff;
  font-size: 12px;
  font-weight: 900;
}

.learn-message-list {
  padding: 24px;
}

.learn-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.learn-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(11, 143, 232, 0.12);
  border-radius: 16px;
  background: #f8fbff;
}

.learn-list i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--learn-blue), var(--learn-green));
}

.learn-note {
  margin-top: 16px;
  padding: 16px;
  border-left: 5px solid var(--learn-green);
  border-radius: 0 18px 18px 0;
  color: #133d61;
  background: #f1f9ff;
  font-weight: 700;
}

.learn-final {
  padding: 58px 0 72px;
}

.learn-final__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(141, 198, 63, 0.24), transparent 22rem),
    linear-gradient(135deg, #07172f, #0b5f89);
  box-shadow: var(--learn-shadow);
}

.learn-final h2 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 50px);
}

.learn-final p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.learn-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.learn-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes learnMeter {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.2); }
}

@media (max-width: 991px) {
  .learn-hero__grid,
  .learn-split,
  .learn-final__box {
    grid-template-columns: 1fr;
  }

  .learn-grid,
  .learn-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .learn-final__box {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .learn-hero {
    padding: 42px 0 46px;
  }

  .learn-hero h1 {
    font-size: 38px;
  }

  .learn-actions,
  .learn-final .learn-actions {
    display: grid;
  }

  .learn-grid,
  .learn-grid--two {
    grid-template-columns: 1fr;
  }

  .learn-step {
    grid-template-columns: 1fr;
  }

  .learn-table,
  .learn-table tbody,
  .learn-table tr,
  .learn-table td {
    display: block;
    width: 100%;
  }

  .learn-table thead {
    display: none;
  }

  .learn-table td {
    border-bottom: 0;
  }

  .learn-table tr {
    border-bottom: 1px solid rgba(11, 143, 232, 0.12);
  }

  .learn-table tr:last-child {
    border-bottom: 0;
  }

  .learn-diagram {
    min-height: 360px;
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .learn-meter-row i,
  .learn-reveal {
    animation: none;
    transition: none;
  }
}
