@import url("/assets/css/design-system.css");

.product-landing-page {
  margin: 0;
  min-height: 100vh;
  color: #17171d;
  background:
    linear-gradient(180deg, #f8f6f1 0%, #fff 45%, #f5f7fb 100%);
}

.product-landing-main {
  overflow: hidden;
}

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

.product-hero {
  padding: clamp(52px, 7vw, 86px) 0 34px;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .78fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.product-eyebrow {
  margin: 0 0 14px;
  color: #5a4ff3;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: .96;
  letter-spacing: 0;
  hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

.product-lead {
  max-width: 710px;
  margin: 20px 0 0;
  color: rgba(23, 23, 29, .72);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.product-btn-primary {
  background: #17171d;
  color: #fff;
  box-shadow: 0 16px 34px rgba(23, 23, 29, .14);
}

.product-btn-secondary {
  background: rgba(255,255,255,.66);
  color: #17171d;
  box-shadow: inset 0 0 0 1px rgba(23,23,29,.08);
}

.product-feature-panel {
  padding: 24px;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 24px 70px rgba(31,27,46,.08);
}

.product-feature-panel h2 {
  margin: 0 0 18px;
  font-size: 1.05rem;
}

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

.product-feature-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(23,23,29,.76);
  font-weight: 720;
  line-height: 1.35;
}

.product-feature-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, #50b97f, #8fd46b);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.72);
}

.product-feature-note {
  margin: 18px 0 0;
  color: rgba(23,23,29,.66);
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.58;
}

.product-video-section {
  padding: 28px 0 clamp(46px, 7vw, 76px);
}

.product-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
  margin-bottom: 18px;
}

.product-trust-strip span {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  padding: 12px 13px;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.62);
  color: rgba(23,23,29,.68);
  font-size: .86rem;
  font-weight: 820;
  line-height: 1.25;
}

.product-trust-strip span::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 50%;
  background: linear-gradient(135deg, #50b97f, #8fd46b);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.74);
}

.product-video {
  display: grid;
  gap: 18px;
}

.product-video-copy h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: 0;
  hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

.product-video-copy p {
  max-width: 720px;
  margin: 8px 0 0;
  color: rgba(23,23,29,.64);
  line-height: 1.55;
}

.product-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #17171d;
  box-shadow: 0 24px 70px rgba(23,23,29,.16);
}

.product-video-frame video,
.product-video-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.product-video-frame video {
  display: block;
  object-fit: cover;
}

.product-video-placeholder {
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 24px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(90,79,243,.82), rgba(23,23,29,.94));
}

.product-video-placeholder strong {
  font-size: clamp(1.35rem, 3vw, 2.2rem);
}

.product-video-placeholder span {
  color: rgba(255,255,255,.76);
  font-weight: 760;
}

.product-video-placeholder-classroom {
  background:
    linear-gradient(135deg, rgba(23,23,29,.94), rgba(90,79,243,.78) 56%, rgba(80,185,127,.72));
}

.product-video-play {
  position: relative;
  display: inline-flex;
  justify-self: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 44px rgba(0,0,0,.2);
}

.product-video-play::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 22px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #17171d;
}

.product-voice-preview-section {
  padding: 0 0 clamp(54px, 8vw, 92px);
}

.product-voice-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 18px 48px rgba(31,27,46,.055);
}

.product-voice-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 12px 16px;
  border: 0;
  border-right: 1px solid rgba(23,23,29,.07);
  border-bottom: 1px solid rgba(23,23,29,.07);
  background: transparent;
  box-shadow: none;
}

.product-voice-card:nth-child(3n) {
  border-right: 0;
}

.product-voice-avatar-wrap {
  position: relative;
  width: 46px;
  height: 46px;
}

.product-voice-avatar {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 47% 53% 49% 51%;
  box-shadow: none;
  filter: saturate(.96) contrast(.98);
}

.product-voice-avatar.is-male {
  border-radius: 53% 47% 51% 49%;
}

.product-voice-avatar.is-variant-2 {
  border-radius: 44% 56% 54% 46%;
}

.product-voice-avatar.is-variant-3 {
  border-radius: 52% 48% 45% 55%;
}

.product-voice-avatar.is-variant-4 {
  border-radius: 56% 44% 48% 52%;
}

.product-voice-copy {
  min-width: 0;
}

.product-voice-title-row {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.product-voice-title-row h3 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #17171d;
  font-size: 1rem;
  font-weight: 930;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-voice-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 2;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 999px;
  background: rgba(245,245,247,.94);
  color: rgba(23,23,29,.58);
  font-size: .72rem;
  font-weight: 860;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(23,23,29,.12);
}

.product-voice-copy p {
  margin: 4px 0 0;
  overflow: hidden;
  color: rgba(23,23,29,.62);
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-voice-play {
  display: grid;
  place-items: center;
  justify-self: end;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #17171d;
  cursor: pointer;
}

.product-voice-play svg {
  width: 20px;
  height: 20px;
  display: block;
}

.product-voice-play .product-voice-pause-icon {
  display: none;
  width: 18px;
  height: 18px;
}

.product-voice-play.is-playing .product-voice-play-icon {
  display: none;
}

.product-voice-play.is-playing .product-voice-pause-icon {
  display: block;
}

.product-voice-play.is-playing {
  color: #5a4ff3;
}

.product-voice-play:disabled {
  cursor: default;
  opacity: .28;
}

.product-listening-example-card .product-language-quiz-badge {
  background: #17171d;
  color: #fff;
  border-color: transparent;
}

.product-depth-section {
  padding: 0 0 clamp(54px, 8vw, 92px);
}

.product-compact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(34px, 5vw, 58px);
  padding: 18px 20px;
  border: 1px solid rgba(90,79,243,.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(247,246,255,.96), rgba(238,250,244,.9));
  box-shadow: 0 18px 54px rgba(31,27,46,.06);
}

.product-compact-info .product-eyebrow {
  margin-bottom: 6px;
}

.product-compact-info h2 {
  margin: 0;
  color: #17171d;
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.18;
  letter-spacing: 0;
  hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

.product-compact-info p:not(.product-eyebrow) {
  max-width: 720px;
  margin: 7px 0 0;
  color: rgba(23,23,29,.66);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.5;
}

.product-compact-info .product-inline-link {
  flex: 0 0 auto;
  margin-top: 0;
}

.product-depth-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr);
  column-gap: clamp(22px, 5vw, 60px);
  row-gap: 12px;
  align-items: start;
  margin-bottom: 24px;
}

.product-depth-head .product-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.product-depth-head h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.9rem, 3.8vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: 0;
  hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

.product-depth-intro {
  display: grid;
  gap: 12px;
}

.product-depth-intro p {
  margin: 0;
  color: rgba(23,23,29,.68);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-weight: 650;
  line-height: 1.64;
}

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

.product-language-quiz-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-language-quiz-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 20px 54px rgba(31,27,46,.07);
}

.product-language-quiz-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eceef6;
}

.product-language-quiz-card > div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
}

.product-language-quiz-card h3 {
  margin: 0;
  color: #17171d;
  font-size: 1.12rem;
  line-height: 1.22;
}

.product-language-quiz-card p {
  margin: 0;
  color: rgba(23,23,29,.64);
  font-size: .93rem;
  font-weight: 680;
  line-height: 1.45;
}

.product-language-quiz-badge {
  justify-self: start;
  padding: 5px 9px;
  border: 1px solid rgba(90,79,243,.18);
  border-radius: 999px;
  background: #f7f6ff;
  color: #4037c9;
  font-size: .76rem;
  font-weight: 900;
}

.product-language-quiz-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-language-quiz-tags span {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(80,185,127,.12);
  color: #26714f;
  font-size: .78rem;
  font-weight: 850;
}

.product-depth-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-depth-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-depth-card {
  padding: 22px;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 18px 54px rgba(23,23,29,.055);
}

.product-depth-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #17171d;
  color: #fff;
  font-size: .86rem;
  font-weight: 950;
}

.product-depth-card h3 {
  margin: 0 0 12px;
  color: #17171d;
  font-size: 1.18rem;
  line-height: 1.18;
}

.product-depth-card p {
  margin: 10px 0 0;
  color: rgba(23,23,29,.66);
  font-size: .96rem;
  font-weight: 620;
  line-height: 1.58;
}

.product-depth-card-with-list ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.product-depth-card-with-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  color: rgba(23,23,29,.7);
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.35;
}

.product-depth-card-with-list li::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-top: 3px;
  border-radius: 50%;
  background: #50b97f;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.78);
}

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

.product-classroom-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(245,247,251,.78));
  box-shadow: 0 18px 54px rgba(23,23,29,.055);
}

.product-classroom-card-preview {
  grid-template-rows: 190px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.product-classroom-cover {
  position: relative;
  box-sizing: border-box;
  height: 190px;
  min-height: 0;
  padding: 18px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(135deg, rgba(90,79,243,.62), rgba(80,185,127,.34)),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.62), transparent 8rem);
  color: rgba(255,255,255,.9);
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.25;
}

.product-classroom-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23,23,29,.02) 12%, rgba(23,23,29,.44) 100%);
}

.product-classroom-cover span {
  position: relative;
  z-index: 1;
  max-width: 82%;
}

.product-classroom-card-preview.has-cover .product-classroom-cover {
  background-image:
    linear-gradient(180deg, rgba(23,23,29,.02), rgba(23,23,29,.38)),
    var(--classroom-cover);
  background-size: cover;
  background-position: center;
}

.product-classroom-card-preview.has-cover .product-classroom-cover span {
  opacity: 0;
}

.product-classroom-card-preview.is-cover-pending .product-classroom-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.24) 42%, transparent 64%);
  animation: classroom-cover-pulse 2.8s ease-in-out infinite;
}

@keyframes classroom-cover-pulse {
  0% { transform: translateX(-70%); opacity: .1; }
  45% { opacity: .74; }
  100% { transform: translateX(70%); opacity: .1; }
}

.product-classroom-card-body {
  display: grid;
  align-content: start;
  position: relative;
  z-index: 1;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,247,251,.82));
}

.product-classroom-card > span,
.product-classroom-card-body > span {
  justify-self: start;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(90,79,243,.1);
  color: #4037c9;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.2;
}

.product-classroom-card h3,
.product-classroom-card-body h3 {
  margin: 0;
  color: #17171d;
  font-size: 1.25rem;
  line-height: 1.16;
}

.product-classroom-card p,
.product-classroom-card-body p {
  margin: 12px 0 0;
  color: rgba(23,23,29,.66);
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.58;
}

.product-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: clamp(48px, 7vw, 78px);
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: #17171d;
  color: #fff;
  box-shadow: 0 24px 70px rgba(23,23,29,.16);
}

.product-final-cta .product-eyebrow {
  color: #8fd46b;
}

.product-final-cta h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.product-final-cta p:not(.product-eyebrow) {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.76);
  font-weight: 650;
  line-height: 1.55;
}

.product-final-cta .product-btn-primary {
  flex: 0 0 auto;
  background: #fff;
  color: #17171d;
}

.product-inline-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: #5a4ff3;
  font-size: .92rem;
  font-weight: 900;
  text-decoration: none;
}

.product-inline-link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.product-workflow-section {
  padding: 0 0 clamp(54px, 8vw, 92px);
}

.product-visual-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: 0 0 clamp(54px, 8vw, 92px);
}

.product-visual-copy h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: 0;
  hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

.product-visual-copy p:not(.product-eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(23,23,29,.68);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-weight: 650;
  line-height: 1.64;
}

.product-visual-copy .product-workflow-list {
  margin-top: 22px;
}

.product-mockup-stack {
  display: grid;
  gap: 14px;
}

.product-mockup {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,247,251,.92));
  box-shadow: 0 24px 70px rgba(31,27,46,.08);
}

.product-mockup::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #5a4ff3, #50b97f);
}

.product-mockup-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}

.product-mockup-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(23,23,29,.18);
}

.product-mockup h3 {
  margin: 0 0 16px;
  font-size: 1rem;
}

.product-mockup label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  color: rgba(23,23,29,.74);
  font-weight: 820;
}

.product-mockup label span {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #50b97f;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.72);
}

.product-mockup-row {
  height: 13px;
  margin-top: 16px;
  border-radius: 999px;
  background: rgba(23,23,29,.1);
}

.product-mockup-row.is-short {
  width: 64%;
}

.product-mockup-quiz {
  min-height: 230px;
  background:
    linear-gradient(135deg, rgba(90,79,243,.1), rgba(255,255,255,.9) 48%, rgba(80,185,127,.12));
}

.product-mockup-quiz p {
  max-width: 390px;
  margin: 0;
  color: #17171d;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  font-weight: 900;
  line-height: 1.32;
}

.product-mockup-quiz mark {
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(90,79,243,.13);
  color: #4a40db;
}

.product-mockup-popover {
  display: grid;
  gap: 6px;
  max-width: 330px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23,23,29,.1);
}

.product-mockup-popover strong {
  color: #17171d;
  font-size: .98rem;
}

.product-mockup-popover span,
.product-mockup-popover em {
  color: rgba(23,23,29,.66);
  font-size: .94rem;
  font-style: normal;
  font-weight: 680;
  line-height: 1.45;
}

.product-mockup-start p {
  margin: 0 0 10px;
  color: rgba(23,23,29,.62);
  font-weight: 760;
}

.product-language-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(23,23,29,.1);
  border-radius: 8px;
  background: #fff;
  color: #17171d;
  font-weight: 900;
}

.product-language-select::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(23,23,29,.5);
  border-bottom: 2px solid rgba(23,23,29,.5);
  transform: rotate(45deg) translateY(-2px);
}

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

.product-chip-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.product-chip-grid span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.68);
  color: rgba(23,23,29,.76);
  font-weight: 880;
  line-height: 1.25;
}

.product-workflow-panel {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 24px 70px rgba(31,27,46,.08);
}

.product-workflow-panel h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.85rem);
  line-height: 1.04;
  letter-spacing: 0;
  hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

.product-workflow-panel p:not(.product-eyebrow) {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(23,23,29,.68);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-weight: 650;
  line-height: 1.64;
}

.product-workflow-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: product-workflow;
}

.product-workflow-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: rgba(245,247,251,.72);
  color: rgba(23,23,29,.7);
  font-weight: 760;
  line-height: 1.45;
  counter-increment: product-workflow;
}

.product-workflow-list li::before {
  content: counter(product-workflow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #17171d;
  color: #fff;
  font-size: .86rem;
  font-weight: 950;
}

.product-faq-section {
  padding: 0 0 clamp(64px, 8vw, 104px);
}

.product-faq-head {
  margin-bottom: 22px;
}

.product-faq-head h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: 0;
  hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

.product-faq-list {
  display: grid;
  gap: 10px;
  max-width: 920px;
}

.product-faq-item {
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 14px 42px rgba(23,23,29,.045);
  overflow: hidden;
}

.product-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 16px 18px;
  color: #17171d;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.product-faq-item summary::-webkit-details-marker {
  display: none;
}

.product-faq-item summary::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid rgba(23,23,29,.48);
  border-bottom: 2px solid rgba(23,23,29,.48);
  transform: rotate(45deg);
  transition: transform .16s ease;
  flex: 0 0 11px;
}

.product-faq-item[open] summary::after {
  transform: translateY(3px) rotate(225deg);
}

.product-faq-answer {
  padding: 0 18px 18px;
}

.product-faq-answer p {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(23,23,29,.68);
  font-size: .98rem;
  line-height: 1.65;
  font-weight: 620;
}

.product-faq-answer p:first-child {
  margin-top: 0;
}

.product-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 0 clamp(48px, 7vw, 78px);
}

.product-related-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(23,23,29,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  color: rgba(23,23,29,.76);
  font-weight: 880;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .product-voice-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-voice-card:nth-child(3n) {
    border-right: 1px solid rgba(23,23,29,.07);
  }

  .product-voice-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 860px) {
  .product-shell {
    width: min(100% - 28px, 1120px);
  }

  .product-hero-grid {
    grid-template-columns: 1fr;
  }

  .product-trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .product-feature-panel {
    padding: 20px;
  }

  .product-compact-info {
    display: grid;
    align-items: start;
  }

  .product-compact-info .product-inline-link {
    justify-self: start;
  }

  .product-depth-head,
  .product-depth-grid,
  .product-depth-grid-wide,
  .product-depth-grid-four,
  .product-mini-grid,
  .product-language-quiz-grid,
  .product-classroom-grid,
  .product-voice-preview-grid,
  .product-visual-section,
  .product-workflow-panel {
    grid-template-columns: 1fr;
  }

  .product-voice-card,
  .product-voice-card:nth-child(2n),
  .product-voice-card:nth-child(3n) {
    border-right: 0;
  }

  .product-classroom-card-preview.has-cover .product-classroom-cover {
    background-image:
      linear-gradient(180deg, rgba(23,23,29,.02), rgba(23,23,29,.38)),
      var(--classroom-cover-mobile);
  }

  .product-final-cta {
    display: grid;
    align-items: start;
  }

  .product-final-cta .product-btn-primary {
    justify-self: start;
  }

  .product-depth-head {
    column-gap: 16px;
    row-gap: 10px;
  }

  .product-depth-head .product-eyebrow {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .product-trust-strip {
    grid-template-columns: 1fr;
  }

  .product-related-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-chip-grid,
  .product-chip-grid-compact {
    grid-template-columns: 1fr;
  }
}
