:root {
  --physical-red: #ed111c;
  --physical-ink: #15171a;
  --physical-muted: #656a73;
  --physical-line: #dedfe2;
}

.physical-page {
  overflow-x: hidden;
  color: var(--physical-ink);
  background: #fff;
}

.physical-page .site-header {
  min-height: 94px;
  grid-template-columns: minmax(290px, 1.05fr) auto minmax(205px, .65fr);
  gap: 22px;
  padding: 9px clamp(22px, 3.8vw, 60px);
}

.physical-page .brand { gap: 14px; }
.physical-page .brand__logo,
.physical-page .brand__logo img { width: 72px; height: 72px; flex-basis: 72px; }
.physical-page .brand__text strong { font-size: clamp(17px, 1.25vw, 22px); }
.physical-page .brand__text span { font-size: 14px; }
.physical-page .main-nav { gap: clamp(18px, 2vw, 32px); font-size: 14px; }
.physical-page .header-contacts { font-size: 16px; gap: 5px; }

.physical-shell {
  width: min(100% - 80px, 1320px);
  margin-inline: auto;
}

.physical-narrow { max-width: 1240px; }

.physical-hero {
  position: relative;
  min-height: clamp(540px, 48vw, 620px);
  overflow: hidden;
  background: #f7f8f8;
}

.physical-hero__image,
.physical-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.physical-hero__image { object-fit: cover; object-position: center top; }
.physical-hero__shade { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 29%, rgba(255,255,255,.78) 46%, rgba(255,255,255,0) 66%); }

.physical-hero__inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: center;
}

.physical-hero__content { width: min(53%, 700px); padding: 46px 0 54px; }
.physical-eyebrow { margin: 0 0 25px; color: var(--physical-red); font-size: 14px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.physical-hero h1 { margin: 0; font-size: clamp(48px, 4.45vw, 70px); line-height: 1.04; letter-spacing: 0; }
.physical-hero__lead { max-width: 650px; margin: 32px 0 0; color: var(--physical-muted); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.65; }
.physical-hero__actions { display: flex; align-items: center; gap: 18px; margin-top: 38px; }

.physical-button {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 31px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.physical-button:hover, .physical-button:focus-visible { transform: translateY(-1px); }
.physical-button--red { min-width: 226px; color: #fff; background: var(--physical-red); }
.physical-button--red:hover, .physical-button--red:focus-visible { background: #c90913; }
.physical-button--phone { min-width: 230px; color: var(--physical-ink); background: rgba(255,255,255,.75); border-color: #90949a; }
.physical-button--phone svg { width: 21px; color: var(--physical-red); }

.physical-breadcrumbs { border-bottom: 1px solid var(--physical-line); background: #fff; }
.physical-breadcrumbs .physical-shell { min-height: 84px; display: flex; align-items: center; gap: 15px; color: #7a7e85; font-size: 13px; }
.physical-breadcrumbs strong { color: var(--physical-red); font-weight: 700; }

.physical-intro { padding: 40px 0 44px; border-bottom: 1px solid var(--physical-line); }
.physical-intro h2,
.physical-includes h2,
.physical-tasks h2,
.physical-objects h2,
.physical-process h2,
.physical-seo h2 { margin: 0; font-size: clamp(25px, 2.1vw, 32px); line-height: 1.22; }
.physical-intro p { max-width: 1020px; margin: 25px 0 0; color: var(--physical-muted); font-size: 16px; line-height: 1.72; }

.physical-includes { padding: 48px 0 0; }
.physical-includes__grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 28px; border-bottom: 1px solid var(--physical-line); }
.physical-includes__grid article { min-height: 190px; display: grid; grid-template-columns: 130px minmax(0, 1fr); align-items: center; gap: 28px; padding: 30px 38px 30px 12px; border-top: 1px solid var(--physical-line); }
.physical-includes__grid article:nth-child(odd) { border-right: 1px solid var(--physical-line); }
.physical-feature__icon { width: 92px; height: 92px; display: grid; place-items: center; margin-inline: auto; }
.physical-feature__icon img { width: 86px; height: 86px; object-fit: contain; }
.physical-feature__icon svg { width: 72px; height: 72px; color: #17191c; stroke-width: 1.4; }
.physical-feature__icon svg path:last-child { color: var(--physical-red); }
.physical-includes h3 { margin: 0; font-size: 20px; line-height: 1.25; }
.physical-includes article p { max-width: 465px; margin: 14px 0 0; color: var(--physical-muted); font-size: 14px; line-height: 1.65; }

.physical-tasks { padding: 52px 0 58px; color: #fff; background: radial-gradient(circle at 68% 10%, #30343a 0, #25282d 35%, #1c1e22 100%); }
.physical-tasks h2 { color: #fff; }
.physical-tasks__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 36px; }
.physical-tasks__grid article { min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 0 40px; border-left: 1px solid rgba(255,255,255,.28); }
.physical-tasks__grid article:first-child { padding-left: 0; border-left: 0; }
.physical-tasks__grid span { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; }
.physical-tasks__grid svg { width: 43px; height: 43px; color: #fff; stroke-width: 1.45; }
.physical-tasks__grid article:nth-child(1) svg,
.physical-tasks__grid article:nth-child(3) svg { color: var(--physical-red); }
.physical-tasks__grid p { max-width: 230px; margin: 25px 0 0; color: #f1f1f2; font-size: 15px; font-weight: 600; line-height: 1.55; }

.physical-objects { padding: 48px 0 38px; border-bottom: 1px solid var(--physical-line); }
.physical-objects__grid { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 28px; }
.physical-objects__grid article { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; padding: 0 22px; text-align: center; border-left: 1px solid var(--physical-line); }
.physical-objects__grid article:first-child { border-left: 0; }
.physical-objects__grid svg { width: 58px; height: 58px; color: #15171a; stroke-width: 1.45; }
.physical-objects__grid article:nth-child(3) svg,
.physical-objects__grid article:nth-child(5) svg { color: var(--physical-red); }
.physical-objects__grid p { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.38; }

.physical-process { padding: 48px 0 54px; border-bottom: 1px solid var(--physical-line); }
.physical-process__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 32px; }
.physical-process__grid article { min-width: 0; }
.physical-step__head { min-height: 72px; display: flex; align-items: center; gap: 20px; }
.physical-step__head span { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid var(--physical-line); border-radius: 50%; }
.physical-step__head span svg { width: 40px; height: 40px; color: #1f2226; stroke-width: 1.45; }
.physical-step__head b { color: var(--physical-red); font-size: 21px; }
.physical-step__head > svg { width: 24px; margin-left: auto; color: var(--physical-red); }
.physical-process h3 { min-height: 51px; margin: 22px 0 0; font-size: 18px; line-height: 1.35; }
.physical-process article p { max-width: 265px; margin: 12px 0 0; color: var(--physical-muted); font-size: 14px; line-height: 1.6; }

.physical-seo { padding: 32px 0 34px; }
.physical-seo h2 { font-size: clamp(23px, 1.9vw, 29px); }
.physical-seo p { max-width: 1210px; margin: 18px 0 0; color: var(--physical-muted); font-size: 14px; line-height: 1.6; }

.physical-cta { color: #fff; background: linear-gradient(90deg, #c70b14 0%, #ed111c 48%, #d20b15 100%); }
.physical-cta__inner { min-height: 94px; display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 24px; }
.physical-cta__inner > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; }
.physical-cta__inner > span svg { width: 29px; height: 29px; }
.physical-cta h2 { margin: 0; color: #fff; font-size: 22px; }
.physical-cta p { margin: 5px 0 0; font-size: 14px; }
.physical-button--light { min-width: 220px; min-height: 54px; color: #18191c; background: #fff; }

.physical-page .site-footer { border-top: 0; }
.physical-page .site-footer__inner { padding-block: 38px; }
.physical-page .site-footer__brand { grid-template-columns: 88px minmax(0, 1fr); gap: 20px; }
.physical-page .site-footer__logo { width: 88px; }
.physical-page .site-footer__brand strong { font-size: clamp(18px, 1.35vw, 23px); }
.physical-page .site-footer__brand div > p:last-child { margin-top: 12px; font-size: 13px; line-height: 1.5; }
.physical-page .site-footer__column h2 { margin-bottom: 18px; }
.physical-page .site-footer__bottom { min-height: 56px; }

@media (max-width: 1260px) {
  .physical-page .site-header { grid-template-columns: minmax(270px, 1fr) auto minmax(190px, .65fr); gap: 16px; padding-inline: 24px; }
  .physical-page .main-nav { gap: 16px; font-size: 13px; }
  .physical-shell { width: min(100% - 48px, 1160px); }
  .physical-hero__content { width: 56%; }
  .physical-includes__grid article { grid-template-columns: 110px 1fr; gap: 22px; padding-right: 25px; }
  .physical-tasks__grid article { padding-inline: 28px; }
}

@media (max-width: 1024px) {
  .physical-page .site-header { min-height: 80px; }
  .physical-shell { width: min(100% - 40px, 940px); }
  .physical-hero { min-height: 540px; }
  .physical-hero__image { object-position: 58% center; }
  .physical-hero__shade { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 36%, rgba(255,255,255,.67) 58%, rgba(255,255,255,.08) 82%); }
  .physical-hero__content { width: 61%; }
  .physical-hero h1 { font-size: clamp(44px, 5.8vw, 58px); }
  .physical-includes__grid article { grid-template-columns: 88px 1fr; gap: 17px; padding: 24px 20px 24px 8px; }
  .physical-feature__icon, .physical-feature__icon img { width: 72px; height: 72px; }
  .physical-feature__icon svg { width: 60px; height: 60px; }
  .physical-tasks__grid { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
  .physical-tasks__grid article:nth-child(3) { border-left: 0; padding-left: 0; }
  .physical-objects__grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .physical-objects__grid article:nth-child(4) { border-left: 0; }
  .physical-process__grid { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
}

@media (max-width: 768px) {
  .physical-shell { width: min(100% - 32px, 700px); }
  .physical-hero { min-height: 590px; }
  .physical-hero__image { object-position: 66% center; }
  .physical-hero__shade { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.93) 55%, rgba(255,255,255,.35) 100%); }
  .physical-hero__content { width: 76%; }
  .physical-hero__lead { font-size: 17px; line-height: 1.55; }
  .physical-hero__actions { align-items: stretch; flex-direction: column; width: min(100%, 320px); }
  .physical-includes__grid { grid-template-columns: 1fr; }
  .physical-includes__grid article:nth-child(odd) { border-right: 0; }
  .physical-includes__grid article { min-height: 165px; grid-template-columns: 92px 1fr; }
  .physical-objects__grid { grid-template-columns: repeat(2, 1fr); }
  .physical-objects__grid article:nth-child(odd) { border-left: 0; }
  .physical-objects__grid article:nth-child(4) { border-left: 1px solid var(--physical-line); }
  .physical-cta__inner { grid-template-columns: 58px 1fr; padding-block: 22px; }
  .physical-cta .physical-button { grid-column: 1 / -1; width: 100%; }
}

@media (min-width: 769px) {
  .physical-tasks__grid article,
  .physical-tasks__grid article:first-child,
  .physical-tasks__grid article:nth-child(3) {
    align-items: center;
    padding-inline: clamp(22px, 3vw, 42px);
    text-align: center;
  }

  .physical-tasks__grid p {
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  .physical-shell { width: min(100% - 28px, 500px); }
  .physical-hero { min-height: 630px; }
  .physical-hero__image { object-position: 69% center; opacity: .38; }
  .physical-hero__shade { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 67%, rgba(255,255,255,.18) 100%); }
  .physical-hero__inner { align-items: flex-start; }
  .physical-hero__content { width: 100%; padding: 58px 0 40px; }
  .physical-eyebrow { margin-bottom: 18px; font-size: 12px; }
  .physical-hero h1 { font-size: clamp(37px, 10.6vw, 48px); line-height: 1.06; }
  .physical-hero__lead { margin-top: 24px; font-size: 15px; }
  .physical-hero__actions { margin-top: 28px; }
  .physical-button { min-height: 54px; padding-inline: 22px; }
  .physical-breadcrumbs .physical-shell { min-height: 68px; gap: 9px; font-size: 11px; overflow: hidden; white-space: nowrap; }
  .physical-intro { padding: 38px 0 42px; }
  .physical-intro h2, .physical-includes h2, .physical-tasks h2, .physical-objects h2, .physical-process h2, .physical-seo h2 { font-size: 25px; }
  .physical-intro p { margin-top: 18px; font-size: 14px; }
  .physical-includes { padding-top: 38px; }
  .physical-includes__grid { margin-top: 22px; }
  .physical-includes__grid article { min-height: 0; grid-template-columns: 68px 1fr; gap: 14px; padding: 24px 0; }
  .physical-feature__icon, .physical-feature__icon img { width: 58px; height: 58px; }
  .physical-feature__icon svg { width: 50px; height: 50px; }
  .physical-includes h3 { font-size: 17px; }
  .physical-includes article p { margin-top: 9px; font-size: 13px; line-height: 1.55; }
  .physical-tasks { padding: 40px 0 44px; }
  .physical-tasks__grid { grid-template-columns: 1fr; margin-top: 28px; row-gap: 0; }
  .physical-tasks__grid article, .physical-tasks__grid article:nth-child(3) { min-height: 0; display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 18px; padding: 20px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.19); }
  .physical-tasks__grid article:first-child { border-top: 0; }
  .physical-tasks__grid span { width: 58px; height: 58px; }
  .physical-tasks__grid svg { width: 33px; height: 33px; }
  .physical-tasks__grid p { margin: 0; font-size: 14px; }
  .physical-objects { padding: 38px 0 30px; }
  .physical-objects__grid { margin-top: 22px; row-gap: 0; }
  .physical-objects__grid article { min-height: 125px; padding: 14px 8px; border-top: 1px solid var(--physical-line); }
  .physical-objects__grid svg { width: 48px; height: 48px; }
  .physical-objects__grid p { font-size: 13px; }
  .physical-process { padding: 38px 0 42px; }
  .physical-process__grid { grid-template-columns: 1fr; gap: 0; margin-top: 24px; }
  .physical-process__grid article { padding: 22px 0; border-top: 1px solid var(--physical-line); }
  .physical-step__head { min-height: 58px; }
  .physical-step__head span { width: 58px; height: 58px; }
  .physical-step__head span svg { width: 32px; height: 32px; }
  .physical-process h3 { min-height: 0; margin-top: 16px; font-size: 17px; }
  .physical-process article p { margin-top: 8px; font-size: 13px; }
  .physical-seo { padding: 36px 0 39px; }
  .physical-seo p { margin-top: 14px; font-size: 13px; }
  .physical-cta__inner { grid-template-columns: 48px 1fr; gap: 15px; }
  .physical-cta__inner > span { width: 46px; height: 46px; }
  .physical-cta h2 { font-size: 18px; }
  .physical-cta p { font-size: 12px; line-height: 1.45; }
}
