/**
 * Language Page — Figma 35511:18536
 * Scoped under .ltb-lang-page
 */

.ltb-lang-page {
  --ltb-lang-ink: #121117;
  --ltb-lang-text: #121217;
  --ltb-lang-muted: #666;
  --ltb-lang-body: #4a4a52;
  --ltb-lang-red: #ff2500;
  --ltb-lang-peach: #ffe4e0;
  --ltb-lang-border: #121117;
  --ltb-lang-panel: #f4f4f8;
  --ltb-lang-content: 1280px;
  color: var(--ltb-lang-body);
}

.ltb-lang-page__inner {
  width: 100%;
  max-width: var(--ltb-lang-content);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* Buttons */
.ltb-lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid var(--ltb-lang-border);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.15s ease;
}

.ltb-lang-btn--cta {
  background: var(--ltb-lang-red);
  color: #fff;
  min-height: 46px;
  padding: 11px 32px;
}

.ltb-lang-btn--cta:hover {
  background: #e02200;
  color: #fff;
}

.ltb-lang-btn--lg {
  min-height: 56px;
  padding: 0 48px;
}

.ltb-lang-btn--dark {
  background: var(--ltb-lang-border);
  color: #fff;
  min-height: 40px;
  padding: 0 20px;
  border-color: var(--ltb-lang-border);
}

.ltb-lang-btn--dark:hover {
  background: #2a2a32;
  color: #fff;
}

.ltb-lang-btn--block {
  width: 100%;
}

.ltb-lang-btn--with-icon img {
  display: block;
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.ltb-lang-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--ltb-lang-ink);
  text-decoration: underline;
  white-space: nowrap;
}

.ltb-lang-section-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -2px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-section-title--center {
  text-align: center;
}

.ltb-lang-section-lead {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ltb-lang-body);
}

.ltb-lang-section-lead--center {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.ltb-lang-hero {
  background: var(--ltb-lang-peach);
  padding: 60px 0 80px;
}

.ltb-lang-hero__grid {
  display: grid;
  grid-template-columns: 1fr 499px;
  gap: 64px;
  align-items: center;
}

.ltb-lang-hero__breadcrumb {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--ltb-lang-muted);
}

.ltb-lang-hero__title {
  margin: 0 0 16px;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -3px;
  color: #000;
}

.ltb-lang-hero__desc {
  margin: 0 0 24px;
  max-width: 704px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ltb-lang-text);
}

.ltb-lang-hero__visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 500px;
  margin-left: auto;
}

.ltb-lang-hero__photo {
  display: block;
  width: min(100%, 430px);
  height: auto;
  border-radius: 4px;
}

/* Stats */
.ltb-lang-stats {
  padding: 40px 0 20px;
}

.ltb-lang-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ltb-lang-stats__item {
  background: var(--ltb-lang-panel);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.ltb-lang-stats__item strong {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-stats__item span {
  font-size: 14px;
  line-height: 1.35;
  color: var(--ltb-lang-body);
}

.ltb-lang-stats__app-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ltb-lang-stats__stars {
  color: #ffb800;
  font-size: 18px;
  letter-spacing: 2px;
}

/* Tutors */
.ltb-lang-tutors {
  padding: 72px 0 80px;
  background: #fff;
}

.ltb-lang-tutors__header {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.ltb-lang-tutors__carousel {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 12px;
  align-items: center;
}

.ltb-lang-tutors__viewport {
  min-width: 0;
  overflow: hidden;
}

.ltb-lang-tutors__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 12px;
  scrollbar-width: none;
}

.ltb-lang-tutors__track::-webkit-scrollbar {
  display: none;
}

.ltb-lang-tutor-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  border: 1.5px solid var(--ltb-lang-border);
  border-radius: 16px;
  background: #fff;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.ltb-lang-tutor-card:hover {
  border-color: #2a2a32;
  transform: translateY(-2px);
}

.ltb-lang-tutor-card__top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.ltb-lang-tutor-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-tutor-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltb-lang-tutor-card--peach .ltb-lang-tutor-card__avatar {
  background: #ffe4e0;
}

.ltb-lang-tutor-card--blue .ltb-lang-tutor-card__avatar {
  background: #e8f1fa;
}

.ltb-lang-tutor-card--mint .ltb-lang-tutor-card__avatar {
  background: #ecfdf5;
}

.ltb-lang-tutor-card--lavender .ltb-lang-tutor-card__avatar {
  background: #f5f3ff;
}

.ltb-lang-tutor-card__meta {
  min-width: 0;
}

.ltb-lang-tutor-card__name {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-tutor-card__lang {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.3;
  color: var(--ltb-lang-muted);
}

.ltb-lang-tutor-card__stats {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ececf2;
}

.ltb-lang-tutor-card__price {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: var(--ltb-lang-body);
}

.ltb-lang-tutor-card__price strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-tutor-card__rating {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--ltb-lang-ink);
  text-align: right;
  white-space: nowrap;
}

.ltb-lang-tutor-card__star {
  color: #f5a623;
}

.ltb-lang-tutor-card__bio {
  flex: 1;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ltb-lang-body);
}

.ltb-lang-tutor-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 2px solid var(--ltb-lang-border);
  border-radius: 8px;
  background: var(--ltb-lang-border);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.ltb-lang-tutor-card__cta:hover {
  background: #2a2a32;
  border-color: #2a2a32;
  color: #fff;
}

.ltb-lang-tutors__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1.5px solid #dcdce5;
  border-radius: 50%;
  background: #fff;
  color: var(--ltb-lang-ink);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.ltb-lang-tutors__nav span {
  font-size: 28px;
  line-height: 1;
  margin-top: -2px;
}

.ltb-lang-tutors__nav:hover {
  border-color: var(--ltb-lang-border);
  background: #fafafa;
}

.ltb-lang-tutors__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.ltb-lang-tutors__cta-wrap {
  text-align: center;
  margin-top: 48px;
}

/* Free tools */
.ltb-lang-tools {
  padding: 60px 0;
  background: var(--ltb-lang-panel);
}

.ltb-lang-tools__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0 32px;
}

.ltb-lang-tools__subtitle {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-tools__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ltb-lang-tools .ltb-expand-toggle {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.ltb-lang-tools .ltb-expand-grid.is-collapsed .ltb-lang-tool-card:nth-child(n + 5) {
  display: none;
}

.ltb-lang-tool-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  min-height: 142px;
  border: 1px solid #dcdce5;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.ltb-lang-tool-card__art {
  display: block;
  min-height: 140px;
  background: linear-gradient(135deg, #e8f1fa 0%, #ffe4e0 100%);
}

.ltb-lang-tool-card--speaking .ltb-lang-tool-card__art {
  background: linear-gradient(135deg, #fff0f3 0%, #e8f1fa 100%);
}

.ltb-lang-tool-card--kids .ltb-lang-tool-card__art {
  background: linear-gradient(135deg, #fef9c3 0%, #ffe4e0 100%);
}

.ltb-lang-tool-card--vocab .ltb-lang-tool-card__art {
  background: linear-gradient(135deg, #ede9fe 0%, #e8f1fa 100%);
}

.ltb-lang-tool-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}

.ltb-lang-tool-card__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-tool-card__text {
  font-size: 15px;
  line-height: 1.45;
  color: var(--ltb-lang-body);
}

/* How it works */
.ltb-lang-steps {
  padding: 80px 0 40px;
}

.ltb-lang-steps__intro {
  max-width: 743px;
  margin-bottom: 48px;
}

.ltb-lang-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ltb-lang-step-card {
  border: 1px solid #dcdce5;
  border-radius: 16px;
  padding: 33px;
  background: #fff;
  min-height: 549px;
  display: flex;
  flex-direction: column;
}

.ltb-lang-step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--ltb-lang-peach);
  font-size: 20px;
  font-weight: 600;
  color: var(--ltb-lang-ink);
  margin-bottom: 12px;
}

.ltb-lang-step-card__title {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-step-card__text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ltb-lang-body);
}

.ltb-lang-step-card__visual {
  margin-top: auto;
  border-radius: 12px;
  background: transparent;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ltb-lang-step-card__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* 3× faster */
.ltb-lang-faster {
  padding: 120px 0 100px;
  background: #fff;
}

.ltb-lang-faster__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 499px;
  gap: 80px;
  align-items: center;
}

.ltb-lang-faster__title {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -2px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-faster__cite-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
  max-width: 701px;
}

.ltb-lang-faster__cite-line {
  display: block;
  width: 80px;
  height: 1px;
}

.ltb-lang-faster__cite {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #8c8b94;
}

.ltb-lang-faster__visual {
  position: relative;
  width: 499px;
  max-width: 100%;
  min-height: 484px;
  margin: 0 auto;
}

.ltb-lang-faster__coach {
  position: absolute;
  left: 22%;
  right: 0;
  top: 19px;
  height: 391px;
  border-radius: 20px;
  overflow: hidden;
  background: #0d1338;
  box-shadow: 0 37px 75px -28px rgba(13, 19, 56, 0.4);
}

.ltb-lang-faster__coach-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ltb-lang-faster__coach-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 19, 56, 0) 40%, rgba(13, 19, 56, 0.55) 100%);
  pointer-events: none;
}

.ltb-lang-faster__live-pill {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-faster__live-dot {
  width: 9px;
  height: 9px;
  border-radius: 4px;
  background: #ff2500;
  opacity: 0.4;
  flex-shrink: 0;
}

.ltb-lang-faster__coach-caption {
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 16px;
  z-index: 2;
}

.ltb-lang-faster__coach-name {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.11px;
  color: #fff;
}

.ltb-lang-faster__coach-desc {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03px;
  color: rgba(255, 255, 255, 0.75);
}

.ltb-lang-faster__profile {
  position: absolute;
  top: 28px;
  left: 56%;
  right: 2%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px;
  border: 1px solid #edeaf3;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 19px 37px -15px rgba(13, 19, 56, 0.18);
}

.ltb-lang-faster__profile-avatar {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.ltb-lang-faster__profile-text {
  flex: 1;
  min-width: 0;
}

.ltb-lang-faster__profile-name {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.06px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-faster__profile-role {
  margin: 2px 0 0;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: -0.03px;
  color: #6b6580;
}

.ltb-lang-faster__profile-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #fbf5ec;
  font-size: 12px;
  flex-shrink: 0;
}

.ltb-lang-faster__stat {
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(calc(-50% + 55px));
  z-index: 4;
  width: min(245px, 92%);
  padding: 15px 17px;
  border: 1.5px solid var(--ltb-lang-ink);
  border-radius: 13px;
  background: #fff;
}

.ltb-lang-faster__stat-value {
  margin: 0 0 4px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
}

.ltb-lang-faster__stat-value strong {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.75px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-faster__stat-value span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.07px;
  color: #1f7a3b;
}

.ltb-lang-faster__stat-note {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.03px;
  color: #6b6580;
}

/* What learners love */
.ltb-lang-learners {
  --ltb-learners-peach-1: #fff6f4;
  --ltb-learners-peach-2: #ffede9;
  --ltb-learners-peach-3: #ffe4e0;
  --ltb-learners-peach-4: #ffd8d2;
  --ltb-learners-peach-5: #ffcbc3;
  font-family: var(--ltb-font-main, 'Poppins', sans-serif);
}

.ltb-lang-learners__intro {
  background: var(--ltb-learners-peach-1);
  padding: 72px 0 56px;
}

.ltb-lang-learners__heading {
  margin: 0 auto;
  max-width: 720px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -2px;
  text-align: center;
  color: var(--ltb-lang-ink);
}

.ltb-lang-learners__row {
  padding: 56px 0;
}

.ltb-lang-learners__row[data-tone="0"] {
  background: var(--ltb-learners-peach-1);
}

.ltb-lang-learners__row[data-tone="1"] {
  background: var(--ltb-learners-peach-2);
}

.ltb-lang-learners__row[data-tone="2"] {
  background: var(--ltb-learners-peach-3);
}

.ltb-lang-learners__row[data-tone="3"] {
  background: var(--ltb-learners-peach-4);
}

.ltb-lang-learners__row[data-tone="4"] {
  background: var(--ltb-learners-peach-5);
}

.ltb-lang-learners__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}

.ltb-lang-learners__grid.is-reverse .ltb-lang-learners__visual {
  order: 2;
}

.ltb-lang-learners__grid.is-reverse .ltb-lang-learners__copy {
  order: 1;
}

.ltb-lang-learners__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 8px 0;
}

.ltb-lang-learners__illustration {
  display: block;
  width: min(100%, 488px);
  height: auto;
}

.ltb-lang-learners__copy {
  max-width: 520px;
}

.ltb-lang-learners__grid.is-reverse .ltb-lang-learners__copy {
  margin-left: auto;
}

.ltb-lang-learners__title {
  margin: 0 0 28px;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -1.5px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-learners__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ltb-lang-learners__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ltb-lang-body);
}

.ltb-lang-learners__check {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

/* Banner */
.ltb-lang-banner {
  padding: 120px 0;
}

.ltb-lang-banner__card {
  display: grid;
  grid-template-columns: 704px 1fr;
  gap: 24px;
  align-items: center;
  border: 1.5px solid var(--ltb-lang-border);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  min-height: 391px;
}

.ltb-lang-banner__copy {
  padding: 40px;
}

.ltb-lang-banner__title {
  margin: 0 0 22px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -2.4px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-banner__text {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.44;
  color: var(--ltb-lang-body);
}

.ltb-lang-banner__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 24px;
}

.ltb-lang-banner__visual img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

/* Article cards */
.ltb-lang-articles {
  padding: 60px 0;
}

.ltb-lang-articles--last {
  padding-bottom: 100px;
}

.ltb-lang-articles__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.ltb-lang-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ltb-lang-article-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.ltb-lang-article-card__media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 410 / 216;
  background: var(--ltb-lang-panel);
}

.ltb-lang-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ltb-lang-article-card__meta {
  font-size: 14px;
  color: var(--ltb-lang-muted);
}

.ltb-lang-article-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.5px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-article-card__excerpt {
  font-size: 15px;
  line-height: 1.45;
  color: var(--ltb-lang-body);
}

/* Course cards */
.ltb-lang-courses {
  padding: 60px 0;
  background: var(--ltb-lang-panel);
}

.ltb-lang-courses__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.ltb-lang-courses__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ltb-lang-course-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #dcdce5;
  background: #fff;
  text-decoration: none;
  color: inherit;
  align-items: center;
}

.ltb-lang-course-card__img {
  width: 240px;
  height: 240px;
  border-radius: 12px;
  object-fit: cover;
}

.ltb-lang-course-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.ltb-lang-course-card__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  color: var(--ltb-lang-ink);
}

.ltb-lang-course-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--ltb-lang-body);
}

/* Language page header subnav active state */
.ltb-header-secondary--language .ltb-header-secondary-menu a.is-active {
  color: #ff2500;
  font-weight: 600;
  box-shadow: inset 0 -3px 0 0 #ff2500;
}

.ltb-header-secondary--language .ltb-header-secondary-menu > li {
  position: relative;
}

/* Responsive */
@media (max-width: 1100px) {
  .ltb-lang-hero__grid,
  .ltb-lang-faster__grid,
  .ltb-lang-banner__card {
    grid-template-columns: 1fr;
  }

  .ltb-lang-hero__visual {
    margin: 0 auto;
  }

  .ltb-lang-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ltb-lang-steps__grid {
    grid-template-columns: 1fr;
  }

  .ltb-lang-step-card {
    min-height: 0;
  }

  .ltb-lang-faster__visual {
    width: 100%;
    max-width: 499px;
    min-height: 520px;
    margin-top: 16px;
  }

  .ltb-lang-faster__coach {
    left: 12%;
  }

  .ltb-lang-faster__profile {
    left: 48%;
  }

  .ltb-lang-faster__stat {
    transform: translateX(-50%);
    left: 50%;
  }
}

@media (max-width: 860px) {
  .ltb-lang-stats__grid,
  .ltb-lang-articles__grid,
  .ltb-lang-tools__grid,
  .ltb-lang-courses__grid {
    grid-template-columns: 1fr;
  }

  .ltb-lang-course-card {
    grid-template-columns: 1fr;
  }

  .ltb-lang-course-card__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .ltb-lang-tools__head,
  .ltb-lang-articles__head,
  .ltb-lang-courses__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ltb-lang-tool-card {
    grid-template-columns: 1fr;
  }

  .ltb-lang-tool-card__art {
    min-height: 100px;
  }

  .ltb-lang-hero__photo {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .ltb-lang-hero__visual {
    justify-content: center;
  }

  .ltb-lang-tutors__carousel {
    grid-template-columns: 1fr;
  }

  .ltb-lang-tutors__nav {
    display: none;
  }

  .ltb-lang-tutor-card {
    flex-basis: min(300px, calc(100vw - 72px));
  }

  .ltb-lang-faster {
    padding: 80px 0 72px;
  }

  .ltb-lang-faster__visual {
    min-height: 0;
    padding-bottom: 48px;
  }

  .ltb-lang-faster__coach {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 389 / 391;
    max-height: 391px;
  }

  .ltb-lang-faster__profile {
    position: absolute;
    left: auto;
    right: 8px;
    top: 16px;
    width: calc(100% - 16px);
    max-width: 240px;
  }

  .ltb-lang-faster__stat {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: -24px auto 0;
    width: min(245px, 88%);
  }

  .ltb-lang-learners__intro {
    padding: 56px 0 40px;
  }

  .ltb-lang-learners__row {
    padding: 40px 0;
  }

  .ltb-lang-learners__grid,
  .ltb-lang-learners__grid.is-reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ltb-lang-learners__grid.is-reverse .ltb-lang-learners__visual,
  .ltb-lang-learners__grid.is-reverse .ltb-lang-learners__copy,
  .ltb-lang-learners__visual,
  .ltb-lang-learners__copy {
    order: unset;
  }

  .ltb-lang-learners__grid.is-reverse .ltb-lang-learners__copy {
    margin-left: 0;
  }

  .ltb-lang-learners__visual {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .ltb-lang-page__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ltb-lang-hero {
    padding: 28px 0 20px;
  }

  .ltb-lang-hero__title {
    font-size: clamp(26px, 7vw, 38px);
    letter-spacing: -0.5px;
    line-height: 1.15;
  }

  .ltb-lang-hero__cta {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  .ltb-lang-stats {
    padding: 24px 0;
  }

  .ltb-lang-stat {
    padding: 20px 16px;
  }

  .ltb-lang-stat__num {
    font-size: 36px;
  }

  .ltb-lang-banner__card {
    padding: 28px 18px;
    border-radius: var(--ltb-lang-radius, 16px);
  }

  .ltb-lang-banner__title {
    font-size: clamp(20px, 5.5vw, 28px);
    letter-spacing: -0.5px;
  }

  .ltb-lang-banner__copy .ltb-lang-btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  .ltb-lang-faster__profile {
    max-width: calc(100% - 24px);
  }

  .ltb-lang-section-title {
    font-size: clamp(22px, 5.5vw, 30px);
    letter-spacing: -0.5px;
  }

  .ltb-lang-course-card__body .ltb-lang-btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .ltb-lang-hero__title {
    font-size: clamp(24px, 7.5vw, 32px);
  }

  .ltb-lang-faster {
    padding: 48px 0 40px;
  }

  .ltb-lang-faster__visual {
    padding-bottom: 24px;
  }

  .ltb-lang-tutor-card {
    flex-basis: 85%;
  }
}
