/* Shared page sections and interactive demo. */
svg {
  flex-shrink: 0;
  vertical-align: middle;
}
.nav-actions {
  gap: 10px;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-height: 38px;
  border: 0;
  background: transparent;
  color: var(--muted);
  border-radius: 9px;
}
.icon-button:hover {
  color: var(--ink);
  background: var(--surface2);
}
.language {
  font-size: 13px;
  font-weight: 600;
}
.nav-download {
  min-height: 42px;
  font-size: 13px;
  padding: 10px 16px;
  gap: 12px;
  background: var(--surface);
  color: var(--ink);
  margin-left: 9px;
}
.header nav a[aria-current] {
  color: var(--lime);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.quiet-link {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 6px 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
}
.quiet-link:hover {
  color: var(--ink);
}
.scene {
  background-image:
    linear-gradient(180deg, #171b1910, #171b1910), url("/assets/night-desk.png");
  background-size: cover;
  background-position: 50% 50%;
}
.hero-visual {
  min-height: 610px;
  align-items: flex-start;
  padding-top: 108px;
  border-radius: 5px 66px 5px 5px;
}
.typing-widget {
  background: #18201bdd;
  box-shadow: 0 18px 50px #0008;
  backdrop-filter: blur(9px);
  padding: 22px;
  border-color: #687b5860;
}
.widget-head img {
  border-radius: 7px;
}
.sound-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0 6px 6px;
  font-size: 12px;
  background: none;
  border: 0;
  color: #b3bbaa;
  white-space: nowrap;
}
.sound-toggle svg {
  width: 16px;
  height: 16px;
}
.sound-toggle[aria-pressed="true"] {
  color: #ff4d6d;
}
.sentence {
  font-size: clamp(25px, 2.25vw, 35px);
  line-height: 1.6;
  margin-top: 25px;
  position: relative;
  color: #b3bbaa;
  letter-spacing: -0.7px;
}
.word {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  cursor: pointer;
}
.word:hover {
  color: #ffe8ed;
  background: #ff4d6d15;
}
.word:focus-visible {
  outline-color: #ff4d6d;
}
/* Legacy demo classes ??scoped so they never leak onto practice-demo chars. */
.sentence .typed {
  color: #ff4d6d;
}
.sentence .wrong {
  color: #ffa6ba;
  text-decoration: underline wavy;
}
.sentence .current {
  position: relative;
}
.sentence .current::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 10%;
  bottom: 5%;
  width: 2px;
  background: #ff4d6d;
  animation: blink 1.15s steps(1) infinite;
}
.translation {
  margin-bottom: 21px;
}
.input-wrap {
  position: relative;
}
#typing {
  padding-right: 32px;
}
#typing.invalid {
  border-color: #f19aac;
}
#typing.complete {
  border-color: #ff4d6d;
}
#input-check {
  position: absolute;
  right: 12px;
  top: 15px;
  color: #afbd9e;
  font-size: 16px;
  pointer-events: none;
}
.input-label {
  font-size: 13px;
  line-height: 1.7;
}
#particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 8;
}
.demo-status {
  min-height: 35px;
  padding-top: 10px;
  color: #bdc6b2;
  font-size: 12px;
  line-height: 1.65;
}
.widget-bottom {
  margin-top: 10px;
  border-top: 1px solid #64725250;
  padding-top: 14px;
  align-items: center;
}
.classic-tag {
  color: #bdc8ae;
  font-size: 12px;
  white-space: nowrap;
}
.classic-tag > span {
  color: #73806b;
  padding-inline: 4px;
}
.text-button {
  border: 0;
  background: none;
  color: #d8e2c9;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 0;
}
.text-button span {
  color: #a1ae95;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.lookup {
  position: absolute;
  z-index: 10;
  top: 136px;
  right: 22px;
  width: min(295px, calc(100% - 44px));
  padding: 18px;
  background: #2d372b;
  border: 1px solid #72835b;
  border-radius: 12px;
  box-shadow: 0 14px 35px #0008;
  color: #f5f3e9;
}
.lookup-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.lookup-top strong {
  font-size: 24px;
  font-weight: 500;
}
.lookup-top button {
  font-size: 24px;
  color: #b7c5aa;
  background: none;
  border: 0;
  line-height: 1;
  padding: 0 3px;
}
.phonetic {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: #b3c1a5;
  margin-top: 7px;
}
.phonetic button {
  background: none;
  color: #ff4d6d;
  border: 0;
  padding: 3px;
}
.phonetic svg {
  width: 17px;
  height: 17px;
}
.lookup p {
  font-size: 14px;
  line-height: 1.8;
  margin: 12px 0 17px;
}
.lookup p span {
  color: #b3c1a5;
}
.lookup-note {
  display: block;
  font-size: 11px;
  color: #b3c1a5;
  margin-top: 12px;
}
.save-chip {
  font-size: 12px;
  border: 1px solid #64755170;
  color: #d5edb2;
  background: #ff4d6d10;
  border-radius: 6px;
  padding: 8px 10px;
  min-height: 34px;
}
.save-chip:hover {
  background: #ff4d6d20;
}
.save-chip[aria-pressed="true"] {
  background: #ff4d6d;
  color: #1a0a0e;
}
.benefit-strip {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-block: 26px;
  border-block: 1px solid var(--line);
}
.benefit-strip > span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--muted);
}
.benefit-strip svg {
  color: var(--lime);
  width: 19px;
}
.section {
  padding-top: 112px;
  padding-bottom: 10px;
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 40px;
}
h2 {
  font-size: clamp(30px, 3vw, 43px);
  letter-spacing: -1.3px;
  line-height: 1.5;
  font-weight: 700;
  margin: 16px 0 0;
}
.section-intro > p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0 0 5px;
  max-width: 410px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.feature-card {
  min-width: 0;
}
.feature-number {
  font-size: 11px;
  letter-spacing: 1.7px;
  color: var(--muted);
  margin-bottom: 15px;
}
.feature-art {
  height: 224px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 27px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.feature-card h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 12px;
  letter-spacing: -0.35px;
}
.feature-card > p {
  font-size: 15px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0 0 18px;
}
.text-link {
  background: none;
  border: 0;
  padding: 0;
  color: var(--lime);
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  min-height: 36px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.text-link svg {
  width: 16px;
}
.feature-note {
  color: var(--muted);
  font-size: 12px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  line-height: 1.7;
}
.little-label {
  color: var(--muted);
  font-size: 11px;
  position: absolute;
  top: 22px;
  left: 24px;
}
.caption-art > div:not(.caption-progress) {
  font-size: clamp(17px, 1.65vw, 25px);
  color: #819076;
  white-space: nowrap;
  letter-spacing: -0.4px;
}
.caption-art b {
  color: var(--lime);
  font-weight: 500;
}
.caption-art > div > i {
  display: inline-block;
  width: 2px;
  height: 23px;
  background: var(--lime);
  vertical-align: middle;
  margin-left: 3px;
}
.caption-translation {
  color: var(--muted);
  font-size: 12px;
  margin-top: 13px;
}
.caption-progress {
  height: 3px;
  position: absolute;
  bottom: 30px;
  left: 24px;
  right: 24px;
  background: var(--line);
}
.caption-progress i {
  display: block;
  height: 100%;
  width: 53%;
  background: var(--lime);
}
.word-art {
  padding: 17px 22px;
}
.word-context {
  font-size: 15px;
  align-self: center;
  margin-bottom: 13px;
  white-space: nowrap;
}
.word-context button {
  font: inherit;
  color: var(--pink);
  border: 0;
  border-bottom: 1px dashed var(--pink);
  background: transparent;
  padding: 0;
}
.mini-dictionary {
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  max-width: 300px;
  width: 100%;
  align-self: center;
  transition: border-color 0.2s;
}
.mini-dictionary.highlighted {
  border-color: var(--pink);
}
.mini-dictionary > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.mini-dictionary strong {
  font-size: 19px;
  font-weight: 500;
}
.mini-dictionary > div > span {
  color: var(--muted);
  font-size: 11px;
}
.definition {
  font-size: 12px;
  display: block;
  color: var(--muted);
  margin-block: 8px;
}
.mini-dictionary .save-chip {
  padding: 5px 8px;
  min-height: 28px;
}
.sound-art {
  gap: 22px;
  align-items: center;
}
.sound-wave {
  display: flex;
  gap: 4px;
  height: 80px;
  align-items: center;
}
.sound-wave i {
  width: 4px;
  height: var(--bar);
  background: var(--pink);
  border-radius: 3px;
  opacity: 0.75;
}
.sound-wave.playing i {
  animation: wave 0.45s ease-in-out infinite alternate;
  animation-delay: var(--delay);
}
.sound-preview {
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 7px;
  font-size: 12px;
  color: var(--ink);
  padding: 9px 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.sound-preview svg {
  width: 15px;
}
.pricing-section {
  padding-top: 48px;
}
.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.price-card {
  border: 1px solid var(--line);
  padding: 32px;
  border-radius: 14px;
  background: var(--surface);
}
.price-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.price-head h3 {
  margin: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-head > span {
  font-size: 12px;
  color: var(--muted);
}
.price-word {
  font-size: 36px;
  letter-spacing: -1px;
  margin: 27px 0 0;
  line-height: 1.5;
}
.price-word > span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
  letter-spacing: 0;
}
.check-list {
  padding: 24px 0;
  margin: 23px 0;
  border-top: 1px solid var(--line);
  list-style: none;
  display: grid;
  gap: 16px;
}
.check-list li {
  font-size: 14px;
  display: flex;
  gap: 12px;
  line-height: 1.8;
}
.check-list svg {
  width: 17px;
  color: var(--lime);
  margin-top: 4px;
}
.price-card > .button {
  width: 100%;
}
.pro-card {
  border-color: #ff4d6d;
  background: linear-gradient(140deg, #3a2228, var(--surface) 80%);
}
.pro-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 4px 7px;
  border: 1px solid #ff4d6d60;
  color: var(--lime);
  border-radius: 4px;
  font-weight: 500;
}
.community {
  margin-top: 48px;
  padding: 22px 0;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  border-block: 1px solid var(--line);
}
.community-symbol {
  display: none;
}
.community-copy {
  flex: 1;
  min-width: 0;
}
.community .eyebrow {
  display: none;
}
.community h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
}
.community p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  max-width: none;
  margin: 6px 0 0;
}
.community-license {
  font-size: 12px;
  color: var(--muted);
  opacity: 0.85;
}
.community > .button {
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 55px;
  padding-bottom: 100px;
}
.faq-section h2 {
  font-size: 33px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 15px;
  line-height: 1.8;
  padding: 22px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 22px;
  font-weight: 400;
  color: var(--muted);
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 14px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0 35px 22px 0;
}
.closing {
  text-align: center;
  border-top: 1px solid var(--line);
  padding-block: 68px 75px;
}
.closing h2 {
  font-size: 38px;
  margin: 17px 0 27px;
}
.footer {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-block: 28px 40px;
  margin-top: 8px;
}
.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer .brand {
  font-size: 18px;
  gap: 9px;
}
.footer .brand img {
  width: 28px;
  height: 28px;
}
.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
}
.footer-nav a,
.footer-bottom a,
.footer-bottom span {
  font-size: 13px;
  color: var(--muted);
}
.footer-nav a:hover,
.footer-bottom a:hover {
  color: var(--ink);
}
.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  margin: 0 !important;
}
.footer-contacts a {
  font-size: 13px;
  overflow-wrap: anywhere;
}
.footer-right {
  display: none;
}
.footer p {
  display: none;
}
dialog {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 18px;
  width: min(520px, calc(100% - 36px));
  padding: 28px;
  box-shadow: 0 25px 100px #0008;
}
dialog::backdrop {
  background: #0009;
  backdrop-filter: blur(4px);
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
dialog h2 {
  font-size: 28px;
  letter-spacing: -0.8px;
  line-height: 1.5;
}
dialog p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
  margin-block: 18px;
}
dialog .button {
  margin-top: 8px;
}
.availability {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 17px;
  font-size: 14px;
  margin-block: 20px;
}
.availability > span {
  color: var(--pink);
}
.pro-hero {
  padding-top: 34px;
}
.back-link {
  color: var(--muted);
  font-size: 13px;
}
.pro-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-block: 70px 85px;
}
.pro-hero h1 {
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.35;
  letter-spacing: -2px;
  margin: 22px 0;
}
.pro-hero h1 em {
  font-style: normal;
  color: var(--lime);
}
.pro-showcase {
  padding: 50px 35px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 80% 10%, #e4a3b21a, transparent 60%),
    var(--surface);
}
.pro-showcase-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 23px;
  font-weight: 600;
}
.pro-sentence {
  font-size: clamp(26px, 3vw, 45px);
  margin-block: 50px 32px;
  color: var(--lime);
  font-weight: 500;
  letter-spacing: -1px;
}
.pro-sentence span {
  color: var(--pink);
}
.pro-swatches {
  display: flex;
  gap: 10px;
}
.pro-swatches i {
  width: 34px;
  height: 12px;
  border-radius: 3px;
  background: #ff4d6d;
}
.pro-swatches i:nth-child(2) {
  background: #ff4d6d;
}
.pro-swatches i:nth-child(3) {
  background: #a0d5e2;
}
.pro-swatches i:nth-child(4) {
  background: #efc974;
}
.pro-swatches i:nth-child(5) {
  background: #bfaae7;
}
.pro-showcase-label {
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--muted);
  margin-top: 33px;
  line-height: 1.8;
}
.pro-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  border-block: 1px solid var(--line);
  padding-block: 30px;
}
.pro-benefits article > span {
  font-size: 12px;
  color: var(--lime);
}
.pro-benefits h3 {
  font-size: 19px;
  line-height: 1.6;
  margin: 15px 0 12px;
}
.pro-benefits p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0;
}
html[data-theme="light"] {
  color-scheme: light;
  --bg: #faf7f8;
  --surface: #f3ecee;
  --surface2: #ebe2e4;
  --ink: #2a1a1e;
  --muted: #7a6a6e;
  --line: #e0d4d7;
  --lime: #d6455f;
  --pink: #ff4d6d;
  --shadow: #a83248;
}
html[data-theme="light"] .button.primary {
  background: #ff4d6d;
  color: #ffffff;
  border-color: #ff4d6d;
  border-bottom-color: #c93a54;
}
html[data-theme="light"] .pro-card {
  background: linear-gradient(135deg, #ffe4ea, #f3ecee);
}
html[data-theme="light"] .pro-pill {
  border-color: #ff4d6d60;
}
html[data-theme="light"] .mini-dictionary .save-chip {
  color: #8a2a3c;
  background: #ffe4ea;
}
html[data-theme="light"] .mini-dictionary .save-chip[aria-pressed="true"] {
  background: #ff4d6d;
  color: #ffffff;
}
html[data-theme="light"] .hero-visual,
html[data-theme="light"] .hero-stage {
  --lime: #ff4d6d;
  --ink: #f5f3e9;
  --muted: #a8b0a4;
}
html[lang="en"] .hero h1 {
  font-size: clamp(40px, 4.1vw, 64px);
  line-height: 1.15;
  letter-spacing: -2px;
}
html[lang="en"] h2 {
  line-height: 1.2;
}
html[lang="en"] .feature-card h3 {
  min-height: 60px;
}
html[lang="en"] .hero-desc {
  margin-top: 28px;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes wave {
  to {
    transform: scaleY(0.35);
    opacity: 0.45;
  }
}
@media (min-width: 1600px) {
  .hero-visual {
    min-height: 660px;
    padding-top: 125px;
  }
}
@media (max-width: 1100px) {
  .hero-visual {
    min-height: 570px;
    padding-top: 110px;
  }
  .hero {
    gap: 20px;
  }
  .typing-widget {
    padding: 18px;
  }
  .widget-head {
    font-size: 12px;
  }
  .sound-toggle {
    font-size: 11px;
  }
  .feature-grid {
    gap: 20px;
  }
  .feature-art {
    padding: 20px;
    height: 210px;
  }
  .word-art {
    padding: 16px 13px;
  }
  .mini-dictionary {
    padding: 12px;
  }
  .word-context {
    font-size: 13px;
  }
  .sound-wave {
    gap: 3px;
  }
  .sound-wave i {
    width: 3px;
  }
  .caption-art > div:not(.caption-progress) {
    font-size: 18px;
  }
  .price-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .community {
    padding: 20px 0;
  }
  .community-symbol {
    display: none;
  }
  .community h2 {
    font-size: 15px;
  }
  .faq-section {
    gap: 30px;
  }
  .nav-actions {
    gap: 3px;
  }
  .nav-download {
    padding: 10px 12px;
  }
  .header nav {
    gap: 23px;
  }
  .hero-actions {
    gap: 12px;
  }
  .quiet-link {
    font-size: 13px;
  }
  .pro-hero-grid {
    gap: 35px;
  }
  .pro-showcase {
    padding: 35px 25px;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .header .nav-download {
    display: none;
  }
  .hero h1 {
    font-size: 37px;
  }
  .sentence {
    font-size: 25px;
  }
  .hero-visual {
    padding-inline: 14px;
  }
  .widget-head {
    flex-wrap: wrap;
  }
  .feature-grid {
    gap: 18px;
  }
  .feature-art {
    padding-inline: 15px;
  }
  .caption-art > div:not(.caption-progress) {
    font-size: 16px;
  }
  .word-context {
    font-size: 11px;
  }
  .sound-preview {
    padding: 8px;
    font-size: 11px;
  }
  .feature-card h3 {
    font-size: 17px;
  }
  .section-intro > p {
    max-width: 320px;
  }
  .benefit-strip > span {
    font-size: 12px;
    gap: 7px;
  }
  .mini-dictionary > div {
    gap: 3px;
  }
}
@media (max-width: 760px) {
  .header {
    flex-wrap: wrap;
    height: auto;
    min-height: 104px;
    padding-block: 17px 12px;
    gap: 12px;
  }
  .header nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 40px;
    padding-top: 6px;
  }
  .nav-actions {
    margin-left: auto;
    gap: 6px;
  }
  .nav-download {
    display: none;
  }
  .hero {
    padding-top: 36px;
    padding-bottom: 35px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-desc br:last-of-type {
    display: none;
  }
  .hero-copy {
    padding-inline: 2px;
  }
  .hero-visual {
    min-height: 505px;
    padding: 74px 18px 108px;
    border-radius: 5px 45px 5px 5px;
  }
  .typing-widget {
    padding: 18px;
  }
  .widget-head {
    font-size: 12px;
  }
  .sound-toggle {
    font-size: 11px;
  }
  .sentence {
    font-size: 28px;
    margin-top: 24px;
  }
  .scene {
    background-position: 50% 50%;
  }
  .benefit-strip {
    flex-direction: column;
    gap: 16px;
    padding-block: 24px;
  }
  .benefit-strip > span {
    font-size: 13px;
  }
  .benefit-strip svg {
    width: 18px;
  }
  .section {
    padding-top: 70px;
  }
  .section-intro {
    display: block;
    margin-bottom: 30px;
  }
  .section-intro > p {
    margin-top: 18px;
    font-size: 15px;
  }
  .section-intro h2 {
    font-size: 31px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .feature-art {
    height: 215px;
    margin-bottom: 22px;
  }
  .caption-art > div:not(.caption-progress) {
    font-size: 25px;
  }
  .feature-card h3 {
    font-size: 21px;
  }
  .feature-card > p {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .word-context {
    font-size: 16px;
  }
  .mini-dictionary {
    padding: 14px 16px;
    max-width: 310px;
  }
  .sound-wave {
    gap: 5px;
  }
  .sound-wave i {
    width: 5px;
  }
  .sound-preview {
    font-size: 13px;
  }
  .price-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .price-card {
    padding: 25px;
  }
  .price-head {
    flex-direction: row;
    align-items: center;
  }
  .price-head h3 {
    font-size: 18px;
  }
  .price-head > span {
    font-size: 11px;
  }
  .price-word {
    font-size: 32px;
  }
  .community {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 36px;
    padding-block: 22px;
  }
  .community h2 {
    font-size: 15px;
  }
  .community .eyebrow {
    display: none;
  }
  .faq-section {
    display: block;
    padding-bottom: 62px;
  }
  .faq-section h2 {
    font-size: 30px;
  }
  .faq-list {
    margin-top: 25px;
  }
  .faq-list summary {
    font-size: 14px;
    padding-block: 20px;
  }
  .closing {
    padding-block: 48px 55px;
  }
  .closing h2 {
    font-size: 29px;
    letter-spacing: -0.8px;
  }
  .footer {
    gap: 16px;
    padding-block: 24px 36px;
  }
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-nav,
  .footer-contacts {
    justify-content: flex-start;
  }
  .pro-hero-grid {
    grid-template-columns: 1fr;
    padding-block: 45px 50px;
    gap: 45px;
  }
  .pro-hero h1 {
    font-size: 45px;
  }
  .pro-showcase {
    padding: 30px 25px;
  }
  .pro-sentence {
    font-size: 34px;
    margin-block: 36px 26px;
  }
  .pro-benefits {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .pro-benefits article + article {
    border-top: 1px solid var(--line);
    padding-top: 25px;
  }
  .pro-benefits p {
    font-size: 14px;
  }
  html[lang="en"] .hero h1 {
    font-size: 49px;
    line-height: 1.12;
  }
  html[lang="en"] .feature-card h3 {
    min-height: 0;
  }
  .lookup {
    right: 18px;
    top: 128px;
    width: calc(100% - 36px);
  }
  .text-button {
    gap: 10px;
  }
  .widget-bottom {
    gap: 5px;
  }
}
@media (max-width: 380px) {
  .wrap {
    width: calc(100% - 28px);
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero-visual {
    padding-inline: 12px;
  }
  .typing-widget {
    padding: 14px;
  }
  .sentence {
    font-size: 25px;
  }
  .widget-head {
    font-size: 11px;
    gap: 3px;
  }
  .widget-head img {
    width: 21px;
    height: 21px;
  }
  .sound-toggle {
    font-size: 10px;
  }
  .sound-toggle svg {
    width: 14px;
  }
  .classic-tag {
    font-size: 11px;
  }
  .text-button {
    font-size: 11px;
    gap: 8px;
  }
  .price-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-actions .button {
    padding-inline: 18px;
  }
  .hero h1 {
    letter-spacing: -1px;
  }
}
