.tw-hero {
  padding: 88px 0 92px;
  background: linear-gradient(180deg, #fffdf9, #f7f4ed);
}

.tw-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 78px;
}

.tw-hero__copy > p:first-child,
.tw-capabilities header > p,
.tw-use__inner > div > p,
.tw-final__inner > div > p {
  margin: 0 0 13px;
  color: var(--biz-brand);
  font-size: 14px;
  font-weight: 750;
}

.tw-hero__copy h1 {
  margin: 0;
  font-size: clamp(52px, 5vw, 72px);
  letter-spacing: -.055em;
  line-height: 1.08;
}

.tw-hero__copy h1 span { color: var(--biz-brand); }
.tw-hero__copy > p:not(:first-child) { max-width: 610px; margin: 24px 0 0; color: var(--biz-muted); font-size: 17px; line-height: 1.8; }
.tw-hero__actions { display: flex; gap: 12px; margin-top: 30px; }
.tw-hero__notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; color: #74777d; font-size: 12px; }
.tw-hero__notes span::before { margin-right: 6px; color: var(--biz-brand); content: "✓"; font-weight: 800; }

.tw-product {
  overflow: hidden;
  border: 1px solid #ddd8cf;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(64, 53, 40, .14);
}

.tw-product > header { min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--biz-line); }
.tw-product > header > div { display: flex; align-items: center; gap: 12px; }
.tw-product > header strong { font-size: 16px; }
.tw-product > header span { padding: 5px 8px; border-radius: 4px; color: #9c3f2c; font-size: 11px; background: #fff0eb; }
.tw-product > header em { color: #558265; font-size: 11px; font-style: normal; }
.tw-product__project { margin: 22px 24px 0; padding: 21px; border-radius: 8px; background: #f6f4ef; }
.tw-product__project small { color: #8c857c; font-size: 11px; }
.tw-product__project h2 { margin: 7px 0 0; font-size: 23px; }
.tw-product__project p { margin: 8px 0 0; color: var(--biz-muted); font-size: 13px; line-height: 1.65; }
.tw-product__tabs { display: flex; gap: 28px; margin: 22px 24px 0; border-bottom: 1px solid var(--biz-line); color: #85817b; font-size: 12px; }
.tw-product__tabs > * { padding-bottom: 12px; }
.tw-product__tabs b { border-bottom: 2px solid var(--biz-brand); color: var(--biz-ink); }
.tw-product__list { padding: 0 24px 12px; }
.tw-product__list > div { min-height: 70px; display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid var(--biz-line); }
.tw-product__list > div > i { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #c9c4bc; border-radius: 5px; color: #fff; font-size: 11px; font-style: normal; }
.tw-product__list > div:first-child > i { border-color: #608469; background: #608469; }
.tw-product__list b, .tw-product__list small { display: block; }
.tw-product__list b { font-size: 13px; }
.tw-product__list small { margin-top: 4px; color: #97928b; font-size: 11px; }
.tw-product > footer { min-height: 58px; display: flex; align-items: center; gap: 22px; padding: 0 24px; color: #77736d; font-size: 11px; background: #fbfaf8; }
.tw-product > footer button { margin-left: auto; border: 0; color: var(--biz-brand); font-size: 11px; font-weight: 700; background: transparent; }

.tw-capabilities { padding: 105px 0; }
.tw-capabilities header { max-width: 760px; margin-bottom: 45px; }
.tw-capabilities h2, .tw-use h2, .tw-final h2 { margin: 0; font-size: clamp(36px, 3.6vw, 52px); letter-spacing: -.045em; line-height: 1.17; }
.tw-capabilities .mkt-container > div { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--biz-line); }
.tw-capabilities article { min-height: 245px; padding: 26px 28px 0 0; border-right: 1px solid var(--biz-line); }
.tw-capabilities article + article { padding-left: 28px; }
.tw-capabilities article:last-child { border-right: 0; }
.tw-capabilities article > span { color: var(--biz-brand); font-size: 12px; font-weight: 800; }
.tw-capabilities h3 { margin: 52px 0 0; font-size: 20px; }
.tw-capabilities article p { margin: 10px 0 0; color: var(--biz-muted); font-size: 13px; line-height: 1.75; }

.tw-use { padding: 98px 0; background: var(--biz-soft); }
.tw-use__inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr); gap: 90px; }
.tw-use ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ddd8d0; }
.tw-use li { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 25px 0; border-bottom: 1px solid #ddd8d0; }
.tw-use li strong { font-size: 16px; }
.tw-use li span { color: var(--biz-muted); font-size: 13px; line-height: 1.75; }

.tw-final { padding: 78px 0; color: #fff; background: var(--biz-brand); }
.tw-final__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.tw-final__inner > div > p { color: rgba(255,255,255,.74); }
.tw-final__inner > div > span { display: block; margin-top: 13px; color: rgba(255,255,255,.78); font-size: 13px; }
.tw-final__inner > div:last-child { display: flex; gap: 10px; }

@media (max-width: 820px) {
  .tw-hero { padding: 50px 0 58px; }
  .tw-hero__inner { display: flex; flex-direction: column; align-items: stretch; gap: 34px; padding-inline: 20px; }
  .tw-hero__copy > p:first-child { font-size: 12px; }
  .tw-hero__copy { min-width: 0; }
  .tw-hero__copy h1 { max-width: 100%; font-size: clamp(36px, 9.8vw, 44px); overflow-wrap: anywhere; text-wrap: wrap; }
  .tw-hero__copy > p:not(:first-child) { margin-top: 18px; font-size: 14px; line-height: 1.75; }
  .tw-hero__actions { display: grid; }
  .tw-hero__notes { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .tw-hero__notes span:last-child { grid-column: 1 / -1; }
  .tw-product { border-radius: 10px; box-shadow: 0 20px 50px rgba(64,53,40,.12); }
  .tw-product > header { min-height: 58px; padding-inline: 16px; }
  .tw-product__project { margin: 16px 16px 0; padding: 16px; }
  .tw-product__project h2 { font-size: 20px; }
  .tw-product__tabs { gap: 20px; margin-inline: 16px; overflow-x: auto; white-space: nowrap; }
  .tw-product__list { padding-inline: 16px; }
  .tw-product > footer { gap: 12px; padding-inline: 16px; }

  .tw-capabilities, .tw-use { padding: 68px 0; }
  .tw-capabilities .mkt-container, .tw-use .mkt-container, .tw-final .mkt-container { padding-inline: 20px; }
  .tw-capabilities header { margin-bottom: 28px; }
  .tw-capabilities h2, .tw-use h2, .tw-final h2 { font-size: 32px; }
  .tw-capabilities .mkt-container > div { display: block; }
  .tw-capabilities article, .tw-capabilities article + article { min-height: 0; display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--biz-line); }
  .tw-capabilities article h3, .tw-capabilities article p { grid-column: 2; }
  .tw-capabilities h3 { margin: -3px 0 0; font-size: 18px; }
  .tw-capabilities article p { margin-top: -5px; font-size: 13px; }

  .tw-use__inner { display: block; }
  .tw-use ul { margin-top: 30px; }
  .tw-use li { display: block; }
  .tw-use li span { display: block; margin-top: 7px; }

  .tw-final { padding: 58px 0; }
  .tw-final__inner { display: block; }
  .tw-final__inner > div:last-child { display: grid; margin-top: 25px; }
}
