* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: var(--armus-bg);
  background-image: var(--armus-bg-glow);
  color: var(--armus-ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.45;
}
.page-glow {
  display: none;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.nav {
  height: 68px;
  margin-top: 14px;
  border: 1px solid var(--armus-border-soft);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 30px rgba(35, 26, 10, 0.06);
  display: flex;
  align-items: center;
  padding: 0 12px 0 18px;
  position: sticky;
  top: 14px;
  z-index: 10;
  backdrop-filter: blur(16px);
}
.brand {
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -1px;
  text-decoration: none;
  background: var(--armus-gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* only past the point where .nav nav (Öğretmenler etc) is actually
   visible again - no reason to burn width on this gap while it's
   hidden on mobile/tablet */
@media (min-width: 901px) {
  .brand {
    margin-right: 40px;
  }
}
.nav nav {
  display: flex;
  gap: 26px;
  margin: auto;
}
.nav nav a,
.footer a {
  color: var(--armus-muted);
  text-decoration: none;
  font-size: 12px;
}
.nav-actions {
  display: flex;
  gap: 8px;
}
.nav-actions .btn {
  padding: 10px 15px;
  font-size: 12px;
}
.nav-utility {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
}
.lang-toggle {
  border: 1px solid var(--armus-border);
  background: transparent;
  color: var(--armus-ink);
  border-radius: 999px;
  padding: 7px 12px;
  font: 700 11.5px Inter;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: 0.2s;
}
.lang-toggle:hover {
  border-color: var(--armus-gold-2);
  color: var(--armus-gold-text);
}
.help-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--armus-border);
  color: var(--armus-muted);
  flex-shrink: 0;
}
.help-btn:hover {
  border-color: var(--armus-gold-2);
  color: var(--armus-gold-text);
}
.help-btn svg {
  width: 15px;
  height: 15px;
}
.btn {
  display: inline-block;
  text-align: center;
  background: transparent;
  border: 1px solid var(--armus-border);
  color: var(--armus-ink);
  border-radius: 13px;
  padding: 12px 18px;
  font: 600 13px Inter;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
.nav-greeting {
  font-size: 13px;
  color: var(--armus-muted);
  margin-right: 4px;
}
.nav-greeting small {
  color: var(--armus-faint);
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-light {
  background: var(--armus-gold-gradient);
  color: var(--armus-on-gold);
}
.btn-dark {
  background: #0a0a0a;
  color: #eee;
  border: 1px solid #303030;
}
.btn-outline {
  background: transparent;
  color: var(--armus-ink);
  border: 1px solid var(--armus-silver-border-strong);
}
.btn-outline:hover {
  border-color: var(--armus-silver-3);
  background: rgba(111, 104, 88, 0.06);
}
.btn-lg {
  padding: 15px 21px;
}
.hero-band {
  background: var(--armus-gold-gradient);
}
.hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 20px;
  padding: 46px 10px 40px;
}
.hero-band .eyebrow {
  color: var(--armus-on-gold);
}
.hero-band .dot {
  background: var(--armus-on-gold);
}
.hero-band .hero h1 span {
  color: var(--armus-on-gold);
}
.hero-band .hero-copy > p {
  color: var(--armus-on-gold);
}
.hero-band .social-proof {
  color: var(--armus-on-gold);
}
.hero-band .social-proof strong {
  color: var(--armus-on-gold);
}
.hero-cta {
  background: var(--armus-silver-gradient);
  color: #1c1c1e;
}
.eyebrow,
.section-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--armus-muted);
  font-weight: 700;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--armus-gold-2);
  margin-right: 7px;
}
.hero h1 {
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -4px;
  margin: 18px 0;
}
.hero h1 span {
  color: var(--armus-muted);
}
.hero-copy > p {
  max-width: 520px;
  color: var(--armus-muted);
  font-size: 16px;
}
.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--armus-muted);
  font-size: 11px;
}
.social-proof strong {
  color: var(--armus-ink);
  font-size: 13px;
}
.avatars {
  display: flex;
}
.avatars span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--armus-bg);
  background: var(--armus-silver-gradient);
  color: #1c1c1e;
  display: grid;
  place-items: center;
  font-size: 8px;
  margin-left: -7px;
}
.avatars span:first-child {
  margin-left: 0;
}
.teacher-stack {
  position: relative;
  height: 400px;
}
.teacher-card {
  position: absolute;
  width: 220px;
  height: 380px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--armus-border);
  border-radius: 20px;
  background: var(--armus-panel);
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(35, 26, 10, 0.14);
}
.teacher-card.main {
  width: 220px;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  z-index: 3;
}
.teacher-card.side {
  top: 92px;
  opacity: 0.92;
}
.teacher-card.left {
  left: 2%;
}
.teacher-card.right {
  right: 2%;
}
.portrait {
  height: 205px;
  flex-shrink: 0;
  display: grid;
  place-items: end center;
  padding-bottom: 18px;
  font-size: 40px;
  font-weight: 800;
  color: #1c1c1e;
  background: var(--armus-silver-gradient);
}
.main .portrait {
  height: 195px;
  font-size: 44px;
}
.portrait-sarah {
  background: linear-gradient(145deg, #574f47, #c5b7a5);
}
.portrait-david {
  background: linear-gradient(145deg, #202020, #777);
}
.portrait-emma {
  background: linear-gradient(145deg, #454545, #a6a6a6);
}
.rating {
  position: absolute;
  right: 12px;
  top: 12px;
  background: var(--armus-panel-2);
  border: 1px solid var(--armus-silver-border-strong);
  border-radius: 9px;
  padding: 5px 8px;
  font-size: 10px;
  color: var(--armus-gold-text);
}
.card-body {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.card-body h3 {
  margin: 0 0 2px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-body small {
  color: var(--armus-muted);
}
.card-body small.role-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-body > strong {
  display: block;
  margin: 15px 0 10px;
  font-size: 14px;
}
.card-body button {
  width: 100%;
  margin-top: auto;
  border: 1px solid #444;
  background: #0a0a0a;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
}
.main .card-body button {
  background: var(--armus-gold-gradient);
  color: var(--armus-on-gold);
}
.tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.tags span,
.filter {
  font-size: 9px;
  border: 1px solid var(--armus-border-soft);
  border-radius: 99px;
  background: var(--armus-panel-2);
  color: var(--armus-muted);
  padding: 5px 8px;
}
.search-box {
  border: 1px solid var(--armus-border);
  background: var(--armus-panel);
  border-radius: 22px;
  padding: 23px;
  margin-bottom: 18px;
}
.search-box h2 {
  font-size: 18px;
  margin: 0 0 16px;
}
.search-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.search-input {
  height: 44px;
  flex: 1;
  min-width: 220px;
  border: 1px solid var(--armus-border);
  background: var(--armus-panel-2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
}
.search-input input {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--armus-ink);
  width: 100%;
  font: 12px Inter;
}
.filter {
  height: 44px;
  padding: 0 13px;
  cursor: pointer;
}
.filter.active {
  color: var(--armus-gold-text);
  border-color: var(--armus-silver-border-strong);
}
.search-btn {
  height: 44px;
  white-space: nowrap;
}
.search-message {
  font-size: 12px;
  color: var(--armus-muted);
  margin-top: 10px;
  min-height: 16px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.features article,
.testimonial-grid article {
  background: var(--armus-panel);
  border: 1px solid var(--armus-border-soft);
  border-radius: 20px;
  padding: 24px;
}
.icon,
.step-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--armus-silver-border);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--armus-gold-text);
  font-size: 20px;
}
.features h3 {
  font-size: 14px;
  margin: 20px 0 6px;
}
.features p,
.how p,
.trial p,
.teacher-cta p {
  color: var(--armus-muted);
  font-size: 12px;
  margin: 0;
}
.how {
  padding: 110px 10px 60px;
}
.how h2 {
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin: 12px 0 45px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.steps article {
  position: relative;
  padding: 10px 20px 10px 0;
}
.step-no {
  color: #777;
  font-size: 11px;
}
.step-icon {
  margin: 16px 0;
}
.steps h3 {
  font-size: 15px;
  margin: 0 0 8px;
}
.trial {
  display: grid;
  grid-template-columns: 1.05fr 1.3fr 0.8fr;
  align-items: center;
  gap: 30px;
  background: var(--armus-panel);
  border: 1px solid var(--armus-border);
  border-radius: 24px;
  padding: 26px;
}
.trial-visual {
  height: 260px;
  border-radius: 18px;
  background: linear-gradient(135deg, #292929, #777);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.fake-laptop {
  width: 76%;
  height: 72%;
  border: 7px solid var(--armus-border);
  border-radius: 15px;
  background: var(--armus-panel-2);
  box-shadow: 0 20px 40px #000;
}
.fake-video {
  font-size: 8px;
  color: #999;
  padding: 8px;
}
.fake-person {
  height: calc(100% - 28px);
  display: grid;
  place-items: center;
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(145deg, #3b3b3b, #8c8c8c);
}
.trial h2,
.teacher-cta h2 {
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin: 10px 0 12px;
}
.trial-copy .btn {
  margin-top: 24px;
}
.trial-note {
  border: 1px solid var(--armus-border);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  color: var(--armus-ink);
  font-size: 12px;
}
.trial-note span,
.gold,
.stars {
  color: var(--armus-gold-text);
}
.teacher-cta {
  margin-top: 18px;
  padding: 0;
  border: 1px solid var(--armus-border);
  border-radius: 28px;
  overflow: hidden;
  background: var(--armus-panel-2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 460px;
}
.tcta-visual {
  position: relative;
  min-height: 280px;
}
.tcta-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tcta-panel {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tcta-panel h2 {
  font-size: 40px;
  letter-spacing: -1.5px;
  margin: 14px 0 12px;
  line-height: 1.05;
}
.tcta-panel p {
  color: var(--armus-muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 44ch;
  margin: 0;
}
.tcta-points {
  list-style: none;
  margin: 24px 0 4px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tcta-points li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  color: var(--armus-ink);
  font-weight: 500;
}
.tcta-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--armus-gold-text);
  font-weight: 800;
}
.tcta-panel .btn {
  display: inline-block;
  width: fit-content;
  margin-top: 26px;
  padding: 16px 30px;
  font-size: 15px;
}
.tcta-link {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  color: var(--armus-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tcta-link:hover {
  color: var(--armus-gold-text);
}
.commission-section {
  padding: 70px 10px;
  text-align: center;
}
.commission-section .section-label {
  justify-content: center;
}
.commission-section h2 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.15;
  margin: 12px 0 40px;
}
.commission-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.commission-row > div {
  background: var(--armus-panel);
  border: 1px solid var(--armus-border-soft);
  border-radius: 20px;
  padding: 34px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.commission-row b {
  font-size: 42px;
  color: var(--armus-gold-text);
  font-weight: 800;
  letter-spacing: -1px;
}
.commission-row span {
  font-size: 13px;
  color: var(--armus-muted);
}
.commission {
  border: 1px solid var(--armus-border);
  border-radius: 18px;
  padding: 18px;
}
.commission div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px;
  padding: 10px 0;
  border-bottom: 1px solid #292929;
}
.commission div:last-child {
  border: 0;
}
.commission strong,
.commission span {
  font-size: 10px;
  color: #999;
}
.commission b {
  grid-row: span 2;
  font-size: 23px;
  color: var(--armus-gold-text);
}
.teacher-avatar {
  height: 220px;
  border-radius: 18px;
  background: var(--armus-silver-gradient);
  color: #1c1c1e;
  display: grid;
  place-items: center;
  font-size: 42px;
  font-weight: 800;
}
.testimonials {
  padding: 100px 10px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.testimonial-grid article {
  padding: 20px;
}
.stars {
  letter-spacing: 2px;
  font-size: 10px;
}
.testimonial-grid p {
  color: var(--armus-muted);
  font-size: 11px;
  min-height: 65px;
}
.testimonial-grid strong {
  display: block;
  font-size: 11px;
}
.testimonial-grid small {
  color: var(--armus-faint);
  font-size: 9px;
}
.footer {
  border: 1px solid var(--armus-border);
  border-radius: 24px 24px 0 0;
  background: var(--armus-panel-2);
  padding: 40px 30px 20px;
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 28px;
  position: relative;
}
.footer h4 {
  font-size: 11px;
  margin: 0 0 15px;
}
.footer a {
  display: block;
  margin: 9px 0;
  font-size: 10px;
}
.footer p {
  color: var(--armus-muted);
  font-size: 10px;
}
.socials {
  color: var(--armus-muted);
  margin-top: 20px;
}
.newsletter {
  display: flex;
  border: 1px solid var(--armus-border);
  border-radius: 10px;
  overflow: hidden;
}
.newsletter input {
  background: var(--armus-panel);
  color: var(--armus-ink);
  border: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  font: 10px Inter;
}
.newsletter button {
  border: 0;
  background: var(--armus-gold-gradient);
  color: var(--armus-on-gold);
  width: 40px;
}
.copyright {
  grid-column: 1/-1;
  color: var(--armus-faint);
  font-size: 9px;
  padding-top: 20px;
  border-top: 1px solid var(--armus-border);
}
@media (max-width: 900px) {
  .nav nav {
    display: none;
  }
  /* .nav nav was what "margin: auto" pushed against to keep
     .nav-utility/.nav-actions flush against the right edge - with it
     hidden here, nothing did that anymore, so EN/Giriş Yap/Kayıt Ol
     just sat left-packed against the logo with a dead gap of empty
     pill on the right. Giving .nav-utility its own margin-left: auto
     makes it (and everything after it) claim that space instead. */
  .nav-utility {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .teacher-stack {
    display: none;
  }
  .search-row {
    flex-wrap: wrap;
  }
  .search-input {
    min-width: 100%;
  }
  .features,
  .steps,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trial,
  .teacher-cta {
    grid-template-columns: 1fr;
  }
  .footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .shell {
    width: min(100% - 22px, 1180px);
  }
  .nav {
    padding: 0 10px 0 16px;
  }
  .nav-actions .btn-dark {
    display: none;
  }
  .nav-greeting {
    display: none;
  }
  .nav-actions {
    gap: 6px;
  }
  .nav-utility {
    gap: 6px;
    margin-right: 6px;
  }
  .help-btn {
    display: none;
  }
  .lang-toggle {
    padding: 5px 9px;
    font-size: 10px;
  }
  .nav-actions .btn {
    padding: 8px 11px;
    font-size: 11px;
  }
  .brand {
    font-size: 20px;
  }
  .hero {
    padding-top: 50px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .features,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .footer {
    grid-template-columns: 1fr;
  }
  .steps {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6px;
  }
  .steps::-webkit-scrollbar {
    display: none;
  }
  .steps article {
    flex: 0 0 86%;
    padding: 0;
    scroll-snap-align: start;
  }
  .steps article.reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .trial {
    padding: 16px;
  }
  .tcta-panel {
    padding: 32px;
  }
  .tcta-panel h2 {
    font-size: 30px;
  }
}
.teacher-card {
  transition: opacity 0.35s ease;
}
.hero-fade {
  opacity: 0;
}
.portrait-emily {
  background: linear-gradient(145deg, #454545, #a6a6a6);
}
.portrait-michael {
  background: linear-gradient(145deg, #3a3226, #b8a074);
}
.portrait-anna {
  background: linear-gradient(145deg, #2b2b2b, #8c8c8c);
}
.portrait-james {
  background: linear-gradient(145deg, #4a4038, #d4c4a8);
}
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.features article:nth-child(2).reveal,
.steps article:nth-child(2).reveal,
.testimonial-grid article:nth-child(2).reveal {
  transition-delay: 0.1s;
}
.features article:nth-child(3).reveal,
.steps article:nth-child(3).reveal,
.testimonial-grid article:nth-child(3).reveal {
  transition-delay: 0.2s;
}
.testimonial-grid article:nth-child(4).reveal {
  transition-delay: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .teacher-card {
    transition: none;
  }
}
.teacher-card {
  /* animating left (a layout property) instead of transform keeps text
     crisp during the slide - animating transform on a fully-opaque
     text-containing element is what caused the earlier blur, because the
     browser rasterizes the text once and the GPU scales/translates that
     bitmap instead of re-rendering it every frame. left-based motion
     forces a real re-paint each frame, so there's no bitmap to blur. */
  transition:
    left 1s cubic-bezier(0.65, 0, 0.35, 1),
    opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}
/* left/main/right are positioned with a fixed-pixel overlap (not a
   percentage) so the front (main) card only ever covers a small sliver
   of its neighbors - enough for the stacked-photo look, not enough to
   cover their name/role text underneath. A percentage-based overlap grew
   with the container and used to eat most of the side cards' text. */
.teacher-card.pos-left {
  left: calc(50% - 318px);
  top: 0;
  width: 220px;
  opacity: 1;
  z-index: 1;
}
.teacher-card.pos-main {
  left: calc(50% - 110px);
  top: 0;
  width: 220px;
  opacity: 1;
  z-index: 3;
}
.teacher-card.pos-right {
  left: calc(50% + 98px);
  top: 0;
  width: 220px;
  opacity: 1;
  z-index: 1;
}
.teacher-card.pos-stage {
  left: calc(50% - 318px);
  top: 0;
  width: 220px;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.portrait {
  transition:
    height 1s cubic-bezier(0.65, 0, 0.35, 1),
    font-size 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.pos-main .portrait {
  height: 205px;
  font-size: 40px;
}
.card-body button {
  transition:
    background 0.6s ease,
    color 0.6s ease;
}
.pos-main .card-body button {
  background: var(--armus-gold-gradient);
  color: var(--armus-on-gold);
}
.teacher-card .tags span:nth-child(n + 3) {
  display: none;
}
.portrait {
  position: relative;
  overflow: hidden;
}
.portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portrait:has(img) {
  padding: 0;
}
.steps .step-card {
  position: static;
  padding: 36px;
  background: var(--armus-panel);
  border: 1px solid var(--armus-border-soft);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.step-badge {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 19px;
}
.step-badge.b1 {
  background: var(--armus-gold-gradient);
  color: var(--armus-on-gold);
}
.step-badge.b2 {
  background: var(--armus-silver-gradient);
  color: #1c1c1e;
}
.step-badge.b3 {
  background: var(--armus-panel-2);
  border: 1px solid var(--armus-silver-border-strong);
  color: var(--armus-gold-text);
}
.steps .step-card h3 {
  font-size: 32px;
  margin: 10px 0 4px;
  letter-spacing: -1px;
}
.steps .step-card p {
  color: var(--armus-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.step-visual {
  position: relative;
  margin-top: auto;
  padding-top: 22px;
  min-height: 280px;
}
.mini-teacher-card {
  background: var(--armus-panel-2);
  border: 1px solid var(--armus-border);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.mini-teacher-card img {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
}
.mtc-info {
  min-width: 0;
}
.mtc-info strong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
}
.mtc-rating {
  color: var(--armus-gold-text);
  font-weight: 600;
  font-size: 14px;
}
.mtc-info small {
  color: var(--armus-muted);
  display: block;
  margin: 4px 0 9px;
  font-size: 13.5px;
}
.mtc-tags {
  display: flex;
  gap: 7px;
}
.mtc-tags span {
  font-size: 12px;
  border: 1px solid var(--armus-border-soft);
  border-radius: 99px;
  padding: 5px 11px;
  color: var(--armus-muted);
}
.mini-teacher-card.peek {
  height: 28px;
  margin: -14px 12px 0;
  opacity: 0.5;
  border-radius: 0 0 16px 16px;
  z-index: 1;
}
.visual-2 {
  height: 280px;
}
.visual-2 img {
  position: absolute;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(35, 26, 10, 0.16);
}
.visual-2 .v2-back {
  width: 78%;
  height: 100%;
  left: 0;
  top: 22px;
}
.visual-2 .v2-front {
  width: 52%;
  height: 58%;
  right: 0;
  bottom: 0;
  border: 3px solid var(--armus-bg);
}
.visual-3 {
  height: 280px;
}
.visual-3 img {
  position: absolute;
  inset: 22px 0 0 0;
  width: 100%;
  height: calc(100% - 22px);
  border-radius: 18px;
  object-fit: cover;
}
.visual-3 .s1 {
  transform: translateX(-30px) scale(0.9);
  opacity: 0.35;
}
.visual-3 .s2 {
  transform: translateX(-15px) scale(0.95);
  opacity: 0.6;
}
.visual-3 .s3 {
  transform: translateX(0) scale(1);
  opacity: 1;
  box-shadow: 0 20px 40px rgba(35, 26, 10, 0.16);
}
@media (max-width: 900px) {
  .tcta-visual {
    min-height: 260px;
  }
  .commission-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .commission-row {
    grid-template-columns: 1fr;
  }
}
.promise-banner {
  background: var(--armus-gold-gradient);
  padding: 100px 10px;
  text-align: center;
  margin-bottom: 48px;
}
.promise-banner h2 {
  color: var(--armus-on-gold);
  font-size: 54px;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin: 0 0 14px;
}
.promise-banner p {
  color: var(--armus-on-gold);
  opacity: 0.72;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 560px) {
  .promise-banner {
    padding: 64px 10px;
  }
  .promise-banner h2 {
    font-size: 34px;
  }
}
.proof {
  padding: 70px 10px 20px;
  text-align: center;
}
.proof h2 {
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 1.15;
  margin: 0 auto 44px;
  max-width: 34ch;
}
.proof-carousel {
  display: flex;
  align-items: center;
  gap: 44px;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}
.proof-stage {
  position: relative;
  width: 380px;
  height: 400px;
  flex-shrink: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(35, 26, 10, 0.16);
}
.proof-slide-photo {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.proof-slide-photo.active {
  opacity: 1;
}
.proof-slide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.proof-text-wrap {
  flex: 1;
  min-width: 0;
}
.proof-text-stack {
  position: relative;
  min-height: 230px;
}
.proof-fact {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.proof-fact.active {
  opacity: 1;
}
.proof-fact p {
  font-size: 28px;
  line-height: 1.4;
  color: var(--armus-ink);
  margin: 0 0 14px;
  font-weight: 700;
  max-width: 26ch;
}
.proof-fact small {
  color: var(--armus-muted);
  font-size: 13px;
}
.proof-dots {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.proof-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: var(--armus-border-soft);
  cursor: pointer;
  padding: 0;
}
.proof-dot.active {
  background: var(--armus-gold-text);
  width: 22px;
  border-radius: 5px;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}
@media (max-width: 800px) {
  .proof-carousel {
    flex-direction: column;
    text-align: center;
  }
  .proof-stage {
    width: 100%;
    max-width: 380px;
    height: 340px;
  }
  .proof-text-wrap {
    width: 100%;
  }
  .proof-fact p {
    max-width: none;
  }
  .proof-dots {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .proof h2 {
    font-size: 28px;
  }
  .proof-fact p {
    font-size: 22px;
  }
}
.hero-cta {
  padding: 19px 34px;
  font-size: 15px;
  border-radius: 15px;
}
@media (max-width: 560px) {
  .hero-cta {
    width: 100%;
    padding: 17px 24px;
  }
}
