/* Dekan public landing page. Kept separate from account and dashboard styles. */
:root {
  --blue: #3056d3;
  --blue-dark: #1f3fb0;
  --ink: #141735;
  --muted: #616b80;
  --line: #e3e8f4;
  --soft: #f5f7ff;
  --white: #fff;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.13;
  letter-spacing: -0.045em;
  font-weight: 700;
}
h2 {
  font-size: clamp(32px, 3.55vw, 48px);
}
h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
  line-height: 1.25;
}
p {
  color: var(--muted);
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.shell {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -90px;
  left: 20px;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  z-index: 100;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 88px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(227, 232, 244, 0.65);
}
.navigation {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}
.wordmark {
  font-size: 29px;
  letter-spacing: -1.7px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.wordmark span {
  color: var(--blue);
}
.site-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 28px;
}
.nav-links,
.nav-account {
  display: flex;
  align-items: center;
  gap: 29px;
}
.nav-links {
  margin-inline: auto;
}
.nav-links a,
.sign-in {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.2s;
}
.nav-links a:hover,
.sign-in:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 25px;
  min-height: 56px;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: white;
  transition:
    background 0.2s,
    transform 0.25s var(--ease),
    box-shadow 0.25s;
  white-space: nowrap;
}
.button:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #3056d31c;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button:active {
  transform: translateY(0);
}
.button-small {
  min-height: 43px;
  padding: 11px 16px;
  font-size: 12px;
  gap: 14px;
  border-radius: 8px;
}
.button-secondary {
  background: #fff;
  color: var(--ink);
  border-color: #dce2ef;
}
.button-secondary:hover {
  background: var(--soft);
  border-color: #b5c3ef;
}
.button-white {
  background: #fff;
  color: var(--blue);
  border-color: #fff;
}
.button-white:hover {
  background: #edf1ff;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  margin-left: auto;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform 0.2s;
}
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #fff 1%, #f8faff 58%, #eef3ff 100%);
}
.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(#000 75%, transparent);
  -webkit-mask-image: linear-gradient(#000 75%, transparent);
}
.orbit {
  position: absolute;
  border: 1px solid #3056d317;
  border-radius: 50%;
  left: 50%;
  top: 360px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}
.orbit-one {
  width: 1090px;
  animation: orbit-spin 80s linear infinite;
}
.orbit-two {
  width: 1350px;
  animation: orbit-spin 115s linear infinite reverse;
}
.orbit-three {
  width: 1630px;
  border-color: #3056d310;
}
.orbit span {
  position: absolute;
  top: calc(50% - 5px);
  left: -5px;
  width: 10px;
  height: 10px;
  background: #3056d34d;
  border: 3px solid #e4eafd;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #3056d308;
}
.orbit-two span {
  width: 14px;
  height: 14px;
  left: 14%;
  top: 14%;
}
.ambient-star {
  position: absolute;
  color: #3056d355;
  font-size: 34px;
  font-weight: 300;
  animation: star-drift 12s ease-in-out infinite alternate;
}
.star-one {
  left: 12%;
  top: 290px;
  font-size: 38px;
}
.star-two {
  right: 13%;
  top: 170px;
  animation-delay: -4s;
}
.star-three {
  right: 5%;
  top: 590px;
  font-size: 26px;
  animation-delay: -8s;
}
.hero-content {
  text-align: center;
  padding-top: 67px;
  position: relative;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.65px;
  line-height: 1.5;
  color: var(--blue);
}
.hero-eyebrow {
  border: 1px solid #dce4fa;
  background: #fff;
  padding: 7px 13px;
  border-radius: 30px;
  letter-spacing: 0.3px;
  font-size: 11px;
  font-weight: 600;
}
.hero-eyebrow .icon {
  width: 14px;
  height: 14px;
}
h1 {
  font-size: clamp(46px, 6.5vw, 84px);
  line-height: 1.065;
  letter-spacing: -0.063em;
  margin: 23px auto 22px;
  max-width: 1040px;
  font-weight: 700;
}
h1 span {
  color: var(--blue);
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  max-width: 620px;
  margin-inline: auto;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.hero-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 19px;
  font-size: 11px;
  color: #677087;
}
.note-divider {
  width: 3px;
  height: 3px;
  background: #a6aec2;
  border-radius: 50%;
}
.workspace-wrap {
  position: relative;
  margin: 51px auto 0;
  width: min(916px, 100%);
  text-align: left;
}
.workspace {
  background: white;
  border: 1px solid #d7def1;
  border-radius: 14px;
  box-shadow:
    0 35px 65px -30px #203c8c3d,
    0 3px 8px #26397005;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.workspace-topbar {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 0 19px;
  background: #fafbfe;
  color: #778095;
  font-size: 9px;
  letter-spacing: 0.2px;
}
.window-dots {
  display: flex;
  gap: 5px;
  min-width: 64px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4dbeb;
}
.preview-label {
  border: 1px solid var(--line);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #616b80;
}
.workspace-inner {
  display: flex;
}
.workspace-sidebar {
  width: 68px;
  background: var(--blue);
  color: #bccaf3;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
}
.sidebar-logo {
  color: white;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -2px;
}
.sidebar-logo span {
  color: #b2c2ff;
}
.workspace-sidebar > .icon {
  width: 19px;
  height: 19px;
  box-sizing: content-box;
}
.workspace-sidebar > .selected {
  background: #ffffff20;
  color: white;
  padding: 10px;
  border-radius: 8px;
  margin: -10px;
}
.sidebar-bottom {
  font-size: 9px;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-top: auto;
  color: white;
}
.workspace-main {
  padding: 27px 30px 30px;
  flex: 1;
  min-width: 0;
}
.workspace-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 10px;
}
.small-label {
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #7f89a0;
}
.workspace-heading h2 {
  font-size: 23px;
  letter-spacing: -0.6px;
  margin-top: 4px;
}
.workspace-avatar {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: #eef2fe;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.preview-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  margin-bottom: 21px;
  gap: 23px;
}
.preview-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 12px;
  min-height: 35px;
  background: none;
  color: #717c93;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: -1px;
}
.preview-tabs .icon {
  width: 14px;
  height: 14px;
}
.preview-tabs [aria-selected="true"] {
  color: var(--blue);
  border-color: var(--blue);
}
.preview-tabs button:hover {
  color: var(--blue);
}
.preview-panel {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 20px;
  min-height: 209px;
}
.upload-preview {
  border: 1px dashed #c7d3f5;
  border-radius: 9px;
  background: #f8faff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px 13px;
  min-height: 210px;
}
.paper-icon {
  height: 43px;
  width: 43px;
  border-radius: 11px;
  background: #e9eefe;
  color: var(--blue);
  display: grid;
  place-items: center;
  margin-bottom: 11px;
}
.upload-preview strong {
  font-size: 12px;
  letter-spacing: -0.2px;
}
.upload-preview p {
  font-size: 9px;
  max-width: 240px;
  line-height: 1.6;
  margin-top: 5px;
}
.file-types {
  font-size: 8px;
  color: #7a849a;
  margin-top: 15px;
}
.report-preview {
  padding: 5px 2px;
}
.mini-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 17px;
}
.mini-heading .icon {
  width: 13px;
  height: 13px;
  color: #929bb0;
}
.preview-step {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 15px;
}
.preview-step > span {
  font-size: 9px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #f2f5fc;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.preview-step strong,
.preview-step small {
  display: block;
  line-height: 1.6;
}
.preview-step strong {
  font-size: 10px;
  font-weight: 500;
}
.preview-step small {
  font-size: 8px;
  color: #7a849a;
}
.preview-prompt {
  font-size: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
  margin-bottom: 9px;
  background: #fcfdff;
}
.floating-note {
  position: absolute;
  z-index: 3;
  box-shadow: 0 14px 34px #1c316a10;
  display: flex;
  align-items: center;
  gap: 11px;
  animation: note-float 9s ease-in-out infinite alternate;
}
.note-report {
  top: 108px;
  left: -110px;
  border: 1px solid #e7ebf4;
  background: #fff;
  border-radius: 12px;
  padding: 14px 17px;
  transform: rotate(-5deg);
}
.note-report strong {
  display: block;
  font-size: 10px;
  font-weight: 600;
}
.note-report div > span {
  display: block;
  font-size: 9px;
  color: #747f96;
  margin-top: 3px;
}
.note-icon {
  width: 31px;
  height: 31px;
  background: #edf2ff;
  color: var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.note-icon .icon {
  width: 17px;
  height: 17px;
}
.note-focus {
  bottom: 32px;
  right: -96px;
  border-radius: 12px;
  transform: rotate(5deg);
  background: var(--blue);
  color: white;
  padding: 15px 19px;
  animation-delay: -5s;
}
.note-focus > span {
  font-size: 10px;
  line-height: 1.8;
}
.note-focus strong {
  font-weight: 500;
}
.note-focus .icon {
  width: 26px;
  height: 26px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 9px;
  color: #69758d;
  padding: 30px 0 24px;
}
.motion-toggle {
  border: 0;
  background: transparent;
  display: flex;
  gap: 7px;
  align-items: center;
  color: #566681;
  font-size: 10px;
  padding: 9px 0 9px 9px;
  white-space: nowrap;
  min-height: 38px;
}
.motion-symbol {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #bac7e7;
  border-radius: 50%;
  font-size: 8px;
}
.section {
  padding: 104px 0;
}
.section-heading {
  margin-bottom: 42px;
}
.section-heading h2 {
  margin-top: 15px;
}
.section-heading p {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 18px;
}
.heading-split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
}
.heading-split > p {
  max-width: 335px;
  padding-bottom: 2px;
}
.centered {
  text-align: center;
}
.centered h2 {
  max-width: 690px;
  margin-inline: auto;
}
.centered p {
  margin-top: 16px;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.tool-card {
  background: #f7f9fd;
  border: 1px solid #e9edf6;
  border-radius: 17px;
  padding: 29px;
  overflow: hidden;
  position: relative;
  transition:
    border-color 0.25s,
    transform 0.3s var(--ease);
}
.tool-card:hover {
  transform: translateY(-3px);
  border-color: #bfcdf6;
}
.tool-icon {
  height: 42px;
  width: 42px;
  border-radius: 11px;
  border: 1px solid #dfe6fa;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}
.tool-card h3 {
  font-size: 22px;
  letter-spacing: -0.65px;
  max-width: 285px;
}
.tool-card p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 12px;
  max-width: 290px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}
.text-link .icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.text-link:hover .icon {
  transform: translateX(3px);
}
.tool-card .text-link {
  margin-top: 28px;
}
.card-footnote {
  display: block;
  font-size: 10px;
  color: #768198;
  margin-top: 28px;
}
.tool-card-wide {
  grid-column: span 2;
  display: flex;
  min-height: 367px;
  gap: 18px;
  background: #edf2ff;
  padding: 33px;
  align-items: center;
}
.tool-copy {
  width: 51%;
  flex-shrink: 0;
}
.tool-card-wide h3 {
  font-size: 29px;
  line-height: 1.14;
}
.tool-card-wide p {
  max-width: 285px;
}
.document-art {
  position: relative;
  flex: 1;
  align-self: stretch;
  min-width: 0;
}
.document-front,
.document-back {
  position: absolute;
  width: 205px;
  height: 276px;
  right: 1px;
  top: 25px;
  border: 1px solid #dbe3f7;
  border-radius: 10px;
  background: white;
  transform: rotate(8deg);
  box-shadow: 0 18px 25px #3151aa10;
}
.document-back {
  transform: rotate(-4deg);
  right: 20px;
  top: 26px;
  background: #dfe7fc;
}
.document-front {
  padding: 23px;
  transition: transform 0.5s var(--ease);
}
.tool-card-wide:hover .document-front {
  transform: rotate(3deg) translateY(-4px);
}
.doc-kicker {
  font-size: 6px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #8190ad;
}
.document-front strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.7px;
  margin-top: 9px;
}
.doc-rule {
  height: 1px;
  background: #e6eafa;
  margin: 16px 0;
}
.doc-line {
  height: 5px;
  background: #edf0f7;
  margin: 9px 0;
  width: 100%;
  border-radius: 3px;
}
.doc-line.short {
  width: 68%;
}
.doc-highlight {
  height: 12px;
  background: #d6e2ff;
  border-radius: 2px;
  margin: 9px 0;
}
.doc-stamp {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 7px;
  color: var(--blue);
  margin-top: 22px;
}
.doc-stamp .icon {
  width: 14px;
  height: 14px;
}
.precheck-card {
  padding-bottom: 0;
}
.precheck-card h3 {
  font-size: 24px;
}
.precheck-art {
  background: white;
  border: 1px solid #e0e6f5;
  border-radius: 10px 10px 0 0;
  padding: 17px 20px;
  margin-top: 22px;
  height: 119px;
  position: relative;
}
.precheck-art > span:first-child {
  color: #8790a3;
  font-size: 7px;
  letter-spacing: 1px;
}
.draft-line {
  height: 5px;
  width: 90%;
  background: #edf0f7;
  margin-top: 11px;
  border-radius: 2px;
}
.draft-line.highlighted {
  height: 8px;
  width: 72%;
  background: #ccdbff;
}
.review-pill {
  position: absolute;
  right: 8px;
  top: 63px;
  border: 1px solid #d4e0ff;
  background: #f4f7ff;
  font-size: 8px;
  color: var(--blue);
  border-radius: 20px;
  padding: 6px 9px;
  display: flex;
  gap: 4px;
  align-items: center;
  transform: rotate(-4deg);
}
.review-pill .icon {
  width: 12px;
  height: 12px;
}
.lounge-card {
  background: #f1f5ff;
}
.gpt-section {
  background: #f7f9fd;
  border-block: 1px solid #eef1f8;
}
.gpt-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}
.gpt-copy h2 {
  font-size: clamp(42px, 4.4vw, 58px);
  line-height: 1.09;
  margin-top: 17px;
}
.gpt-copy h2 span {
  color: var(--blue);
}
.gpt-copy > p {
  font-size: 14px;
  margin-top: 23px;
  line-height: 1.85;
  max-width: 365px;
}
.check-list li {
  padding-left: 26px;
  position: relative;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 13px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
}
.gpt-copy .check-list {
  margin: 25px 0 30px;
}
.gpt-copy .check-list li {
  font-size: 12px;
  color: #52617c;
}
.chat-art {
  border: 1px solid #dde4f4;
  border-radius: 16px;
  background: white;
  box-shadow: 0 20px 60px -25px #203c8c2b;
  transform: rotate(1.5deg);
}
.chat-art-header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 20px 23px;
  border-bottom: 1px solid #e9edf5;
}
.chat-logo {
  width: 36px;
  height: 36px;
  background: var(--blue);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: white;
}
.chat-logo .icon {
  width: 20px;
  height: 20px;
}
.chat-art-header strong {
  display: block;
  font-size: 12px;
}
.chat-art-header div > span {
  display: block;
  font-size: 9px;
  color: #7b859c;
}
.chat-example {
  margin-left: auto;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7b859c;
}
.chat-art-body {
  padding: 25px;
}
.chat-file {
  display: flex;
  gap: 9px;
  padding: 10px 15px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  border: 1px solid #e0e6f3;
  border-radius: 9px;
  background: #f9faff;
}
.chat-file > .icon {
  width: 22px;
  height: 22px;
  color: var(--blue);
}
.chat-file strong {
  display: block;
  font-size: 10px;
}
.chat-file span {
  display: block;
  font-size: 8px;
  color: #7887a0;
}
.chat-user {
  font-size: 11px;
  line-height: 1.7;
  color: var(--blue-dark);
  padding: 14px 17px;
  border-radius: 12px 2px 12px 12px;
  background: #edf2ff;
  margin: 11px 0 24px auto;
  max-width: 87%;
}
.chat-response {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.ai-mark {
  color: var(--blue);
  font-size: 23px;
  line-height: 1;
}
.chat-response strong {
  font-size: 12px;
}
.chat-response p {
  font-size: 10px;
  margin-top: 9px;
}
.chat-response ol {
  list-style: none;
  padding: 0;
  margin: 17px 0 20px;
}
.chat-response li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  margin-top: 12px;
  color: #4d5b76;
}
.chat-response li span {
  font-size: 8px;
  background: #f1f4fc;
  color: var(--blue);
  border-radius: 5px;
  padding: 3px 5px;
}
.context-chip {
  font-size: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f7f9fe;
  padding: 5px 9px;
  border: 1px solid #e4e9f5;
  border-radius: 4px;
  color: #68758f;
}
.context-chip .icon {
  width: 10px;
  height: 10px;
}
.chat-composer {
  border: 1px solid #e3e8f3;
  background: #fbfcff;
  border-radius: 9px;
  padding: 11px 12px 11px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 28px;
  color: #8390a8;
  font-size: 10px;
}
.chat-composer > span:last-child {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--blue);
  color: white;
  font-size: 17px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 53px;
}
.step {
  position: relative;
}
.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f0f4ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
}
.step:not(:last-child)::after {
  content: "";
  height: 1px;
  background: #e2e8f6;
  position: absolute;
  top: 22px;
  left: 61px;
  width: calc(100% - 40px);
}
.step h3 {
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 1.35;
  max-width: 210px;
}
.step p {
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.8;
  max-width: 235px;
}
.pricing-section {
  background: #f6f8fd;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.price-card {
  background: white;
  border: 1px solid var(--line);
  padding: 31px 28px;
  border-radius: 15px;
  margin-top: 14px;
}
.package-label {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.1px;
  color: #73809b;
}
.price-card h3 {
  font-size: 21px;
  margin-top: 11px;
}
.package-description {
  font-size: 12px;
  margin-top: 9px;
}
.price {
  display: flex;
  align-items: baseline;
  font-size: 59px;
  line-height: 1;
  letter-spacing: -3px;
  font-weight: 600;
  margin: 29px 0;
  padding-bottom: 29px;
  border-bottom: 1px solid #e9edf6;
  gap: 5px;
}
.price > span {
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.price-card .check-list {
  margin-bottom: 28px;
}
.price-card .check-list li {
  font-size: 13px;
  margin-top: 14px;
  color: #5b6882;
}
.price-card .check-list strong {
  font-weight: 600;
  color: var(--ink);
}
.price-card .button {
  width: 100%;
  min-height: 47px;
  padding: 12px 18px;
  justify-content: space-between;
  font-size: 12px;
}
.price-featured {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
  margin-top: 0;
  margin-bottom: -14px;
  padding-top: 45px;
  position: relative;
  box-shadow: 0 15px 35px #3056d31a;
}
.price-featured .package-label,
.price-featured .package-description,
.price-featured .check-list li {
  color: #e3eaff;
}
.price-featured .check-list strong {
  color: #fff;
}
.price-featured .check-list li::before {
  color: #e3eaff;
}
.price-featured .price {
  border-color: #ffffff30;
}
.price-featured-note {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 9px;
  color: #d6e0ff;
}
.pricing-note {
  text-align: center;
  font-size: 10px;
  margin-top: 46px;
  color: #74829b;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.faq-section .section-heading {
  margin: 0;
}
.faq-section .text-link {
  margin-top: 6px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  width: 18px;
  height: 18px;
  color: #7785a1;
  transition: transform 0.2s;
}
.faq-list details[open] summary .icon {
  transform: rotate(45deg);
  color: var(--blue);
}
.faq-list details[open] summary {
  color: var(--blue);
}
.faq-list details p {
  font-size: 14px;
  line-height: 1.9;
  padding: 0 28px 24px 0;
}
.final-section {
  padding: 0 0 91px;
}
.final-card {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: white;
  border-radius: 22px;
  text-align: center;
  padding: 61px 30px 63px;
  isolation: isolate;
}
.final-card .eyebrow {
  color: #d0dbff;
  font-size: 9px;
  letter-spacing: 1.4px;
}
.final-card h2 {
  font-size: clamp(39px, 4.5vw, 59px);
  line-height: 1.08;
  margin-top: 20px;
  letter-spacing: -0.055em;
}
.final-card p {
  font-size: 13px;
  color: #dbe3ff;
  margin: 22px 0 27px;
}
.final-orbits {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.final-orbits span {
  position: absolute;
  border: 1px solid #ffffff15;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  right: -290px;
  top: -80px;
}
.final-orbits span:nth-child(2) {
  width: 760px;
  height: 760px;
  right: -370px;
  top: -160px;
}
.final-orbits span:nth-child(3) {
  width: 920px;
  height: 920px;
  right: -450px;
  top: -240px;
}
.site-footer {
  border-top: 1px solid #edf0f7;
  padding: 61px 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.3fr;
  gap: 50px;
  padding-bottom: 50px;
}
.footer-brand p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 18px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.footer-column h2 {
  font-size: 11px;
  letter-spacing: 0;
  margin: 0 0 7px;
  font-weight: 600;
  line-height: 1.5;
}
.footer-column a {
  font-size: 12px;
  color: #6b7790;
  line-height: 1.65;
}
.footer-column a:hover {
  color: var(--blue);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding: 23px 0;
  color: #7b869c;
  font-size: 9px;
}
.footer-bottom a {
  color: #596c93;
}
@keyframes orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes star-drift {
  from {
    transform: translateY(-8px) rotate(0);
  }
  to {
    transform: translateY(8px) rotate(12deg);
  }
}
@keyframes note-float {
  from {
    translate: 0 -4px;
  }
  to {
    translate: 0 4px;
  }
}
html.motion-paused .orbit,
html.motion-paused .ambient-star,
html.motion-paused .floating-note,
html.page-hidden .orbit,
html.page-hidden .ambient-star,
html.page-hidden .floating-note {
  animation-play-state: paused;
}
@media (min-width: 1500px) {
  .hero-content {
    padding-top: 83px;
  }
  .hero-description {
    font-size: 17px;
  }
  .hero-note {
    font-size: 12px;
  }
  .workspace-wrap {
    margin-top: 58px;
  }
}
@media (max-width: 1150px) {
  .navigation {
    gap: 35px;
  }
  .nav-links,
  .nav-account {
    gap: 21px;
  }
  .floating-note {
    display: none;
  }
  .workspace-wrap {
    width: 90%;
  }
  .gpt-grid {
    gap: 60px;
  }
  .tool-card {
    padding: 24px;
  }
  .tool-card-wide {
    padding: 28px;
  }
  .document-front,
  .document-back {
    width: 175px;
    height: 250px;
  }
  .document-front {
    padding: 19px;
  }
  .doc-stamp {
    font-size: 6px;
  }
  .tool-card-wide h3 {
    font-size: 26px;
  }
  .faq-grid {
    gap: 65px;
  }
}
@media (max-width: 900px) {
  .navigation {
    gap: 25px;
  }
  .nav-links {
    gap: 20px;
  }
  .nav-account {
    gap: 16px;
  }
  .nav-links a,
  .sign-in {
    font-size: 12px;
  }
  .button-small {
    font-size: 11px;
    padding: 10px 13px;
    gap: 8px;
  }
  .wordmark {
    font-size: 26px;
  }
  .hero-content {
    padding-top: 57px;
  }
  .floating-note {
    display: none;
  }
  .workspace-wrap {
    width: 100%;
    margin-top: 40px;
  }
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tool-card-wide {
    grid-column: span 2;
    min-height: 330px;
    gap: 50px;
  }
  .document-front,
  .document-back {
    width: 210px;
    height: 265px;
    top: 6px;
    right: 22px;
  }
  .document-back {
    right: 40px;
  }
  .precheck-card {
    min-height: 332px;
  }
  .lounge-card {
    grid-column: span 2;
    min-height: 240px;
  }
  .lounge-card h3,
  .lounge-card p {
    max-width: 80%;
  }
  .heading-split {
    display: block;
  }
  .heading-split > p {
    max-width: 440px;
    margin-top: 20px;
  }
  .section {
    padding: 80px 0;
  }
  .gpt-grid {
    gap: 35px;
    grid-template-columns: 1fr 1.1fr;
  }
  .gpt-copy h2 {
    font-size: 43px;
  }
  .gpt-copy > p {
    font-size: 13px;
  }
  .chat-art-body {
    padding: 19px;
  }
  .chat-response strong {
    font-size: 11px;
  }
  .chat-response li {
    font-size: 9px;
  }
  .chat-response {
    gap: 6px;
  }
  .steps {
    gap: 24px;
  }
  .step h3 {
    font-size: 16px;
  }
  .price-card {
    padding: 26px 20px;
  }
  .price-featured {
    padding-top: 40px;
  }
  .price-card h3 {
    font-size: 19px;
  }
  .price-card .check-list li {
    font-size: 10px;
  }
  .package-description {
    min-height: 32px;
  }
  .faq-grid {
    gap: 48px;
  }
  .footer-top {
    gap: 27px;
  }
  .hero-bottom {
    font-size: 8px;
  }
}
@media (max-width: 760px) {
  .shell {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 74px;
  }
  .navigation {
    gap: 0;
  }
  .menu-toggle:not([hidden]) {
    display: block;
  }
  .site-menu {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 20px;
    box-shadow: 0 15px 25px #14173508;
    align-items: stretch;
    gap: 20px;
    flex-direction: column;
  }
  .nav-links,
  .nav-account {
    margin: 0;
    align-items: stretch;
  }
  .nav-links {
    flex-direction: column;
    gap: 0;
  }
  .nav-links a {
    padding: 11px 5px;
    font-size: 14px;
  }
  .nav-account {
    border-top: 1px solid var(--line);
    padding-top: 17px;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
  }
  .sign-in {
    font-size: 14px;
    padding: 8px 5px;
  }
  .button-small {
    font-size: 13px;
    padding: 12px 18px;
  }
  .js-menu .site-menu:not(.is-open) {
    display: none;
  }
  html:not(.js-menu) .site-header {
    height: auto;
    position: relative;
  }
  html:not(.js-menu) .navigation {
    padding-block: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  html:not(.js-menu) .site-menu {
    position: static;
    box-shadow: none;
    border: 0;
    padding: 0;
    flex-basis: 100%;
  }
  html:not(.js-menu) .nav-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .hero-content {
    padding-top: 44px;
  }
  .hero-eyebrow {
    font-size: 10px;
    padding: 6px 11px;
  }
  h1 {
    font-size: clamp(42px, 7.8vw, 60px);
    letter-spacing: -0.06em;
    margin-top: 22px;
    line-height: 1.1;
  }
  .hero-description {
    max-width: 460px;
    font-size: 14px;
    line-height: 1.8;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 9px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 14px 18px;
    gap: 12px;
    min-height: 50px;
  }
  .hero-note {
    font-size: 10px;
  }
  .orbit {
    top: 285px;
  }
  .orbit-one {
    width: 630px;
  }
  .orbit-two {
    width: 820px;
  }
  .orbit-three {
    width: 1080px;
  }
  .star-one {
    left: 1%;
    top: 310px;
    font-size: 25px;
  }
  .star-two {
    right: 3%;
    top: 118px;
    font-size: 23px;
  }
  .star-three {
    display: none;
  }
  .workspace-sidebar {
    width: 49px;
    padding: 21px 0;
    gap: 24px;
  }
  .workspace-sidebar > .icon {
    width: 15px;
    height: 15px;
  }
  .sidebar-logo {
    font-size: 22px;
  }
  .workspace-main {
    padding: 22px 19px;
  }
  .workspace-heading {
    margin-bottom: 21px;
  }
  .workspace-heading h2 {
    font-size: 20px;
  }
  .preview-tabs {
    gap: 20px;
  }
  .preview-tabs button {
    font-size: 9px;
  }
  .preview-tabs .icon {
    width: 12px;
    height: 12px;
  }
  .preview-panel {
    gap: 16px;
  }
  .upload-preview {
    padding: 15px 10px;
    min-height: 203px;
  }
  .upload-preview strong {
    font-size: 11px;
  }
  .report-preview {
    padding: 5px 0;
  }
  .preview-step {
    gap: 8px;
  }
  .preview-step strong {
    font-size: 9px;
  }
  .preview-step small {
    font-size: 7px;
  }
  .hero-bottom {
    align-items: flex-start;
    font-size: 8px;
    padding: 19px 0 16px;
    gap: 12px;
  }
  .hero-bottom > span {
    max-width: 270px;
    padding-top: 7px;
  }
  .motion-toggle {
    font-size: 9px;
    padding-top: 5px;
  }
  .section {
    padding: 66px 0;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .heading-split > p {
    font-size: 13px;
  }
  .tool-card h3 {
    font-size: 21px;
  }
  .tool-card-wide h3 {
    font-size: 26px;
  }
  .tool-card p {
    font-size: 12px;
  }
  .tool-card-wide {
    gap: 25px;
  }
  .document-front,
  .document-back {
    width: 175px;
    height: 257px;
    top: 20px;
    right: -2px;
  }
  .document-back {
    right: 14px;
  }
  .document-front strong {
    font-size: 17px;
  }
  .gpt-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .gpt-copy h2 {
    font-size: 43px;
  }
  .gpt-copy h2 br:nth-child(2) {
    display: none;
  }
  .gpt-copy > p {
    max-width: 490px;
  }
  .gpt-copy .check-list li {
    font-size: 12px;
  }
  .chat-art {
    width: 100%;
    max-width: 510px;
    margin: auto;
    transform: rotate(0);
  }
  .chat-art-header {
    padding: 20px 24px;
  }
  .chat-art-body {
    padding: 25px;
  }
  .chat-user {
    font-size: 12px;
  }
  .chat-response {
    gap: 11px;
  }
  .chat-response strong {
    font-size: 13px;
  }
  .chat-response p,
  .chat-response li {
    font-size: 11px;
  }
  .chat-file strong {
    font-size: 11px;
  }
  .chat-file span {
    font-size: 9px;
  }
  .context-chip {
    font-size: 9px;
  }
  .chat-composer {
    font-size: 11px;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-top: 35px;
  }
  .step:nth-child(2)::after {
    display: none;
  }
  .step h3 {
    font-size: 18px;
  }
  .step p {
    font-size: 12px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: auto;
    gap: 18px;
  }
  .price-card {
    margin: 0;
    padding: 29px;
  }
  .price-card h3 {
    font-size: 24px;
  }
  .package-label {
    font-size: 9px;
  }
  .package-description {
    min-height: 0;
    font-size: 12px;
  }
  .price {
    font-size: 62px;
    margin: 24px 0;
    padding-bottom: 24px;
  }
  .price-card .check-list li {
    font-size: 13px;
  }
  .price-card .button {
    font-size: 13px;
    min-height: 49px;
  }
  .price-featured-note {
    font-size: 10px;
  }
  .pricing-note {
    font-size: 10px;
    margin-top: 25px;
    line-height: 1.8;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-grid .section-heading h2 br {
    display: none;
  }
  .faq-grid .section-heading p {
    font-size: 13px;
    margin-top: 15px;
  }
  .faq-list summary {
    font-size: 13px;
    padding: 21px 0;
  }
  .faq-list details p {
    font-size: 12px;
  }
  .final-section {
    padding-bottom: 65px;
  }
  .final-card {
    padding: 47px 23px;
    border-radius: 15px;
  }
  .final-card h2 {
    font-size: 45px;
  }
  .final-card .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .final-orbits {
    opacity: 0.7;
  }
  .footer-top {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 25px;
  }
  .footer-brand {
    grid-column: span 3;
  }
  .footer-brand p {
    font-size: 12px;
  }
  .footer-column h2 {
    font-size: 11px;
  }
  .footer-column a {
    font-size: 10px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 8px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
  .footer-bottom a {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .shell {
    width: calc(100% - 36px);
  }
  .wordmark {
    font-size: 27px;
  }
  .hero-content {
    padding-top: 34px;
  }
  h1 {
    font-size: 43px;
    letter-spacing: -2.5px;
    line-height: 1.09;
    max-width: 365px;
    margin-bottom: 19px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 330px;
    line-height: 1.8;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .button {
    padding: 14px 14px;
    gap: 9px;
    font-size: 11px;
  }
  .hero-actions .button .icon {
    width: 15px;
    height: 15px;
  }
  .hero-note {
    font-size: 10px;
    margin-top: 16px;
  }
  .workspace-wrap {
    margin-top: 32px;
  }
  .workspace {
    border-radius: 10px;
  }
  .workspace-topbar {
    height: 33px;
    padding: 0 12px;
    font-size: 7px;
  }
  .window-dots {
    gap: 4px;
    min-width: 40px;
  }
  .window-dots i {
    height: 5px;
    width: 5px;
  }
  .preview-label {
    font-size: 6px;
    padding: 1px 5px;
  }
  .workspace-sidebar {
    display: none;
  }
  .workspace-main {
    padding: 19px 15px 17px;
  }
  .small-label {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .workspace-heading h2 {
    font-size: 19px;
    letter-spacing: -0.65px;
  }
  .workspace-avatar {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  .workspace-heading {
    margin-bottom: 18px;
  }
  .preview-tabs {
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .preview-tabs button {
    font-size: 8px;
    gap: 4px;
    padding-bottom: 10px;
  }
  .preview-tabs .icon {
    width: 11px;
    height: 11px;
  }
  .preview-panel {
    grid-template-columns: 1fr;
    gap: 15px;
    min-height: 0;
  }
  .upload-preview {
    min-height: 167px;
    padding: 15px 13px;
  }
  .paper-icon {
    height: 36px;
    width: 36px;
    margin-bottom: 9px;
  }
  .paper-icon .icon {
    height: 20px;
    width: 20px;
  }
  .upload-preview strong {
    font-size: 12px;
  }
  .upload-preview p {
    font-size: 9px;
    max-width: 260px;
  }
  .file-types {
    font-size: 8px;
    margin-top: 11px;
  }
  .report-preview {
    display: none;
  }
  .hero-bottom {
    font-size: 7px;
    gap: 8px;
  }
  .hero-bottom > span {
    max-width: 199px;
  }
  .motion-toggle {
    font-size: 8px;
    gap: 5px;
  }
  .motion-symbol {
    height: 16px;
    width: 16px;
  }
  .section-heading h2 {
    font-size: 33px;
    letter-spacing: -1.3px;
    line-height: 1.16;
  }
  .section-heading p {
    font-size: 12px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .tools-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .tool-card {
    padding: 27px;
  }
  .tool-card-wide,
  .lounge-card {
    grid-column: auto;
  }
  .tool-card-wide {
    min-height: 490px;
    display: block;
    padding-bottom: 252px;
  }
  .tool-copy {
    width: 100%;
  }
  .tool-card-wide h3 {
    font-size: 27px;
  }
  .tool-card p {
    max-width: 100%;
  }
  .tool-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .tool-card .text-link {
    margin-top: 20px;
  }
  .document-art {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 229px;
    transform: translateX(-50%);
  }
  .document-front,
  .document-back {
    width: 183px;
    height: 250px;
    top: 15px;
    right: 0;
  }
  .document-back {
    right: 20px;
  }
  .precheck-card {
    min-height: 328px;
    padding-bottom: 0;
  }
  .precheck-art {
    max-width: 270px;
    margin-top: 20px;
  }
  .tool-card h3 {
    max-width: 100%;
    font-size: 24px;
  }
  .lounge-card h3,
  .lounge-card p {
    max-width: 100%;
  }
  .lounge-card {
    min-height: 0;
  }
  .tool-card p {
    font-size: 13px;
  }
  .card-footnote {
    margin-top: 22px;
  }
  .gpt-copy h2 {
    font-size: 42px;
  }
  .gpt-copy > p {
    font-size: 13px;
  }
  .gpt-copy .button {
    font-size: 12px;
    min-height: 49px;
  }
  .chat-art-header {
    padding: 17px 19px;
  }
  .chat-art-body {
    padding: 20px 17px;
  }
  .chat-user {
    font-size: 11px;
    max-width: 94%;
  }
  .chat-response strong {
    font-size: 11px;
  }
  .chat-response p,
  .chat-response li {
    font-size: 10px;
  }
  .chat-response ol {
    margin-block: 14px;
  }
  .context-chip {
    font-size: 7px;
  }
  .chat-composer {
    font-size: 9px;
    margin-top: 22px;
  }
  .steps {
    gap: 30px 21px;
  }
  .step h3 {
    font-size: 17px;
  }
  .step p {
    font-size: 11px;
  }
  .step-number {
    margin-bottom: 18px;
    width: 39px;
    height: 39px;
    font-size: 11px;
  }
  .step:not(:last-child)::after {
    top: 19px;
    left: 54px;
    width: calc(100% - 36px);
  }
  .final-card h2 {
    font-size: 40px;
  }
  .final-card p {
    font-size: 12px;
  }
  .final-card .button {
    min-height: 50px;
    font-size: 12px;
  }
  .footer-top {
    gap: 27px 16px;
  }
  .footer-column {
    gap: 10px;
  }
  .footer-column h2 {
    font-size: 10px;
  }
  .footer-column a {
    font-size: 9px;
  }
  .footer-bottom {
    font-size: 8px;
  }
}
@media (max-width: 359px) {
  h1 {
    font-size: 37px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding-inline: 11px;
  }
  .hero-actions .button-secondary {
    gap: 7px;
  }
  .preview-tabs {
    gap: 7px;
  }
  .preview-tabs button {
    font-size: 7px;
  }
  .workspace-heading h2 {
    font-size: 17px;
  }
  .hero-bottom > span {
    max-width: 175px;
  }
  .chat-response {
    gap: 7px;
  }
  .chat-response li {
    font-size: 9px;
  }
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-brand {
    grid-column: span 2;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .motion-toggle {
    display: none !important;
  }
  .button:hover,
  .tool-card:hover {
    transform: none;
  }
  .tool-card-wide:hover .document-front {
    transform: rotate(8deg);
  }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media (prefers-contrast: more) {
  :root {
    --muted: #404d66;
    --line: #8595bb;
  }
  .site-header {
    background: white;
    border-bottom-color: #8595bb;
  }
  .tool-card,
  .price-card,
  .workspace,
  .chat-art {
    border-color: #8595bb;
  }
  .card-footnote,
  .hero-note,
  .hero-bottom,
  .footer-column a {
    color: #4a5974;
  }
}
@media print {
  .site-header,
  .hero-atmosphere,
  .floating-note,
  .hero-bottom,
  .final-orbits,
  .menu-toggle {
    display: none;
  }
  body {
    color: #000;
    background: white;
  }
  .section {
    padding: 35px 0;
  }
  .hero-content {
    padding-top: 20px;
  }
  .price-card,
  .tool-card {
    break-inside: avoid;
  }
  .hero,
  .gpt-section,
  .pricing-section {
    background: white;
  }
  .shell {
    width: 100%;
  }
}
