:root {
  font-family: Inter, system-ui, sans-serif;
  color: #202b31;
  background: #fff;
  font-synthesis: none;
  --teal: #007d70;
  --muted: #687579;
  --line: #e4e9e8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #13a394;
  outline-offset: 6px;
  border-radius: 3px;
}
p {
  line-height: 1.75;
  color: var(--muted);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(42px, 4.6vw, 70px);
  font-weight: 650;
  line-height: 1.1;
  margin-bottom: 26px;
}
h2 {
  font-size: clamp(32px, 3.1vw, 46px);
  line-height: 1.17;
  font-weight: 620;
  margin-bottom: 26px;
}
h3 {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.025em;
}
em {
  font-style: normal;
  color: var(--teal);
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -1px;
}
.brand-mark {
  width: 34px;
  height: 37px;
  background: var(--teal);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 33px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -4px;
  padding-right: 4px;
}
.brand-mark span {
  color: #88e6bf;
}
nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 520;
}
.language {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #8a9699;
  font-size: 12px;
}
.language [aria-current] {
  color: #172f2b;
  font-weight: 700;
}
.login {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.login span {
  margin-left: 9px;
}
.hero {
  display: grid;
  grid-template-columns: 0.95fr 1.13fr;
  align-items: center;
  gap: 48px;
  min-height: 650px;
  padding-block: 58px 82px;
}
.eyebrow {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 650;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 24px;
}
.tiny-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: 2px;
}
.hero-description {
  max-width: 440px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 27px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 15px 21px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--teal);
  color: white;
  border: 1px solid var(--teal);
}
.primary:hover {
  background: #00675d;
}
.secondary {
  border: 1px solid #dbe2e1;
  background: white;
}
.micro {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 17px;
  color: #74817f;
}
.product-preview {
  margin: 0;
  display: flex;
  border: 1px solid #dce4e2;
  border-radius: 12px;
  overflow: hidden;
  background: #fbfcfc;
  box-shadow: 0 22px 50px -22px #23493a35;
  min-width: 0;
  transform: perspective(1400px) rotateY(-3deg);
  text-align: left;
}
.preview-sidebar {
  width: 49px;
  flex-shrink: 0;
  background: #17362f;
  color: #a2b8ae;
  padding: 16px 8px;
}
.mini-brand {
  display: block;
  font-size: 27px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.mini-brand span {
  color: #7cdbc4;
}
.sidebar-symbol {
  height: 30px;
  display: grid;
  place-items: center;
  margin: 10px 0;
  font-size: 16px;
  border-radius: 4px;
}
.sidebar-symbol.active {
  background: #30584c;
  color: #fff;
}
.preview-content {
  flex: 1;
  min-width: 0;
  padding: 0 17px 26px;
}
.preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 550;
  gap: 10px;
}
.muted {
  color: #b2bbb7;
  margin-inline: 9px;
}
.avatars {
  font-size: 9px;
  color: #345749;
  background: #d8e7d5;
  border-radius: 50%;
  height: 22px;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.avatars span {
  border: 2px solid white;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  display: grid;
  place-items: center;
  background: #d9e5ec;
  margin-left: 3px;
}
.avatars span + span {
  background: #f2dfd0;
  margin-left: -5px;
}
.preview-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 25px 0 18px;
}
.preview-title h2 {
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.04em;
}
.demo-label {
  font-size: 8px;
  white-space: nowrap;
  color: #88928e;
}
.preview-tabs {
  display: flex;
  gap: 22px;
  font-size: 9px;
  color: #7a8882;
  border-bottom: 1px solid var(--line);
  padding-bottom: 11px;
  margin-bottom: 18px;
}
.preview-tabs strong {
  color: var(--teal);
}
.board-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.column-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: 600;
}
.column-title small {
  color: #9ba6a1;
  font-size: 8px;
  margin-left: auto;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #a6b0b1;
}
.s1 {
  background: #e9bb5e;
  border-color: #e9bb5e;
}
.s2 {
  background: #3b9973;
  border-color: #3b9973;
}
.preview-card {
  padding: 12px 10px 10px;
  background: white;
  border: 1px solid #e4e9e6;
  border-radius: 6px;
  margin-bottom: 9px;
  min-height: 115px;
  box-shadow: 0 2px 3px #203c2903;
}
.preview-card small {
  font-size: 8px;
  color: #98a09c;
}
.preview-card h3 {
  font-size: 10px;
  font-weight: 550;
  letter-spacing: -0.01em;
  margin: 8px 0 16px;
  min-height: 27px;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.tag {
  font-size: 8px;
  line-height: 1.6;
  padding: 2px 5px;
  background: #f1eff8;
  color: #7d749c;
  border-radius: 3px;
  white-space: nowrap;
}
.tag.mint {
  background: #edf6f1;
  color: #5b957c;
}
.avatar {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e2e9db;
  font-size: 7px;
}
.capability-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 12px;
  font-size: 13px;
  font-weight: 550;
  color: #667671;
}
.section {
  padding-block: 100px;
}
.workflow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}
.steps {
  margin-top: 44px;
}
.step {
  display: flex;
  gap: 22px;
  margin-bottom: 29px;
}
.step > span {
  font-size: 11px;
  color: #85a69b;
  padding-top: 5px;
}
.step h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.step p {
  font-size: 13px;
  margin-bottom: 0;
  max-width: 355px;
}
.workflow-visual {
  padding: 4px 30px;
  align-self: center;
}
.request-note,
.work-note {
  border: 1px solid #dfe7e3;
  border-radius: 9px;
  padding: 24px;
  background: white;
  box-shadow: 0 7px 22px #244e3610;
}
.request-note {
  margin-right: 60px;
}
.request-note .eyebrow,
.work-note .eyebrow {
  font-size: 9px;
  margin-bottom: 12px;
}
.request-note h3,
.work-note h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.request-note p {
  font-size: 11px;
  margin-bottom: 14px;
}
.flow-line {
  margin: 8px auto;
  color: #90aea1;
  font-size: 22px;
  text-align: center;
}
.work-note {
  margin-left: 28px;
}
.note-details {
  display: flex;
  gap: 25px;
  border-block: 1px solid var(--line);
  padding: 13px 0;
  margin-top: 18px;
  font-size: 9px;
  color: #839189;
}
.note-details b {
  display: block;
  font-size: 11px;
  font-weight: 550;
  color: #344d40;
  margin-top: 6px;
}
.note-progress {
  background: #e9f0eb;
  height: 4px;
  border-radius: 3px;
  margin: 20px 0 12px;
}
.note-progress span {
  width: 72%;
  height: 4px;
  display: block;
  background: #75b591;
}
.work-note p {
  font-size: 10px;
  line-height: 2.1;
  margin-bottom: 0;
  color: #6b8375;
}
.done-note {
  font-size: 10px;
  background: #edf7f1;
  border: 1px solid #d2e8db;
  padding: 16px 20px;
  border-radius: 6px;
  margin-left: 60px;
  color: #3d7c5b;
  display: flex;
  gap: 10px;
}
.centered {
  text-align: center;
}
.ai-section {
  background: #f0f6f3;
  padding: 79px 0;
}
.ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.ai-grid p:not(.eyebrow):not(.micro) {
  font-size: 14px;
  max-width: 420px;
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
}
.text-link:hover {
  text-decoration: underline;
}
.terminal {
  background: #18382f;
  color: #d8e5db;
  border-radius: 10px;
  box-shadow: 0 14px 30px #2049321b;
  padding: 23px 26px;
  font-size: 10px;
}
.terminal > div {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff16;
}
.terminal-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #80bd9b;
  border-radius: 50%;
  margin-right: 8px;
}
.terminal-status {
  float: right;
  color: #91aa98;
  font-size: 9px;
}
.terminal pre {
  font-size: 12px;
  line-height: 2;
  overflow: auto;
  margin-block: 22px;
}
.code-comment {
  color: #819d8d;
  font-size: 10px;
}
.code-name {
  color: #a7dcb7;
}
.terminal p {
  border-top: 1px solid #ffffff16;
  color: #91b99c;
  font-size: 10px;
  padding-top: 16px;
  margin-bottom: 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  gap: 20px;
}
.section-heading .text-link {
  padding-bottom: 30px;
}
.guide-row {
  display: flex;
  align-items: center;
  gap: 32px;
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
.guide-row:last-child {
  border-bottom: 1px solid var(--line);
}
.guide-row:hover h3 {
  color: var(--teal);
}
.guide-number {
  color: #93aaa0;
  font-size: 12px;
  align-self: flex-start;
  padding-top: 5px;
}
.guide-row .eyebrow {
  font-size: 9px;
  margin-bottom: 8px;
  display: block;
}
.guide-row h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.guide-row p {
  font-size: 12px;
  max-width: 840px;
  margin-bottom: 0;
}
.guide-row .arrow {
  margin-left: auto;
  color: var(--teal);
  font-size: 23px;
  padding-left: 16px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 70px;
  border-top: 1px solid var(--line);
  padding-top: 80px;
}
.faq-section details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-section details:first-child {
  padding-top: 0;
}
.faq-section summary {
  list-style: none;
  font-size: 14px;
  font-weight: 550;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.5;
}
.faq-section summary::-webkit-details-marker {
  display: none;
}
.faq-section summary span {
  color: var(--teal);
  font-size: 23px;
  font-weight: 350;
}
.faq-section details[open] summary span {
  transform: rotate(45deg);
}
.faq-section details p {
  font-size: 13px;
  margin: 16px 35px 0 0;
}
.closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #f0f6f3;
  border-radius: 12px;
  padding: 45px 48px;
  margin-bottom: 85px;
}
.closing .eyebrow {
  margin-bottom: 14px;
}
.closing h2 {
  font-size: 36px;
  margin-bottom: 9px;
}
.closing p {
  font-size: 13px;
  margin-bottom: 0;
}
.closing .eyebrow {
  font-size: 10px;
  margin-bottom: 14px;
}
.site-footer {
  background: #142e28;
  color: #dee9e2;
  padding: 55px 0 22px;
}
.site-footer .brand-mark {
  background: #315d4b;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
}
.footer-grid p {
  font-size: 12px;
  color: #8ea59a;
  margin-top: 18px;
}
.footer-grid strong {
  font-size: 11px;
  display: block;
  margin: 8px 0 22px;
}
.footer-grid > div > a:not(.brand) {
  display: block;
  color: #a5b8ac;
  font-size: 11px;
  margin-bottom: 16px;
}
.footer-grid a:hover {
  color: white;
}
.footer-bottom {
  border-top: 1px solid #ffffff14;
  margin-top: 35px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #829b8e;
  gap: 20px;
}
.page-intro {
  padding-block: 70px 60px;
  max-width: 1280px;
}
.page-intro h1 {
  max-width: 850px;
}
.article-lead {
  font-size: 19px;
  line-height: 1.75;
  max-width: 780px;
}
.page-intro .button {
  margin-top: 12px;
}
.blog-list {
  padding-bottom: 100px;
}
.article-layout {
  padding-top: 52px;
}
.article-header {
  max-width: 850px;
}
.article-header > .text-link {
  display: inline-block;
  margin-bottom: 45px;
}
.article-header h1 {
  font-size: clamp(38px, 4.2vw, 60px);
}
.article-header .eyebrow {
  margin-bottom: 20px;
}
.article-columns {
  display: grid;
  grid-template-columns: 245px minmax(0, 730px);
  gap: 80px;
  margin-top: 70px;
}
.article-columns aside {
  position: sticky;
  top: 35px;
  align-self: start;
  font-size: 12px;
  border-left: 2px solid #e4ece7;
  padding-left: 22px;
}
.article-columns aside strong {
  display: block;
  margin-bottom: 20px;
}
.article-columns aside a {
  display: block;
  line-height: 1.6;
  color: #77877e;
  margin-bottom: 16px;
}
.article-columns aside a:hover {
  color: var(--teal);
}
.prose {
  font-size: 16px;
  line-height: 1.85;
}
.prose p {
  line-height: 1.95;
  color: #52645b;
}
.prose h2 {
  font-size: 26px;
  margin: 42px 0 18px;
  letter-spacing: -0.03em;
}
.prose section:first-child h2 {
  margin-top: 0;
}
.prose a:not(.button) {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-cta {
  background: #f1f6f2;
  border-radius: 8px;
  padding: 28px 30px;
  margin-top: 40px;
}
.article-cta h2 {
  margin-top: 0;
}
.article-cta p {
  font-size: 14px;
}
.comparison-content {
  padding-bottom: 100px;
  max-width: 1000px;
}
.comparison-content .prose {
  max-width: 730px;
  margin-top: 45px;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  text-align: left;
}
th,
td {
  border-bottom: 1px solid var(--line);
  padding: 20px 22px;
  line-height: 1.6;
}
thead {
  background: #f0f6f3;
}
tbody th {
  font-weight: 550;
  min-width: 175px;
}
td {
  color: #63736a;
}
.legal {
  max-width: 800px;
  padding-block: 70px 100px;
}
.legal h1 {
  font-size: 48px;
}
.skip {
  position: fixed;
  left: 16px;
  top: -100px;
  padding: 14px;
  background: white;
  z-index: 100;
}
.skip:focus {
  top: 16px;
}
@media (min-width: 1500px) {
  .hero {
    gap: 65px;
  }
  .hero h1 {
    font-size: 72px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 25px;
    min-height: 580px;
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero-description {
    font-size: 14px;
  }
  .preview-content {
    padding-inline: 10px;
  }
  .preview-title h2 {
    font-size: 16px;
  }
  .preview-sidebar {
    width: 35px;
    padding-inline: 4px;
  }
  .preview-card {
    padding: 9px 7px;
  }
  .column-title {
    font-size: 7px;
  }
  .workflow,
  .ai-grid {
    gap: 55px;
  }
  .workflow-visual {
    padding-inline: 0;
  }
  .article-columns {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 40px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 80px;
    gap: 12px;
  }
  .brand {
    font-size: 20px;
    gap: 8px;
  }
  .brand-mark {
    width: 28px;
    height: 31px;
    font-size: 28px;
  }
  nav {
    gap: 15px;
    font-size: 12px;
  }
  nav > a:first-child {
    display: none;
  }
  .login {
    padding-left: 0;
    border: 0;
  }
  .login span {
    display: none;
  }
  .language {
    gap: 5px;
    font-size: 11px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 34px;
    padding-bottom: 42px;
  }
  .hero h1 {
    font-size: clamp(43px, 8.7vw, 62px);
    line-height: 1.08;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .hero-description {
    max-width: 520px;
    font-size: 15px;
  }
  .hero-copy {
    max-width: 580px;
  }
  .product-preview {
    transform: none;
    width: 100%;
    max-width: 600px;
    justify-self: center;
  }
  .preview-title h2 {
    font-size: 18px;
  }
  .preview-card h3 {
    font-size: 10px;
  }
  .column-title {
    font-size: 8px;
  }
  .capability-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 13px;
    font-size: 11px;
    padding: 23px 3px;
  }
  .section {
    padding-block: 64px;
  }
  .workflow,
  .ai-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .workflow-visual {
    width: 100%;
    max-width: 450px;
    justify-self: center;
  }
  .workflow h2 {
    font-size: 39px;
  }
  .steps {
    margin-top: 32px;
  }
  .step {
    margin-bottom: 24px;
  }
  .step p {
    max-width: unset;
  }
  .request-note {
    margin-right: 38px;
  }
  .work-note {
    margin-left: 18px;
  }
  .done-note {
    margin-left: 28px;
  }
  .ai-section {
    padding-block: 55px;
  }
  .ai-grid h2 {
    font-size: 36px;
  }
  .terminal {
    padding: 20px;
  }
  .terminal pre {
    font-size: 11px;
  }
  .section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .section-heading h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .guide-row {
    gap: 16px;
    padding: 24px 0;
  }
  .guide-row h3 {
    font-size: 18px;
  }
  .guide-row p {
    font-size: 12px;
  }
  .guide-row .arrow {
    font-size: 20px;
    padding-left: 0;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section h2 {
    font-size: 33px;
  }
  .faq-section summary {
    font-size: 13px;
  }
  .closing {
    padding: 30px 25px;
    display: block;
    margin-bottom: 55px;
  }
  .closing h2 {
    font-size: 31px;
  }
  .closing .button {
    margin-top: 26px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 35px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
    margin-bottom: 12px;
  }
  .footer-bottom {
    display: block;
    line-height: 1.8;
  }
  .footer-bottom span {
    display: block;
  }
  .page-intro {
    padding-block: 40px;
  }
  .page-intro h1 {
    font-size: 43px;
  }
  .article-lead {
    font-size: 16px;
  }
  .article-header h1 {
    font-size: 38px;
  }
  .article-layout {
    padding-top: 25px;
  }
  .article-header > .text-link {
    margin-bottom: 30px;
  }
  .article-columns {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 38px;
  }
  .article-columns aside {
    position: static;
  }
  .prose {
    font-size: 15px;
  }
  .prose h2 {
    font-size: 24px;
  }
  .article-cta {
    padding: 24px;
  }
  .legal {
    padding-block: 40px 65px;
  }
  .legal h1 {
    font-size: 38px;
  }
  th,
  td {
    padding: 16px;
    font-size: 12px;
  }
  tbody th {
    min-width: 140px;
  }
  .comparison-content h2 {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
@media (max-width: 380px) {
  nav {
    gap: 10px;
  }
  nav > a:nth-child(2) {
    display: none;
  }
  .preview-sidebar {
    width: 28px;
  }
  .preview-card {
    padding: 7px 5px;
  }
  .preview-title h2 {
    font-size: 16px;
  }
  .column-title {
    font-size: 7px;
  }
  .preview-content {
    padding-inline: 8px;
  }
  .board-columns {
    gap: 6px;
  }
  .tag {
    font-size: 7px;
  }
  .preview-tabs {
    gap: 16px;
  }
}

@media (min-width: 1051px) {
  .hero h1 {
    font-size: 62px;
    line-height: 1.13;
  }
  .hero-copy {
    min-width: 0;
  }
}

@media (min-width: 1051px) {
  .site-header,
  .hero {
    width: min(1544px, calc(100% - 128px));
  }
  .hero {
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
    gap: 40px;
    min-height: 695px;
  }
  .hero h1 {
    font-size: clamp(43px, 3.2vw, 54px);
    font-weight: 650;
    line-height: 1.24;
    letter-spacing: -0.052em;
  }
  .hero-description {
    font-size: 19px;
    max-width: 560px;
  }
  .hero .button {
    font-size: 15px;
    padding: 19px 24px;
  }
  .hero .micro {
    font-size: 12px;
  }
  .site-header .login {
    border: 1px solid #176b5b;
    padding: 14px 24px;
    border-radius: 9px;
  }
  .site-header .login span {
    display: none;
  }
  .preview-card h3 {
    font-size: 12px;
  }
  .preview-card small,
  .column-title {
    font-size: 10px;
  }
  .preview-card {
    min-height: 132px;
  }
  .tag {
    font-size: 9px;
  }
  .preview-title h2 {
    font-size: 24px;
  }
}
