:root {
  --biz-ink: #17191d;
  --biz-muted: #646a73;
  --biz-line: #e8e5df;
  --biz-paper: #fff;
  --biz-soft: #f7f6f2;
  --biz-warm: #f6f1e8;
  --biz-brand: #e94f2f;
  --biz-brand-dark: #c93c20;
  --biz-blue: #3159a7;
}

.commercial-home {
  color: var(--biz-ink);
  background: var(--biz-paper);
}

.commercial-home::before,
.commercial-home .mkt-scroll-progress,
.commercial-home .mkt-header__status,
.commercial-home .mkt-app-searchbar {
  display: none !important;
}

.commercial-home .mkt-header {
  border-bottom: 1px solid rgba(31, 28, 24, .08);
  color: var(--biz-ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.commercial-home .mkt-brand,
.commercial-home .mkt-nav__link,
.commercial-home .mkt-header__account {
  color: var(--biz-ink);
}

.commercial-home .mkt-brand__mark {
  color: #fff;
  background: var(--biz-brand);
  box-shadow: none;
}

.commercial-home .mkt-brand small,
.commercial-home .mkt-nav__menu-section > small {
  color: #8b847a;
}

.commercial-home .mkt-nav__link::after { background: var(--biz-brand); }

.commercial-home .mkt-header .mkt-btn--primary {
  border-color: var(--biz-brand);
  background: var(--biz-brand);
  box-shadow: none;
}

.commercial-home .mkt-header .mkt-btn--primary:hover { background: var(--biz-brand-dark); }

.commercial-home .mkt-menu span { background: var(--biz-ink); }

.biz-label,
.biz-section__head > div > p,
.biz-workbench__copy > p,
.biz-assurance__inner > div:first-child > p,
.biz-contact__inner > div:first-child > p {
  margin: 0 0 13px;
  color: var(--biz-brand);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .02em;
}

.biz-hero {
  overflow: hidden;
  padding: 92px 0 52px;
  background:
    radial-gradient(circle at 88% 0, rgba(245, 192, 128, .24), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #fff 78%);
}

.biz-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 72px;
}

.biz-hero__copy h1 {
  max-width: 650px;
  margin: 0;
  color: var(--biz-ink);
  font-size: clamp(54px, 5.2vw, 76px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.07;
}

.biz-hero__copy h1 span { color: var(--biz-brand); }

.biz-hero__lead {
  max-width: 610px;
  margin: 26px 0 0;
  color: #565b63;
  font-size: 18px;
  line-height: 1.8;
}

.biz-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.biz-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}

.biz-btn:hover { transform: translateY(-1px); }
.biz-btn--primary { color: #fff; background: var(--biz-brand); }
.biz-btn--primary:hover { color: #fff; background: var(--biz-brand-dark); }
.biz-btn--plain { border-color: #d9d5ce; color: #272a2e; background: #fff; }
.biz-btn--plain:hover { border-color: #a9a39a; color: #17191d; }

.biz-hero__promise {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  color: #777b82;
  font-size: 13px;
}

.biz-hero__promise span::before {
  margin-right: 6px;
  color: var(--biz-brand);
  content: "✓";
  font-weight: 800;
}

.biz-project {
  display: grid;
  grid-template-rows: minmax(260px, 1.15fr) auto;
  overflow: hidden;
  border: 1px solid #e6e0d7;
  border-radius: 18px;
  color: var(--biz-ink);
  background: #fff;
  box-shadow: 0 26px 70px rgba(70, 55, 36, .13);
}

.biz-project:hover { color: var(--biz-ink); }

.biz-project__media {
  position: relative;
  min-height: 280px;
  background: #ddd4c8 center/cover no-repeat;
}

.biz-project__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 18, 20, .02), rgba(17, 18, 20, .42));
}

.biz-project__media > span {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: rgba(18, 18, 18, .64);
  backdrop-filter: blur(8px);
}

.biz-project__body { padding: 24px 26px 26px; }
.biz-project__body small { color: var(--biz-brand); font-size: 12px; font-weight: 700; }
.biz-project__body h2 { margin: 7px 0 0; font-size: 24px; letter-spacing: -.02em; line-height: 1.35; }
.biz-project__body p { margin: 14px 0 0; color: var(--biz-muted); font-size: 14px; line-height: 1.75; }
.biz-project__link { display: inline-flex; gap: 8px; margin-top: 18px; color: #272a2f; font-size: 13px; font-weight: 750; }
.biz-project__link i { color: var(--biz-brand); font-style: normal; }
.biz-project__deliverables { padding: 24px 26px; background: #f2eee7; }
.biz-project__deliverables > span { display: block; margin-bottom: 14px; color: #8b8176; font-size: 12px; font-weight: 700; }
.biz-project__deliverables > div { min-height: 54px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; border-top: 1px solid #d9d2c8; }
.biz-project__deliverables i { color: var(--biz-brand); font-size: 10px; font-style: normal; font-weight: 800; }
.biz-project__deliverables b { font-size: 13px; }
.biz-project__deliverables em { color: #817b73; font-size: 11px; font-style: normal; }
.biz-project--empty { grid-template-rows: auto auto; }

.biz-proof { border-block: 1px solid var(--biz-line); background: #fff; }
.biz-proof__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.biz-proof__inner > div { padding: 25px 26px; border-left: 1px solid var(--biz-line); }
.biz-proof__inner > div:last-child { border-right: 1px solid var(--biz-line); }
.biz-proof strong, .biz-proof span { display: block; }
.biz-proof strong { font-size: 15px; }
.biz-proof span { margin-top: 7px; color: var(--biz-muted); font-size: 12px; line-height: 1.55; }

.biz-section { padding: 108px 0; }
.biz-section__head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: end; gap: 80px; margin-bottom: 48px; }
.biz-section__head h2,
.biz-workbench__copy h2,
.biz-assurance__inner h2,
.biz-contact__inner h2 {
  margin: 0;
  font-size: clamp(36px, 3.6vw, 52px);
  letter-spacing: -.045em;
  line-height: 1.16;
}
.biz-section__head > p { margin: 0 0 4px; color: var(--biz-muted); font-size: 16px; line-height: 1.8; }
.biz-section__head--compact { grid-template-columns: 1fr; }

.biz-solutions { background: var(--biz-soft); }
.biz-solutions__grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #e4e0d8; border-radius: 12px; overflow: hidden; background: #fff; }
.biz-solution {
  position: relative;
  min-height: 190px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 24px;
  align-items: start;
  gap: 20px;
  padding: 30px;
  border-right: 1px solid var(--biz-line);
  border-bottom: 1px solid var(--biz-line);
  color: var(--biz-ink);
}
.biz-solution:nth-child(2n) { border-right: 0; }
.biz-solution:nth-last-child(-n+2) { border-bottom: 0; }
.biz-solution:hover { color: var(--biz-ink); background: #fffaf5; }
.biz-solution__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 10px; color: var(--biz-brand); background: #fff0ea; }
.biz-solution__icon svg { width: 27px; height: 27px; }
.biz-solution h3 { margin: 2px 0 0; font-size: 21px; letter-spacing: -.02em; }
.biz-solution p { min-height: 52px; margin: 10px 0 0; color: var(--biz-muted); font-size: 14px; line-height: 1.7; }
.biz-solution div > span { display: block; margin-top: 15px; color: #373a3f; font-size: 13px; font-weight: 700; }
.biz-solution > em { color: #aaa39a; font-size: 20px; font-style: normal; }
.biz-section__more { display: flex; justify-content: center; gap: 30px; margin-top: 30px; }
.biz-section__more a { padding-bottom: 3px; border-bottom: 1px solid #afa89e; color: #36393e; font-size: 14px; font-weight: 700; }

.biz-process__list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #dcd7cf; }
.biz-process__list li { min-height: 225px; padding: 27px 30px 0 0; border-right: 1px solid #e4e0da; }
.biz-process__list li + li { padding-left: 30px; }
.biz-process__list li:last-child { border-right: 0; }
.biz-process__list li > span { color: var(--biz-brand); font-size: 14px; font-weight: 800; }
.biz-process__list h3 { margin: 50px 0 0; font-size: 21px; }
.biz-process__list p { margin: 10px 0 0; color: var(--biz-muted); font-size: 14px; line-height: 1.75; }

.biz-workbench { background: #ebe7df; }
.biz-workbench__inner { display: grid; grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); align-items: center; gap: 90px; }
.biz-workbench__copy > p { color: #9d3d29; }
.biz-workbench__copy > p:not(:first-child) { margin: 22px 0 0; color: #5d5e60; font-size: 16px; line-height: 1.8; }
.biz-workbench__copy ul { display: grid; gap: 12px; margin: 24px 0 30px; padding: 0; list-style: none; }
.biz-workbench__copy li { color: #343538; font-size: 14px; }
.biz-workbench__copy li::before { margin-right: 9px; color: var(--biz-brand); content: "✓"; font-weight: 800; }
.biz-workbench__panel { overflow: hidden; border: 1px solid #d8d4cc; border-radius: 12px; background: #fff; box-shadow: 0 30px 70px rgba(65, 57, 47, .14); }
.biz-workbench__panel > header { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--biz-line); }
.biz-workbench__panel > header strong { font-size: 15px; }
.biz-workbench__panel > header span { color: #558265; font-size: 12px; }
.biz-workbench__project { margin: 22px; padding: 20px; border-radius: 8px; background: #f7f5f1; }
.biz-workbench__project small { color: #8b8176; font-size: 11px; }
.biz-workbench__project h3 { margin: 7px 0 0; font-size: 21px; }
.biz-workbench__project p { margin: 8px 0 0; color: var(--biz-muted); font-size: 13px; line-height: 1.65; }
.biz-workbench__rows { padding: 0 22px 12px; }
.biz-workbench__rows > div { min-height: 68px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 12px; border-top: 1px solid var(--biz-line); }
.biz-workbench__rows > div > i { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #cac5bd; border-radius: 5px; color: #fff; font-size: 12px; font-style: normal; }
.biz-workbench__rows > div > i.is-done { border-color: #608469; background: #608469; }
.biz-workbench__rows b, .biz-workbench__rows small { display: block; }
.biz-workbench__rows b { font-size: 13px; }
.biz-workbench__rows small { margin-top: 4px; color: #92908d; font-size: 11px; }
.biz-workbench__panel > footer { display: flex; gap: 24px; padding: 16px 22px; border-top: 1px solid var(--biz-line); color: #77736d; font-size: 11px; background: #fbfaf8; }

.biz-cases__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.biz-case { overflow: hidden; border: 1px solid var(--biz-line); border-radius: 10px; color: var(--biz-ink); background: #fff; }
.biz-case:hover { color: var(--biz-ink); transform: translateY(-2px); box-shadow: 0 20px 45px rgba(56, 48, 38, .09); }
.biz-case__cover { position: relative; min-height: 220px; background: #e4dfd7 center/cover no-repeat; }
.biz-case__cover > span { position: absolute; left: 14px; bottom: 14px; padding: 6px 9px; border-radius: 4px; color: #fff; font-size: 11px; background: rgba(20, 20, 20, .7); }
.biz-case > div:last-child { padding: 23px; }
.biz-case h3 { margin: 0; font-size: 19px; line-height: 1.45; }
.biz-case p { min-height: 70px; margin: 12px 0 0; color: var(--biz-muted); font-size: 13px; line-height: 1.75; }
.biz-case > div:last-child > span { display: block; margin-top: 18px; color: var(--biz-brand); font-size: 12px; font-weight: 750; }

.biz-assurance { color: #fff; background: #202225; }
.biz-assurance__inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr); gap: 100px; }
.biz-assurance__inner > div:first-child > p { color: #ef8069; }
.biz-assurance__list { border-top: 1px solid rgba(255, 255, 255, .16); }
.biz-assurance__list article { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.biz-assurance__list article > span { color: #ef8069; font-size: 12px; }
.biz-assurance__list h3 { margin: 0; font-size: 19px; }
.biz-assurance__list p { margin: 8px 0 0; color: #b9bcc1; font-size: 13px; line-height: 1.75; }

.biz-contact { padding: 84px 0; background: var(--biz-brand); }
.biz-contact__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; color: #fff; }
.biz-contact__inner > div:first-child > p { color: rgba(255, 255, 255, .75); }
.biz-contact__inner h2 { font-size: clamp(34px, 3.4vw, 48px); }
.biz-contact__inner > div:first-child > span { display: block; margin-top: 15px; color: rgba(255, 255, 255, .78); font-size: 14px; }
.biz-contact__inner > div:last-child { display: flex; gap: 10px; }
.biz-btn--light { color: var(--biz-brand); background: #fff; }
.biz-btn--ghost { border-color: rgba(255, 255, 255, .48); color: #fff; background: transparent; }

.commercial-home .qib-trial-sheet__panel {
  width: min(520px, calc(100vw - 32px));
  max-width: 520px;
  display: block;
  overflow: auto;
  border: 1px solid #e2ddd5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(35, 29, 22, .22);
}

.commercial-home .qib-trial-sheet__visual { display: none; }
.commercial-home .qib-trial-sheet__content { padding: 30px; }
.commercial-home .qib-trial-sheet .mkt-sheet__head small { color: var(--biz-brand); font-family: inherit; letter-spacing: 0; }
.commercial-home .qib-trial-sheet .mkt-sheet__head h2 { color: var(--biz-ink); font-size: 28px; }
.commercial-home .qib-trial-sheet .mkt-sheet__lead { color: var(--biz-muted); font-size: 14px; }
.commercial-home .qib-trial-form__steps span.is-on i,
.commercial-home .qib-trial-form__submit { background: var(--biz-brand); }
.commercial-home .qib-trial-form__phone button { color: var(--biz-brand); }
.commercial-home .qib-trial-sheet .mkt-btn--primary { border-color: var(--biz-brand); background: var(--biz-brand); box-shadow: none; }

@media (max-width: 1100px) {
  .biz-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 42px; }
  .biz-workbench__inner { gap: 50px; }
  .biz-assurance__inner { gap: 60px; }
}

@media (max-width: 820px) {
  .commercial-home { max-width: 100%; overflow-x: hidden; padding-bottom: 70px; }
  .commercial-home .mkt-container { width: 100%; max-width: 100%; }
  .commercial-home .mkt-header { min-height: 58px; }
  .commercial-home .mkt-header__inner { min-height: 58px; padding-inline: 15px; }
  .commercial-home .mkt-brand__mark { width: 34px; height: 34px; border-radius: 8px; }
  .commercial-home .mkt-brand b { font-size: 16px; }
  .commercial-home .mkt-brand > span:last-child small { display: none; }
  .commercial-home .mkt-header__account { display: none; }
  .commercial-home .mkt-header__actions > .mkt-btn--primary { display: none; }
  .commercial-home .mkt-menu { width: 36px; height: 36px; border-color: #e5e1da; background: #fff; }

  .biz-hero { padding: 48px 0 26px; }
  .biz-hero__inner { display: flex; flex-direction: column; align-items: stretch; gap: 30px; padding-inline: 20px; }
  .biz-label { margin-bottom: 10px; font-size: 12px; }
  .biz-hero__copy { min-width: 0; }
  .biz-hero__copy h1 { max-width: 100%; font-size: clamp(38px, 10.5vw, 48px); line-height: 1.1; overflow-wrap: anywhere; text-wrap: wrap; }
  .biz-hero__lead { max-width: 100%; margin-top: 18px; font-size: 15px; line-height: 1.75; overflow-wrap: anywhere; }
  .biz-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 25px; }
  .biz-btn { width: 100%; min-height: 50px; border-radius: 7px; font-size: 14px; }
  .biz-hero__promise { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; margin-top: 17px; font-size: 12px; }
  .biz-hero__promise span:last-child { grid-column: 1 / -1; }

  .biz-project { grid-template-rows: 210px auto; border-radius: 12px; box-shadow: 0 18px 45px rgba(70, 55, 36, .12); }
  .biz-project__media { min-height: 210px; }
  .biz-project__body { padding: 20px; }
  .biz-project__body h2 { font-size: 20px; }
  .biz-project__body p { font-size: 13px; }

  .biz-proof { margin-top: 0; }
  .biz-proof__inner { grid-template-columns: 1fr 1fr; padding-inline: 20px; }
  .biz-proof__inner > div { padding: 18px 12px 18px 0; border-left: 0; border-bottom: 1px solid var(--biz-line); }
  .biz-proof__inner > div:nth-child(2n) { padding-left: 16px; border-left: 1px solid var(--biz-line); }
  .biz-proof__inner > div:nth-last-child(-n+2) { border-bottom: 0; }
  .biz-proof__inner > div:last-child { border-right: 0; }
  .biz-proof strong { font-size: 14px; }
  .biz-proof span { font-size: 11px; }

  .biz-section { padding: 70px 0; }
  .biz-section .mkt-container { padding-inline: 20px; }
  .biz-section__head { display: block; margin-bottom: 30px; }
  .biz-section__head h2,
  .biz-workbench__copy h2,
  .biz-assurance__inner h2 { font-size: 33px; line-height: 1.2; }
  .biz-section__head > p { margin-top: 16px; font-size: 14px; line-height: 1.75; }
  .biz-section__head > div > p,
  .biz-workbench__copy > p,
  .biz-assurance__inner > div:first-child > p { margin-bottom: 9px; font-size: 12px; }

  .biz-solutions__grid { grid-template-columns: 1fr; }
  .biz-solution { min-height: 0; grid-template-columns: 45px minmax(0, 1fr) 18px; gap: 14px; padding: 22px 18px; border-right: 0; }
  .biz-solution:nth-last-child(2) { border-bottom: 1px solid var(--biz-line); }
  .biz-solution__icon { width: 44px; height: 44px; border-radius: 9px; }
  .biz-solution__icon svg { width: 23px; height: 23px; }
  .biz-solution h3 { font-size: 18px; }
  .biz-solution p { min-height: 0; margin-top: 7px; font-size: 13px; }
  .biz-solution div > span { margin-top: 11px; font-size: 12px; }
  .biz-section__more { justify-content: flex-start; gap: 22px; overflow-x: auto; }
  .biz-section__more a { flex: 0 0 auto; font-size: 13px; }

  .biz-process__list { display: block; border-top: 0; }
  .biz-process__list li,
  .biz-process__list li + li { min-height: 0; display: grid; grid-template-columns: 34px 1fr; gap: 15px; padding: 21px 0; border-top: 1px solid var(--biz-line); border-right: 0; }
  .biz-process__list h3 { margin: 0; font-size: 18px; }
  .biz-process__list p { margin-top: 7px; font-size: 13px; }

  .biz-workbench__inner { display: flex; flex-direction: column; align-items: stretch; gap: 32px; }
  .biz-workbench__copy > p:not(:first-child) { margin-top: 17px; font-size: 14px; }
  .biz-workbench__copy ul { margin-block: 20px 24px; gap: 10px; }
  .biz-workbench__copy li { font-size: 13px; line-height: 1.55; }
  .biz-workbench__panel { border-radius: 10px; box-shadow: 0 20px 45px rgba(65, 57, 47, .12); }
  .biz-workbench__project { margin: 16px; padding: 16px; }
  .biz-workbench__rows { padding-inline: 16px; }
  .biz-workbench__panel > footer { padding-inline: 16px; }

  .biz-cases__grid { display: flex; gap: 14px; margin-right: -20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .biz-cases__grid::-webkit-scrollbar { display: none; }
  .biz-case { width: 82vw; max-width: 330px; flex: 0 0 auto; scroll-snap-align: start; }
  .biz-case__cover { min-height: 190px; }
  .biz-case p { min-height: 0; }

  .biz-assurance__inner { display: block; }
  .biz-assurance__list { margin-top: 32px; }
  .biz-assurance__list article { grid-template-columns: 35px 1fr; gap: 12px; }
  .biz-assurance__list h3 { font-size: 17px; }
  .biz-assurance__list p { font-size: 13px; }

  .biz-contact { padding: 58px 0; }
  .biz-contact__inner { display: block; padding-inline: 20px; }
  .biz-contact__inner h2 { font-size: 32px; line-height: 1.2; }
  .biz-contact__inner > div:first-child > span { font-size: 13px; line-height: 1.7; }
  .biz-contact__inner > div:last-child { display: grid; margin-top: 26px; }

  .commercial-home .mkt-tabbar {
    grid-template-columns: repeat(4, 1fr);
    min-height: 62px;
    padding: 5px max(8px, env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    border-top: 1px solid #e7e2db;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -8px 24px rgba(54, 45, 35, .07);
  }

  .commercial-home .mkt-tabbar > * { min-height: 48px; color: #77736d; }
  .commercial-home .mkt-tabbar > * span { width: 24px; height: 24px; color: currentColor; background: transparent; }
  .commercial-home .mkt-tabbar > * b { font-size: 10px; }
  .commercial-home .mkt-tabbar > *:nth-child(3) { display: none; }
  .commercial-home .mkt-tabbar__trial {
    width: auto;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding-inline: 3px;
    border-radius: 7px;
    color: #fff;
    background: var(--biz-brand);
    box-shadow: none;
    transform: none;
  }

  .commercial-home .qib-trial-sheet__panel {
    width: 100%;
    max-width: none;
    border-radius: 14px 14px 0 0;
  }

  .commercial-home .qib-trial-sheet__content { padding: 24px 20px calc(22px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  .biz-btn,
  .biz-case { transition: none; }
}
