:root {
  --ink: #101828;
  --muted: #667085;
  --line: #e4e7ec;
  --paper: #fff;
  --soft: #f5f7fa;
  --navy: #0a1729;
  --navy2: #10243d;
  --cyan: #0ec5d4;
  --green: #21cf8f;
  --blue: #3157ff;
  --shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
  font-family: Inter, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
.site-header {
  height: 76px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 34px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(228, 231, 236, 0.8);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.brand > span:last-child > span {
  color: var(--blue);
}
.brand-mark {
  width: 27px;
  height: 24px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}
.brand-mark i {
  display: block;
  width: 7px;
  border-radius: 2px 2px 1px 1px;
  background: var(--blue);
}
.brand-mark i:nth-child(1) {
  height: 12px;
  opacity: 0.55;
}
.brand-mark i:nth-child(2) {
  height: 19px;
}
.brand-mark i:nth-child(3) {
  height: 24px;
  background: var(--cyan);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: auto;
}
.main-nav a,
.text-link {
  font-size: 14px;
  font-weight: 600;
  color: #344054;
}
.main-nav a:hover,
.text-link:hover {
  color: var(--blue);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  padding: 14px 21px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(49, 87, 255, 0.2);
  transition:
    0.2s transform,
    0.2s background,
    0.2s box-shadow;
}
.button:hover {
  transform: translateY(-1px);
  background: #2447e6;
  box-shadow: 0 12px 25px rgba(49, 87, 255, 0.28);
}
.button.small {
  padding: 10px 16px;
  font-size: 14px;
}
.button.ghost {
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
}
.button.ghost:hover {
  background: var(--soft);
}
.button.full {
  width: 100%;
}
.button:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  margin: 4px;
}
.hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 98px 50px 80px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 64px;
  align-items: center;
  overflow: hidden;
}
.hero-copy {
  min-width: 0;
}
.release-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #d8e2ff;
  background: #f5f8ff;
  border-radius: 999px;
  padding: 7px 12px;
  color: #2743a4;
  font-weight: 700;
  font-size: 13px;
}
.release-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(33, 207, 143, 0.14);
}
.hero h1 {
  font-size: clamp(52px, 5.4vw, 82px);
  line-height: 1.04;
  letter-spacing: -4.5px;
  margin: 25px 0 24px;
}
.hero h1 em {
  font-style: normal;
  color: var(--blue);
}
.hero-lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
  max-width: 590px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 32px 0 24px;
}
.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #667085;
  font-size: 12px;
}
.hero-notes span:before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
  margin-right: 6px;
}
.product-frame {
  min-width: 660px;
  border: 1px solid #dce2eb;
  border-radius: 18px;
  background: #eef2f7;
  box-shadow: 0 35px 90px rgba(16, 33, 58, 0.2);
  overflow: hidden;
  transform: perspective(1300px) rotateY(-2deg) rotateX(1deg);
}
.window-bar {
  height: 46px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: 14px;
  color: #475467;
}
.window-bar > div {
  display: flex;
  gap: 6px;
}
.window-bar > div span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e5e7eb;
}
.window-bar > div span:first-child {
  background: #ff6b6b;
}
.window-bar > div span:nth-child(2) {
  background: #ffc857;
}
.window-bar > div span:last-child {
  background: #21cf8f;
}
.window-bar b {
  font-size: 12px;
}
.window-bar small {
  margin-left: auto;
  color: #1b9c70;
}
.product-body {
  height: 460px;
  display: grid;
  grid-template-columns: 145px 1fr;
}
.product-body aside {
  background: var(--navy);
  padding: 18px 12px;
  color: #91a4bd;
}
.aside-title {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1.4px;
  padding: 0 10px 8px;
}
.aside-title.second {
  margin-top: 26px;
}
.product-body aside a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px;
  border-radius: 7px;
  font-size: 11px;
  margin: 2px 0;
}
.product-body aside a b {
  margin-left: auto;
}
.product-body aside a.active {
  background: #1c3553;
  color: #fff;
}
.dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #98a2b3;
}
.dot.online {
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(33, 207, 143, 0.12);
}
.dot.warning {
  background: #ffb547;
}
.workspace {
  padding: 22px;
  background: #f3f5f8;
}
.workspace-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.workspace-top small {
  display: block;
  color: #98a2b3;
  font-size: 9px;
}
.workspace-top strong {
  font-size: 19px;
}
.fake-actions {
  display: flex;
  gap: 8px;
  font-size: 9px;
}
.fake-actions span,
.fake-actions b {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.fake-actions b {
  background: var(--blue);
  color: #fff;
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}
.metric-row article {
  background: #fff;
  border: 1px solid #e5e9f0;
  border-radius: 9px;
  padding: 13px;
}
.metric-row small,
.metric-row em {
  display: block;
  font-size: 8px;
  color: #98a2b3;
  font-style: normal;
}
.metric-row strong {
  font-size: 24px;
  display: block;
  margin: 4px 0;
}
.metric-row em {
  color: #1b9c70;
}
.screen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.screen-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.screen {
  height: 104px;
  position: relative;
  overflow: hidden;
  background: #b7d8f4;
}
.screen:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  background: linear-gradient(
    150deg,
    transparent 40%,
    rgba(255, 255, 255, 0.5) 41%,
    rgba(49, 87, 255, 0.3) 100%
  );
  clip-path: polygon(
    0 60%,
    35% 18%,
    57% 53%,
    75% 32%,
    100% 68%,
    100% 100%,
    0 100%
  );
}
.screen.violet {
  background: #d0c5fa;
}
.screen.night {
  background: #294461;
}
.screen.amber {
  background: #f4d59a;
}
.screen span {
  position: absolute;
  left: 8px;
  top: 8px;
  background: rgba(10, 23, 41, 0.7);
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 7px;
}
.screen-grid footer {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 9px;
}
.screen-grid footer .dot {
  margin-left: auto;
}
.proof-strip {
  max-width: 1180px;
  margin: 0 auto 50px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 23px 10px;
  display: flex;
  justify-content: space-around;
  gap: 24px;
  flex-wrap: wrap;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}
.proof-strip span:before {
  content: "◆";
  font-size: 7px;
  color: var(--cyan);
  margin-right: 9px;
}
.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 20px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 45px;
}
.section-heading > div {
  max-width: 700px;
}
.section-heading > p {
  max-width: 430px;
  color: var(--muted);
  line-height: 1.7;
}
.section-heading.centered {
  text-align: center;
  display: block;
}
.section-heading.centered > div,
.section-heading.centered > p {
  margin-left: auto;
  margin-right: auto;
}
.kicker {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.kicker.light {
  color: #7be8ef;
}
.section h2,
.final-cta h2,
.download-panel h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
  letter-spacing: -2px;
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.feature-card {
  position: relative;
  background: var(--soft);
  border: 1px solid #e9ecf1;
  border-radius: 20px;
  padding: 36px;
  min-height: 330px;
  overflow: hidden;
}
.feature-card.large {
  grid-column: span 2;
  min-height: 300px;
}
.feature-number {
  color: #98a2b3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
.feature-card h3 {
  font-size: 26px;
  letter-spacing: -0.8px;
  margin: 40px 0 12px;
}
.feature-card p {
  color: var(--muted);
  line-height: 1.75;
  max-width: 610px;
}
.mini-table {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 45%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 9px;
}
.mini-table span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px;
  font-size: 11px;
  border-bottom: 1px solid #eef0f3;
}
.mini-table span:last-child {
  border: 0;
}
.mini-table b {
  margin-left: auto;
  font-weight: 600;
  color: #667085;
}
.tile-visual {
  height: 110px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  padding: 8px;
  background: #111e32;
  border-radius: 12px;
}
.tile-visual i {
  background: linear-gradient(145deg, #27496d, #76a9d4);
  border-radius: 4px;
}
.tile-visual i:nth-child(2) {
  background: linear-gradient(145deg, #6c56a8, #bcafe8);
}
.tile-visual i:nth-child(3) {
  background: linear-gradient(145deg, #c28642, #f4d59a);
}
.cursor-visual {
  height: 110px;
  background: linear-gradient(135deg, #dbe9f7, #a7c7e5);
  border-radius: 12px;
  margin-top: 25px;
  position: relative;
}
.cursor-visual span {
  position: absolute;
  right: 12px;
  top: 12px;
  background: #ecfdf3;
  color: #087a55;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 10px;
}
.cursor-visual i {
  position: absolute;
  left: 45%;
  top: 45%;
  font-size: 35px;
  color: #10243d;
  font-style: normal;
}
.task-visual {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
.task-visual span {
  padding: 10px 12px;
  border: 1px solid #d9e5dd;
  background: #fff;
  border-radius: 8px;
  color: #207c5d;
  font-size: 12px;
}
.dark-card {
  background: var(--navy);
  color: #fff;
}
.dark-card p {
  color: #aab8c9;
}
.privacy-line {
  position: absolute;
  right: 35px;
  bottom: 48px;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.privacy-line span,
.privacy-line b {
  padding: 13px;
  background: #182d48;
  border: 1px solid #2b435f;
  border-radius: 9px;
  font-size: 11px;
}
.privacy-line b {
  color: #7be8ef;
}
.privacy-line i {
  font-size: 10px;
  color: #ffbf69;
  font-style: normal;
}
.scenarios {
  max-width: none;
  background: #f6f8fb;
  padding-left: max(20px, calc((100vw - 1140px) / 2));
  padding-right: max(20px, calc((100vw - 1140px) / 2));
}
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.scenario-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
  transition:
    0.2s transform,
    0.2s box-shadow;
}
.scenario-grid article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.scenario-grid article > span {
  font-size: 12px;
  color: var(--blue);
  font-weight: 800;
}
.scenario-grid h3 {
  font-size: 24px;
  margin: 45px 0 12px;
}
.scenario-grid p {
  color: var(--muted);
  line-height: 1.7;
  min-height: 82px;
}
.scenario-grid b {
  font-size: 13px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.price-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 24px;
  position: relative;
  background: #fff;
}
.price-card.recommended {
  border: 2px solid var(--blue);
  box-shadow: 0 18px 40px rgba(49, 87, 255, 0.12);
}
.recommended-label {
  position: absolute;
  right: 16px;
  top: 16px;
  background: #edf1ff;
  color: var(--blue);
  padding: 5px 8px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 800;
}
.price-card h3 {
  font-size: 22px;
  margin: 4px 0;
}
.price-card > p {
  color: var(--muted);
  font-size: 13px;
  height: 40px;
}
.price {
  display: flex;
  align-items: baseline;
  margin: 25px 0;
}
.price strong {
  font-size: 38px;
  letter-spacing: -2px;
}
.price span {
  color: var(--muted);
  font-size: 12px;
  margin-left: 4px;
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  min-height: 155px;
}
.price-card li {
  font-size: 13px;
  margin: 12px 0;
  color: #475467;
}
.price-card li:before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
  margin-right: 8px;
}
.price-card .button {
  width: 100%;
}
.download-section {
  padding-top: 50px;
}
.download-panel {
  background: linear-gradient(125deg, #0a1729, #153555);
  border-radius: 26px;
  padding: 54px;
  color: #fff;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 50px;
  overflow: hidden;
  position: relative;
}
.download-panel:after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(14, 197, 212, 0.12);
  right: -120px;
  top: -140px;
}
.download-panel > div {
  position: relative;
  z-index: 1;
}
.download-panel p {
  color: #b6c4d4;
  line-height: 1.7;
}
.download-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
}
.light-button {
  background: #fff;
  color: #11223a;
  box-shadow: none;
}
.light-button:hover {
  background: #e8fcfd;
  color: #11223a;
}
.download-link {
  color: #a9e9ee;
  font-size: 13px;
}
.download-details {
  display: grid;
  gap: 10px;
}
.download-details article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px;
  border-radius: 12px;
  display: grid;
  gap: 5px;
}
.download-details span,
.download-details small {
  font-size: 10px;
  color: #9eb0c3;
}
.download-details a {
  color: #7be8ef;
  font-size: 11px;
  margin-top: 6px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.faq details {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 22px;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
}
.faq details p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}
.final-cta {
  margin: 40px auto 100px;
  max-width: 1140px;
  padding: 75px 40px;
  text-align: center;
  background: var(--blue);
  color: #fff;
  border-radius: 28px;
}
.final-cta p {
  color: #dce3ff;
  font-size: 17px;
}
.final-cta .button {
  margin-top: 14px;
}
.site-footer {
  border-top: 1px solid var(--line);
  max-width: 1180px;
  margin: auto;
  padding: 55px 20px 25px;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 35px;
  color: #667085;
}
.site-footer > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
}
.site-footer > div:first-child p {
  max-width: 280px;
  line-height: 1.6;
}
.site-footer strong {
  color: var(--ink);
  margin-bottom: 8px;
}
.site-footer a:hover {
  color: var(--blue);
}
.site-footer > small {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.page-view {
  min-height: calc(100vh - 76px);
}
.auth-view {
  background: #f1f4f8;
  padding: 60px 20px;
}
.auth-shell {
  max-width: 980px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 620px;
}
.auth-intro {
  background: var(--navy);
  color: #fff;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brand.inverse > span:last-child > span {
  color: #7be8ef;
}
.auth-intro h1 {
  font-size: 48px;
  letter-spacing: -2px;
  margin: 12px 0;
}
.auth-intro p {
  color: #aab8c9;
  line-height: 1.7;
}
.auth-intro ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.auth-intro li {
  margin: 12px 0;
  color: #c7d2df;
  font-size: 13px;
}
.auth-intro li:before {
  content: "✓";
  color: var(--green);
  margin-right: 8px;
}
.auth-card {
  background: #fff;
  padding: 48px;
}
.back-link {
  font-size: 13px;
  color: var(--muted);
}
.auth-card h2 {
  font-size: 30px;
  margin: 45px 0 7px;
}
.auth-card > div > p {
  color: var(--muted);
  font-size: 14px;
}
.auth-card form,
.order-card form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.auth-card label,
.order-card label {
  font-size: 13px;
  font-weight: 700;
  display: grid;
  gap: 7px;
}
.auth-card input,
.order-card select {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 9px;
  padding: 12px 13px;
  outline: none;
  background: #fff;
}
.auth-card input:focus,
.order-card select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(49, 87, 255, 0.1);
}
.auth-card label small {
  font-weight: 400;
  color: #98a2b3;
}
.checkbox {
  grid-template-columns: auto 1fr !important;
  align-items: start;
}
.checkbox input {
  width: auto;
  margin-top: 3px;
}
.checkbox span {
  font-weight: 400;
  color: #667085;
}
.checkbox a,
.auth-switch a {
  color: var(--blue);
  font-weight: 700;
}
.auth-switch {
  text-align: center;
  margin-top: 22px !important;
}
.account-view {
  background: #f5f7fa;
  padding: 55px 20px 90px;
}
.account-shell {
  max-width: 1120px;
  margin: auto;
}
.account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.account-head h1 {
  font-size: 42px;
  margin: 4px 0;
}
.account-head p {
  color: var(--muted);
}
.account-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
}
.account-card,
.orders-panel,
.account-notice {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
}
.card-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #98a2b3;
  font-size: 10px;
  font-weight: 800;
}
.license-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 17px 0 5px;
}
.license-title strong {
  font-size: 28px;
}
.status-chip {
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 20px;
  background: #ecfdf3;
  color: #087a55;
  font-weight: 800;
}
.license-card > p,
.order-card > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.allowance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 25px 0;
}
.allowance div {
  background: var(--soft);
  padding: 12px 8px;
  border-radius: 9px;
}
.allowance span {
  display: block;
  color: #98a2b3;
  font-size: 9px;
}
.allowance strong {
  font-size: 15px;
}
.account-card dl {
  margin: 18px 0 0;
}
.account-card dl div {
  padding: 11px 0;
  border-bottom: 1px solid #eef0f3;
}
.account-card dt {
  color: #98a2b3;
  font-size: 10px;
}
.account-card dd {
  margin: 4px 0 0;
  font-size: 13px;
  word-break: break-all;
}
.order-card h2 {
  font-size: 22px;
  margin: 15px 0 0;
}
.orders-panel {
  margin-top: 14px;
}
.orders-panel h2 {
  margin: 7px 0 22px;
}
.table-wrap {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
th,
td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #eef0f3;
  font-size: 12px;
}
th {
  color: #98a2b3;
  font-size: 10px;
  text-transform: uppercase;
}
.empty-row td {
  text-align: center;
  color: #98a2b3;
  padding: 35px;
}
.account-notice {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #eef2ff;
  border-color: #d8e0ff;
}
.account-notice p {
  margin: 0;
  color: #53617a;
  font-size: 13px;
  flex: 1;
}
.account-notice a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}
.legal-view {
  background: #f7f8fa;
  padding: 70px 20px;
}
.legal-view article {
  max-width: 780px;
  margin: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 55px;
}
.legal-view h1 {
  font-size: 43px;
  letter-spacing: -1.5px;
}
.legal-view h2 {
  font-size: 20px;
  margin-top: 35px;
}
.legal-view p {
  color: #5b6678;
  line-height: 1.85;
}
.legal-date {
  font-size: 12px;
}
.toast {
  position: fixed;
  z-index: 50;
  right: 24px;
  bottom: 24px;
  max-width: 390px;
  background: #10243d;
  color: #fff;
  border-radius: 12px;
  padding: 15px 18px;
  box-shadow: var(--shadow);
  font-size: 13px;
}
.toast.error {
  background: #a93636;
}
@media (max-width: 980px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 18px 24px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav.open {
    display: flex;
  }
  .menu-button {
    display: block;
    margin-left: auto;
  }
  .header-actions {
    margin-left: 0;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 65px;
  }
  .product-frame {
    min-width: 700px;
    transform: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card.large {
    grid-column: auto;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .account-grid {
    grid-template-columns: 1fr 1fr;
  }
  .order-card {
    grid-column: span 2;
  }
  .download-panel {
    grid-template-columns: 1fr;
  }
  .scenario-grid {
    grid-template-columns: 1fr;
  }
  .scenario-grid p {
    min-height: 0;
  }
}
@media (max-width: 680px) {
  .site-header {
    padding: 0 16px;
    gap: 12px;
  }
  .header-actions .text-link {
    display: none;
  }
  .hero {
    padding: 48px 20px;
  }
  .hero h1 {
    letter-spacing: -2.7px;
  }
  .hero-actions,
  .download-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .product-frame {
    width: 100%;
    min-width: 0;
    transform: none;
    margin-bottom: 0;
  }
  .product-body {
    height: 350px;
    grid-template-columns: 94px minmax(0, 1fr);
  }
  .product-body aside {
    padding: 12px 7px;
  }
  .product-body aside a {
    padding: 7px 5px;
    font-size: 8px;
  }
  .aside-title {
    padding-left: 5px;
  }
  .workspace {
    padding: 10px;
  }
  .workspace-top strong {
    font-size: 14px;
  }
  .fake-actions {
    display: none;
  }
  .metric-row {
    gap: 5px;
    margin: 10px 0;
  }
  .metric-row article {
    padding: 8px 5px;
  }
  .metric-row strong {
    font-size: 17px;
  }
  .screen-grid {
    gap: 5px;
  }
  .screen {
    height: 67px;
  }
  .screen-grid footer {
    padding: 6px;
    font-size: 7px;
  }
  .proof-strip {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .section {
    padding: 75px 16px;
  }
  .section-heading {
    display: block;
  }
  .feature-card {
    padding: 26px;
    min-height: auto;
  }
  .feature-card h3 {
    margin-top: 28px;
  }
  .mini-table,
  .privacy-line {
    position: static;
    width: 100%;
    margin-top: 25px;
  }
  .privacy-line {
    flex-wrap: wrap;
  }
  .pricing-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .price-card ul {
    min-height: auto;
  }
  .download-panel {
    padding: 34px 24px;
  }
  .final-cta {
    margin: 20px 16px 70px;
    padding: 55px 22px;
  }
  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px;
  }
  .site-footer > div:first-child,
  .site-footer > small {
    grid-column: 1/-1;
  }
  .auth-view {
    padding: 25px 12px;
  }
  .auth-shell {
    grid-template-columns: 1fr;
  }
  .auth-intro {
    min-height: 320px;
    padding: 32px;
  }
  .auth-intro h1 {
    font-size: 38px;
  }
  .auth-card {
    padding: 32px 25px;
  }
  .account-head {
    align-items: flex-start;
    gap: 12px;
  }
  .account-head h1 {
    font-size: 34px;
  }
  .account-grid {
    grid-template-columns: 1fr;
  }
  .order-card {
    grid-column: auto;
  }
  .account-notice {
    align-items: flex-start;
    flex-direction: column;
  }
  .legal-view {
    padding: 25px 12px;
  }
  .legal-view article {
    padding: 35px 24px;
  }
  .legal-view h1 {
    font-size: 34px;
  }
}
