:root {
  color-scheme: light;
  --ink: #242424;
  --primary: #202020;
  --muted: #6b6b6b;
  --paper: #f8f8f8;
  --line: #e2e2e2;
  --accent: #b95424;
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family:
    -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei",
    sans-serif;
  font-size: 15px;
  line-height: 1.75;
}
body:has(dialog[open]) {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  border: 0;
  background: none;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
  flex-shrink: 0;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h2 {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.5;
}
h3 {
  font-size: 23px;
  line-height: 1.55;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 2px solid #dc702f;
  outline-offset: 5px;
}
::selection {
  background: #ffe2ce;
}
.container {
  width: min(1200px, calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 100px;
}
.eyebrow {
  color: var(--accent);
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 22px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 48px;
}
.section-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
  max-width: 410px;
  padding-bottom: 7px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #383838;
  border-color: #383838;
}
.button-small {
  min-height: 42px;
  padding: 10px 18px;
  gap: 17px;
  font-size: 13px;
}
.button-light {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.button-light:hover {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.text-link {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 7px;
  border-bottom: 1px solid #b5b5b5;
}
.text-link:hover {
  color: #b95424;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  border-radius: 3px;
}
.icon-button:hover {
  background: #eeeeee;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--primary);
  color: #fff;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 86px;
  background: #fff;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #ededed;
}
.header-inner {
  width: min(1360px, calc(100% - 80px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
}
.brand img {
  border-radius: 9px;
  width: 38px;
  height: 38px;
}
.brand-pms {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.site-header nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 13px;
}
.site-header nav > a {
  padding-block: 15px;
}
.site-header nav > a:hover {
  color: #b95424;
}
.nav-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-left: 34px;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.lang-switch button {
  min-width: 40px;
  min-height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.lang-switch button:hover,
.lang-switch button:focus-visible {
  color: var(--accent);
}
.lang-switch button.is-active,
.lang-switch button[aria-pressed="true"] {
  color: var(--ink);
}
.nav-actions .button {
  background: #ef833f;
  border-color: #ef833f;
  color: #202020;
}
.nav-actions .button:hover {
  background: #ff9b59;
  border-color: #ff9b59;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  height: 650px;
  height: min(650px, calc(100svh - 175px));
  min-height: 430px;
  background: #737373;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-image {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: rgba(20, 20, 20, 0.4);
}
.hero-content {
  padding-bottom: 30px;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f2f2f2;
  font-size: 12px;
  margin-bottom: 28px;
}
.hero-eyebrow > span:first-child {
  width: 26px;
  height: 1px;
  background: #ef833f;
  flex-shrink: 0;
}
.hero-eyebrow [data-i18n] {
  max-width: min(420px, 100%);
  line-height: 1.5;
}
.hero h1 {
  font-family: var(--serif);
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero h1 span {
  font-family: Georgia, serif;
  font-weight: 400;
  margin-left: 12px;
  font-size: 55px;
}
.hero-tagline {
  font-family: var(--serif);
  font-size: 29px;
  margin-bottom: 19px;
}
.hero-description {
  font-size: 14px;
  line-height: 2;
  color: #f1f1f1;
  max-width: 510px;
}
.hero-actions {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 31px;
}
.hero-explore {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  padding: 12px 0;
}
.hero-explore:hover {
  color: #ffbd91;
}
.hero-bottom {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #ededed;
  border-top: 1px solid #ffffff40;
  padding-top: 15px;
}
.hero-bottom span:last-child {
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 11px;
}
.hero-bottom svg {
  width: 16px;
  height: 16px;
}
.capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 32px;
  border-bottom: 1px solid var(--line);
  gap: 32px;
}
.capabilities > div {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.capabilities > div + div {
  border-left: 1px solid var(--line);
}
.capabilities svg {
  width: 26px;
  height: 26px;
  color: #c2602d;
}
.capabilities span {
  font-size: 14px;
  font-weight: 500;
}
.capabilities small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  margin-top: 3px;
}
.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}
.product-tabs button {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 18px;
  font-size: 16px;
  position: relative;
  text-align: left;
  color: var(--muted);
  border-bottom: 2px solid transparent;
}
.product-tabs button span {
  font-size: 11px;
  color: #858585;
}
.product-tabs button svg {
  margin-left: auto;
}
.product-tabs button[aria-selected="true"] {
  border-bottom-color: var(--primary);
  color: var(--primary);
  background: #f5f5f5;
}
.product-panel {
  display: grid;
  grid-template-columns: 1fr 2.15fr;
  gap: 52px;
  align-items: center;
  min-height: 390px;
}
.product-copy h3 {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.65;
  margin-bottom: 18px;
}
.product-copy > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.95;
  max-width: 310px;
}
.feature-list {
  padding: 0;
  margin: 23px 0 25px;
  list-style: none;
  font-size: 12px;
}
.feature-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-block: 9px;
}
.feature-list svg {
  width: 15px;
  height: 15px;
  color: #c2602d;
}
.product-figure {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 16px 45px #20202010;
  min-width: 0;
}
.screen-top {
  height: 39px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 15px;
  font-size: 10px;
  color: #6c6c6c;
  border-bottom: 1px solid var(--line);
}
.screen-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef833f;
}
.screen-top .icon-button {
  margin-left: auto;
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}
.screen-top svg {
  width: 14px;
  height: 14px;
}
.product-figure > img {
  width: 100%;
  aspect-ratio: 1512/900;
  object-fit: contain;
  background: white;
}
.product-figure figcaption {
  font-size: 10px;
  padding: 10px 15px;
  color: #737373;
  border-top: 1px solid var(--line);
}
.scenarios-section {
  background: #f5f5f5;
}
.scenarios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.scenario-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.28;
  background: #d0d0d0;
}
.scenario-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.scenario:hover img {
  transform: scale(1.035);
}
.scenario-image > span {
  position: absolute;
  bottom: 14px;
  left: 15px;
  color: #fff;
  background: #202020d9;
  font-size: 9px;
  padding: 5px 10px;
}
.scenario-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 23px 0 10px;
}
.scenario-heading h3 {
  font-family: var(--serif);
  font-size: 24px;
}
.scenario-heading svg {
  color: #c2602d;
}
.scenario p {
  font-size: 13px;
  color: #707070;
  line-height: 1.9;
}
.pricing-section {
  border-bottom: 1px solid var(--line);
}
.membership-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  border-top: 1px solid var(--line);
  padding-top: 34px;
}
.membership-label {
  color: var(--accent);
  font-size: 14px;
}
.membership-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-block: 12px 18px;
  line-height: 1.2;
}
.membership-price > span {
  font-size: 22px;
}
.membership-price strong {
  font-size: 60px;
  font-weight: 500;
}
.membership-price small,
.membership-description,
.membership-plans > p {
  font-size: 13px;
  color: var(--muted);
}
.membership-trial .feature-list {
  display: block;
  margin: 22px 0 28px;
}
.membership-trial .feature-list li {
  margin-block: 8px;
}
.membership-plans {
  border-left: 1px solid var(--line);
  padding-left: 48px;
}
.membership-plans h3 {
  font-family: var(--serif);
  font-size: 24px;
  margin-bottom: 8px;
}
.membership-plans > p {
  margin-bottom: 20px;
}
.membership-plan {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 26px;
  padding-block: 19px;
  border-bottom: 1px solid var(--line);
}
.membership-plan h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}
.membership-plan > div > span,
.membership-plan small {
  font-size: 11px;
  color: var(--muted);
}
.membership-plan > span {
  font-size: 13px;
}
.download-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-block: 1px solid var(--line);
  min-height: 410px;
}
.platforms {
  display: flex;
  flex-direction: column;
  padding: 18px 30px 18px 0;
  border-right: 1px solid var(--line);
}
.platforms button {
  display: flex;
  gap: 15px;
  align-items: center;
  text-align: left;
  padding: 15px 18px;
  min-height: 78px;
  flex: 1;
  border-left: 2px solid transparent;
}
.platforms button > svg:first-child {
  width: 24px;
  height: 24px;
}
.platforms button > svg:last-child {
  margin-left: auto;
  width: 15px;
  height: 15px;
}
.platforms button span {
  font-size: 14px;
  line-height: 1.5;
}
.platforms button small {
  display: block;
  font-size: 10px;
  color: var(--muted);
}
.platforms button[aria-selected="true"] {
  background: #fff2e9;
  border-left-color: var(--primary);
}
.download-detail {
  padding: 36px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  min-width: 0;
  background: #fcfcfc;
}
.download-mark {
  display: flex;
  gap: 20px;
  align-items: center;
}
.download-mark img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
}
.download-mark span {
  font-size: 9px;
  color: var(--muted);
  line-height: 2.2;
}
.download-mark strong {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--ink);
  font-weight: 400;
}
.download-label {
  font-size: 10px;
  color: var(--accent);
  margin-bottom: 10px;
}
.download-detail h3 {
  font-size: 25px;
  margin-bottom: 9px;
}
.download-detail #download-description {
  font-size: 13px;
  color: var(--muted);
  min-height: 46px;
  max-width: 530px;
}
.download-requirement {
  font-size: 12px;
  margin-top: 8px;
  color: #696969;
}
.download-action {
  display: flex;
  align-items: center;
  gap: 28px;
}
.download-note {
  font-size: 10px;
  color: var(--muted);
}
.trial-section {
  background: var(--primary);
  color: #fff;
  padding-block: 64px;
}
.trial-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}
.trial-section .eyebrow {
  color: #efad82;
  margin-bottom: 17px;
}
.trial-section h2 {
  font-size: 35px;
}
.trial-section p:last-child {
  font-size: 12px;
  color: #cccccc;
  margin-top: 18px;
}
.trial-section .button {
  flex-shrink: 0;
  gap: 48px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
}
.faq-section h2 {
  font-size: 34px;
  margin-bottom: 28px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-size: 14px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary svg {
  width: 17px;
  height: 17px;
  transition: transform 0.2s;
}
.faq-list details[open] summary svg {
  transform: rotate(45deg);
}
.faq-list details > div {
  font-size: 13px;
  line-height: 2;
  color: var(--muted);
  padding: 0 30px 23px 0;
}
.faq-list a,
.inline-link {
  padding: 0;
  font-size: inherit;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding-top: 54px;
}
.footer-main {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  padding-bottom: 45px;
}
.footer-tagline {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--muted);
  margin-top: 19px;
}
.footer-links {
  display: flex;
  gap: 78px;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
}
.footer-links > div > span {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 7px;
}
.footer-links button {
  font-size: 12px;
  padding: 0;
}
.footer-links a:hover,
.footer-links button:hover {
  color: #b95424;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-block: 21px;
  font-size: 10px;
  color: var(--muted);
}
dialog {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  box-shadow: 0 24px 100px #20202040;
  max-height: calc(100dvh - 48px);
  overflow: hidden;
}
dialog::backdrop {
  background: #181818bb;
}
.dialog-heading {
  height: 62px;
  padding: 10px 16px 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  flex-shrink: 0;
}
.dialog-heading h2 {
  font-family: inherit;
  font-size: 17px;
}
.image-dialog {
  width: min(1400px, calc(100% - 56px));
}
.image-dialog[open],
.contact-dialog[open] {
  display: flex;
  flex-direction: column;
}
.image-dialog-body {
  overflow: auto;
  min-height: 0;
}
.image-dialog-body img {
  width: 100%;
  height: auto;
}
.contact-dialog {
  width: min(460px, calc(100% - 32px));
}
.contact-body {
  padding: 25px;
  overflow: auto;
  font-size: 14px;
}
.contact-hours {
  font-size: 12px;
  color: var(--muted);
  margin-top: 7px;
}
.contact-body #contact-status {
  margin-top: 24px;
  font-size: 13px;
}
.contact-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 24px;
}
.contact-actions .button {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.contact-body .text-link {
  font-size: 12px;
}
@media (min-width: 1600px) {
  .container {
    width: min(1320px, calc(100% - 160px));
  }
  .hero {
    height: min(700px, calc(100svh - 190px));
  }
  .hero-content {
    padding-left: 22px;
  }
  .hero h1 {
    font-size: 72px;
  }
  .hero-tagline {
    font-size: 32px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .header-inner {
    width: calc(100% - 48px);
    gap: 24px;
  }
  .site-header nav {
    gap: 20px;
  }
  .nav-actions {
    margin-left: 10px;
    gap: 18px;
  }
  .brand {
    font-size: 21px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .product-panel {
    gap: 30px;
    grid-template-columns: 1fr 1.9fr;
  }
  .footer-links {
    gap: 48px;
  }
  .download-detail {
    padding: 32px;
  }
  .download-layout {
    grid-template-columns: 240px 1fr;
  }
  .faq-section {
    gap: 50px;
  }
}
@media (max-width: 960px) {
  .container {
    width: calc(100% - 48px);
  }
  .section {
    padding-block: 68px;
  }
  .membership-layout {
    gap: 30px;
  }
  .membership-plans {
    padding-left: 28px;
  }
  .membership-plan {
    gap: 16px;
  }
  .site-header {
    height: 72px;
  }
  .header-inner {
    width: calc(100% - 40px);
  }
  .menu-toggle {
    display: flex;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    background: white;
    padding: 20px 24px 28px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 25px #20202012;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav > a {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .nav-actions {
    margin: 20px 0 0;
    justify-content: space-between;
  }
  .hero {
    height: min(610px, calc(100svh - 160px));
    min-height: 440px;
  }
  .hero-image {
    object-position: 60% center;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero h1 span {
    font-size: 44px;
  }
  .hero-tagline {
    font-size: 26px;
  }
  .hero-bottom {
    font-size: 8px;
  }
  .hero-bottom span:last-child {
    display: none;
  }
  .capabilities {
    gap: 22px 0;
    grid-template-columns: repeat(2, 1fr);
    padding-block: 25px;
  }
  .capabilities > div {
    justify-content: flex-start;
    padding-left: 14px;
  }
  .capabilities > div:nth-child(3) {
    border-left: none;
  }
  .capabilities svg {
    width: 23px;
    height: 23px;
  }
  .section-heading {
    gap: 30px;
    margin-bottom: 34px;
  }
  h2 {
    font-size: 32px;
  }
  .section-intro {
    font-size: 13px;
  }
  .product-tabs button {
    gap: 10px;
    padding: 15px 10px;
    font-size: 14px;
  }
  .product-tabs button span {
    font-size: 10px;
  }
  .product-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
  }
  .product-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }
  .product-copy h3 {
    font-size: 25px;
  }
  .product-copy > p {
    grid-column: 1;
    max-width: none;
  }
  .feature-list {
    grid-column: 2;
    grid-row: 1 / 3;
    margin-top: 0;
    align-self: center;
  }
  .product-copy .text-link {
    justify-self: start;
    margin-top: 18px;
  }
  .scenarios-grid {
    gap: 18px;
  }
  .scenario-image {
    aspect-ratio: 1;
  }
  .scenario-heading h3 {
    font-size: 21px;
  }
  .scenario p {
    font-size: 12px;
  }
  .scenario p br {
    display: none;
  }
  .scenario-image > span {
    font-size: 8px;
    left: 8px;
    bottom: 8px;
    padding: 3px 6px;
  }
  .download-layout {
    grid-template-columns: 190px 1fr;
  }
  .platforms {
    padding-right: 15px;
  }
  .download-detail {
    padding: 26px;
  }
  .download-detail h3 {
    font-size: 22px;
  }
  .download-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .trial-section h2 {
    font-size: 29px;
  }
  .trial-inner {
    gap: 25px;
  }
  .trial-section .button {
    gap: 20px;
  }
  .faq-section {
    grid-template-columns: 1fr 1.5fr;
    gap: 32px;
  }
  .faq-section h2 {
    font-size: 28px;
  }
  .footer-links {
    gap: 30px;
  }
  .footer-main {
    gap: 35px;
  }
  .footer-bottom {
    font-size: 9px;
  }
}
@media (max-width: 540px) {
  html {
    scroll-padding-top: 28px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 54px;
  }
  .membership-layout {
    grid-template-columns: 1fr;
    padding-top: 26px;
    gap: 35px;
  }
  .membership-plans {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 26px 0 0;
  }
  .membership-price strong {
    font-size: 52px;
  }
  .brand {
    font-size: 21px;
    gap: 9px;
  }
  .brand img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }
  .brand-pms {
    font-size: 14px;
  }
  .hero {
    height: min(570px, calc(100svh - 152px));
    min-height: 410px;
  }
  .hero-content {
    padding-bottom: 28px;
  }
  .hero-shade {
    background: rgba(20, 20, 20, 0.44);
  }
  .hero-image {
    object-position: 61% center;
  }
  .hero-eyebrow {
    font-size: 10px;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: 43px;
    margin-bottom: 18px;
  }
  .hero h1 span {
    font-size: 35px;
    margin-left: 9px;
  }
  .hero-tagline {
    font-size: 23px;
    margin-bottom: 16px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.95;
    max-width: 310px;
  }
  .hero-actions {
    gap: 25px;
    margin-top: 27px;
  }
  .hero-actions .button {
    padding: 12px 17px;
    gap: 18px;
    min-height: 48px;
    font-size: 12px;
  }
  .hero-explore {
    font-size: 12px;
    gap: 9px;
  }
  .hero-bottom {
    bottom: 19px;
    font-size: 8px;
    padding-top: 13px;
  }
  .capabilities {
    padding-block: 23px;
    gap: 20px 0;
  }
  .capabilities > div {
    gap: 12px;
    padding-left: 7px;
  }
  .capabilities span {
    font-size: 12px;
  }
  .capabilities small {
    font-size: 9px;
  }
  .capabilities svg {
    width: 21px;
    height: 21px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 14px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
  }
  h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .section-intro {
    font-size: 12px;
    line-height: 1.9;
    max-width: 330px;
  }
  .desktop-break {
    display: none;
  }
  .product-tabs {
    margin-bottom: 28px;
  }
  .product-tabs button {
    padding: 14px 6px;
    font-size: 12px;
    gap: 6px;
    justify-content: center;
  }
  .product-tabs button span {
    font-size: 9px;
  }
  .product-tabs button svg {
    display: none;
  }
  .product-copy {
    display: block;
  }
  .product-copy h3 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .product-copy > p {
    font-size: 12px;
  }
  .feature-list {
    margin: 18px 0;
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
  }
  .feature-list li {
    margin: 0;
    gap: 6px;
  }
  .product-copy .text-link {
    margin-top: 2px;
    font-size: 12px;
  }
  .product-panel {
    gap: 24px;
  }
  .screen-top {
    font-size: 9px;
    height: 34px;
    padding-left: 10px;
  }
  .screen-top .icon-button {
    height: 32px;
    flex-basis: 34px;
  }
  .product-figure figcaption {
    font-size: 9px;
    padding: 8px 10px;
  }
  .scenarios-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .scenario-image {
    aspect-ratio: 1.52;
  }
  .scenario-heading {
    margin-top: 17px;
    margin-bottom: 7px;
  }
  .scenario-heading h3 {
    font-size: 23px;
  }
  .scenario p {
    font-size: 12px;
  }
  .scenario-image > span {
    font-size: 9px;
    padding: 5px 9px;
    left: 12px;
    bottom: 12px;
  }
  .download-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .platforms {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 0;
  }
  .platforms button {
    padding: 10px 2px;
    min-height: 73px;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    border-left: 0;
    border-bottom: 2px solid transparent;
  }
  .platforms button[aria-selected="true"] {
    border-bottom-color: var(--primary);
  }
  .platforms button > svg:first-child {
    width: 21px;
    height: 21px;
  }
  .platforms button > svg:last-child,
  .platforms button small {
    display: none;
  }
  .platforms button span {
    font-size: 10px;
  }
  .download-detail {
    padding: 25px 15px;
    gap: 24px;
    min-height: 395px;
  }
  .download-mark {
    gap: 15px;
  }
  .download-mark img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
  }
  .download-detail h3 {
    font-size: 21px;
  }
  .download-detail #download-description {
    font-size: 12px;
    min-height: 46px;
  }
  .download-action {
    flex-direction: row;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  .download-action .button {
    font-size: 12px;
    padding: 12px 15px;
    gap: 15px;
  }
  .download-action .text-link {
    font-size: 11px;
    gap: 8px;
  }
  .download-note {
    font-size: 9px;
  }
  .trial-section {
    padding-block: 43px;
  }
  .trial-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  .trial-section h2 {
    font-size: 29px;
  }
  .trial-section p:last-child {
    font-size: 11px;
    max-width: 310px;
    line-height: 1.9;
  }
  .trial-section .button {
    font-size: 12px;
    min-height: 46px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-section h2 {
    font-size: 29px;
    margin-bottom: 18px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 20px;
    gap: 18px;
  }
  .faq-list details > div {
    font-size: 12px;
  }
  .site-footer {
    padding-top: 35px;
  }
  .footer-main {
    flex-direction: column;
    gap: 34px;
    padding-bottom: 30px;
  }
  .footer-tagline {
    font-size: 14px;
    margin-top: 15px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .footer-links > div {
    font-size: 11px;
    gap: 8px;
  }
  .footer-links button {
    font-size: 11px;
  }
  .footer-links > div > span {
    font-size: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
    padding-block: 20px;
    font-size: 9px;
  }
  .image-dialog {
    width: calc(100% - 24px);
  }
  .dialog-heading {
    padding-left: 16px;
    height: 54px;
  }
  .dialog-heading h2 {
    font-size: 15px;
  }
  .contact-body {
    padding: 20px;
  }
}
@media (max-height: 600px) and (min-width: 541px) {
  .hero {
    min-height: 360px;
  }
  .hero-eyebrow {
    margin-bottom: 12px;
  }
  .hero h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .hero h1 span {
    font-size: 39px;
  }
  .hero-tagline {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-actions {
    margin-top: 16px;
  }
  .hero-bottom {
    bottom: 13px;
  }
  .hero-content {
    padding-bottom: 25px;
  }
}
@media (max-width: 540px) {
  .image-dialog-body img {
    min-width: 900px;
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
