:root {
  --black: #080808;
  --blue: #2789f6;
  --blue2: #62a2f7;
  --pale: #dbeaff;
  --orange: #ff6700;
  --gold: #ffb54b;
  --gray: #f1f1f1;
  --ink: #0c0c0c
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Roboto", sans-serif;
  background: #fff
}

button,
input {
  font: inherit
}

a {
  color: inherit;
  text-decoration: none
}

.shell {
  width: min(1232px, calc(100% - 48px));
  margin: auto
}

.section {
  padding: 110px 0
}

section.popular{
  padding-bottom: 0;
}

h1,
h2,
.cut-title {
  font-family: "Roboto Condensed", Inter, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

h2 {
  font-size: 60px;
  line-height: .98;
  margin: 0 0 50px
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 16px;
  background: var(--orange);
  color: white;
  font-weight: 500;
  padding: 18px 38px;
  cursor: pointer;
  font-size: 22px;
}

.button span {
  margin-left: 4px;
}

.button-small {
  border-radius: 0;
  padding: 13px 28px;
}

.button-white {
  background: white;
  color: #555
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.site-header {
  height: 98px;
  background: #050505;
  color: #fff
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px
}

.logo {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  line-height: .8;
  font-weight: 500
}

.logo small {
  font-size: 7px;
  white-space: nowrap
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 700
}

.nav-divider {
  height: 25px;
  width: 1px;
  background: #888
}

.nav-dropdown {
  position: relative
}

.nav-dropdown button {
  border: 0;
  background: none;
  color: white;
  font-weight: 700;
  cursor: pointer
}

.dropdown-panel {
  display: none;
  position: absolute;
  z-index: 5;
  top: 30px;
  left: -15px;
  background: #fff;
  color: #111;
  border-radius: 10px;
  padding: 10px;
  width: 160px;
  box-shadow: 0 10px 25px #0004
}

.dropdown-panel a {
  display: block;
  padding: 8px
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel {
  display: block
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
  font-weight: 700
}

.menu-toggle {
  display: none
}

.hero {
  height: 695px;
  background: #000;
  color: #fff;
  overflow: hidden
}

.hero-grid {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center
}

.hero-copy {
  z-index: 2;
  margin-top: -80px
}

.cut-title span {
  display: table;
  background: #fff;
  padding: 4px 14px;
  margin: -1px 0;
  transform: skew(-3deg)
}

.cut-title span:nth-child(2) {
  margin-left: 32px
}

.cut-title span:nth-child(3) {
  margin-left: 42px
}

.hero-copy p {
  font-size: 22px;
  font-weight: 700;
  margin: 38px 0
}

.hero-art {
  position: relative;
  height: 100%
}

.hero-silhouette {
  position: absolute;
  bottom: 145px;
  width: 230px;
  height: 400px;
  border-radius: 48% 52% 10% 20%;
  filter: drop-shadow(0 0 0 #000)
}

.hero-silhouette:before {
  content: "";
  position: absolute;
  left: 76px;
  top: -42px;
  width: 74px;
  height: 82px;
  border-radius: 50%;
  background: inherit
}

.hero-silhouette:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 56px;
  left: -70px;
  top: 150px;
  border-radius: 40px;
  background: inherit;
  transform: rotate(-24deg)
}

.hero-silhouette-orange {
  left: 90px;
  background: var(--orange);
  transform: rotate(-4deg)
}

.hero-silhouette-blue {
  right: 10px;
  background: #0c57ac;
  transform: rotate(9deg)
}

.hello {
  position: absolute;
  right: 110px;
  top: 72px;
  border: 4px solid var(--gold);
  border-radius: 50%;
  padding: 11px 18px;
  font-size: 36px;
  color: var(--gold);
  transform: rotate(7deg)
}

.speech {
  position: absolute;
  z-index: 3;
  border: 5px solid #fff;
  background: var(--blue);
  font-weight: 800;
  box-shadow: 0 2px 0 #000;
  border-radius: 12px;
  transform: rotate(2deg)
}

.speech-main {
  left: 4px;
  top: 45px;
  font-size: 35px;
  padding: 20px
}

.speech-sub {
  left: 170px;
  top: 138px;
  font-size: 20px;
  padding: 8px 18px;
  background: #a7c9ff
}

.speech small {
  display: block;
  font-size: 11px
}

.lead-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1fr;
  gap: 15px
}

.lead-form input {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 16px;
  padding: 0 35px;
  color: #111
}

.lead-form .button {
  height: 60px
}

.lead-form small {
  grid-column: 4;
  text-align: center;
  font-size: 12px;
}

.intro {
  padding-top: 142px;
  padding-bottom: 0;
}

.intro-card {
  background: #f3f3f3;
  border-radius: 38px;
  padding: 62px;
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 30px;
  position: relative;
}

.intro-main .intro-heading {
  font-size: 58px;
  line-height: .96;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.intro-main p {
  font-size: 21px;
  font-weight: 700;
  max-width: 620px
}

.burst {
  text-align: center;
  color: var(--orange);
  font-size: 20px;
  background-image: url(http://test-proj-portal.ru/wp-content/uploads/2026/07/Vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 485px;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 27px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: -70px;
}

.town {
  position: absolute;
  right: 40px;
  top: 230px;
}

.town img {
  width: 542px;
}

.stats {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr;
  gap: 25px
}

.stats div {
  display: flex;
  flex-direction: column
}

.stats strong {
  font-size: 80px;
  line-height: 1;
  color: var(--blue);
  letter-spacing: -.07em;
  font-family: "Roboto Condensed", sans-serif;
}

.stats span {
  font-size: 17px;
  max-width: 270px
}

.programs h2 {
  text-align: center
}

.program-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 15px
}

.program-tabs {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 14px
}

.program-tabs button {
  border: 0;
  border-radius: 30px;
  text-align: left;
  padding: 0 30px;
  background: #ddd;
  font-weight: 700;
  color: #555;
  cursor: pointer;
  font-size: 25px;
}

.program-tabs button.active {
  background: #77adf4;
  color: #fff
}

.program-tabs button.active[data-program="csca"] {
  background: #77adf4;
}

.program-tabs button.active[data-program="hsk"] {
  background: #2088FF;
}

.program-tabs button.active[data-program="school"] {
  background: #FFB44B;
}

.program-card {
  position: relative;
  min-height: 430px;
  border-radius: 38px;
  background: var(--blue);
  color: white;
  overflow: hidden;
  padding: 45px 32px;
  display: flex;
  align-items: center
}

.program-card>div:first-child {
  position: relative;
  z-index: 2
}

.program-card h3 {
  font-size: 43px;
  margin: 0 0 20px
}

.program-card p {
  font-size: 20px;
  max-width: 380px
}

.program-card img {
  position: absolute;
  right: 20px;
  bottom: -80px;
  height: 480px;
  filter: brightness(.82) sepia(1) hue-rotate(165deg) saturate(4)
}

.program-chinese {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 70px;
  font-size: 150px;
  color: #8cc0ff;
  transform: rotate(8deg)
}

.team {
  background: #e0edff
}

.team-slider {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 15px;
  align-items: center;
  position: relative;
}

.team-slider .slider-arrow {
  position: absolute;
}

.team-slider .slider-arrow[data-team-next] {
  right: -60px;
}

.team-slider .slider-arrow[data-team-prev] {
  left: -60px;
}

.slider-arrow {
  border: 0;
  background: none;
  font-size: 90px;
  cursor: pointer
}

.team-photo,
.team-info {
  height: 470px;
  border-radius: 38px;
}

.team-photo {
  position: relative;
  background: #98c0f8;
      width: 767px;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  max-width: 445px;
  margin: 0 auto;
  display: block;
}

.team-quote {
  position: absolute;
  right: -55px;
  top: 25px;
  background: url(http://test-proj-portal.ru/wp-content/uploads/2026/07/orBg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  width: 260px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px;
}


.team-info {
  background: white;
  padding: 40px 40px 40px 78px;
}

.team-info ul {
  padding-left: 18px;
  list-style-type: square;
}

.team-info h3 {
  font-size: 55px;
  margin: 0
}

.team-info h4 {
  color: var(--blue);
  font-size: 22px;
  margin-top: 10px;
}

.team-info li {
  font-size: 18px;
  margin: 19px 0
}

.team-info li::marker {
  color: var(--orange)
}

.pain {
  text-align: center
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: center;
  margin: 20px 0 45px
}

.pain-card {
  height: 370px;
  border-radius: 38px;
  color: #fff;
  text-align: left;
  padding: 35px;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 800
}

.pain-card:nth-child(even) {
  transform: translateY(-35px)
}

.blue {
  background: #529afa;
  rotate: -3deg;
}

.pale {
  background: #9fc4f7
}

.orange {
  background: #ff9100;
  rotate: -3deg;
}

.gold {
  background: #ffb64d
}

.platform {
  background: #090909;
  color: #fff
}

.platform-stage {
  height: 580px;
  position: relative
}

.platform-note {
  position: absolute;
  padding: 38px 60px;
  font-size: 28px;
  font-weight: 800;
  transform: rotate(8deg);
  clip-path: polygon(4% 0, 100% 8%, 93% 100%, 0 88%)
}

.platform-note.blue {
  left: 0;
  top: 30px
}

.platform-note.orange {
  right: 0;
  top: 170px
}

.ui-card {
  position: absolute;
  border: 3px solid var(--blue);
  background: #111;
  border-radius: 10px;
  padding: 30px
}

.ui-card span,
.ui-card strong {
  display: block
}

.lesson {
  right: 120px;
  top: 70px;
  width: 480px
}

.progress {
  left: 570px;
  top: 230px;
  width: 360px;
  height: 270px;
  border-color: #ffae2c
}

.progress span {
  margin-top: 55px
}

.progress i {
  float: right
}

.lightning {
  position: absolute;
  left: 500px;
  top: 20px;
  font-size: 170px
}

.platform nav {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: grid;
  gap: 20px;
  font-size: 26px
}

.platform nav span {
  color: #444
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.05fr;
  gap: 10px
}

.benefit-card {
  height: 400px;
  background: #0a0a0a;
  color: #fff;
  border-radius: 38px;
  padding: 30px
}

.benefit-card>b {
  color: #ff9c00;
  font-size: 24px
}

.benefit-card h3 {
  color: #ff9200
}

.benefit-card p {
  font-size: 14px
}

.line-icon {
  height: 120px;
  display: grid;
  place-items: center;
  font-size: 100px
}

.blue-text {
  color: var(--blue) !important
}

.price-card {
  border-radius: 38px;
  background: #9bc5ff;
  padding: 20px;
  color: #fff;
}

.small-price {
  font-size: 18px;
  margin: 0;
  color: #A7CAFF;
}

.price-card p {
  font-size: 22px;
  font-weight: 700
}

.price-card>div {
  margin: 30px -30px 15px;
  padding: 10px 30px;
  background: var(--blue);
  color: white;
  position: relative;
    right: -6%;
    left: 1%;
    width: 121%;
  border-radius: 20px;
}

.price-card strong,
.price-card small {
  display: block
}

.price-card strong {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
}

.price-card .button {
  padding: 10px 15px;
  font-size: 22px;
}

.progress-line {
  height: 8px;
  background: linear-gradient(90deg, var(--gold) 0 35%, #ddd 35%);
  margin-top: 28px;
  width: 72%;
}

.popular .progress-line {
  width: 100%;
}

.ticker {
  overflow: hidden;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  white-space: nowrap;
  padding: 12px 0
}

.ticker div {
  width: max-content;
  animation: marquee 28s linear infinite
}

.ticker-blue {
  background: #78b2ff;
  rotate: -2deg;
      margin: 100px 0;
}

.ticker-orange {
  background: var(--gold)
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px
}

.course-image {
  height: 220px;
  min-height: 220px;
  background: #ddd;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
}

.course-image img {
  height: 90%;
  max-width: 80%;
  object-fit: contain
}

.course-image span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: var(--blue);
  color: white;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 700
}

.course-image .orange-label {
  background: #ff9800
}

.course-image .blue-label {
  background: #7EB6FF;
}

.course-image span:first-child {
  bottom: 40px;
}

.course-card h3 {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-size: 30px;
  line-height: .95;
  text-transform: uppercase;
  padding: 0 38px;
      margin: 23px 0 8px;
}

.course-card p {
  font-size: 12px;
  line-height: 2;
  color: #777;
  padding: 0 38px;
}

.course-price {
  font-size: 20px;
  margin: 30px 0;
  padding: 0 38px;
  margin: auto 0 15px;
}

.course-btn {
  padding: 0 38px;
}

.course-price strong {
  font-size: 40px
}

.course-card .button,
.ghost {
  border-radius: 0;
  padding: 14px 20px;
  font-size: 16px;
}

.ghost {
  background: white;
  border: 1px solid #bbb;
  margin-left: 6px
}

.collage-stage {
  height: 750px;
  position: relative
}

.collage-stage>img {
  position: absolute;
    right: 10px;
    bottom: -90px;
}

.video-circle {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 150px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ddd;
  color: #fff;
  font-size: 60px;
      border: 5px solid white;
}

.quote-banner {
  position: absolute;
  z-index: 1;
  left: 220px;
  right: 170px;
  bottom: 40px;
  padding: 50px 90px 50px;
  background: var(--orange);
  color: white;
  font-weight: 700;
  font-size: 22px;
  border-radius: 35px;
  transform: rotate(-7deg)
}

.daxue {
  position: absolute;
  right: 380px;
  top: 50px;
  color: var(--orange);
  border: 6px solid var(--orange);
  border-radius: 50%;
  padding: 18px 35px;
  font-size: 65px;
  transform: rotate(-10deg)
}

.story-board {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr .9fr;
  gap: 8px;
  align-items: center
}

.story {
  position: relative;
  height: 430px;
  border-radius: 38px;
  padding: 30px;
  color: white;
  font-size: 20px;
  font-weight: 800;
  overflow: hidden
}

.story.black {
  background: #090909
}

.story.orange {
  background: var(--orange)
}

.story img {
  position: absolute;
  width: 240px;
  height: 240px;
  object-fit: cover;
  border: 7px solid white;
  border-radius: 50%
}

.story:first-child img {
  top: -20px;
  left: 30px
}

.story:first-child p {
  position: absolute;
  bottom: 25px
}

.story:nth-child(2) img {
  right: 10px;
  bottom: -25px
}

.story:nth-child(2) p {
  position: relative;
  z-index: 2
}

.story:nth-child(3) img {
  bottom: -20px;
  left: 20px;
  width: 280px;
  height: 280px
}

.story small {
  position: absolute;
  right: 20px;
  bottom: 10px;
  background: #fff;
  color: #111
}

.compare {
  background: linear-gradient(#fff, #f7f7f7)
}

.compare h2 {
  text-align: center
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  align-items: center
}

.compare-grid article {
  min-height: 520px;
  padding: 30px;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 30px 70px #0000000c
}

.compare-grid h3 {
  font-size: 28px
}

.compare-grid li {
  margin: 15px 0;
  font-size: 16px
}

.compare-grid li::marker {
  content: "×  ";
  color: var(--orange)
}

.compare-price {
  margin: 40px 0 20px;
  color: #ACACAC;
}

.compare-grid article.last-card-art {
  padding: 30px 30px 30px 60px;
}

.compare-price strong {
  font-size: 34px;
  color: #000;
}

.academy .compare-price strong {
  color: #fff;
}

.compare-grid .academy {
  position: relative;
  z-index: 2;
  background: #090909;
  color: white;
  min-height: 650px
}

.academy-logo {
  text-align: center;
  font-size: 34px;
  margin-bottom: 20px
}

.academy ul {
  background: var(--blue);
  border-radius: 25px;
  padding: 28px 28px 28px 52px
}

.academy li::marker {
  content: "✓  ";
  color: white
}

.academy .button {
  display: flex;
  margin: auto;
  width: fit-content;
  padding: 16px 24px;
  font-size: 22px;
}

.faq {
  padding-bottom: 180px
}

.china-collage {
  position: relative;
}

.china-collage-image-top {
  position: absolute;
      bottom: -50px;
    right: 32%;
    z-index: 2;
}

.faq h2 {
  text-align: center
}

.faq-list {
  display: grid;
  gap: 12px
}

.faq details {
  background: #f1f1f1;
  border-radius: 28px;
  padding: 26px 40px
}

.faq summary {
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  list-style: none
}

.faq summary::after {
  content: "⌄";
  float: right;
  color: var(--blue);
  font-size: 40px;
  line-height: .5
}

.faq details[open] summary::after {
  transform: rotate(180deg)
}

.faq details p {
  color: #555;
  max-width: 850px
}

.final-form {
  height: 380px;
  background: #090909;
  color: white;
  padding: 65px 0
}

.final-title {
  display: flex;
  align-items: center;
  gap: 25px
}

.final-title h2 {
  font-size: 52px;
  margin: 0
}

.final-title span {
  background: var(--blue);
  padding: 30px 18px;
  clip-path: polygon(50% 0, 64% 23%, 88% 10%, 83% 36%, 100% 50%, 82% 63%, 88% 90%, 63% 78%, 50% 100%, 37% 78%, 12% 90%, 18% 63%, 0 50%, 18% 36%, 12% 10%, 36% 23%)
}

.final-title p {
  font-size: 13px;
  max-width: 310px
}

.final-form .lead-form {
  position: relative;
  bottom: auto;
  margin-top: 35px
}

.footer {
  background: #f2f2f2;
  padding: 55px 0 75px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr) 1.2fr 1.4fr;
  gap: 40px;
  font-size: 11px
}

.footer-grid>div {
  display: flex;
  flex-direction: column;
  gap: 9px
}

.footer-grid b {
  font-size: 13px
}

.footer-brand {
  flex-direction: row !important;
  align-items: flex-start
}

.footer-mark {
  font-size: 36px;
  color: #70afff
}

.socials {
  color: var(--blue);
  font-size: 18px
}

.payments {
  font-size: 20px
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #111;
  color: #fff;
  padding: 16px 22px;
  border-radius: 12px;
  transform: translateY(120px);
  transition: .3s;
  z-index: 20
}

.toast.show {
  transform: none
}

@media(max-width:1000px) {
  .shell {
    width: min(100% - 32px, 760px)
  }

  .site-header {
    height: 72px
  }

  .nav {
    height: 72px
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
    background: none;
    border: 0;
    color: white;
    font-size: 28px
  }

  .nav-links,
  .nav-actions {
    display: none
  }

  .nav-links.open {
    display: flex;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 72px;
    background: #111;
    padding: 25px;
    flex-direction: column
  }

  .hero {
    height: auto;
    min-height: 800px
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding: 70px 0 180px
  }

  .hero-copy {
    margin: 0
  }

  .hero-art {
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 620px;
    opacity: .8
  }

  .lead-form {
    bottom: 35px;
    grid-template-columns: 1fr 1fr
  }

  .lead-form small {
    grid-column: 1/-1
  }

  .intro-card {
    grid-template-columns: 1fr;
    padding: 35px
  }

  .burst {
    display: none
  }

  .stats {
    grid-template-columns: 1fr 1fr
  }

  .stats strong {
    font-size: 55px
  }

  .program-layout {
    grid-template-columns: 1fr
  }

  .program-tabs {
    grid-template-columns: 1fr 1fr
  }

  .program-tabs button {
    padding: 24px
  }

  .program-card img {
    opacity: .55
  }

  .team-slider {
    grid-template-columns: 1fr 1fr
  }

  .slider-arrow {
    display: none
  }

  .pain-grid,
  .benefit-row {
    grid-template-columns: 1fr 1fr
  }

  .course-grid {
    grid-template-columns: 1fr 1fr
  }

  .story-board {
    grid-template-columns: 1fr
  }

  .compare-grid {
    grid-template-columns: 1fr
  }

  .compare-grid article,
  .compare-grid .academy {
    min-height: auto
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:640px) {
  .shell {
    width: calc(100% - 28px)
  }

  .section {
    padding: 60px 0
  }

  h2 {
    font-size: 39px
  }

  .hero {
    min-height: 820px
  }

  .hero-grid {
    padding-top: 45px
  }

  .cut-title {
    font-size: 42px
  }

  .hero-copy p {
    font-size: 16px
  }

  .hero-art {
    top: 200px;
    width: 100%;
    height: 420px
  }

  .hero-silhouette {
    bottom: 40px;
    transform: scale(.7)
  }

  .speech {
    transform: scale(.7)
  }

  .hello {
    right: 10px
  }

  .lead-form {
    grid-template-columns: 1fr;
    gap: 8px
  }

  .lead-form small {
    grid-column: 1
  }

  .hero .lead-form {
    position: relative;
    bottom: auto;
    margin-top: 440px
  }

  .intro {
    padding-top: 60px
  }

  .intro-main .intro-heading {
    font-size: 39px
  }

  .stats {
    grid-template-columns: 1fr
  }

  .stats strong {
    font-size: 48px
  }

  .program-tabs {
    grid-template-columns: 1fr
  }

  .program-card {
    min-height: 500px
  }

  .team-slider {
    grid-template-columns: 1fr
  }

  .team-info {
    height: auto
  }

  .pain-grid,
  .benefit-row,
  .course-grid {
    grid-template-columns: 1fr
  }

  .pain-card:nth-child(even) {
    transform: none
  }

  .platform-stage {
    height: 680px
  }

  .platform-note {
    padding: 25px;
    font-size: 20px
  }

  .lesson {
    right: 0;
    width: 90%
  }

  .progress {
    left: 10%;
    top: 260px;
    width: 85%
  }

  .platform nav {
    font-size: 18px
  }

  .benefit-card,
  .price-card {
    height: auto;
    min-height: 320px
  }

  .collage-stage {
    height: 570px
  }

  .collage-stage>img {
    height: 430px;
    right: -80px
  }

  .video-circle {
    width: 190px;
    height: 190px
  }

  .quote-banner {
    left: 20px;
    right: 0;
    bottom: 60px;
    padding: 45px 20px
  }

  .daxue {
    right: 20px
  }

  .story {
    height: 380px
  }

  .faq {
    padding-bottom: 80px
  }

  .faq details {
    padding: 20px
  }

  .faq summary {
    font-size: 18px
  }

  .final-form {
    height: auto
  }

  .final-title {
    align-items: flex-start;
    flex-wrap: wrap
  }

  .final-title h2 {
    font-size: 38px
  }

  .final-form .lead-form {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .ticker {
    font-size: 24px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  .ticker div {
    animation: none
  }
}

/* Component and carousel refinements */
.accent-blue {
  color: var(--blue);
  font-style: inherit;
}

.accent-orange {
  color: var(--orange);
  font-style: inherit;
}

.hero-copy .hero-title {
  font-size: 64px;
  line-height: .9;
  margin: 0;
  width: 560px;
  color: #000;
  text-transform: uppercase;
}

.hero-copy .hero-title span {
  white-space: nowrap;
  padding: 7px 13px;
  margin-bottom: -2px
}

.hero-copy .hero-title span:nth-child(2) {
  margin-left: 20px
}

.hero-copy .hero-title span:nth-child(3) {
  margin-left: 38px
}

.hero-copy .hero-title span:nth-child(4) {
  margin-left: 0
}

.hero-copy .hero-title+p {
  margin-top: 34px;
  margin-bottom: 0
}

.hero-composition {
  right: -80px;
  width: 780px
}

.hero-composition {
  position: absolute;
  top: 45px;
  right: -20px;
  width: 750px;
  max-width: none;
  height: auto;
  object-fit: contain
}

.benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 1.05fr;
  gap: 10px;
  align-items: center
}

.benefit-viewport,
.course-viewport {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none
}

.benefit-viewport.is-dragging,
.course-viewport.is-dragging {
  cursor: grabbing
}

.benefit-row {
  display: flex;
  gap: 10px;
  transition: transform .45s ease
}

.benefit-card {
  flex: 0 0 calc((100% - 20px)/3)
}

.course-carousel {
  display: block
}

.course-grid {
  display: flex;
  gap: 26px;
  transition: transform .45s ease
}

.course-card {
  flex: 0 0 calc((100% - 52px)/3);
      height: 550px;
          display: flex;
    flex-direction: column;
}

.ticker .ticker-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite
}

.ticker-track span {
  display: block;
  flex: none;
      text-transform: uppercase;
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

@media(max-width:1000px) {
  .hero-copy .hero-title {
    font-size: 34px;
    width: 500px
  }

  .hero-composition {
    width: 700px;
    right: -260px
  }

  .benefits-layout {
    grid-template-columns: minmax(0, 1fr)
  }

  .benefit-card {
    flex-basis: calc((100% - 10px)/2)
  }

  .price-card {
    grid-column: 1/-1;
    width: 50%;
    margin: auto
  }

  .course-card {
    flex-basis: calc((100% - 26px)/2)
  }
}

@media(max-width:640px) {
  .hero-copy .hero-title {
    font-size: 25px;
    width: 100%
  }

  .hero-copy .hero-title span {
    padding: 6px 9px
  }

  .hero-copy .hero-title span:nth-child(2) {
    margin-left: 10px
  }

  .hero-copy .hero-title span:nth-child(3) {
    margin-left: 18px
  }

  .hero-composition {
    width: 620px;
    right: -180px;
    top: 0
  }

  .benefits-layout {
    grid-template-columns: minmax(0, 1fr)
  }

  .benefit-card {
    flex-basis: 100%;
    height: auto;
    min-height: 360px
  }

  .price-card {
    width: 100%;
    height: auto;
    min-height: 320px
  }

  .course-card {
    flex-basis: 100%
  }
}

@media(prefers-reduced-motion:reduce) {
  .ticker .ticker-track {
    animation: none
  }
}

/* Smooth FAQ accordion */
.faq-list {
  gap: 14px
}

.faq-item {
  background: #F4F4F4;
  border-radius: 28px;
  overflow: hidden;
  transition: background-color .3s ease, box-shadow .3s ease
}

.faq-item:hover {
  background: #F4F4F4;
}

.faq-item.open {
  background: #F4F4F4;
}

.faq-question {
  width: 100%;
  min-height: 76px;
  border: 0;
  background: transparent;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  color: var(--ink)
}

.faq-question span {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-right: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  transform: rotate(45deg) translate(-3px, -3px);
  transition: transform .38s cubic-bezier(.22, 1, .36, 1)
}

.faq-question[aria-expanded="true"] span {
  transform: rotate(225deg) translate(-3px, -3px)
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .42s cubic-bezier(.22, 1, .36, 1), opacity .3s ease
}

.faq-answer>div {
  overflow: hidden
}

.faq-answer p {
  margin: 0;
  padding: 0 76px 0 40px;
  font-size: 22px;
  transition: padding .42s cubic-bezier(.22, 1, .36, 1)
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1
}

.faq-item.open .faq-answer p {
  padding-bottom: 28px
}

@media(max-width:640px) {
  .faq-question {
    min-height: 64px;
    padding: 17px 20px;
    font-size: 18px
  }

  .faq-answer p {
    padding-left: 20px;
    padding-right: 48px
  }

  .faq-item.open .faq-answer p {
    padding-bottom: 22px
  }
}

@media(prefers-reduced-motion:reduce) {

  .faq-item,
  .faq-question span,
  .faq-answer,
  .faq-answer p {
    transition: none
  }
}

/* Original Figma list icons for comparison cards */
.compare-grid ul {
  padding-left: 0
}

.compare-grid li {
  position: relative;
  list-style: none;
  padding-left: 24px
}

.compare-grid li::marker {
  content: none
}

.compare-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .12em;
  width: 11px;
  height: 15px;
  background: url("http://test-proj-portal.ru/wp-content/uploads/2026/07/compare-cross.png") center/contain no-repeat
}

.academy ul {
  padding: 28px
}

.academy li {
  padding-left: 30px
}

.academy li::before {
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("http://test-proj-portal.ru/wp-content/uploads/2026/07/compare-check.png")
}

.compare h2 {
  line-height: .9
}

.compare-grid li {
  line-height: 1.15
}

.compare-grid article>p {
  line-height: 1.2
}

.academy-logo {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px
}

.academy-logo img {
  display: block;
  height: auto
}

.academy ul {
  margin: 0 -54px 26px;
  padding: 20px 30px;
}

.academy .compare-price {
  margin: 18px 0 8px;
  text-align: center
}

.academy-result {
  margin: 0 auto 24px;
  max-width: 350px;
  color: #a4a4a4;
  text-align: center
}

.stories h2 {
  color: var(--ink)
}

.students-composition {
  position: relative;
  width: 100%;
  aspect-ratio: 1287/610
}

.students-black-panel {
  position: absolute;
  left: .62%;
  top: 8%;
  width: 64.88%;
  height: 76.72%;
  display: block
}

.logout-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.student-photo {
  position: absolute;
  border: 7px solid #fff;
  border-radius: 50%;
  overflow: visible
}

.student-photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover
}

.student-photo span {
  position: absolute;
  right: -3px;
  bottom: 4px;
  padding: 5px 8px;
  background: #090909;
  border-bottom: 4px solid var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap
}

.student-photo-one {
  left: 3.5%;
  top: 0;
  width: 22.3%;
  aspect-ratio: 1
}

.student-photo-one img {
  object-position: center 18%
}

.student-photo-two {
  left: 31.8%;
  top: 31%;
  width: 27.5%;
  aspect-ratio: 1
}

.student-photo-two img {
  object-position: center 34%
}

.student-photo-grid {
  left: 70.8%;
  top: 36%;
  width: 25.1%;
  aspect-ratio: 1
}

.student-photo-grid img {
  object-position: center;
  position: absolute;
    top: 4px;
    left: 10px;
    z-index: 11;
}

.student-photo-grid.no-brdr {
  border: none;
}

.border-circle{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid #fff;
  z-index: 12;
}

.student-copy {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.16
}

.student-copy u,
.students-orange-card u {
  text-decoration-color: var(--blue);
  text-decoration-thickness: 4px;
  text-underline-offset: 3px
}

.student-copy-one {
  left: 3.5%;
  top: 53%
}

.student-copy-two {
  left: 36.8%;
  top: 17%
}

.students-orange-card {
  position: absolute;
  left: 63.48%;
  top: 4.75%;
  width: 31.08%;
  height: 62.13%;
  padding: 37px 45px;
  color: #fff
}

.students-orange-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.students-orange-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18
}

.students-orange-card u {
  text-decoration-color: #ffb54b
}

@media(max-width:700px) {
  .students-composition {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    aspect-ratio: auto
  }

  .students-black-panel {
    position: absolute;
    inset: 0 0 34%;
    width: 100%;
    height: 66%
  }

  .student-photo,
  .student-copy,
  .students-orange-card {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto
  }

  .student-photo-one,
  .student-photo-two,
  .student-photo-grid {
    width: 74%;
    margin: 0 auto;
    aspect-ratio: 1
  }

  .student-copy {
    padding: 0 28px
  }

  .students-orange-card {
    margin-top: 20px;
    padding: 30px
  }
}

/* Figma-backed components */
.program-card {
  transition: background .25s ease;
}

.program-card.tone-csca {
  background: url(http://test-proj-portal.ru/wp-content/uploads/2026/07/bgMath.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.program-card.tone-hsk {
  background: url(http://test-proj-portal.ru/wp-content/uploads/2026/07/hskaBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.program-card.tone-school {
  background: url(http://test-proj-portal.ru/wp-content/uploads/2026/07/hska6_8Bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.program-card.tone-admission {
  background: url();
}

.program-image-panel {
  position: absolute;
  right: 20px;
  top: 30px;
  bottom: 0;
  width: 40%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #a2f2f2
}

.tone-csca .program-image-panel {
  background: #ffd08b
}

.tone-school .program-image-panel {
  background: #d6e5ff
}

.tone-admission .program-image-panel {
  background: #a2f2f2
}

.program-card .program-image-panel img {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: grayscale(1) sepia(1) saturate(7) hue-rotate(165deg) brightness(.78)
}

.tone-hsk .program-image-panel img {
  width: 72%;
  height: 88%;
  filter: grayscale(1) contrast(1.25)
}

.tone-csca .program-image-panel img {
  width: 86%;
  height: 92%;
  filter: grayscale(1) contrast(1.2)
}

.tone-school .program-image-panel img {
  filter: grayscale(1) sepia(1) saturate(7) hue-rotate(165deg) brightness(.78)
}

.program-card>div:first-child {
  max-width: 58%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.program-card>div:first-child a.button{
  margin-top: auto;
}

.platform-export {
  position: relative;
  padding: 0;
  background: #0c0c0c;
  aspect-ratio: 1440/816;
  overflow: hidden
}

.platform-export-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.platform-export-heading {
  position: absolute;
  z-index: 2;
  left: 7.08%;
  top: 5.5%;
  width: 50%;
  padding: 10px 0;
  background: #0c0c0c
}

.platform-export-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: .98
}

.platform-export-tabs {
  position: absolute;
  z-index: 2;
  left: 7.08%;
  bottom: 7.2%;
  width: 190px;
  padding: 8px 0;
  background: #0c0c0c;
  display: grid;
  gap: 13px
}

.platform-export-tabs button {
  border: 0;
  background: transparent;
  padding: 4px 0;
  color: #3e3e3e;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  transition: color .25s ease, transform .25s ease
}

.platform-export-tabs button:hover {
  color: #777
}

.platform-export-tabs button.active {
  color: #fff;
  transform: translateX(0)
}

.line-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.pain h2 {
  margin-bottom: 85px
}

.pain-grid {
  align-items: end
}

.pain-card {
  padding: 35px 40px 55px
}

.pain-card p {
  margin: 0;
  line-height: 1.25
}

.pain-card:nth-child(2),
.pain-card:nth-child(4) {
  transform: translateY(-35px)
}

@media(max-width:1000px) {
  .program-card>div:first-child {
    max-width: 65%
  }

  .program-image-panel {
    right: 0;
    width: 46%;
    opacity: .72
  }

  .platform-export {
    min-height: 560px
  }

  .platform-export-art {
    object-fit: cover;
    object-position: center
  }

  .platform-export-heading h2 {
    font-size: 44px
  }

  .platform-export-tabs {
    width: 150px
  }

  .platform-export-tabs button {
    font-size: 20px
  }
}

@media(max-width:640px) {
  .program-card>div:first-child {
    max-width: 100%
  }

  .program-image-panel {
    top: auto;
    width: 52%;
    height: 55%;
    opacity: .48
  }

  .pain-card:nth-child(2),
  .pain-card:nth-child(4) {
    transform: none
  }

  .platform-export {
    min-height: 440px
  }

  .platform-export-art {
    object-position: center
  }

  .platform-export-heading {
    left: 5%;
    top: 5%;
    width: 80%
  }

  .platform-export-heading h2 {
    font-size: 34px
  }

  .platform-export-tabs {
    left: 5%;
    bottom: 4%
  }
}
