:root {
  --color-primary: #e83c66;
  --color-secondary: #fcc031;
  --color-bg-dark: #0b1e28;
  --color-bg-soft: #f6f6f6;
  --color-bg-cream: #fff6e5;
  --color-bg-pink-soft: #ffe5ed;
  --color-text: #000000;
  --color-text-blue: #466484;
  --color-text-muted: #737373;
  --color-white: #ffffff;
  --radius-6: 6px;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;
  --radius-34: 34px;
  --radius-64: 64px;
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--color-bg-soft);
  color: var(--color-text);
  font-family: "Open Sans", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

.trial-page {
  display: block;
  width: 100%;
}

.trial-canvas {
  background: var(--color-bg-soft);
  min-height: 5504px;
  position: relative;
  width: 100%;
}

.trial-page .top-news {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 24;
}

.trial-page .contact-strip {
  left: 0;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 25;
}

.trial-page .site-header {
  left: 0;
  position: absolute;
  top: 92px;
  width: 100%;
  z-index: 26;
}

.top-news {
  background: var(--color-primary);
  color: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

.top-news-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 44px;
  width: 1346px;
}

.top-news-left {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  line-height: 18px;
}

.top-news-right {
  align-items: center;
  display: flex;
  gap: 16px;
}

.top-news-right a {
  align-items: center;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  line-height: 20px;
}

.top-news-close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.contact-strip {
  background: var(--color-bg-dark);
  border-bottom: 1px solid var(--color-bg-dark);
  color: #f6f6f6;
  left: 0;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 5;
}

.contact-strip-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-height: 48px;
  width: 1346px;
}

.contact-links {
  align-items: center;
  display: flex;
  gap: 24px;
}

.contact-links a {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  line-height: 18px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-left: 24px;
}

.social-links a {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

main {
  padding-top: 172px;
}

.trial-container {
  max-width: 1586px;
  margin: 0 auto;
  width: 100%;
}

.section-badge {
  align-items: center;
  background: var(--color-secondary);
  border-radius: 35px;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  padding: 6px 12px;
  width: fit-content;
}

.trial-hero-section {
  background: #ffffff;
  border-bottom: 1px solid #f1e7eb;
  min-height: 728px;
  overflow: hidden;
  position: relative;
}

.trial-hero-inner {
  min-height: 728px;
  position: relative;
}

.trial-hero-left {
  left: 104px;
  position: absolute;
  top: 92px;
  width: 650px;
}

.trial-hero-left h1 {
  font-size: 64.146px;
  font-weight: 600;
  letter-spacing: -1.283px;
  line-height: 76.975px;
  margin: 14px 0 0;
}

.trial-hero-left p {
  color: #000000;
  font-size: 24.446px;
  line-height: 38.027px;
  margin: 20px 0 0;
}

.hero-users-line {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 46px;
}

.hero-user-avatars {
  display: flex;
}

.hero-user-avatars img {
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 52px;
  margin-left: -20px;
  width: 52px;
}

.hero-user-avatars img:first-child {
  margin-left: 0;
}

.hero-users-line span {
  color: #0b1e28;
  font-size: 24.446px;
  line-height: 38.027px;
}

.trial-form-wrap {
  background: #ffffff;
  border-radius: 16.566px;
  box-shadow:
    0 4px 4px rgba(0, 0, 0, 0.25),
    0 1.035px 3.106px rgba(16, 24, 40, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24.849px;
  height: 505px;
  left: 770px;
  padding: 16.566px;
  position: absolute;
  top: 142px;
  width: 323px;
  z-index: 3;
}

.trial-form-wrap > p {
  color: #0b1e28;
  font-size: 20px;
  font-weight: 700;
  line-height: 38.027px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.trial-form {
  display: flex;
  flex-direction: column;
  gap: 16.566px;
  width: 289.868px;
}

.trial-form label {
  color: #0b1e28;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 20.707px;
}

.trial-form input,
.trial-form select {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
  min-height: 40.707px;
  padding: 10.354px 12.424px;
  width: 100%;
}

.trial-form input::placeholder,
.trial-form select {
  color: #b0b0b0;
}

.trial-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  padding-right: 28px;
}

.trial-form select::-ms-expand {
  display: none;
}

.phone-row {
  display: grid;
  gap: 6.212px;
  grid-template-columns: 81.794px minmax(0, 1fr);
}

.phone-code-wrap {
  position: relative;
}

.phone-code-wrap img {
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.phone-row input {
  min-width: 0;
}

.trial-form button {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: 64px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-size: 16.566px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  min-height: 41.566px;
  width: 100%;
}

.trial-hero-image {
  aspect-ratio: 532 / 760;
  bottom: 0;
  height: auto;
  left: auto;
  margin: 0;
  overflow: visible;
  position: absolute;
  right: 22px;
  top: auto;
  width: 500px;
}

.trial-hero-image:not(.trial-hero-visual) img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.trial-hero-visual {
  isolation: isolate;
  pointer-events: none;
}

.trial-hero-visual .trial-hero-layer {
  display: block;
  height: auto;
  max-width: none;
  position: absolute;
  user-select: none;
}

.trial-hero-circle-outer {
  bottom: 5%;
  left: 51%;
  top: auto;
  transform: translateX(-50%);
  width: 90%;
  z-index: 0;
}

.trial-hero-circle-middle {
  bottom: 8%;
  left: 51%;
  top: auto;
  transform: translateX(-50%);
  width: 81%;
  z-index: 1;
}

.trial-hero-circle-inner {
  bottom: 11%;
  left: 51%;
  top: auto;
  transform: translateX(-50%);
  width: 72%;
  z-index: 2;
}

.trial-hero-card {
  filter: drop-shadow(0 14px 18px rgba(11, 30, 40, 0.12));
  z-index: 4;
}

.trial-hero-card-level {
  left: 0;
  top: 39.5%;
  width: 27%;
}

.trial-hero-card-gift {
  right: 1.5%;
  top: 22.9%;
  transform: rotate(5deg);
  width: 28%;
}

.trial-hero-teachers {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 78.5%;
  z-index: 5;
}

.trial-hero-email-banner {
  bottom: 10.9%;
  filter: drop-shadow(0 12px 20px rgba(11, 30, 40, 0.16));
  left: 21%;
  width: 67%;
  z-index: 6;
}

.maraton-steps-section {
  background: var(--color-bg-cream);
  margin-top: 0;
  min-height: 867px;
  padding: 58px 0 78px;
}

.section-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  width: min(calc(100% - 48px), 1681px);
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 20px 0 0;
}

.section-heading p {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 0;
  max-width: 840px;
}

.maraton-step-cards {
  display: grid;
  gap: 44px;
  grid-template-columns: repeat(4, 275px);
  justify-content: center;
  margin: 42px auto 0;
  width: min(calc(100% - 48px), 1232px);
}

.step-card {
  background: #ffffff;
  border: 1.141px solid #d1d1d1;
  border-radius: 17px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.step-card-highlight {
  background: #ffffff;
}

.step-card figure {
  border-bottom: 1px solid #e7e7e7;
  height: 274px;
  margin: 0;
  overflow: hidden;
}

.step-card figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.step-card-content {
  padding: 14px 12px 20px;
}

.step-card-content h3 {
  align-items: center;
  display: inline-flex;
  font-size: 15.911px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: -0.3182px;
  line-height: 21.214px;
  margin: 0;
}

.step-card-title-icon {
  align-items: center;
  background: #e83c66;
  border-radius: 10px;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.step-card-title-icon img {
  flex: 0 0 20px;
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.step-card-content p {
  color: #000000;
  font-size: 12.682px;
  line-height: 19.728px;
  margin: 12px 0 0;
}

.program-look-section {
  background: #ffe5ed;
  min-height: 1035px;
  padding: 52px 0 57px;
}

.program-look-card {
  background: #fbfafa;
  border-radius: var(--radius-34);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 400px;
  margin: 0 auto;
  min-height: 926px;
  padding: 56px 45px 38px;
  width: 1351px;
}

.program-look-left h2 {
  color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 34.456px;
  font-weight: 600;
  letter-spacing: -0.6891px;
  line-height: 1.12;
  margin: 30px 0 0;
  max-width: 930px;
  row-gap: 8px;
}

.program-look-title-row {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
}

.program-look-title-text {
  display: block;
}

.program-look-left h2 .hero-dot {
  align-self: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 76px;
  height: 76px;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  width: 76px;
}

.program-look-title-row:first-child .hero-dot {
  background-image: url("../img/trial-lesson/program-title-teacher-1.webp");
}

.program-look-title-row:nth-child(2) .hero-dot {
  background-image: url("../img/trial-lesson/program-title-teacher-2.webp");
}

.program-look-left h2 .hero-dot img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.program-look-left h2 .hero-dot img[src*="check-icon"] {
  display: none;
}

.program-look-left p {
  color: #000000;
  font-size: 22px;
  line-height: 1.45;
  margin: 34px 0 0;
  max-width: 920px;
}

.program-look-left h3 {
  font-size: 24.454px;
  font-weight: 600;
  letter-spacing: -0.4891px;
  line-height: 30px;
  margin: 26px 0 0;
}

.program-list {
  display: grid;
  gap: 20px 24px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

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

.program-list li {
  align-items: flex-start;
  color: #0b1e28;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 12px;
  line-height: 24px;
}

.program-list li img {
  height: 25px;
  margin-top: 1px;
  width: 25px;
}

.program-item-content {
  display: grid;
  gap: 3px;
}

.program-item-content strong {
  color: #0b1e28;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.program-item-content span {
  color: #364d67;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.main-cta-btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: 101px;
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 25.333px;
  font-weight: 500;
  gap: 9px;
  line-height: 31.667px;
  margin-top: 42px;
  min-height: 76px;
  padding: 19px 38px;
}

.program-look-video {
  border-radius: 20px;
  cursor: pointer;
  height: 709px;
  margin: 82px 0 0;
  overflow: hidden;
  position: relative;
  width: 400px;
}

.program-look-video img:first-child {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.homepage-effects .program-look-video .program-play-btn,
.program-look-video .program-play-btn {
  display: none;
}

.program-look-video iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.program-look-video.is-playing {
  background: #000000;
  cursor: default;
}

.program-look-video.is-playing img:first-child {
  display: none;
}

.program-play-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-section {
  background: #ffffff;
  margin-top: 0;
  min-height: 562px;
  padding: 76px 0 0;
}

.faq-layout {
  display: grid;
  gap: 46px;
  grid-template-columns: 679px 679px;
  margin: 0 auto;
  width: min(calc(100% - 48px), 1405px);
}

.faq-left h2 {
  font-size: 48.336px;
  font-weight: 600;
  letter-spacing: -0.9667px;
  line-height: 58.003px;
  margin: 22px 0 0;
}

.faq-left p {
  color: var(--color-text-blue);
  font-size: 21.075px;
  line-height: 32.783px;
  margin: 18px 0 0;
}

.faq-right {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.faq-list {
  display: flex;
  flex-direction: column;
  min-height: var(--faq-list-stable-height, auto);
  overflow-anchor: none;
}

.faq-item {
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
  transition: background-color 260ms ease;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 21.075px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 32.783px;
  min-height: 93.667px;
  padding: 28px;
  text-align: left;
  width: 100%;
}

.faq-trigger span {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}

.reviews-section {
  background: #ffffff;
  margin-top: 0;
  min-height: 633px;
  padding: 165px 0 100px;
}

.reviews-layout {
  align-items: stretch;
  display: grid;
  column-gap: 48px;
  grid-template-columns: 486px 350px 486px;
  margin: 0 auto;
  width: min(calc(100% - 48px), 1429px);
}

.reviews-left,
.reviews-right,
.reviews-center-video {
  min-width: 0;
}

.reviews-left h2 {
  font-size: 48.336px;
  font-weight: 600;
  letter-spacing: -0.9667px;
  line-height: 58.003px;
  margin: 18px 0 0;
}

.reviews-left > p {
  color: var(--color-text-blue);
  display: block;
  font-size: 21.25px;
  line-height: 33.056px;
  margin: 25px 0 0;
  white-space: nowrap;
}

.reviews-left p strong {
  color: #0b1e28;
  font-weight: 700;
}

.review-card {
  background: #fbfafa;
  border: 1.711px solid #e7e7e7;
  border-radius: 20.535px;
  box-shadow: var(--shadow-sm);
  min-height: 289px;
  padding: 15px 21px 28px;
}

.reviews-left .review-card {
  margin-top: 19px;
}

.reviews-right {
  display: grid;
  gap: 25px;
}

.review-head-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.review-head {
  height: 68.597px;
  width: 227.113px;
}

.review-verified {
  flex: 0 0 34px;
  height: 34px;
  width: 34px;
}

.review-card h3 {
  font-size: 21.688px;
  font-weight: 700;
  line-height: 33.736px;
  margin: 18px 0 0;
}

.review-meta {
  color: #466484;
  display: inline-block;
  font-size: 21.688px;
  line-height: 33.736px;
  margin-top: 8px;
}

.review-meta strong {
  font-weight: 700;
}

.review-card p {
  font-size: 21.688px;
  line-height: 33.736px;
  margin: 10px 0 0;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.reviews-center-video {
  align-self: center;
  border-radius: 34px;
  height: 627px;
  justify-self: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 350px;
  z-index: 1;
}

.reviews-center-video img,
.reviews-center-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reviews-center-video video {
  background: #000000;
  display: block;
}

.join-section {
  background: var(--color-bg-cream);
  margin-top: 0;
  min-height: 0;
  padding: 52px 0;
}

.join-layout {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) 420px;
  margin: 0 auto;
  width: min(calc(100% - 48px), 1180px);
}

.join-left h2 {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 16px 0 0;
  max-width: 650px;
}

.join-left p {
  font-size: 18px;
  line-height: 1.62;
  margin: 22px 0 0;
  max-width: 640px;
}

.join-section .main-cta-btn {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 30px;
  min-height: 60px;
  padding: 14px 30px;
}

.join-image {
  aspect-ratio: 532 / 547;
  border-radius: 28px;
  height: auto;
  margin: 0;
  overflow: hidden;
  width: 420px;
}

.join-image img {
  height: 100%;
  object-fit: contain;
  object-position: center top;
  transform-origin: center top;
  width: 100%;
}

.site-footer {
  background: var(--color-bg-dark);
  left: 0;
  padding: 48px 120px;
  position: relative;
  width: 100%;
}

body.homepage-effects .trial-page .site-footer {
  margin-top: 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 1200px;
}

.footer-top {
  display: grid;
  gap: 32px;
  grid-template-columns: 492px 1fr;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-newsletter p {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 279px;
}

.footer-newsletter-form label {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 20px;
}

.footer-newsletter-form input {
  background: transparent;
  border: 1px solid #b0b0b0;
  border-radius: var(--radius-6);
  color: #ffffff;
  min-height: 48px;
  padding: 14px 16px;
}

.footer-newsletter-form input::placeholder {
  color: #888888;
}

.footer-newsletter-btn {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-64);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  justify-content: center;
  line-height: 20px;
  min-height: 44px;
  padding: 12px 24px;
  width: fit-content;
}

.footer-newsletter-note {
  color: #f6f6f6;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

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

.footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-col h4 {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 4px;
}

.footer-links-col a {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-contact-link {
  align-items: center;
  display: flex;
  gap: 12px;
}

.footer-contact-icon {
  align-items: center;
  background: #344b63;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.footer-contact-address {
  color: #f6f6f6;
  display: grid;
  gap: 0;
  grid-template-columns: 40px 1fr;
  line-height: 24px;
}

.footer-contact-address span:first-child {
  align-items: center;
  display: inline-flex;
  grid-row: 1 / 3;
}

.footer-contact-address span:last-child {
  display: block;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid #344b63;
  display: flex;
  justify-content: space-between;
  padding-top: 33px;
}

.footer-copy {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  align-items: center;
  background: #344b63;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Shared motion system adapted from homepage */
body.homepage-effects {
  overflow-x: hidden;
}

.homepage-effects .trial-canvas {
  isolation: isolate;
  position: relative;
}

.homepage-effects .top-news-right a,
.homepage-effects .social-links a,
.homepage-effects .main-nav a,
.homepage-effects .btn-icon,
.homepage-effects .btn-login,
.homepage-effects .main-cta-btn,
.homepage-effects .footer-newsletter-btn,
.homepage-effects .footer-social a,
.homepage-effects .footer-links-col a,
.homepage-effects .footer-legal a,
.homepage-effects .section-badge,
.homepage-effects .faq-chevron,
.homepage-effects .trial-form input,
.homepage-effects .trial-form button,
.homepage-effects .program-play-btn {
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease,
    background-color 280ms ease,
    color 280ms ease,
    filter 320ms ease,
    opacity 280ms ease;
}

.homepage-effects .trial-hero-section,
.homepage-effects .maraton-steps-section,
.homepage-effects .program-look-section,
.homepage-effects .faq-section,
.homepage-effects .reviews-section,
.homepage-effects .join-section {
  position: relative;
}

.homepage-effects .trial-hero-section {
  --hero-bg-x: 0px;
  --hero-bg-y: 0px;
  --hero-content-x: 0px;
  --hero-content-y: 0px;
}

.homepage-effects .trial-hero-left {
  transform: translate3d(var(--hero-content-x), var(--hero-content-y), 0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.homepage-effects .trial-hero-image:not(.trial-hero-visual) img {
  transform: scale(1.045) translate3d(var(--hero-bg-x), var(--hero-bg-y), 0);
  transform-origin: center center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease;
  will-change: transform;
}

.homepage-effects .program-play-btn {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 82px;
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  z-index: 2;
  animation: homePlayPulse 3.6s ease-in-out infinite;
}

.homepage-effects .program-play-icon {
  height: 25px;
  width: 25px;
}

.homepage-effects .main-cta-btn,
.homepage-effects .trial-form button,
.homepage-effects .footer-newsletter-btn,
.homepage-effects .btn-login {
  overflow: hidden;
  position: relative;
}

.homepage-effects .main-cta-btn::before,
.homepage-effects .trial-form button::before,
.homepage-effects .footer-newsletter-btn::before,
.homepage-effects .btn-login::before {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0) 82%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
  transition: opacity 280ms ease;
}

.homepage-effects .main-cta-btn img,
.homepage-effects .trial-form button img,
.homepage-effects .footer-newsletter-btn img {
  transition: transform 280ms ease;
}

.homepage-effects .trial-form-wrap,
.homepage-effects .step-card,
.homepage-effects .program-look-card,
.homepage-effects .program-look-video,
.homepage-effects .review-card,
.homepage-effects .join-image,
.homepage-effects .footer-newsletter,
.homepage-effects .footer-links-col,
.homepage-effects .faq-list .faq-item {
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    background-color 320ms ease;
}

.homepage-effects .step-card figure,
.homepage-effects .program-look-video,
.homepage-effects .reviews-center-video,
.homepage-effects .join-image {
  overflow: hidden;
}

.homepage-effects .step-card figure img,
.homepage-effects .program-look-video > img:first-child,
.homepage-effects .reviews-center-video img,
.homepage-effects .join-image img,
.homepage-effects .trial-hero-image:not(.trial-hero-visual) img,
.homepage-effects .trial-hero-visual .trial-hero-layer {
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
  will-change: transform;
}

.homepage-effects .trial-hero-visual .trial-hero-circle {
  animation: trialHeroRingBreath 8s ease-in-out infinite;
  transform-origin: center bottom;
}

.homepage-effects .trial-hero-visual .trial-hero-circle-middle {
  animation-delay: 320ms;
}

.homepage-effects .trial-hero-visual .trial-hero-circle-inner {
  animation-delay: 640ms;
}

.homepage-effects .trial-hero-visual .trial-hero-teachers {
  animation: trialHeroTeacherFloat 6.5s ease-in-out infinite;
}

.homepage-effects .trial-hero-visual .trial-hero-card-level,
.homepage-effects .trial-hero-visual .trial-hero-card-gift,
.homepage-effects .trial-hero-visual .trial-hero-email-banner {
  animation: trialHeroCardFloat 5.8s ease-in-out infinite;
}

.homepage-effects .trial-hero-visual .trial-hero-card-gift {
  animation-delay: 520ms;
}

.homepage-effects .trial-hero-visual .trial-hero-email-banner {
  animation-delay: 900ms;
}

.faq-chevron {
  flex: 0 0 37px;
  height: 37px;
  transition: transform 460ms cubic-bezier(0.33, 0, 0.2, 1), opacity 260ms ease;
  width: 37px;
}

.faq-item.is-active .faq-chevron {
  transform: rotate(180deg);
}

.faq-list .faq-answer {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
  transition:
    max-height 760ms cubic-bezier(0.33, 0, 0.2, 1),
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

.faq-answer-inner {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 18.733px;
  letter-spacing: -0.3659px;
  line-height: 30.442px;
  opacity: 0;
  padding: 18px 28px 24px;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-answer-inner::before {
  background: #000000;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 16px;
  opacity: 0.22;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-answer-inner p {
  margin: 0;
}

.homepage-effects .faq-list .faq-answer {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
  transition:
    max-height 760ms cubic-bezier(0.33, 0, 0.2, 1),
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

.homepage-effects .faq-list .faq-answer-inner {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.homepage-effects .faq-list .faq-answer-inner::before {
  opacity: 0.22;
  transform: scaleX(0);
}

.homepage-effects .faq-list .faq-answer-inner p {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.homepage-effects .faq-list .faq-item.is-active {
  background: rgba(255, 255, 255, 0.38);
}

.homepage-effects .faq-list .faq-item.is-active .faq-answer {
  max-height: 340px;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.homepage-effects .faq-list .faq-item.is-active .faq-answer-inner::before {
  opacity: 0.52;
  transform: scaleX(1);
}

.homepage-effects .faq-list .faq-item.is-active .faq-answer-inner {
  opacity: 1;
  transition-delay: 90ms;
  transform: translate3d(0, 0, 0);
}

.homepage-effects .faq-list .faq-item.is-active .faq-answer-inner p {
  opacity: 1;
  transition-delay: 90ms;
  transform: translate3d(0, 0, 0);
}

.homepage-effects .trial-form input:focus {
  border-color: rgba(232, 60, 102, 0.42);
  box-shadow: 0 0 0 4px rgba(232, 60, 102, 0.14);
  outline: none;
}

.homepage-effects.homepage-scrolled .site-header {
  box-shadow: 0 18px 38px rgba(11, 30, 40, 0.12);
}

.homepage-effects .fx-reveal {
  --reveal-translate-x: 0px;
  --reveal-translate-y: 38px;
  filter: blur(14px);
  opacity: 0;
  transform: translate3d(var(--reveal-translate-x), var(--reveal-translate-y), 0) scale(0.985);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity, filter;
}

.homepage-effects .fx-reveal.fx-from-left {
  --reveal-translate-x: -48px;
  --reveal-translate-y: 0px;
}

.homepage-effects .fx-reveal.fx-from-right {
  --reveal-translate-x: 48px;
  --reveal-translate-y: 0px;
}

.homepage-effects .fx-reveal.fx-from-small {
  --reveal-translate-y: 22px;
}

.homepage-effects .fx-reveal.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .homepage-effects .top-news-right a:hover,
  .homepage-effects .social-links a:hover,
  .homepage-effects .footer-social a:hover,
  .homepage-effects .footer-links-col a:hover,
  .homepage-effects .footer-legal a:hover {
    transform: translateY(-2px);
  }

  .homepage-effects .main-nav a:hover {
    color: var(--color-primary);
  }

  .homepage-effects .main-cta-btn:hover,
  .homepage-effects .trial-form button:hover,
  .homepage-effects .footer-newsletter-btn:hover,
  .homepage-effects .btn-login:hover {
    box-shadow: 0 30px 46px rgba(232, 60, 102, 0.24);
    transform: translateY(-4px);
  }

  .homepage-effects .btn-icon:hover {
    box-shadow: 0 18px 30px rgba(11, 30, 40, 0.12);
    transform: translateY(-3px);
  }

  .homepage-effects .main-cta-btn:hover::before,
  .homepage-effects .trial-form button:hover::before,
  .homepage-effects .footer-newsletter-btn:hover::before,
  .homepage-effects .btn-login:hover::before {
    opacity: 1;
    transform: translateX(120%);
    transition: transform 720ms ease, opacity 240ms ease;
  }

  .homepage-effects .main-cta-btn:hover img,
  .homepage-effects .trial-form button:hover img,
  .homepage-effects .footer-newsletter-btn:hover img {
    transform: translateX(3px);
  }

  .homepage-effects .step-card:hover {
    box-shadow: 0 28px 44px rgba(11, 30, 40, 0.14);
    transform: translateY(-10px);
  }

  .homepage-effects .step-card:hover figure img,
  .homepage-effects .program-look-video:hover > img:first-child,
  .homepage-effects .reviews-center-video:hover img,
  .homepage-effects .join-image:hover img,
  .homepage-effects .trial-hero-image:not(.trial-hero-visual):hover img {
    filter: saturate(1.05);
    transform: scale(1.06);
  }

  .homepage-effects .trial-hero-visual:hover .trial-hero-teachers {
    filter: saturate(1.05);
    transform: translateX(-50%) scale(1.025);
  }

  .homepage-effects .trial-hero-visual:hover .trial-hero-card-level {
    transform: translate(-5px, -4px);
  }

  .homepage-effects .trial-hero-visual:hover .trial-hero-card-gift {
    transform: rotate(5deg) translate(5px, -5px);
  }

  .homepage-effects .program-look-card:hover,
  .homepage-effects .trial-form-wrap:hover,
  .homepage-effects .review-card:hover {
    box-shadow: 0 28px 44px rgba(11, 30, 40, 0.12);
    transform: translateY(-8px);
  }

  .homepage-effects .program-look-video:hover .program-play-btn {
    transform: translate(-50%, -50%) scale(1.06);
  }

  .homepage-effects .faq-list .faq-item:hover {
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 22px 34px rgba(11, 30, 40, 0.08);
    transform: translateY(-4px);
  }

  .homepage-effects .faq-list .faq-item:hover .faq-chevron,
  .homepage-effects .faq-list .faq-item.is-active .faq-chevron {
    transform: rotate(180deg) scale(1.05);
  }
}

.homepage-effects .main-nav a:focus-visible,
.homepage-effects .main-cta-btn:focus-visible,
.homepage-effects .trial-form button:focus-visible,
.homepage-effects .footer-newsletter-btn:focus-visible,
.homepage-effects .program-play-btn:focus-visible,
.homepage-effects .social-links a:focus-visible,
.homepage-effects .footer-social a:focus-visible,
.homepage-effects .footer-legal a:focus-visible,
.homepage-effects .top-news-right a:focus-visible {
  outline: 2px solid rgba(252, 192, 49, 0.75);
  outline-offset: 3px;
}

@keyframes homePlayPulse {
  0%,
  100% {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  }

  50% {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  }
}

@keyframes trialHeroRingBreath {
  0%,
  100% {
    opacity: 1;
    scale: 1;
  }

  50% {
    opacity: 0.96;
    scale: 1.018;
  }
}

@keyframes trialHeroTeacherFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@keyframes trialHeroCardFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-effects .trial-hero-left,
  .homepage-effects .trial-hero-image:not(.trial-hero-visual) img,
  .homepage-effects .program-play-btn,
  .homepage-effects .fx-reveal {
    animation: none !important;
    filter: none !important;
    scale: 1 !important;
    translate: 0 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .homepage-effects .trial-hero-visual .trial-hero-layer {
    animation: none !important;
    scale: 1 !important;
    translate: 0 0 !important;
    transition: none !important;
  }
}

@media (min-width: 1601px) {
  .trial-hero-section,
  .trial-hero-inner {
    min-height: 760px;
  }

  .trial-container.trial-hero-inner {
    max-width: none;
    width: min(1873px, 100%);
  }

  .trial-hero-left {
    left: 72px;
    top: 82px;
    width: 610px;
  }

  .trial-hero-left h1 {
    font-size: 58px;
    letter-spacing: -1.16px;
    line-height: 1.13;
  }

  .trial-hero-left p {
    font-size: 22px;
    line-height: 1.54;
  }

  .trial-form-wrap {
    gap: 20px;
    height: 555px;
    left: 690px;
    padding: 24px 22px;
    top: 114px;
    width: 342px;
  }

  .trial-form {
    gap: 18px;
    width: 100%;
  }

  .trial-form input,
  .trial-form select {
    min-height: 48px;
  }

  .trial-form button {
    min-height: 48px;
  }

  .trial-hero-image {
    bottom: 0;
    height: auto;
    left: auto;
    right: 24px;
    top: auto;
    width: clamp(520px, calc(100% - 1100px), 640px);
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .trial-page {
    justify-content: center;
    overflow-x: clip;
    width: 100%;
  }

  .trial-canvas,
  .trial-container,
  .site-footer {
    max-width: 1586px;
    width: 100%;
  }

  .trial-hero-inner {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(420px, 520px) 323px minmax(0, 1fr);
    min-height: 728px;
    padding: 0 24px;
  }

  .trial-hero-left,
  .trial-form-wrap,
  .trial-hero-image {
    left: auto;
    position: static;
    top: auto;
  }

  .trial-hero-left {
    max-width: none;
    padding-top: 88px;
    width: 100%;
  }

  .trial-hero-left h1 {
    font-size: clamp(52px, 4.15vw, 60px);
    line-height: 1.14;
  }

  .trial-hero-left p {
    font-size: clamp(20px, 1.55vw, 22px);
    line-height: 1.52;
  }

  .trial-form-wrap {
    margin-top: 136px;
    width: 100%;
  }

  .trial-form {
    width: 100%;
  }

  .trial-hero-image {
    aspect-ratio: 532 / 760;
    align-self: end;
    height: auto;
    justify-self: end;
    margin-top: 0;
    width: min(100%, 500px);
  }

  .trial-hero-image.trial-hero-visual {
    position: relative;
  }

  .section-heading,
  .program-look-card,
  .faq-layout,
  .reviews-layout,
  .join-layout,
  .footer-container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 48px);
  }

  .section-heading {
    max-width: 1681px;
  }

  .maraton-step-cards {
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 275px));
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: min(calc(100% - 48px), 1232px);
  }

  .program-look-card {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 380px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .faq-layout {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-layout {
    column-gap: 40px;
    grid-template-columns: minmax(0, 1fr) 320px minmax(0, 1fr);
  }

  .reviews-left p {
    white-space: normal;
  }

  .join-layout {
    gap: 56px;
    grid-template-columns: minmax(0, 1fr) 420px;
    width: min(calc(100% - 48px), 1180px);
  }

  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1279px) and (min-width: 1200px) {
  .trial-hero-inner {
    grid-template-columns: minmax(0, 430px) 323px minmax(330px, 1fr);
  }

  .trial-hero-left h1 {
    font-size: 48px;
  }

  .trial-hero-left p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .trial-page {
    display: block;
    justify-content: initial;
    overflow-x: clip;
    width: 100%;
  }

  .trial-canvas {
    min-height: 0;
    width: 100%;
  }

  .trial-page .top-news,
  .trial-page .contact-strip,
  .trial-page .site-header,
  .top-news,
  .contact-strip {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }

  .top-news-inner,
  .contact-strip-inner {
    width: min(100%, calc(100% - 32px));
  }

  .trial-page .header-inner {
    flex-wrap: wrap;
    min-height: 0;
    row-gap: 10px;
  }

  .trial-page .brand {
    margin-right: auto;
  }

  .trial-page .main-nav {
    gap: 20px;
    margin-right: 0;
    order: 3;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    width: 100%;
  }

  .trial-page .main-nav::-webkit-scrollbar {
    display: none;
  }

  .trial-page .main-nav > a,
  .trial-page .main-nav > .mega-nav-item > .mega-trigger {
    white-space: nowrap;
  }

  .trial-page .mega-menu-panel {
    display: none !important;
  }

  .trial-page .nav-actions {
    gap: 10px;
  }

  .trial-page .btn-cart {
    min-height: 44px;
    min-width: 60px;
    padding: 10px 16px;
  }

  .trial-page .btn-login {
    min-height: 44px;
    padding: 10px 14px;
  }

  main {
    padding-top: 0;
  }

  .trial-container {
    width: min(100%, calc(100% - 32px));
  }

  .trial-hero-section {
    min-height: 0;
    padding: 14px 0 0;
  }

  .trial-hero-inner {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .trial-hero-left,
  .trial-form-wrap,
  .trial-hero-image {
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: 100%;
  }

  .trial-hero-left {
    max-width: 760px;
  }

  .trial-hero-left h1 {
    font-size: clamp(42px, 6.3vw, 58px);
    line-height: 1.14;
  }

  .trial-hero-left p {
    font-size: clamp(18px, 2.6vw, 24px);
    line-height: 1.48;
  }

  .hero-users-line {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .hero-users-line span {
    font-size: clamp(18px, 2.3vw, 22px);
    line-height: 1.4;
  }

  .trial-form-wrap {
    margin: 0;
    max-width: 480px;
  }

  .trial-form {
    width: 100%;
  }

  .phone-row {
    gap: 8px;
    grid-template-columns: 84px 1fr;
  }

  .phone-code-wrap {
    width: 84px;
  }

  .trial-form button {
    width: 100%;
  }

  .trial-hero-image {
    aspect-ratio: 532 / 760;
    border-radius: 24px;
    max-width: 430px;
    overflow: hidden;
  }

  .trial-hero-image.trial-hero-visual {
    border-radius: 0;
    justify-self: center;
    margin: clamp(-86px, -16vw, -56px) auto 0;
    overflow: visible;
    position: relative;
  }

  .maraton-steps-section {
    min-height: 0;
    padding: 44px 24px 52px;
  }

  .section-heading {
    width: min(100%, 840px);
  }

  .section-heading h2 {
    font-size: clamp(32px, 4.5vw, 40px);
    line-height: 1.2;
  }

  .maraton-step-cards {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 32px 0 0;
    width: 100%;
  }

  .step-card figure {
    height: 220px;
  }

  .program-look-section {
    min-height: 0;
    padding: 44px 0 52px;
  }

  .program-look-card {
    gap: 28px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px;
    width: min(100%, calc(100% - 32px));
  }

  .program-look-left h2 {
    font-size: clamp(28px, 3.2vw, 32px);
    line-height: 1.14;
    row-gap: 6px;
  }

  .program-look-left h2 .hero-dot {
    flex-basis: 56px;
    height: 56px;
    width: 56px;
  }

  .program-look-left p {
    font-size: 18px;
    line-height: 1.55;
    margin-top: 24px;
    max-width: none;
  }

  .program-list.two-col {
    grid-template-columns: 1fr;
  }

  .main-cta-btn {
    font-size: 21px;
    justify-content: center;
    line-height: 1.25;
    min-height: 64px;
    padding: 14px 28px;
  }

  .program-look-video {
    aspect-ratio: 400 / 709;
    height: auto;
    margin: 0;
    max-width: 460px;
    width: 100%;
  }

  .faq-section {
    margin-top: 0;
    min-height: 0;
    padding-top: 56px;
  }

  .faq-layout {
    gap: 24px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: min(100%, calc(100% - 32px));
  }

  .faq-left h2 {
    font-size: clamp(36px, 5.5vw, 46px);
    line-height: 1.2;
  }

  .faq-left p {
    font-size: 18px;
    line-height: 1.6;
  }

  .faq-right {
    border-radius: 14px;
  }

  .faq-trigger {
    min-height: 86px;
    padding: 24px 20px;
  }

  .faq-trigger span {
    font-size: 18px;
    line-height: 1.55;
  }

  .faq-answer-inner {
    font-size: 16px;
    line-height: 1.6;
    padding: 16px 20px 22px;
  }

  .reviews-section {
    margin-top: 0;
    min-height: 0;
    padding: 72px 0 72px;
  }

  .reviews-layout {
    gap: 20px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: min(100%, calc(100% - 32px));
  }

  .trustpilot-logo {
    height: auto;
    width: 210px;
  }

  .reviews-left h2 {
    font-size: clamp(36px, 5.2vw, 44px);
    line-height: 1.2;
  }

  .reviews-left p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 16px;
    white-space: normal;
  }

  .review-card {
    min-height: 0;
    padding: 16px 16px 20px;
  }

  .review-head {
    height: auto;
    width: 192px;
  }

  .review-verified {
    flex-basis: 28px;
    height: 28px;
    width: 28px;
  }

  .review-card h3 {
    font-size: 19px;
    line-height: 1.42;
    margin-top: 16px;
  }

  .review-meta {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 6px;
  }

  .review-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 6px;
  }

  .reviews-center-video {
    aspect-ratio: 350 / 627;
    border-radius: 22px;
    height: auto;
    max-width: 360px;
    width: 100%;
  }

  .join-section {
    margin-top: 0;
    min-height: 0;
    padding: 40px 0;
  }

  .join-layout {
    gap: 28px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: min(100%, calc(100% - 32px));
  }

  .join-left h2 {
    font-size: clamp(32px, 4.8vw, 42px);
    line-height: 1.18;
  }

  .join-left p {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 18px;
    max-width: none;
  }

  .join-image {
    aspect-ratio: 532 / 547;
    border-radius: 24px;
    height: auto;
    max-width: 420px;
    width: 100%;
  }

  .site-footer {
    left: auto;
    padding: 36px 0;
    width: 100%;
  }

  .footer-container {
    gap: 28px;
    margin: 0 auto;
    width: min(100%, calc(100% - 32px));
  }

  .footer-top {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .footer-newsletter-form {
    max-width: none;
    width: 100%;
  }

  .footer-newsletter-btn {
    border-radius: 12px;
    width: 100%;
  }

  .footer-links-grid {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .top-news-inner,
  .contact-strip-inner {
    width: min(100%, calc(100% - 24px));
  }

  .top-news-left span {
    max-width: 62vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .trial-page .top-news-right a {
    display: none !important;
  }

  .trial-page .top-news-right {
    gap: 8px;
  }

  .contact-strip {
    display: none;
  }

  .trial-page .header-inner {
    row-gap: 6px;
  }

  .trial-page .main-nav {
    gap: 16px;
  }

  .trial-page .main-nav > a,
  .trial-page .main-nav > .mega-nav-item > .mega-trigger {
    font-size: 13px;
    line-height: 18px;
    padding: 6px 0;
  }

  .trial-container,
  .program-look-card,
  .faq-layout,
  .reviews-layout,
  .join-layout,
  .footer-container {
    width: min(100%, calc(100% - 24px));
  }

  .trial-hero-section {
    padding: 12px 0 0;
  }

  .trial-hero-left h1 {
    font-size: clamp(38px, 10.7vw, 44px);
    line-height: 1.12;
  }

  .trial-hero-left p {
    font-size: 18px;
    line-height: 1.55;
    margin-top: 16px;
  }

  .hero-users-line {
    gap: 14px;
  }

  .hero-user-avatars img {
    height: 44px;
    margin-left: -14px;
    width: 44px;
  }

  .hero-users-line span {
    font-size: 18px;
    line-height: 1.4;
  }

  .trial-form-wrap > p {
    font-size: 18px;
    line-height: 1.5;
  }

  .trial-form label {
    font-size: 13px;
  }

  .trial-hero-image.trial-hero-visual {
    max-width: min(100%, 370px);
  }

  .maraton-steps-section {
    padding: 38px 16px 42px;
  }

  .section-heading h2 {
    font-size: 31px;
  }

  .section-heading p {
    font-size: 16px;
    line-height: 1.58;
  }

  .maraton-step-cards {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .step-card figure {
    height: 232px;
  }

  .program-look-section {
    padding: 34px 0 42px;
  }

  .program-look-card {
    border-radius: 22px;
    gap: 22px;
    padding: 20px 16px;
  }

  .program-look-left h2 {
    font-size: 24px;
    line-height: 1.18;
    row-gap: 4px;
  }

  .program-look-title-row {
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .program-look-left h2 .hero-dot {
    flex-basis: 34px;
    height: 34px;
    width: 34px;
  }

  .program-look-left p {
    font-size: 16px;
    line-height: 1.58;
    margin-top: 18px;
  }

  .program-look-left h3 {
    font-size: 21px;
    margin-top: 20px;
  }

  .program-list {
    gap: 14px;
    margin-top: 16px;
  }

  .program-list li {
    column-gap: 10px;
    gap: 10px;
    grid-template-columns: 22px minmax(0, 1fr);
    line-height: 1.5;
  }

  .program-list li img {
    height: 22px;
    width: 22px;
  }

  .program-item-content {
    gap: 2px;
  }

  .program-item-content strong,
  .program-item-content span {
    font-size: 15px;
    line-height: 1.5;
  }

  .main-cta-btn {
    font-size: 18px;
    margin-top: 26px;
    min-height: 56px;
    width: 100%;
  }

  .faq-section {
    margin-top: 0;
    padding-top: 46px;
  }

  .faq-left h2 {
    font-size: 36px;
  }

  .faq-left p {
    font-size: 16px;
    line-height: 1.58;
  }

  .faq-trigger {
    min-height: 72px;
    padding: 18px 16px;
  }

  .faq-trigger span {
    font-size: 16px;
    line-height: 1.5;
    padding-right: 12px;
  }

  .faq-chevron {
    flex-basis: 30px;
    height: 30px;
    width: 30px;
  }

  .faq-answer-inner {
    font-size: 15px;
    line-height: 1.58;
    padding: 12px 16px 18px;
  }

  .faq-answer-inner::before {
    margin-bottom: 12px;
  }

  .reviews-section {
    margin-top: 0;
    padding: 54px 0 54px;
  }

  .reviews-left h2 {
    font-size: 36px;
  }

  .reviews-left p {
    font-size: 16px;
    white-space: normal;
  }

  .review-verified {
    flex-basis: 24px;
    height: 24px;
    width: 24px;
  }

  .reviews-center-video {
    max-width: 100%;
  }

  .join-section {
    margin-top: 0;
    padding: 32px 0;
  }

  .join-left h2 {
    font-size: 30px;
  }

  .join-left p {
    font-size: 16px;
    line-height: 1.58;
  }
}
