.one-page {
  background: #f8fcff;
  color: #071f3d;
}

.one-page main {
  padding-bottom: 76px;
  background: linear-gradient(180deg, #f4fbff 0, #fff 34%, #f9fcff 100%);
}

.one-page a {
  text-decoration: none;
}

.private-tutor-hero {
  padding-bottom: 120px;
}

.private-tutor-hero + .one-hero {
  position: relative;
  z-index: 3;
  margin-top: -82px;
}

.private-tutor-hero .teacher-hero__actions .btn:first-child {
  background: #ff6b2b;
  color: #fff;
  box-shadow: 0 18px 34px rgba(255, 107, 43, .24);
}

.private-tutor-hero .teacher-hero__actions .btn--white {
  color: #176fda;
}

.private-tutor-hero .teacher-video-card > img {
  object-position: center;
}

.one-top-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 42px;
  background:
    radial-gradient(circle at 58% 74%, rgba(255,255,255,.18), transparent 16%),
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.16), transparent 24%),
    linear-gradient(135deg, #19a8ed 0%, #52d0e7 100%);
}

.one-top-hero::before,
.one-top-hero::after {
  content: "";
  position: absolute;
  border: 2px dashed rgba(255,255,255,.55);
  border-radius: 50%;
  pointer-events: none;
}

.one-top-hero::before {
  width: 190px;
  height: 78px;
  left: 60%;
  top: 34px;
  transform: rotate(-12deg);
}

.one-top-hero::after {
  width: 220px;
  height: 90px;
  right: -36px;
  bottom: 54px;
  transform: rotate(16deg);
}

.one-top-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 48px;
  align-items: center;
}

.one-top-hero__copy h1 {
  max-width: 620px;
  margin: 0;
  color: #061d35;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: 0;
}

.one-top-hero__copy p {
  max-width: 520px;
  margin: 26px 0 0;
  color: rgba(6,29,53,.78);
  font-size: 22px;
  line-height: 1.42;
  font-weight: 500;
}

.one-top-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 36px;
}

.one-top-hero__actions a {
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 30px;
  border-radius: 12px;
  background: #ff6b2b;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(255,107,43,.24);
}

.one-top-hero__actions a:nth-child(2) {
  background: #fff;
  color: #176fda;
  box-shadow: 0 18px 34px rgba(7,31,61,.1);
}

.one-top-hero__social {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
  row-gap: 3px;
  align-items: center;
  width: fit-content;
  margin-top: 38px;
  color: #fff;
}

.one-top-hero__social span {
  grid-row: span 2;
  display: flex;
}

.one-top-hero__social img {
  width: 44px;
  height: 44px;
  margin-right: -10px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.one-top-hero__social b {
  color: #fff;
  font-size: 20px;
}

.one-top-hero__social small {
  color: rgba(255,255,255,.85);
  font-size: 15px;
}

.one-top-hero__visual {
  position: relative;
  min-height: 430px;
}

.hero-call-card {
  position: absolute;
  left: 8%;
  top: 8px;
  width: 63%;
  min-width: 470px;
  height: 360px;
  padding: 8px;
  border: 5px solid rgba(255,255,255,.86);
  border-radius: 28px;
  background: rgba(255,255,255,.18);
  box-shadow: 0 24px 60px rgba(6,29,53,.22);
}

.hero-call-card > img:first-child {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.hero-call-card__mini {
  position: absolute;
  right: 22px;
  top: 20px;
  width: 112px;
  height: 112px;
  border: 4px solid #fff;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(6,29,53,.18);
}

.hero-call-controls {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(6,29,53,.72);
  backdrop-filter: blur(14px);
}

.hero-call-controls span,
.hero-call-controls b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 0;
}

.hero-call-controls span::before,
.hero-call-controls b::before {
  font-size: 12px;
  content: attr(data-icon);
}

.hero-call-controls span:nth-child(1)::before { content: "M"; }
.hero-call-controls span:nth-child(2)::before { content: "V"; }
.hero-call-controls span:nth-child(3)::before { content: "C"; }
.hero-call-controls span:nth-child(4)::before { content: "N"; }
.hero-call-controls b {
  background: #ff432f;
}
.hero-call-controls b::before { content: "End"; }

.hero-float {
  position: absolute;
  z-index: 2;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 40px rgba(6,29,53,.14);
}

.hero-float h2,
.hero-float p {
  margin: 0;
}

.hero-float h2 {
  color: #294863;
  font-size: 16px;
}

.hero-float p,
.hero-float small {
  color: #627892;
  font-size: 14px;
  line-height: 1.35;
}

.hero-float strong {
  display: block;
  color: #071f3d;
  font-size: 32px;
  line-height: 1;
}

.hero-float--match {
  left: -2px;
  top: 88px;
  width: 148px;
}

.hero-float--match strong {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin: 18px auto;
  border-radius: 50%;
  background: conic-gradient(#29c790 0 86%, #edf5f2 86% 100%);
  font-size: 24px;
}

.hero-float--slot {
  right: 0;
  top: 12px;
  width: 190px;
}

.hero-float--slot a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid #cfe3f6;
  border-radius: 12px;
  color: #1687e8;
  font-weight: 800;
}

.hero-float--summary {
  right: -34px;
  top: 170px;
  width: 260px;
}

.hero-float--summary strong {
  margin: 14px 0 8px;
  font-size: 20px;
}

.hero-float--plan {
  right: 20px;
  bottom: 0;
  width: 260px;
}

.hero-float--plan span {
  display: block;
  height: 10px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4eef7;
}

.hero-float--plan i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: #23c790;
}

.one-hero {
  padding: 22px 0 0;
  background: transparent;
}

.match-panel {
  padding: 26px 34px;
  border: 1px solid #d8e8f5;
  border-radius: 26px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 46px rgba(15, 54, 92, .1);
}

.match-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 24px;
  color: #74879e;
  font-size: 13px;
  font-weight: 700;
}

.match-steps span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.match-steps span::before {
  content: "";
  width: 12px;
  height: 2px;
  flex: 1;
  order: 2;
  border-radius: 999px;
  background: #d9e8f6;
}

.match-steps span:last-child::before {
  display: none;
}

.match-steps span {
  counter-increment: step;
}

.match-steps .is-active {
  color: #071f3d;
}

.match-steps span:first-letter {
  width: 28px;
}

.match-fields {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) 190px;
  gap: 14px;
}

.match-fields label {
  display: grid;
  gap: 8px;
  color: #071f3d;
  font-size: 13px;
  font-weight: 800;
}

.match-fields select {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d7e7f4;
  border-radius: 12px;
  background: #fff;
  color: #536a83;
  font: inherit;
}

.match-fields button,
.path-cards footer a,
.one-tutor-grid > article > a,
.pricing-grid a {
  border: 0;
  border-radius: 12px;
  background: #ff6b2b;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(255, 107, 43, .22);
}

.match-fields button {
  align-self: end;
  min-height: 48px;
}

.popular-goals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #536a83;
  font-size: 13px;
  font-weight: 700;
}

.popular-goals a,
.pill-tabs button {
  padding: 9px 18px;
  border: 1px solid #d8e8f5;
  border-radius: 999px;
  background: #f7fbff;
  color: #1687e8;
  font-weight: 800;
}

.one-benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.one-benefits article,
.difference-grid article,
.path-cards article,
.one-tutor-grid article,
.progress-panel,
.between-grid article,
.pricing-grid article,
.one-stories blockquote,
.one-stories article,
.guarantee,
.guarantee-faq details {
  border: 1px solid #d8e8f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 54, 92, .055);
}

.one-benefits article {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 14px;
}

.one-benefits b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: #eaf7ff;
  color: #1687e8;
}

.one-benefits h2,
.one-benefits p {
  margin: 0;
}

.one-benefits h2 {
  font-size: 14px;
}

.one-benefits p,
.one-section p,
.one-section li,
.guarantee-faq p {
  color: #5f748d;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.one-section {
  margin-top: 42px;
}

.one-section > h2,
.section-head h2 {
  margin: 0 0 22px;
  text-align: center;
  color: #071f3d;
  font-size: 30px;
  line-height: 1.12;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.section-head h2 {
  margin: 0;
  text-align: left;
}

.section-head select {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #d8e8f5;
  border-radius: 12px;
  background: #fff;
  color: #536a83;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.difference-grid article {
  min-height: 260px;
  padding: 24px;
}

.difference-grid h3,
.path-cards h3,
.one-tutor-grid h3,
.progress-panel h3,
.between-grid h3,
.pricing-grid h3 {
  margin: 0 0 10px;
  color: #071f3d;
  font-size: 18px;
}

.skill-lines {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.skill-lines span,
.progress-panel aside span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1687e8, #26c6da);
}

.mini-chat {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  padding: 14px;
  border-radius: 18px;
  background: #f1f9ff;
}

.mini-chat img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.difference-grid ul,
.path-cards ul,
.pricing-grid ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.difference-grid li,
.path-cards li,
.pricing-grid li {
  margin: 9px 0;
}

.difference-grid li::before,
.path-cards li::before,
.pricing-grid li::before {
  content: "✓";
  margin-right: 8px;
  color: #22b882;
  font-weight: 900;
}

.line-chart {
  height: 94px;
  margin-top: 22px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, transparent 44%, #1687e8 45% 47%, transparent 48%),
    repeating-linear-gradient(0deg, #edf4fb 0 1px, transparent 1px 24px);
}

.path-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.path-cards article {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  min-height: 260px;
  padding: 14px;
}

.path-cards article.is-featured {
  border-color: #ffbf74;
  box-shadow: 0 18px 40px rgba(255, 128, 43, .12);
}

.path-cards img {
  width: 160px;
  height: 232px;
  grid-row: span 5;
  object-fit: cover;
  border-radius: 14px;
}

.path-cards article > span {
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff1d6;
  color: #ff7a2a;
  font-size: 11px;
  font-weight: 900;
}

.path-cards footer {
  display: flex;
  gap: 12px;
  align-items: center;
}

.path-cards footer a,
.path-cards footer button {
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 800;
}

.path-cards footer button {
  border: 1px solid #d8e8f5;
  background: #fff;
  color: #1687e8;
}

.pill-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.pill-tabs button:first-child {
  background: #1687e8;
  color: #fff;
}

.one-tutor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.one-tutor-grid article {
  padding: 14px;
}

.tutor-photo {
  position: relative;
  height: 210px;
}

.tutor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.tutor-photo > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(7,31,61,.36);
  color: #fff;
}

.tutor-photo i {
  position: absolute;
  right: -7px;
  top: 12px;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#29c790 0 82%, #e8f3f0 82% 100%);
  color: #071f3d;
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
}

.tutor-photo i small {
  display: block;
  color: #47647f;
  font-size: 11px;
  font-weight: 700;
}

.one-tutor-grid h3 {
  margin-top: 14px;
}

.one-tutor-grid h3 em {
  color: #1687e8;
  font-style: normal;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0;
}

.badges b {
  padding: 7px 9px;
  border-radius: 8px;
  background: #eaf5ff;
  color: #1687e8;
  font-size: 11px;
}

.badges b:first-child {
  background: #fff1d6;
  color: #f59a00;
}

.badges b:last-child {
  background: #eafbf3;
  color: #23a86b;
}

.stats,
.one-tutor-grid footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
}

.stats strong {
  color: #ffb000;
}

.stats span,
.one-tutor-grid small {
  color: #607891;
  font-size: 12px;
}

.one-tutor-grid > article > a {
  display: block;
  margin-top: 16px;
  padding: 13px 20px;
  text-align: center;
}

.progress-panel {
  display: grid;
  grid-template-columns: 1.7fr .65fr .65fr;
  gap: 18px;
  padding: 24px;
}

.progress-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.progress-steps article {
  text-align: center;
}

.progress-steps b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #eaf7ff;
  color: #1687e8;
}

.progress-panel aside {
  padding: 18px;
  border-radius: 16px;
  background: #f7fbff;
}

.progress-panel aside span {
  margin: 14px 0;
  color: #071f3d;
  font-size: 12px;
  text-indent: 8px;
}

.progress-panel blockquote {
  margin: 0;
  color: #23a86b;
  font-weight: 700;
}

.between-grid,
.pricing-grid,
.one-stories,
.guarantee-faq {
  display: grid;
  gap: 18px;
}

.between-grid {
  grid-template-columns: repeat(6, 1fr);
}

.between-grid article {
  padding: 18px;
  color: #1687e8;
  font-weight: 900;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid article {
  position: relative;
  padding: 26px;
}

.pricing-grid .best {
  border-color: #ff7a2a;
  box-shadow: 0 18px 42px rgba(255, 107, 43, .13);
}

.pricing-grid i {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 7px 16px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #ff6b2b;
  color: #fff;
  font-style: normal;
  font-weight: 900;
}

.pricing-grid strong {
  display: block;
  margin: 18px 0 2px;
  color: #071f3d;
  font-size: 34px;
}

.pricing-grid span,
.pricing-note {
  color: #607891;
}

.pricing-grid a {
  display: block;
  margin-top: 22px;
  padding: 14px;
  text-align: center;
}

.pricing-grid article:not(.best) a {
  border: 1px solid #d8e8f5;
  background: #fff;
  color: #1687e8;
  box-shadow: none;
}

.pricing-note {
  margin-top: 14px;
  text-align: center;
}

.one-stories {
  grid-template-columns: repeat(4, 1fr);
}

.one-stories blockquote {
  margin: 0;
  padding: 22px;
}

.one-stories cite {
  display: block;
  margin-top: 18px;
  color: #607891;
  font-style: normal;
}

.one-stories article {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  background: #061d35;
}

.one-stories img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}

.one-stories article span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: #071f3d;
  font-weight: 800;
}

.one-section--difference {
  margin-top: 34px;
}

.one-section--difference > h2,
.one-section--progress > h2,
.one-section--stories > h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.difference-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.difference-grid .one-diff-card {
  min-height: 0;
  height: 248px;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 20px;
  border-radius: 18px;
  background: #f7fbff;
}

.one-diff-card h3 {
  margin: 0 0 8px;
  color: #071f3d;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 800;
}

.one-diff-card p {
  max-width: 205px;
  margin: 0;
  color: #516982;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 500;
}

.one-diff-visual {
  height: 114px;
  margin-top: auto;
  padding: 15px 16px;
  border: 1px solid #e0edf8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(19, 82, 137, .08);
}

.one-level-preview strong,
.one-plan-preview strong,
.one-chart-preview strong {
  display: block;
  margin-bottom: 4px;
  color: #071f3d;
  font-size: 11px;
  line-height: 1.2;
}

.one-level-preview > span {
  display: block;
  margin-bottom: 12px;
  color: #607891;
  font-size: 10px;
}

.one-level-preview div {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.one-level-preview em {
  color: #5f748d;
  font-size: 10px;
  font-style: normal;
}

.one-level-preview b {
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1687e8, #26c6da);
}

.one-copilot-preview {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  padding: 14px;
}

.one-copilot-preview img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.one-copilot-preview strong {
  display: block;
  margin-bottom: 8px;
  color: #071f3d;
  font-size: 11px;
}

.one-copilot-preview span {
  display: block;
  padding: 9px 11px;
  border-radius: 12px;
  background: #f2f9ff;
  color: #516982;
  font-size: 10px;
  line-height: 1.32;
}

.one-plan-preview {
  display: grid;
  align-content: center;
  gap: 7px;
}

.one-plan-preview span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 14px;
  padding-left: 20px;
  color: #516982;
  font-size: 10.5px;
}

.one-plan-preview span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e9fbf3;
  box-shadow: inset 0 0 0 3px #35c486;
}

.one-chart-preview {
  position: relative;
  padding-bottom: 10px;
}

.one-chart-preview svg {
  width: 100%;
  height: 78px;
  margin-top: 2px;
  overflow: visible;
}

.one-chart-preview path {
  fill: none;
  stroke: #e5eef7;
  stroke-width: 1.4;
}

.one-chart-preview polyline {
  fill: none;
  stroke: #1687e8;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.one-chart-preview b {
  position: absolute;
  right: 15px;
  top: 50px;
  color: #1687e8;
  font-size: 16px;
}

.one-section--progress {
  margin-top: 42px;
}

.progress-panel {
  grid-template-columns: minmax(0, 1.72fr) .64fr .64fr;
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.progress-steps,
.progress-card {
  border: 1px solid #d8e8f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 54, 92, .055);
}

.progress-steps {
  position: relative;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: 188px;
  padding: 22px 24px 18px;
}

.progress-steps::before {
  content: "";
  position: absolute;
  left: 64px;
  right: 64px;
  top: 50px;
  border-top: 2px dotted #cbe3f6;
}

.progress-steps article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 0 9px;
  text-align: center;
}

.progress-steps b {
  width: 22px;
  height: 22px;
  margin: 7px auto 9px;
  background: #1687e8;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.step-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #d9ecff;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef9ff, #fff);
}

.step-icon::before {
  color: #1687e8;
  font-size: 24px;
  font-weight: 900;
}

.step-icon--diagnosis::before { content: "◉"; }
.step-icon--trial::before { content: "▣"; }
.step-icon--plan::before { content: "⌁"; }
.step-icon--practice::before { content: "✎"; }
.step-icon--review::before { content: "▤"; }

.progress-steps h3 {
  margin: 0 0 7px;
  color: #071f3d;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
}

.progress-steps p {
  margin: 0;
  color: #5f748d;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
}

.progress-card {
  min-height: 188px;
  padding: 18px 18px 16px;
}

.progress-card h3 {
  margin: 0 0 10px;
  color: #071f3d;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
}

.progress-card p {
  margin: 0 0 13px;
  color: #5f748d;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
}

.progress-card--bars p b {
  color: #23a86b;
  font-weight: 800;
}

.progress-card--bars div {
  display: grid;
  grid-template-columns: 88px 1fr 36px;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.progress-card--bars span,
.progress-panel .progress-card--bars span {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  color: #516982;
  font-size: 10.5px;
  text-indent: 0;
}

.progress-card--bars i {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7f1fa;
}

.progress-card--bars em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #1687e8;
}

.progress-card--bars strong {
  color: #607891;
  font-size: 10.5px;
  text-align: right;
}

.progress-panel .progress-card--notes blockquote {
  position: relative;
  margin: 0 0 18px;
  padding-left: 20px;
  color: #516982;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.progress-card--notes blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -8px;
  color: #35c486;
  font-size: 34px;
  line-height: 1;
}

.progress-card--notes p:last-child {
  position: relative;
  min-height: 48px;
  margin: 0;
  padding: 12px 48px 12px 12px;
  border-radius: 14px;
  background: #f7fbff;
}

.progress-card--notes p:last-child::after {
  content: "◎";
  position: absolute;
  right: 12px;
  bottom: 9px;
  color: #23a86b;
  font-size: 30px;
  font-weight: 800;
}

.one-section--stories {
  margin-top: 42px;
}

.one-stories {
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.55fr;
  gap: 18px;
  align-items: stretch;
}

.one-stories blockquote,
.one-stories article {
  min-height: 178px;
  border-radius: 18px;
}

.one-stories blockquote {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 21px 22px 18px;
}

.one-stories blockquote > span {
  display: block;
  color: #071f3d;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.one-stories blockquote > b {
  display: block;
  margin: 8px 0 12px;
  color: #ffc107;
  font-size: 13px;
  letter-spacing: 1px;
}

.one-stories blockquote p {
  margin: 0;
  color: #516982;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 500;
}

.one-stories cite {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 10px;
  align-items: center;
  margin-top: auto;
  color: #071f3d;
  font-size: 12px;
  font-weight: 800;
}

.one-stories cite img {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 1;
}

.one-stories cite small {
  display: block;
  color: #607891;
  font-size: 10px;
  font-weight: 500;
}

.one-stories .story-video-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 150px;
  min-height: 178px;
  overflow: hidden;
  padding: 0;
  background: #061d35;
}

.story-video-card img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
}

.story-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #061d35 0%, #061d35 46%, rgba(6,29,53,.62) 68%, rgba(6,29,53,.08) 100%);
}

.story-video-card div {
  position: relative;
  z-index: 1;
  max-width: 230px;
  padding: 24px 0 22px 24px;
}

.story-video-card strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.story-video-card p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.88);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 500;
}

.one-stories .story-video-card div span {
  position: static;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.guarantee-faq {
  grid-template-columns: 340px 1fr;
  margin-top: 42px;
}

.guarantee {
  padding: 28px;
  background: linear-gradient(135deg, #eaf8ff, #fff);
}

.guarantee b {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 22px;
  background: #1687e8;
  color: #fff;
  font-size: 34px;
}

.guarantee a {
  color: #1687e8;
  font-weight: 800;
}

.guarantee-faq .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.guarantee-faq details {
  padding: 18px 20px;
}

.guarantee-faq summary {
  cursor: pointer;
  color: #071f3d;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .match-fields,
  .one-benefits,
  .difference-grid,
  .between-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .path-cards,
  .one-tutor-grid,
  .pricing-grid,
  .progress-panel,
  .one-stories,
  .guarantee-faq {
    grid-template-columns: 1fr;
  }

  .progress-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .match-panel {
    padding: 20px;
  }

  .match-steps,
  .match-fields,
  .one-benefits,
  .difference-grid,
  .between-grid,
  .progress-steps,
  .guarantee-faq .faq-grid {
    grid-template-columns: 1fr;
  }

  .path-cards article {
    grid-template-columns: 1fr;
  }

  .path-cards img {
    width: 100%;
    height: 220px;
  }

  .one-section > h2,
  .section-head h2 {
    font-size: 24px;
  }
}
