:host {
  --primary-color: #ff4338;
  --primary-hover: #e0352b;
  --success-color: #19a464;
  --success-soft: rgba(25, 164, 100, 0.14);
  --accent-color: #365a7c;
  --accent-soft: #e8edf5;
  --blue-soft: #eef3f8;
  --ink: #171717;
  --muted: #5f6368;
  --soft: #f4f7fb;
  --line: #d9e1ec;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(23, 23, 23, 0.1);
}

html {
  direction: ltr;
}

body {
  margin: 0;
  background: #f7f9fc;
  color: var(--ink);
  font-family: Inter, "Noto Sans", Arial, sans-serif;
  text-align: left;
}

a {
  color: inherit;
}

.turkish-lp {
  direction: ltr;
  overflow: hidden;
}

.lp-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: clamp(68px, 8vw, 104px) 0;
}

.section-soft {
  background: var(--soft);
}

.hero-section {
  position: relative;
  height: min(800px, 82svh);
  min-height: min(680px, 72svh);
  display: flex;
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0) 74%),
    url("https://filemanager-static01.italki.com/260507153307hero-turkish-professional-clean-1920.jpg") center/cover;
  background-position: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(690px, 50vw);
  max-width: 690px;
  margin-left: clamp(24px, 5vw, 82px);
  margin-right: auto;
  padding: 34px clamp(18px, 3vw, 34px) 36px 0;
  text-align: left;
}

.hero-logo {
  width: 92px;
  height: auto;
  margin-bottom: 20px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--primary-color);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.35;
}

.hero-section .eyebrow {
  color: #b9fff4;
  font-size: 0.95rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: none;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 3.65vw, 3.55rem);
  font-weight: 950;
  line-height: 1.06;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.55vw, 2.45rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.85;
}

.hero-section p {
  color: rgba(255, 255, 255, 0.9);
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 30px;
  font-size: clamp(1.06rem, 1.42vw, 1.2rem);
  font-weight: 800;
  line-height: 1.58;
}

.hero-context {
  display: grid;
  gap: 8px;
  max-width: 650px;
  margin-bottom: 16px;
}

.hero-context p {
  margin: 0;
  font-size: clamp(0.94rem, 1.2vw, 1.02rem);
  line-height: 1.62;
}

.hero-loss-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.hero-loss-list li {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 9px 14px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.2;
}

.hero-close {
  max-width: 650px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.96rem, 1.22vw, 1.04rem);
  font-weight: 800;
  line-height: 1.6;
}

.pill-row,
.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.pill-row {
  margin: 28px 0 36px;
}

.hero-pill-row {
  margin-top: 24px;
  margin-bottom: 34px;
}

.hero-content .button-row {
  margin-top: 0;
}

.pill-row span,
.truth-grid span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 800;
}

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.lp-button:hover {
  transform: translateY(-2px);
}

.lp-button-primary {
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(255, 67, 56, 0.32);
}

.lp-button-primary:hover {
  background: var(--primary-hover);
}

.lp-button-secondary {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(255, 67, 56, 0.26);
}

.lp-button-secondary:hover {
  background: var(--primary-hover);
}

.hero-secondary-cta {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: #ffffff;
  color: #171717;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.hero-secondary-cta:hover {
  background: #fff3f1;
  color: var(--primary-color);
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.problem-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  padding-top: clamp(46px, 6vw, 74px);
}

.problem-module {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.problem-header {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}

.problem-header .eyebrow,
.differentiator-heading .eyebrow,
.teacher-showcase-heading .eyebrow,
.truth-heading .eyebrow,
.final-content .eyebrow {
  margin-bottom: 12px;
}

.problem-header h2 {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.75rem, 2.85vw, 2.5rem);
}

.problem-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.problem-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: stretch;
}

.problem-copy-card {
  border-radius: 20px;
  background: #f7f9fc;
  border: 1px solid var(--line);
  padding: clamp(22px, 4vw, 36px);
}

.problem-image-card {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(23, 23, 23, 0.14);
  background: #f2f2f2;
}

.problem-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.problem-results {
  margin-top: clamp(30px, 5vw, 52px);
}

.problem-results h3 {
  text-align: center;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

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

.result-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 88px;
  border: 2px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  padding: 16px 18px;
  text-align: left;
}

.result-item strong {
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.generated-icon {
  width: 38px;
  height: 38px;
  order: 0;
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-cta-row {
  margin-top: clamp(34px, 5vw, 46px);
  justify-content: center;
}

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

.bullet-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
}

.bullet-list span {
  flex: 0 0 auto;
  color: var(--primary-color);
  font-weight: 900;
}

.bullet-list-check .bullet-symbol {
  color: var(--success-color);
}

.bullet-symbol {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  margin-top: 0.22em;
}

.bullet-svg-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bullet-svg-dot {
  fill: currentColor;
  stroke: none;
}

.bullet-list strong {
  font-size: 1rem;
  line-height: 1.7;
}

.result-card,
.bonus-card,
.info-card,
.split-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.result-card {
  padding: clamp(28px, 5vw, 46px);
}

.result-card p {
  margin-bottom: 12px;
  font-weight: 800;
}

.result-card .lp-button {
  margin-top: 18px;
}

.split-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  background: #171717;
  color: #ffffff;
}

.split-card p {
  color: rgba(255, 255, 255, 0.82);
}

.guidance-section {
  background:
    linear-gradient(135deg, rgba(54, 90, 124, 0.1), transparent 34%),
    linear-gradient(180deg, #eef3f8 0%, #ffffff 100%);
}

.guidance-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: stretch;
}

.guidance-media {
  grid-column: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(23, 23, 23, 0.1);
}

.guidance-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 42% center;
}

.guidance-copy {
  grid-column: 2;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(54, 90, 124, 0.06), transparent 56%),
    rgba(255, 255, 255, 0.88);
  padding: clamp(28px, 5vw, 48px);
}

.guidance-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
  line-height: 1.12;
}

.guidance-copy > p {
  max-width: 520px;
  margin-bottom: 10px;
  font-size: clamp(1.06rem, 1.7vw, 1.22rem);
  font-weight: 700;
  line-height: 1.7;
}

.guidance-copy .lp-button {
  margin-top: 24px;
  min-height: 60px;
  padding-inline: 34px;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
}

.guidance-copy .lp-button-secondary {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  box-shadow: 0 14px 30px rgba(255, 67, 56, 0.28);
}

.guidance-copy .lp-button-secondary:hover {
  background: var(--primary-hover);
  color: #ffffff;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 44px;
}

.system-steps-heading {
  max-width: none;
  text-align: center;
}

.system-steps-flow {
  display: grid;
  grid-template-columns: auto minmax(64px, 1fr) auto minmax(64px, 1fr) auto;
  align-items: center;
  width: min(760px, 78%);
  margin: 0 auto clamp(28px, 4vw, 42px);
}

.system-steps-flow span {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.08);
}

.system-steps-flow span:nth-of-type(2) {
  color: var(--primary-color);
}

.system-steps-flow span:nth-of-type(3) {
  color: #d4a900;
}

.system-steps-flow i {
  display: block;
  height: 2px;
  background:
    linear-gradient(90deg, currentColor 50%, transparent 0) 0 50% / 12px 2px repeat-x;
  color: rgba(54, 90, 124, 0.36);
}

.system-steps-flow i::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: -3px 0 0 auto;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
}

.system-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
}

.system-step-card {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.07);
}

.steps-section {
  background:
    linear-gradient(180deg, #eef3f8 0%, #f7f9fc 100%);
}

.step-header-bar {
  height: 6px;
  width: 100%;
}

.step-card-1 .step-header-bar {
  background: #171717;
}

.step-card-2 .step-header-bar {
  background: var(--accent-color);
}

.step-card-3 .step-header-bar {
  background: #ffce00;
}

.system-step-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(22px, 3vw, 32px);
}

.system-step-icon-shell {
  display: inline-grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 1px rgba(217, 225, 236, 0.8);
}

.step-card-1 .system-step-icon-shell {
  color: #171717;
}

.step-card-2 .system-step-icon-shell {
  color: var(--primary-color);
}

.step-card-3 .system-step-icon-shell {
  color: #d4a900;
}

.system-step-icon {
  width: 48px;
  height: 48px;
}

.system-step-svg-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.system-step-content h3 {
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.35;
}

.system-step-content p {
  margin-bottom: 14px;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.system-step-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.system-step-list li {
  display: flex;
  align-items: flex-start;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
}

.system-step-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-right: 12px;
  margin-top: 0.62em;
  border-radius: 999px;
  background: currentColor;
  color: var(--primary-color);
}

.step-card-1 .system-step-list li::before {
  color: #171717;
}

.step-card-3 .system-step-list li::before {
  color: #d4a900;
}

.system-step-highlight {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  color: #171717;
  font-weight: 900;
}

.system-steps-cta {
  justify-content: center;
  margin-top: clamp(34px, 5vw, 48px);
}

.note,
.strong-line {
  color: var(--ink);
  font-weight: 900;
}

.image-band {
  background:
    linear-gradient(135deg, rgba(54, 90, 124, 0.1), transparent 32%),
    var(--blue-soft);
  color: var(--ink);
}

.image-band h2 {
  max-width: 680px;
  font-size: clamp(1.75rem, 2.85vw, 2.5rem);
}

.image-band p {
  color: var(--muted);
}

.image-band .bullet-list strong {
  color: var(--ink);
}

.image-band .bullet-list li {
  background: #ffffff;
}

.image-band .lp-button {
  margin-top: 8px;
}

.key-line {
  margin: 4px 0 24px;
  color: var(--ink);
  font-weight: 800;
}

.key-line strong {
  display: inline-block;
  color: var(--ink);
  font-weight: 950;
}

.goals-image {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.goals-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.truth-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 67, 56, 0.2), transparent 28%),
    linear-gradient(135deg, #111827 0%, #1f2937 58%, #111111 100%);
  color: #ffffff;
}

.truth-module {
  display: grid;
  justify-items: center;
  text-align: center;
}

.truth-heading {
  max-width: 920px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.truth-heading p {
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.truth-heading .eyebrow {
  color: #ff6a60;
  opacity: 0.9;
}

.truth-heading h2 {
  color: #ffffff;
  font-size: clamp(1.95rem, 3.2vw, 2.85rem);
}

.truth-card {
  width: min(100%, 980px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  padding: clamp(28px, 5vw, 58px);
  backdrop-filter: blur(10px);
}

.truth-card h3 {
  margin-bottom: 28px;
  color: #ffffff;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
}

.truth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  margin: 0 auto 34px;
}

.truth-grid span {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-height: 118px;
  border: 1px solid rgba(255, 67, 56, 0.34);
  border-radius: 16px;
  background: rgba(255, 67, 56, 0.1);
  color: #ffffff;
  padding: 26px 28px;
  text-align: left;
}

.truth-grid .truth-x-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  min-height: auto;
  flex: 0 0 24px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--primary-color);
}

.truth-x-icon .comparison-svg-icon {
  width: 21px;
  height: 21px;
}

.truth-grid strong {
  color: #ffffff;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.5;
}

.truth-card .strong-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.5;
}

.truth-check-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--success-soft);
  color: var(--success-color);
}

.truth-check-icon .comparison-svg-icon {
  width: 22px;
  height: 22px;
}

.bonus-card {
  padding: clamp(26px, 4vw, 38px);
  background: #ffffff;
}

.differentiator-section {
  background:
    linear-gradient(180deg, #eef3f8 0%, #f7f9fc 100%);
}

.differentiator-showcase {
  display: grid;
  justify-items: center;
  text-align: center;
}

.differentiator-heading {
  max-width: 900px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.differentiator-heading h2 {
  font-size: clamp(1.75rem, 2.85vw, 2.5rem);
}

.differentiator-heading p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
}

.differentiator-description {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.differentiator-description span {
  display: block;
}

.differentiator-showcase .note {
  margin: clamp(34px, 5vw, 52px) 0 0;
  font-size: clamp(1.08rem, 1.9vw, 1.35rem);
}

.bonus-section {
  background:
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  padding-top: clamp(64px, 8vw, 96px);
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 56px);
  align-items: stretch;
}

.payment-card,
.promo-card {
  min-height: 560px;
  border: 1px solid rgba(240, 216, 212, 0.9);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07);
}

.payment-card h2,
.promo-card h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.2;
}

.payment-card > p,
.promo-card > p {
  margin-bottom: 34px;
}

.payment-list,
.promo-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  border: 1px solid rgba(240, 216, 212, 0.75);
  border-radius: 16px;
  background: #ffffff;
  padding: 18px 22px;
}

.payment-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 999px;
  background: #ffe6e2;
  color: var(--primary-color);
}

.payment-svg-icon {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-list strong {
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.55;
}

.promo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 67, 56, 0.22);
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 206, 0, 0.18), transparent 24%),
    linear-gradient(180deg, #fff7f5 0%, #ffffff 58%, #fffaf0 100%);
}

.promo-ticket {
  position: relative;
  display: grid;
  justify-items: center;
  margin-bottom: 30px;
  padding: clamp(34px, 5vw, 54px) clamp(22px, 4vw, 36px);
  border: 2px dashed rgba(255, 67, 56, 0.52);
  border-radius: 24px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 18px 42px rgba(255, 67, 56, 0.1);
}

.promo-ticket::before,
.promo-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 58px;
  border: 2px dashed rgba(255, 67, 56, 0.38);
  border-radius: 999px;
  background: #fff7f5;
  transform: translateY(-50%);
}

.promo-ticket::before {
  left: -19px;
}

.promo-ticket::after {
  right: -19px;
}

.promo-kicker {
  margin-bottom: clamp(18px, 3vw, 28px);
  color: var(--primary-color);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.2;
}

.promo-code {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 360px;
  margin-top: 22px;
  margin-bottom: 0;
  padding: 16px 20px;
  border: 2px dashed rgba(255, 67, 56, 0.56);
  border-radius: 18px;
  background: #ffffff;
  color: var(--primary-color);
  box-shadow: 0 12px 28px rgba(255, 67, 56, 0.1);
  font-size: clamp(1.22rem, 2.2vw, 1.65rem);
}

.promo-code span {
  display: inline-grid;
  min-height: 36px;
  place-items: center;
  border-radius: 999px;
  background: #171717;
  color: #ffffff;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 900;
}

.promo-card h2 {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-bottom: 0;
  color: var(--primary-color);
  font-size: clamp(2.45rem, 4.8vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.promo-card h2 span {
  display: block;
}

.promo-ticket-note {
  margin: clamp(24px, 4vw, 34px) 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  font-weight: 900;
}

.bonus-code {
  margin: 26px 0 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
}

.promo-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--ink);
}

.promo-list li > span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-top: 0.62em;
  border-radius: 999px;
  background: var(--primary-color);
}

.promo-list strong {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.55;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(217, 225, 236, 0.9);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
  box-shadow: 0 18px 44px rgba(34, 47, 62, 0.07);
  text-align: left;
}

.feature-list strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.28;
  letter-spacing: 0;
}

.feature-list p {
  margin: 0;
  color: #657081;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.55;
}

.feature-icon-shell {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 20px;
  background: #eef3f8;
  color: var(--primary-color);
  box-shadow: inset 0 0 0 1px rgba(217, 225, 236, 0.8);
}

.feature-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.support-section {
  background:
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.trial-module {
  position: relative;
  padding: 0;
}

.trial-module::before {
  content: none;
}

.trial-circle {
  display: none;
}

.trial-circle-1 {
  width: 220px;
  height: 220px;
  top: -78px;
  right: -72px;
}

.trial-circle-2 {
  width: 150px;
  height: 150px;
  bottom: -48px;
  left: -44px;
}

.trial-title {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0 0 clamp(28px, 5vw, 48px);
  text-align: center;
}

.trial-title h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
}

.trial-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  justify-items: center;
}

.trial-image {
  width: min(100%, 960px);
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(23, 23, 23, 0.08);
}

.trial-image img {
  display: block;
  width: 100%;
  height: auto;
}

.trial-benefits {
  width: min(100%, 860px);
  border-radius: 22px;
  background: var(--accent-soft);
  padding: clamp(24px, 4vw, 42px);
}

.trial-benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trial-benefit-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
}

.trial-benefit-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 0.32em;
  border-radius: 999px;
  background: var(--primary-color);
}

.trial-conclusion {
  margin: 30px 0 0;
  padding-top: 26px;
  border-top: 2px dashed rgba(255, 67, 56, 0.22);
  color: var(--primary-color);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  font-weight: 900;
  text-align: center;
}

.trial-cta {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin-top: clamp(32px, 5vw, 48px);
}

.trust-fit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 42px);
  margin-top: clamp(48px, 7vw, 78px);
  align-items: stretch;
}

.trust-module-card,
.not-fit-module-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 224, 220, 0.95);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(23, 23, 23, 0.06);
  padding: clamp(28px, 4.5vw, 46px);
}

.trust-module-card::before,
.not-fit-module-card::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 6px;
  height: auto;
}

.trust-module-card::before {
  background: var(--primary-color);
}

.not-fit-module-card::before {
  background: #c8c8c8;
}

.trust-module-header,
.not-fit-module-header {
  margin-bottom: clamp(28px, 4vw, 42px);
  text-align: center;
}

.trust-module-header h2,
.not-fit-module-header h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.25;
}

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

.trust-proof-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 102px;
  border: 1px solid rgba(255, 67, 56, 0.22);
  border-radius: 16px;
  background: #f7f9fc;
  padding: 18px 20px;
  text-align: left;
}

.trust-proof-card:first-child {
  grid-column: 1 / -1;
}

.comparison-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 999px;
}

.comparison-icon-positive {
  background: var(--success-color);
  color: #ffffff;
}

.comparison-icon-negative {
  background: #eeeeee;
  color: #777777;
}

.comparison-svg-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-proof-card strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.55vw, 1.15rem);
  line-height: 1.5;
}

.not-fit-module-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(23, 23, 23, 0.035), transparent 24%),
    #ffffff;
}

.not-fit-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.not-fit-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 16px;
  background: #f7f7f7;
  padding: 20px 22px;
}

.not-fit-list strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.6;
}

.info-card {
  padding: clamp(24px, 4vw, 34px);
}

.info-card h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.teacher-showcase-section {
  background: #f4f6fb;
  padding-top: clamp(64px, 8vw, 102px);
  padding-bottom: clamp(64px, 8vw, 102px);
}

.teacher-showcase {
  display: grid;
  justify-items: center;
}

.teacher-showcase-heading {
  max-width: 920px;
  margin-bottom: clamp(36px, 5vw, 58px);
  text-align: center;
}

.teacher-showcase-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
}

.teacher-showcase-heading p {
  margin: 0 auto;
  max-width: 780px;
  color: #4f5564;
  font-weight: 700;
}

.teacher-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 32px);
  width: min(100%, 1140px);
}

.teacher-card {
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(30, 35, 48, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.teacher-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(30, 35, 48, 0.12);
}

.teacher-card-media {
  position: relative;
  height: 214px;
  margin: 0;
  overflow: hidden;
  background: #d9dde5;
}

.teacher-card-media::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
}

.teacher-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-card-slate .teacher-card-media img,
.teacher-card-yellow .teacher-card-media img,
.teacher-card-red .teacher-card-media img {
  object-position: center;
}

.teacher-card-blue .teacher-card-media img {
  object-position: 54% center;
}

.teacher-card-rating,
.teacher-card-lessons {
  position: absolute;
  z-index: 1;
  right: 16px;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
}

.teacher-card-rating {
  bottom: 38px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.05rem;
}

.teacher-card-rating span {
  color: #ffce00;
}

.teacher-star-icon {
  width: 18px;
  height: 18px;
  color: #ffce00;
  fill: currentColor;
}

.teacher-card-lessons {
  bottom: 14px;
  font-size: 0.95rem;
}

.teacher-card-body {
  padding: 22px 24px 24px;
}

.teacher-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.teacher-card-title-row h3 {
  margin-bottom: 4px;
  color: #191d2c;
  font-size: 1.18rem;
  line-height: 1.25;
}

.teacher-card-title-row p {
  margin: 0;
  color: #7c8294;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.teacher-card-title-row > span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #3f4658;
}

.teacher-arrow-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.teacher-language-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-bottom: 22px;
}

.teacher-language-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2f3442;
  font-size: 1rem;
  font-weight: 700;
}

.teacher-language-row i {
  display: inline-block;
  width: 34px;
  height: 13px;
  border-radius: 99px;
  background: repeating-linear-gradient(90deg, #365a7c 0 3px, transparent 3px 6px);
}

.teacher-card-slate .teacher-language-row span:first-child i,
.teacher-card-slate .teacher-language-row span:nth-child(2) i {
  background: repeating-linear-gradient(90deg, #4f6f8f 0 3px, transparent 3px 6px);
}

.teacher-card-yellow .teacher-language-row span:first-child i {
  background: repeating-linear-gradient(90deg, #ffbd2e 0 3px, transparent 3px 6px);
}

.teacher-card-red .teacher-language-row span:first-child i {
  background: repeating-linear-gradient(90deg, #ff4338 0 3px, transparent 3px 6px);
}

.teacher-price-label {
  margin: 0 0 3px;
  color: #8a90a1;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
}

.teacher-price {
  display: block;
  color: #14182a;
  font-size: 1.16rem;
  line-height: 1.2;
}

.teacher-showcase-cta {
  margin-top: clamp(34px, 5vw, 54px);
}

.teacher-showcase-cta .lp-button-secondary {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(255, 67, 56, 0.26);
}

.faq-section {
  background:
    linear-gradient(180deg, #eef3f8 0%, #f7f9fc 100%);
}

.faq-container {
  width: min(1280px, calc(100% - 40px));
}

.faq-heading {
  margin-bottom: clamp(36px, 5vw, 62px);
  text-align: center;
}

.faq-heading h2 {
  margin-bottom: 0;
}

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

.faq-item {
  border: 1px solid rgba(23, 23, 23, 0.09);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(23, 23, 23, 0.04);
  padding: 22px 28px;
}

.faq-item-open {
  padding: clamp(24px, 4vw, 34px) 28px clamp(28px, 4vw, 42px);
}

.faq-question-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-item h3 {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.45;
}

.faq-question-row span {
  flex: 0 0 auto;
  color: var(--ink);
}

.faq-toggle-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #f1f5f9;
}

.faq-toggle-svg-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-item-open h3,
.faq-item-open .faq-question-row span {
  color: var(--primary-color);
}

.faq-item p {
  max-width: 820px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

.final-section {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.76)),
    url("https://filemanager-static01.italki.com/260507154036footer-germany-success-1920.png") center/cover;
}

.final-content {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
  justify-items: center;
  text-align: center;
}

.final-content .eyebrow,
.final-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.final-content .eyebrow {
  opacity: 0.72;
}

.final-content h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 2.9vw, 2.55rem);
  line-height: 1.12;
}

.final-content p {
  max-width: 640px;
}

@media (max-width: 860px) {
  .hero-section {
    min-height: auto;
    background-position: 44% center;
  }

  .hero-content,
  .final-content {
    width: auto;
    max-width: none;
    margin-inline: auto;
  }

  .hero-content {
    width: min(100% - 40px, 680px);
    padding-block: 82px 76px;
  }

  h1 {
    max-width: none;
  }

  .two-column,
  .problem-content,
  .guidance-card,
  .system-steps-grid,
  .cards-grid,
  .truth-grid,
  .result-grid,
  .feature-list,
  .bonus-grid,
  .teacher-card-grid,
  .trial-benefit-list,
  .trust-fit-grid,
  .trust-proof-grid,
  .split-card {
    grid-template-columns: 1fr;
  }

  .feature-list li {
    min-height: 220px;
  }

  .payment-card,
  .promo-card {
    min-height: auto;
  }

  .promo-card h2 {
    font-size: clamp(3.6rem, 13vw, 4.8rem);
  }

  .system-steps-flow {
    grid-template-columns: 52px;
    grid-template-rows: auto 42px auto 42px auto;
    justify-content: center;
    width: auto;
    margin-bottom: 28px;
  }

  .system-steps-flow i {
    width: 2px;
    height: 100%;
    justify-self: center;
    background:
      linear-gradient(180deg, currentColor 50%, transparent 0) 50% 0 / 2px 12px repeat-y;
  }

  .system-steps-flow i::after {
    width: 8px;
    height: 8px;
    margin: auto 0 0 -3px;
    transform: rotate(135deg);
  }

  .goals-image {
    max-width: 520px;
    margin: 0 auto;
  }

  .teacher-card-grid {
    width: min(100%, 440px);
  }

  .guidance-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .guidance-media,
  .guidance-copy {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .lp-container {
    width: min(100% - 28px, 1120px);
  }

  .section {
    padding: 42px 0;
  }

  .hero-section {
    align-items: center;
    min-height: 590px;
    height: 590px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.66) 58%, rgba(0, 0, 0, 0.24) 100%),
      url("https://filemanager-static01.italki.com/260507153307hero-turkish-professional-clean-1920.jpg") 66% center/cover;
  }

  .hero-content {
    padding: 54px 0 38px;
  }

  .hero-logo {
    width: 82px;
    margin-bottom: 16px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(1.9rem, 8.5vw, 2.38rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.05rem);
  }

  p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .hero-lead,
  .hero-context p,
  .hero-close {
    max-width: none;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-loss-list {
    gap: 8px;
  }

  .hero-loss-list li {
    padding: 8px 11px;
    font-size: 0.88rem;
  }

  .button-row {
    flex-direction: column;
    align-items: center;
  }

  .lp-button {
    display: flex;
    width: auto;
    min-width: min(280px, 100%);
    max-width: 100%;
    margin-inline: auto;
    min-height: 50px;
    padding: 13px 22px;
    font-size: 0.98rem;
    text-align: center;
  }

  .hero-content .button-row {
    align-items: center;
  }

  .problem-results {
    margin-top: 26px;
  }

  .problem-results h3 {
    margin-bottom: 14px;
    font-size: 1.42rem;
  }

  .result-grid {
    gap: 12px;
    margin-top: 14px;
  }

  .result-item {
    min-height: 64px;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 16px;
  }

  .generated-icon {
    width: 30px;
    height: 30px;
  }

  .guidance-card {
    gap: 22px;
  }

  .guidance-copy {
    padding: 28px 24px 30px;
  }

  .guidance-copy h2 {
    margin-bottom: 14px;
    font-size: 1.92rem;
  }

  .guidance-copy > p {
    margin-bottom: 8px;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .guidance-copy .lp-button {
    margin: 20px auto 0;
    min-height: 50px;
    padding-inline: 22px;
    font-size: 0.98rem;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .system-steps-flow {
    display: none;
  }

  .system-steps-grid {
    gap: 16px;
  }

  .system-step-content {
    padding: 22px;
  }

  .system-step-icon-shell {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
    border-radius: 16px;
  }

  .system-step-icon {
    width: 36px;
    height: 36px;
  }

  .system-steps-cta {
    margin-top: 24px;
  }

  .image-band .lp-button,
  .trial-cta .lp-button,
  .final-content .lp-button {
    margin-inline: auto;
  }

  .truth-card {
    padding: 22px 20px;
  }

  .truth-grid {
    gap: 12px;
    margin-bottom: 22px;
  }

  .truth-grid span {
    min-height: auto;
    justify-content: flex-start;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 14px;
  }

  .truth-grid .truth-x-icon {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }

  .truth-x-icon .comparison-svg-icon {
    width: 18px;
    height: 18px;
  }

  .truth-grid strong {
    font-size: 0.98rem;
    line-height: 1.38;
  }

  .differentiator-showcase {
    gap: 22px;
  }

  .feature-list {
    gap: 14px;
  }

  .feature-list li {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }

  .feature-icon-shell {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 15px;
  }

  .feature-icon {
    width: 34px;
    height: 34px;
  }

  .feature-list strong {
    font-size: 0.98rem;
    line-height: 1.32;
  }

  .trial-cta {
    margin-top: 24px;
  }

  .trust-fit-grid {
    margin-top: 34px;
  }

  .final-section {
    min-height: 470px;
  }

  .final-content {
    gap: 18px;
    padding-block: 42px;
  }

  .teacher-showcase-heading h2 {
    font-size: clamp(1.6rem, 8vw, 2.1rem);
  }

  .teacher-card-media {
    height: 196px;
  }

  .feature-list li {
    min-height: auto;
  }

  .hero-title-line {
    white-space: normal;
  }
}

