:root {
  --home-navy: #062d52;
  --home-blue: #0b4f7f;
  --home-ink: #082d50;
  --home-muted: #526882;
  --home-accent: #ffb800;
  --home-accent-dark: #e69b00;
  --home-line: #dbe6f0;
  --home-surface: #ffffff;
  --home-tint: #f4f8fc;
  --home-warm: #fffaf0;
  --home-radius: 18px;
  --home-shadow: 0 22px 60px rgba(8, 45, 80, 0.1);
}

.home-refresh {
  color: var(--home-ink);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 184, 0, 0.14), transparent 26rem),
    linear-gradient(180deg, #fffdf8 0, #ffffff 36rem, #f7f9fc 100%);
}

.home-refresh .home-main {
  overflow: hidden;
}

.home-shell {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}

.home-hero-band {
  width: 100%;
  background: #fff9ef;
}

.home-hero-new {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.88fr);
  min-height: 500px;
  margin: 0 auto;
  padding: clamp(34px, 4.4vw, 64px) 0;
  gap: clamp(42px, 6vw, 88px);
  align-items: end;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.home-hero-new__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.home-hero-new__badge {
  width: fit-content;
  margin: 0 0 24px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #775000;
  background: #fff0c5;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #9b6800;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.home-kicker::before {
  content: "";
  width: 30px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 99px;
  background: var(--home-accent);
}

.home-kicker--light {
  color: #ffd16a;
}

.home-hero-new h1 {
  max-width: 650px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(38px, 3.05vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home-hero-new__lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.55;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-button:hover {
  transform: translateY(-2px);
}

.home-button--primary,
.home-button--accent {
  color: var(--home-ink);
  background: linear-gradient(180deg, #ffc42c, #ffb000);
  box-shadow: 0 12px 28px rgba(255, 176, 0, 0.25);
}

.home-button--secondary {
  color: var(--home-ink);
  border-color: #bbcee0;
  background: #fff;
}

.home-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.home-hero-new__benefits {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: #39546d;
  font-size: 15px;
}

.home-hero-new__benefits li {
  position: relative;
  padding-left: 30px;
}

.home-hero-new__benefits li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid var(--home-accent);
  border-radius: 50%;
  color: #a46c00;
  font-size: 12px;
  font-weight: 900;
}

.home-hero-new__visual {
  position: relative;
  min-height: 370px;
  margin: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(10, 46, 76, 0.08);
  overflow: hidden;
}

.home-hero-new__visual::after {
  display: none;
}

.home-hero-new__visual > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.65s ease;
}

.home-hero-new:hover .home-hero-new__visual > img {
  transform: scale(1.025);
}

.home-hero-new__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 36px;
  left: 38px;
  display: grid;
  gap: 4px;
  color: #fff;
}

.home-hero-new__visual figcaption strong {
  font-size: 21px;
}

.home-hero-new__visual figcaption span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.home-hero-new__mark {
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 28px;
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #fff;
  background: rgba(6, 45, 82, 0.78);
  backdrop-filter: blur(10px);
  font-size: 24px;
  font-weight: 900;
}

.home-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(8, 45, 80, 0.06);
}

.home-trust article {
  display: flex;
  min-height: 120px;
  align-items: center;
  gap: 14px;
  padding: 23px;
}

.home-trust article + article {
  border-left: 1px solid var(--home-line);
}

.home-trust article > span {
  color: var(--home-accent-dark);
  font-size: 13px;
  font-weight: 900;
}

.home-trust strong,
.home-trust p {
  display: block;
}

.home-trust strong {
  margin-bottom: 5px;
  font-size: 15px;
}

.home-trust p {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.5;
}

.home-section {
  padding-top: clamp(78px, 8vw, 120px);
}

.home-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 36px;
}

.home-section__head--compact {
  margin-bottom: 30px;
}

.home-section__head h2,
.home-service h2,
.home-cta h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.home-section__head > p,
.home-section__head > a {
  align-self: end;
}

.home-section__head > p {
  max-width: 640px;
  margin: 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.7;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-category-grid > a {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 12px 34px rgba(8, 45, 80, 0.05);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-category-grid > a::after {
  content: "";
  position: absolute;
  top: -58px;
  right: -42px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 184, 0, 0.11);
}

.home-category-grid > a:hover {
  transform: translateY(-5px);
  border-color: #f0bd48;
  box-shadow: 0 20px 50px rgba(8, 45, 80, 0.1);
}

.home-category-icon {
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid #f1c75d;
  border-radius: 15px;
  color: #7d5600;
  background: #fff9e9;
  font-size: 16px;
  font-weight: 900;
}

.home-category-grid strong {
  position: relative;
  z-index: 1;
  font-size: 21px;
  line-height: 1.25;
}

.home-category-grid small {
  display: block;
  margin-top: 11px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.55;
}

.home-category-grid b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 25px;
  font-size: 13px;
}

.home-category-grid b i {
  color: var(--home-accent-dark);
  font-size: 22px;
  font-style: normal;
}

.home-all-catalog {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.home-all-catalog a,
.home-text-link {
  color: var(--home-ink);
  font-weight: 800;
  text-decoration: none;
}

.home-all-catalog a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 15px 22px;
  border-bottom: 2px solid var(--home-accent);
}

.home-brand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0;
  background: transparent;
}

.home-brand-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  min-height: 196px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 45, 80, 0.045);
  overflow: hidden;
}

.home-brand-card__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 196px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 22px 24px 28px;
}

.home-brand-card__top {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 14px;
}

.home-brand-label {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #f2ad00;
  border-radius: 7px;
  color: #855a00;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-brand-logo {
  display: block;
  width: auto;
  max-width: 145px;
  height: 34px;
  object-fit: contain;
  object-position: left center;
}

.home-brand-logo--acculab {
  height: 30px;
}

.home-brand-card__copy > p {
  max-width: 390px;
  margin: 18px 0 20px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.55;
}

.home-brand-card__copy ul {
  display: grid;
  gap: 8px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.45;
}

.home-brand-card__copy li {
  position: relative;
  padding-left: 18px;
}

.home-brand-card__copy li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-accent);
}

.home-brand-card__copy > a {
  margin-top: auto;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.home-brand-card__device {
  z-index: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 196px;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.home-clients,
.home-advantages {
  padding-top: clamp(72px, 7vw, 104px);
}

.home-client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-client-grid > div {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 45, 80, 0.05);
}

.home-client-grid strong {
  font-size: 15px;
  line-height: 1.35;
}

.home-client-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #d7e1ec;
}

.home-client-mark--alrosa {
  background: linear-gradient(135deg, #1267b3 0 50%, #d42f2f 50%);
}

.home-client-mark--gokhran {
  background: linear-gradient(135deg, #ffcc27, #e6a800);
}

.home-client-mark--cherkizovo {
  background: linear-gradient(135deg, #d43636, #932222);
}

.home-client-mark--industry {
  background: linear-gradient(135deg, #668198, #314e67);
}

.home-offer {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.45fr) minmax(235px, 0.72fr);
  align-items: stretch;
  margin-top: clamp(72px, 7vw, 104px);
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background: #fff;
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

.home-offer__visual {
  display: grid;
  min-height: 390px;
  place-items: center;
  padding: 32px;
  border-right: 1px solid var(--home-line);
  background: linear-gradient(145deg, #f5f8fb, #fff);
}

.home-offer__visual img {
  width: 100%;
  max-width: 340px;
  max-height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.home-offer__copy {
  align-self: center;
  padding: 42px clamp(30px, 3vw, 48px);
}

.home-offer__badge,
.home-offer__stock {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: #825600;
  background: #fff1c6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-offer__copy h2 {
  margin: 16px 0 10px;
  color: var(--home-ink);
  font-size: clamp(27px, 2.2vw, 36px);
}

.home-offer__copy p,
.home-offer__copy li {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.65;
}

.home-offer__copy ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 22px;
  padding-left: 20px;
}

.home-offer__action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 34px;
  border-left: 1px solid var(--home-line);
  background: var(--home-warm);
}

.home-offer__action strong {
  margin: 4px 0 6px;
  color: var(--home-ink);
  font-size: 21px;
}

.home-offer__stock {
  color: #136a3a;
  background: #e8f7ee;
  letter-spacing: 0;
  text-transform: none;
}

.home-offer__action .home-button {
  width: 100%;
  padding-inline: 16px;
}

.home-advantage-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.home-advantage-grid article {
  position: relative;
  grid-column: span 2;
  padding: 28px;
  border: 1px solid var(--home-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(8, 45, 80, 0.045);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-advantage-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffad00, #ffd15d);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.home-advantage-grid article:hover {
  border-color: #f5c75d;
  box-shadow: 0 18px 38px rgba(8, 45, 80, 0.1);
  transform: translateY(-7px);
}

.home-advantage-grid article:hover::before {
  transform: scaleX(1);
}

.home-advantage-grid article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #ffd36a;
  border-radius: 12px;
  color: var(--home-ink);
  background: #fff8e6;
  font-size: 11px;
  font-weight: 900;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.home-advantage-grid article:hover > span {
  color: #fff;
  background: #f2a900;
  transform: rotate(-4deg) scale(1.08);
}

.home-advantage-grid h3 {
  margin: 20px 0 9px;
  color: var(--home-ink);
  font-size: 18px;
  line-height: 1.25;
}

.home-advantage-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.65;
}

.home-motion-ready .home-advantage-grid article {
  opacity: 0;
  transform: translateY(24px);
}

.home-motion-ready .home-advantage-grid article.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-motion-ready .home-advantage-grid article:nth-child(2) { transition-delay: 0.07s; }
.home-motion-ready .home-advantage-grid article:nth-child(3) { transition-delay: 0.14s; }
.home-motion-ready .home-advantage-grid article:nth-child(4) { transition-delay: 0.21s; }
.home-motion-ready .home-advantage-grid article:nth-child(5) { transition-delay: 0.28s; }
.home-motion-ready .home-advantage-grid article:nth-child(6) { transition-delay: 0.35s; }

.home-motion-ready .home-advantage-grid article.is-visible:hover {
  transform: translateY(-7px);
}

.home-service {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(380px, 0.86fr);
  margin-top: clamp(78px, 8vw, 120px);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #052e56 0, #0a426e 62%, #326778 100%);
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

.home-service__copy {
  padding: clamp(30px, 3.4vw, 44px);
}

.home-service h2,
.home-cta h2 {
  color: #fff;
}

.home-service h2 {
  font-size: clamp(30px, 2.55vw, 41px);
  line-height: 1.08;
}

.home-service__copy > p:not(.home-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.home-service__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.home-service__points > div {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
}

.home-service__points strong,
.home-service__points span {
  display: block;
}

.home-service__points strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}

.home-service__points span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  line-height: 1.4;
}

.home-service__visual {
  position: relative;
  min-height: 540px;
}

.home-service__visual > img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: 56% center;
}

.home-service .home-actions {
  margin-top: 22px;
}

.home-service__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(3, 34, 61, 0.76));
}

.home-service__visual > div {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 16px;
  background: rgba(5, 45, 82, 0.76);
  backdrop-filter: blur(12px);
}

.home-service__visual > div > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-ink);
  background: var(--home-accent);
  font-weight: 900;
}

.home-service__visual p,
.home-service__visual strong {
  margin: 0;
}

.home-service__visual strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
}

.home-service__visual p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.home-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: #fff;
  list-style: none;
  overflow: hidden;
}

.home-workflow li {
  min-height: 230px;
  padding: 30px;
}

.home-workflow li + li {
  border-left: 1px solid var(--home-line);
}

.home-workflow li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 50%;
  color: var(--home-ink);
  background: #fff0ba;
  font-weight: 900;
}

.home-workflow strong {
  font-size: 18px;
}

.home-workflow p {
  margin: 11px 0 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.6;
}

.home-news {
  padding-top: clamp(78px, 8vw, 120px);
}

.home-text-link {
  justify-self: end;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--home-accent);
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-news-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  min-height: 510px;
  border: 1px solid var(--home-line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 45, 80, 0.06);
  overflow: hidden;
}

.home-news-card__media {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
}

.home-news-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.home-news-card:hover .home-news-card__media > img {
  transform: scale(1.04);
}

.home-news-card__media > span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--home-ink);
  background: var(--home-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-news-card__media--split {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  background: #dbe6f0;
}

.home-news-card__media--split > img {
  min-height: 0;
}

.home-news-card__body {
  display: flex;
  flex-direction: column;
  padding: 34px;
}

.home-news-card time {
  color: #8a6b2a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-news-card h3 {
  margin: 16px 0 0;
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1.2;
}

.home-news-card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-news-card__body > p {
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.65;
}

.home-news-card__link,
.home-news-card__links {
  margin-top: auto;
  padding-top: 24px;
}

.home-news-card__link,
.home-news-card__links a {
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.home-news-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.home-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  margin-top: clamp(78px, 8vw, 120px);
  margin-bottom: 36px;
  padding: clamp(42px, 5vw, 70px);
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(105deg, #062e55, #0c557d);
}

.home-cta h2 {
  font-size: clamp(31px, 3vw, 47px);
}

.home-cta p:not(.home-kicker) {
  max-width: 870px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.65;
}

.home-consultant {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  min-height: 620px;
  margin-top: clamp(78px, 8vw, 120px);
  margin-bottom: 36px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(6, 46, 85, 0.09);
}

.home-consultant__profile {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #dfe7eb;
}

.home-consultant__profile::after {
  position: absolute;
  inset: 46% 0 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(6, 46, 85, 0.78));
}

.home-consultant__profile > img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.home-consultant__identity {
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 32px;
  left: 32px;
  display: grid;
  gap: 4px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  color: #fff;
  background: rgba(6, 46, 85, 0.84);
  backdrop-filter: blur(10px);
}

.home-consultant__identity strong {
  font-size: 20px;
}

.home-consultant__identity span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.home-consultant__content {
  padding: clamp(38px, 5vw, 72px);
  background: linear-gradient(135deg, #fff 0%, #fffaf0 100%);
}

.home-consultant__content h2 {
  max-width: 820px;
  margin-top: 12px;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.08;
}

.home-consultant__lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.65;
}

.home-consultant-form {
  margin-top: 30px;
}

.home-consultant-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.home-consultant-form label {
  display: grid;
  gap: 8px;
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 800;
}

.home-consultant-form input,
.home-consultant-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cedae6;
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--home-ink);
  background: #fff;
  font: inherit;
  font-weight: 500;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-consultant-form input:focus,
.home-consultant-form textarea:focus {
  border-color: #e6a400;
  box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.16);
}

.home-consultant-form textarea {
  min-height: 96px;
  resize: vertical;
}

.home-consultant-form__wide,
.home-consultant-form__consent {
  grid-column: 1 / -1;
}

.home-consultant-form .home-consultant-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--home-muted);
  font-weight: 600;
  line-height: 1.5;
}

.home-consultant-form__consent input {
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: flex-start;
  appearance: none;
  background: #fff !important;
  border: 1px solid #8d9aaa !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  transform: translateY(1px);
  cursor: pointer;
}

.home-consultant-form__consent input::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
}

.home-consultant-form__consent input:checked {
  background: #f2a900 !important;
  border-color: #f2a900 !important;
}

.home-consultant-form__consent input:checked::before {
  transform: rotate(-45deg) scale(1);
}

.home-consultant-form__consent input:focus-visible {
  outline: 3px solid rgba(242, 169, 0, 0.24);
  outline-offset: 2px;
}

.home-consultant-form__consent a {
  color: var(--home-ink);
}

.home-consultant-form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.home-consultant-form__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.home-consultant-form__actions .home-button {
  border: 0;
  cursor: pointer;
}

.home-consultant-form__actions .home-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.home-consultant-form__status {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
}

.home-consultant-form__status.is-error {
  color: #a52222;
}

.home-consultant-success {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid #b9dfc9;
  border-radius: 16px;
  color: #145c37;
  background: #effaf4;
}

.home-consultant-success[hidden] {
  display: none;
}

.home-consultant-success > span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #16844d;
  font-size: 22px;
  font-weight: 900;
}

.home-consultant-success strong {
  display: block;
  font-size: 18px;
}

.home-consultant-success p {
  margin: 5px 0 0;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .home-shell {
    width: min(100% - 36px, 1440px);
  }

  .home-hero-new {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 36px;
    padding: 44px 0;
  }

  .home-hero-new__copy {
    padding: 0;
  }

  .home-hero-new h1 {
    font-size: clamp(40px, 3.7vw, 52px);
  }

  .home-trust {
    grid-template-columns: 1fr 1fr;
  }

  .home-trust article:nth-child(3) {
    border-left: 0;
  }

  .home-trust article:nth-child(n + 3) {
    border-top: 1px solid var(--home-line);
  }

  .home-brand-card {
    grid-template-columns: 1fr 155px;
  }

  .home-client-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-offer {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  }

  .home-offer__action {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    align-items: center;
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }

  .home-offer__action strong {
    display: none;
  }

  .home-advantage-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-advantage-grid article,
  .home-advantage-grid article:nth-child(n + 4) {
    grid-column: auto;
  }

  .home-news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-news-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .home-hero-new,
  .home-service {
    grid-template-columns: 1fr;
  }

  .home-hero-new__visual,
  .home-hero-new__visual > img,
  .home-service__visual,
  .home-service__visual > img {
    min-height: 420px;
  }

  .home-hero-new__visual {
    order: -1;
  }

  .home-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-brand-grid,
  .home-news-grid {
    grid-template-columns: 1fr;
  }

  .home-offer {
    grid-template-columns: 1fr;
  }

  .home-offer__visual {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-offer__action {
    grid-column: auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-offer__stock {
    grid-column: 1 / -1;
  }

  .home-service__points,
  .home-workflow {
    grid-template-columns: 1fr 1fr;
  }

  .home-workflow li:nth-child(3) {
    border-left: 0;
  }

  .home-workflow li:nth-child(n + 3) {
    border-top: 1px solid var(--home-line);
  }

  .home-section__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-text-link {
    justify-self: start;
  }

  .home-consultant {
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  }

  .home-consultant__content {
    padding: 42px 34px;
  }
}

@media (max-width: 680px) {
  .home-shell {
    width: calc(100% - 24px);
  }

  .home-hero-new {
    margin-top: 0;
    padding: 22px;
    gap: 26px;
    border-radius: 18px;
  }

  .home-hero-new__copy {
    padding: 0 0 6px;
  }

  .home-hero-new h1 {
    font-size: 34px;
  }

  .home-hero-new__lead {
    font-size: 17px;
  }

  .home-hero-new__badge {
    margin-bottom: 18px;
  }

  .home-actions,
  .home-actions .home-button {
    width: 100%;
  }

  .home-client-grid,
  .home-advantage-grid,
  .home-offer__action {
    grid-template-columns: 1fr;
  }

  .home-offer__stock {
    grid-column: auto;
  }

  .home-offer__visual {
    min-height: 280px;
    padding: 22px;
  }

  .home-offer__copy,
  .home-offer__action {
    padding: 28px 22px;
  }

  .home-hero-new__visual,
  .home-hero-new__visual > img,
  .home-service__visual,
  .home-service__visual > img {
    min-height: 340px;
  }

  .home-hero-new__visual,
  .home-hero-new__visual > img {
    min-height: 260px;
  }

  .home-hero-new__visual figcaption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .home-hero-new__mark {
    top: 18px;
    right: 18px;
    width: 66px;
    height: 66px;
    font-size: 19px;
  }

  .home-trust,
  .home-category-grid,
  .home-service__points,
  .home-workflow {
    grid-template-columns: 1fr;
  }

  .home-trust article + article,
  .home-workflow li + li {
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }

  .home-category-grid > a {
    min-height: 220px;
  }

  .home-brand-card {
    grid-template-columns: 1fr;
  }

  .home-brand-card__copy {
    min-height: 210px;
    padding: 26px;
  }

  .home-brand-grid {
    padding: 0;
  }

  .home-brand-label {
    font-size: 10px;
  }

  .home-brand-card__device {
    justify-self: stretch;
    width: 100%;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    margin: 0;
    object-fit: cover;
  }

  .home-service__copy {
    padding: 38px 24px;
  }

  .home-news-card {
    grid-template-columns: 1fr;
  }

  .home-news-card__media,
  .home-news-card__media--split {
    min-height: 260px;
  }

  .home-news-card__media--split {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .home-news-card__body {
    padding: 26px;
  }

  .home-cta {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 24px;
  }

  .home-consultant {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 20px;
  }

  .home-consultant__profile,
  .home-consultant__profile > img {
    min-height: 360px;
    height: 360px;
  }

  .home-consultant__profile > img {
    object-position: center 18%;
  }

  .home-consultant__identity {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .home-consultant__content {
    padding: 32px 22px 36px;
  }

  .home-consultant__content h2 {
    font-size: 34px;
  }

  .home-consultant-form__grid {
    grid-template-columns: 1fr;
  }

  .home-consultant-form__wide,
  .home-consultant-form__consent {
    grid-column: auto;
  }

  .home-consultant-form__actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Keep the home hero fully visible on the narrowest supported phones. */
@media (max-width: 359px) {
  .home-refresh .home-hero-new {
    padding: 20px 16px;
  }

  .home-refresh .home-hero-new__copy {
    min-width: 0;
  }

  .home-refresh .home-hero-new h1 {
    max-width: 100%;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
  }

  .home-refresh .home-hero-new__badge {
    max-width: 100%;
    padding: 7px 10px;
    font-size: 12px;
  }

  .home-refresh .home-button {
    padding-inline: 14px;
    font-size: 14px;
  }

  .home-refresh .home-hero-new__visual,
  .home-refresh .home-hero-new__visual > img {
    min-height: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-refresh *,
  .home-refresh *::before,
  .home-refresh *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
