body.tools-page main {
  padding-top: var(--unity-header-height);
}

.tools-hero {
  width: min(calc(100% - 44px), 980px);
  margin: 0 auto;
  padding: clamp(96px, 11vw, 148px) 0 clamp(72px, 8vw, 108px);
  text-align: center;
}

.tools-hero h1 {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 200;
  line-height: 1.45;
  letter-spacing: 0.055em;
}

.tools-hero p:last-child {
  max-width: 620px;
  margin: 34px auto 0;
  color: #4b4946;
  font-size: 15px;
  font-weight: 200;
  line-height: 2.1;
  letter-spacing: 0.055em;
}

.tools-section {
  width: min(calc(100% - 44px), 1080px);
  margin: 0 auto;
  padding: clamp(80px, 9vw, 124px) 0;
  border-top: 1px solid var(--unity-line);
}

.tools-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(52px, 8vw, 108px);
}

.tools-feature-copy h2,
.tools-products-intro h2 {
  margin: 18px 0 0;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 200;
  line-height: 1.45;
  letter-spacing: 0.055em;
}

.tools-feature-copy > p:not(.section-kicker),
.tools-products-intro > p:not(.section-kicker),
.tools-product-card p {
  color: #4b4946;
  font-size: 14px;
  font-weight: 200;
  line-height: 2.05;
  letter-spacing: 0.045em;
}

.tools-feature-copy > p:not(.section-kicker) {
  margin: 30px 0 0;
}

.tools-app-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 24px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--unity-line);
  border-bottom: 1px solid var(--unity-line);
  color: var(--unity-muted);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.tools-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tools-device-frame {
  max-width: 430px;
  margin: 0 auto;
  padding: 22px 22px 0;
  overflow: hidden;
  border: 1px solid var(--unity-line);
  background: #f7f7f5;
}

.tools-device-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.tools-products-intro {
  max-width: 720px;
  text-align: center;
  margin: 0 auto 54px;
}

.tools-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--unity-line);
}

.tools-product-card {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 5vw, 58px);
  color: inherit;
  text-decoration: none;
}

.tools-product-card + .tools-product-card {
  border-left: 1px solid var(--unity-line);
}

.tools-product-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin-bottom: 34px;
}

.tools-product-card small {
  color: var(--unity-muted);
  font-size: 10px;
  letter-spacing: 0.24em;
}

.tools-product-card h3 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.tools-product-card p {
  margin: 22px 0 0;
}

.tools-product-card .tools-product-link {
  margin-top: auto;
  padding-top: 28px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.tools-product-card:is(:hover, :focus-visible) .tools-product-link {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.tools-note {
  max-width: 760px;
  margin: 38px auto 0;
  color: var(--unity-muted);
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.07em;
  text-align: center;
}

@media (max-width: 720px) {
  .tools-hero {
    width: calc(100% - 36px);
    padding: 66px 0 68px;
  }

  .tools-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .tools-hero p:last-child {
    font-size: 13px;
  }

  .tools-section {
    width: calc(100% - 36px);
    padding: 72px 0;
  }

  .tools-feature,
  .tools-product-grid {
    grid-template-columns: 1fr;
  }

  .tools-feature {
    gap: 48px;
  }

  .tools-feature-copy {
    text-align: center;
  }

  .tools-app-meta,
  .tools-feature-actions {
    justify-content: center;
  }

  .tools-feature-actions .button {
    width: 100%;
  }

  .tools-device-frame {
    max-width: 340px;
    padding: 16px 16px 0;
  }

  .tools-product-card + .tools-product-card {
    border-top: 1px solid var(--unity-line);
    border-left: 0;
  }
}
