.home-tools {
  display: grid;
  grid-template-columns: minmax(17rem, 0.65fr) minmax(0, 1.35fr);
  gap: 1rem;
  margin-top: clamp(6rem, 12vw, 11rem);
  padding: clamp(1.25rem, 3vw, 2.5rem);
  background: var(--home-ink);
  color: var(--home-white);
}

.home-tools__intro {
  display: flex;
  flex-direction: column;
  padding: clamp(1rem, 3vw, 2.25rem);
}

.home-tools__intro h2 {
  max-width: 11ch;
  margin-top: 2rem;
  color: var(--home-white) !important;
  font-size: clamp(2.6rem, 4.8vw, 5rem) !important;
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.home-tools__intro > p {
  max-width: 32rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.home-tools__intro > .home-text-link {
  margin-top: auto;
  padding-top: 2rem;
}

.home-tools__pow {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #0c1511;
}

.home-tools__window-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-tools__window-bar > span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
}

.home-tools__window-bar > span:nth-child(1) {
  background: var(--home-signal);
}

.home-tools__window-bar > span:nth-child(2) {
  background: var(--home-yellow);
}

.home-tools__window-bar > span:nth-child(3) {
  background: var(--home-apple);
}

.home-tools__window-bar p {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.42);
  font-family: 'Fira Code', monospace;
  font-size: 0.58rem;
}

.home-tools__pow-body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(15rem, 0.75fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.home-tools__pow-body h3 {
  max-width: 12ch;
  margin-top: 1rem;
  color: var(--home-white) !important;
  font-size: clamp(2rem, 4vw, 4.5rem) !important;
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.home-tools__pow-body > div:first-child > p:last-child {
  max-width: 37rem;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
}

.home-tools__pow-body ul {
  align-self: center;
}

.home-tools__pow-body li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  line-height: 1.45;
}

.home-tools__pow-body li svg {
  width: 0.9rem;
  height: 0.9rem;
  color: #cdea81;
}

.home-tools__pow-action {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-tools__pow-action strong {
  color: #cdea81;
  font-size: 1.5rem;
}

.home-tools__checks {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.home-check-tool {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--home-white);
}

.home-check-tool > svg:first-child {
  width: 1.4rem;
  height: 1.4rem;
  color: #cdea81;
}

.home-check-tool > svg:last-child {
  width: 1rem;
  height: 1rem;
  transition: transform 180ms ease;
}

.home-check-tool:hover > svg:last-child {
  transform: translateX(4px);
}

.home-check-tool span {
  color: #cdea81;
  font-family: 'Fira Code', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-check-tool h3 {
  margin-top: 0.45rem;
  color: var(--home-white) !important;
  font-size: 1.15rem !important;
}

.home-check-tool p {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  line-height: 1.5;
}

.home-built-products {
  display: grid;
  grid-template-columns: minmax(14rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 1rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(21, 35, 29, 0.16);
  background: var(--home-white);
}

.home-built-products h2 {
  max-width: 10ch;
  margin-top: 0.75rem;
  font-size: clamp(2rem, 3.5vw, 3.6rem) !important;
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.home-built-products__list {
  border-top: 1px solid rgba(21, 35, 29, 0.2);
}

.home-built-products__list > a {
  display: grid;
  grid-template-columns: 0.45rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(21, 35, 29, 0.2);
  color: var(--home-ink);
}

.home-built-products__list > a > span {
  width: 0.45rem;
  height: 100%;
  min-height: 2.8rem;
  background: var(--product-color);
}

.home-built-products__list h3 {
  font-size: 1rem !important;
}

.home-built-products__list p {
  margin-top: 0.25rem;
  color: var(--home-muted);
  font-size: 0.75rem;
}

.home-built-products__list svg {
  width: 1rem;
  height: 1rem;
}

.home-consultation {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(24rem, 0.9fr);
  margin-top: clamp(6rem, 12vw, 11rem);
  background: var(--home-white);
  box-shadow: 0 28px 80px -60px rgba(21, 35, 29, 0.9);
}

.home-consultation__image {
  min-height: 38rem;
  overflow: hidden;
}

.home-consultation__image img {
  filter: saturate(0.78) contrast(1.05);
}

.home-consultation__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.home-consultation__content h2 {
  max-width: 12ch;
  margin-top: 2rem;
  font-size: clamp(2.5rem, 4.6vw, 4.8rem) !important;
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.home-consultation__content > p {
  max-width: 36rem;
  margin-top: 1.25rem;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-consultation__content ul {
  margin: 1.75rem 0;
}

.home-consultation__content li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(21, 35, 29, 0.14);
  font-size: 0.82rem;
  line-height: 1.5;
}

.home-consultation__content li svg {
  width: 1rem;
  height: 1rem;
  color: var(--home-apple);
}

.home-consultation__content .home-button {
  width: fit-content;
}

.home-letter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  gap: clamp(2rem, 6vw, 6rem);
  margin-top: 1rem;
  padding: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
  background: #cdea81;
}

.home-letter__note {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  width: 2.25rem;
  align-items: center;
  justify-content: space-around;
  background: var(--home-signal);
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.home-letter__note span {
  font-family: 'Fira Code', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-letter__copy {
  padding-left: 1rem;
}

.home-letter__copy h2 {
  max-width: 14ch;
  margin-top: 1rem;
  font-size: clamp(2.3rem, 4.5vw, 4.7rem) !important;
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.home-letter__copy > p:not(.home-mono-label) {
  max-width: 39rem;
  margin: 1.25rem 0;
  line-height: 1.65;
}

.home-letter__form {
  align-self: center;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--home-white);
}

.home-letter__form h3 {
  font-size: 1.35rem !important;
}

.home-letter__form > p {
  margin: 0.45rem 0 1.25rem;
  color: var(--home-muted);
  font-size: 0.78rem;
}

.home-letter__form input {
  border-radius: 0.45rem;
  border-color: rgba(21, 35, 29, 0.18);
  background: #f3f6ef;
  box-shadow: none;
}

.home-letter__form button {
  border-radius: 0.45rem;
  background: var(--home-ink);
  box-shadow: none;
}

.home-letter__form button:hover {
  background: #26372f;
  box-shadow: none;
}
